/* ============================================
   NOSOTROS — HERO
   ============================================ */
.nosotros-hero-section {
    padding-bottom: 0;
}

.nosotros-hero-eyebrow {
    display: block;
    font-family: var(--font-montserrat, 'Montserrat', sans-serif);
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: var(--color-dark, #1a1a1a);
    margin-bottom: 10px;
}

/* ============================================
   NOSOTROS — HISTORIA
   ============================================ */
.nosotros-historia-section {
    padding: 90px 0 100px;
    background: #fff;
}

.nosotros-historia-texto {
    font-family: var(--font-montserrat, 'Montserrat', sans-serif);
    font-size: 0.97rem;
    font-weight: 400;
    color: #222;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 0;
}

.nosotros-historia-divider {
    width: 220px;
    height: 1px;
    background: #bbb;
    margin: 36px auto;
}

.nosotros-historia-destacado {
    font-family: var(--font-montserrat, 'Montserrat', sans-serif);
    font-size: 0.97rem;
    font-weight: 700;
    color: #222;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 0;
}

.nosotros-historia-destacado em {
    font-style: italic;
    font-weight: 700;
}

/* ============================================
   NOSOTROS — PROPUESTA DE VALOR
   ============================================ */
.nosotros-valor-section {
    padding: 72px 0 90px;
    background: #fff;
}

.nosotros-valor-titulo {
    font-family: var(--font-montserrat, 'Montserrat', sans-serif);
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-dark, #1a1a1a);
    margin-bottom: 40px;
}


.nosotros-valor-card {
    background: #afdad4;
    border-radius: 14px;
    padding: 27px 27px 30px;
}

.nosotros-valor-card-titulo {
    font-family: var(--font-montserrat, 'Montserrat', sans-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-dark, #1a1a1a);
    margin-bottom: 18px;
    line-height: 1.25;
    text-transform: uppercase;
}

.nosotros-valor-card-texto {
    font-family: var(--font-montserrat, 'Montserrat', sans-serif);
    font-size: 0.84rem;
    font-weight: 400;
    color: var(--color-dark, #1a1a1a);
    line-height: 1.6;
    margin-bottom: 0;
}

/* ============================================
   NOSOTROS — CTA
   ============================================ */
.nosotros-cta-section {
    padding: 0 0 90px;
    background: #fff;
}

.nosotros-cta-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}
