.cuadro {
  width: 240px;
  height: 320px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px black;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #2b2b33;
}
h1 {
  font-family: 'Bangers', cursive;
  font-size: 50px;
  color: #e69020;
  letter-spacing: 5px;
  text-shadow: 3px 3px 3px #2b2b33;
}
p {
  font-family: 'Nunito', sans-serif;
  color: white;
}
.subir {
  padding: 7px 17px;
  background-color: #e69020;
  font-size: 30px;
  font-family: 'Bangers', cursive;
  color: black;
  margin: auto;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 100;
  position: fixed;
  left: 10px;
  bottom: 40px;
}
.subir a {
  color: black;
}
.subir:active {
  background-color: black ;
}
.subir:active a {
  color: #e69020;
}
@media (max-width: 1200px) {
  .section4 .img42 {
    display: none;
  }
}
@media (max-width: 1100px) {
  .section4--images img {
    margin: 10px;
    width: 160px !important;
    height: 250px !important;
  }
  .section2 .fondo--cuadrado2 {
    margin-top: 500px;
  }
  .section2--principal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section2 img {
    max-width: 300px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 680px) {
  .section1 {
    align-items: center;
  }
  .section1 img {
    filter: brightness(80%);
    height: 100vh;
  }
  .section1 div {
    margin-left: 0;
    border-radius: 20px;
    text-align: center;
  }
  .section1 div h1 {
    margin-top: 0px;
  }
  .section1 div p {
    margin: 30px auto 60px auto;
    width: 86%;
  }
  .header__logo img {
    margin: 30px 20px;
  }
  .header .header__menu ul {
    margin: 20px 20px;
    display: block;
    text-align: right;
  }
  .header .header__menu ul li {
    font-size: 20px;
    color: #ffffff;
  }
  .header .header__menu ul li:hover {
    color: #e69020;
  }
  .section2 .menu-comidas {
    min-width: 290px;
  }
  .section3 p {
    text-align: center;
  }
  .section3_images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section4--fondo .img42 {
    display: none;
  }
  .section4--images {
    align-items: center;
  }
  .section4--images img {
    margin: 10px;
  }
}
@media (max-width: 736px) {
  .section4--fondo {
    height: 155%;
  }
  .footer .contacto .logo {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .footer .contacto {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .contacto .logo {
    display: none;
  }
}
