/* ===================================
   SECCIONES — ESTILOS GENERALES
   =================================== */
section {
    padding: var(--padding-section);
}

.section-title {
    font-family: var(--font-titulos);
    font-size: 42px;
    font-weight: 700;
    color: var(--azul-corporativo);
    text-align: center;
    margin-bottom: 25px;
}

.section-title-white {
    font-family: var(--font-titulos);
    font-size: 42px;
    font-weight: 700;
    color: var(--blanco);
    text-align: center;
    margin-bottom: 40px;
}

.section-intro {
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    color: var(--gris-oscuro);
    line-height: 1.7;
}
