@keyframes encoger {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes encoger-rotar {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.8) rotate(70deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.fondo-animado {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-image: url("../../img/recursos/bg-fondo-section-probando.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
@media (max-width: 1024px) {
  .fondo-animado {
    background-image: url("../../img/recursos/bg-fondo-section-probando-mobile.webp");
  }
}

.btn-circulo {
  padding: 8px 20px;
  background-color: #E22A82;
  border-radius: 20px;
  color: #fff;
  font-size: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
}
.btn-circulo::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #F0CB01;
  transform: scale(0);
  transition: transform 0.5s;
  z-index: -1;
}
.btn-circulo:hover {
  box-shadow: 0 5px 20px 0 rgba(213, 181, 3, 0.5);
  color: #552D7A;
}
.btn-circulo:hover::before {
  transform: scale(1.2);
}
@media (max-width: 1024px) {
  .btn-circulo {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 20px;
  }
}

.volver-inicio {
  color: #E22A82;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.banner-titulo {
  min-height: auto;
  height: 100vh;
  max-height: 40rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0;
}
.banner-titulo picture {
  position: absolute;
  inset: 0;
  clip-path: shape(from 0% 86.02%, vline to 0%, hline to 100%, vline to 85.99%, curve to 50.88% 99.98% with 95.08% 90.45%/78.37% 99.48%, curve to 0% 86.02% with 23.38% 100.48%/5.5% 90.88%, close);
}
@media (max-width: 1024px) {
  .banner-titulo picture {
    clip-path: shape(from 0% 92.17%, vline to 0%, hline to 99.75%, curve to 99.75% 92.17% with 99.94% 30.45%/100.2% 91.52%, curve to 44.09% 99.85% with 99.18% 92.99%/77.65% 101.19%, curve to 0% 92.17% with 17.25% 98.79%/3.51% 94.29%, close);
  }
}
.banner-titulo picture::before {
  content: "";
  inset: 0;
  background: linear-gradient(0deg, #552D7A 0%, rgba(85, 45, 122, 0.05) 62.98%);
  position: absolute;
  z-index: 0;
}
.banner-titulo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-titulo .banner-imagen.splide {
  position: absolute;
  inset: 0;
  clip-path: shape(from 0% 86.02%, vline to 0%, hline to 100%, vline to 85.99%, curve to 50.88% 99.98% with 95.08% 90.45%/78.37% 99.48%, curve to 0% 86.02% with 23.38% 100.48%/5.5% 90.88%, close);
}
@media (max-width: 1024px) {
  .banner-titulo .banner-imagen.splide {
    clip-path: shape(from 0% 92.17%, vline to 0%, hline to 99.75%, curve to 99.75% 92.17% with 99.94% 30.45%/100.2% 91.52%, curve to 44.09% 99.85% with 99.18% 92.99%/77.65% 101.19%, curve to 0% 92.17% with 17.25% 98.79%/3.51% 94.29%, close);
  }
}
.banner-titulo .banner-imagen.splide::before {
  content: "";
  inset: 0;
  background: linear-gradient(0deg, #552D7A 0%, rgba(85, 45, 122, 0.05) 62.98%);
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.banner-titulo .banner-imagen.splide .splide__track,
.banner-titulo .banner-imagen.splide .splide__list {
  height: 100%;
}
.banner-titulo .banner-imagen.splide .splide__slide {
  height: 100%;
}
.banner-titulo .banner-imagen.splide .splide__slide picture {
  position: absolute;
  inset: 0;
  clip-path: none;
}
.banner-titulo .banner-imagen.splide .splide__slide picture::before {
  display: none;
}
.banner-titulo .banner-imagen.splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.banner-titulo.banner-titulo--solo-imagen picture::before {
  display: none;
}
.banner-titulo.banner-titulo--solo-imagen .banner-imagen.splide::before {
  display: none;
}
.banner-titulo .contenedor {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  bottom: 7.912rem;
}
@media (max-width: 1024px) {
  .banner-titulo .contenedor {
    bottom: 5rem;
  }
}
.banner-titulo .contenedor .banner-titulo__title {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 55px;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  text-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .banner-titulo .contenedor .banner-titulo__title {
    font-size: 30px;
    line-height: 35px;
  }
}
.banner-titulo .contenedor .banner-titulo__parrafo {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  text-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.banner-titulo .contenedor .banner-titulo__boton {
  border-radius: 39px;
  background-color: #57D163;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble {
  position: relative;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble::before, .banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 63px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble::before {
  right: 100%;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble::after {
  left: 100%;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble::before {
  background-image: url("../../img/icons/izquierda.svg");
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconosdoble::after {
  background-image: url("../../img/icons/derecha.svg");
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconocentrado .banner-titulo__title {
  position: relative;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconocentrado .banner-titulo__title::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 16%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 14rem;
  height: 14rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .banner-titulo .contenedor.banner-titulo__contenedor--iconocentrado .banner-titulo__title::before {
    width: 10rem;
    height: 10rem;
  }
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconocentrado .banner-titulo__title::before {
  background-image: url("../../img/icons/centrado.svg");
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconoderecha .banner-titulo__title {
  position: relative;
}
.banner-titulo .contenedor.banner-titulo__contenedor--iconoderecha .banner-titulo__title::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 9.5rem;
  height: 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  background-image: url("../../img/icons/manito.svg");
}/*# sourceMappingURL=index.css.map */