.banner-docentes {
    background: linear-gradient(90deg, #FFA700, #FF8C00);
    padding: 8px 0;
    width: 100%;
}

.banner-text {
    color: #000;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

/* ==========================
   SECCIÓN HERO VIDEO
   ========================== */

.hero-video {
    color: #fff;
    padding: 20px 0;
    background-image: url('../../img/landingnavidad/portada.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}

/* RUTA AL ÉXITO 2026:3 Claves para Lograr tu Nombramiento Docente */



/* Título */
.hero-title {
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    background: radial-gradient(30% 50% at 50% 80%, #FD5800 0%, #FFA700 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 15px 15.5px rgba(0, 0, 0, 0.25);
}



/* Subtítulo */
.hero-subtitle {
    font-size: 32px;
    color: #fff;
    margin-top: -10px;
    font-weight: 700;
}

/* Indicador */
.hero-indicator {
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto;
    /* Centra el div */
    text-align: center;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid #FFA700;
    border-radius: 20px;
    width: max-content;
    padding: 6px 25px;
}


.para-video {
    padding: 0 10%;
    margin-bottom: 20px;
}

/* CTA */
.cta-button {
    background: linear-gradient(90deg, #FFA700 0%, #FFA700 100%);
    box-shadow: 4px 0px 15.3px 9px rgba(255, 167, 0, 0.25), inset -5px 4px 4px rgba(0, 0, 0, 0.31);
    border-radius: 50px;
    color: #000;
    font-weight: 800;
    padding: 12px 60px;
    text-transform: uppercase;
    transition: 0.2s ease;
    width: max-content;
    font-size: 16px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    /* Rectangle 64 */



}

.cta-button img {
    width: 20px;
}


.cta-button:hover {
    color: #000;
}

.cta-text {
    margin-top: 8px;
    font-size: 13px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
}

/* ==========================
   SECCIÓN EXCLUSIVO
   ========================== */

.exclusivo-section {
    background: #000;
    padding: 20px 0;
}

.evento-bar {
    background: #000;
    /* Fondo sólido */
    border-radius: 40px;
    /* Ajustado para evitar doble borde */
    color: #fff;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    gap: 32px;
    width: max-content;
    margin: 0 auto;
    box-sizing: border-box;

    /* ⭐ Borde degradado limpio sin artefactos */
    border: 2px solid transparent;
    background-image:
        linear-gradient(#000, #000),
        linear-gradient(90deg, #FFA700 0%, #9B3800 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}



.evento-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.evento-item img {
    width: 70%;
}

.evento-divider {
    width: 1px;
    height: 48px;
    background: #FFFFFF;
}

.hero-indicator1 {
    font-size: 16px;
    font-weight: 700;
    max-width: 900px;
    margin: 10px auto 0 auto;
    width: 100%;
}

.hero-indicator1 span {
    color: #FFA700;
}



/* ==========================
   SECCIÓN VENTAJA
   ========================== */

.ventaja-section {
    background: #000;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.cuadrado {
    /* Rectangle 57 */
    box-sizing: border-box;
    box-shadow: 0px 0px 12.3px 12px rgba(255, 167, 0, 0.22);
    border-radius: 10px;
    padding: 25px;
    background: #000;
    /* Fondo negro dentro */
    /* Borde degradado */
    border: 2px solid transparent;
    background-image:
        linear-gradient(#000, #000),
        /* FONDO */
        linear-gradient(45deg, #FFA700 0%, #9B3800 100%);
    /* BORDE */
    background-origin: padding-box;
    background-clip: padding-box, border-box;
}


.icono {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cuadrado h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.cuadrado p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.cuadrado span {
    color: #FFA700;
}

.section-btn {
    background-color: #000;
    padding-bottom: 20px;
}

.section-ultimo {
    background-color: #000;
    border-top: 2px solid #FFA700;
    padding: 40px 0;
}

.uk-modal-title {
    color: #960B00 !important;
    font-style: italic !important;
    font-weight: 700;
}

.text-modal {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0;
}




@media only screen and (max-width: 1350px) {
    .hero-video {
        padding: 30px 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-indicator {
        margin-top: 15px;
    }

    .cta-button {
        margin-top: 15px;
    }

    .exclusivo-box {
        width: 80%;
    }

    .ventaja-section {
        padding: 30px 0;
    }

    .ventaja-title {
        font-size: 20px;
    }

    .ventaja-sub {
        font-size: 16px;
        margin-top: 15px;
    }


    .evento-bar {
        width: 90%;
        gap: 18px;
        justify-content: center;
        align-items: center;
        margin: 0 5%;

    }


}

@media only screen and (max-width: 960px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 18px;
        margin-top: 0px;
    }

    .cuadrado {
        padding: 15px;
    }


}


@media only screen and (max-width: 567px) {

    .banner-docentes {
        text-align: center;
    }

    .banner-text {
        font-size: 14px;
    }

    .hero-video {
        padding: 20px 0;
    }

    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 16px;
        margin-top: 0px;
    }

    .hero-indicator {
        margin-top: 10px;
        width: 100%;
        padding: 5px;
    }

    .cta-button {
        margin-top: 10px;
    }

    .exclusivo-box {
        width: 90%;
        padding: 15px;
    }

    .ventaja-section {
        padding: 20px 0;
    }

    .ventaja-title {
        font-size: 16px;
    }

    .ventaja-sub {
        font-size: 13px;
        margin-top: 15px;
    }


    .hero-indicator,
    .hero-indicator1,
    .exclusivo-text,
    .testimonios-subtitle {
        font-size: 13px;
    }

    .para-video {
        padding: 0;
        margin-bottom: 10px;
    }

    .cta-button {
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 10px;
    }

    .exclusivo-title span {
        border-bottom: 2px solid #FF0000;
        font-size: 16px;
    }

    .evento-item img {
        width: 90%;
    }

    .evento-bar {
        border-radius: 40px;
        padding: 10px 15px;
        gap: 10px;
        width: 100%;
        margin: 0 auto;
    }

    .evento-divider {
        height: 30px;
    }

    .cuadrado h4 {
        font-size: 15px;
    }

    .icono img {
        width: 40px;
    }

    .cuadrado p {
        font-size: 13px;
        line-height: 1.2;
        margin: 10px 0 0 0;
    }


}

@media only screen and (max-width: 360px) {

    .hero-indicator,
    .hero-indicator1,
    .exclusivo-text,
    .testimonios-subtitle {
        font-size: 12px;
    }
}