.showroom-page {
    background: #ffffff;
    overflow-x: hidden;
    font-family: "Gotham", sans-serif;
}

/* HERO */

.showroom-hero {
    width: 100%;
    height: 760px;
    position: relative;
    overflow: hidden;
}

.showroom-hero > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.55);
}

.showroom-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: #fefcf6;
    padding-top: 95px;
}

.showroom-hero-content img {
    width: 470px;
    margin-bottom: 58px;
}

.showroom-hero-content h1 {
    color: #f4ebdf;
    font-family: "DinPro", sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
}

.showroom-hero-content p {
    color: #f4ebdf;
    font-family: "DinPro", sans-serif;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* INTRO */

.showroom-intro {
    width: 760px;
    margin: 102px auto 150px;
    text-align: center;
}

.showroom-intro p {
    color: #4b4036;
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 300;
    padding-bottom: 60px;
}

/* GRID DESKTOP FIGMA */

.showroom-grid {
    width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 560px 560px;
    column-gap: 80px;
    align-items: start;
}

.showroom-col {
    display: flex;
    flex-direction: column;
}

.showroom-left {
    padding-top: 0;
    gap: 120px;
}

.showroom-right {
    padding-top: 120px;
    gap: 125px;
}

/* IMÁGENES */

.showroom-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

/* izquierda */
.showroom-left .showroom-item:nth-child(1) img {
    height: 457px;
}

.showroom-left .showroom-item:nth-child(2) img {
    height: 655px;
}

.showroom-left .showroom-item:nth-child(3) img {
    height: 681px;
}

/* derecha */
.showroom-right .showroom-item:nth-child(1) img {
    height: 908px;
}

.showroom-right .showroom-item:nth-child(2) img {
    height: 459px;
}

/* TEXTOS */
/* =========================
   TEXTOS SHOWROOM
========================= */

.showroom-item {
    width: 100%;
    overflow: visible;
}

.showroom-item h3 {
    color: #4b4036;
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.08;

    margin-top: 50px;
    margin-bottom: 30px;

    text-align: left;
}

.showroom-item p {
    color: #B6A296;
    font-family: "Gotham", sans-serif;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 300;

    width: 100%;
    max-width: 720px;

    margin-top: 0;
    margin-left: auto;
    margin-right: 0;

    box-sizing: border-box;

    text-align: right;

    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

/* =========================
   SHOWROOM LEFT
========================= */

.showroom-left .showroom-item h3 {
    text-align: left;
}

.showroom-left .showroom-item p {
    margin-left: auto;
    margin-right: 0;
}

/* =========================
   SHOWROOM RIGHT
========================= */

.showroom-right .showroom-item h3 {
    text-align: left;
}

.showroom-right .showroom-item p {
    margin-left: auto;
    margin-right: 0;
}

/* CTA */

.showroom-visit {
    text-align: center;
    margin: 160px auto 0;
    padding-bottom: 160px !important;
}

.showroom-visit h4 {
    color: #4b4036;
    font-family: "Gotham", sans-serif;
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 35px;
}

.showroom-visit p {
    color: #ac8b72;
    font-family: "Gotham", sans-serif;
    font-size: 23px;
    line-height: 1.35;
    font-weight: 300;
    margin-bottom: 34px;
}

.showroom-visit a {
    width: 190px;
    height: 35px;

    border: 1px solid #705039;
    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;
    border-radius: 4px;

    transition: 0.3s ease;
}

.showroom-visit a:hover {
    background: #705039;
    color: #fefcf6;
    border-color: #705039;
}
/* =========================
   SHOWROOM FULL RESPONSIVE
========================= */

/* LAPTOP */
@media (max-width: 1400px) and (min-width: 992px) {

    .showroom-item h3 {

        text-align: left !important;

        font-size: 20px !important;

        line-height: 1.3 !important;

        margin-bottom: 22px !important;
    }

    .showroom-item p,
    .showroom-left .showroom-item p,
    .showroom-right .showroom-item p {

        max-width: 560px !important;

        margin-left: auto !important;

        margin-right: auto !important;

        text-align: end !important;

        font-size: 19px !important;

        line-height: 1.65 !important;
    }

    .showroom-item p br {

        display: none !important;
    }
}

/* TABLET */
@media (max-width: 991px) {
    .showroom-hero {
        height: 600px !important;
    }

    .showroom-hero-content {
        padding: 120px 30px 0 !important;
    }

    .showroom-hero-content img {
        width: 340px !important;
        margin-bottom: 38px !important;
    }

    .showroom-hero-content h1 {
        font-size: 30px !important;
    }

    .showroom-hero-content p {
        font-size: 22px !important;
    }

    .showroom-intro {
        width: 82% !important;
        margin: 75px auto 90px !important;
    }

    .showroom-intro p {
        font-size: 19px !important;
        line-height: 1.35 !important;
        padding-bottom: 35px !important;
    }

    .showroom-grid {
        width: 86% !important;
        grid-template-columns: 1fr !important;
        gap: 70px !important;
    }

    .showroom-left,
    .showroom-right {
        padding-top: 0 !important;
        gap: 70px !important;
    }

    .showroom-left .showroom-item:nth-child(1) img,
    .showroom-left .showroom-item:nth-child(2) img,
    .showroom-left .showroom-item:nth-child(3) img,
    .showroom-right .showroom-item:nth-child(1) img,
    .showroom-right .showroom-item:nth-child(2) img {
        height: 480px !important;
    }

    .showroom-item h3 {
        text-align: center !important;
        font-size: 22px !important;
        margin-top: 32px !important;
        margin-bottom: 22px !important;
    }

    .showroom-item p,
    .showroom-left .showroom-item p,
    .showroom-right .showroom-item p {
        width: 88% !important;
        max-width: 88% !important;
        text-align: center !important;
        margin: 0 auto !important;
        font-size: 15px !important;
    }

    .showroom-visit {
        margin-top: 95px !important;
        padding-bottom: 100px !important;
        width: 86% !important;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 575px) {
    .showroom-hero {
        height: 520px !important;
    }

    .showroom-hero > img {
        object-position: center !important;
    }

    .showroom-hero-content {
        padding: 95px 22px 0 !important;
    }

    .showroom-hero-content img {
        width: 300px !important;
        margin-bottom: 28px !important;
    }

    .showroom-hero-content h1 {
        font-size: 24px !important;
        line-height: 1.25 !important;
        text-align: center !important;
    }

    .showroom-hero-content p {
        font-size: 18px !important;
        line-height: 1.45 !important;
        text-align: center !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .showroom-intro {
        width: 86% !important;
        margin: 55px auto 70px !important;
    }

    .showroom-intro p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        padding-bottom: 25px !important;
        text-align: center !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .showroom-grid {
        width: 88% !important;
        gap: 55px !important;
    }

    .showroom-left,
    .showroom-right {
        gap: 55px !important;
    }

    .showroom-left .showroom-item:nth-child(1) img,
    .showroom-left .showroom-item:nth-child(2) img,
    .showroom-left .showroom-item:nth-child(3) img,
    .showroom-right .showroom-item:nth-child(1) img,
    .showroom-right .showroom-item:nth-child(2) img {
        height: 330px !important;
    }

    .showroom-item h3 {
        font-size: 19px !important;
        line-height: 1.35 !important;
        margin-top: 24px !important;
        margin-bottom: 16px !important;
        text-align: center !important;
    }

    .showroom-item p,
    .showroom-left .showroom-item p,
    .showroom-right .showroom-item p {
        width: 100% !important;
        max-width: 320px !important;
        font-size: 13.5px !important;
        line-height: 1.65 !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .showroom-visit {
        width: 86% !important;
        margin-top: 70px !important;
        padding-bottom: 75px !important;
        text-align: center !important;
    }

    .showroom-visit h4 {
        font-size: 24px !important;
        margin-bottom: 24px !important;
        line-height: 1.35 !important;
    }

    .showroom-visit p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 28px !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .showroom-visit a {
        width: 165px !important;
        height: 40px !important;
        font-size: 19px !important;
    }

    /* QUITAR BR EN MOBILE */
    .showroom-hero-content br,
    .showroom-intro br,
    .showroom-item h3 br,
    .showroom-item p br,
    .showroom-visit h4 br,
    .showroom-visit p br {
        display: none !important;
    }
}

/* =========================
   MOBILE MUY PEQUEÑO
========================= */
@media (max-width: 380px) {
    .showroom-hero {
        height: 470px !important;
    }

    .showroom-hero-content img {
        width: 250px !important;
    }

    .showroom-hero-content h1 {
        font-size: 15px !important;
    }

    .showroom-hero-content p {
        font-size: 11.6px !important;
        max-width: 300px !important;
    }

    .showroom-intro p {
        max-width: 290px !important;
    }

    .showroom-left .showroom-item:nth-child(1) img,
    .showroom-left .showroom-item:nth-child(2) img,
    .showroom-left .showroom-item:nth-child(3) img,
    .showroom-right .showroom-item:nth-child(1) img,
    .showroom-right .showroom-item:nth-child(2) img {
        height: 285px !important;
    }

    .showroom-item h3 {
        font-size: 17px !important;
    }

    .showroom-item p,
    .showroom-left .showroom-item p,
    .showroom-right .showroom-item p {
        max-width: 290px !important;
        font-size: 13px !important;
    }

    .showroom-visit h4 {
        font-size: 21px !important;
    }

    .showroom-visit p {
        font-size: 14px !important;
        max-width: 290px !important;
    }
}

/* =========================================
   FIX SHOWROOM - SAFARI / CHROME / FIREFOX / EDGE
========================================= */

.showroom-page,
.showroom-page * {
    box-sizing: border-box !important;

    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;

    text-rendering: geometricPrecision !important;
    font-kerning: normal !important;
}

/* FIX GRID SAFARI */
.showroom-grid,
.showroom-col,
.showroom-item {
    min-width: 0 !important;
}

/* FIX IMÁGENES SAFARI */
.showroom-hero > img,
.showroom-item img {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    image-rendering: auto !important;
}

/* EVITA DESBORDES */
.showroom-page,
.showroom-grid,
.showroom-col,
.showroom-item {
    overflow-x: hidden !important;
}

/* BOTÓN ESTABLE */
.showroom-visit a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}