/* Nosotros - estilos específicos */

.nosotros-stat-card {
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.nosotros-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.nosotros-stat-card__value {
    font-weight: 700;
    font-size: 22px;
    color: #212529;
}

.nosotros-stat-card__label {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.4;
}

.nosotros-quote-image {
    height: 420px;
    background: #fff3e0;
}

.nosotros-quote-image__img {
    object-position: center top;
}

.nosotros-quote-box {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.nosotros-quote-box__text {
    font-style: italic;
    font-size: 15px;
    color: #212529;
    line-height: 1.55;
}

.nosotros-quote-box__author {
    font-size: 12px;
    color: #ef7b00;
    font-weight: 600;

    font-style: normal;
}

.nosotros-gallery__img {
    height: 300px;
}

.nosotros-gallery__img--blue { background: #f0f7ff; }
.nosotros-gallery__img--warm { background: #fff3e0; }

.nosotros-valor-card {
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.nosotros-valor-card__title {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}

.nosotros-valor-card__text {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
}

.nosotros-section-intro {
    font-size: 15px;
    color: #6c757d;
    text-align: center;
    max-width: 480px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

.nosotros-intro-title {
    font-size: clamp(24px, 3vw, 38px);
    margin-bottom: 20px;
}

.nosotros-valores-title {
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: 10px;
}

.nosotros-intro-text {
    font-size: 16px;
    color: #495057;
    line-height: 1.85;
    margin-bottom: 16px;
}

.nosotros-intro-text--muted {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.85;
    margin-bottom: 16px;
}

.nosotros-intro-text--last {
    margin-bottom: 0;
}
