@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#body, #body3, #body2 {
  background-color: #9DE9E9;
  display: flex;
  flex-direction: column;
}
#body .navbar, #body3 .navbar, #body2 .navbar, #body .text-1, #body3 .text-1, #body2 .text-1 {
  font-family: "Indie Flower", cursive;
  color: white;
  background-color: #4DBACE;
}
#body .navbar .navbar-toggler-icon, #body3 .navbar .navbar-toggler-icon, #body2 .navbar .navbar-toggler-icon, #body .text-1 .navbar-toggler-icon, #body3 .text-1 .navbar-toggler-icon, #body2 .text-1 .navbar-toggler-icon {
  filter: invert(1);
}
#body .navbar .logoNav, #body3 .navbar .logoNav, #body2 .navbar .logoNav, #body .text-1 .logoNav, #body3 .text-1 .logoNav, #body2 .text-1 .logoNav {
  border-radius: 30px;
}
#body .text-1, #body3 .text-1, #body2 .text-1 {
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  animation: slide-in-blurred-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
}
#body .text-1 a, #body3 .text-1 a, #body2 .text-1 a {
  color: black;
  text-decoration: none;
  background-color: #9ADCFF;
  border-radius: 15px;
  padding: 5px;
}
#body .carrousel, #body3 .carrousel, #body2 .carrousel {
  margin-top: 20px;
  animation: slide-in-bck-center 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#body .materias, #body3 .materias, #body2 .materias {
  color: white;
  font-family: "Indie Flower", cursive;
  background-color: #9ADCFF;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 45px;
  animation: roll-in-blurred-right 0.7s cubic-bezier(0.23, 1, 0.32, 1) both;
}
#body .materias .materiasLi, #body3 .materias .materiasLi, #body2 .materias .materiasLi {
  list-style: none;
}
#body .venta, #body3 .venta, #body2 .venta {
  background-color: #4DBACE;
  padding: 20px;
  color: white;
  border-radius: 30px;
  margin: 10px;
}
#body .venta .h2Venta, #body3 .venta .h2Venta, #body2 .venta .h2Venta {
  text-align: center;
  text-decoration-color: none;
  font-family: "Indie Flower", cursive;
}
#body .venta a, #body3 .venta a, #body2 .venta a {
  text-decoration: none;
  color: white;
}
#body .venta .listaVenta, #body3 .venta .listaVenta, #body2 .venta .listaVenta {
  display: flex;
  text-align: center;
  list-style: none;
  gap: 12px;
  margin-left: -30px;
  justify-content: space-around;
}
#body .venta .listaVenta .l1, #body3 .venta .listaVenta .l1, #body2 .venta .listaVenta .l1 {
  animation: pulsate-fwd 1.5s ease-in-out infinite both;
  display: flex;
  flex-direction: row-reverse;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#body .btnSubirVideos, #body3 .btnSubirVideos, #body2 .btnSubirVideos {
  background: #fff;
  color: #222;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0.25em;
  font-family: "Indie Flower", cursive;
  font-size: 16px;
}
#body .footer, #body3 .footer, #body2 .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #9ADCFF;
  padding: 30px;
  color: white;
}
#body .redes, #body3 .redes, #body2 .redes {
  display: flex;
  list-style: none;
  justify-content: space-around;
  padding: 10px;
  background-color: #9ADCFF;
  margin-bottom: -15px;
  color: white;
}
#body .redes a, #body3 .redes a, #body2 .redes a {
  text-decoration: none;
  color: white;
}

#body2 #videos, #body3 #videos {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
#body2 #videos .titulo-h2, #body3 #videos .titulo-h2 {
  color: white;
  display: flex;
}
#body2 #videos #listaVideos, #body3 #videos #listaVideos {
  background-color: #4DBACE;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 15px;
  font-family: "Indie Flower", cursive;
}

#body3 .mapa {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Indie Flower", cursive;
  color: #fff;
}

#bodyForms {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
  font-family: "Indie Flower", cursive;
  background-color: #9DE9E9;
  font-size: 30px;
}
#bodyForms #formulario {
  background-color: #4DBACE;
  border-radius: 20px;
  padding: 25px;
}

#formularios {
  padding: 5px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 30px;
}
#formularios #nombre {
  margin-bottom: 10px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid #ffffff;
  color: white;
  background-color: #4DBACE;
  font-size: 22px;
}
#formularios #nombre textarea {
  color: transparent;
}
#formularios #btnEnviar {
  background: #fff;
  color: #222;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0.25em;
  font-family: "Indie Flower", cursive;
  font-size: 24px;
}

#body3 #contacto {
  display: flex;
  flex-direction: column;
  color: white;
  font-family: "Indie Flower", cursive;
  margin: 10px;
  border: 2px solid #9ADCFF;
  border-radius: 15px;
  padding: 1.25rem;
}
#body3 #contacto .redesContacto {
  display: flex;
  list-style: none;
  padding: 10px;
  margin-bottom: 2.5px;
  justify-content: flex-start;
  gap: 10px;
}
#body3 #formularioContacto {
  padding: 5px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  background-color: #4DBACE;
  border-radius: 15px;
  margin-bottom: 15px;
  font-family: "Indie Flower", cursive;
  font-size: 23px;
}
#body3 #formularioContacto #nombre {
  margin-bottom: 10px;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid #ffffff;
}
#body3 #formularioContacto #nombre button, #body3 #formularioContacto #nombre input, #body3 #formularioContacto #nombre optgroup, #body3 #formularioContacto #nombre select, #body3 #formularioContacto #nombre textarea {
  color: transparent;
}
#body3 #formularioContacto #btnEnviar {
  background: #fff;
  color: #222;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0.25em;
  font-family: "Indie Flower", cursive;
  font-size: 16px;
}

select.swal2-select {
  font-family: "Indie Flower", cursive;
  background: #9ADCFF;
  border-radius: 15px;
}

.swal2-title, .swal2-html-container, .swal2-styled.swal2-confirm {
  font-family: "Indie Flower", cursive;
}/*# sourceMappingURL=style.css.map */