.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 {
  background: url(./src/images/comelonesfhotos/fondocomelones.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100vh;
}
.section1 .container_paragraph {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .container_paragraph h1 {
  font-size: 70px;
  font-family: 'Bangers', cursive;
  color: white;
  letter-spacing: 5px;
  padding: 20px;
}
.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;
  }
}
.section1 {
  background: url(../src/images/comelonesfhotos/fondocomelones.png);
}
.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;
}
.menu {
  margin: 0 auto;
  max-width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.menu .tarjeta {
  margin: 10px;
  background-color: #ffffff0c;
  box-shadow: 0px 0px 8px #1a1a1a;
  padding: 20px 10px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
}
.menu .tarjeta h1 {
  font-size: 35px;
  margin-bottom: 30px;
}
.menu .tarjeta p {
  margin-bottom: 30px;
  max-width: 80%;
  font-size: 17px;
}
.menu .tarjeta p::first-letter {
  text-transform: uppercase;
}
.menu .tarjeta span p {
  color: #e69020;
  font-size: 20px;
  font-weight: 900;
  min-width: 100%;
  margin-bottom: 10px;
}
.sabores {
  width: 80%;
  background-color: #ffffff0c;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0px 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.294);
  margin: 20px auto 10px auto;
}
.sabores p {
  font-family: 'Bangers', cursive;
  min-width: 40px;
  margin: 10px 10px;
  padding: 10px 15px;
  background-color: #e69020;
  color: black;
  border-radius: 30px;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (max-width: 820px) {
  .tarjeta {
    min-width: 80%;
  }
  p {
    min-width: 80%;
  }
  span p {
    min-width: 100%;
  }
}
@media (max-width: 465px) {
  h1 {
    font-size: 40px !important;
  }
  ul {
    margin: 40px !important;
    display: block !important;
  }
  .tarjeta h1 {
    font-size: 30px !important;
  }
}
