:root{
    --navy:#00345f;
    --blue:#0869b8;
    --green:#009979;
    --bone:#f6f0e3;
    --mist:#eaf3f3;
    --ink:#17324d;
    --muted:#566d80;
}

*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    color:var(--ink);
    background:linear-gradient(
        135deg,
        #f3ecdc,
        #edf5f3 55%,
        #f8f2e7
    );
}


/* =========================================================
   HEADER
   ========================================================= */

.about-header{
    position:sticky;
    top:0;
    z-index:30;
    background:rgba(248,244,235,.94);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(0,52,95,.1);
}

.about-nav{
    min-height:78px;
    display:flex;
    align-items:center;
    gap:28px;
}

.about-brand img{
    width:142px;
    height:52px;
    object-fit:contain;
}

.about-links{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    flex:1;
}

.about-links a{
    color:var(--ink);
    text-decoration:none;
    font-size:.92rem;
    font-weight:700;
}

.about-links a:hover,
.about-links a.active{
    color:var(--green);
}

.about-lang{
    display:flex;
    border:1px solid rgba(0,52,95,.18);
    border-radius:9px;
    overflow:hidden;
}

.about-lang button{
    border:0;
    background:transparent;
    padding:8px 10px;
    font-weight:800;
    color:var(--ink);
    cursor:pointer;
}

.about-lang button.active{
    background:var(--blue);
    color:#fff;
}


/* =========================================================
   HERO
   ========================================================= */

.about-hero{
    padding:86px 0 76px;
    background:linear-gradient(
        125deg,
        rgba(246,240,227,.94),
        rgba(229,243,239,.9)
    );
}

.about-hero-grid{
    display:grid;
    grid-template-columns:1.04fr .96fr;
    gap:58px;
    align-items:center;
}


/* =========================================================
   CAMBIO AGOSTO 2026
   MUEVE EL BLOQUE IZQUIERDO DEL HERO 80 PX
   ========================================================= */

.about-hero-grid > :first-child{
    transform:translateX(80px) !important;
}


/* =========================================================
   TEXTO DEL HERO
   ========================================================= */

.eyebrow{
    display:block;
    color:var(--green);
    font-size:.76rem;
    font-weight:800;
    letter-spacing:.13em;
    margin-bottom:14px;
}

.about-hero h1{
    font-size:clamp(2.65rem,5vw,4.8rem)!important;
    max-width:780px;
    margin:0 0 22px;
    color:var(--navy);
}

.about-hero p{
    font-size:1.08rem;
    line-height:1.7;
    max-width:700px;
    color:var(--muted);
}

.about-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px;
}

.about-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 20px;
    border-radius:10px;
    background:var(--blue);
    color:#fff;
    text-decoration:none;
    font-weight:800;
}

.about-btn.secondary{
    background:transparent;
    color:var(--navy);
    border:1px solid rgba(0,52,95,.25);
}


/* =========================================================
   TARJETA NUESTRO PRINCIPIO
   ========================================================= */

.about-principle{
    display:grid;
    grid-template-columns:42% 58%;
    overflow:hidden;
    border-radius:24px;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(0,52,95,.1);
    box-shadow:0 22px 55px rgba(0,52,95,.12);
}

.about-principle img{
    width:100%;
    height:100%;
    min-height:390px;
    object-fit:cover;
    background:var(--mist);
}

.about-principle div{
    padding:34px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-principle small,
.identity-grid span{
    color:var(--green);
    font-weight:800;
    letter-spacing:.1em;
    font-size:.72rem;
}

.about-principle h2{
    font-size:clamp(1.65rem,2.5vw,2.35rem)!important;
    color:var(--navy);
    margin:13px 0;
}

.about-principle p{
    font-size:.98rem;
}


/* =========================================================
   SECCIONES GENERALES
   ========================================================= */

.about-section{
    padding:76px 0;
    background:rgba(247,242,231,.78);
}

.about-section:nth-of-type(even){
    background:rgba(234,243,243,.76);
}

.about-section-head{
    max-width:760px;
    margin-bottom:32px;
}

.about-section-head h2,
.objectives-grid h2,
.promise-box h2{
    color:var(--navy);
    margin:0;
    font-size:clamp(2rem,3.5vw,3.2rem)!important;
}


/* =========================================================
   IDENTIDAD
   ========================================================= */

.identity-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.identity-grid article{
    overflow:hidden;
    border-radius:20px;
    background:rgba(251,249,243,.95);
    border:1px solid rgba(0,52,95,.1);
    box-shadow:0 14px 34px rgba(0,52,95,.09);
}

.identity-grid img{
    width:100%;
    height:190px;
    object-fit:cover;
    background:var(--mist);
}

.identity-grid article div{
    padding:25px;
}

.identity-grid h3{
    color:var(--navy);
    margin:11px 0 8px;
}

.identity-grid p{
    margin:0;
    color:var(--muted);
    font-size:.95rem;
    line-height:1.62;
}


/* =========================================================
   OBJETIVOS
   ========================================================= */

.objectives-section{
    background:linear-gradient(
        135deg,
        rgba(238,246,243,.9),
        rgba(246,240,227,.93)
    )!important;
}

.objectives-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:62px;
}

.objectives-grid > div:first-child p{
    color:var(--muted);
    max-width:480px;
}

.objectives-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.objectives-list article{
    display:flex;
    gap:16px;
    padding:22px;
    border-radius:16px;
    background:rgba(255,255,255,.66);
    border:1px solid rgba(0,52,95,.09);
}

.objectives-list b{
    color:var(--green);
    font-size:1.35rem;
}

.objectives-list h3{
    margin:0 0 6px;
    color:var(--navy);
    font-size:1.05rem!important;
}

.objectives-list p{
    margin:0;
    color:var(--muted);
    font-size:.91rem;
    line-height:1.5;
}


/* =========================================================
   PROMESA
   ========================================================= */

.promise-section{
    padding-top:54px;
    padding-bottom:86px;
}

.promise-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:38px;
    border-radius:24px;
    background:linear-gradient(
        135deg,
        rgba(229,242,236,.95),
        rgba(234,243,245,.95)
    );
    border:1px solid rgba(0,52,95,.1);
}

.promise-box p{
    max-width:760px;
    color:var(--muted);
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:980px){

    .about-links{
        display:none;
    }

    .about-nav{
        justify-content:space-between;
    }

    .about-hero-grid,
    .objectives-grid{
        grid-template-columns:1fr;
    }

    .identity-grid{
        grid-template-columns:1fr 1fr;
    }

    .about-principle{
        max-width:760px;
    }

    /*
       En tablet reducimos el desplazamiento.
    */
    .about-hero-grid > :first-child{
        transform:translateX(40px) !important;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media(max-width:680px){

    .about-hero{
        padding:58px 0;
    }

    /*
       En celular eliminamos completamente
       el desplazamiento horizontal.
    */
    .about-hero-grid > :first-child{
        transform:none !important;
    }

    .about-principle{
        grid-template-columns:1fr;
    }

    .about-principle img{
        min-height:190px;
        height:190px;
    }

    .identity-grid,
    .objectives-list{
        grid-template-columns:1fr;
    }

    .about-section{
        padding:56px 0;
    }

    .promise-box{
        align-items:flex-start;
        flex-direction:column;
        padding:28px;
    }

    .about-brand img{
        width:122px;
    }
}