@charset "UTF-8";
/* body */
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=MedievalSharp&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=MedievalSharp&family=Medula+One&display=swap");
.ayudin, .agradecimiento, .subtitulo, h1, .subtitulo2, .titulo-principal, .animate__animated {
  font-family: "Black Ops One", system-ui;
  font-size: 2.5em;
}

.logotravel, .logo, .gira {
  width: 300px;
  border-radius: 10px;
}

.logohelado, .logo-sabores, .logo-tamaños, .carousel-item {
  width: 900px;
  border-radius: 10px;
}

.verdes, .subtitulo, h1, .subtitulo2 {
  color: #004d40;
  margin-bottom: 30px;
}

body {
  font-family: "MedievalSharp", cursive;
  background-image: url(../imagen/copos-de-nieve-wikimedia-commons.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: blue;
}

/* header */
header {
  background-image: linear-gradient(to top, rgba(168, 218, 220, 0.9019607843), rgb(19, 202, 243), rgb(78, 78, 245), rgb(34, 34, 245), rgb(1, 1, 72));
  padding: 20px 0;
  text-align: center;
}

.PapaFlex {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.FlexHijo {
  width: 110px;
  height: 50px;
  border: solid black 3px;
  background-color: white;
}

.titulo-principal {
  color: #F1FAEE;
  text-align: center;
}

.logo-contenedor {
  margin-top: 15px;
}

.logo {
  border: 10px inset blue;
  width: 60%;
}

.logo-sabores {
  width: 80%;
  border: 10px inset rgb(5, 142, 183);
}

.logo-tamaños {
  width: 300px;
  border: 10px inset rgb(5, 142, 183);
}

.frase {
  color: #030246;
  margin-top: 10px;
  font-size: 3em;
}

.animate__animated {
  color: #F1FAEE;
  text-align: center;
}

.gira {
  border: 10px inset rgb(5, 142, 183);
}

.accordion-cremas {
  font-size: 3em;
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.logo2 {
  display: none;
}

/* main */
main {
  background-color: rgba(168, 218, 220, 0.9019607843);
  padding: 20px 10px;
  text-align: center;
}

h1 {
  font-size: 1.8em;
}

.sabores {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.boton {
  background-color: #82d4fa;
  color: #004d40;
  padding: 15px 25px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.boton:hover {
  background-color: #4fc3f7;
  transform: scale(1.05);
}

.ul {
  color: #2D2D2D;
  list-style: none;
  font-size: 2em;
  padding: 15px 15px;
  line-height: 2;
}

.listado {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accordion-body {
  color: black;
  font-size: 1.2em;
}

.lineal {
  font-family: "Black Ops One", system-ui;
  color: #4A8FA1;
  background-color: #D9F3F5;
  padding: 15px 15px;
}

.letra {
  color: black;
  font-size: 1.8em;
}

.empty {
  grid-area: unset;
}

.carousel-item {
  width: 400px;
}

.preenvasados {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pre {
  text-align: center;
}

.pre img {
  width: 220px;
  height: 200px;
  border: 3px solid #19a0ff;
  border-radius: 10px;
  object-fit: cover;
}

.pre ul {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
}

.grid-tamanos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.item img {
  border: 3px solid #19a0ff;
  border-radius: 10px;
  object-fit: cover;
}

.item p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 50px;
}

.negro {
  width: 65%;
}

.eleccion {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

.elija {
  width: 30%;
  border: 3px solid #4fc3f7;
}

.juan {
  display: flex;
  justify-content: space-around;
  width: 85%;
}

.mobile-img {
  display: none;
}

.temu {
  width: 60%;
}

.grido {
  width: 100%;
  border: 3px solid #4fc3f7;
}

.contacto {
  display: flex;
  padding: 10%;
  gap: 30%;
}

.pedido {
  flex: 2;
  display: grid;
  justify-content: space-between;
  justify-items: start;
}

.quejas {
  flex: 1;
  display: grid;
  flex-wrap: wrap;
  justify-content: start;
  justify-items: stretch;
}

input, textarea {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.subtitulo2 {
  font-size: 4em;
}

label {
  font-size: 2em;
  font-weight: bold;
  font-family: "Black Ops One", system-ui;
  color: blue;
  margin-bottom: 8px;
}

/* footer */
footer {
  background-image: linear-gradient(to top, white, rgba(168, 218, 220, 0.9019607843));
  color: #2D2D2D;
  padding: 40px;
  text-align: center;
}

/* MediaQ */
@media only screen and (min-width: 320px) and (max-width: 390px) {
  header {
    font-size: 0.5;
  }
  main {
    font-size: 0.5;
    background-color: rgba(168, 218, 220, 0.9019607843);
  }
  .listado {
    display: contents;
  }
  .orden {
    display: block;
  }
  .subtitulo {
    font-size: 2em;
  }
  footer {
    font-size: 0.5;
    display: grid;
    padding: 10px;
    gap: 10px;
  }
  .ordena2 {
    display: block;
  }
  .logohelado {
    width: 50px;
    border-radius: 10px;
  }
  .accordion-cremas {
    font-size: 0.5;
  }
  .grid-tamanos {
    display: flow;
    margin: -1px;
  }
  .negro {
    width: 70%;
  }
  .eleccion {
    display: none;
  }
  .pre li {
    margin: 7px;
    font-size: 20px;
  }
  .temu {
    padding: 5px;
  }
  .grido {
    width: 65%;
  }
  .mobile-img {
    display: flex;
    border: 3px solid #4fc3f7;
    margin: 40px;
    width: 75%;
  }
  .logo {
    display: none;
  }
  .logo2 {
    display: block;
    width: 300px;
    border-radius: 10px;
    border: 10px inset blue;
    margin: 40px;
  }
  .frase {
    font-size: 2em;
  }
  .contacto {
    display: grid;
    padding: 5%;
    gap: 4px;
  }
  .quejas {
    display: grid;
  }
  label {
    font-size: 1.5em;
  }
  .subtitulo2 {
    font-size: 2.5em;
  }
}
/* TABLET */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  header {
    font-size: 0.5;
  }
  main {
    font-size: 0.5;
    background-color: rgba(168, 218, 220, 0.9019607843);
  }
  .listado {
    display: contents;
  }
  .orden {
    display: block;
  }
  .subtitulo {
    font-size: 2em;
  }
  footer {
    font-size: 0.5;
    display: grid;
    padding: 10px;
    gap: 10px;
  }
  .ordena2 {
    display: block;
  }
  .grid-tamanos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .negro {
    width: 60%;
  }
  .eleccion {
    display: none;
  }
  .mobile-img {
    display: flex;
    border: 3px solid #4fc3f7;
    margin: 50px;
    width: 75%;
  }
}

/*# sourceMappingURL=estilo.css.map */
