:root {
  --gris-texto: #787878;
  --rosa-boletos: #ec1152;
  --gris-claro: #f5f5f5;
}

html,
body {
  position: relative;
  
}

.aviso-privacidad {
  padding: 32px;
}

#main-navbar {
  background-color: #fff;
  padding: 8px 16px;
  position: sticky;
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-logo {
  width: 8rem;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#main-navbar a {
  text-decoration: none;
  font-size: 20px;
  color: var(--gris-texto);
  text-align: center;
}

.right-nav-opts {
  display: flex;
  align-items: center;
  gap: 32px;
}

.descarga-boletos-btn {
  color: var(--rosa-boletos);
  font-weight: bolder;
  background-color: transparent;
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.descarga-boletos-btn img {
  height: 70px;
}

.carrusel {
  width: 100%;
}

.carrusel img {
  width: 100%;
  max-width: 100vw !important;
}

/* .swiper {
  width: 100%;
  height: 100%;
  height: 300px;
} */

.swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex; /* Para centrar la imagen si es necesario */
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Contenedor del paginador */
.swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: end;
  bottom: 100px;
  right: 160px;
  padding: 32px;
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    justify-content: center;
    padding: 16px;
  }
}

/* Puntos (bullets) normales */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff; 
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

/* Punto activo */
.swiper-pagination-bullet-active {
  background: #ec1152; /* Color activo (azul por defecto) */
  transform: scale(1.2); /* Hacerlo un poco más grande */
}

.swiper2 {
  overflow: hidden;
  width: 100%;
}



/* BANNER PRESENTACION ================================== */

.grey-bar {
  background-color: var(--gris-claro);
  display: flex;
  justify-content: center;
  margin-bottom: -40px;
  /* height: ; */
}

.banner-presentacion {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-radius: 20px;
  border: solid 1px #000;
  max-width: 1100px;
  background-color: #fff;
  z-index: 99;
  position: relative;
  top: -20px;
  /* bottom: -20px; */
  /* height: calc(100% + 40px); */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.left-panel {
  position: relative;
  width: 100%;
}

.left-panel img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 115%;
  z-index: 100;
}

.right-panel {
  padding: 16px;
}

.right-panel img {
  width: 100%;
  max-width:300px;
}

.right-panel p {
  margin: 0;
  font-size: medium;
  padding: 42px;
}



@media screen and (max-width: 768px) {
  .banner-presentacion {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }

  .left-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .left-panel img {
    position: relative;
    height: 300px;
    left: auto;
    transform: none;
  }
  
  .right-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .right-panel img{
    width: 70%;
    padding: 16px;
  }

  .right-panel p {
    text-align: center;
    font-size: medium;
    padding: 0;
  }

}


.banner-presentacion-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: solid 1px #000;
  max-width: 1100px;
  z-index: 99;
  position: relative;
  top: -20px;
  background-color: var(--gris-claro);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 32px;
  gap: 32px;
}

.banner-presentacion-home p {
  margin: 0;
  font-size: 20px;
}



/* AGRADECIMIENTOS ================================= */

.agradecimientos {
  z-index: 101;
  padding: 16px;
  padding-top:40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.agradecimientos p {
  text-align: center;
  color: var(--gris-texto);
  font-size: 24px;
}

.img-patrocinadores {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 90%;
}

.img-patrocinadores div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 18px);
}

.img-patrocinadores div img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .img-patrocinadores div {
    width: calc(50% - 18px);
  }
}


/* NUEVA GALERIA DE ESCUELAS ========================== */

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

.grid-galeria img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .grid-galeria {
  grid-template-columns: repeat(2, 1fr);
}
}

/* ENCUETROS ANTERIORES ============================ */

.encuentros-anteriores {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--gris-claro);
  padding: 32px;
}

#encuentros-tittle {
  color: var(--rosa-boletos);
  font-size: 32px; 
  font-weight: bolder;
  text-align: start;
  display: flex;
  width: 100%;
  max-width: 90%;
}

.links-videos {
  max-width: 90%;
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  gap: 16px;
}

.links-videos a{
  width: calc(25% - 18px);
  text-decoration: none;
}

.video-card {
  background-color: #FFF;
  color: var(--rosa-boletos);
  font-weight: bolder;
  border-radius: 20px;
}

.video-card img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
}

.video-card  p {
  font-weight: bolder;
  font-size: 30px;
  padding: 32px 8px 16px 16px;
  text-decoration: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .links-videos a{
    width: 100%;
  }

  #encuentros-tittle {
    text-align: center;
  }
  
}

/* FOOTER ================================ */

.main-footer {
  background-color: #2d337f;
  color: #FFF;
  display: flex;
  justify-content: space-around;
  padding: 64px;
}

.left-footer, .right-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-footer a {
  text-decoration: none;
  color: #FFF;
  font-weight: lighter;
}

.bold-btn  {
  font-weight: bolder !important;
}

@media screen and (max-width: 768px) {
  .main-footer {
    flex-direction: column;
    gap: 16px;
  }
}


/* POP UP ===================================== */

#pop-up {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
}

#pop-up img {
  width: 100%;
}

#pop-up-texto {
  padding: 16px;
}

#pop-up-texto p,
#pop-up-texto a {
  color: #062276;
  text-decoration: none;
}

.bold {
  font-weight: bolder;
}

#pop-up-arrow-check {
  padding: 0 16px;
  display: flex;
  justify-content: end;
}

#pop-up-arrow-check button {
  background-color: #fff;
  border: none;
}

#pop-up-arrow-check img {
  max-width: 120px;
}

#pop-up-descarga {
  position: absolute;
  top: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF80;
  display: flex;
  justify-content: end;
  animation-duration: 0.2s;
}

#pop-up-descarga-qr {
  position: absolute;
  top: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF80;
  display: flex;
  justify-content: center;
  animation-duration: 0.2s;
}



.center-flex {
  position: fixed !important;
  top: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  overflow-y: auto;
  padding: 32px;
  box-sizing: border-box;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .center-flex {
    align-items: flex-start !important;
    padding: 32px 0;
  }
}


#obtencion-de-datos {
  background-color: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
  padding: 16px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 32px;
  gap: 8px;
}
#obtencion-de-datos img {
  max-width: 60px;
}

.proximamente {
  color: var(--rosa-boletos);
  font-weight: 900;
  margin: 0;
  text-align: center;
  font-size: larger;
}

#form-obtencion-boletos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

#form-obtencion-boletos input,
#form-obtencion-boletos button,
#form-obtencion-boletos select {
  width: 100%;
  border: #000 solid 1px;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
}

#consultar-btn-obtencion {
  background-color: #802fde !important;
  color: #FFF;
  border: #802fde !important;
}


#resultado-boleto {
  width: 100%;
  max-width: 600px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
  color: #062276;
  height: fit-content;
}

#resultado-boleto img {
  width: 100%;
}

#resultado-boleto-down {
  background-color: #FFF;
  padding: 32px;
}

#resultado-boleto-cards {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  padding: 16px;
}

.resultado-boleto-card {
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
    width: 45%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    border: none;
    background-color: #FFF;
}

.resultado-boleto-card img {
  width: 50% !important;
}

.resultado-boleto-confirm {
  display: flex;
}

.resultado-boleto-confirm p {
  margin: 0;
  width: 70%;
}

.resultado-boleto-confirm button {
  border: none;
  background-color: #FFF;
  width: 30%;
}


@media screen and (max-width: 768px) {
  #resultado-boleto {
    width: 90%;
    max-width: 90vh;
    overflow: scroll;
  }

  #resultado-boleto-cards {
    flex-direction: column;
  }

  .resultado-boleto-card {
    width: 100%;
  }
  
  .resultado-boleto-confirm {
    align-items: end;
    flex-direction: column;
  }

  .resultado-boleto-confirm p {
    width: 100%;
  }

  .resultado-boleto-confirm button {
    width: 50%;
  }

  /* .resultado-boleto-confirm button img {
  } */
}



#aviso-venta-cerrada {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  padding: 48px;
  text-align: center;
}

#aviso-venta-cerrada h1 {
  font-weight: 900;
  color: #f92828;
}

#red-line, #nos-vemos-en-el-teatro {
  font-weight: lighter !important;
  color: #f92828;
  text-transform: uppercase;
}

