/* ==========================================
   HERO
========================================== */

.page-hero {
    position: relative;
    padding: 4rem 0;
    background:
        linear-gradient(
            rgba(255,255,255,.92),
            rgba(255,255,255,.92)
        ),
        url("../img/volu2.jpg");
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.page-hero .container {
    max-width: 900px;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: .7rem 1.3rem;
    border-radius: 999px;
    background: rgba(52,126,191,.08);
    color: var(--secondary-color);
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.page-title {
    font-size: clamp(3rem,5vw,4.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.page-description {
    max-width: 700px;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-light);
}

.page-title::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 20px;
    margin: 1.5rem auto 0;
}

@media(max-width:768px) {

    .page-hero {
        padding: 5rem 0;
    }

    .page-title {
        font-size: 2.4rem;
    }

    .page-description {
        font-size: 1rem;
    }

}


/* ==========================================
   EYEBROW
========================================== */

.nos-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nos-eyebrow--green { color: #1D9E75; }

.nos-eyebrow--light { color: #9FE1CB; }


/* ==========================================
   SECCIONES BASE
========================================== */

.nos-sec {
    padding: 80px 40px;
}

.nos-sec--gray { background: #F7F8F6; }

.nos-sec--dark { background: #063D30; }


/* ==========================================
   QUIÉNES SOMOS
========================================== */

.nos-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.nos-img-block {
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    background: #9FE1CB;
}

.nos-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nos-txt h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 14px;
    color: #1a1a1a;
}

.nos-txt p {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
}

.nos-check-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.nos-check-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #555;
}

.nos-check-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1D9E75;
    flex-shrink: 0;
}


/* ==========================================
   MISIÓN / VISIÓN
========================================== */

.nos-mv-section {
    padding-top: 96px;
    padding-bottom: 96px;
}

.nos-center-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 56px;
}

.nos-center-header h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 10px;
    color: #1a1a1a;
}

.nos-mv-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.nos-mv-box {
    background: #fff;
    border: 1px solid #e8ebe8;
    border-radius: 16px;
    padding: 36px 30px;
}

.nos-mv-icon {
    width: 44px;
    height: 44px;
    background: #E1F5EE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 20px;
    color: #0F6E56;
}

.nos-mv-box h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.nos-mv-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}


/* ==========================================
   POBLACIONES
========================================== */

.nos-dark-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.nos-dark-img {
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    background: #0F6E56;
}

.nos-dark-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .85;
}

.nos-dark-txt h2 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    margin: 10px 0 20px;
}

.nos-dark-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
}

.nos-dark-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: rgba(255,255,255,.8);
}

.nos-dark-list li i {
    font-size: 17px;
    color: #5DCAA5;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}


/* ==========================================
   PROPÓSITO INSTITUCIONAL
========================================== */

.nos-proposito {
    background: #F7F8F6;
}

.nos-proposito-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.nos-proposito-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 10px 0 20px;
}

.nos-proposito-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 16px;
}

.nos-proposito-box p:last-child {
    margin-bottom: 0;
}

.nos-proposito-image {
    border-radius: 16px;
    overflow: hidden;
    height: 420px;
    background: #9FE1CB;
}

.nos-proposito-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:992px) {

    .nos-split,
    .nos-mv-row,
    .nos-dark-split,
    .nos-proposito-content {
        grid-template-columns: 1fr;
    }

    .nos-img-block,
    .nos-dark-img,
    .nos-proposito-image {
        height: 280px;
    }

    .page-hero {
        min-height: 55vh;
    }

}

@media(max-width:768px) {

    .nos-sec {
        padding: 56px 24px;
    }

    .nos-mv-section {
        padding: 64px 24px;
    }

    .nos-center-header {
        margin-bottom: 36px;
    }

    .page-title {
        font-size: 2.8rem;
    }

}