/* =====================================================
   INICIO HERO - MODELO EDUCATIVO
   ===================================================== */
.hero-modelo { width: 100%; background-color: #f7f6f4; overflow: hidden; }
.hero-modelo-contenedor { display: flex; width: 100%; min-height: 500px; background-color: #f7f6f4; }

/* =====================================================
   INFORMACIÓN - IZQUIERDA
   ===================================================== */
.hero-modelo-info { position: relative; z-index: 2; width: 42%; display: flex; flex-direction: column; justify-content: center; padding: 60px 20px 60px 6%; }

/* Título */
.hero-modelo-titulo { position: relative; padding-left: 25px; margin-bottom: 25px; }
/* Líneas decorativas */
.hero-modelo-titulo::before { content: ""; position: absolute; left: 0; top: 5px; width: 3px; height: 100%; background: linear-gradient(to bottom, #00723f 0%, #00723f 65%, #d5a326 65%, #d5a326 100%); }
.hero-modelo-titulo h1 { color: #202020; font-size: 67px; line-height: 0.95; font-weight: 800; letter-spacing: 1px; margin: 0 0 15px; }

/* UABC + VISIÓN 2040 */
.hero-modelo-vision { display: flex; align-items: baseline; gap: 14px; }
.hero-uabc { color: #00723f; font-size: 41px; line-height: 1; font-weight: 800; }
.hero-vision { color: #a97927; font-size: 35px; font-weight: 500; font-style: italic; letter-spacing: 1px; }

/* Descripción */
.hero-modelo-descripcion { max-width: 390px; color: #333333; font-size: 17px; line-height: 1.65; margin: 0 0 30px 25px; }

/* =====================================================
   BOTONES
   ===================================================== */
.hero-modelo-botones { display: flex; flex-wrap: wrap; gap: 12px; margin-left: 25px; }
.hero-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 20px; border-radius: 4px; font-size: 12px; font-weight: 700; text-decoration: none; transition: all 0.25s ease; }
.hero-btn i { margin-left: 15px; }
/* Botón verde */
.hero-btn-principal { color: #ffffff; background-color: #00723f; border: 2px solid #00723f; }
.hero-btn-principal:hover { color: #ffffff; background-color: #004725; border-color: #004725; text-decoration: none; }
/* Botón blanco */
.hero-btn-secundario { color: #00723f; background-color: #ffffff; border: 2px solid #00723f; }
.hero-btn-secundario:hover { color: #ffffff; background-color: #00723f; text-decoration: none; }

/* =====================================================
   IMAGEN - DERECHA
   ===================================================== */
.hero-modelo-contenedor {
    display: flex;
    width: 100%;
    min-height: 500px;
}

.hero-modelo-info {
    width: 42%;
}

.hero-modelo-imagen {
    width: 58%;
    overflow: hidden;
}

.hero-modelo-imagen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
/* =====================================================
   TABLET
   ===================================================== */
@media (max-width: 991.98px) {
    .hero-modelo-contenedor { min-height: 430px; }
    .hero-modelo-info { width: 45%; padding: 45px 15px 45px 4%; }
    .hero-modelo-imagen { width: 55%; }
    .hero-modelo-titulo h1 { font-size: 42px; }
    .hero-uabc { font-size: 25px; }
    .hero-vision { font-size: 19px; }
    .hero-modelo-descripcion { font-size: 15px; }
}

/* =====================================================
   MÓVIL
   ===================================================== */
@media (max-width: 767.98px) {
    .hero-modelo-contenedor {
        display: block;
        min-height: auto;
    }

    .hero-modelo-info {
        width: 100%;
    }

    .hero-modelo-imagen {
        width: 100%;
        height: auto;
    }

    .hero-modelo-imagen img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .hero-modelo-titulo h1 { font-size: 40px; }
    .hero-modelo-descripcion { max-width: 100%; }
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .hero-modelo-info { padding: 35px 20px; }
    .hero-modelo-titulo { padding-left: 18px; }
    .hero-modelo-titulo h1 { font-size: 34px; }
    .hero-modelo-vision { flex-wrap: wrap; gap: 7px 12px; }
    .hero-uabc { font-size: 23px; }
    .hero-vision { font-size: 18px; }
    .hero-modelo-descripcion, .hero-modelo-botones { margin-left: 18px; }
    .hero-modelo-botones { flex-direction: column; align-items: flex-start; }
    .hero-modelo-imagen { height: 250px; }
}
/* =====================================================
   FIN HERO - MODELO EDUCATIVO
   ===================================================== */
/* =====================================================
   INICIO PARTICIPACIÓN DE LA COMUNIDAD UNIVERSITARIA
   ===================================================== */
.participacion-contenedor {
    background-color: #f7f6f4;
    border-radius: 16px;
    padding: 35px 30px 30px;
}
.participacion-titulo {
    color: #004725;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 30px;
}
.seccion-participacion { padding: 30px 0; }
/* Título */
.participacion-titulo { color: #004725; font-size: 26px; font-weight: 800; margin-bottom: 35px; }
/* Tarjeta */
.participacion-card_DESACTIVADO {
    display: flex; width: 100%; height: 250px; background-color: #ffffff;
    border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.participacion-card {
    display: flex;
    width: 100%;

    /* Antes estaba alrededor de 250px */
    height: 300px;

    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);

    transition: transform 0.25s ease,
                box-shadow 0.25s ease;
}
.participacion-card:hover { transform: translateY(-4px); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12); }
/* ==========================================
   Información
   ========================================== */
.participacion-info_DESACTIVADO {
    width: 47%; padding: 20px 12px 18px 20px; display: flex;
    flex-direction: column; align-items: flex-start;
}
.participacion-info {
    width: 47%;
    height: 100%;

    padding: 20px 12px 18px 20px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    /* Importante */
    min-width: 0;
}
/* Icono */
.participacion-icono_DESACTIVADO {
    width: 45px; height: 45px; display: flex; align-items: center; justify-content: center;
    background-color: #00723f; color: #ffffff; border-radius: 50%; font-size: 20px; margin-bottom: 12px;
}
.participacion-icono {
    width: 45px;
    height: 45px;

    /* MUY IMPORTANTE:
       evita que Flexbox lo aplaste */
    min-width: 45px;
    min-height: 45px;
    flex: 0 0 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #00723f;
    color: #ffffff;

    border-radius: 50%;

    font-size: 20px;

    margin-bottom: 12px;
}
/* Título tarjeta */
.participacion-info_DESACTIVADO h3 { color: #1d1d1d; font-size: 21px; line-height: 1.15; font-weight: 700; margin-bottom: 10px; }
.participacion-info h3 {
    color: #1d1d1d;

    font-size: 21px;
    line-height: 1.15;

    font-weight: 700;

    margin-bottom: 10px;
}
/* Descripción */
.participacion-info_DESACTIVADO p { color: #555555; font-size: 16px; line-height: 1.45; margin-bottom: 10px; }
.participacion-info p {
    color: #555555;

    font-size: 16px;
    line-height: 1.45;

    margin-bottom: 12px;
}
/* Enlace */
.participacion-link_DESACTIVADO {
    color: #00723f; font-size: 11px; font-weight: 700; text-decoration: none;
    margin-top: auto; white-space: nowrap;
}
.participacion-link {
    color: #00723f;

    font-size: 11px;
    font-weight: 700;

    text-decoration: none;

    /* Lo manda siempre al fondo */
    margin-top: auto;

    white-space: nowrap;

    /* evita que Flexbox lo comprima */
    flex-shrink: 0;
}

.participacion-link_DESACTIVADO i { margin-left: 5px; transition: transform 0.2s ease; }
.participacion-link i {
    margin-left: 5px;
}
.participacion-link:hover { color: #004725; text-decoration: none; }
.participacion-link:hover i { transform: translateX(4px); }
/* ==========================================
   Imagen
   ========================================== */
.participacion-imagen_DESACTIVADO {
    width: 53%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.participacion-imagen {
    width: 53%;
    height: 100%;

    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.participacion-imagen_DESACTIVADO img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.participacion-imagen img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}
/* Degradado entre texto e imagen */
.participacion-imagen::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 45%;
    height: 100%;

    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0.90) 15%,
        rgba(255, 255, 255, 0.60) 40%,
        rgba(255, 255, 255, 0.25) 70%,
        rgba(255, 255, 255, 0) 100%
    );

    z-index: 2;
    pointer-events: none;
}
.participacion-card:hover .participacion-imagen img { transform: scale(1.03); }
/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 991.98px) {
    .participacion-card { height: 240px; }
}
@media (max-width: 767.98px) {
    .seccion-participacion { padding: 20px 15px; }
    .participacion-titulo { font-size: 22px; margin-bottom: 25px; }
    .participacion-card { height: 230px; }
}
@media (max-width: 575.98px) {
    .participacion-card { height: 220px; }
    .participacion-info { width: 52%; padding: 15px; }
    .participacion-imagen { width: 48%; }
    .participacion-info h3 { font-size: 17px; }
    .participacion-info p { font-size: 11px; }
    .participacion-icono { width: 40px; height: 40px; font-size: 18px; }
}
/* =====================================================
   FIN PARTICIPACIÓN DE LA COMUNIDAD UNIVERSITARIA
   ===================================================== */
/* ===================================================== INICIO CONOCE EL MODELO EDUCATIVO ===================================================== */
.seccion-conoce-modelo { padding: 10px 0; }

/* Contenedor general */
.conoce-modelo-contenedor { background-color: #f7f6f4; border-radius: 16px; padding: 35px; overflow: hidden; }

/* ===================================================== INFORMACIÓN ===================================================== */
.conoce-modelo-info { padding: 10px 25px 10px 5px; }

/* Título */
.conoce-modelo-info h2 { color: #1d1d1d; font-size: 24px; line-height: 1.25; font-weight: 800; margin-bottom: 25px; }

/* VISIÓN 2040 */
.conoce-modelo-info h2 span { display: block; color: #00723f; margin-top: 3px; }

/* Descripción */
.conoce-modelo-info p { color: #444444; font-size: 15px; line-height: 1.7; margin-bottom: 30px; }

/* ===================================================== BOTÓN ===================================================== */
.btn-ver-video { display: inline-flex; align-items: center; justify-content: center; color: #00723f; background-color: transparent; border: 2px solid #00723f; border-radius: 5px; padding: 11px 20px; font-size: 13px; font-weight: 700; text-decoration: none; transition: all 0.25s ease; }
.btn-ver-video i { font-size: 11px; margin-left: 15px; }
.btn-ver-video:hover { color: #ffffff; background-color: #00723f; text-decoration: none; }

/* ===================================================== VIDEO ===================================================== */
.conoce-modelo-video { width: 100%; border-radius: 12px; overflow: hidden; background-color: #000000; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.10); }

/* ===================================================== RESPONSIVE ===================================================== */
@media (max-width: 767.98px) {
  .conoce-modelo-contenedor { padding: 25px 20px; }
  .conoce-modelo-info { padding: 5px 0 30px; }
  .conoce-modelo-info h2 { font-size: 21px; margin-bottom: 18px; }
  .conoce-modelo-info p { font-size: 14px; margin-bottom: 22px; }
}
/* ===================================================== FIN    CONOCE EL MODELO EDUCATIVO ===================================================== */
/* =====================================================
   INICIO PROCESO DE REFORMULACIÓN
   ===================================================== */

.seccion-proceso {
    padding: 10px 0;
}

.proceso-contenedor {
    background-color: transparent;
    border-radius: 16px;
    padding: 35px 30px 30px;
}

/* =====================================================
   TÍTULO
   ===================================================== */

.proceso-titulo {
    color: #004725;
    font-size: 29px;
    font-weight: 800;
    margin-bottom: 40px;
}

/* =====================================================
   TARJETA / FASE
   ===================================================== */

.proceso-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 190px;
    /* Sin apariencia de tarjeta */
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 20px 15px 5px;
}

/* =====================================================
   CONTENEDOR DE LOS ICONOS
   ===================================================== */

.proceso-icono {
    width: 90px;
    min-width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}

/* Todos los SVG exactamente del mismo tamaño */

.proceso-icono img {
    width: 58px;
    height: 58px;
    display: block;
    object-fit: contain;
}

/* =====================================================
   COLORES DE FONDO DE LOS ICONOS
   ===================================================== */

/* Fase 1 - Amarillo */

.proceso-card .fase-1-icono {
    background-color: #f9dfa0;
}

/* Fase 2 - Beige */

.proceso-card .fase-2-icono {
    background-color: #ead5c7;
}

/* Fase 3 - Verde */

.proceso-card .fase-3-icono {
    background-color: #cfe7d8;
}

/* =====================================================
   INFORMACIÓN
   ===================================================== */

.proceso-info {
    flex: 1;
    padding-top: 2px;
}

/* FASE 1, FASE 2, FASE 3 */

.proceso-fase {
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 9px;
}

.fase-1 {
    color: #d5a326;
}

.fase-2 {
    color: #c78456;
}

.fase-3 {
    color: #00723f;
}

/* Títulos */

.proceso-info h3 {
    color: #1d1d1d;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 10px;
}

/* Descripción */

.proceso-info p {
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

/* =====================================================
   FLECHAS
   ===================================================== */

.proceso-flecha {
    position: absolute;
    top: 50%;
    right: -23px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-size: 22px;
    z-index: 5;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 991.98px) {
    .proceso-card {
        height: 190px;
    }
}

@media (max-width: 767.98px) {
    .proceso-contenedor {
        padding: 30px 20px 10px;
    }
    .proceso-titulo {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .proceso-card {
        height: auto;
        min-height: 170px;
    }
}

@media (max-width: 575.98px) {
    .proceso-icono {
        width: 75px;
        min-width: 75px;
        height: 75px;
        margin-right: 15px;
    }
    .proceso-icono img {
        width: 48px;
        height: 48px;
    }
}
/* =====================================================
   FIN PROCESO DE REFORMULACIÓN
   ===================================================== */
.container-central-amplio {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1399.98px) {

    .container-central-amplio {
        max-width: 1200px;
    }

}

@media (max-width: 1199.98px) {

    .container-central-amplio {
        max-width: 960px;
    }

}

@media (max-width: 991.98px) {

    .container-central-amplio {
        max-width: 720px;
    }

}

@media (max-width: 767.98px) {

    .container-central-amplio {
        max-width: 540px;
    }

}

@media (max-width: 575.98px) {

    .container-central-amplio {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

}







#carouselModeloVideos .carousel-control-prev,
#carouselModeloVideos .carousel-control-next {
    width: 50px;
    height: 50px;

    background-color: #00723f;

    border-radius: 50%;

    top: 50%;
    transform: translateY(-50%);

    opacity: 1;
    z-index: 10;
}

#carouselModeloVideos .carousel-control-prev {
    left: 15px;
}

#carouselModeloVideos .carousel-control-next {
    right: 15px;
}

#carouselModeloVideos .carousel-control-prev:hover,
#carouselModeloVideos .carousel-control-next:hover {
    background-color: #004725;
}