html {
    font-size: 62.5%;
    font-family: "gotham", sans-serif;
}

body {
    background-color: #fff5e9;
}

.main {
    position: relative;
}

.main__banner {
    display: block;
    width: auto;
    height: 100vh;
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
}

.container {
    max-width: 1280px;
}

.main__form {
    position: absolute;
    top: 50%;
    left: calc(50% + 10rem);
    transform: translateY(-50%);
    z-index: 2;
    background-color: white;
    padding: 3.4rem 4.3rem;
    border-radius: 1.9rem;
    max-width: 37rem;
}

.main__form__title {
    font-size: 1.5rem;
    color: rgb(131, 117, 94);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 2.4rem;
}

input[type=email],
input[type=tel],
input[type=text] {
    font-family: PP Mori, sans-serif !important;
    width: 100%;
    background-color: transparent;
    appearance: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #83755e;
    height: 20px;
    font-size: 12px;
    color: #83755e;
    letter-spacing: 1px;
}

.mt-36 {
    margin-top: 36px;
}

form a,
form label,
form label span {
    font-family: PP Mori, sans-serif;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .6px;
    color: #3d2416;
    line-height: 16px;
}

input[type=checkbox] {
    appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #9a8e87;
}

form label span {
    display: inline;
}

form label {
    margin: 2rem 0 0;
}

form a input[type=checkbox]:checked,
form label input[type=checkbox]:checked,
form label span input[type=checkbox]:checked {
    background-color: #83755e;
    border-color: #83755e;
}

.main__form .btn-primary {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 28px;
    background-color: #905A4B;
    color: #fff;
    padding: 1.2rem 2.4rem;
    border-radius: .8rem;
    font-size: 12px;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-weight: 600;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-top: 2rem;
}

body > iframe {
    position: absolute;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.container-md {
    max-width: 990px;
}

.text-creme {
    color: #FDF2E4;
}

.background-image {
    background: url("../images/background.jpg") no-repeat center;
    background-size: cover;
}

.text-white {
    color: white;
}

.fs-30 {
    font-size: 30px;
}

.fs-18 {
    font-size: 18px;
}

.lh-34 {
    font-size: 34px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.lh-36 {
    line-height: 36px;
}

.mb-0 {
    margin-bottom: 0px;
}

.max-w-914 {
    max-width: 914px;
}

.max-w-500 {
    max-width: 516px;
}
.max-w-603 {
    max-width: 650px;
}

.fs-26 {
    font-size: 26px;
}

.gap-60 {
    gap: 60px;
}

.py-60 {
    padding: 60px 0;
}

.fw-400 {
    font-weight: 400;
}

.title {
    font-family: "gotham", sans-serif;
    font-weight: 500;
}

.ff-gotham {
    font-family: "gotham", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.btn-primary {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 28px;
    background-color: #905A4B;
    color: #fff;
    padding: 1.2rem 2.4rem;
    border-radius: .8rem;
    font-size: 12px;
    text-decoration: none;
    font-family: gotham, sans-serif;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-top: 2rem;
}

.btn-secondary {
    appearance: none;
    border: none;
    outline: none;
    background-color: #fff1e2;
    color: #25110a;
    padding: 1rem 2.4rem;
    font-size: 25px;
    text-decoration: none;
    font-family: gotham, sans-serif;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-top: 2rem;
    width: 100%;
    font-weight: 500;
    text-align: center;
    max-width: 336px;
}

.background-secondary {
    background-color: #905A4B;
}

.gap-30 {
    gap: 30px;
}

.max-w-225 {
    max-width: 256px !important;
    min-width: 256px !important;
}

.mt-30 {
    margin-top: 30px;
}

.max-w-215 {
    max-width: 215px !important;
}

.relative {
    position: relative;
}

.py-118 {
    padding: 118px 0px;
}


.form-bottom {
    padding: 110px 0;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.form-bottom .flex {
    gap: 24px;
    display: flex
}

.form-bottom h2 {
    width: 100%;
    color: #905A4B;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: roc-grotesk-wide, sans-serif
}

.form-bottom h2:after {
    display: block;
    content: "";
    max-width: 76px;
    height: 1px;
    width: 100%;
    background-color: #83755e;
    margin: 34px auto 0
}

.form-bottom .form {
    max-width: 680px;
    margin: 75px auto 0
}

.form-bottom .form input[type=email], .form-bottom .form input[type=tel], .form-bottom .form input[type=text] {
    font-family: roc-grotesk-wide, sans-serif;
    font-size: 12px;
    padding-bottom: 16px;
    padding-top: 16px
}

.main .main-footer {
    background-color: #23120c !important;
}

.color-primary {
    color: #905A4B;
}

.mt-16 {
    margin-top: 16px;
}

.background-secondary {
    position: relative;
}

.background-secondary:after {
    position: absolute;
    top: 120px;
    right: 0;
    content: "";
    background-image: url("../images/effect.png");
    background-size: cover;
    width: 150px;
    height: 100px;
}

.background-secondary:before {
    position: absolute;
    bottom: 120px;
    left: 0;
    content: "";
    background-image: url("../images/effect.png");
    background-size: cover;
    width: 150px;
    height: 100px;
}

.form-bottom .form .btn-primary {
    padding: 16px 32px
}

.main-footer {
    & .content.flex-box {
        & .squares {
            & li {
                a {
                    color: white !important
                }
            }
        }
    }
}


@media screen and (max-width: 860px) {
    .main__banner {
        height: auto;
    }

    .main__form {
        transform: none;
        max-width: 90%;
        top: 110vw;
        left: 5%;
        padding: 2rem;
    }

    .main {
        padding-bottom: 5rem;
    }
}

.fs-50 {
    font-size: 50px;
}

@media screen and (max-width: 340px) {
    .main__form {
        padding: 1.5rem;
    }
}

.button {
    display: table;
    border: solid 1px #000000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    color: #524846;
}

.projetoetmo {
    margin: 100px 0 0;
}

.projetoetmo__row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.projetoetmo figure {
    width: 55%;
}

.projetoetmo figure img {
    width: 100%;
    display: block;
    min-height: 480px;
    object-fit: cover;
}

.projetoetmo__text {
    padding: 0 20px;
    color: #80574a;
    font-weight: bold;
    max-width: 530px;
}

.projetoetmo__text img {
    display: block;
    width: 160px;
    margin: 0 auto 20px;
}

.projetoetmo__title {
    color: #80574a;
    font-size: 32px;
    margin-bottom: 20px;
}

.projetoetmo__text p {
    color: #80574a;
    font-weight: 400;
}

.projetoetmo__text .legenda {
    text-align: right;
    font-size: 14px;
    margin: 20px 0 0 auto;
    max-width: 300px;
}

.videos {
    background-color: #f3e7d7;
    padding: 40px 0;
}

.videos__title {
    font-weight: bold;
    color: #80574a;
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.videos__subtitle {
    color: #80574a;
    font-weight: 500;
    font-size: 16px;
}

.videos__row {
    column-gap: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
}

.videos__row__item__title {
    color: #80574a;
    font-weight: bold;
    margin: 20px 0;
}

.videos__row__item__text p {
    margin: 1em 0;
    color: #524846;
}

.videos__row__item iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    display: block;
}

.chamadagaleria {
    padding: 80px 0;
}

.chamadagaleria__grid {
    display: grid;
    grid-template-columns: 1.3fr 0.65fr;
    column-gap: 35px;
}

.chamadagaleria__grid .col {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.chamadagaleria__grid img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.chamadagaleria__grid .col img {
}

.chamadagaleria__grid figure {
    position: relative;
}

.chamadagaleria__grid figure figcaption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-transform: uppercase;
    color: #ffffff;
}

.chamadagaleria__button {
    appearance: none;
    background-color: transparent;
    border: solid 1px #000000;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    column-gap: 4px;
    cursor: pointer;
}

.galeria__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
}

.galeria__modal__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.galeria__modal__content {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.galeria__modal__content img {
    width: 100%;
    max-height: 77vh;
    object-fit: contain;
    display: block;
}

.galeria__modal__thumbs .galeria__modal__slider__item {
    padding: 0 7px;
}

.galeria__modal__thumbs img {
    max-height: 100px;
    object-fit: cover;
}

.galeria__modal__slider .slick-prev,
.galeria__modal__slider .slick-next {
    width: 25px;
    height: 25px;
    border: solid 2px #ffffff;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
    background: none;
}

.galeria__modal__slider .slick-next {
    transform: rotate(45deg);
}

.galeria__modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    cursor: pointer;
}

.galeria__modal__slider__item {
    position: relative;
}

.galeria__modal__slider__item .legenda {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.tour360 {
    background-color: #f3e7d7;
    padding: 80px 0;
}

.tour360__title {
    font-size: 32px;
    font-weight: bold;
    color: #80574a;
}

.tour360 img {
    display: block;
    margin: 30px auto;
}

.plantas {
    margin: 80px 0;
}

.plantas__row {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.plantas__options {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.plantas__options button {
    appearance: none;
    background-color: #ffffff;
    border: solid 1px #80574a;
    min-width: 220px;
    text-align: left;
    padding: 5px;
    cursor: pointer;
}

.plantas__options button.act {
    background-color: #80574a;
    color: #ffffff;
}

.plantas__item {
    width: calc(100% - 250px);
}

.plantas__slider__item__row {
    display: flex;
    align-items: center;
}

.plantas__slider__item__row img {
    width: 100%;
    max-width: 720px;
}

.implantacao__slider .slick-prev,
.implantacao__slider .slick-next,
.plantas__slider .slick-prev,
.plantas__slider .slick-next {
    width: 35px;
    height: 35px;
    min-width: 35px;
    position: static; /* transform: rotate(-135deg); */
    background: url('../images/ico-arrow-slider2.svg') no-repeat center / contain;
    margin: 0 5px;
    transform: none;
}

.implantacao__slider .slick-next,
.plantas__slider .slick-next {
    transform: rotate(180deg);
}

.plantas__slider__item__row__text {
    padding-left: 30px;
    text-align: right;
}

.plantas__slider__item__row__text .sub {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.plantas__slider__item__row__text .title {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    color: #80574a;
    font-weight: bold;
}

.plantas__links {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.plantas__links strong {
    font-weight: bold;
    font-size: 24px;
}

.plantas__links a {
    text-decoration: none;
    font-size: 24px;
}

.implantacao__slider__item__row {
    display: flex;
    align-items: center;
}

.implantacao__slider__item__row img {
    width: 70%;
}

.implantacao__legenda {
    padding-left: 20px;
}

.implantacao__legenda h3 {
    color: #80574a;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.implantacao__legenda ul li {
    font-size: 14px;
}

.implantacao__legenda ul li span {
    font: inherit;
}

.implantacao__legenda ul li ul {
    padding-left: 15px;
}

.implantacao__legenda ul.listdefault {
    list-style: disc;
    list-style-position: inside;
}

/*  .mapaLocalizacao{background-color: #A7563B;} */
.box__reconhecimentos {
    background-color: #dec8ac;
    padding: 20px;
    margin-bottom: 30px;
}

.flex-mapa .col .box__reconhecimentos__title {
    font-size: 24px;
    font-style: italic;
    border-bottom: solid 1px #524846;
    margin-bottom: 20px;
}

.box__reconhecimentos .flex-between p {
    font-weight: bold;
    font-size: 18px;
    color: #000 !important;
    text-transform: uppercase;
}

.box__reconhecimentos .flex-between p small {
    color: inherit;
    font-size: 14px;
    display: block;
}

.box__reconhecimentos .flex-between {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}

.leveza {
    background-color: white;
    padding: 80px 0;
}

.leveza__row {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}

.leveza__title {
    font-size: 32px;
    font-weight: bold;
    color: #466857;
    margin-bottom: 1em;
}

.leveza__text p {
    margin-bottom: 1em;
    color: #466857;
    font-weight: 300;
    font-family: "Mazzard Soft H", sans-serif
}

.leveza__text {
    width: 40%;
}

.leveza figure {
    width: 60%;
}

.leveza figure img {
    display: block;
    width: 100%;
    height: auto;
}

.mapaLocalizacao {
    background-image: url("../images/moema/bk-lead.jpg");
    background-size: cover;
}

.mapaLocalizacao .flex {
    justify-content: center;
}

.mapaLocalizacao .flex .col:first-child {
    flex: initial;
}

.mapaLocalizacao .flex .col:first-child img {
    max-width: 760px;
}

.flex-mapa {
    justify-content: center;
}

.flex-mapa .col:last-child {
    max-width: 600px;
}

@media screen and (max-width: 768px) {
    .menu-teaser .traducao:not(:last-child) {
        display: none;
    }

    .top.mobile .sticky {
        position: static !important;
    }

    .top.mobile {
        min-height: initial;
    }

    .mob-column {
        flex-direction: column;
        row-gap: 30px;
    }

    .projetoetmo figure img {
        min-height: initial;
    }

    .leveza__text,
    .plantas__item,
    .leveza figure,
    .projetoetmo figure {
        width: 100%;
    }

    .videos__row {
        grid-template-columns: 1fr;
    }

    .chamadagaleria__grid {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .galeria__modal__content {
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 90vw;
    }

    .plantas__slider__item__row {
        flex-direction: column-reverse;
    }

    .implantacao__slider .slick-next,
    .plantas__slider .slick-next {
        position: absolute;
        top: 50%;
        right: 0;
    }

    .implantacao__slider .slick-prev,
    .plantas__slider .slick-prev {
        position: absolute;
        top: 50%;
        left: 0;
    }

    .plantas__slider__item {
        position: relative;
    }

    .plantas__slider__item__row__text {
        text-align: center;
        padding: 0 0 20px;
    }

    .implantacao__slider__item__row {
        flex-direction: column;
        position: relative;
    }

    .galeria__modal__slider .slick-next {
        right: -10px;
    }

    .galeria__modal__slider .slick-prev {
        left: -10px;
    }
}

.flex-mapa .col h3 {
    font-weight: bold;
    color: #466857;
    margin-bottom: 16px;
}

.composicao {
    margin-top: 60px;
}

.flex-mapa .col h3 span {
    color: #466857;
}

.flex-images {
    display: flex;
    margin-top: 80px;
}

.flex-images .col:first-child img {
    max-height: 60vh;
    object-fit: cover;
    width: 100%;
}


.flex-images .col:last-child img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.flex-images + .flex-images {
    margin-top: 0px !important;
}

.flex-images .translate {
    padding: 80px 40px;
}

.flex-images img {
    display: block !important;
    max-width: 100%;
}

.flex-images .col {
    position: relative;
}


.flex-images .col .translate {
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.flex-images .col:first-child {
    flex: 2;
}

.flex-images .col:last-child {
    flex: 1;
}

.vida-urbana {
    padding: 80px 0px;
    padding-bottom: 0px !important;
    background-image: url("../images/moema/vida-urbana.jpg");
    background-size: cover;
}

.vida-urbana h2 {
    font-family: "Mazzard Soft H", sans-serif !important;
    font-weight: 300 !important;
    line-height: 54px !important;
    color: #DFC3A0;
    font-size: 64px;
    max-width: 400px;
}

.miniserie {
    overflow: hidden;
    padding: 6rem 0;
}

.miniserie .container {
    width: 80%;
}

.miniserie .slick-next,
.miniserie .slick-prev {
    top: unset;
    right: 0;
    bottom: -4rem;
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    background: url(../../images/slick-next.svg) no-repeat center center / 30px;
    transform: none;
    display: block !important;
}

.miniserie .slick-prev {
    left: unset;
    right: 30%;
    background-position: 0 -3px;
    transform: rotate(175deg);
}

@media screen and (max-width: 860px) {
    .miniserie .container {
        padding: 0;
    }
}

.miniserie__title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media screen and (max-width: 860px) {
    .miniserie__title {
        padding-left: 15px;
    }
}

.miniserie__slider {
    max-width: 888px;
    margin-left: -10px;
}

@media screen and (max-width: 860px) {
    .miniserie__slider {
        max-width: 100%;
        margin: 0;
    }

    .miniserie__slider .slick-prev {
        left: calc(50% - 40px);
        bottom: -20px;
        z-index: 3;
        background-image: url("../../images/slick-next2.svg");
        background-position: top;
    }

    .miniserie__slider .slick-next {
        right: calc(50% - 40px);
        bottom: -20px;
        z-index: 3;
        background-image: url("../../images/slick-next2.svg");
    }
}

.miniserie__slider .slick-list {
    overflow: initial;
}

.miniserie__slider .slick-slide {
    margin: 0 10px;
}

@media screen and (max-width: 860px) {
    .miniserie__slider .slick-slide {
        /* margin: 0; */
    }
}

.miniserie__slider__item {
    position: relative;
}

.miniserie__slider__item__image {
    max-width: 100%;
    border-radius: 0;
    aspect-ratio: 22/12;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 860px) {
    .miniserie__slider__item__image {
        width: 100%;
        /* aspect-ratio: 376/499; */
        border-radius: 10px;
    }
}

@media screen and (max-width: 860px) {
    .miniserie__slider__item__hold {
        /* position: absolute;
        bottom: 0;
        left: 0;
        color: #fff; */
        width: 100%;
        /* padding: 15px 15px 50px; */
    }

    .miniserie__slider__item__hold::before {
        /* content: "";
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; */
    }
}

.miniserie__slider__item__title {
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
}

@media screen and (max-width: 860px) {
    .miniserie__slider__item__title {
        font-size: 18px;
        position: relative;
        z-index: 2;
    }
}

.miniserie__slider__item__content {
    font-size: 14px;
    max-width: 700px;
}

@media screen and (max-width: 860px) {
    .miniserie__slider__item__content {
        font-size: 12px;
        position: relative;
        z-index: 2;
    }
}

.miniserie__slider__item__zoom {
    cursor: pointer;
    position: relative;
    display: block;
}

.miniserie__slider__item__zoom::after {
    content: url("../../images/ico-play.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 861px) {
    .miniserie__slider__item--soon .miniserie__slider__item__zoom::after {
        display: none;
    }

    .miniserie__slider__item--soon .miniserie__slider__item__content,
    .miniserie__slider__item--soon .miniserie__slider__item__title {
        opacity: 0.5;
    }
}

@media screen and (min-width: 861px) {
    .miniserie__slider .slick-next {
        right: -20%;
    }

    .miniserie__slider .slick-prev {
        right: -16%;
    }
}

.modal__video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.modal__video__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 3;
    cursor: pointer;
}

.modal__video__background {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal__video__content {
    padding: 56.25% 0 0 0;
    max-height: 80%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1200px;
    transform: translate(-50%, -50%);
}

.mapaLocalizacao {
    padding: 110px 0;
    background-color: #f3e7d7
}

.mapaLocalizacao .flex {
    gap: 96px;
    align-items: center;
    justify-content: space-between
}

.mapaLocalizacao .flex h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    color: #524846
}

.mapaLocalizacao .flex .col:first-child {
    flex: 3
}

.mapaLocalizacao .flex .col:first-child img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.mapaLocalizacao .flex p {
    font-size: 26px;
    font-weight: 300;
    color: #524846
}

.mapaLocalizacao .flex .col:last-child {
    max-width: 390px;
    align-items: flex-start;
    flex: 2;
    flex-direction: column;
    display: flex;
    gap: 26px
}

.mapaLocalizacao .flex .col:last-child .flex-center {
    align-items: center;
    width: 100%
}

.mapaLocalizacao .flex .col:last-child .btn-primary {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase
}

.logos {
    z-index: 3;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: inline-flex
}

.logos .logo_items {
    display: inline-flex;
    align-items: center;
    animation: slides 105s linear infinite
}

.logos .logo_items .item {
    min-width: 300px;
    object-fit: scale-down;
    font-size: 26px;
    text-transform: uppercase;
    color: #905A4B;
    text-align: center
}

.localizacao-nova {
    padding: 82px 0;
    background: white;
}

.localizacao-nova .flex-video {
    margin-top: 82px;
    display: flex;
    gap: 84px;
    justify-content: space-between
}

.localizacao-nova .flex-video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    background: #000
}

.localizacao-nova .flex-video .col {
    flex: 1
}

.localizacao-nova .flex-video .col:last-child {
}

.localizacao-nova .flex-video .col:last-child h2 {
    font-size: 30px;
    font-weight: 300;
    color: #666666 !important;
}

.localizacao-nova .flex-video .col:last-child .context {
    margin-top: 60px
}

.localizacao-nova .flex-video .col:last-child p {
    color: #524846;
    font-size: 22px;
    font-weight: 300
}

.localizacao-nova .flex-video .col:last-child p + p {
    margin-top: 26px
}

.flex-mapa {
    margin-top: 60px;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between
}

.flex-mapa .grid-2-col {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 32px;
    margin-top: 32px
}

.flex-mapa .grid-2-col p {
    max-width: 190px
}

.flex-mapa .col {
    flex: 1
}

.flex-mapa .col p {
    color: #524846;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.25;
}


.flex-mapa .col img {
    width: 100%;
    height: auto;
    max-width: 450px;
}

.fw-300 {
    font-weight: 300;
}

.logo-sd img {
    max-width: 320px;
}

.text-cinza {
    color: #666666;
    line-height: 1.25;
}

.flex-mapa .col h2 {
    font-size: 26px;
    font-weight: 300;
    color: #524846;
    text-transform: uppercase
}

.flex-mapa .col h3 {
    font-size: 50px;
    color: #905a4b
}

.flex-mapa .col h3 span {
    color: #905a4b;
    font-size: 24px;
    font-weight: 300;
}

.flex-mapa .col:first-child {
    max-width: 520px
}


.flex-comp {
    margin-top: 12px;
    display: flex;
    gap: 16px;
    color: #905a4b
}

.flex-comp span {
    color: #524846
}

@keyframes slides {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

/* Hines Section */
.hines-section {
    background-color: #23120c;
    padding: 60px 0;
    color: #ffffff;
}

.hines-header {
    margin-bottom: 40px;
}

.hines-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hines-title {
    font-size: 80px;
    font-weight: 400;
    color: #ffffff;
    font-family: "gotham", sans-serif;
    margin: 0;
    line-height: 1;
    letter-spacing: -2px;
}

.hines-tagline {
    font-size: 29px;
    font-weight: 500;
    color: #ffffff;
    font-family: "gotham", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    max-width: 500px;
    line-height: 1.4;
    padding-top: 20px;
}

.hines-description {
    margin-bottom: 80px;
}

.hines-description p {
    font-size: 23px;
    font-weight: 300;
    color: #ffffff;
    font-family: "gotham", sans-serif;
    line-height: 1.6;
    margin: 0;
}

/* Countup Section */
.countup-section {
}

.hines-map-container img {
    width: 100%;
}

.countup-grid {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.countup-grid > div {
    flex: 1;
}

.countup-item {
    text-align: center;
    max-width: 255px;
}

.countup-number {
    font-size: 65px;
    font-weight: 600;
    color: #995648;
    font-family: "gotham", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

.countup-label {
    font-size: 18px;
    color: #ffffff;
    font-family: "gotham", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.hines-map-container {
    margin-top: 80px;
    /* Espaço reservado para o mapa.png */
}

.images img {
    max-width: 100%;
    height: auto;
}


.fs-22 {
    font-size: 22px;
}
.fs-34 {
    font-size: 34px;
}
.images > div {
    max-width: 100%;
}

.w-mb-100 {
    max-width: 530px;
    width: 100%;
}

.infos__container {
    background-color: #25110a;
}

.localizacao {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .hines-title {
        font-size: 60px;
    }

    .hines-tagline {
        font-size: 16px;
        max-width: 100%;
    }

    .hines-description p {
        font-size: 16px;
    }

    .countup-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .countup-number {
        font-size: 60px;
    }

}

@media screen and (max-width: 768px) {
    .hines-section {
        padding: 60px 0;
    }

    .localizaca {
        min-height: unset !important;
    }

    .hines-title {
        font-size: 50px;
    }

    .hines-title-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .hines-tagline {
        font-size: 14px;
        padding-top: 30px;
    }

    .hines-description {
        margin-bottom: 30px;
    }

    .flex-mapa .col h3 {
        font-size: 30px;
    }

    .flex-mapa .col p {
        font-size: 18px !important;
    }

    .hines-description p {
        font-size: 15px;
    }

    .flex-mapa .col h2 {
        font-size: 16px
    }

    .hines-title-wrapper > svg {
        max-width: 280px !important;
    }

    .countup-section {
        padding: 40px 0;
    }

    .logo-sd img {
        max-width: 240px;
        margin: 24px auto;
        display: block;
    }

    .countup-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .flex-mapa {
        margin-top: 30px;
        flex-direction: column;
    }

    .fs-mb-18 + p {
        font-size: 16px;
    }

    .logo_ {
        margin-top: 32px;
    }

    .countup-number {
        font-size: 50px;
    }

    .countup-label {
        font-size: 16px;
    }

    .hines-map-container {
        margin-top: 0px;
    }

    .w-mb-100 {
        width: 100%;
    }

    .background-secondary:before, .background-secondary:after {
        display: none;
    }

    .gap-30.images {
        gap: 16px;
    }

    .images > div {
        width: calc(66% - 8px) !important;
    }

    .images > div:last-child {
        max-width: calc(34% - 8px) !important
    }

    .images > div > img {
        height: 100% !important;
        object-fit: cover;
    }

    .images:last-child {
        margin-top: 24px !important;
        flex-direction: row-reverse;
    }

    .images:first-child > div:first-child {
        width: 100% !important;
    }

    .py-118 {
        padding: 60px 0px !important;
    }

    .images.mt-30 {
        margin-top: 16px !important;
    }

    .fs-30, .fs-34 {
        font-size: 22px !important;
    }

    .localizacao-nova .flex-video {
        gap:16px;
    }

    .fs-22 {
        font-size: 18px;
    }

    .fs-mb-18 {
        font-size: 18px !important;
    }

    .flex-column-gap-36 {
        gap: 36px;
    }

    .logo_ > img {
        width: 60px;
    }
}
