.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;
}
.header {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: none;
  background-color: transparent;
  position: absolute;
  width: 100%;
}
.header__logo img {
  width: 120px;
  margin: 40px 60px;
}
.header .hamburguesa {
  display: none;
  justify-content: center;
  align-items: center;
}
.header .hamburguesa img {
  margin: 40px 60px;
  width: 40px;
}
.header__menu ul {
  display: flex;
  margin: 60px 60px;
}
.header__menu ul a {
  color: white;
  list-style: none;
  margin: 0 20px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  outline: none;
}
.header__menu ul a:hover {
  color: #e6c338;
}
.section1 {
  height: 100vh;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.section1 img {
  position: absolute;
  object-fit: cover;
  width: 98.7vw;
  height: 100vh;
  filter: brightness(90%);
}
.section1 div {
  position: relative;
  z-index: 100;
  margin-left: 60px;
  margin-top: 50px;
}
.section1 h1 {
  color: #e69020;
  font-size: 70px;
  font-family: 'Bangers', cursive;
  letter-spacing: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.section1 p {
  width: 50%;
  font-family: 'Nunito', sans-serif;
  color: white;
  margin-bottom: 40px;
}
.section1 a {
  padding: 10px;
  list-style: none;
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 3px;
  text-decoration: none;
}
.section1 a:hover {
  color: #e69020;
}
.section1 a span {
  color: white;
}
.section2 .fondo {
  height: 550px;
  display: flex;
  justify-content: space-between;
  align-items: none;
  position: absolute;
  width: 80vw;
}
.section2 .fondo--cuadrado {
  width: 400px;
  height: 200px;
  background-color: #e69020;
  transform: rotate(45deg);
  border-radius: 10px;
  margin-top: 50px;
  filter: blur(1px);
  position: static;
}
.section2 .fondo--cuadrado2 {
  width: 350px;
  height: 370px;
  background-color: #aaaaaa;
  transform: rotate(30deg);
  border-radius: 20%;
  margin-top: 100px;
  filter: blur(3px);
}
.section2--principal {
  position: relative;
  z-index: 10;
  padding: 60px;
  display: flex;
}
.section2--principal img {
  width: 300px;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}
.section2--principal .menu-comidas {
  margin: 20px 30px;
  max-width: 400px;
  text-align: center;
  background-color: rgba(92, 92, 92, 0.246);
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(17, 17, 17, 0.678);
}
.section2--principal .menu-comidas h1 {
  font-family: 'Bangers', cursive;
  font-size: 50px;
  color: #e69020;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.section2--principal .menu-comidas p {
  font-weight: 900 !important;
  color: white;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 30px;
}
.section2--principal .menu-comidas a {
  padding: 10px 35px;
  color: white;
  background-color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  border: none;
  border-radius: 20px;
  border: 2px solid white;
  position: relative;
  z-index: 20;
  text-decoration: none;
}
.section2--principal .menu-comidas a:hover {
  border: 2px solid #e69020;
}
.section3 {
  display: flex;
  justify-content: none;
  align-items: center;
  flex-direction: column;
}
.section3--paragraph {
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 800px;
}
.section3--paragraph h1 {
  margin-bottom: 20px;
}
.section3--paragraph p {
  margin-bottom: 30px;
}
.section3--paragraph h2 {
  font-family: 'Quicksand', sans-serif;
  color: #e69020;
}
.section3_images {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: none;
}
.section3_images-container {
  background-color: #5e5e7aab;
  margin: 0  50px 50px 50px ;
  width: 240px;
  height: 320px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px black;
}
.section3_images-container h1 {
  font-size: 120px;
  position: relative;
  z-index: 10;
  margin: 20px;
}
.section3_images-container img {
  width: inherit;
  position: absolute;
  border-radius: 5px;
  object-fit: cover;
  height: inherit;
  opacity: 0.3;
}
.section3_images-container p {
  position: relative;
  z-index: 10;
  color: white;
}
.section3_images-container p span {
  font-weight: 900;
  font-size: 17px;
  color: #ffae44;
}
.section3_images-container input {
  margin-top: 10px;
  padding: 10px 35px;
  color: white;
  background-color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  border: none;
  border-radius: 20px;
  border: 2px solid white;
  position: relative;
  z-index: 20;
}
.section3_images-container input:hover {
  border: 2px solid #e69020;
}
.section4 {
  height: 100%;
  display: none;
}
.section4--fondo {
  height: 110%;
  display: flex;
  width: 100%;
  filter: blur(3px);
  position: absolute;
}
.section4--fondo img {
  width: 100%;
  filter: brightness(50%);
  object-fit: cover;
}
.section4--paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 50;
  text-align: center;
  padding-top: 30px;
}
.section4--paragraph h1 {
  color: #e69020;
  margin-bottom: 20px;
}
.section4--paragraph span {
  color: white;
}
.section4--paragraph p {
  max-width: 80%;
  min-width: 150px;
  margin-bottom: 20px;
}
.section4--ver_mas {
  display: flex;
  justify-content: center;
  align-items: none;
  position: relative;
  z-index: 1200;
  margin-bottom: 30px;
}
.section4--ver_mas a {
  margin-top: 10px;
  padding: 10px 35px;
  color: white;
  background-color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  border: none;
  border-radius: 20px;
  border: 2px solid white;
  position: relative;
  z-index: 20;
  text-decoration: none;
}
.section4--ver_mas a:hover {
  border: 2px solid #e69020;
}
.section4--images {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  z-index: 40;
}
.section4--images img {
  position: relative;
  object-fit: cover;
  height: inherit;
  margin: 30px;
  width: 240px;
  height: 320px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px black;
}
.section5 {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  position: relative;
  z-index: 40;
  height: 100%;
  background: linear-gradient(transparent, #0c0c0c, transparent);
}
.section5--paragraph {
  text-align: center;
  position: relative;
  z-index: 40;
}
.section5--paragraph h1 {
  margin: 30px 0;
}
.section5--paragraph p {
  margin-bottom: 20px;
}
.section5--paragraph span {
  color: #e69020;
  font-size: 17px;
  font-weight: 900;
}
.section5--paragraph iframe {
  width: 80%;
  height: 400px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px black;
}
.section5--paragraph .botones {
  margin-bottom: 25px ;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section5--paragraph .botones a {
  margin-top: 10px;
  padding: 10px 35px;
  color: white;
  background-color: #000000;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  border: none;
  border-radius: 20px;
  border: 2px solid white;
  position: relative;
  z-index: 20;
  text-decoration: none;
}
.section5--paragraph .botones a:hover {
  border: 2px solid #e69020;
}
.section5--paragraph .botones a img {
  width: 20px;
}
.section5--image {
  filter: brightness(60%);
  position: absolute;
  width: 90%;
}
.section5--image_fond {
  display: flex;
  justify-content: space-between;
  align-items: none;
  width: 96%;
}
.section5--image_fond .cuadra {
  width: 500px;
  height: 150px;
  transform: rotate(10deg);
  background-color: #d8d8d8;
  margin-top: 400px;
  filter: blur(3px);
}
.section6 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(#2b2b33, #2b2b33);
}
.section6 .galeria {
  border: 2px solid #e69020;
  margin-top: 20px;
  flex-wrap: wrap;
  max-width: 75%;
  background-color: #ffffff18;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: none;
  padding: 20px 0;
  box-shadow: 0px 0px  20px black;
}
.section6 .galeria img {
  margin: 10px ;
  border-radius: 5px;
  width: 250px;
  height: 200px;
  object-fit: cover;
  box-shadow: 0px 0px 10px #242424;
}
.section6 .galeria img:hover {
  filter: brightness(80%);
}
.section6 .galeria .fonde {
  position: relative;
  top: 100px;
}
.footer {
  background: linear-gradient(#2b2b33, #111111);
  height: 300px;
  display: flex;
  justify-content: space-between;
  padding: 20px 3%;
}
.footer .contacto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.footer .contacto .botones-footer {
  margin-top: 30px;
}
.footer .contacto h1 {
  margin-bottom: 30px;
}
.footer .contacto p span {
  font-family: 'Quicksand', sans-serif;
  color: #e69020;
  font-weight: 900;
  font-size: 18px;
}
.footer .contacto p {
  font-size: 22px;
  font-weight: 900;
}
.footer .contacto div img {
  padding: 5px;
  width: 40px;
  border-radius: 100%;
  border: 2px solid white;
}
.footer .contacto div img:hover {
  border: 2px solid #e69020;
}
.footer .pagos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .pagos div img {
  width: 240px;
  border-radius: 150%;
}
@media (max-width: 644px) {
  .pagos div {
    display: none;
  }
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
