@charset "UTF-8";

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
}

.swiper .swiper-pagination {
    display: none;
}

@media screen and (max-width: 993px) {
    .swiper {
        padding-bottom: 35px;
    }

    .swiper .swiper-pagination {
        bottom: 0;
        margin-top: initial;
        margin-bottom: 0;
        display: block;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
        width: 8px !important;
        height: 8px !important;
        background-color: #CEB399 !important;
        border-radius: 50% !important;
        opacity: 1;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #2B2A29 !important;
    }
}

@font-face {
    font-family: "Helvetica";
    src: url("fonts/Helvetica/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("fonts/Helvetica/Helvetica.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Scotch Text";
    src: url("fonts/Scotch-text-compressed/ScotchTextComp-Md.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Scotch Text";
    src: url("fonts/Scotch-text-compressed/ScotchTextComp-MdIt.ttf") format("truetype");
    font-weight: 500;

    font-display: swap;
}

@font-face {
    font-family: "Scotch Text";
    src: url("fonts/Scotch-text-compressed/ScotchTextComp-Rm.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto";
    src: url("fonts/Noto/NotoSerif-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Helvetica", sans-serif;
    font-size: 1.25rem;
    color: #2B2A29;
    line-height: 150%;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

p {
    line-height: 1.6;
    margin-bottom: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Normaliza todas as instâncias de `verdinha.svg` -> mesmo tamanho e sempre centralizada */
.pathDisponivel-img,
svg image.pathDisponivel-img {
    width: 15px !important;
    height: 15px !important;
    display: block;
}



/* Mobile: label sempre visível */
@media screen and (max-width: 993px) {
    .pathDisponivel-label {
        display: block;
    }
}

/* Caso `verdinha.svg` seja usado como <img> no HTML */
img[src$="/verdinha.svg"],
img[src$="verdinha.svg"] {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain;
    object-position: center;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 108.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media screen and (max-width: 993px) {
    html {
        overflow-x: hidden;
    }

    .container {
        padding-inline: 20px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex: 1 1 0%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-block: 28px;
    transition: 200ms;
    z-index: 1000;

}

.main-header__container {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    background: #2B2A29;
    border-radius: 64px;
}

.main-header__logo {
    transition: 200ms;
    max-width: 250px;
}

.main-header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.0625rem;
    list-style: none;
}

.main-header__nav-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.02625rem;
}

.main-header__nav-link:hover,
.main-header__nav-link.active {
    color: #CEB399;
    text-decoration: underline;
}

.page-04-galeria .main-header__nav-link:hover,
.main-header__nav-link.active {
    color: #CEB399;
}

.main-header__nav .btn-dark {
    display: none;
}

.main-header .btn-mobile {
    width: 34px;
    height: 18px;
    position: relative;
    background-color: transparent;
    border: 0;
    z-index: 4;
    display: none;
}

.main-header .btn-mobile span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #CEB399;
    position: absolute;
    transition: 200ms;
}

.main-header .btn-mobile span:nth-child(1) {
    top: 0;
}

.main-header .btn-mobile span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.main-header .btn-mobile span:nth-child(3) {
    bottom: 0;
}

.main-header .btn-mobile.active span {
    background-color: #2B2A29 !important;
}

.main-header .btn-mobile.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.main-header .btn-mobile.active span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.main-header .btn-mobile.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    bottom: initial;
}

.main-header.primary .main-header__nav-link {
    color: #FFF;
}

.main-header.primary .main-header__nav-link.active,
.main-header.primary .main-header__nav-link:hover {
    color: #CEB399;
}

.main-header.active {
    background-color: #2B2A29 !important;
    padding-block: 10px;
}

.main-header.active .main-header__logo {
    height: 90px;
}


.main-header.hide {
    transform: translateY(-100%);
}

@media screen and (max-width: 1250px) {
    .main-header__nav {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 3;
        background-color: #CEB399;
        padding-top: 140px;
        transform: translateX(100%);
        transition: 200ms;
    }

    .main-header__nav .btn-dark {
        display: block;
        margin-left: 15px;
        margin-top: 15px;
    }

    .main-header__nav::before {
        content: "menu";
        position: absolute;
        top: 32px;
        left: 20px;

        font-size: 4rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.2rem;
        color: #2B2A29;
    }

    .main-header__nav ul {
        flex-direction: column;
        gap: 2.125rem;
        align-items: flex-start;
        padding-left: 20px;
    }

    .main-header__nav ul li a {
        color: #2B2A29;
    }

    .main-header__nav+.btn-dark {
        display: none;
    }

    .main-header__nav.active {
        transform: translateX(0);
    }

    .main-header__nav.active {
        background-color: #CEB399;
    }

    .main-header__nav.active .main-header__nav-link {
        color: #2B2A29;
    }

    .main-header__nav.active .main-header__nav-link.active,
    .main-header__nav.active .main-header__nav-link:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .main-header .btn-mobile {
        display: flex;
    }

    .main-header.primary .main-header__nav-link.active,
    .main-header.primary .main-header__nav-link:hover {
        color: #FFFFFF;
    }



    .main-header.active~footer #faleComCorretor {
        display: none;
    }
}

@media screen and (max-width: 993px) {
    .main-header {
        padding-block: 1.9375rem;
    }

    .main-header__logo {
        width: 65vw;
        max-width: 300px;
    }

    .main-header.active {
        padding-block: 0px;
    }

    .main-header.active .main-header__logo {
        width: 65vw;
        max-width: 300px;
    }
}

.footer {
    background-color: #2B2A29;
    border-top: solid 1px #FFF;
}

.footer__container-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-block: 4.5rem;
    margin-bottom: 1.25rem;
}

.footer__container-top__content {
    max-width: 620px;
}

.footer__container-top__description {
    font-size: 1rem;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 0.25rem;
}

.footer__container-top__description.text-center {
    text-align: center;
    width: 100%;
}

.footer__container-top__title {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.09rem;
    color: #FFF;
}

.footer__container-top__navigation {
    flex: 1;
    max-width: 42.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__container-top__section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFF;
    letter-spacing: -0.0375rem;
    line-height: 3.4375rem;
}

.footer__container-top__nav-item {
    list-style: none;
}

.footer__container-top__nav-item+.footer__container-top__nav-item {
    margin-top: 0.875rem;
}

.footer__container-top__nav-item a {
    color: #FFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.03rem;
}

.footer__container-top__nav-item a:hover {
    text-decoration: underline;
}

.footer__container-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.25rem;
}

.footer__container-middle__nav-list-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5625rem;
    list-style: none;
}

.footer__container-middle__nav-link img {
    transition: 200ms;
    filter: brightness(0) saturate(100%) invert(92%) sepia(99%) saturate(37%) hue-rotate(252deg) brightness(107%) contrast(100%);
}

.footer__container-middle__nav-link:hover img {
    transform: scale(1.2);
}

.footer__container-bottom {
    width: 100%;
    padding-block: 1.25rem;
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__container-bottom svg {
    filter: brightness(0) saturate(100%) invert(92%) sepia(99%) saturate(37%) hue-rotate(252deg) brightness(107%) contrast(100%);
}

@media screen and (max-width: 1369px) {
    .footer__container-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer__container-top__navigation {
        max-width: initial;
    }
}

@media screen and (max-width: 993px) {
    .footer__container-top {
        gap: 1.875rem;
        padding-bottom: 3rem;
    }

    .footer__container-top__title {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: -0.06rem;
        color: #FFF;
    }

    .footer__container-top__description {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.02625rem;
        color: #FFF;
        margin-bottom: 0.5rem;
    }

    .footer__container-top__section-title {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #FFF;
        margin-bottom: 0.625rem;
    }

    .footer__container-top__nav-item a {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
    }

    .footer__container-top__navigation {
        flex-direction: column;
        gap: 2.5rem;
    }

    .footer__container-middle {
        padding-bottom: 0;
        margin-bottom: 1.875rem;
        align-items: flex-end;
    }

    .footer__container-middle a.logo img {
        width: 210px !important;
        height: auto !important;
    }

    .footer__container-bottom {
        padding-bottom: 82px;
    }
}

.input-group {
    position: relative;
}

.input-group label {
    display: block;
    position: absolute;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.0375rem;
    line-height: 2rem;
    bottom: 0.625rem;
    transition: 200ms;
    z-index: 0;
}

.input-group label .red {
    color: red;
}

.input-group input,
textarea {
    display: block;
    border: 0;
    width: 100%;
    border-bottom: 0.0625rem solid #FFF;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.0375rem;
    line-height: 2rem;
    outline: 0;
    color: #FFF;
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.input-group input::-moz-placeholder {
    color: #FFF;
}

.input-group input::placeholder {
    color: #FFF;
}

#formNews .input-group input {
    border-bottom: solid 1px #2B2A29;
    color: #2B2A29;
}

#formNews .input-group input::-moz-placeholder {

    color: #2B2A29;
}

#formNews .input-group input::placeholder {
    color: #2B2A29;
}

.input-group.active label {
    bottom: 2.1875rem;
    font-size: 1rem;
    letter-spacing: -0.03rem;
}

@media screen and (max-width: 993px) {
    .input-group label {
        font-size: 1rem;
    }
}

.input-group-second {
    position: relative;
}

.input-group-second label {
    display: block;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
    margin-bottom: 1.5rem;
}

.input-group-second label .red {
    color: red;
}

.input-group-second input {
    display: block;
    width: 100%;
    padding-bottom: 11;
    height: 2.5rem;
    border: 0;
    outline: 0;
    border-bottom: 0.0625rem solid #2B2A29;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

.input-group-second.deadline input {
    width: 10rem;
}

.input-group-second.deadline span {
    position: absolute;
    bottom: 0.6875rem;
    left: 11rem;
}

@media screen and (max-width: 993px) {
    .input-group-second label {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
        margin-bottom: 0;
    }

    .input-group-second input {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
    }
}

.input-location label {
    display: block;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
    margin-bottom: 1.5rem;
}

.input-location label .red {
    color: red;
}

.input-location .wrapper {
    display: grid;
    grid-template-columns: 6.875rem 1fr;
    gap: 1.875rem;
}

.input-location .wrapper input {
    display: block;
    width: 100%;
    padding-bottom: 11;
    height: 2.5rem;
    border: 0;
    outline: 0;
    border-bottom: 0.0625rem solid #2B2A29;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

@media screen and (max-width: 993px) {
    .input-location label {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
        margin-bottom: 0;
    }

    .input-location .wrapper {
        grid-template-columns: 0.7fr 1fr;
    }

    .input-location .wrapper input {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
    }
}

.input-group-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5625rem;
    margin-top: 1.5rem;
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
}

.input-group-checkbox input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #2B2A29;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: 200ms;
    background-image: url("../../assets/images/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center top -20px;
    margin-top: 1px;
}

.input-group-checkbox input[type=checkbox]:checked {
    background-color: #2B2A29;
    background-position: center center;
}

.input-group-checkbox label {
    font-size: 1rem;
    letter-spacing: -0.03rem;
    color: #2B2A29;
    font-weight: 400;
    line-height: 1;
    flex: 1;
    cursor: pointer;
}

.input-group-checkbox label a {
    color: #CEB399;
    font-weight: 700;
}

@keyframes draw-check {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        width: 0.375rem;
        height: 0;
    }

    100% {
        width: 0.375rem;
        height: 0.625rem;
    }
}

.input-group__interests fieldset {
    border: 0;
}

.input-group__interests fieldset .label-title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.03rem;
    margin-bottom: 0.9375rem;
}

.input-group__interests fieldset .label-title .red {
    color: red;
}

.input-group__interests fieldset .wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.input-group__interests fieldset .wrapper label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.input-group__interests fieldset .wrapper label input[type=radio] {
    -webkit-appearance: unset;
    -moz-appearance: unset;
    appearance: unset;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    border: 1px solid #FFF;
    transition: 200ms;
    position: relative;
    cursor: pointer;
}

.input-group__interests fieldset .wrapper label input[type=radio]::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 999px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 200ms;
}

.input-group__interests fieldset .wrapper label input[type=radio]:checked {
    background-color: #FFF;
    border: 1px solid #FFF;
    position: relative;
}

.input-group__interests fieldset .wrapper label input[type=radio]:checked::after {
    width: calc(100% - 1px);
    height: calc(100% - 1px);
}

.input-group__interests fieldset .wrapper label span {
    font-size: 1.25rem;
    letter-spacing: -0.0375rem;
    color: #FFF;
}

@media screen and (max-width: 993px) {
    .input-group__interests fieldset .label-title {
        margin-bottom: 0.5rem;
        line-height: 1;
    }

    .input-group__interests fieldset .wrapper {
        justify-content: space-between;
        gap: 1.25rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .input-group__interests fieldset .wrapper label input[type=radio] {
        width: 1rem;
        height: 1rem;
    }

    .input-group__interests fieldset .wrapper label span {
        font-size: 1rem;
    }
}

.input-group-textarea label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.001875rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
    color: #FFF;
}

.input-group-textarea textarea {
    display: block;
    width: 100%;
    height: 13.4375rem;
    resize: none;
    background-color: transparent;
    border: 0.0625rem solid #FFF;
}

.btn-decoration {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    cursor: pointer;
    border-bottom: 1px solid #2B2A29 !important;
    transition: transform 0.3s ease-in-out;
}

.btn-decoration span {
    color: #2B2A29 !important;
    font-size: 1.5rem;
    letter-spacing: -0.045rem;
    line-height: 1.5;
    padding-bottom: 0.25rem;
}

.message-section .btn-decoration span {
    color: #CEB399 !important;
}

.btn-decoration:hover {
    transform: scale(1.1) !important;
}

@media screen and (max-width: 993px) {
    .btn-decoration {
        gap: 1.25rem;
    }

    .btn-decoration span {
        font-size: 1rem;
    }
}

.btn-dark {
    background-color: #2B2A29;
    padding: 0.875rem 2rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 94px;
    color: #CEB399;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 1.5;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.btn-dark:hover {
    transform: scale(1.1);
}

.main-header .btn-dark {
    background-color: #FFF;
    color: #2B2A29;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    padding: 1.125rem 2rem;
    background-image: linear-gradient(86.06deg, #30C96B -4.52%, #3DA666 88.2%);
    border-radius: 0.5rem;
    transition: 200ms;
    margin-bottom: 45px;
    cursor: pointer;
}

.btn-whatsapp svg {
    width: 1rem;
}

.btn-whatsapp span {
    left: 1;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: -0.045rem;
    line-height: 1;
}

.btn-whatsapp.fixed {
    position: fixed;
    bottom: 26px;
    right: 135px;
    z-index: 3;
    margin-bottom: 0;
    padding: 0.875rem 2rem;
}

.btn-whatsapp.fixed span {
    font-size: 16px;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1700px) {
    .btn-whatsapp.fixed {
        right: 40px;
    }
}

@media screen and (max-width: 993px) {
    .btn-whatsapp.fixed {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        height: 72px;
    }

    .btn-whatsapp.fixed span {
        font-size: 16px;
    }
}

.btn-ghost {
    border: 0.0625rem solid #2B2A29;
    border-radius: 94px;
    padding: 0.875rem 2rem;
    width: 100%;
    text-align: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: 200ms;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #2B2A29;
}

.btn-ghost:hover {
    transform: scale(1.05) translateX(5px) translateY(-4px);
}

.newsletter-section {
    margin-bottom: 12.5rem;
}

.newsletter-section__title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    text-align: center;
}

.newsletter-section p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
    text-align: center;
    margin-bottom: 2rem;
}

.newsletter-section form {
    max-width: 614px;
    margin-inline: auto;
}

.newsletter-section__button {
    background-color: transparent;
    border: 0;
    border-bottom: 0.0625rem solid #2B2A29;
    margin-top: 2rem;
}

@media screen and (max-width: 993px) {
    .newsletter-section {
        margin-bottom: 5rem;
    }

    .newsletter-section__title {

        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 0.25rem;
    }

    .newsletter-section p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
        margin-bottom: 1.5rem;
    }
}

.instagram-section {
    margin-bottom: 200px;
}

.instagram-section__group-title {
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instagram-section__group-title-title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
}

.instagram-section__group-title .btn-more {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.instagram-section__group-title .btn-more span {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

.instagram-section__card-instagram img,
.instagram-section__card-instagram video {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.instagram-section__button-mobile {
    display: none;
}

@media screen and (max-width: 993px) {
    .instagram-section {
        margin-bottom: 5rem;
    }

    .instagram-section__group-title {
        margin-bottom: 1.25rem;
    }

    .instagram-section__group-title-title {

        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 0;
    }

    .instagram-section__group-title .btn-more {
        gap: 8px;
    }

    .instagram-section__group-title .btn-more span {
        font-size: 20px;
    }

    .instagram-section__button {
        display: none;
    }

    .instagram-section__swiper {
        width: calc(100% + 20px);
    }

    .instagram-section__button-mobile {
        display: flex;
        padding: 0;
        margin-top: 2rem;
    }
}

.form-contact-section {
    background-color: #2B2A29;
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
}

.form-contact-section__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.form-contact-section__left {
    max-width: 41.875rem;
    color: #FFF;
}

.form-contact-section__title {
    font-family: "Noto";


    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #FFF;
}

.form-contact-section__description {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.0375rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.page-06-contato label {
    color: #FFF;
}

.form-contact-section__right {
    flex: 1;
    max-width: 50.625rem;
    color: #FFF;
}

.form-contact-section__right form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2.625rem;
}

.form-contact-section__right form .box-checkbox {
    grid-column: 1/-1;
}

.form-contact-section__right form .input-group-checkbox {
    width: 100%;
    margin-top: 0;
}

.form-contact-section__right form .input-group-checkbox+.input-group-checkbox {
    margin-top: 1.5rem;
}

.form-contact-section__right form .input-group-checkbox input[type=checkbox] {
    border-color: #2B2A29;
}

.form-contact-section__right form .btn-submit {
    grid-column: 1/-1;
    width: -moz-max-content;
    width: max-content;
    background-color: #FFF;
    padding: 0.75rem 3rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 94px;
    color: #2B2A29;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 1.5;
    margin-inline: auto;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    border: none;
}

.form-contact-section__right form .btn-submit:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1500px) {
    .form-contact-section__container {
        gap: 80px;
    }

    .form-contact-section__left {
        max-width: 500px;
    }
}

@media screen and (max-width: 1369px) {
    .form-contact-section__container {
        flex-direction: column;
    }

    .form-contact-section__left {
        max-width: initial;
    }

    .form-contact-section__right {
        max-width: initial;
        width: 100%;
    }
}

@media screen and (max-width: 993px) {
    .form-contact-section {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .form-contact-section__container {
        gap: 2.625rem;
    }

    .form-contact-section__title {

        font-size: 2rem;
        font-weight: 500;
        line-height: 1.15;
        letter-spacing: -0.06rem;

        margin-bottom: 0.25rem;
    }

    .form-contact-section__description {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.03rem;

    }

    .form-contact-section__right form {
        grid-template-columns: 1fr;
        gap: 2.1875rem;
    }
}

.gallery-section {
    overflow-x: hidden;
    margin-bottom: 200px;
}

.gallery-section__title {
    font-family: "Noto";
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    margin-bottom: 1.5rem;
}

.page-01-home .gallery-section__title {
    margin-top: 2rem;
}

.gallery-section__menu {
    /* remove full-width bottom border to avoid odd double-border effect
       and provide breathing room */
    border-bottom: none;
    margin-bottom: 1.75rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-bottom: 6px;
    max-width: 100vw;
}

.gallery-section__menu a {
    padding-inline: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #BDBDBD;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 12px;
    transition: 200ms;
    position: relative;
    border-radius: 6px;
}

/* subtle underline that expands per item without overflowing the nav */
.gallery-section__menu a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #2B2A29;
    transition: 200ms;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-section__menu a.active,
.gallery-section__menu a:hover {
    color: #2B2A29;
}

.gallery-section__menu a.active::after,
.gallery-section__menu a:hover::after {
    width: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
}

.gallery-section__swiper {
    width: calc(100% - (100% - 1650px) / 2);
    margin-left: auto !important;
    margin-right: 0 !important;
}

.gallery-section__swiper .swiper-wrapper {
    margin-bottom: 2rem;
}

.gallery-section__swiper .card-gallery {
    aspect-ratio: 1050/623;
    width: 100%;
    position: relative;
    max-height: 745px;
}

.gallery-section__swiper .card-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.gallery-section__swiper .card-gallery .current {
    height: 1.625rem;
    padding-inline: 1.5rem;
    border-radius: 99px;
    background-color: #2B2A29;
    color: #FFFFFF;
    font-size: 0.75rem;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-section__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 2rem;
}

@media (max-width: 1200px) {
    .gallery-section__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gallery-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .gallery-section__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.gallery-section__grid .card-gallery {
    width: 100%;
    position: relative;
    max-height: none;
}

.gallery-section__grid .card-gallery>a {
    display: block;
    width: 100%;
    min-height: 100%;
}

.gallery-section__grid .card-gallery .tela-cheia {
    position: absolute;
    background: #2B2A29CC;
    bottom: 20px;
    right: 20px;
    border-radius: 78px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-section__grid .card-gallery img {
    max-height: 200px;
    width: 100%;
    border-radius: 15px;
}

.gallery-section__grid .card-gallery .tela-cheia img {
    width: auto;

}

.gallery-section__controller .control-item {
    display: none;
}

.gallery-section__controller .control-item.active {
    display: block;
}

@media screen and (max-width: 1800px) {
    .gallery-section__swiper {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 993px) {
    .gallery-section {
        margin-bottom: 5rem;
    }

    .gallery-section__title {

        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 1.5rem;
    }

    .gallery-section .scroll-h {
        overflow-x: scroll;
        width: calc(100% + 20px);
    }

    .gallery-section .scroll-h::-webkit-scrollbar {
        height: 0;
    }

    .gallery-section__menu {
        margin-bottom: 1rem;
        width: -moz-max-content;
        width: max-content;
    }

    .gallery-section__menu a {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0rem;
        color: #2B2A29;
        white-space: nowrap;
    }

    .gallery-section__swiper {
        width: calc(100% - 20px);
    }

    .gallery-section__swiper .card-gallery img {
        border-radius: 0;
    }

    .gallery-section__swiper .card-gallery .current {
        top: 1rem;
        right: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .gallery-section__swiper .card-gallery {
        aspect-ratio: 335/335;
    }
}

.card-item {
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid #BDBDBD;
}

.card-item .icon {
    margin-bottom: 24px;
    height: 32px;
}

.card-item p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #2B2A29;
    letter-spacing: -0.6px;
    line-height: 1.5;
}

@media screen and (max-width: 993px) {
    .card-item {
        border-radius: 0;
        padding: 2rem;
        min-height: 230px;
    }

    .card-item svg {
        margin-bottom: 1rem;
    }

    .card-item p {
        font-size: 0.875rem;
    }
}

.video-full-screen-section__wrapper {
    background-image: url("../../assets/images/bg-video-desktop-home-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-full-screen-section__wrapper::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 1;
}

.video-full-screen-section__wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 993px) {
    .video-full-screen-section__wrapper {
        height: auto;
        aspect-ratio: 16/9;
    }
}

.infrastructure-section {
    margin-bottom: 12.5rem;
}

.infrastructure-section__container {
    display: grid;
    grid-template-columns: 39.625rem 1fr;
    gap: 7.875rem;
}

.infrastructure-section__left h2,
.infrastructure-section__left h1 {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    margin-bottom: 1rem;
}

.infrastructure-section__left p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
    margin-bottom: 4rem;
}

.infrastructure-section__left .btn-decoration {
    margin-left: 0;
}

.infrastructure-section__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 6.875rem;
    column-gap: 6.875rem;
    row-gap: 4rem;
}

.infrastructure-section__right .item svg {
    display: block;
    margin-bottom: 1.5rem;
}

.infrastructure-section__right .item h3 {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
    margin-bottom: 0.25rem;
}

.infrastructure-section__right .item p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #2B2A29;
}

@media screen and (max-width: 1369px) {
    .infrastructure-section__container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .infrastructure-section__left p {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 993px) {
    .infrastructure-section {
        margin-bottom: 7.5rem;
    }

    .infrastructure-section__left h2 {
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }

    .infrastructure-section__left p {
        font-size: 0.875rem;
    }

    .infrastructure-section__right {
        gap: 4rem;
        margin-top: 3rem;
    }

    .infrastructure-section__right .item p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 769px) {
    .infrastructure-section__right {
        grid-template-columns: 1fr;
    }
}

.map-view-section {
    margin-bottom: 12.5rem;
}

.map-view-section__title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    margin-bottom: 1.5rem;
}

.map-view-section .scroll-h {
    overflow-x: auto;
    width: 100%;
}

.map-view-section .scroll-h::-webkit-scrollbar {
    height: 0;
}

.map-view-section__menu {
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 2rem;
    display: flex;
    gap: 2.5rem;
}

.map-view-section__menu a {
    padding-inline: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #BDBDBD;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 10px;
    transition: 200ms;
    position: relative;
}

.map-view-section__menu a::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #2B2A29;
    transition: 200ms;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.map-view-section__menu a.active,
.map-view-section__menu a:hover {
    color: #2B2A29;
}

.map-view-section__menu a.active::after,
.map-view-section__menu a:hover::after {
    width: calc(100% + 16px);
}

.map-view-section__embed {
    aspect-ratio: 165/85;
    border-radius: 40px;
    background-color: rgba(144, 144, 144, 0.2862745098);
}

.map-view-section__button {
    margin-top: 2rem;
}

.map-view-section__controler .control-item {
    display: none;
}

.map-view-section__controler .control-item.active {
    display: block;
}

@media screen and (max-width: 993px) {
    .map-view-section {
        margin-bottom: 5rem;
    }

    .map-view-section__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.0675rem;
        color: #2B2A29;
    }

    .map-view-section .scroll-h {
        width: calc(100% + 20px);
    }
}

@media screen and (max-width: 769px) {
    .map-view-section {
        margin-bottom: 5rem;
    }

    .map-view-section__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.1125rem;
        color: #2B2A29;
        margin-bottom: 1.5rem;
    }

    .map-view-section__embed {
        border-radius: 20px;
        aspect-ratio: 1/1;
    }

    .map-view-section__menu {
        margin-bottom: 1rem;
    }

    .map-view-section__menu a {
        font-size: 14px;
    }
}

.video-unique-section {
    max-width: 103.125rem;
    margin-inline: auto;
    margin-bottom: 12.5rem;
    background-image: url("../../assets/images/bg-video-desktop-home-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}

.video-unique-section iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 993px) {
    .video-unique-section {
        height: auto;
        aspect-ratio: 16/9;
        margin-bottom: 5rem;
    }
}

.page-01-home .presentation-section {
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
}

.page-01-home .presentation-section::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: -1;
}

.page-01-home .presentation-section__container {
    height: 100%;
    display: flex;
    justify-content: center;
}

.page-01-home .presentation-section__content {
    padding-top: 0rem;
    padding-bottom: 3.125rem;
    display: flex;
    flex-direction: column;
}

.page-01-home .presentation-section__content h1 {
    font-family: 'Noto';
    font-weight: 500;
}

.page-01-home .presentation-section__title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.4rem;
    margin-bottom: 2rem;
    color: #FFFFFF;
    text-align: center;
}

.page-01-home .presentation-section__text p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    max-width: 1200px;
    margin-inline: auto;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.page-01-home .presentation-section__button {
    border-color: #FFFFFF;
}

.page-01-home .presentation-section__button.linhaBranca {
    border-color: #FFFFFF !important;
}

.page-01-home .presentation-section__button span {
    color: #FFFFFF;
}

.page-01-home .presentation-section__button span.branco {
    color: #FFFFFF !important;
}

@media screen and (max-width: 993px) {
    .page-01-home .presentation-section {
        height: calc(100vh - 72px);
    }

    .page-01-home .presentation-section__content {
        padding-bottom: 1.5625rem;
    }

    .page-01-home .presentation-section__title {
        font-size: 4rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.2rem;
        color: #FFFFFF;
    }

    .page-01-home .presentation-section__text p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFFFFF;
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}

.page-01-home .made-for-you-section {
    background-color: #2B2A29;
    padding-block: 2rem;
}

.page-01-home .made-for-you-section__title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #FFF;
    margin-bottom: 2.5rem;
    text-align: center;
}

.page-01-home .made-for-you-section__swiper {
    margin-bottom: 2rem;
    max-width: 76.875rem;
    margin-inline: auto;
}

.page-01-home .made-for-you-section__swiper .swiper-pagination .swiper-pagination-bullet {
    background: #BC9C7D;
}

.page-01-home .made-for-you-section__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2B2A29;
}

.page-01-home .made-for-you-section__card {
    height: 630px;
    border-radius: 20px;
    padding: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.page-01-home .made-for-you-section__card-title {
    padding: 0.625rem 1.5rem;
    border-radius: 24px;
    background-color: #CEB399;
    margin-bottom: 0.6875rem;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    font-weight: 400;
    color: #2B2A29;
    letter-spacing: -0.02625rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-01-home .made-for-you-section__card-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02625rem;
    color: #FFFFFF;
    max-width: 17.8125rem;
}

@media screen and (max-width: 1250px) {
    .page-01-home .made-for-you-section__swiper {
        width: calc(100% + 40px);
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .made-for-you-section {
        padding-block: 5rem;
    }

    .page-01-home .made-for-you-section__title {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .page-01-home .made-for-you-section__card {
        height: 540px;
        border-radius: 0;
        padding: 1.5rem;
    }

    .page-01-home .made-for-you-section__card-title {
        padding-block: 0;
        padding-inline: 23px;
        height: 35px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .page-01-home .made-for-you-section__swiper {
        width: calc(100% + 20px);
    }
}

.page-01-home .the-enterprise-section__container {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
}

.page-01-home .the-enterprise-section__group {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.page-01-home .the-enterprise-section__group-title {
    flex: 1;
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
}

.page-01-home .the-enterprise-section__group-description {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.045rem;
    color: #2B2A29;
    max-width: 68.375rem;
}

.page-01-home .the-enterprise-section__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-bottom: 4rem;
}

.page-01-home .the-enterprise-section__video {
    aspect-ratio: 16/9;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.page-01-home .the-enterprise-section__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1600px) {
    .page-01-home .the-enterprise-section__group-description {
        max-width: 800px;
    }
}

@media screen and (max-width: 1250px) {
    .page-01-home .the-enterprise-section__group {
        flex-direction: column;
    }

    .page-01-home .the-enterprise-section__group__group {
        max-width: initial;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .the-enterprise-section__container {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .page-01-home .the-enterprise-section__group {
        margin-bottom: 24px;
    }

    .page-01-home .the-enterprise-section__group-title {
        font-size: 32px;

        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.1rem;
        color: #2B2A29;
        margin-bottom: 9px;
    }

    .page-01-home .the-enterprise-section__group-description {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
        margin-bottom: 0;
    }

    .page-01-home .the-enterprise-section__wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 32px;
    }

    .page-01-home .the-enterprise-section__video {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.page-01-home .available-lots-section {
    margin-bottom: 6.25rem;
}

.page-01-home .available-lots-section__article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}

.page-01-home .available-lots-section__article .esquerda {
    max-width: 645px;
    margin-top: 3rem;
}

.page-01-home .available-lots-section__article .esquerda img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-01-home .available-lots-section__article .available-lots-section__article-cover {
    min-width: 750px;
    max-width: 750px;
}

.page-01-home .available-lots-section__article .available-lots-section__article-cover img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1187/591;
    max-width: 1187px;
    position: relative;
    left: 175px;
}

.page-01-home .available-lots-section__article-title {
    font-family: "Noto";
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    margin-bottom: 1rem;
}

.page-01-home .available-lots-section__article.mapinha p {
    color: #FFF;
}

.page-01-home .available-lots-section__article.mapinha {
    background-color: #2B2A29;
    border-radius: 24px;
    padding: 65px 100px;

}


.page-01-home .mapinha .available-lots-section__article__button span {
    color: #FFF !important;
}

.page-01-home .mapinha .available-lots-section__article-title {
    color: #FFF !important;
}

.page-01-home .mapinha .btn-decoration {
    border-bottom: 1px solid #FFF !important;
}

.page-01-home .available-lots-section__article p {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -0.0375rem;
    line-height: 1.5;
    color: #2B2A29;
    margin-bottom: 2rem;
    max-width: 520px;
}

.page-01-home .available-lots-section__article__button {
    margin-left: 0;
}

.page-01-home .available-lots-section__article-left {
    max-width: 530px;
}

.page-01-home .available-lots-section__article+.page-01-home .available-lots-section__article {
    margin-top: 4.25rem;
    max-width: 74rem;
    margin-left: 11.625rem;
}

.page-01-home .available-lots-section__article.mapinha {
    background-color: #2B2A29;

}

@media screen and (max-width: 1500px) {
    .page-01-home .available-lots-section__article-cover {
        max-width: 500px !important;
        min-width: auto !important;
    }

    .page-01-home .available-lots-section__article-cover img {
        display: block;
        width: 100% !important;
        left: unset !important;
    }
}

.page-01-home .available-lots-section__article-left {
    max-width: 775px;
}

@media screen and (max-width: 993px) {
    .page-01-home .available-lots-section {
        margin-bottom: 5rem;
    }

    .page-01-home .available-lots-section__article {
        flex-direction: column;
        gap: 1rem;
    }

    .page-01-home .available-lots-section__article.mapinha {
        background-color: #2B2A29;
        border-radius: 24px;
        padding: 25px 20px;
    }

    .page-01-home .available-lots-section__article+.available-lots-section__article {
        margin-top: 80px;
        flex-direction: column-reverse;
    }

    .page-01-home .available-lots-section__article-left {
        width: 100%;
        max-width: initial;
    }

    .page-01-home .available-lots-section__article-title {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 0.5625rem;
    }

    .page-01-home .mapinha .available-lots-section__article-title {
        color: #FFF;
    }

    .page-01-home .available-lots-section__article p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
        margin-bottom: 3rem;
    }

    .page-01-home .mapinha p {
        color: #FFF;
    }

    .page-01-home .available-lots-section__article img {
        display: block;
        width: 100%;
        margin-inline: auto;
        min-width: 100vw;
    }

    .page-01-home .available-lots-section__article__button {
        display: none;
    }
}

.page-01-home .banner-documents {
    width: 100%;
    max-width: 103.125rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding: 7.5rem;
    border-radius: 2.5rem;
    margin-bottom: 12.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.page-01-home .banner-documents::after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
}

.page-01-home .banner-documents * {
    position: relative;
    z-index: 1;
}

.page-01-home .banner-documents__title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.page-01-home .banner-documents p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFFFFF;
    max-width: 33.125rem;
    margin-bottom: 2rem;
}

.page-01-home .banner-documents__button {
    margin-left: 0;
    border-color: #FFFFFF;
}

.page-01-home .banner-documents__button span {
    color: #FFFFFF !important;
}

@media screen and (max-width: 1800px) {
    .page-01-home .banner-documents {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .banner-documents {
        padding: 6rem 1.5rem;
        margin-bottom: 5rem;
        width: calc(100% - 40px);
    }

    .page-01-home .banner-documents__title {

        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #FFFFFF;
        margin-bottom: 0.5625rem;
    }

    .page-01-home .banner-documents p {
        font-family: "Helvetica", sans-serif;

        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #FFFFFF;
        margin-bottom: 2rem;
    }

    .page-01-home .banner-documents__button span {
        font-size: 0;
    }

    .page-01-home .banner-documents__button span::after {
        content: "Garantir meu lote";
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #FFFFFF;
    }
}

@media screen and (max-width: 993px) {
    .page-01-home .gallery-section__swiper .swiper-wrapper {
        margin-bottom: 0;
    }
}

.page-01-home .form-contact-section .input-group+.input-group {
    margin-top: 10px;
}

.page-02-empreendimento .main-header__nav-link.active,
.page-02-empreendimento .main-header__nav-link:hover {
    color: #CEB399;
}

@media screen and (max-width: 1250px) {

    .page-02-empreendimento .main-header__nav-link.active,
    .page-02-empreendimento .main-header__nav-link:hover {
        color: #FFFFFF;
    }
}

.page-02-empreendimento .presentation-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-02-empreendimento .presentation-section__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6.25rem;
}

.page-02-empreendimento .presentation-section__title {
    font-family: "Noto";

    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.page-02-empreendimento .presentation-section__description {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFFFFF;
    max-width: 41.25rem;
}

@media screen and (max-width: 993px) {
    .page-02-empreendimento .presentation-section__container {
        padding-bottom: 140px;
    }

    .page-02-empreendimento .presentation-section__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.1125rem;
        color: #FFFFFF;
    }

    .page-02-empreendimento .presentation-section__description {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFFFFF;
    }
}

.page-02-empreendimento .gallery-section__swiper {
    padding-bottom: 5px;
}

.page-02-empreendimento .gallery-full-section {
    overflow: hidden;
}

.page-02-empreendimento .gallery-full-section .card-gallery {
    height: 100vh;
    position: relative;
}



.page-02-empreendimento .gallery-full-section .card-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-02-empreendimento .gallery-full-section .card-gallery .box {
    position: absolute;
    inset: 0;
    z-index: 1;
    padding-inline: 5rem;
    padding-bottom: 6.25rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-02-empreendimento .gallery-full-section .card-gallery .box span {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.045rem;
    color: #FFFFFF;
}

.page-02-empreendimento .gallery-full-section .swiper-pagination {
    display: block;
}

.page-02-empreendimento .gallery-full-section .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.page-02-empreendimento .gallery-full-section .swiper-pagination .swiper-pagination-bullet {
    width: 110px;
    height: 4px;
    border-radius: 0;
    background-color: #FFF;
}

@media screen and (max-width: 993px) {
    .page-02-empreendimento .gallery-full-section .card-gallery {
        aspect-ratio: 38/30;
        height: auto;
    }

    .page-02-empreendimento .gallery-full-section .card-gallery .box {
        padding: 20px;
    }

    .page-02-empreendimento .gallery-full-section .card-gallery .box span {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFFFFF;
    }
}

.page-02-empreendimento .the-enterprise-section {
    padding-block: 12.5rem;
}

.page-02-empreendimento .the-enterprise-section__title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    margin-bottom: 3rem;
    text-align: center;
}

.page-02-empreendimento .the-enterprise-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
}

.page-02-empreendimento .the-enterprise-section__swiper {
    display: none;
}

@media screen and (max-width: 993px) {
    .page-02-empreendimento .the-enterprise-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-02-empreendimento .the-enterprise-section__title {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .page-02-empreendimento .the-enterprise-section__wrapper {
        gap: 8px;
    }
}

@media screen and (max-width: 769px) {
    .page-02-empreendimento .the-enterprise-section__wrapper {
        display: none;
    }

    .page-02-empreendimento .the-enterprise-section__swiper {
        width: calc(100% + 20px);
        display: block;
    }
}

.page-02-empreendimento .gallery-section {
    margin-bottom: 15rem;
}

.page-02-empreendimento .gallery-section__swiper {
    margin-bottom: 2rem;
}

@media screen and (max-width: 993px) {
    .page-02-empreendimento .gallery-section {
        margin-bottom: 5rem;
    }
}

.page-03-lotes-disponiveis .main-header__nav-link.active,
.page-03-lotes-disponiveis .main-header__nav-link:hover {
    color: #CEB399;
}

.page-03-lotes-disponiveis .presentation-lot-section {
    padding-top: 13.75rem;
    margin-bottom: 8.5rem;
    padding-bottom: 7rem;
    background-color: #2B2A29;
    background-image: url('../images/folinha.png');
    background-size: initial;
    background-position: top center;
    background-repeat: no-repeat;
}

.page-03-lotes-disponiveis .presentation-lot-section .botao {
    margin-top: 5rem;
    text-align: center;
}

.page-03-lotes-disponiveis .presentation-lot-section .botao a {
    margin-left: auto;
    margin-right: auto;
}

.page-03-lotes-disponiveis .presentation-lot-section .box {

    margin: 0 auto;
    width: 100%;
    margin-bottom: 3.5rem;
}

.page-03-lotes-disponiveis .presentation-lot-section .presentation-lot-section__container {
    position: relative;
}

.page-03-lotes-disponiveis .presentation-lot-section .presentation-lot-section__container .legendas {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #FFF;
    text-align: center;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-03-lotes-disponiveis .presentation-lot-section .presentation-lot-section__container .legendas .legenda {
    display: flex;
    gap: 8px;
    font-size: 12px;
}

.page-03-lotes-disponiveis .presentation-lot-section .presentation-lot-section__container .legendas .legenda img {
    width: auto;
}

.page-03-lotes-disponiveis .presentation-lot-section__title {
    font-family: "Noto";
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFF;
    max-width: 950px;
    margin-bottom: 1rem;
}

.page-03-lotes-disponiveis .presentation-lot-section__description {
    font-family: "Noto";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;

    color: #FFF;
    max-width: 950px;
}

.presentation-lot-section__quadra {
    position: relative;
}

.isDesktop {
    display: block;
}


.page-03-lotes-disponiveis .presentation-lot-section .quadraGeral {
    display: block;
    width: 1650px;
    max-width: 100%;
}

.page-03-lotes-disponiveis .presentation-lot-section .quadra {
    position: absolute;
}

.page-03-lotes-disponiveis .presentation-lot-section .quadra .pathDisponivel {
    fill: #2B2A29;
    position: relative;
}

.page-03-lotes-disponiveis .presentation-lot-section .quadra .pathDisponivel::before {
    background-color: green;
    content: ' ';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
}


/* SVG dentro da quadra recebe transição suave para o zoom */
.page-03-lotes-disponiveis .presentation-lot-section .quadra>svg {
    transition: transform 0.35s ease;
    transform-origin: center center;
}

/* Desktop: quadra com zoom ativo — mantido por retrocompatibilidade */
.page-03-lotes-disponiveis .presentation-lot-section .quadra.is-zoomed {
    z-index: 20;
    cursor: pointer;
}

.page-03-lotes-disponiveis .presentation-lot-section .quadra.is-zoomed>svg {
    transform: scale(2.8);
}

/* Desktop: label visível dentro da quadra com zoom */
.page-03-lotes-disponiveis .presentation-lot-section .quadra.is-zoomed .pathDisponivel-label {
    display: block;
}

/* Overlay de zoom da quadra (desktop) */
#quadra-zoom-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 24px;
    box-sizing: border-box;
}

#quadra-zoom-overlay.active {
    display: flex;
}

#quadra-zoom-overlay svg {
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.5));
    border-radius: 8px;
    max-width: 80vw;
    max-height: 80vh;
}

/* Cursor de zoom nas quadras desktop */
@media screen and (min-width: 994px) {
    .page-03-lotes-disponiveis .presentation-lot-section .quadra {
        cursor: pointer;
    }

}

/* fallback / aparência do ponto (caso prefira usar em conjunto) */
.page-03-lotes-disponiveis .presentation-lot-section .quadra svg .pathDisponivel-dot {
    fill: #00b894;
    stroke: #ffffff;
    stroke-width: 1px;
    pointer-events: none;
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-79 {
    bottom: 4px;
    left: 123px;
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-80 {
    bottom: 23px;
    left: 233px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-81 {
    bottom: 37px;
    left: 330px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-82 {
    bottom: 51px;
    left: 428px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-83 {
    bottom: 64px;
    left: 525px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-84 {
    bottom: 78px;
    left: 630px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-85 {
    bottom: 91px;
    left: 737px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-86 {
    bottom: 102px;
    left: 840px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-87 {
    bottom: 113px;
    left: 940px;
    transform: rotate(-8deg) scale(1.05)
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-88 {
    bottom: 128px;
    left: 1041px;
    transform: rotate(-8deg) scale(1.05)
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-89 {
    bottom: 138px;
    left: 1128px;
    transform: rotate(-8deg) scale(1.05)
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-90 {
    bottom: 150px;
    right: 361px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-91 {
    bottom: 163px;
    right: 265px;
    transform: rotate(-8deg) scale(1.05)
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-92 {
    bottom: 169px;
    right: 200px;
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-93 {
    top: 0;
    right: 270px;
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-94 {
    top: 0px;
    right: 376px;
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-95 {
    top: 2px;
    right: 476px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-96 {
    top: 2px;
    right: 577px;
    transform: rotate(-8deg) scale(1.05);
}



.page-03-lotes-disponiveis .presentation-lot-section #lote-97 {
    top: 2px;
    left: 890px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-98 {
    top: 4px;
    left: 792px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-99 {
    top: 4px;
    left: 694px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-100 {
    top: 4px;
    left: 600px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-101 {
    top: 4px;
    left: 503px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-102 {
    top: 5px;
    left: 406px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-103 {
    top: 3px;
    left: 302px;
    transform: rotate(-8deg) scale(1.05);
}

.page-03-lotes-disponiveis .presentation-lot-section #lote-104 {
    top: 4px;
    left: 205px;
    transform: rotate(-8deg) scale(1.05);
}


.page-03-lotes-disponiveis .presentation-lot-section #lote-105 {
    top: 4px;
    left: 110px;
    transform: rotate(-8deg) scale(1.05);
}

.isMobile {
    display: none;
}



@media screen and (max-width: 993px) {
    .page-03-lotes-disponiveis .presentation-lot-section {
        padding-top: 10rem;
        margin-bottom: 3rem;
        overflow: hidden;
    }

    .page-03-lotes-disponiveis .presentation-lot-section .box {
        max-width: 500px;
        margin-bottom: 50px;
    }

    .page-03-lotes-disponiveis .presentation-lot-section select {
        width: 100%;
        background-color: #2B2A29;
        border: solid 1px #FFF;
        color: #FFF;
        padding: 16px 15px;
    }

    .page-03-lotes-disponiveis .presentation-lot-section__title {
        font-family: "Noto", sans-serif;

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.1125rem;
        color: #FFF;
    }

    .page-03-lotes-disponiveis .presentation-lot-section__description {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFF;
    }

    .isDesktop {
        display: none;
    }

    .isMobile {
        display: block !important;
    }

    .mapinha .btn-decoration {
        border-color: #FFF !important;
    }

    .mapinha .btn-decoration span {
        color: #FFF !important;
    }

    .page-03-lotes-disponiveis .presentation-lot-section .quadra {
        position: relative;
        bottom: unset !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        transform: unset !important;
        text-align: center;
    }

    #mobile-quadra-container {
        height: auto;
    }

    #mobile-quadra-container .quadra {
        transform: scale(2) !important;
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .page-03-lotes-disponiveis .presentation-lot-section .presentation-lot-section__container .legendas {
        margin-left: 10px;
        margin-right: 10px;
    }

}


.page-03-lotes-disponiveis .mission-section {
    margin-bottom: 12.5rem;
}

.page-03-lotes-disponiveis .mission-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.875rem;
}

.page-03-lotes-disponiveis .mission-section__card {
    padding: 2.5rem;
    border: 0.0625rem solid #CEB399;
    border-radius: 20px;
}

.page-03-lotes-disponiveis .mission-section__card .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 2rem;
    background-color: #CEB399;
    border-radius: 16px;
}

.page-03-lotes-disponiveis .mission-section__card .icon img {
    height: 60%;
    width: 60%;
    object-fit: contain;
}

.page-03-lotes-disponiveis .mission-section__card h3 {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.045rem;
    color: #2B2A29;
    margin-bottom: 0.5rem;
}

.page-03-lotes-disponiveis .mission-section__card p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

@media screen and (max-width: 993px) {
    .page-03-lotes-disponiveis .mission-section {
        margin-bottom: 3rem;
    }

    .page-03-lotes-disponiveis .mission-section__wrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .page-03-lotes-disponiveis .mission-section__card {
        padding: 2rem;
        border-radius: 16px;
    }

    .page-03-lotes-disponiveis .mission-section__card .icon {
        width: 52px;
        height: 52px;
        margin-bottom: 1rem;
    }

    .page-03-lotes-disponiveis .mission-section__card .icon svg {
        width: 36px;
        height: 36px;
    }

    .page-03-lotes-disponiveis .mission-section__card h3 {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.045rem;
        color: #2B2A29;
        margin-bottom: 0.25rem;
    }

    .page-03-lotes-disponiveis .mission-section__card p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #2B2A29;
    }
}

.page-03-lotes-disponiveis .banner {
    padding: 8.75rem 3.125rem 8.75rem 8.75rem;
    border-radius: 40px;
    background-color: #2B2A29;
    margin-inline: auto;
    max-width: 103.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12.5rem;
}

.page-03-lotes-disponiveis .banner .box {
    max-width: 700px;
}

.page-03-lotes-disponiveis .banner__title {
    font-family: "Noto";

    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.page-03-lotes-disponiveis .banner p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.page-03-lotes-disponiveis .banner__button {
    border-bottom: solid 1px #FFFFFF !important;
    margin-left: 0;
}

.page-03-lotes-disponiveis .banner__button span {
    color: #FFFFFF !important;
}

@media screen and (max-width: 1800px) {
    .page-03-lotes-disponiveis .banner {
        width: calc(100% - 80px);
        padding: 3.25rem;
    }
}

@media screen and (max-width: 1400px) {
    .page-03-lotes-disponiveis .banner img {
        width: 560px;
    }
}

@media screen and (max-width: 1200px) {
    .page-03-lotes-disponiveis .banner {
        flex-direction: column;
        position: relative;
    }

    .page-03-lotes-disponiveis .banner .box {
        max-width: initial;
        padding-bottom: 300px;
    }

    .page-03-lotes-disponiveis .banner img {
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 993px) {
    .page-03-lotes-disponiveis .banner {
        margin-bottom: 8.75rem;
        width: calc(100% - 40px);
        padding-top: 2.625rem;
        padding-inline: 2rem;
        padding-block-end: 0;
        border-radius: 16px;
    }

    .page-03-lotes-disponiveis .banner__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.1125rem;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }

    .page-03-lotes-disponiveis .banner p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFFFFF;
        margin-bottom: 2rem;
    }

    .page-03-lotes-disponiveis .banner .box {
        padding-bottom: 15.625rem;
    }

    .page-03-lotes-disponiveis .banner img {
        width: 350px;
        bottom: -62px;
    }
}

.page-04-galeria .presentation-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-04-galeria .presentation-section__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 6.25rem;
}

.page-04-galeria .presentation-section__title {
    font-family: "Noto";

    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.page-04-galeria .presentation-section__description {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFFFFF;
    max-width: 41.25rem;
}

@media screen and (max-width: 993px) {
    .page-04-galeria .presentation-section__container {
        padding-bottom: 6.875rem;
    }

    .page-04-galeria .presentation-section__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.1125rem;
        color: #FFFFFF;
    }

    .page-04-galeria .presentation-section__description {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFFFFF;
    }
}

.page-04-galeria .gallery-section {
    padding-top: 12.5rem;
}

@media screen and (max-width: 993px) {
    .page-04-galeria .gallery-section {
        padding-top: 5rem;
    }

    .page-04-galeria .gallery-section__title {
        margin-bottom: 1.5rem;
    }
}

.page-04-galeria .before-and-after-section {
    padding-bottom: 12.5rem;
}

.page-04-galeria .before-and-after-section__title {
    font-family: "Noto";

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    margin-bottom: 2rem;
    text-align: center;
}

.page-04-galeria .before-and-after-section .before-after-wrapper {
    position: relative;
    /* Necessário para conter elementos posicionados absolutamente se o container interno não for 100% */
    overflow: hidden;
    /* IMPORTANTE: Mantém o conteúdo dentro dos limites, especialmente cantos arredondados e sombras */
}

.page-04-galeria .before-and-after-section .before-after-container {
    position: relative;
    width: 100%;
    display: block;
    aspect-ratio: 19/8;
    cursor: default;
}

.page-04-galeria .before-and-after-section .before-image,
.page-04-galeria .before-and-after-section .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.page-04-galeria .before-and-after-section .before-and-after-section {
    position: relative;
    padding: 50px 0;
}

.page-04-galeria .before-and-after-section .before-image {
    z-index: 1;
}

.page-04-galeria .before-and-after-section .after-image {
    z-index: 2;
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);
}

.page-04-galeria .before-and-after-section .before-image img,
.page-04-galeria .before-and-after-section .after-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.page-04-galeria .before-and-after-section .slider-line {
    position: absolute;
    top: 0;
    /* Começa no topo do container */
    left: 50%;
    /* Posição inicial horizontal */
    width: 2px;
    height: 100%;
    /* Ocupa toda a altura do container (que agora existe!) */
    background-color: white;
    transform: translateX(-50%);
    /* Centraliza a linha na posição 'left' */
    z-index: 3;
    pointer-events: none;
}

.page-04-galeria .before-and-after-section .slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    z-index: 4;
}

@media screen and (max-width: 993px) {
    .page-04-galeria .before-and-after-section {
        padding-bottom: 5rem;
    }

    .page-04-galeria .before-and-after-section__title {
        font-size: 2rem;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 600px) {
    .page-04-galeria .before-and-after-section .before-after-container {
        aspect-ratio: 335/335;
    }
}



.page-05-localizacao .main-header.active {
    background-color: #CEB399;
}


.page-05-localizacao .presentation-section {
    margin-bottom: 7.5rem;
}

.page-05-localizacao .presentation-section .container-fluid {
    padding-top: 13.75rem;
    padding-bottom: 5.75rem;
    background-color: #2B2A29;

    background-size: cover;
    background-position: center center;
    aspect-ratio: 1920/1080;
    background-repeat: no-repeat;
}

.page-05-localizacao .presentation-section .box {
    max-width: 50.625rem;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 12.5rem;
}

.page-05-localizacao .presentation-section .box__title {
    font-family: "Noto";

    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFF;
    max-width: 33.125rem;
    margin-bottom: 1rem;
}

.page-05-localizacao .presentation-section .box__description {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFF;
    max-width: 24.375rem;
    margin-left: auto;
}

.page-05-localizacao .presentation-section .box-location {
    display: flex;
}

.page-05-localizacao .presentation-section .box-location__cover {
    width: 1080px;
    padding-top: 10.9375rem;
}

.page-05-localizacao .presentation-section .box-location__cover img {
    aspect-ratio: 1474/942;
    ;
    border-radius: 20px;
    overflow: hidden;
    max-width: 652px;
    object-fit: cover;
    max-height: 364px;
}

.page-05-localizacao .presentation-section .box-location__desc {
    padding-top: 10.9375rem;

    flex: 1;
}

.page-05-localizacao .presentation-section .box-location__desc img {
    aspect-ratio: 1474/942;
    max-height: 364px;
}

.page-05-localizacao .presentation-section .box-location__desc .btn-whatsapp {
    margin-right: 0;
}

.page-05-localizacao .presentation-section .box-location__desc .box-place img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    max-height: 364px;
}

.page-05-localizacao .presentation-section .box-location__desc .box-place h3 {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-05-localizacao .presentation-section .box-location__desc .box-place h3>span:first-of-type {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0rem;
    color: #2B2A29;
    text-transform: uppercase;
}

.page-05-localizacao .presentation-section .box-location__desc .box-place h3>span:last-of-type {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0rem;
    color: #909090;
}

.page-05-localizacao .presentation-section .box-location__desc .box-place .btn-ghost+.btn-ghost {
    margin-top: 0.5rem;
}

@media screen and (max-width: 1700px) {
    .page-05-localizacao .presentation-section .box-location__cover {
        width: 100%;
        max-width: 800px;
    }

    .page-05-localizacao .presentation-section .box-location__cover img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1369px) {
    .page-05-localizacao .presentation-section .box {
        margin-bottom: 0.875rem;
    }

    .page-05-localizacao .presentation-section .box-location {
        flex-direction: column;
    }

    .page-05-localizacao .presentation-section .box-location__cover {
        margin-inline: auto;
    }

    .page-05-localizacao .presentation-section .box-location__desc {
        padding-top: 0;
        padding-inline: 40px;
    }
}

@media screen and (max-width: 993px) {
    .page-05-localizacao .presentation-section .container-fluid {
        aspect-ratio: 1080/1920;
    }
}

@media screen and (max-width: 769px) {
    .page-05-localizacao .presentation-section {
        padding-top: 10rem;
        margin-bottom: 5rem;
    }

    .page-05-localizacao .presentation-section .box__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.1125rem;
    }

    .page-05-localizacao .presentation-section .box__description {
        margin-left: 0;
        max-width: initial;
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
    }

    .page-05-localizacao .presentation-section .box-location__desc,
    .page-05-localizacao .presentation-section .box-location__cover {
        padding-inline: 1.25rem;
    }

    .page-05-localizacao .presentation-section .box-location__desc .btn-whatsapp {
        display: none;
    }

    .page-05-localizacao .presentation-section .box-location__desc .box-place img {
        margin-bottom: 1rem;
    }

    .page-05-localizacao .presentation-section .box-location__desc .box-place h3>span {
        font-size: 1rem !important;
    }
}

@media(max-width: 993px) {
    .page-05-localizacao .main-header {
        background-color: #2B2A29 !important;
    }
}

.page-06-contato {
    background-color: #2B2A29;
}

.page-06-contato .main-header {
    padding-block: 0.625rem;
}



.page-06-contato .presentation-section {
    padding-top: 11.25rem;
    padding-bottom: 12.5rem;
}

.page-06-contato .presentation-section .presentation-section__right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-06-contato .presentation-section__container {
    display: grid;
    grid-template-columns: 1fr 41.875rem;
    -moz-column-gap: 10.625rem;
    column-gap: 10.625rem;
}

.page-06-contato .presentation-section__left h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 3rem;
    letter-spacing: -0.09rem;
    color: #fFF;
}

.page-06-contato .presentation-section__left p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFF;
    margin-bottom: 2rem;
    max-width: 40.625rem;
}

.page-06-contato .presentation-section__left form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 2.625rem;
}

.page-06-contato .presentation-section__left form .input-group-textarea {
    grid-column: 1/-1;
}

.page-06-contato .presentation-section__left form .full {
    grid-column: 1/-1;
}

.page-06-contato .presentation-section__left form .btn-submit {
    grid-column: 1/-1;
    width: -moz-max-content;
    width: max-content;
    background-color: #FFF;
    padding: 0.75rem 3rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 94px;
    color: #2B2A29;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.48px;
    line-height: 1.5;
    margin-inline: auto;
    transition: transform 0.3s ease-in-out;
}

.page-06-contato .presentation-section__left form .btn-submit:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1550px) {
    .page-06-contato .presentation-section__container {
        grid-template-columns: 1fr 1fr;
    }

    .page-06-contato .presentation-section__right img {
        display: block;
        width: 100%;
    }

    .page-05-localizacao .presentation-section .box-location__cover img {
        max-width: 100%;
        max-height: unset;
    }
}

@media screen and (max-width: 1250px) {
    .page-06-contato .presentation-section__container {
        grid-template-columns: 1fr;
    }

    .page-05-localizacao .presentation-section .box-location__cover {
        margin-bottom: 3rem;
    }

    .page-06-contato .presentation-section__left {
        max-width: initial;
        width: 100%;
    }

    .page-06-contato .presentation-section__right {
        display: none;
    }
}

@media screen and (max-width: 993px) {
    .page-06-contato .presentation-section {
        padding-top: 9.375rem;
        padding-bottom: 2rem;
    }

    .page-06-contato .presentation-section__left h1 {
        font-size: 2rem;
        margin-bottom: 0.25rem;
    }

    .page-06-contato .presentation-section__left p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .page-06-contato .presentation-section__left form {
        grid-template-columns: 1fr;
    }

    .page-06-contato .presentation-section__left form .btn-submit {
        width: 100%;
    }
}

.page-07-landingpage .presentation-section {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-07-landingpage .presentation-section iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.page-07-landingpage .presentation-section__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.page-07-landingpage .presentation-section__container h1 {
    margin-top: auto;

    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1.6875rem;
}

.page-07-landingpage .presentation-section__container p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 3rem;
}

.page-07-landingpage .presentation-section__button {
    border-bottom-color: #FFFFFF !important;
}

.page-07-landingpage .presentation-section__button span {
    color: #FFFFFF !important;
}

.page-07-landingpage .presentation-section .btn-ghost {
    border-color: #FFFFFF;
    width: -moz-max-content;
    width: max-content;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 93px;
    padding: 1rem 2rem;
}

.page-07-landingpage .presentation-section .btn-ghost span {
    color: #FFFFFF;
    font-size: 24px;
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .presentation-section {
        height: calc(100vh - 72px);
    }

    .page-07-landingpage .presentation-section__container h1 {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.1125rem;
        color: #FFFFFF;
        margin-bottom: 1rem;
    }

    .page-07-landingpage .presentation-section__container p {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .page-07-landingpage .presentation-section__container .btn-ghost {
        margin-right: auto;
        margin-bottom: 3rem;
    }

    .page-07-landingpage .presentation-section__container .btn-ghost span {
        font-size: 16px;
    }
}

.page-07-landingpage .counter-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2B2A29;
    height: 10.625rem;
    padding-inline: 40px;
}

.page-07-landingpage .counter-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.06rem;
    color: #FFFFFF;
}

.page-07-landingpage .counter-section h2 .emphasi {

    font-size: 2.25rem;

    color: #CEB399;
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .counter-section {
        height: 9.375rem;
        padding-inline: 20px;
    }

    .page-07-landingpage .counter-section h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .page-07-landingpage .counter-section h2 .emphasi {
        font-size: 1.75rem;
    }
}

.page-07-landingpage .message-section {
    min-height: 100vh;
    background-color: #2B2A29;
    padding-block: 4.375rem;
    margin-bottom: 7.5rem;
}

.page-07-landingpage .message-section__container {
    height: 100%;
}

.page-07-landingpage .message-section__box {
    width: 100%;
    max-width: 46.75rem;
    margin-inline: auto;
}

.page-07-landingpage .message-section__box p:nth-of-type(1) {
    max-width: 32.0625rem;
    margin-bottom: 0.8125rem;
    margin-right: auto;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.075rem;
    color: #CEB399;
}

.page-07-landingpage .message-section__box p:nth-of-type(2) {
    max-width: 32.25rem;
    padding-right: 1.875rem;
    margin-bottom: 0.4375rem;
    margin-left: auto;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #CEB399;
}

.page-07-landingpage .message-section__box p:nth-of-type(3) {
    max-width: 21.75rem;
    margin-left: auto;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.075rem;
    color: #CEB399;
    margin-bottom: 2rem;
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .message-section {
        min-height: initial;
        padding-block: 5rem;
        margin-bottom: 5rem;
    }

    .page-07-landingpage .message-section__box p:nth-of-type(1) {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.045rem;
        color: #2B2A29;
        margin-bottom: 1rem;
    }

    .page-07-landingpage .message-section__box p:nth-of-type(2) {
        max-width: 17.25rem;
        padding: 0;

        font-style: normal;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 1rem;
    }

    .page-07-landingpage .message-section__box p:nth-of-type(3) {
        max-width: 14.6875rem;
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.045rem;
        color: #2B2A29;
        margin-bottom: 2rem;
    }
}

.page-07-landingpage .main-features {
    margin-bottom: 12.5rem;
}

.page-07-landingpage .main-features__title {


    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-07-landingpage .main-features__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .main-features {
        margin-bottom: 5rem;
    }

    .page-07-landingpage .main-features__title {


        font-size: 2rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 1rem;
    }

    .page-07-landingpage .main-features__wrapper {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .infrastructure-section {
        margin-bottom: 5rem;
    }
}

.page-07-landingpage .differentials-section {
    margin-bottom: 12.5rem;
}

.page-07-landingpage .differentials-section h2 {


    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.09rem;
    color: #2B2A29;
    text-align: center;
    margin-bottom: 2.5rem;
}

.page-07-landingpage .differentials-section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.page-07-landingpage .differentials-section__swiper {
    display: none;
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .differentials-section {
        margin-bottom: 5rem;
    }

    .page-07-landingpage .differentials-section h2 {
        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.0675rem;
        color: #2B2A29;
        margin-bottom: 1rem;
    }

    .page-07-landingpage .differentials-section__wrapper {
        gap: 0.625rem;
    }
}

@media screen and (max-width: 769px) {
    .page-07-landingpage .differentials-section__wrapper {
        display: none;
    }

    .page-07-landingpage .differentials-section__swiper {
        display: block;
        width: calc(100% + 20px);
    }
}

.page-07-landingpage .reviews-unique-section {
    margin-bottom: 200px;
}

.page-07-landingpage .reviews-unique-section__title {
    margin-bottom: 2.5rem;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15rem;
    color: #2B2A29;
    text-align: center;
}

.page-07-landingpage .reviews-unique-section .swiper {
    margin-bottom: 60px;
    padding-bottom: 80px;
    position: relative;
}

.page-07-landingpage .reviews-unique-section .swiper .swiper-pagination {
    display: block;
    bottom: 0;
    margin-top: 0;
    z-index: 2;
    font-size: 16px;
    color: #96989A;
}

.page-07-landingpage .reviews-unique-section .swiper .swiper-pagination .swiper-pagination-current {
    color: #2B2A29;
}

.page-07-landingpage .reviews-unique-section .swiper .swiper-button-next,
.page-07-landingpage .reviews-unique-section .swiper .swiper-button-prev {
    top: initial;
    margin-top: initial;
    transform: translateX(0);
    position: absolute;
    bottom: 3px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-07-landingpage .reviews-unique-section .swiper .swiper-button-next::after,
.page-07-landingpage .reviews-unique-section .swiper .swiper-button-prev::after {
    display: none;
}

.page-07-landingpage .reviews-unique-section .swiper .swiper-button-next {
    right: calc(50% - 47.5px);
    background-image: url("../../assets/images/arrow-right.svg");
}

.page-07-landingpage .reviews-unique-section .swiper .swiper-button-prev {
    left: calc(50% - 47.5px);
    background-image: url("../../assets/images/arrow-left.svg");
}

.page-07-landingpage .reviews-unique-section .card-reviews {
    background-image: url(../../assets/images/quote-up.svg), url(../../assets/images/quote-down.svg);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    padding-top: 3rem;
}

.page-07-landingpage .reviews-unique-section .card-reviews p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.1125rem;
    color: #2B2A29;
    text-align: center;
    margin-bottom: 1.25rem;
    padding-inline: 4.375rem;
}

.page-07-landingpage .reviews-unique-section .card-reviews .btn-video {
    padding-inline: 3.125rem;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    border: 0.0625rem solid #CEB399;
    border-radius: 56px;
    text-decoration: none;
    padding: 1.25rem 3.125rem;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    margin-bottom: 3.125rem;
}

.page-07-landingpage .reviews-unique-section .card-reviews .btn-video span {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.0625rem;
    color: #CEB399;
}

.page-07-landingpage .reviews-unique-section .card-reviews .person-box {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
}

.page-07-landingpage .reviews-unique-section .card-reviews .person-box img {
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.page-07-landingpage .reviews-unique-section .card-reviews .person-box span {
    display: block;
}

.page-07-landingpage .reviews-unique-section .card-reviews .person-box span.name {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03rem;
    color: #2B2A29;
    margin-bottom: 0rem;
}

.page-07-landingpage .reviews-unique-section .card-reviews .person-box span.role {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02625rem;
    color: #96989A;
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .reviews-unique-section {
        margin-bottom: 5rem;
    }

    .page-07-landingpage .reviews-unique-section__title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .page-07-landingpage .reviews-unique-section .card-reviews {
        background-size: 75px;
        background-position: left top 20px, right bottom 140px;
    }

    .page-07-landingpage .reviews-unique-section .card-reviews p {
        font-size: 1.5rem;
        padding-inline: 0;
    }

    .page-07-landingpage .reviews-unique-section .card-reviews .btn-video {
        padding: 0.875rem 1.125rem;
        margin-bottom: 2.75rem;
    }

    .page-07-landingpage .reviews-unique-section .card-reviews .person-box {
        gap: 0.5rem;
    }

    .page-07-landingpage .reviews-unique-section .card-reviews .person-box img {
        width: 2.5rem;
        height: 2.5rem;
    }
}

.page-07-landingpage .faq-section {
    margin-bottom: 12.5rem;
}

.page-07-landingpage .faq-section.mtop {
    margin-top: 11rem;
}

.page-07-landingpage .faq-section__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6.25rem;
}

.page-07-landingpage .faq-section__group-title {
    max-width: 33.125rem;
}

.page-07-landingpage .faq-section__group-title h2 {

    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15rem;
    color: #2B2A29;
    margin-bottom: 1.5rem;
}

.page-07-landingpage .faq-section__group-title p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #2B2A29;
}

.page-07-landingpage .faq-section__right {
    max-width: 50.625rem;
    margin-top: -30px;
}

.page-07-landingpage .faq-section__right .faq-item .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1.875rem;
    cursor: pointer;
}

.page-07-landingpage .faq-section__right .faq-item .faq-title h3 {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.075rem;
    color: #2B2A29;
}

.page-07-landingpage .faq-section__right .faq-item .faq-response {
    transition: 200ms;
    overflow: hidden;
    max-height: 0;
}

.page-07-landingpage .faq-section__right .faq-item .faq-response p {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02625rem;
    color: #2B2A29;
}

.page-07-landingpage .faq-section__right .faq-item+.faq-item .faq-title {
    border-top: 1px solid #E2E2E2;
}

.page-07-landingpage .faq-section__right .faq-item.active .faq-title svg {
    transform: scale(-1);
}

.page-07-landingpage .faq-section__right .faq-item.active .faq-response {
    padding-bottom: 1.875rem;
    max-height: 1000px;
}

@media screen and (max-width: 1369px) {
    .page-07-landingpage .faq-section__container {
        flex-direction: column;
        gap: 40px;
    }

    .page-07-landingpage .faq-section__right {
        max-width: initial;
    }
}

@media screen and (max-width: 993px) {
    .page-07-landingpage .faq-section {
        margin-bottom: 5rem;
    }

    .page-07-landingpage .faq-section__container {
        gap: 2.5rem;
    }

    .page-07-landingpage .faq-section__group-title h2 {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.1125rem;
        color: #2B2A29;
        margin-bottom: 1rem;
    }

    .page-07-landingpage .faq-section__group-title p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #2B2A29;
    }

    .page-07-landingpage .faq-section__right .faq-item .faq-title {
        padding-block: 1.25rem;
    }

    .page-07-landingpage .faq-section__right .faq-item .faq-title h3 {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
        letter-spacing: -0.05rem;
        color: #2B2A29;
    }
}

.page-08-simulador .main-header__nav-link.active,
.page-08-simulador .main-header__nav-link:hover {
    color: #CEB399;
}

.page-08-simulador .main-header.active {
    background-color: #2B2A29;
}

.page-08-simulador .main-header.active .btn-dark {
    background-color: #CEB399;
    color: #2B2A29;
}

.page-08-simulador .main-header.active .main-header__nav-link:hover {
    color: #CEB399;
}

.page-08-simulador .presentation-section {
    height: 100vh;
    margin-bottom: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-08-simulador .presentation-section__container {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 6.25rem;
}

.page-08-simulador .presentation-section .box {
    max-width: 660px;
}

.page-08-simulador .presentation-section__title {

    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.2rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
    width: 100%;
}

.page-08-simulador .presentation-section__paragraph {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #FFFFFF;
}

@media screen and (max-width: 993px) {
    .page-08-simulador .presentation-section {
        margin-bottom: 2.5rem;
    }

    .page-08-simulador .presentation-section__container {
        padding-bottom: 8.75rem;
    }

    .page-08-simulador .presentation-section__title {

        font-size: 2.25rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.1125rem;
        color: #FFFFFF;
    }

    .page-08-simulador .presentation-section__paragraph {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #FFFFFF;
    }
}

.page-08-simulador .form-data-section {
    margin-bottom: 12.5rem;
}

.page-08-simulador .form-data-section__container .box {
    display: grid;
    grid-template-columns: 35rem 1fr;
    align-items: flex-start;
}

.page-08-simulador .form-data-section__container .box+.box {
    margin-top: 3rem;
    border-top: 0.0625rem solid #BDBDBD;
    padding-top: 3.125rem;
}

.page-08-simulador .form-data-section__container .box header {
    padding-right: 10.625rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: 200ms;
}

.page-08-simulador .form-data-section__container .box header .step {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    background-color: #FFFFFF;

    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.0675rem;
    color: #2B2A29;
    padding-bottom: 0.25rem;
    color: #BDBDBD;
    border: 1px solid #BDBDBD;
    transition: 200ms;
}

.page-08-simulador .form-data-section__container .box header h2 {
    flex: 1;
    transition: 200ms;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.09rem;
    color: #BDBDBD;
}

.page-08-simulador .form-data-section__container .box header p {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    transition: 0ms;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner {
    opacity: 0;
    transition: 200ms;
    max-height: 0;
    overflow: hidden;
}

.page-08-simulador .form-data-section__container .box .content .inner:not(.text) {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.page-08-simulador .form-data-section__container .box .content .inner.text .paragraph {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner.text .btn-dark {
    margin-top: 30px;
}

.page-08-simulador .form-data-section__container .box .content .inner h2 {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.06rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner h2.title {
    margin-bottom: 2.5rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .paragraph {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner .paragraph+.paragraph {
    margin-top: 1.875rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .input-group__interests .label-title {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
    margin-bottom: 1.25rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .input-group__interests .wrapper {
    gap: 6.1875rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .input-group-second,
.page-08-simulador .form-data-section__container .box .content .inner .input-location {
    max-width: 33.125rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .input-group-checkbox {
    width: 100%;
}

.page-08-simulador .form-data-section__container .box .content .inner a {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner>ul {
    margin-bottom: 20px;
}

.page-08-simulador .form-data-section__container .box .content .inner>ul li {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner .btn-dark {
    margin-top: -1.25rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .btn-dark:hover {
    transform: translateX(8px) scale(1.1) translateY(-2px);
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .result-item-table {
    transition: 200ms;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .table {
    width: 100%;
    padding-right: 5px;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1.5rem;
    border-bottom: 1px solid #BDBDBD;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .table ul li span {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.0375rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .form-item .input-group-second {
    margin-top: 2.5rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .form-item .input-group-second+.input-group-second {
    margin-top: 4rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
    margin-top: 3rem;
    height: -moz-max-content;
    height: max-content;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons .btn-dark {
    margin-top: 0;
    transition: 200ms;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons .btn-dark:hover {
    transform: scale(1.05) translateX(5px) translateY(-4px);
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons .btn-ghost {
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
    padding-inline: 42px;
    background-color: transparent;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results .btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    border: 0;
    outline: 0;
    margin-top: 1.5rem;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results.hide-table .result-item-table {
    max-height: 0;
    overflow: hidden;
}

.page-08-simulador .form-data-section__container .box .content .inner .group-results:not(.hide-table) .form-item {
    max-height: 0;
    overflow: hidden;
}

.page-08-simulador .form-data-section__container .box .content .result {
    overflow: hidden;
    transition: 200ms;
    max-height: 1000px;
}

.page-08-simulador .form-data-section__container .box .content .result ul {
    list-style: none;
}

.page-08-simulador .form-data-section__container .box .content .result ul li {
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.03rem;
    color: #A4A2A2;
}

.page-08-simulador .form-data-section__container .box .content .result ul li span {
    max-width: 200px;
}

.page-08-simulador .form-data-section__container .box.empty .result {
    max-height: 0px;
}

.page-08-simulador .form-data-section__container .box.active header {
    display: block;
}

.page-08-simulador .form-data-section__container .box.active header h2 {
    margin-bottom: 1rem;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box.active header .step {
    border: 0;
    margin-bottom: 1rem;
    background-color: #CEB399;
    color: #2B2A29;
}

.page-08-simulador .form-data-section__container .box.active header p {
    opacity: 1;
    max-width: initial;
    max-height: initial;
}

.page-08-simulador .form-data-section__container .box.active .content .inner {
    opacity: 1;
    max-height: 20000px;
}

.page-08-simulador .form-data-section__container .box.active .content .result {
    max-height: 0px;
}

@media screen and (max-width: 1250px) {
    .page-08-simulador .form-data-section {
        margin-bottom: 5rem;
    }

    .page-08-simulador .form-data-section__container .box {
        grid-template-columns: 1fr;
        gap: 0rem;
    }

    .page-08-simulador .form-data-section__container .box+.box {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-08-simulador .form-data-section__container .box header {
        gap: 8px;
        align-items: flex-start;
        width: 100%;
        overflow: hidden;
        padding-right: 0;
    }

    .page-08-simulador .form-data-section__container .box header .step {
        width: 28px;
        height: 28px;

        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.0375rem;
        color: #BDBDBD;
    }

    .page-08-simulador .form-data-section__container .box header h2 {

        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -0.045rem;
        color: #BDBDBD;
    }

    .page-08-simulador .form-data-section__container .box .content .inner:not(.text) {
        gap: 1.5625rem;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .paragraph {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03rem;
        color: #2B2A29;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .input-group__interests .label-title {
        font-size: 1rem;
        letter-spacing: -0.48px;
        margin-bottom: 0.9375rem;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .input-group__interests .wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 2.5rem;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .btn-dark {
        margin-top: 0rem;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
        padding-inline: 0rem;
    }

    .page-08-simulador .form-data-section__container .box .content .inner h2 {
        font-size: 20px;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .group-results {
        margin-top: 20px;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .group-results .table ul li {
        padding-block: 0.875rem;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .group-results .table ul li span {
        font-size: 1rem;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons .btn-ghost {
        width: 100%;
        max-width: 400px;
    }

    .page-08-simulador .form-data-section__container .box .content .inner .group-results .buttons .btn-dark {
        margin-bottom: 0;
    }

    .page-08-simulador .form-data-section__container .box .content .result ul {
        margin-left: 35px;
        margin-bottom: 20px;
    }

    .page-08-simulador .form-data-section__container .box .content .result ul li {
        font-size: 0.875rem;
    }

    .page-08-simulador .form-data-section__container .box.active header {
        margin-bottom: 48px;
    }

    .page-08-simulador .form-data-section__container .box.active header .step {
        font-size: 1.25rem;
        height: 2.25rem;
        width: 2.25rem;
        margin-bottom: 0.5625rem;
        margin-bottom: 9px;
    }

    .page-08-simulador .form-data-section__container .box.active header h2 {

        font-style: normal;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: -0.06rem;
        color: #2B2A29;
        margin-bottom: 8px;
    }

    .page-08-simulador .form-data-section__container .box.active header p {
        font-family: "Helvetica", sans-serif;
        font-style: normal;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02625rem;
        color: #2B2A29;
    }
}

#aviso-cookies {
    position: fixed;
    bottom: 0;
    background: #222;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
}

#aviso-cookies .conteudo {
    max-width: 1140px;
    margin: auto;
}

#aviso-cookies .conteudo .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
}

#aviso-cookies .conteudo .flex p,
#aviso-cookies .conteudo .flex p a {
    color: #FFF;
    font-size: 13px;
    margin-right: 0px;
    text-align: left;
    font-weight: bold;
    z-index: 8000;
}

#aviso-cookies .conteudo .flex button {
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: none;
    background-color: #CEB399;
    color: #FFF;
    font-weight: bold;
}

#aviso-cookies .conteudo .flex button span {
    font-size: 14px;
}

@media(max-width: 991px) {
    #aviso-cookies .conteudo .flex {
        display: block;
    }

    #aviso-cookies .conteudo .flex button {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.grecaptcha-badge {
    display: none;
}


/* WhatsApp Form */
.form-wpp {
    position: fixed;
    bottom: -125px;
    right: -40px;
    opacity: 0;
    border-radius: 8px;
    width: max(350px, 30%);
    overflow: hidden;
    z-index: 10;
    background-image: url("../images/wpp-wallpaper.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: lighten;
    background-color: #d9d9d9;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all 250ms ease;
    transform: scale(0);
}

.form-wpp.active {
    transform: scale(1);
    bottom: 70px;
    right: 15px;
    opacity: 1;
}

.form-wpp .fw-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    padding: 15px 24px 13px;
    color: white;
    font-size: 18px;
    box-shadow: 5px 0px 40px 15px white;
}

.form-wpp .fw-header img {
    width: 75px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
}

.form-wpp .fw-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 16px;
}

.form-wpp :is(input, textarea, button) {
    width: 100%;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    border: 1px solid #0dc152;
    outline: none;
    font-size: 14px;
    margin-bottom: 1rem;
}

.form-wpp h5 {
    color: #404041;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.form-wpp h5 a {
    text-decoration: underline;
    font-weight: 600;
}

.form-wpp button {
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    color: white;
    cursor: pointer;
    transition: all 200ms ease;
}

.form-wpp button:is(:hover, :focus-visible) {
    background-color: #30C96B;
}

.form-wpp a {
    color: inherit;
}

.btn-whatsapp-float {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.5rem;
    padding: 0.8rem 2rem;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 120.1%;
    letter-spacing: -0.04rem;
    background: linear-gradient(158deg, #30C96B 0%, #3CA765 100%) #30C96B;
    transition: background 0.3s ease;
    z-index: 4;
    border: none;
    cursor: pointer;
}

.btn-whatsapp-float:hover {
    background: #30C96B;
}

.swal2-styled.swal2-confirm {
    background-color: #0F1E39 !important;
    color: #FFF;
}

.swiper-button-next,
.swiper-button-prev {
    svg {
        display: none;
    }
}

input:-internal-autofill-selected {
    background-color: inherit !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* força a cor do texto */

    /* redefine o background com inset shadow */
    -webkit-box-shadow: 0 0 0 1000px #EEE inset !important;
    /* impede que o browser faça transição automática de cor */
    transition: background-color 5000s ease-in-out 0s !important;
}

.gallery-section__menu .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.gallery-section__menu .swiper-slide {
    width: auto;
}

.gallery-section__menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 0.75rem;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
}

/* Responsivo: ajustar largura dos itens conforme viewport */
@media (max-width: 767px) {
    .gallery-section__menu .swiper-slide {
        width: auto;
    }

    .gallery-section__menu a {
        height: 40px
    }
}

@media (min-width: 1200px) {
    .gallery-section__menu .swiper-slide {
        width: auto;
    }

    .gallery-section__menu a {
        height: 56px
    }
}


/* Vídeo como background responsivo — cobre 100% do container (cover) */
.presentation-section.has-video {
    background-image: none !important;
    background-color: #000;
    position: relative;
}

.presentation-section__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.presentation-section__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Simula object-fit:cover no iframe 16:9 */
.presentation-section__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* garante que cubra o container em qualquer proporção de tela */
    width: 177.78vh;
    /* 16/9 * 100vh */
    height: 56.25vw;
    /* 9/16 * 100vw */
    min-width: 121%;
    min-height: 100%;
    border: 0;
    z-index: -1;
}

.presentation-section__video--mobile {
    display: none;
}

@media (max-width: 1500px) {
    .presentation-section__video iframe {
        min-width: 127%;
    }
}

@media (max-width: 1200px) {
    .presentation-section__video iframe {
        min-width: 179%;
    }
}

@media (max-width: 769px) {
    .presentation-section__video--desktop {
        display: none;
    }

    .presentation-section__video--mobile {
        display: block;
    }

    .presentation-section__video iframe {
        min-width: 230%;
    }
}

@media (max-width: 768px) {
    .presentation-section__video--desktop {
        display: block;
    }

    .presentation-section__video--mobile {
        display: none;
    }
}

.presentation-section .presentation-section__container {
    position: relative;
    z-index: 2;
}

@media(max-width: 768px) {
    .presentation-section__video iframe {
        padding-top: 86px;
    }

    .main-header__container {
        border-radius: 0;
    }

    .main-header {
        padding-top: 0;
    }
}

#lotes-disponiveis .form-contact-section__right,
#lotes-disponiveis .input-group input,
#lotes-disponiveis textarea {
    color: #2B2A29;
}

#lotes-disponiveis .input-group input,
#lotes-disponiveis textarea {
    border-bottom: 0.0625rem solid #2B2A29;
}


#lotes-disponiveis .input-group__interests fieldset .wrapper label input[type=radio] {
    background-color: #FFF;
     border: 1px solid #2B2A29;
}
#lotes-disponiveis .input-group__interests fieldset .wrapper label input[type=radio]:checked {
    background-color: #2B2A29;
    border: 1px solid #2B2A29;
}

#lotes-disponiveis .input-group__interests fieldset .wrapper label input[type=radio]:checked::after {
    background-color: #2B2A29;
}

#lotes-disponiveis .input-group__interests fieldset .wrapper label span {
    color: #2B2A29;
}

#lotes-disponiveis .form-contact-section__right form .btn-submit{
        background-color: #2B2A29;
            color: #FFF;
}