@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;
}

.eventos {
  min-height: auto;
  height: auto;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .eventos {
    padding: 50px 0;
  }
}
.eventos .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.eventos .contenedor .titulos {
  margin-bottom: 50px;
}
.eventos .contenedor .titulos .titulo-1 {
  color: #E22A82;
}
@media (max-width: 1024px) {
  .eventos .contenedor .titulos {
    margin-bottom: 30px;
  }
}
.eventos .contenedor .parrafo-opcional .parrafo-opcional__texto {
  max-width: 730px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.eventos .contenedor .filas-eventos {
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media (max-width: 1024px) {
  .eventos .contenedor .filas-eventos {
    gap: 58px;
  }
}
.eventos .contenedor .filas-eventos .fila-evento {
  display: flex;
  gap: 63px;
  align-items: center;
  margin-top: 33px;
}
@media (max-width: 1024px) {
  .eventos .contenedor .filas-eventos .fila-evento {
    flex-direction: column;
    gap: 50px;
  }
}
.eventos .contenedor .filas-eventos .fila-evento .contenido-evento {
  padding: 40px;
  max-width: 40rem;
  position: relative;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.2));
}
@media (max-width: 1024px) {
  .eventos .contenedor .filas-eventos .fila-evento .contenido-evento {
    padding: 30px;
  }
}
.eventos .contenedor .filas-eventos .fila-evento .contenido-evento::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: shape(from 100% 23.83%, curve to 98.39% 13.72% with 99.64% 18.44%/98.78% 14.85%, curve to 92.59% 6.99% with 96.89% 8.51%/93.9% 7.06%, line to 8.75% 0.02%, hline to 7.05%, curve to 4.73% 0.92% with 6.82% -0.05%/6.02% 0.02%, curve to 1.7% 6.31% with 3.45% 1.82%/2.17% 4.89%, curve to 0% 16.64% with 0.63% 9.01%/0.12% 14.32%, vline to 82.01%, line to 0.09% 85.6%, curve to 2.77% 96.16% with 0.8% 91.53%/2.17% 95.11%, curve to 7.05% 99.98% with 4.48% 99.57%/6.34% 100.13%, line to 93.3% 94.36%, curve to 97.5% 90.09% with 94.87% 94.36%/96.76% 91.52%, curve to 100% 77.74% with 99.14% 87.58%/99.85% 80.81%, vline to 23.83%, close);
  background: #fff;
  z-index: -1;
}
.eventos .contenedor .filas-eventos .fila-evento .contenido-evento .titulo-evento {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .eventos .contenedor .filas-eventos .fila-evento .contenido-evento .titulo-evento {
    font-size: 19px;
    line-height: 25px;
  }
}
.eventos .contenedor .filas-eventos .fila-evento .contenido-evento .parrafo-evento {
  color: #552D7A;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos {
  min-height: 0;
  width: 100%;
  max-width: 35rem;
  height: 27rem;
  max-height: 27rem;
  overflow: hidden;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  min-width: 0;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout .eventos-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  min-height: 0;
  min-width: 0;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout .eventos-grid__item a,
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout .eventos-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout .eventos-grid__item img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 0;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout .eventos-grid__item .eventos-grid__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="1"] .eventos-grid__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="1"] .eventos-grid__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="1"] .eventos-grid__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="2"] .eventos-grid__item:nth-child(3) {
  grid-column: 1;
  grid-row: 1/3;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="2"] .eventos-grid__item:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="2"] .eventos-grid__item:nth-child(2) {
  grid-column: 2;
  grid-row: 2;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="3"] .eventos-grid__item:nth-child(2) {
  grid-column: 1;
  grid-row: 1/3;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="3"] .eventos-grid__item:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos .grid-layout[data-grid="3"] .eventos-grid__item:nth-child(1) {
  grid-column: 2;
  grid-row: 2;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos.animacion-eventos--single .eventos-sola-imagen {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}
.eventos .contenedor .filas-eventos .fila-evento .animacion-eventos.animacion-eventos--single .eventos-sola-imagen img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-height: 0;
}
.eventos .contenedor .filas-eventos .fila-evento:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .eventos .contenedor .filas-eventos .fila-evento:nth-child(even) {
    flex-direction: column;
  }
}

.reserva-evento {
  min-height: auto;
  height: auto;
}
.reserva-evento .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserva-evento .contenedor .reserva__titulo {
  color: #E22A82;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .reserva-evento .contenedor .reserva__titulo {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
.reserva-evento .contenedor .reserva__boton {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #6CBF64;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding: 20px 55.66px;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .reserva-evento .contenedor .reserva__boton {
    font-size: 21px;
    line-height: 26px;
    padding: 20px 30px;
  }
  .reserva-evento .contenedor .reserva__boton img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.reserva-evento .contenedor .opcion-reserva {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.reserva-evento .contenedor .opcion-reserva .opcion-reserva__linea {
  height: 1px;
  max-width: 87.5px;
  width: 100dvw;
  background-color: #4D4D4D;
}
.reserva-evento .contenedor .opcion-reserva__celular {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #552D7A;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .reserva-evento .contenedor .opcion-reserva__celular {
    font-size: 29px;
    line-height: 34px;
  }
}
.reserva-evento .contenedor .opcion-reserva__celular .celular-icono {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(16.99deg);
}
.reserva-evento .contenedor .opcion-reserva__celular .verificado-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.reserva-evento .contenedor .opcion-reserva__correo {
  padding: 20px 42.04px;
  background-color: #00ABE9;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .reserva-evento .contenedor .opcion-reserva__correo {
    font-size: 21px;
    line-height: 26px;
    padding: 20px 30px;
  }
}
.reserva-evento .contenedor .opcion-reserva__correo.js-copiar-correo {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.2s ease;
}
.reserva-evento .contenedor .opcion-reserva__correo.js-copiar-correo:hover {
  opacity: 0.9;
}
.reserva-evento .contenedor .reserva-evento__texto {
  color: #552D7A;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  max-width: 760px;
}
@media (max-width: 1024px) {
  .reserva-evento .contenedor .reserva-evento__texto {
    font-size: 20px;
    line-height: 25px;
  }
}/*# sourceMappingURL=index.css.map */