html, body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

p,
li {
    font-size: 0.85rem;
    line-height: 1.6;
}

/*NAV BAR*/
header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-color {
    background: linear-gradient(90deg, #dfd8fc 0%, #c4b2ec 50%, #997cb9 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.navbar-brand img {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo-adiseno {
    height: 30px !important;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.03);
}

.nav-link {
    padding: 4px 25px !important;
    color: white;
    font-size: 14px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.nav-link:not(.active):hover {
    color: white !important;
    transform: translateY(-2px);
}

.nav-link.active {
    background-color: #63BAAA;
    border-radius: 50px;
    color: white !important;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.nav-link.active:hover {
    background-color: #52a394;
}

.ico-nav a {
    padding: 0 15px !important;
    transition: color 0.3s ease, transform 0.3s ease;
}

.ico-nav a:hover {
    color: white !important;
    transform: scale(1.15);
}

/* TARJETAS CON ZOOM */
.tarjeta-verde-zoom,
.tarjeta-lila-zoom {
    border-radius: 15px;
    padding: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta-verde-zoom:hover,
.tarjeta-lila-zoom:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.tarjeta-verde-zoom {
    background-color: #63BAAA;
    color: #ffffff;
}

.tarjeta-lila-zoom {
    background-color: #DDDBFF;
    color: #000000;
}

.tarjeta-verde-zoom h2,
.tarjeta-lila-zoom h3,
.tarjeta-lila-zoom h2,
.tarjeta-lila-zoom h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}


/*ARTICULO PRINCIPAL*/

.nota-principal img {
    width: 352px;
}

.imagen-card {
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.cards-secundarias {
    margin-top: 120px !important;
}

.cards-secundarias h4 {
    text-align: center;
}

.tarjetas-secundarias {
    background-color: #63BAAA;
    color: white;
    border-radius: 5%;
    margin-top: 30px;
}

.texto-secundarias {
    background-color: #63BAAA;
    color: #ffffff;
    border-radius: 15px;
    padding: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.texto-secundarias:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.texto-secundarias-pequenos {
    background-color: #63BAAA;
    color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.texto-secundarias-pequenos:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/*AQUI EMPIEZAN LOS CSS DE PAGINA REVISTA*/
/*CUENTA REGRESIVA*/

.countdown-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
}

.time-box {
    min-width: 50px;
    padding: 13px 21px;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    color: #63BAAA;
}

.time-box span {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.time-box small {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*CARDS DE REVISTAS*/

.tarjeta-lila-zoom img {
    max-width: 150px;
}

.las-revistas h5 {
    padding-bottom: 15px;
}

.btn-enviar-revs {
    margin-top: 31px;
    background-color: #6ebcae;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}

.btn-enviar-revs:hover {
    background-color: #ffffff;
    color: #63BAAA;
    border: solid #63BAAA;
}

/*PÁGINA DE LA CONVOCATORIA*/
/*FORMULARIO*/

.form-custom {
    background-color: #dfdfff;
    border: none;
    padding: 0.75rem 1.25rem;
}

.form-custom:focus {
    background-color: #d1d1f8;
    box-shadow: none;
    outline: none;
    border: 2px solid #6ebcae;
}

.btn-enviar {
    background-color: #6ebcae;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.btn-enviar:hover {
    background-color: #ffffff;
    color: #63BAAA;
    border: solid #63BAAA;
}

/*FANCYBOX CONVOCATORIA*/
.col-levantar-hover {
    position: relative;
}

.col-levantar-hover a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.col-levantar-hover:hover a {
    transform: translateY(-10px);
}

.col-levantar-hover:hover a img {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.lineamientos {
    margin-bottom: 120px;
}

/*PÁGINA DEL COMITÉ*/

.separador-comite {
    margin-bottom: 100px;
}

.foto-comite {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.foto-comite a {
    color: #000000 !important;
}

.foto-comite:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.padron-comite {
    background-color: #eeeeee;
    color: #000000;
}

/*LINKS DE RRSS*/

.rrss a {
    color: black;
    font-size: 50px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.rrss a:hover {
    transform: scale(1.1);
}

/*FOOTER*/
footer {
    background: linear-gradient(90deg, #dfd8fc 0%, #c4b2ec 50%, #997cb9 100%);
    text-align: center;
    padding: 25px 0;
}

footer p {
    font-size: 12px;
}


/* INICIAN MEDIA QUERIES */

@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        background-color: transparent;
        padding-top: 15px;
    }

    .navbar-nav li {
        border-bottom: 1px solid white;
    }

    .nav-link {
        padding: 15px 0 !important;
    }

    .nav-link.active {
        border-radius: 50px;
        margin: 15px 0;
        padding: 10px 80px !important;
    }

    .ico-nav {
        justify-content: center;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .ico-nav a {
        padding-bottom: 8px !important;
    }

    .cards-secundarias {
        margin-top: 60px !important;
    }

    .texto-secundarias {
        margin-bottom: 60px;
    }

    .tarjeta-verde-zoom {
        margin-bottom: 35px;
    }

    .texto-secundarias-pequenos {
        margin-bottom: 50px;
    }

    .tarjeta-adaptable .texto-secundarias h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .tarjeta-adaptable .texto-secundarias p {
        font-size: 0.85rem;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {

    .tarjeta-verde-zoom,
    .tarjeta-lila-zoom {
        padding: 25px;
    }

    .texto-secundarias {
        padding: 30px;
    }

    .texto-secundarias-pequenos {
        padding: 20px;
    }

    .nota-principal img {
        width: 100%;
        max-width: 352px;
        height: auto;
    }

    .countdown-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .time-box {
        min-width: 44px;
        padding: 12px
    }

    .time-box span {
        font-size: 1.3rem;
    }
    .separador-comite {
        margin-bottom: 50px;
    }

    .lineamientos {
        margin-bottom: 60px;
    }
    .rrss a {
        font-size: 35px;
    }
}


@media (max-width: 575.98px) {

    .header-color {
        
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .navbar-brand {
       
        flex-shrink: 1 !important; 
        margin-right: 4px !important; 
    }

    .navbar-brand img {
        height: 30px !important; 
        width: auto !important;
    }

    .logo-adiseno {
        height: 13px !important; 
    }
    
    .tarjeta-verde-zoom h2,
    .tarjeta-lila-zoom h3,
    .tarjeta-lila-zoom h2 {
        font-size: 1.3rem;
    }
}


