
body {
  background-color: #ffffffff;
  color: #1c2a39;
}

h1, h2, h3 {
  color: #16677C;
}

a {
  color: #16677C;
}

.hero-title {
  font-style: italic;
}

.titulo-cuadro {
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    margin: 20px 0;
    width: 100%;
    z-index: 10;
    position: relative;
    padding-left: 110px;
    padding-right: 10px;
}

.titulo-cuadro h2 {
  text-align: left;
  margin: 0;
}

.titulo-cuadro p,
.titulo-cuadro ul {
  text-align: left;
  padding-left: 30px;
}

.titulo-cuadro ul {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-top: 20px;
  padding-left: 30px;
}

.titulo-cuadro li {
  margin-bottom: 10px;
}

.imagen-requisitos video {
        position: absolute;
    top: 150px;
    left: 1180px;
    width: 300px;
}
.imagen-requisitos video {
  margin: 0;
  padding: 0;
  border: none;
}
video {
  object-fit: cover;
}

@media (max-width: 768px) {
  .titulo-cuadro {
    display: flex;
        flex-direction: column;
        padding-left: 0px;
  }

  .imagen-requisitos {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    float: none;
  }
.imagen-requisitos video {
        position: absolute;
        top: 70px;
        left: 480px;
        width: 30%;
        /* z-index: -1; */
    }
}


/* Icono Requisito */
.icono-requisito {
  position: absolute;
  top: 10px;
  right: 700px;
  width: 160px;
  height: auto;
  z-index: 20;
}

@media (max-width: 1024px) {
  .icono-requisito {
    width: 60px;
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .icono-requisito {
    position: static;
    display: block;
    margin: 0 auto 20px auto;
    width: 50px;
  }
}

/* Sección de reglamento */
.reglamento-contenidor {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .reglamento-contenidor {
    flex-direction: column;
    gap: 20px;
  }
  .reglamento-texto {
  flex: 1;
 padding-right: 20px;
    padding-left: 60px;
}
}

@media (max-width: 768px) {
  .reglamento-contenidor {
    flex-direction: column;
  }
  .reglamento-descarga a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.8rem !important; 
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background-color: #16677c;
    transition: transform 0.3s ease, color 0.3s ease;
    position: absolute;
    top: 37px;
    left: 6px;
    width: 275px !important;
    height: 275px !important;
}
.reglamento-descarga a img {
    width: 80px !important;
    height: auto;
    transition: transform 0.3s 
ease;
}
}

.reglamento-texto {
  flex: 1;
  padding-right: 20px;
  padding-left: 0px;
 
}

.reglamento-texto p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #ffffff;
}

.reglamento-texto ul li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ffffff;
}

.reglamento-descarga {
  flex: 1;
  position: relative;
}

.reglamento-descarga a {
  text-decoration: none;
  color: #ffffff;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #16677c;
  transition: transform 0.3s ease, color 0.3s ease;
  position: absolute;
  top: 37px;
  left: 6px;
  width: 684px;
  height: 275px;
}

.reglamento-descarga a:hover {
  color: #22b1d4ff;
  transform: scale(1.03);
}

.reglamento-descarga a img {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease;
}

.reglamento-descarga a:hover img {
  transform: scale(1.1);
}

/* Botón efecto vaso */
.btn-reglamento-descarga {
  display: inline-flex;
  align-items: center;
  gap: 12px;                   /* espacio entre icono y texto */
  padding: 20px 36px;          /* más espacio interior (vertical y horizontal) */
  font-size: 1.4rem;            /* tamaño de letra más grande */
  font-weight: 700;
  background-color: #ffffff;
  color: #1c2a39;
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-reglamento-descarga:hover {
  transform: scale(1.1);        /* agranda al pasar el mouse */
  color: #ffffff;               /* cambia el color del texto en hover */
}

.btn-reglamento-descarga img {
  width: 64px;                  /* icono más grande */
  height: auto;
  transition: transform 0.3s ease;
}

.btn-reglamento-descarga:hover img {
  transform: scale(1.2);
}


.texto-descarga {
  z-index: 2;
  position: relative;
}

/* Sección padre — puede tener margen vertical si quieres */
.reglamento-seccion {
  /* opcional: espacio arriba/abajo */
  margin: 30px 0;
}

/* El cuadro que vas a posicionar a la izquierda y con tamaño controlado */
.reglamento-contenedor {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #1c2a39;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  width: 50%;            /* que ocupe la mitad del ancho del contenedor padre */
  min-height: 200px;     /* altura mínima (ajústala según contenido) */
  margin-left: 0;        /* que esté pegado al lado izquierdo */
  /* no centro con margin auto, para que no se vaya al medio */
}

.reglamento-texto {
  flex: 1;
  color: #ffffff;
}

.reglamento-texto h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #fff;
    text-decoration: underline;
  text-decoration-color: #a1d6d4; /* Cambia el color del subrayado */
  text-underline-offset: 4px; 
}

.reglamento-texto p,
.reglamento-texto ul {
  font-size: 1.2rem;
  line-height: 1.6;
}

.reglamento-descarga {
  flex: 0 0 auto;
  position: relative;
}

.btn-reglamento-descarga {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background-color: #ffffff;
  color: #1c2a39;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.btn-reglamento-descarga:hover {
  transform: scale(1.03);
  color: #ffffff;  
}

.btn-reglamento-descarga img {
  width: 48px;
  height: auto;
  z-index: 2;
}

.texto-descarga {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}


.vaso-fondo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #A1D6D4;
  z-index: 1;
  transition: height 0.6s ease;
  pointer-events: none;
}

.btn-reglamento-descarga:hover .vaso-fondo {
  height: 100%;
}


.btn-reglamento-descarga:hover .texto-descarga {
  color: #1c2a39;  
}


@media (max-width: 450px) {
  .reglamento-contenedor {
    flex-direction: column;
    width: 81%;   
    margin-left: 0;
  }
  .reglamento-descarga {
    margin-top: 20px;
  }
  .btn-reglamento-descarga {
    justify-content: center;
    width: 100%;
  }
  .reglamento-descarga a {
    width: 222px;
        top: 63px;
        left: 444px;
        position: fixed;
}
.texto-descarga {
       z-index: 2;
        position: relative;
        font-size: 17px;
    }
    .reglamento-texto {
    flex: 1;
    padding-right: 20px;
}
.reglamento-descarga a {
  position: absolute;
  top: 0px;
  left: 55px;
  width: 180px !important;
  height: 90px !important;
}
.reglamento-descarga a img {
    width: 60px;
    height: auto;
    transition: transform 0.3s 
ease;
}
.imagen-requisitos video {
        position: absolute;
        top: 46px;
        left: 170px;
        width: 45%;
        /* z-index: -1; */
    }
.titulo-cuadro h2 {
    text-align: left;
    margin: 0;
    font-size: 15px;
}
}
.asuntos-intro.titulo-cuadro {
  width: 80%;
  margin: 0 auto; /* Centra la sección */
}

/* Asegúrate de que también se vea bien en pantallas más pequeñas */
@media (max-width: 768px) {
  .asuntos-intro.titulo-cuadro {
    width: 100%; /* En pantallas más pequeñas, puede ocupar el 100% */
  }
}
