﻿/* =========================================================
   🧩 SECTIONS
   Layout de secciones reutilizable
   ========================================================= */

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 2.5rem;
    color: var(--color-text-dark);
}

/* Full width sections */
#valores-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 0 80px 0;
    background-color: var(--color-bg-section);
}

    #valores-full .row {
        margin: 0;
    }

#nosotros-full {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 60px;
    background-color: var(--color-bg-main);
}
