.nosotros-page {
    background: #fff;
    overflow-x: hidden;
    font-family: "Gotham", sans-serif;
}

/* HERO */
.nosotros-hero {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.nosotros-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nosotros-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 22, 17, 0.18);
}

.nosotros-hero-text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nosotros-hero-text h1 {
    color: #fefcf6;
    font-family: "DinProRegular", sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* INTRO */
.nosotros-intro {
    width: min(1040px, 88%);
    margin: 85px auto 120px;
    text-align: center;
}

.nosotros-intro p {
    color: #4b4036;
    font-family: "Gotham", sans-serif;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 200;
    letter-spacing: -0.2px;
    margin-bottom: 26px;
}

.nosotros-intro strong {
    font-style: italic;
    font-weight: 600;
    color: #4b4036;
}

/* GRID */
.nosotros-grid {
    width: min(1580px, 90%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 95px;
    align-items: start;
}

.nosotros-col {
    display: flex;
    flex-direction: column;
    gap: 145px;
}

.nosotros-left {
    padding-top: 120px;
}

.nosotros-right {
    padding-top: 25px;
}

/* ITEMS */
.nosotros-item img {
    width: 100%;
    height: 860px;
    object-fit: cover;
    display: block;
}

.nosotros-right .item-small img {
    height: 560px;
}

.nosotros-item h3 {
    color: #4b4036;
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 28px;
}

.nosotros-item p {
    color: #b6a296;
    font-family: "Gotham", sans-serif;
    font-size: 19.5px;
    line-height: 1.55;
    font-weight: 200;
    margin-top: 10px;
}

/* ALINEACIONES */
.nosotros-left .nosotros-item h3,
.nosotros-right .nosotros-item h3 {
    text-align: left;
}

.nosotros-left .nosotros-item p,
.nosotros-right .nosotros-item p {
    text-align: right;
}

/* CTA */
.nosotros-cta {
    text-align: center;
    margin: 120px auto 0 !important;
    padding-bottom: 190px !important;
    position: relative;
    z-index: 2;
}

.nosotros-cta h4 {
    color: #4b4036;
    font-family: "DinPro", sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 28px;
}

.nosotros-cta a {
    width: 220px;
    height: 56px;
    border: 1px solid #ac8b72;
    color: #ac8b72;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s ease;
}

.nosotros-cta a:hover {
    background: #705039;
    color: #fefcf6;
    border-color: #705039;
}

/* =========================
   NOSOTROS FULL RESPONSIVE
========================= */

@media (max-width: 1400px) and (min-width: 992px) {

    .nosotros-item p,
    .nosotros-left .nosotros-item p,
    .nosotros-right .nosotros-item p {

        max-width: 520px !important;

        margin-left: auto !important;

        margin-right: auto !important;

        text-align: end !important;

        font-size: 19px !important;

        line-height: 1.6 !important;
    }

    .nosotros-item h3 {

        text-align: left !important;
    }

    .nosotros-item p br {

        display: none !important;
    }
}

/* TABLET */
@media (max-width: 991px) {
    .nosotros-hero {
        height: 560px !important;
    }

    .nosotros-hero-text h1 {
        font-size: 28px !important;
        text-align: center !important;
        padding: 0 24px !important;
    }

    .nosotros-intro {
        width: 84% !important;
        margin: 70px auto 85px !important;
    }

    .nosotros-intro p {
        font-size: 19px !important;
        line-height: 1.35 !important;
    }

    .nosotros-grid {
        width: 86% !important;
        grid-template-columns: 1fr !important;
        gap: 75px !important;
    }

    .nosotros-left,
    .nosotros-right {
        padding-top: 0 !important;
    }

    .nosotros-col {
        gap: 75px !important;
    }

    .nosotros-item img,
    .nosotros-right .item-small img {
        height: 480px !important;
    }

    .nosotros-item h3 {
        text-align: center !important;
        font-size: 22px !important;
        margin-top: 28px !important;
        margin-bottom: 18px !important;
    }

    .nosotros-item p,
    .nosotros-left .nosotros-item p,
    .nosotros-right .nosotros-item p {
        text-align: center !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .nosotros-cta {
        margin-top: 90px !important;
        padding-bottom: 110px !important;
        width: 86% !important;
    }
}

/* MOBILE */
@media (max-width: 575px) {
    .nosotros-hero {
        height: 500px !important;
    }

    .nosotros-hero-text br,
    .nosotros-intro br,
    .nosotros-item p br,
    .nosotros-cta h4 br {
        display: none !important;
    }

    .nosotros-hero img {
        object-position: center !important;
    }

    .nosotros-hero-text h1 {
        font-size: 23px !important;
        line-height: 1.25 !important;
    }

    .nosotros-intro {
        width: 86% !important;
        margin: 55px auto 65px !important;
    }

    .nosotros-intro p {
        font-size: 16px !important;
        line-height: 1.45 !important;
        margin-bottom: 20px !important;
    }

    .nosotros-grid {
        width: 88% !important;
        gap: 55px !important;
    }

    .nosotros-col {
        gap: 55px !important;
    }

    .nosotros-item img,
    .nosotros-right .item-small img {
        height: 330px !important;
    }

    .nosotros-item h3 {
        font-size: 19px !important;
        line-height: 1.25 !important;
        margin-top: 22px !important;
        margin-bottom: 14px !important;
    }

    .nosotros-item p,
    .nosotros-left .nosotros-item p,
    .nosotros-right .nosotros-item p {
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        text-align: center !important;
    }

    .nosotros-cta {
        margin-top: 70px !important;
        padding-bottom: 80px !important;
        width: 86% !important;
    }

    .nosotros-cta h4 {
        font-size: 23px !important;
        line-height: 1.3 !important;
        margin-bottom: 24px !important;
    }

    .nosotros-cta a {
        width: 170px !important;
        height: 44px !important;
        font-size: 19px !important;
    }
}

/* MOBILE MUY PEQUEÑO */
@media (max-width: 380px) {
    .nosotros-hero {
        height: 450px !important;
    }

    .nosotros-hero-text h1 {
        font-size: 20px !important;
    }

    .nosotros-item img,
    .nosotros-right .item-small img {
        height: 285px !important;
    }

    .nosotros-cta h4 {
        font-size: 20px !important;
    }
}



/* RENDER GLOBAL */
.nosotros-page,
.nosotros-page * {
    -webkit-font-smoothing: antialiased !important;

    -moz-osx-font-smoothing: grayscale !important;

    text-rendering: geometricPrecision !important;

    font-kerning: normal !important;

    font-feature-settings: "kern" 1 !important;

    box-sizing: border-box !important;
}

/* PESOS MAS ESTABLES */
.nosotros-intro p,
.nosotros-item p,
.nosotros-cta a {
    font-weight: 200 !important;
}

/* FIX GRID SAFARI */
.nosotros-grid,
.nosotros-col,
.nosotros-item {
    min-width: 0 !important;
}

/* FIX IMAGENES */
.nosotros-item img,
.nosotros-right .item-small img {
    transform: translateZ(0);

    backface-visibility: hidden;

    will-change: transform;

    image-rendering: auto;
}

/* EVITA SALTOS */
.nosotros-item,
.nosotros-col {
    overflow: hidden !important;
}

/* CTA ESTABLE */
.nosotros-cta a {
    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    white-space: nowrap !important;

    border-radius: 4px !important;

    -webkit-appearance: none !important;

    appearance: none !important;
}

/* FIX HERO */
.nosotros-hero img {
    transform: translateZ(0);

    backface-visibility: hidden;
}