@charset "UTF-8";
@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-comunicacion-section {
  min-height: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 100px 0;
}
.banner-comunicacion-section .contenedor {
  display: contents;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor {
    display: flex;
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion {
  max-width: 67.313rem;
  min-height: 411px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion {
    min-height: 40rem;
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion::before {
  content: "";
  position: absolute;
  width: 100%;
  clip-path: shape(from 3.9% 0.01%, curve to 0.1% 9.43% with 0.94% 0.2%/0.13% 6.37%, curve to 0.1% 90.94% with 0.03% 35.34%/-0.08% 87.91%, curve to 1.31% 97.43% with 0.33% 94.74%/0.57% 95.1%, curve to 4% 100% with 1.9% 99.29%/3.35% 99.92%, curve to 96.46% 94.13% with 34.49% 98.12%/95.68% 94.32%, curve to 99.05% 90.7% with 97.43% 93.88%/98.12% 93.15%, curve to 99.98% 84.58% with 99.79% 88.74%/99.98% 85.8%, curve to 99.98% 16.77% with 99.98% 49.08%/100.03% 23.63%, curve to 96.64% 7.59% with 99.93% 9.92%/97.29% 7.59%, curve to 3.9% 0.01% with 66.97% 4.98%/6.87% -0.19%, close);
  background-color: #552D7A;
  inset: 0;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion::before {
    clip-path: shape(from 9.9% 0%, curve to 0% 5.9% with 2.37% 0.13%/0.16% 3.99%, vline to 94.38%, curve to 11% 99.97% with 1.27% 99.36%/7.86% 100.18%, line to 90.95% 94.85%, curve to 100% 88.87% with 98% 94.16%/99.92% 90.58%, vline to 12.67%, curve to 91.93% 6.77% with 99.61% 8.71%/94.46% 7.08%, line to 9.9% 0%, close);
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion .shape-1,
.banner-comunicacion-section .contenedor .banner-comunicacion .shape-2,
.banner-comunicacion-section .contenedor .banner-comunicacion .shape-3 {
  position: absolute;
  background-color: #E22A82;
  opacity: 0.8;
  border-radius: 50%;
  filter: blur(182.775680542px);
  pointer-events: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .shape-1 {
  left: 4.125rem;
  bottom: 7.5rem;
  width: 31.374rem;
  height: 31.374rem;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .shape-2 {
  width: 22.013rem;
  height: 22.013rem;
  top: 50%;
  right: 80%;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .shape-3 {
  width: 26.036rem;
  height: 26.036rem;
  left: 75%;
  bottom: 10.236rem;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .icono-1,
.banner-comunicacion-section .contenedor .banner-comunicacion .icono-2,
.banner-comunicacion-section .contenedor .banner-comunicacion .icono-3 {
  position: absolute;
  z-index: 1;
  display: flex;
  pointer-events: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .icono-1 {
  left: 94%;
  bottom: 79%;
  z-index: -1;
  transition: all 0.5s;
  animation: icono1 5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .icono-1 {
    left: 75%;
    bottom: 85%;
  }
}
@keyframes icono1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion .icono-2 {
  top: 70%;
  left: 95%;
  transition: all 0.5s;
  animation: icono2 3s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .icono-2 {
    top: 75%;
    left: 80%;
  }
}
@keyframes icono2 {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.7) rotate(70deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion .icono-3 {
  right: 95%;
  top: 90%;
  transition: all 0.5s;
  animation: icono3 3s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .icono-3 {
    right: 75%;
  }
}
@keyframes icono3 {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.4) rotate(85deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  clip-path: shape(from 3.9% 0.01%, curve to 0.1% 9.43% with 0.94% 0.2%/0.13% 6.37%, curve to 0.1% 90.94% with 0.03% 35.34%/-0.08% 87.91%, curve to 1.31% 97.43% with 0.33% 94.74%/0.57% 95.1%, curve to 4% 100% with 1.9% 99.29%/3.35% 99.92%, curve to 96.46% 94.13% with 34.49% 98.12%/95.68% 94.32%, curve to 99.05% 90.7% with 97.43% 93.88%/98.12% 93.15%, curve to 99.98% 84.58% with 99.79% 88.74%/99.98% 85.8%, curve to 99.98% 16.77% with 99.98% 49.08%/100.03% 23.63%, curve to 96.64% 7.59% with 99.93% 9.92%/97.29% 7.59%, curve to 3.9% 0.01% with 66.97% 4.98%/6.87% -0.19%, close);
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion picture {
    clip-path: shape(from 9.9% 0%, curve to 0% 5.9% with 2.37% 0.13%/0.16% 3.99%, vline to 94.38%, curve to 11% 99.97% with 1.27% 99.36%/7.86% 100.18%, line to 90.95% 94.85%, curve to 100% 88.87% with 98% 94.16%/99.92% 90.58%, vline to 12.67%, curve to 91.93% 6.77% with 99.61% 8.71%/94.46% 7.08%, line to 9.9% 0%, close);
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible {
  position: absolute;
  display: flex;
  gap: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  width: calc(100% - 120px);
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible {
    flex-direction: column-reverse;
    width: calc(100% - 42px);
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.5s;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda__titulo {
  color: #E22A82;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda__titulo {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda {
  /* El contenedor debe tener posición relativa */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select {
  position: relative;
  /* Ocultar el elemento SELECT original */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select select {
  display: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-selected {
  color: #552D7A;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 30px;
  background: linear-gradient(0deg, rgba(85, 45, 122, 0.1) 0%, rgba(85, 45, 122, 0.1) 100%), #FFF;
  /* Estilo de la flecha dentro del select */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-selected::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 9px;
  height: 5.1px;
  background-image: url("../../img/icons/flecha-select.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-selected {
  /* Flecha apuntando hacia arriba cuando el select está activo */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-selected.select-arrow-active::after {
  border-color: transparent transparent #fff transparent;
  top: 23.93px;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-selected.select-arrow-active {
  border-radius: 30px 30px 0 0;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select {
  /* Estilos para los ítems (opciones), incluido el seleccionado */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-items div,
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-selected {
  cursor: pointer;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select {
  /* Contenedor de las opciones */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-items {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
  padding: 0 20px 15px 20px;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(0deg, rgba(85, 45, 122, 0.1) 0%, rgba(85, 45, 122, 0.1) 100%), #FFF;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 99;
  /* Hover en los ítems */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-items div {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  transform: background-color 0.5s color 5s;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-items div:hover {
  background-color: #F0CB01;
  color: #552D7A;
  font-weight: 700;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-items div.same-as-selected {
  background-color: #F0CB01;
  color: #552D7A;
  font-weight: 700;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select {
  /* Ocultar opciones cuando el select está cerrado */
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .custom-select .select-hide {
  display: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado {
  margin-top: 20px;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .verde {
  background-color: #6CBF64;
  padding: 10px 20px;
  border-radius: 39px;
  align-self: stretch;
  gap: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .verde .icono-whatsapp {
  display: flex;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .morado {
  background-color: #552D7A;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #fff;
  align-self: stretch;
  padding: 10px 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  gap: 10px;
  margin: 0;
  text-decoration: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .morado .icono-correo {
  display: flex;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .morado.js-copiar-texto {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .trabaja-con-nosotros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .trabaja-con-nosotros p {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .trabaja-con-nosotros .btn-circulo--texto {
  margin: 0;
  text-decoration: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item .trabaja-con-nosotros .js-copiar-texto {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item.is-active {
  display: block;
  opacity: 1;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .izquierda .contenido-variado .contenido-variado__item.limpieza {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .derecha {
  flex: 1;
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .derecha__titulo {
  color: #F0CB01;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
  margin-bottom: 11px;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .derecha__titulo {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
.banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .derecha__parrafo {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 100;
}
@media (max-width: 1024px) {
  .banner-comunicacion-section .contenedor .banner-comunicacion .contenido-flexible .derecha__parrafo {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */