/* ==========================
NOSOTROS
========================== */

.nosotros-section{
    padding:35px 0 50px;
    background:#ffffff;
}

/* ==========================
TÍTULO
========================== */

.titulo-nosotros{
    color:var(--azul);
    font-size:3rem;
    font-weight:700;
    margin-bottom:5px;
}

.linea-nosotros{
    width:120px;
    height:5px;

    background:linear-gradient(
        to right,
        var(--verde),
        var(--azul)
    );

    margin:8px auto 12px;
    border-radius:20px;
}

.subtitulo-nosotros{
    color:#666;
    font-size:1.1rem;
    margin-bottom:0;
}

/* ==========================
MISIÓN Y VISIÓN
========================== */

.mision-box{
    max-width:1100px;

    margin:35px auto 35px;

    padding:28px 35px;

    background:linear-gradient(
        135deg,
        rgba(11,61,145,.05),
        rgba(0,168,107,.08)
    );

    border-left:6px solid var(--verde);
    border-radius:18px;

    display:flex;
    align-items:flex-start;
    gap:22px;

    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.mision-box > i{
    font-size:2.3rem;
    color:var(--verde);
    margin-top:4px;
    flex-shrink:0;
}

.mision-box p{
    margin:0;
    color:#555;
    font-size:1.08rem;
    line-height:1.9;
    text-align:justify;
}

.mision-box strong{
    color:var(--azul);
}

/* ==========================
BOTÓN PROFESIOGRAMA
========================== */

.profesiograma-boton-box{
    display:flex;
    justify-content:center;
    margin:0 auto 40px;
}

.btn-profesiograma{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:10px;

    padding:13px 28px;

    border:none;
    border-radius:30px;

    background:linear-gradient(
        135deg,
        var(--verde),
        var(--azul)
    );

    color:white;
    font-size:1rem;
    font-weight:700;

    cursor:pointer;
    transition:.3s;
}

.btn-profesiograma:hover{
    color:white;
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(11,61,145,.22);
}

.btn-profesiograma i{
    font-size:1.15rem;
}

/* ==========================
IMAGEN
========================== */

.imagen-nosotros{
    width:100%;
    max-width:500px;
    height:auto;

    border-radius:20px;

    transition:.4s;

    filter:drop-shadow(
        0 10px 20px rgba(0,0,0,.15)
    );
}

.imagen-nosotros:hover{
    transform:translateY(-8px) scale(1.03);
}

/* ==========================
CONTENIDO
========================== */

.contenido-nosotros{
    background:white;

    padding:25px;

    border-radius:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.contenido-nosotros h2{
    color:var(--azul);
    font-weight:700;
    margin-bottom:15px;
}

.contenido-nosotros p{
    color:#555;
    line-height:1.7;
    margin-bottom:15px;
}

/* ==========================
LISTA
========================== */

.lista-nosotros{
    list-style:none;
    padding:0;
    margin-top:20px;
    margin-bottom:0;
}

.lista-nosotros li{
    padding:10px 0;
    border-bottom:1px solid #eee;
    font-size:1rem;
}

.lista-nosotros i{
    color:var(--verde);
    width:30px;
}

/* ==========================
EXPERIENCIA
========================== */

.destacado{
    padding:18px;

    background:#f8fafc;

    border-left:5px solid var(--verde);
    border-radius:10px;
}

.destacado span{
    display:block;

    font-size:1.8rem;
    font-weight:bold;

    color:var(--verde);
}

.destacado-imagen{
    width:100%;
    max-width:500px;

    margin:0 auto 22px;

    text-align:left;

    box-shadow:0 8px 20px rgba(0,0,0,.07);
}

.destacado-imagen span{
    margin-bottom:4px;
}

/* ==========================
TARJETAS
========================== */

.info-card{
    background:white;

    text-align:center;

    padding:25px;

    border-radius:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;
}

.info-card:hover{
    transform:translateY(-10px);
}

.info-card i{
    font-size:2.3rem;
    color:var(--verde);
    margin-bottom:12px;
}

.info-card h4{
    color:var(--azul);
    font-weight:700;
    margin-bottom:10px;
}

.info-card p{
    color:#666;
    margin:0;
}

/* ==========================
MODAL PROFESIOGRAMA
========================== */

.modal-profesiograma{
    border:none;
    border-radius:20px;
    overflow:hidden;

    box-shadow:0 18px 50px rgba(0,0,0,.20);
}

/* ENCABEZADO DEL MODAL */

.encabezado-profesiograma{
    padding:25px 30px;

    background:linear-gradient(
        135deg,
        rgba(11,61,145,.08),
        rgba(0,168,107,.10)
    );

    border-bottom:1px solid rgba(11,61,145,.12);
}

.profesiograma-etiqueta{
    margin:0 0 4px;

    color:var(--verde);

    font-size:.82rem;
    font-weight:700;

    letter-spacing:1px;
    text-transform:uppercase;
}

.encabezado-profesiograma .modal-title{
    color:var(--azul);

    font-size:2rem;
    font-weight:800;
}

.profesiograma-programa{
    margin:4px 0 0;

    color:#555;
    font-weight:600;
}

/* INTRODUCCIÓN */

.introduccion-profesiograma{
    margin-bottom:22px;
    padding:18px 20px;

    background:#f8fafc;

    border-left:5px solid var(--verde);
    border-radius:10px;

    color:#555;
    line-height:1.7;
}

/* ==========================
TABLA DEL PROFESIOGRAMA
========================== */

.tabla-profesiograma-contenedor{
    border-radius:14px;
    overflow:auto;

    box-shadow:0 5px 18px rgba(0,0,0,.06);
}

.tabla-profesiograma{
    margin:0;

    min-width:760px;

    vertical-align:middle;
}

.tabla-profesiograma thead th{
    padding:16px 18px;

    background:var(--azul);
    color:white;

    border:none;

    font-size:1rem;
}

.tabla-profesiograma thead th:first-child{
    width:27%;
}

.tabla-profesiograma tbody th{
    padding:16px 18px;

    background:rgba(0,168,107,.07);
    color:var(--azul);

    font-weight:700;

    border-color:#e7ebef;
}

.tabla-profesiograma tbody td{
    padding:16px 18px;

    color:#505862;

    line-height:1.65;

    border-color:#e7ebef;
}

.tabla-profesiograma tbody tr:hover th,
.tabla-profesiograma tbody tr:hover td{
    background:#f3f8f6;
}

/* ==========================
PIE DEL MODAL
========================== */

.pie-profesiograma{
    padding:18px 25px;

    background:#f8fafc;
}

.btn-cerrar-profesiograma{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 22px;

    border:none;
    border-radius:25px;

    background:var(--azul);
    color:white;

    font-weight:700;

    cursor:pointer;
    transition:.3s;
}

.btn-cerrar-profesiograma:hover{
    background:var(--verde);
    transform:translateY(-2px);
}

/* ==========================
RESPONSIVE TABLET
========================== */

@media(max-width:992px){

    .nosotros-section{
        padding:30px 15px 45px;
    }

    .titulo-nosotros{
        font-size:2.4rem;
    }

    .mision-box{
        padding:24px;

        flex-direction:column;
        align-items:center;

        text-align:center;
    }

    .mision-box > i{
        margin:0;
    }

    .mision-box p{
        font-size:1rem;
        text-align:left;
    }

    .destacado-imagen{
        margin-bottom:20px;
    }

    .imagen-nosotros{
        max-width:420px;
    }
}

/* ==========================
RESPONSIVE CELULAR
========================== */

@media(max-width:576px){

    .nosotros-section{
        padding:20px 12px 35px;
    }

    .titulo-nosotros{
        font-size:2rem;
    }

    .subtitulo-nosotros{
        font-size:1rem;
    }

    /* MISIÓN Y VISIÓN */

    .mision-box{
        margin:25px auto 25px;
        padding:20px 18px;
        gap:15px;
    }

    .mision-box > i{
        font-size:2rem;
    }

    .mision-box p{
        font-size:.95rem;
        line-height:1.75;
        text-align:justify;
    }

    /* BOTÓN PROFESIOGRAMA */

    .profesiograma-boton-box{
        margin:0 auto 30px;
    }

    .btn-profesiograma{
        width:100%;
        max-width:290px;
    }

    /* EXPERIENCIA E IMAGEN */

    .destacado-imagen{
        max-width:290px;
        margin-bottom:18px;
        text-align:center;
    }

    .destacado{
        padding:15px;
    }

    .destacado span{
        font-size:1.5rem;
    }

    .imagen-nosotros{
        max-width:290px;
    }

    /* CONTENIDO */

    .contenido-nosotros{
        padding:20px 18px;
    }

    .contenido-nosotros h2{
        font-size:1.45rem;
        text-align:center;
    }

    .contenido-nosotros p{
        text-align:justify;
        font-size:.95rem;
    }

    .lista-nosotros li{
        display:flex;
        align-items:flex-start;
        gap:8px;

        font-size:.95rem;
    }

    .lista-nosotros i{
        flex-shrink:0;
        margin-top:4px;
    }

    /* MODAL */

    .encabezado-profesiograma{
        padding:20px 18px;
    }

    .encabezado-profesiograma .modal-title{
        font-size:1.55rem;
    }

    .profesiograma-programa{
        font-size:.9rem;
    }

    .modal-profesiograma .modal-body{
        padding:18px 14px;
    }

    .introduccion-profesiograma{
        padding:16px;

        font-size:.93rem;

        text-align:justify;
    }

    .tabla-profesiograma{
        min-width:680px;
    }

    .tabla-profesiograma thead th,
    .tabla-profesiograma tbody th,
    .tabla-profesiograma tbody td{
        padding:13px 14px;
        font-size:.9rem;
    }

    .pie-profesiograma{
        justify-content:center;
    }

    .btn-cerrar-profesiograma{
        width:100%;
        justify-content:center;
    }
}