/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
}

main {
    overflow: hidden;

}

textarea:focus, input:focus{
    outline: none;
}

ol,
ul {
    list-style: none;
}

.page {
    margin: 0 !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --roxo: #482551;
    --verde: #bed837;
}


  html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: rgb(255 255 255);
}

html::-webkit-scrollbar-thumb {
    background-color: #fec148;
    border-radius: 20px;
    border: 3px solid rgb(255 255 255);
}

.libre {
    font-family: "Libre Baskerville", serif !important;
}

.phone_hp {
    display: none !important;
}

.quebra-linha {
    display: block;
}

.error::placeholder {
    color: red !important;
}

.fbx-count {
    display: none !important;
}


.foobox::before {
    background: var(--roxo);
    border-radius: 5px;
    box-sizing: border-box;
    content: '';
    background-image: url(../images/zoom-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    padding: 4px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0.9);
    transition: .2s ease all;
    width: 33px;
    z-index: 8;
    border-radius: 50%;
    background-size: 64%;
}

.galeria-config .swiper-slide-active .foobox::before {
    transform: scaleX(0.71) scaleY(1) !important;
    right: 9px;
}

.galeria-config .swiper-slide-active .foobox:hover::before {
    transform: scaleX(0.81) scaleY(1.1) !important;
}

.galeria-config .swiper-slide-active .foobox:hover::before {
    transform: scaleX(0.81) scaleY(1.1) !important;
}

.box-implantacao .foobox::before {
    right: -25px;
    top: -25px;
}

#plantas .foobox::before {
    right: 2vw;
    top: 1vw;
}

.box-implantacao .foobox:hover::before,
#plantas .foobox:hover::before {
    transform: scale(1.1);
}

/* HEADER */

.menu-principal-container {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
    transition: .2s all ease-in-out;
}


#menu-principal {
    background-color: var(--roxo);
    display: flex;
    padding: 29.5px 44px 29.5px 49px;
    border-radius: 58px 0 0 58px;
    justify-content: flex-end;
}

.menu-principal-container.fixo #menu-principal {
    padding: 22.5px 44px 22.5px 49px;
}

.menu-principal-container.fixo #menu-principal a:before {
    bottom: -3px;
}

#menu-principal li {
    position: relative;
}


#menu-principal li::before {
    content: '•';
    color: var(--verde);
    font-size: 12px;
    font-weight: 900;
    margin: 0px 13px;
}

#menu-principal li:first-child:before {
    display: none;
}

#menu-principal a {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

#menu-principal a:before {
    background-color: var(--verde);
    bottom: -4px;
    border-radius: 50px;
    content: '';
    height: 1px;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s;
    visibility: hidden;
}

#menu-principal a:hover:before {
    left: -0%;
    transform: scaleX(1);
    transition: all 0.3s;
    visibility: visible;
    width: 100%;
}

.menu-principal-container.fixo {
    position: fixed;
    width: 100%;
    background-color: var(--roxo);
    top: 0;
}


/* BANNER */

#banner {
    position: relative;
}

#banner .esq {
    position: absolute;
    top: 18%;
    left: 0%;
    width: 30.14vw;
    height: auto;
    transition: .2s all ease-in-out;
}

#banner picture,
#banner picture img {
    width: 100%;
    display: block;
}

#banner .dir { 
    position: absolute;
    top: 41%;
    right: 6%;
    width: 14.8vw;
    height: auto;
    transition: .2s all ease-in-out;
}

#banner .esq:hover,
#banner .dir:hover {
    transform: scale(1.05);
}

#banner .esq img,
#banner .dir img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* LAZER */

#lazer {
    background-color: transparent;
    /* padding: 0 0 4.6354vw 0; */
    margin-top: -22vw;
    z-index: 1;
    position: relative;
}

.container-principal {
    width: 76%;
    margin: auto;
}

.subtitulo_padrao {
    color: var(--roxo);
    font-size: 1.86vw;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

.titulo_padrao {
    display: block;
    color: var(--roxo);
    font-weight: 800;
    margin-bottom: 1.5vw;
    letter-spacing: 2px;
    margin-top: 13px;
}

.texto_padrao {
    color: #262626;
    font-size: 0.83vw;
    line-height: 1.25vw;
    text-align: center;
    font-weight: 600;
    margin: auto;
    width: 66%;
    letter-spacing: 0.5px;
}

.texto_padrao b {
    font-weight: 700;
}

.galeria-container {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 3.125vw 0 0.45vw;
    backdrop-filter: blur(5px);
    box-shadow: #00000040 0px 5px 10px;
}

.galeria-margin {
    margin: 2vw 0 3vw;
    position: relative;
}

.galeria-container::after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.84375vw;
    height: 4.27083vw;
    display: block;
    position: absolute;
    top: 2vw;
    left: 2vw;
}


#lazer,
#plantas {
    overflow-x: hidden;
}

.galeria-config .swiper {
    width: 94%;
    perspective: 1200px;
    overflow: visible;
}

.galeria-config .swiper .swiper-wrapper {
    transform-style: preserve-3d;
    transform: translate3d(-1220px, 0px, 0px);
    padding-top: 50px;
}

.galeria-config .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 19.79vw;
}

.galeria-config .swiper-slide img {
    display: block;
    width: 100%;
    height: 19.79vw;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.galeria-config .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.galeria-config .swiper-button-next,
.galeria-config .swiper-button-prev {
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
    background-color: var(--roxo);
}

#livings .galeria-config .swiper-button-next,
#livings .galeria-config .swiper-button-prev {
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
    background-color: #00843f;
}

#livings .galeria-config .swiper-pagination-bullet-active {
    background: #00843f;
}



.galeria-config .swiper-button-prev {
    left: 3% !important;
    top: var(--swiper-navigation-top-offset, 100.5%);
}

.galeria-config .swiper-button-next {
    right: 3% !important;
    top: var(--swiper-navigation-top-offset, 100.5%);
}

.galeria-config .swiper-button-prev:after {
    content: url(../images/seta-esquerda.png);
    line-height: 0;
}

.galeria-config .swiper-button-next:after {
    content: url(../images/seta-direita.png);
    line-height: 0;
}

.galeria-config .pagination-residencial,
.galeria-config .pagination-living {
    display: flex;
    justify-content: center;
    padding-top: 3.7vw;
}

.galeria-config .swiper-pagination-bullet {
    border-radius: 0px;
    height: 3px;
}

.galeria-config .swiper-pagination-bullet-active {
    background: var(--roxo);
    min-width: 3%;
}


/*animacao 3d do slide*/
.galeria-config .swiper-slide {
    -webkit-transform: translate3d(0px, 0px, -118.924px) rotateX(0deg) rotateY(30.7563deg) scale(0.8) !important;
    transform: translate3d(0px, 0px, -118.924px) rotateX(0deg) rotateY(30.7563deg) scale(0.8) !important;
    margin-right: 0px !important;
    transition: all .3s ease-in-out !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.galeria-config .swiper-slide.swiper-slide-active {
    -webkit-transform: none !important;
    transform: scaleX(1.75) scaleY(1.2) !important;
    margin-right: 0px !important;
}

.galeria-config .swiper-slide.swiper-slide-active img {
    transform: scaleX(1) scaleY(1.3) !important;
}

.galeria-config .swiper-slide.swiper-slide-prev {
    -webkit-transform: translate3d(-25%, 0px, 75px) rotateX(0deg) rotateY(30.7563deg) scale(0.9) !important;
    transform: translate3d(-25%, 0px, 75px) rotateX(0deg) rotateY(30.7563deg) scale(0.9) !important;
    margin-right: 10px !important;
}

.galeria-config .swiper-slide.swiper-slide-next {
    -webkit-transform: translate3d(25%, 0px, 75px) rotateX(0deg) rotateY(-30.7563deg) scale(0.9) !important;
    transform: translate3d(25%, 0px, 75px) rotateX(0deg) rotateY(-30.7563deg) scale(0.9) !important;
    margin-left: 10px !important;
}


.galeria-config .swiper-slide.swiper-slide-next+.swiper-slide {
    -webkit-transform: translate3d(0px, 0px, -120.325px) rotateX(0deg) rotateY(-30.7563deg) scale(0.8) !important;
    transform: translate3d(0px, 0px, -120.325px) rotateX(0deg) rotateY(-30.7563deg) scale(0.8) !important;
    margin-right: 10px !important;
}


/* CONTATO */

#contato .content {
    width: 602px;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
}

#contato .content .call {
    position: absolute;
    right: -66%;
    top: 154px;
}

#contato .content .call p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 44px;
}

#contato .content .call img {
    margin-bottom: 36px;
}

#contato .content .call p span {
    color: #bfda37;
    font-size: 36px;
}

#contato  form::after {
    content: '';
    background-image: url(../../assets/images/ico-form-contato.svg);
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 37px;
    right: 35px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(21%) saturate(1786%) hue-rotate(243deg) brightness(93%) contrast(92%);
}

#contato {
    background-image: url(../images/bg-contato.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    height: auto;
    margin-top: -202px;
    padding-top: 289px;
    padding-bottom: 243px;
}

#contato::after {
    content: '';
    width: 20.2vw;
    max-width: 387px;
    max-height: 396px;
    height: 21vw;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -65px;
}

form {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: #bfda37;
    padding: 53px 39px 18px 39px;
    border-radius: 15px;
}

form input {
    width: 100%;
    height: 45px;
    border-radius: 0px !important;
    padding-left: 15px !important;
    border: none;
    border-bottom: 2px solid var(--roxo);
}

form .box-input {
    position: relative;
    margin-bottom: 9px;
    display: flex;
}

form .box-input .box-ddd {
    margin-right: 12px;
    position: relative;
}

form .box-input label {
    position: absolute;
    transition: .2s all ease-in-out;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    top: 15px;
    left: 20px;
}

.box-input label.subir,
.box-input label.subir {
    color: #fff;
    background-color: var(--roxo);
    font-size: 11px;
    border-radius: 10px;
    padding: 5px 10px;
}

form .box-input .box-telefone {
    width: 100%;
    position: relative;
}

form .box-input label.subir {
    top: -8px;
    left: 10px;
    border-radius: 15px;

}

form .box-input.mensagem {
    margin-bottom: 15px;
}

form .titulo {
    font-size: 27px;
    color: var(--roxo);
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}

form textarea {
    height: 90px;
    border-radius: 0px !important;
    resize: none;
    padding-left: 15px !important;
    border: none ;
    border-bottom: 2px solid var(--roxo) !important;
    padding-top: 12px;
}

form .box-check {
    display: flex;
    width: 100%;
    align-items: flex-start;
    column-gap: 10px;
    margin-bottom: 15px;
}

form .box-check input {
    width: 13px;
    height: 13px;
    height: auto;
}

form .box-check label {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

form button {
    background-color: var(--roxo);
    height: 55px;
    border-radius: 27px;
    width: 100%;
    border: 2px solid var(--roxo);
    transition: .2s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    margin-bottom: 14px;
}

form button p {
    position: relative;
    color: #ffff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    transition: .2s all ease-in-out;
}

form button p::after {
    content: url(../images/botao-enviar-form.svg);
    width: 20px;
    display: inline-block;
    position: absolute;
    right: -31px;
    top: 0px;
}

form button:hover {
    filter: brightness(1.3);
    border: 2px solid var(--roxo);
}



form .obrigatorio {
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

form input[type="text"]:focus,
form textarea:focus,
form input[type="text"].ativo,
form textarea.ativo {
    border: 2px solid var(--roxo);
}

    .form-exent-renda {
        font-family: "Montserrat", serif;
        background-color: #fff !important;
        float: none !important;
        font-size: 15px !important;
        font-weight: 500;
        padding: 12px !important;
        text-decoration: none !important;
        width: 100% !important;
        margin-bottom: 10px !important;
        border-radius: 3px !important;
        border-bottom: 2px solid var(--roxo);
        color: #000 !important;
    }
    .form-exent-renda option{
        color: #000 !important;
    }
    .error-renda {
        color: #ff0025 !important;
    }

/* form input[type="text"]:focus,
form input[type="text"].ativo {
    border: 4px solid #bfd938;
}

#whatsapp form input[type="text"]:focus,
#whatsapp form input[type="text"].ativo {
    border: 4px solid #e7502e;
} */


#implantacao {
    position: relative;
    margin-top: -69px;
}

#implantacao::after {
    content: '';
    width: 350px;
    height: 735px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 27px;
}

#implantacao .bolotario {
    display: none;
}

#implantacao>.titulo {
    font-size: 36px;
    color: var(--roxo);
    font-weight: 700;
    text-align: center;
    padding: 0 5%;
    width: 100%;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

#implantacao>.texto {
    width: 988px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #262626;
    font-weight: 500;
    text-align: center;
    margin-bottom: 27px;
    position: relative;
    z-index: 1;
}

#implantacao>.texto b {
    color: #000;
    font-weight: 700;
}

#implantacao .box-implantacao {
    width: 1198px;
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 54.5px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 82px 47px 80px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

#implantacao .box-implantacao a {
    height: 100%;
    display: block;
    position: relative;
}

#implantacao .box-implantacao .itens {
    width: auto;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: -161px;
    margin-left: 113px;
    position: relative;
    z-index: 1;
}

#implantacao .box-implantacao .itens ul {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

#implantacao .box-implantacao .itens ul li {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat";
    column-gap: 15px;
    display: flex;
    align-items: center;
}

#implantacao .box-implantacao .itens ul li span {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    background-color: var(--roxo);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

#implantacao .topo {
    display: flex;
    column-gap: 15px;
}

#implantacao .implantacao-mobile {
    display: none !important;
}

#implantacao .box-implantacao a:first-child::before {
    display: none;
}

/* SIMULE */

#simule {
    background-image: url(../images/bg-simule.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    height: auto;
    padding-top: 259px;
    padding-bottom: 112px;
    z-index: 1;
    margin-bottom: -30px;
}

#simule .content {
    width: 602px;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
}

#simule .content .call {
    position: absolute;
    left: -66%;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#simule .content .call p {
    font-size: 24px;
    color: var(--verde);
    font-weight: 600;
    line-height: 44px;
    text-align: right;
}

#simule .content .call img {
    margin-bottom: 36px;
}

#simule .content .call p span {
    color: #fff;
    font-size: 36px;
}

#simule .content .call p span.primeiro {
    font-size: 24px;
    color: var(--verde);
    font-weight: 600;
    line-height: 44px;
}

#simule form::after {
    content: '';
    background-image: url(../../assets/images/ico-form-simule.svg);
    width: 52px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 35px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(21%) saturate(1786%) hue-rotate(243deg) brightness(93%) contrast(92%);
}

/* PLANTAS */

#plantas {
    position: relative;
    width: 100%;
    padding-top: 104px;
    background-color: #F8F8F8;
}

#plantas>.titulo,
#tour-virtual .container .titulo {
    color: #374553;
    font-size: 1.66vw;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

#plantas .texto,
#tour-virtual .container .texto {
    width: 932px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}

#plantas .texto b,
#tour-virtual .container .texto b {
    font-weight: bold;
}

#plantas>.titulo .quebra-linha,
#tour-virtual .container .titulo .quebra-linha {
    display: block;
    color: var(--roxo);
    font-weight: 800;
    margin-bottom: 1.5vw;
    letter-spacing: 2px;
    margin-top: 13px;
}

#plantas .area-filtro {
    width: 1300px;
    max-width: 90%;
    margin: 0 auto;
    background-color: var(--roxo);
    display: flex;
    border-radius: 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    column-gap: 10px;
    margin-bottom: 40px;
}

#plantas .area-filtro li {
    width: 100%;
    height: 80px;
    border-radius: 15px;
    box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border: 2px solid #ffffff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: .2s all ease-in-out;
    row-gap: 7px;
}

#plantas .area-filtro li:hover,
#plantas .area-filtro li.ativo {
    background-color: #fff;
    color: var(--roxo);
}

#plantas .area-filtro li span {
    font-size: 16px;
    font-weight: 500;
}

#plantas .swiper-slide .planta {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 15px 30px;
    position: relative;
    justify-content: space-between;
    row-gap: 15px;
}

#plantas .swiper-slide .planta>div:first-child {
    width: 100%;
    max-height: 100%;
    height: 80%;
}

#plantas .swiper-slide .planta>div:first-child a {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
}

#plantas .swiper-slide .planta>div:first-child a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#plantas .lightbox-planta:hover {
    transform: scale(1.1);
}

#plantas .lightbox-planta::before {
    content: url(../../images/botao-zoom.webp);
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 1;
}

#plantas .lightbox-planta a:after {
    content: '';
    border: 1px solid #fff;
    border-radius: 50%;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    position: absolute;
}

#plantas .lightbox-planta a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}

#plantas .lightbox-planta a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}



#plantas .swiper-slide {
    height: 35.18vw;
    border-radius: 10px;
    border: 2px solid var(--roxo);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
    row-gap: 45px;
    justify-content: flex-end;
}

#plantas .swiper-slide .folha {
    background-image: url(../images/folha-plantas.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    width: 14vw;
    max-width: 236px;
    max-height: 142px;
    height: 8vw;
    z-index: 1;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 40px;
    left: 0;
    font-size: 20px;
    line-height: 21px;
    color: #ffffff;
    padding-right: 57px;
    font-weight: 700;
    text-align: center;
}


#plantas .swiper-slide .folha span {
    font-size: 14px;
    font-weight: 500;
}

#plantas .swiper .area-setas {
    width: 1460px;
    margin: 0 auto;
    max-width: 90%;
    margin-top: -1%;
    display: flex;
    justify-content: space-between;
}

#plantas .swiper .area-setas .prev-plantas:after {
    content: url(../images/seta-esquerda.png);
    line-height: 0;
}

#plantas .swiper .area-setas .next-plantas:after {
    content: url(../images/seta-direita.png);
    line-height: 0;
}

#plantas .swiper .area-setas .next-plantas,
#plantas .swiper .area-setas .prev-plantas {
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
    background-color: var(--roxo);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#plantas .pagination-plantas {
    display: flex;
    justify-content: center;
}

#plantas .swiper-pagination-bullet-active {
    background: var(--roxo);
    min-width: 3%;
}

#plantas .swiper-pagination-bullet {
    border-radius: 0px;
    height: 3px;
}

#plantas .swiper-slide .descricao {
    display: flex;
    column-gap: 3%;
    padding: 0 20px;
    z-index: 1;
    align-items: center;
    margin-bottom: 11px;
}

#plantas .swiper-slide .descricao .esq {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--roxo);
    font-weight: 600;
    display: flex;
    min-width: 243px;
    column-gap: 10px;
    align-items: center;
}

#plantas .swiper-slide .descricao .dir {
    opacity: 0.502;
    font-size: 11px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: right;
}

#plantas .swiper-slide .descricao .esq::before {
    content: url(../images/carro-plantas.webp);

}

#plantas .swiper-slide a {
    max-width: 90%;
    text-align: center;
    max-height: 75%;
}

#plantas .swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
}

#plantas .swiper {
    height: auto;
    width: 153%;
    margin-left: -26.5%;
}

#plantas .swiper.pes_dois_slides {
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0 12%;
}

#plantas .swiper.pes_dois_slides .area-setas {
    visibility: hidden;
}

#plantas .swiper.pes_dois_slides .swiper-wrapper {
    justify-content: center;
    padding-left: 0.8%;
}


#plantas .swiper-wrapper {
    padding-bottom: 1.5% !important;
}

#plantas .non-swiper-slide {
    display: none;
}

/* TOUR VIRTUAL */

#tour-virtual {
    background-color: #F8F8F8;
    padding-bottom: 100px;
}

#tour-virtual .container {
    width: 1460px;
    max-width: 90%;
    margin: 0 auto;
}

#tour-virtual .container .box-tour {
    border: 2px solid var(--roxo);
    width: 100%;
    border-radius: 10px;
    height: 32vw;
    overflow: hidden;
    max-height: 630px;
}

#tour-virtual .container .box-tour img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}



/* LIVINGS */

#livings {
    background-color: #f8f8f8;
    padding-bottom: 59px;
    position: relative;
    overflow: hidden;
}

#livings .titulo_living {
    color: #00843f;
    font-weight: 700;
    font-size: 1.875vw;
    text-align: center;
    display: inline-block;
}

#livings .living-traco::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: var(--verde);
}

#livings .living-traco::after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: var(--verde);
}

#livings .living-traco {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 4vw;
}


/* Whatsapp */

#whatsapp {
    background-image: url(../images/bg-whatsapp.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    height: auto;
    z-index: 1;
    padding-top: 149px;
    padding-bottom: 265px;
    margin-top: -49px;
}

#whatsapp form .titulo {
    color: var(--roxo);
}

#whatsapp form .box-input label.subir {
    color: #fff;
}


#whatsapp .content {
    width: 602px;
    max-width: 90%;
    position: relative;
    margin: 0 auto;
}

#whatsapp .content .call {
    position: absolute;
    right: -66%;
    top: 79px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#whatsapp .content .call p {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
}

#whatsapp .content .call img {
    margin-bottom: 36px;
}

#whatsapp .content .call p span {
    color: var(--verde);
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

#whatsapp .content .call p span.primeiro {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
}

/* FULL */

#full {
    padding-top: 21px;
}

#full .titulo {
    font-size: 36px;
    color: #411e48;
    font-weight: 700;
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 32px;
}

#full .texto {
    width: 887px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 58px;
}

#full .container {
    width: 100%;
}

#full .container img {
    width: 100%;
    display: block;
}

/* LOCALIZAÇÃO */

#localizacao .faixa {
    display: flex;
    align-items: center;
    justify-content: center;
}

#localizacao .faixa p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding: 36.5px 5%;
    display: inline-block;
}

#localizacao .faixa-01 {
    background-color: var(--verde);
}

#localizacao .faixa-01 span {
    color: #e7502e;
}

#localizacao .faixa-01 p {
    color: var(--roxo);
}

#localizacao .faixa-01 p::before {
    content: url(../images/pin-faixa-01.webp);
    position: absolute;
    top: -53px;
    left: -34px;
}

#localizacao .faixa-02 {
    background-color: var(--roxo);
}

#localizacao .faixa-02 p {
    color: var(--verde);
}

#localizacao .faixa-02 p span {
    color: #fff;
}

#localizacao .box-mapa {
    width: 100%;
    height: 550px;
    position: relative;
}

#localizacao .box-mapa a {
    position: absolute;
    bottom: 70px;
    left: 40px;
}

/* PROXIMIDADES */

#proximidades {
    padding-top: 86px;
    position: relative;
    overflow: hidden;
    margin-bottom: 41px;
}


#proximidades>.titulo {
    font-size: 36px;
    letter-spacing: 1px;
    color: #411e48;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 0 5%;
    position: relative;
    margin-bottom: 42px;
    z-index: 1;
}

#proximidades .box-cards {
    width: 1460px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;

    border-radius: 20px;

}

#proximidades .box-cards .esq {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    column-gap: 1.3%;
    row-gap: 14px;
}

#proximidades .box-cards .dir {
    width: 24%;
}

#proximidades .box-cards .card {

    border: 1px solid #ccc;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 31px 15px 28px 15px;
    backdrop-filter: blur(14px);
}

#proximidades .box-cards .esq .card {
    width: 32.45%;
}

#proximidades .box-cards .dir .card {
    height: 100%;
}

#proximidades .box-cards .card .texto {
    font-size: 18px;
    color: var(--roxo);
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
}

#proximidades .box-cards .card .tempo {
    font-size: 24px;
    color: #398073;
    font-weight: bold;
    text-align: center;
}

#proximidades .box-cards .card img {
    margin-bottom: 19px;

}

#proximidades .box-cards .dir .card .tempo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

#proximidades .box-cards .dir .card .tempo:last-child {
    margin-bottom: 0;
}

#proximidades .box-cards .dir .card .tempo:last-child::after {
    display: none;
}

#proximidades .box-cards .dir .card .tempo::after {
    content: url(../images/sep-tempo.webp);
}


/* Realização */

#realizacao {
    padding-top: 20px;
    padding-bottom: 80px;
}

#realizacao .topo {
    width: 975px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 63px;
}

#realizacao .topo .titulo {
    font-size: 10px;
    letter-spacing: 0px;
    color: #231f20;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 58px;
}

#realizacao .topo .imagem {
    display: flex;
    column-gap: 25px;
    align-items: flex-end;
}

#realizacao .topo .imagem.realizacao-lidera{
    align-items: center;
}

#realizacao .topo .imagem .logo_jcr {
    max-width: 100px;
}

#realizacao .texto {
    width: 1084px;
    margin: 0 auto;
    max-width: 90%;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 14px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

#realizacao .faixa {
    background-color: var(--verde);
    margin-bottom: 64px;
}

#realizacao .faixa p {
    padding: 32.5px 5%;
    font-size: 32px;
    letter-spacing: 0.4px;
    color: var(--roxo);
    font-weight: 700;
    text-align: center;
}

/* POLITICA DE PRIVACIDADE */

#politica-privacidade {
    background-color: #dcdcdc;
    padding: 60px 0;
    color: #000;
}

#politica-privacidade .container-principal {
    width: 1080px;
    max-width: 90%;
    margin: 0 auto;
}

#politica-privacidade .politica-privacidade {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}

#politica-privacidade .politica-privacidade strong {
    display: block;
    margin: 0px 0 2px 0;
    font-weight: 600;
}


footer {
    width: 100%;
    background-color: #00843f;
    padding-bottom: 98px;
    padding-top: 14px;
}

footer .content {
    width: 1460px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    height: 100%;
    justify-content: center;
}

footer .content p {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: normal;
}

#banner,
#seguranca,
#contato,
#ambiente,
#lazer,
#condicoes,
#momentos,
#implantacao,
#whatsapp,
#localizacao,
#proximidades,
#andamento-obra,
#realizacao,
#politica-privacidade {
    scroll-margin-top: 58px;
}

/* 404 */

#main-footer {
    background-color: #222222;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

#pagina-404,
#confirmacao {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.error404 header,
.page-template-page-confirmacao-contato header,
.page-template-page-confirmacao-condicoes header,
.page-template-page-confirmacao-whatsapp header {
    display: none !important;
}

.error404 footer,
.page-template-page-confirmacao-contato footer,
.page-template-page-confirmacao-condicoes footer,
.page-template-page-confirmacao-whatsapp footer {
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
}

.error404 .footer-fixo,
.page-template-page-confirmacao-contato .footer-fixo,
.page-template-page-confirmacao-condicoes .footer-fixo,
.page-template-page-confirmacao-whatsapp .footer-fixo {
    display: none;
}


#pagina-404 h1,
#confirmacao h1 {
    color: var(--roxo);
    font-size: 56px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

#pagina-404>p,
#confirmacao span {
    font-size: 30px;
    margin-bottom: 22px;
    text-align: center;
}

#pagina-404>a,
#confirmacao a {
    background-color: var(--roxo);
    border: 0.5px solid var(--roxo);
    border-radius: 5px;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px 0;
    text-align: center;
    transition: 0.2s;
    width: 236px;
    text-decoration: none;
}



/* RESPONSIVO */

@media screen and (max-width: 1680px) {
    #plantas .swiper-slide .folha {
        font-size: 0.9vw;
    }

    #plantas .swiper-slide .folha span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px) {
    #menu-principal {
        padding: 19.5px 25px 19.5px 38px;
    }

    #menu-principal a {
        font-size: 12px;
    }

    #menu-principal li::before {
        margin: 0px 6px;
    }

    #menu-principal a:before {
        bottom: -20px;
    }

    #plantas .swiper .area-setas {
        width: 89vw;
    }

    #livings::before {
        width: 22vw;
        height: 37vw;
    }

    #proximidades::before {
        width: 17vw;
    }

    #proximidades::after {
        width: 17vw;
    }

    #whatsapp::before {
        width: 20vw;
        bottom: -75px;
    }

    #plantas>.titulo,
    #tour-virtual .container .titulo {
        font-size: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .container-principal {
        width: 80%;
    }

    .texto_padrao {
        font-size: 14px;
        line-height: 18px;
    }

    .galeria-config .swiper .swiper-wrapper {
        padding-top: 15px;
    }

    .galeria-config .swiper-slide.swiper-slide-prev {
        -webkit-transform: translate3d(-20%, 0px, 75px) rotateX(0deg) rotateY(30.7563deg) scale(0.9) !important;
        transform: translate3d(-20%, 0px, 75px) rotateX(0deg) rotateY(30.7563deg) scale(0.9) !important;
    }

    .galeria-config .swiper-slide.swiper-slide-next {
        -webkit-transform: translate3d(20%, 0px, 75px) rotateX(0deg) rotateY(-30.7563deg) scale(0.9) !important;
        transform: translate3d(20%, 0px, 75px) rotateX(0deg) rotateY(-30.7563deg) scale(0.9) !important;
    }

    #contato .content,
    #simule .content,
    #whatsapp .content {
        width: 500px;
    }

    #contato .content .call,
    #whatsapp .content .call {
        right: -70%;
    }

    #simule .content .call {
        left: -70%;
    }


    .content .call p {
        font-size: 20px;
    }

    #contato .content .call p span,
    #simule .content .call p span {
        font-size: 26px;
        line-height: 34px;
    }

    #plantas .area-filtro li {
        font-size: 14px;
        text-align: center;
        padding: 0 20px;
    }

    #plantas .area-filtro li span {
        font-size: 12px;
    }

    #plantas .swiper-slide .descricao .esq {
        font-size: 12px;
        min-width: 195px;
    }

    #simule form::after {
        top: 12px;
        right: 9px;
    }

    #contato form::after {
        top: 28px;
        right: 30px;
    }

    #implantacao {
        margin-top: 0;
    }
    .subtitulo_padrao {
        font-size: 1.66vw;
    }
    #implantacao>.titulo {
        font-size: 29px;
    }
    #proximidades .box-cards {
        width: 1100px;
    }
    #proximidades .box-cards .card .tempo {
        font-size: 20px;
    }
    #proximidades .box-cards .card .texto {
        font-size: 16px;
    }
    #proximidades .box-cards .card img {
        width: 70px;
    }

    form .titulo {
        font-size: 24px;
        margin-bottom: 17px;
    }
}

@media screen and (max-width: 1366px) {
    #implantacao>.titulo {
        font-size: 28px;
        margin-bottom: 16px;
    }

    #localizacao .box-mapa .waze {
        width: 248px;
        height: 78px;
    }

    #proximidades>.titulo {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .galeria-config .swiper-slide.swiper-slide-prev {
        -webkit-transform: translate3d(-22%, 0px, 75px) rotateX(0deg) rotateY(30.7563deg) scale(0.9) !important;
        transform: translate3d(-22%, 0px, 75px) rotateX(0deg) rotateY(30.7563deg) scale(0.9) !important;
    }

    .galeria-config .swiper-slide.swiper-slide-next {
        -webkit-transform: translate3d(22%, 0px, 75px) rotateX(0deg) rotateY(-30.7563deg) scale(0.9) !important;
        transform: translate3d(22%, 0px, 75px) rotateX(0deg) rotateY(-30.7563deg) scale(0.9) !important;
    }

    #menu-principal {
        padding: 19.5px 14px 19.5px 24px;
    }

    #menu-principal a {
        font-size: 10px;
    }

    #plantas .swiper-slide a {
        max-height: 63%;
    }
}

@media screen and (max-width: 1280px) {
    form .titulo {
        margin-bottom: 25px;
    }

    form .box-input label.subir {
        font-size: 12px;
        top: -12px;
    }

    form .box-input {
        margin-bottom: 18px;
    }

    #contato .content .call p,
    #simule .content .call p,
    #simule .content .call p span.primeiro {
        font-size: 16px;
        line-height: normal;
    }

    #contato .content .call {
        right: -50%;
        top: 95px;
    }

    #contato .content .call img,
    #simule .content .call img {
        margin-bottom: 10px;
    }

    #simule .content .call {
        position: absolute;
        left: -50%;
    }

    #simule .content .call p span.primeiro {
        line-height: 11px;
        margin-bottom: 14px;
    }

    #plantas .area-filtro {
        max-width: 95%;
    }

    #livings::before {
        width: 17vw;
        height: 32vw;
    }

    #localizacao .faixa-01 p,
    #localizacao .faixa-02 p {
        font-size: 20px;
    }

    #localizacao .faixa-01 p::before {
        left: -68px;
        transform: scale(.8);
    }

    #proximidades .box-cards .card img {
        margin-bottom: 19px;
        width: 70px;
    }

    #whatsapp .content .call p span {
        font-size: 24px;
        line-height: 32px;
    }

    #whatsapp .content .call {
        position: absolute;
        right: -60%;
    }

    #whatsapp .content .call p span.primeiro,
    #whatsapp .content .call p {
        font-size: 22px;
    }

    .container-principal {
        width: 85%;
    }

    #implantacao {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    #menu-principal a:before {
        background-color: var(--verde);
        bottom: -20px;
    }

    #plantas .swiper-slide .descricao {
        padding: 0 12px;
    }

    #plantas .swiper-slide .descricao .esq::before {
        visibility: hidden;
        position: absolute;
    }

    #plantas .swiper-slide .descricao .esq {
        min-width: 136px;
    }

    #whatsapp .content .call p span {
        font-size: 20px;
        line-height: 28px;
    }

    #whatsapp .content .call {
        position: absolute;
        right: -50%;
    }

    #plantas .swiper-slide .folha {
        line-height: 1.3vw;
    }
}

@media screen and (max-width: 1080px) {

    #contato .content,
    #simule .content,
    #whatsapp .content {
        width: 459px;
    }

    #contato .content .call {
        right: -58%;
    }

    #whatsapp .content .call {
        position: absolute;
        right: -55%;
    }
    #implantacao .box-implantacao .itens {
        margin-top: -130px;
    }

    #simule form::after,
    #contato form::after {
        display: none;
    }
}





@media screen and (max-width: 1024px) {

    #implantacao {
        padding-bottom: 0;
        margin-bottom: -80px;
        position: relative;
        z-index: 4;
    }

    footer .content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 10px;
    }

    #implantacao .box-implantacao .itens ul li {
        line-height: normal;
    }


    #proximidades .box-cards .card img {
        margin-bottom: 15px;
        width: 55px;
    }

    #proximidades .box-cards .card .texto {
        font-size: 16px;
    }

    #proximidades .box-cards .card .tempo {
        font-size: 20px;
    }

    #implantacao .box-implantacao .itens {
        margin-top: 0;
        margin-left: 0;
    }

    #implantacao .box-implantacao .itens {
        flex-direction: column;
        background: #e6e6e6;
        row-gap: 6px;
        padding: 25px 20px;
        display: none;
        border-radius: 0 0 20px 30px;
    }

    #implantacao .bolotario {
        display: inline-block;
        background-color: var(--roxo);
        color: #fff;
        font-weight: 500;
        width: 100%;
        border-radius: 30px;
        padding: 20px;
        position: relative;
    }

    #implantacao .implantacao-mobile {
        display: block !important;
    }

    #implantacao .implantacao-desktop {
        display: none !important;
    }

    #implantacao .bolotario::after {
        content: '+';
        position: absolute;
        right: 20px;
        font-size: 20px;
    }

    #implantacao .bolotario.aberto::after {
        content: '-';
    }

    #implantacao .bolotario.aberto {
        border-radius: 30px 30px 0 0;
    }

    #implantacao .topo {
        flex-direction: column-reverse;
        row-gap: 30px;
        margin-bottom: 30px;
        align-items: center;
    }

    #implantacao .box-implantacao {
        padding: 60px;
    }

    #implantacao .box-implantacao .itens.aberto {
        display: flex;
    }

    #plantas .foobox::before {
        right: 2vw;
        top: 2vw;
    }

    #banner .esq {
        display: none;
    }


    #banner .dir {
        top: unset;
        bottom: 1%;
        right: 3%;
        width: 27%;
        left: unset;
    }

    #lazer {
        background-color: #bfd938;
        padding-bottom: 12%;
        margin-top: 0;
        padding-top: 5%;
    }

    #contato::after {
        z-index: 1;
    }

    #plantas {
        padding-bottom: 40px;
    }

    #realizacao .topo {
        flex-direction: column;
        align-items: center;
    }

    #realizacao .topo .esq {
        margin-bottom: 40px;
    }


    #realizacao .topo .imagem {
        flex-direction: column;
        row-gap: 19px;
        align-items: center;
    }

    #realizacao .topo .titulo {
        margin-bottom: 30px;
    }

    #contato,
    #simule,
    #whatsapp {
        height: auto;
    }

    #proximidades .box-cards {
        flex-direction: column;
        row-gap: 14px;
    }

    #proximidades .box-cards .dir {
        width: 100%;
    }

    #proximidades .box-cards .esq {
        width: 100%;
    }

    #proximidades {
        padding-top: 60px;
    }

    #proximidades>.titulo {
        margin-bottom: 61px;
    }

    #contato .content,
    #simule .content,
    #whatsapp .content {
        display: flex;
        flex-direction: column-reverse;
        width: 600px;
        max-width: 90%;
    }

    #localizacao .box-mapa .waze {
        width: 195px;
    }

    #simule .content {
        flex-direction: column;
    }

    .content .call {
        position: unset !important;
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
    }

    .quebra-linha {
        display: inline-block;
    }

    #contato .content .call p,
    #simule .content .call p,
    #simule .content .call p span.primeiro,
    #whatsapp .content .call .texto {
        font-size: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 36px;
        text-align: center;
    }

    #localizacao> img {
        margin-bottom: 0;
    }

    #localizacao .faixa-01 p::before {
        display: none;
    }

    #localizacao .faixa-2 p {
        font-size: 20px;
        line-height: normal;
    }

    #simule {
        height: auto;
        padding-bottom: 119px;
    }

    #simule .content .call p span.primeiro {
        margin-bottom: 16px;
    }

    .menu-principal-container,
    .menu-principal-container.fixo {
        top: -100%;
        position: fixed;
        width: 100%;
        height: 0%;
        background: var(--roxo);
        transition: .6s all ease-in-out;
        overflow: auto;
    }

    #menu-principal li::before {
        display: none;
    }

    #whatsapp .content .call {
        align-items: center;
    }


    #implantacao>.titulo {
        position: relative;
        z-index: 1;
    }

    #implantacao::after {
        display: none;
    }

    header {
        position: fixed;
        top: 20px;
        right: 0;
        z-index: 20000;
    }


    header.aberto .menu-principal-container {
        top: 0;
        height: 100%;
        transition: .6s all ease-in-out;

    }


    header .menu-hamburger {
        width: 60px;
        height: 60px;
        border-radius: 3px 0 0 3px;
        background-color: #e7502e;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        row-gap: 6px;
        z-index: 100;
        padding-right: 15px;
        position: relative;
        margin-left: 24px;
    }

    #menu-principal {
        flex-direction: column;
        padding: 130px 5% 40px;
        row-gap: 20px;
        height: 100%;
        border-radius: 0;
        justify-content: flex-start;
    }

    .menu-principal-container.fixo #menu-principal {
        padding: 130px 5% 40px;
    }

    #menu-principal li {
        border: 2px solid #fff;
        width: 100%;
        padding: 20px 5%;
    }

    #menu-principal a {
        clip-path: unset;
        height: 100%;
        width: 100%;
        display: block;
    }

    #menu-principal a:before {
        display: none;
    }

    header .menu-hamburger .hamburger {
        background-color: #fff;
        border-radius: 2px;
        height: 4px;
        transition: 0.3s all ease-in-out;
    }

    header .menu-hamburger .hamburger.hamburger-1 {
        width: 27px;
    }

    header .menu-hamburger .hamburger.hamburger-2 {
        width: 27px;
    }

    header .menu-hamburger .hamburger.hamburger-3 {
        width: 13px;
    }


    header.aberto .menu-hamburger .hamburger-1 {
        transform: rotate(45deg) translate(9px, 6px);
    }

    header.aberto .menu-hamburger .hamburger-2 {
        opacity: 0;
    }

    header.aberto .menu-hamburger .hamburger-3 {
        transform: rotate(-45deg) translate(8px, -5px);
        width: 27px !important;
    }

    #plantas .swiper {
        width: 100%;
        margin-left: 0;
        padding: 0 !important;
    }

    #plantas .box-filtro {
        overflow: auto;
        margin-bottom: 30px;
    }

    #plantas .area-filtro {
        max-width: 1080px;
        margin-bottom: 10px;
        border-radius: 0;
    }

    #plantas .swiper-slide {
        height: auto;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        row-gap: 17px;
        justify-content: center;
    }

    #plantas .swiper-slide a {
        position: unset;
        transform: none;
        width: auto;
        max-width: 90%;
    }

    #plantas .swiper-slide .descricao {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 10px;
    }

    #plantas .swiper-slide .descricao .dir {
        font-size: 12px;
        text-align: center;
    }

    #plantas .swiper-slide .descricao .esq::before {
        content: url(../images/carro-plantas.webp) !important;
        position: unset;
        visibility: visible;
    }

    #plantas .swiper .area-setas {
        margin-top: 30px;
    }

    #plantas .pagination-plantas {
        top: 51px;
        position: relative;
    }

    #plantas .area-filtro li {
        height: 62px;
    }

    #plantas .swiper.pes_dois_slides .swiper-wrapper {
        justify-content: unset;
        padding-left: 0;
    }

    #plantas>.titulo,
    #tour-virtual .container .titulo {
        font-size: 26px;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    #plantas .swiper-slide .folha {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 204px;
        height: 122px;
        font-size: 14px;
        line-height: normal;
    }

    #localizacao> img {
        max-width: 100%;
        border-radius: 0;
        border: none;
        border-top: 4px solid #e7502e;
        border-bottom: 4px solid #e7502e;
    }

    #livings::before {
        width: 10vw;
        height: 17vw;
        bottom: -45px;
    }

}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 980px) {

    .galeria-config .swiper-slide.swiper-slide-active .foobox::before {
        transform: scaleX(0.58) scaleY(0.8) !important;
        right: 5px;
    }
    footer {
        padding-bottom: 158px;
    }

    #pagina-404 h1,
    #confirmacao h1 {
        font-size: 36px;
        text-align: center;
        max-width: 90%;
    }

    #pagina-404>p,
    #confirmacao span {
        font-size: 22px;
        max-width: 90%;
        text-align: center;
    }

    .container-principal {
        width: 90%;
    }

    .galeria-config .swiper-slide.swiper-slide-prev {
        -webkit-transform: translate3d(-15%, 0px, -118.924px) rotateX(0deg) rotateY(30.7563deg) scale(1) !important;
        transform: translate3d(-15%, 0px, -118.924px) rotateX(0deg) rotateY(30.7563deg) scale(1) !important;
    }

    .galeria-config .swiper-slide,
    .galeria-config .swiper-slide img {
        height: 300px;
    }

    .galeria-config .swiper {
        width: 122%;
        margin-left: -11% !important;
    }

    .galeria-config .pagination-residencial,
    .galeria-config .pagination-living {
        padding-top: 80px;
    }

    #lazer .galeria-container {
        padding: 30px 20px;
    }

    .subtitulo_padrao {
        font-size: 26px;
    }

    #lazer .titulo_padrao {
        font-size: 28px;
    }

    .galeria-config .swiper .swiper-wrapper {
        padding-top: 50px;
    }

    .texto_padrao {
        width: 100%;
    }

    .galeria-config .swiper-slide.swiper-slide-next {
        -webkit-transform: translate3d(15%, 0px, -120.325px) rotateX(0deg) rotateY(-31.1186deg) scale(1) !important;
        transform: translate3d(15%, 0px, -120.325px) rotateX(0deg) rotateY(-31.1186deg) scale(1) !important;
    }

    .galeria-container::after {
        display: none;
    }

    .titulo_living {
        font-size: 22px !important;
    }

}

@media screen and (max-width: 768px) {


    #localizacao>.titulo {
        font-size: 26px;
        margin-bottom: 17px;
        width: 100%;
        padding: 0 5%;
    }
    #implantacao .topo {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    #banner .dir {
        top: unset;
        bottom: 5%;
        right: 0;
        margin: 0 auto;
        text-align: center;
        left: 0;
        width: 68%;
    }

    #tour-virtual .container .box-tour {
    height: 127vw;
    max-height: 100vh;
    }
}



@media screen and (max-width: 660px) {

    .galeria-config .swiper-slide,
    .galeria-config .swiper-slide img {
        height: 45vw !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
    }
}

@media screen and (max-width: 600px) {

    .box-implantacao .foobox::before {
        right: 1vw;
        top: -1vw;
    }

    #plantas .swiper-slide .folha {
        width: 137px;
        line-height: 15px;
        height: 81px;
        top: 6px;
        font-size: 11px;
    }

    #plantas .swiper-slide .folha span {
        font-size: 11px;
    }

    #proximidades .box-cards .esq .card {
        width: 49.3%;
    }


    footer {
        padding-top: 20px;
        padding-bottom: 143px;
    }

    footer .content {
        flex-direction: column;
    }

    #implantacao .box-implantacao {
        padding: 25px 25px 28px;
    }

    #localizacao .box-mapa a {
        width: 350px;
        max-width: 80%;
    }

    #lazer .titulo_padrao {
        font-size: 24px;
        letter-spacing: 1px;
        line-height: normal;
    }
    #implantacao>.texto,
    #plantas .texto,
    #full .texto,
    #tour-virtual .container .texto {
        font-size: 14px;
        line-height: 22px;
    }
    #implantacao {
        margin-top: -71px;
    }

    #implantacao .box-implantacao .itens ul {
        row-gap: 12px;
    }

    #full {
        padding-top: 0;
        margin-top: -65px;
    }

    #localizacao .faixa-01 p, #localizacao .faixa-02 p {
        font-size: 16px;
        line-height: normal;
    }

    #full .titulo {
        font-size: 28px;
        line-height: normal;
    }

    #proximidades>.titulo {
        font-size: 24px;
    }

    #realizacao .faixa p {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px) {
    .galeria-config .swiper {
        width: 135% !important;
        margin-left: -19.5% !important;
    }

    .titulo_living {
        font-size: 18px !important;
    }

    #livings .living-traco {
        gap: 12px
    }

    #livings .living-traco::before,
    #livings .living-traco::after {
        width: 60px;
    }
}

@media screen and (max-width: 490px) {

    .galeria-config .swiper-button-next,
    .galeria-config .swiper-button-prev,
    #plantas .swiper .area-setas .next-plantas,
    #plantas .swiper .area-setas .prev-plantas,
    #livings .galeria-config .swiper-button-next,
    #livings .galeria-config .swiper-button-prev {
        border-radius: 50%;
        width: 40px !important;
        height: 40px !important;
    }

    .galeria-config .swiper-button-prev {
        left: 0% !important;
    }

    .galeria-config .swiper-button-next {
        right: 0% !important;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 4px)) !important;
    }

    #plantas .swiper-slide .descricao .esq::before {
        transform: scale(.8);
    }

}

@media screen and (max-width: 460px) {
    #proximidades .box-cards .esq .card {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    #whatsapp {
        margin-top: -69px;
    }
}

@media screen and (max-width: 400px) {

    #plantas .swiper-slide .folha {
        display: none;
    }

}
