/********************* NORMALIZE ************************/
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 {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    margin-right: 0 !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

iframe {
    display: block;
}

/********************* FONTES ************************/

@font-face {
    display: swap;
    font-family: 'D-din';
    src: url(../fonts/D-DIN-Bold.otf);
}


/********************* GERAL ************************/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-image: url(../images/background-banner.webp);
}

body.et_cover_background {
    background-attachment: inherit !important;
    background-size: 100% !important;
}

strong {
    font-weight: 700;
}

.error::-webkit-input-placeholder {
    color: #FF0025;
}

p {
    padding-bottom: 0 !important;
}

#page-container {
    padding: 0 !important;
}

iframe {
    display: block;
}

.mfp-figure {
    background-color: #f1f1f1;
}

img.mfp-img {
    padding: 0px !important;
}

.mfp-bottom-bar {
    margin-top: 0px !important;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    top: -50px !important;
}

img.mfp-img {
    max-height: 87vh !important;
}

/********************* GERAL TEMA ************************/
.et_pb_section {
    padding: 50px 0;
}

.et_pb_row {
    max-width: 100%;
    padding: 20px 0;
    width: 76.1%;
}

.et_pb_fullwidth_section {
    padding: 0px !important;
}

.et_pb_fullwidth_section img {
    width: 100%;
}

.et_pb_column {
    margin-right: 0px !important;
}

.et_pb_column_1_2 {
    margin-right: 0% !important;
    width: 50% !important;
}

html::-webkit-scrollbar-track {
    background: rgb(255 255 255);
}
html::-webkit-scrollbar-thumb {
    background: #f89a65;
    background: linear-gradient(90deg, #f89a65 0%, #f87e3c 100%);
    border-radius: 20px;
    border: 3px solid rgb(255 255 255);
}
html::-webkit-scrollbar {
    width: 10px;
}

/********************* MENU - HEADER ************************/
#banner {
    background-color: transparent !important;
}

#logo {
    display: none;
}

#main-header {
    background-color: transparent;
    box-shadow: none;
}

.et_header_style_left #et-top-navigation {
    background: #0e3d39;
    padding: 1.55vw 1.9vw 1.55vw 3.35vw !important;
    position: relative;
    margin-top: 2.083vw;
    border-radius: 50px 0px 0px 50px;
}

.container.et_menu_container {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    padding-right: 0 !important;
    width: 100%;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 0px !important;
}

#main-header .menu-item:after {
    color: #93b23c;
    content: "•";
    font-size: 14px;
    margin-left: 0.7vw;
}

#main-header #top-menu .menu-item-21::after {
    content: "";
    margin-left: 0px;
}

#top-menu {
    display: flex;
    flex-direction: row;
}

#top-menu li {
    display: flex;
    flex-direction: row;
    padding-right: 0.7vw;
}

#top-menu a,
#top-menu li.current-menu-item>a {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
}

#main-header #top-menu a:before {
    background-color: #dea97a;
    bottom: -1.56vw;
    content: '';
    height: 4px;
    border-radius: 20px;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s;
    visibility: hidden;
}

#main-header #top-menu a:hover:before,
#main-header #top-menu a.m-highlight:before {
    left: -6%;
    transform: scaleX(1);
    transition: all 0.3s;
    visibility: visible;
    width: 116%;
}

.progress-container {
    width: 100%;
    height: 4px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.progress-bar {
    height: 100%;
    background-color: #df7a28;
    width: 0;
    transition: width 0.3s;
}


/* HEADER FIXO */

#main-header.et-fixed-header {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.et_fixed_nav #main-header.et-fixed-header {
    background: #0e3d39;
}

#main-header.et-fixed-header #et-top-navigation::before,
#main-header.et-fixed-header #et-top-navigation::after {
    content: none;
}

#main-header.et-fixed-header #et-top-navigation {
    background-color: transparent !important;
    background: transparent !important;
    padding: 1vw 3.2vw !important;
    margin-top: 0px;
}

#main-header.et-fixed-header #top-menu a:before {
    bottom: -1.01vw
}

/*********************  FOOTER  ************************/
#main-footer {
    background-color: #071c13;
}

#footer-info {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
}

#main-footer .container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 76%;
}

.clearfix:after {
    display: none;
}

#footer-bottom {
    padding: 0px 0px 90px 0px;
    background-color: transparent;
}

/********PAGINA CONFIRMACAO*******/
.txt-confirmacao {
    color: #000;
    display: block;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center;
}

.title-confirmacao {
    color: #0e3d39;
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.btn-confirmacao {
    background: #e65b2a;
    border-radius: 60px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    letter-spacing: 0.5px;
    margin-left: -118px;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    transition: 0.2s;
    width: 236px;
}

.btn-confirmacao:hover {
    filter: brightness(1.2);
    transition: 0.2s;
}

.confirmacao {
    margin-bottom: 300px;
    margin-top: 50px;
}

/*************** LAZER ********************/
#lazer {
    background-color: transparent !important;
    z-index: 9;
}

#lazer::after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/detalhe_lazer.png);
    width: 7.03vw;
    height: 5.2vw;
    right: 8.5%;
    top: 2.44vw;
    position: absolute;
    z-index: 9;
}

#lazer::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/detalhe_lazer.png);
    width: 7.03vw;
    height: 5.2vw;
    left: 8.5%;
    top: 2.44vw;
    position: absolute;
    z-index: 9;
    transform: scaleX(-1) scaleY(-1);
}

#lazer .et_pb_module {
    margin-bottom: 2vw;
}

.subtitulo_padrao {
    color: #59a374;
    font-size: 1.66vw;
    text-align: center;
    letter-spacing: 1px;
}

.titulo_padrao {
    display: block;
    color: #0e3d39;
    font-weight: 800;
    font-size: 1.87vw;
    margin-bottom: 1.5vw;
    letter-spacing: 2px;
}

.texto_padrao {
    color: #262626;
    font-size: 0.83vw;
    line-height: 1.25vw;
    text-align: center;
    font-weight: 500;
    margin: auto;
    width: 66%;
    letter-spacing: 0.5px;
}

.texto_padrao b {
    font-weight: 700;
}

#lazer .et_pb_row .et_pb_column {
    background: rgba(255, 255, 255, 0.842);
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 3.125vw 0 0.45vw;
    backdrop-filter: blur(5px);
    box-shadow: #00000040 0px 5px 10px;
}

#lazer .et_pb_row {
    padding: 0px 0;
}

/* GALERIA */
.galeria_lazer {
    padding: 0 0 20px 0 !important;
    overflow-x: hidden;
}


.galeria_lazer .swiper {
    width: 148%;
    margin-left: -24%;
    overflow: visible;
}

.galeria_lazer .swiper .swiper-wrapper {
    transform-style: preserve-3d;
    transform: translate3d(-1220px, 0px, 0px);
    padding-top: 50px;
}

.galeria_lazer .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 21.09vw;
    transition: .3s;
}

.galeria_lazer .et_pb_gallery_image img {
    display: block;
    width: 100%;
    height: 21.09vw;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.galeria_lazer .swiper-slide.swiper-slide-active {
    transform: scale(1.15) !important;
    transition: .3s;
}

.galeria_lazer .et_pb_gallery_image {
    border-radius: 10px;
    overflow: hidden;
}


.galeria_lazer .swiper-button-prev {
    left: 3% !important;
    top: var(--swiper-navigation-top-offset, 98.5%);
}

.galeria_lazer .swiper-button-next {
    right: 3% !important;
    top: var(--swiper-navigation-top-offset, 98.5%);
}

.galeria_lazer .swiper-button-prev:after {
    content: url(../images/seta-esquerda.png);
}

.galeria_lazer .swiper-button-next:after {
    content: url(../images/seta-direita.png);
}

.mfp-counter {
    display: none;
}

.mfp-title {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-right: 0px;
}

.galeria_lazer .pagination-residencial,
.galeria_lazer .pagination-livings {
    display: flex;
    justify-content: center;
    padding-top: 3.7vw;
}

.galeria_lazer .swiper-pagination-bullet-active {
    background: #1b3b27;
    border-radius: 5px;
    min-width: 3%;
}

.galeria_lazer .pagination-livings .swiper-pagination-bullet-active {
    background: #ed8521;
}


/************** FORMULARIOS ***************/
#contato,
#simule,
#whatsapp {
    background-color: #0e3d39;
    border-bottom: 5px solid #bf5834;
    padding: 3vw 0;
}

#contato .et_pb_column_1_2,
#simule .et_pb_column_1_2,
#whatsapp .et_pb_column_1_2 {
    width: 41.4% !important;
    margin: 0 3% !important;
}

#contato .et_pb_column_1_4,
#simule .et_pb_column_1_4,
#whatsapp .et_pb_column_1_4 {
    width: 26.3%;
}


#contato {
    background-image: url(../images/formulario-00-bg.webp);
    margin-top: -5.8vw;
    padding: 7.5vw 0 3.2vw 0 !important;
}

#whatsapp {
    background-image: url(../images/formulario-00-bg.webp);
}

#simule {
    background-image: url(../images/formulario-01-bg.webp);
}


#contato .et_pb_row,
#simule .et_pb_row,
#whatsapp .et_pb_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.form-exent {
    background: #cec8af;
    border-radius: 10px;
    padding: 45px 48px 27px;
    position: relative;
    width: 100% !important;
    z-index: 99999999 !important;
}

.form-exent-nome {
    background-color: #fff !important;
    font-size: 15px !important;
    margin: 0px 0px 14px 0px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    width: 100% !important;
    border: 4px solid transparent !important;
    border-radius: 10px !important;
}

.form-exent-email {
    background-color: #fff !important;
    font-size: 15px !important;
    margin: 0px 0px 14px 0px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    width: 100% !important;
    border: 4px solid transparent !important;
    border-radius: 10px !important;
}

.form-exent-ddd {
    background-color: #fff !important;
    float: left !important;
    font-size: 15px !important;
    margin: 0 0 14px 0 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    width: 24% !important;
    border: 4px solid transparent !important;
    border-radius: 10px !important;
}

.form-exent-telefone {
    background-color: #fff !important;
    float: left !important;
    font-size: 15px !important;
    margin: 0 0 14px 3% !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    width: 73% !important;
    border: 4px solid transparent !important;
    border-radius: 10px !important;
}

.form-exent-renda {
    background-color: #fff !important;
    float: none !important;
    font-size: 15px !important;
    margin: 0 0 14px 0 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    width: 100% !important;
    border: 4px solid transparent !important;
    border-radius: 10px !important;
}

.form-exent-mensagem {
    background-color: #fff !important;
    float: none !important;
    font-size: 15px !important;
    margin: 0px 0px 10px 0px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    width: 100% !important;
    border: 4px solid transparent !important;
    border-radius: 10px !important;
}

.form-exent-enviar {
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 1.25vw !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0px 15px 0px;
    padding: 12px 20px;
    transition: all 0.2s;
    width: 100%;
}

.form-exent span {
    color: #0e3b37 !important;
    font-size: 12px !important;
    margin-left: 5px;
    margin-top: -5px !important;
    text-align: left;
}

.form-exent p:last-child {
    margin-bottom: 0 !important;
}

.form-exent .form_titulo {
    font-weight: 700;
    color: #071c13;
    font-size: 1.25vw;
    line-height: 1.7vw;
    letter-spacing: 0.25px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 28px;
}

.form-exent .obrigatorios {
    color: #0e3b37;
    font-size: 12px;
    text-align: center;
}

.phone_hp {
    display: none;
}

.error::-webkit-input-placeholder {
    color: #FF0025;
}

#simule-status,
#contato-status,
#ligamos-status {
    color: #e65b2a;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    margin: 20px 0 20px 0;
    text-align: center;
    width: 100%;
}

#simule-status:empty,
#contato-status:empty,
#ligamos-status:empty {
    margin: 0px;
}

#contato .form-exent-mensagem.form_ativo,
#contato .form-exent-telefone.form_ativo,
#contato .form-exent-ddd.form_ativo,
#contato .form-exent-email.form_ativo,
#contato .form-exent-nome.form_ativo,
#simule .form-exent-renda.form_ativo,
#simule .form-exent-telefone.form_ativo,
#simule .form-exent-ddd.form_ativo,
#simule .form-exent-email.form_ativo,
#simule .form-exent-nome.form_ativo,
.error,
#whatsapp .form-exent-telefone.form_ativo,
#whatsapp .form-exent-ddd.form_ativo,
#whatsapp .form-exent-email.form_ativo,
#whatsapp .form-exent-nome.form_ativo,
input:focus,
textarea:focus {
    border: 4px solid #fdd0a9 !important;
}

input.form-exent-enviar:focus {
    border: none !important;
}

#contato .form-exent-enviar,
#simule .form-exent-enviar {
    background: #e65b2a;
}

#whatsapp .form-exent-enviar {
    background-color: #008f33;
}

#simule .form-exent-enviar:hover,
#contato .form-exent-enviar:hover,
#whatsapp .form-exent-enviar:hover {
    filter: brightness(1.2);
}

.imgs-form {
    float: right;
}

#simule .imgs-form {
    float: left;
}

#contato .imgs-form {
    width: 17.55vw;
    height: 14.37vw;
}

#simule .imgs-form {
    width: 16.66vw;
    height: 16.45vw;
}

#whatsapp .imgs-form {
    width: 17.39vw;
    height: 14.94vw;
}

.form-exent::before {
    box-sizing: border-box;
    height: auto;
    padding: 0;
    position: absolute;
    transition: .2s ease all;
    z-index: 99;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}


#simule .form-exent::before {
    right: auto !important;
    left: -3vw !important;
    transform: scaleX(-1);
}

#whatsapp .form-exent::before {
    background-image: url(../images/form-whatsapp.svg);
    width: 3.02vw;
    height: 3.17vw;
    right: 1vw;
    top: 1.44vw;
}

.botao-enviar {
    position: relative;
}

.botao-enviar svg {
    width: 1.25vw;
    position: absolute;
    top: calc(50% - 0.625vw);
    right: 31%;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

/*ANIMACAO SHAKE*/
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

/**************** PLANTAS **********************/
#plantas {
    background-image: url(../images/plantas-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    overflow-x: hidden;
}

#plantas .area-filtro {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    text-align: center;
    justify-content: center;
    gap: 0.5%;
    background: #f87e3c;
    padding: 13px;
    border-radius: 20px;
}

#plantas .area-filtro li {
    width: 10.66%;
    padding: 1.5% 0.3%;
    border: 1px solid #ffffff79;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    flex-direction: column;
}

#plantas .area-filtro li:hover,
#plantas .area-filtro li.ativo {
    background-color: #fff;
    color: #f87e3c;
    font-size: 15.5px;
}

#plantas .display {
    background-color: red;
    display: block;
}

#plantas .galeria_plantas {
    width: 100%;
    overflow: hidden !important;
}

#plantas .texto_padrao {
    width: 71%;
    letter-spacing: 0.7px;
}

.galeria_plantas .swiper-button-prev {
    left: 3% !important;
    top: auto;
}

.galeria_plantas .swiper-button-next {
    right: 3% !important;
    top: auto;
}

#plantas .galeria_plantas .swiper-button-prev {
    left: 14% !important;
}

#plantas .galeria_plantas .swiper-button-next {
    right: 14% !important;
}

.galeria_plantas .swiper-button-prev:after {
    content: url(../images/seta-esquerda.png);
}

.galeria_plantas .swiper-button-next:after {
    content: url(../images/seta-direita.png);
}

.galeria_plantas .pagination-Plantas {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.galeria_plantas .swiper-pagination-bullet-active {
    background: #f87e3c;
    border-radius: 5px;
    min-width: 3%;
}

.galeria_plantas .swiper-slide {
    background-color: #fff;
    border: 1px solid #f87e3c;
    border-radius: 10px;
    padding: 0px;
    height: 28.125vw;
}


.galeria_plantas .swiper-slide.galeria-inside {
    padding: 1px;
}

#plantas .non-swiper-slide {
    display: none;
}

.galeria_plantas .swiper {
    width: 153%;
    margin-left: -26.5%;
    overflow: visible !important;
}

.galeria_plantas .swiper.swiperPlanta01,
.galeria_plantas .swiper.swiperPlanta02,
.galeria_plantas .swiper.swiperPlanta03 {
    width: 100%;
    margin-left: 0%;
    overflow: hidden !important;
}

.galeria_plantas .swiper.pes_dois_slides .swiperPlanta01 .swiper-wrapper,
.galeria_plantas .swiper.pes_dois_slides .swiperPlanta02 .swiper-wrapper,
.galeria_plantas .swiper.pes_dois_slides .swiperPlanta03 .swiper-wrapper {
    justify-content: normal !important;
}

.galeria_plantas .swiperPlanta01 .swiper-slide,
.galeria_plantas .swiperPlanta02 .swiper-slide,
.galeria_plantas .swiperPlanta03 .swiper-slide {
    border: none !important;
    border-radius: 10px !important;
    padding: 0px !important;
    height: 27.739vw;
}

#plantas .galeria_plantas .swiperPlanta01 .swiper-button-next,
#plantas .galeria_plantas .swiperPlanta02 .swiper-button-next,
#plantas .galeria_plantas .swiperPlanta03 .swiper-button-next {
    right: 0% !important;
    top: 50% !important;
}

#plantas .galeria_plantas .swiperPlanta01 .swiper-button-prev,
#plantas .galeria_plantas .swiperPlanta02 .swiper-button-prev,
#plantas .galeria_plantas .swiperPlanta03 .swiper-button-prev {
    left: 0% !important;
    top: 50% !important;
}


.galeria_plantas .swiperPlanta01 .swiper-slide::after,
.galeria_plantas .swiperPlanta02 .swiper-slide::after,
.galeria_plantas .swiperPlanta03 .swiper-slide::after {
    content: none;
}

.galeria_plantas .et_pb_gallery_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.titulo_living {
    color: #0e3d39;
    font-weight: 800;
    font-size: 1.66vw;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
}

.titulo_living .detalhe-titulo {
    font-weight: 300;
    letter-spacing: -1px;
}

#livings {
    padding: 0 0 80px 0 !important;
}

.galeria_plantas .swiper.pes_dois_slides .swiper-wrapper {
    justify-content: center;
}

.galeria_plantas .swiper.pes_dois_slides .pagination-Plantas {
    display: none;
}

#plantas .galeria_lazer {
    overflow-x: visible;
    padding: 3.12vw 0 20px 0 !important;
}


.et_pb_gallery_image a::before,
.et_pb_lightbox_image::before {
    background: #59a374;
    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: 99;
    border-radius: 50%;
}

.swiperPlanta01 .et_pb_gallery_image a::before,
.swiperPlanta02 .et_pb_gallery_image a::before {
    right: 1px;
    top: 0px;
}

.et_pb_gallery_image a:hover::before,
.et_pb_lightbox_image:hover::before {
    transform: scale(1);
    transition: .2s ease all;
}


.living-traco::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #0e3d39;
}

.living-traco::after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #0e3d39;
}

.living-traco {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.quebra-linha {
    display: block;
}

.legenda-plantas {
    color: #1a1a1a;
    font-size: 10px;
    line-height: 12px;
    width: 50%;
    position: absolute;
    bottom: 4%;
    right: 6%;
}

#plantas .galeria_lazer .swiper-button-prev:after {
    content: url(../images/seta-esquerda-laranja.png);
}

#plantas .galeria_lazer .swiper-button-next:after {
    content: url(../images/seta-direita-laranja.png);
}


.linha_planta .et_pb_code_inner {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.linha_planta_1 .et_pb_code_inner {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box_planta {
    background-color: #ffffffbf;
    border-radius: 10px;
    border: 1px solid #93b23c;
    padding: 2% 1.2%;
    position: relative;
    width: 49.4%;
}

.planta_legenda {
    color: #262626;
    font-size: 0.833vw;
}

.divisor_mbl {
    display: none;
}

/************** LOCALIZACAO ***************/

.separador_mapa {
    background: #f89a65;
    background: linear-gradient(90deg, #f89a65 0%, #f87e3c 100%);
    color: #fff;
    text-align: center;
    font-size: 1.25vw;
    padding: 33px 0px !important;
    letter-spacing: 0.3px;
}

.separador_mapa b {
    font-weight: 700;
}

.linha_detalhes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.linha_detalhes .detalhes_coluna {
    width: 50%;
}

.linha_detalhes .detalhes_coluna:nth-child(1) img {
    border-radius: 10px;
}

.waze_botao {
    top: 7%;
    position: absolute;
    right: 12%;
    transition: .3s;
    width: 16.25vw !important;
}

.waze_botao:hover {
    transform: scale(1.15);
}

#localizacao-detalhes .et_pb_lightbox_image::before {
    content: none;
}


.detalhe_linha01,
.detalhe_linha02 {
    gap: 10px;
    display: flex;
    flex-direction: row;
}

.detalhe_linha01 img,
.detalhe_linha02 img {
    border-radius: 10px;
    height: 10.3125vw;
    width: 100%;
    object-fit: cover;
}

.linha_detalhes p {
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-top: 0.5vw;
}

.detalhe_linha01 {
    margin-bottom: 1vw;
}

.detalhe_linha01 div:nth-child(1) {
    width: calc(66.67% - 10px);
}

.detalhe_linha01 div:nth-child(2),
.detalhe_linha02 div {
    width: calc(33.33% - 10px);
}

.linha-baixa {
    margin-top: 30px;
}

.linha-baixa img {
    border-radius: 10px;
    height: 15.3125vw;
    width: 100%;
    object-fit: cover;
}


/************** REALIZACAO E TEXTO LEGAL ***************/

#realizacao .et_pb_code_inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 10%;
}

.logo_caixa {
    margin-top: 18px;
}

#realizacao {
    padding: 50px 0 0 0;
}

.realizacao_img {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.realizacao_img p {
    font-family: 'D-din';
    text-transform: uppercase;
    color: #161616;
    font-size: 10px;
    margin-bottom: 2.60vw;
}

.realizacao_img img {
    width: 210px;
}

.realizacao_img img.logo_jcr {
    width: 75px;
}

.organiza_incorp {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
}

#texto-legal .et_pb_row,
#politica-privacidade .et_pb_row {
    max-width: 100%;
    width: 62.8%;
}

#texto-legal {
    background-color: #fff;
    padding: 20px 0;
}

#realizacao .et_pb_column_1_3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 33.33%;
}

#realizacao .et_pb_module {
    margin: 0;
}

#texto-legal .texto-legal {
    color: #000;
    font-size: 11px !important;
    line-height: 14px;
    text-align: center;
}

#politica-privacidade {
    background-color: #e6e6e6;
    padding: 40px 0;
}

#politica-privacidade .politica-privacidade {
    color: #000;
    font-size: 11px !important;
    line-height: 14px;
    text-align: center;
    margin-bottom: 10px;
}


/**********************************************************/
/****************** QUEBRAS DESK **************************/
/**********************************************************/
@media screen and (max-width: 1600px) {
    /*#plantas .area-filtro li {
        font-size: 18px;
        line-height: 24px;
    }*/
}

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

    #top-menu a,
    #top-menu li.current-menu-item>a {
        font-size: 13px;
    }

    .form-exent .form_titulo {
        font-size: 18px;
    }

    .texto_padrao {
        font-size: 14px;
        line-height: 20px;
        width: 90%;
    }

    #contato .et_pb_column_1_4,
    #whatsapp .et_pb_column_1_4 {
        width: 45%;
        margin-right: 5% !important;
    }

    #simule .et_pb_column_1_4 {
        width: 45%;
        margin-left: 5%;
    }

    #contato .et_pb_column_1_4.et_pb_column_empty,
    #simule .et_pb_column_1_4.et_pb_column_empty,
    #whatsapp .et_pb_column_1_4.et_pb_column_empty {
        width: 0% !important;
        margin: 0 !important;
    }

    #contato .et_pb_column_1_2,
    #simule .et_pb_column_1_2,
    #whatsapp .et_pb_column_1_2 {
        width: 50% !important;
        margin: 0% !important;
    }

    #contato .imgs-form {
        width: 26.55vw;
        height: 22.37vw;
    }

    #whatsapp .imgs-form {
        width: 26.39vw;
        height: 21.94vw;
    }

    #simule .imgs-form {
        width: 23.66vw;
        height: 23.45vw;
    }

    .linha_plantas {
        width: 85%;
    }

    #plantas .area-filtro li {
        font-size: 13px;
    }

    .legenda-plantas {
        font-size: 8px;
        line-height: 10px;
        width: 60%;
        right: 5%;
    }
}

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

    #top-menu a,
    #top-menu li.current-menu-item>a {
        font-size: 12px;
    }

    #contato .et_pb_row,
    #simule .et_pb_row,
    #whatsapp .et_pb_row {
        width: 85%;
    }

    .realizacao_img img {
        width: 190px;
    }


    #gmap-holder iframe {
        height: 400px;
    }

    .separador_mapa {
        padding: 25px 0px !important;
        font-size: 16px;
    }

    .titulo_living {
        font-size: 22px;
    }

    .subtitulo_padrao {
        font-size: 22px;
    }

    .form-exent-enviar {
        font-size: 16px !important;
    }
}

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

    #contato .et_pb_row,
    #simule .et_pb_row,
    #whatsapp .et_pb_row {
        width: 90%;
    }

    #top-menu a,
    #top-menu li.current-menu-item>a {
        font-size: 11px;
    }

    .et_pb_row {
        width: 80%;
    }

    #lazer::before {
        left: 6.5%;
    }

    #lazer::after {
        right: 6.5%;
    }

    .linha_plantas {
        width: 90%;
    }

    #contato .et_pb_column_1_4,
    #simule .et_pb_column_1_4,
    #whatsapp .et_pb_column_1_4 {
        width: 35%;
    }

    #contato .et_pb_column_1_2,
    #simule .et_pb_column_1_2,
    #whatsapp .et_pb_column_1_2 {
        width: 60% !important;
    }

    .waze_botao {
        width: 230px !important;
    }

    .legenda-plantas {
        font-size: 7px;
    }

}


/**********************************************************/
/********************* MOBILE *****************************/
/**********************************************************/

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

    .mfp-arrow-left .mfp-a,
    .mfp-arrow-left:after,
    .mfp-arrow-right .mfp-a,
    .mfp-arrow-right:after {
        font-size: 54px !important;
    }

    #top-menu-nav {
        display: none;
    }

    .et_header_style_left #et-top-navigation {
        padding: 10px 0px 0px !important;
    }

    .container.et_menu_container {
        justify-content: flex-end;
    }

    #main-header .menu-item:after {
        content: none;
    }

    .et_header_style_left #et-top-navigation::after {
        content: none;
    }

    .et_fixed_nav #main-header.et-fixed-header {
        background-color: transparent !important;
    }

    .mobile_menu_bar:before {
        background-color: transparent;
        color: #fff;
        font-size: 40px;
    }

    #et-top-navigation {
        float: right;
    }

    #main-header.et-fixed-header {
        background-color: #fff;
    }

    .et_mobile_menu li a {
        border-bottom: 0;
        color: #fff;
        font-size: 15px;
        letter-spacing: .8px;
        line-height: 46px;
        text-transform: uppercase;
    }

    .menu-item-15 a {
        display: none !important;
    }

    .menu-item-15 ul a {
        display: block !important;
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    #main-content .container {
        width: 90%;
    }

    .et_fullwidth_nav #main-header .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #main-header {
        background-color: transparent;
    }

    .et_header_style_left #et-top-navigation {
        padding: 6% 0px !important;
    }

    .et_mobile_menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background: #0e3d39fa;
        border-top: 0;
        box-shadow: none;
        box-sizing: border-box;
        display: none;
        height: 100vh;
        left: 0;
        opacity: 1;
        padding: 20% 10%;
        position: fixed;
        text-align: center;
        top: 0;
        visibility: visible;
        width: 100%;
        z-index: 9999991;
    }

    .mobile_menu_bar {
        background: #0e3d39;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9999992;
        padding: 10px 10px 10px 22px !important;
        border-radius: 50px 0px 0px 50px;
    }

    #et_mobile_nav_menu .opened .mobile_menu_bar:before {
        content: "\4d";
    }

    .et_mobile_menu li li {
        padding-left: 0%;
    }

    #main-header .et_mobile_menu li ul {
        padding: 0;
    }

    #main-header .et_mobile_menu li .sub-menu {
        display: none !important;
    }

    .et_mobile_menu .menu-item-has-children>a {
        background-color: transparent !important;
    }

    .et_header_style_left #et-top-navigation::before {
        content: none;
    }

    #main-footer .container {
        flex-direction: column;
    }

    #footer-bottom {
        padding: 30px 0px 120px 0px;
    }

    .et_pb_row {
        width: 90%;
    }

    #lazer,
    body.et_cover_background {
        background-color: #cec8ae !important;
    }

    #lazer {
        margin-top: 30px;
        padding-bottom: 50px!important;
    }

    #contato,
    #simule,
    #whatsapp {
        padding: 50px 0!important;
    }

    #contato{
        margin-top: 0!important;
    }

    .form-exent-enviar {
        font-size: 20px !important;
    }

    #contato .et_pb_row,
    #whatsapp .et_pb_row {
        flex-direction: column;
    }

    #simule .et_pb_row {
        flex-direction: column-reverse;
    }

    .form-exent {
        width: 600px !important;
    }

    #contato .imgs-form {
        width: 46.354vw;
        height: 25.13vw;
    }

    #whatsapp .imgs-form {
        width: 51.56vw;
        height: 28.38vw;
    }

    #simule .imgs-form {
        width: 47.65vw;
        height: 27.34vw;
    }

    #contato .et_pb_column_1_4,
    #simule .et_pb_column_1_4,
    #whatsapp .et_pb_column_1_4 {
        width: 100%;
        margin: 0 !important;
    }

    #contato .et_pb_column_1_2,
    #simule .et_pb_column_1_2,
    #whatsapp .et_pb_column_1_2 {
        width: 100% !important;
    }

    #contato .et_pb_code_inner,
    #simule .et_pb_code_inner,
    #whatsapp .et_pb_code_inner {
        display: flex;
        justify-content: center;
    }

    #contato .m50,
    #simule .m50,
    #whatsapp .m50 {
        margin-bottom: 50px;
    }

    .form-exent {
        padding: 45px 22px 30px;
    }

    .form-exent-ddd {
        width: 31% !important;
    }

    .form-exent-telefone {
        width: 66% !important;
    }

    #whatsapp .form-exent::before {
        width: 40px;
        height: 40px;
        right: 27px;
        top: 23px;
    }

    .botao-enviar svg {
        width: 22px;
        top: calc(50% - 11px);
        right: 33%;
    }

    #simule .form-exent::before,
    #contato .form-exent::before {
        width: 14.18vw;
        height: 14.08vw;
    }

    .form-exent .form_titulo {
        font-size: 23px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .lista_titulo_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        background-color: #f87e3c;
        margin: 0px !important;
        padding: 20px 25px;
        border-radius: 60px;
        transition: .5s ease-in-out;
    }

    .linha_plantas {
        width: 100%;
    }

    .linha_plantas .codigo_90 {
        width: 90%;
        margin-left: 5%;
    }

    #plantas .area-filtro {
        width: 1300px;
        padding: 13px 20px;
    }

    #plantas .box-filtro {
        overflow: auto;
    }

    #plantas .area-filtro li,
    #plantas .area-filtro li:hover,
    #plantas .area-filtro li.ativo {
        font-size: 14px;
    }

    .galeria_plantas .swiper {
        width: 100%;
        margin-left: 0%;
    }

    .galeria_plantas .swiper.pes_dois_slides {
        margin-left: -7%;
    }

    .galeria_plantas .swiper-slide {
        height: 63.286vw;
    }

    .galeria_plantas .swiperPlanta01 .swiper-slide,
    .galeria_plantas .swiperPlanta02 .swiper-slide,
    .galeria_plantas .swiperPlanta03 .swiper-slide {
        height: 60.989vw;
    }

    .galeria_plantas .swiper-slide::after {
        background-size: contain;
        width: 178px;
        height: 35px;
    }

    .linha_planta .et_pb_code_inner {
        flex-direction: column;
    }

    .box_planta {
        border-radius: 10px;
        padding: 20px;
        width: 100%;
    }

    .divisor_galeria.divisor_mbl {
        display: block;
        margin: 50px 0;
        background-image: -webkit-linear-gradient(left, #f0f0f000, #93b23c, #f0f0f000);
        background-image: -moz-linear-gradient(left, #f0f0f000, #93b23c, #f0f0f000);
        background-image: -ms-linear-gradient(left, #f0f0f000, #93b23c, #f0f0f000);
        background-image: -o-linear-gradient(left, #f0f0f000, #93b23c, #f0f0f000);
        border: 0;
        height: 2px;
    }


    #lazer .et_pb_row {
        width: 95%;
    }

    #lazer .et_pb_row .et_pb_column {
        padding: 30px 20px;
    }

    .subtitulo_padrao {
        font-size: 26px;
    }

    .galeria_lazer .swiper {
        width: 170%;
        margin-left: -35% !important;
    }

    .galeria_lazer .swiper-slide,
    .galeria_lazer .et_pb_gallery_image img {
        height: 300px;
    }

    .titulo_padrao {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .texto_padrao {
        width: 100%;
    }

    .galeria_lazer .pagination-residencial,
    .galeria_lazer .pagination-livings {
        padding-top: 50px;
    }

    #plantas .texto_padrao {
        width: 100%;
    }

    .living-traco {
        margin-top: 40px;
    }

    .linha_detalhes {
        gap: 20px;
        flex-direction: column;
    }

    .linha_detalhes .detalhes_coluna {
        width: 100%;
    }

    .detalhe_linha01 img,
    .detalhe_linha02 img {
        height: 22.3125vw;
    }

    .linha_detalhes p {
        margin-top: 5px;
    }

    .detalhe_linha01 {
        margin-bottom: 10px;
    }

    .linha-baixa img {
        height: 25.3125vw;
    }

    .linha_detalhes .detalhes_coluna:nth-child(2) {
        margin-left: 5px;
    }

    #texto-legal .et_pb_row,
    #politica-privacidade .et_pb_row {
        width: 90%;
    }

    #realizacao .et_pb_code_inner {
        gap: 18%;
    }

    .realizacao_img img {
        width: 150px;
    }

    .assin img {
        width: 200px;
    }

    .realizacao_img img.logo_jcr {
        width: 60px;
    }

    .legenda-plantas {
        font-size: 10px;
        line-height: 12px;
    }

    #lazer::after {
        width: 11.03vw;
        height: 8.2vw;
        right: 1.5%;
    }

    #lazer::before {
        width: 11.03vw;
        height: 8.2vw;
        left: 1.5%;
    }

    .imgs-form {
        margin-bottom: 40px;
    }

}

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

    .form-exent {
        width: 100% !important;
        margin-left: 0%;
    }

    .galeria_lazer .swiper {
        width: 200%;
        margin-left: -50% !important;
    }

    .galeria_lazer .swiper-slide,
    .galeria_lazer .et_pb_gallery_image img {
        height: 45vw;
    }

    .et_pb_gallery_image a::before,
    .et_pb_lightbox_image::before {
        height: 25px;
        width: 25px;
        right: 10px;
        top: 10px;
        background-size: 74%;
    }

    .subtitulo_padrao {
        font-size: 22px;
    }

    .titulo_padrao {
        font-size: 24px;
    }

    .galeria_plantas .swiper-slide {
        height: 80vw;
    }

    .galeria_plantas .swiperPlanta01 .swiper-slide,
    .galeria_plantas .swiperPlanta02 .swiper-slide,
    .galeria_plantas .swiperPlanta03 .swiper-slide {
        height: 77.66vw;
    }


    .galeria_lazer .swiper-button-next,
    .galeria_lazer .swiper-button-prev,
    #plantas .galeria_plantas .swiper-button-prev,
    #plantas .galeria_plantas .swiper-button-next {
        top: 98%;
    }

    #simule .form-exent::before,
    #contato .form-exent::before {
        width: 22.18vw;
        height: 21.08vw;
        right: -5vw;
        top: -6.56vw;
    }

    #whatsapp .form-exent::before {
        right: -6px;
        top: -6px;
    }

    #plantas .area-filtro {
        width: 1100px;
    }

    #plantas .area-filtro li,
    #plantas .area-filtro li:hover,
    #plantas .area-filtro li.ativo {
        font-size: 12px;
    }

    .titulo_living {
        font-size: 20px;
    }

    .waze_botao {
        width: 190px !important;
        right: 5%;
    }

    .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, 1.5px) !important;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px)) !important;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px)) !important;
    }

    .legenda-plantas {
        font-size: 10px;
        line-height: 12px;
        position: relative;
        bottom: auto;
        right: auto;
        width: 95%;
        margin: 15px 2.5% 0 2.5%;
    }

    .box_planta {
        padding: 5px;
    }

    #realizacao .et_pb_code_inner {
        flex-direction: column;
        gap: 50px;
    }
}


@media screen and (max-width: 500px) {
    .subtitulo_padrao {
        font-size: 20px;
    }

    .titulo_padrao {
        font-size: 22px;
    }

    .texto_padrao {
        font-size: 12px;
        line-height: 18px;
    }

    .form-exent .form_titulo {
        font-size: 20px;
        line-height: 27px;
    }

    .form-exent-nome,
    .form-exent-email,
    .form-exent-ddd,
    .form-exent-telefone,
    .form-exent-mensagem,
    .form-exent-renda {
        font-size: 14px !important;
        padding: 10px 10px !important;
    }

    .botao-enviar svg {
        right: 22%;
    }
    #contato .imgs-form {
        width: 79.11vw;
        height: 44.88vw;
    }

    #simule .imgs-form {
        width: 75.33vw;
        height: 42.66vw;
    }

    #whatsapp .imgs-form {
        width: 86vw;
        height: 47.44vw;
    }


    .organiza_incorp {
        flex-direction: column;
    }
}

@media screen and (max-width: 390px) {
    .form-exent-enviar {
        font-size: 17px !important;
    }

    .botao-enviar svg {
        width: 20px;
        top: calc(50% - 10px);
    }

    .separador_mapa {
        font-size: 15px !important;
        padding: 25px !important;
    }

    .galeria_lazer .swiper-button-next {
        right: 0 !important;
    }

    .galeria_lazer .swiper-button-prev {
        left: 0 !important;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px)) !important;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px)) !important;
    }

    .galeria_plantas .swiper-slide {
        height: 82vw;
    }

    .galeria_plantas .swiperPlanta01 .swiper-slide,
    .galeria_plantas .swiperPlanta02 .swiper-slide,
    .galeria_plantas .swiperPlanta03 .swiper-slide {
        height: 79.66vw;
    }
}


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

    .form-exent span,
    .form-exent .obrigatorios {
        font-size: 10px !important;
    }

    .galeria_plantas .swiper-slide {
        height: 89vw;
    }

    .galeria_plantas .swiperPlanta01 .swiper-slide,
    .galeria_plantas .swiperPlanta02 .swiper-slide,
    .galeria_plantas .swiperPlanta03 .swiper-slide {
        height: 85.66vw;
    }
}