:root{--color-txt:#222;--color-input:#222;--height-top:70px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#FFF}::-webkit-scrollbar-thumb{background:var(--color-site)}body{font-family:'Open Sans';font-size:16px;line-height:100%;color:var(--color-txt)}.tit{font-family:"DM Sans","Open Sans",Arial,sans-serif;font-optical-sizing:auto;font-size:2rem;font-weight:600;line-height:1;color:var(--color-site)}a,li,p,span{color:var(--color-txt-theme)}.btn{font-weight:600;font-size:1.2rem;padding:15px!important;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.add-fav.button .fa-heart{font-size:1.2em}#footer .copy{color:var(--color-txt)}.form .chosen-container .chosen-single,.form .chosen-container .chosen-single span,.form button:not(.fancybox-close-small),.form input,.form select,.form textarea{padding:0 16px;font-size:.95rem;line-height:130%;color:var(--color-input);background:#FFF;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.form .chosen-container .chosen-single span:not(textarea),.form .chosen-container .chosen-single:not(textarea),.form button:not(.fancybox-close-small):not(textarea),.form input:not(textarea),.form select:not(textarea),.form textarea:not(textarea){height:50px}.form .chosen-container .chosen-single span:disabled:not(.submit),.form .chosen-container .chosen-single:disabled:not(.submit),.form button:not(.fancybox-close-small):disabled:not(.submit),.form input:disabled:not(.submit),.form select:disabled:not(.submit),.form textarea:disabled:not(.submit){background:#f6f7f9}.form .chosen-container .chosen-single span::-webkit-input-placeholder,.form .chosen-container .chosen-single span::-webkit-textarea-placeholder,.form .chosen-container .chosen-single::-webkit-input-placeholder,.form .chosen-container .chosen-single::-webkit-textarea-placeholder,.form button:not(.fancybox-close-small)::-webkit-input-placeholder,.form button:not(.fancybox-close-small)::-webkit-textarea-placeholder,.form input::-webkit-input-placeholder,.form input::-webkit-textarea-placeholder,.form select::-webkit-input-placeholder,.form select::-webkit-textarea-placeholder,.form textarea::-webkit-input-placeholder,.form textarea::-webkit-textarea-placeholder{color:var(--color-input)!important}.form textarea{padding:16px}.form .btn-form,.form .submit{font:400 14px Poppins;line-height:100%;color:#FFF;justify-content:center;cursor:pointer;border:none;-moz-transition:ease-in-out .4s;-webkit-transition:ease-in-out .4s;-ms-transition:ease-in-out .4s;-o-transition:ease-in-out .4s;transition:ease-in-out .4s}@media (min-width:1100px){.form .btn-form:hover,.form .submit:hover{opacity:.8;filter:alpha(opacity=80)}}.breadcrump a,.breadcrump span{font:400 12px Poppins;line-height:100%;color:var(--color-txt-theme)}#formSearch .maskPlace{display:none}#header{min-height:var(--height-top);background-color:#FFF;-moz-box-shadow:0 4px 4px rgba(0,0,0,.1);-webkit-box-shadow:0 4px 4px rgba(0,0,0,.1);box-shadow:0 4px 4px rgba(0,0,0,.1)}#header .logo{max-width:min(90vw,300px,240px);max-height:150px}#header .logo-area{padding:10px 0}#header .logo-area a{display:contents}#header .logo-area img+span{text-indent:-1000000px;position:absolute;left:0;top:0}#header .phones{overflow:hidden;min-width:180px}#header .phones a{opacity:0;filter:alpha(opacity=0);position:absolute;left:0;top:.2em}#header .phones a span{-moz-transition:ease-in-out .4s;-webkit-transition:ease-in-out .4s;-ms-transition:ease-in-out .4s;-o-transition:ease-in-out .4s;transition:ease-in-out .4s}@media (min-width:1100px){#header .phones a:hover span{color:var(--color-site)!important}}#header .phones .is-visible{top:0;z-index:2;opacity:1;-webkit-animation:slide-in .6s;-moz-animation:slide-in .6s;animation:slide-in .6s}#header .phones .is-hidden{z-index:1;-webkit-animation:slide-out .6s;-moz-animation:slide-out .6s;animation:slide-out .6s}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);-moz-transform:translateY(120%);-ms-transform:translateY(120%);-o-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}}.menu-less a{font-size:.998rem;-moz-transition:ease-in-out .4s;-webkit-transition:ease-in-out .4s;-ms-transition:ease-in-out .4s;-o-transition:ease-in-out .4s;transition:ease-in-out .4s}.menu-less a.active{color:var(--color-site);font-weight:600!important}@media (min-width:1100px){.menu-less a:hover{color:var(--color-site)}}.menu{width:300px;max-width:100%;position:fixed;right:-110%;top:0;z-index:999;overflow:auto;background-color:var(--color-txt)}.menu::-webkit-scrollbar{width:4px}.menu::-webkit-scrollbar-track{background:#FFF}.menu::-webkit-scrollbar-thumb{background:var(--color-site)}.menu.active{right:0;opacity:10;filter:alpha(opacity=1000)}#footer .boxBottom{background:#303030}#footer .copy{color:#787878}#footer .logo-footer img{max-height:100px}#formNews button,#formNews input{border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}#formNews input,#formNews textarea{color:#FFF;padding:0 30px;border-color:#FFF;background:0 0}#formNews ::-webkit-input-placeholder,#formNews ::-webkit-textarea-placeholder{color:#FFF!important}#formNews input{height:50px}.list-properties .img-area{height:45%;background-image:url(assets/img/loading.svg);background-position:center;background-repeat:no-repeat;background-size:30px}.list-properties .img-area:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:60%;opacity:.8;filter:alpha(opacity=80);z-index:10;background:linear-gradient(transparent 3%,rgba(0,0,0,.9))}.list-properties .img-area img{transition:all .2s ease-in-out}.list-properties .photo-blur img{filter:blur(8px)}.list-properties .slide-prev{left:0}.list-properties .slide-next{right:0}.list-properties .slide-arrow{padding:10px;height:100%}@media (min-width:1100px){.list-properties .slide-arrow:hover{background:#23232350}}.list-properties .tag{display:flex;justify-content:center;margin-bottom:5px}@media (min-width:1100px){.list-properties .inside-item:hover img{transform:scale(1.05)}}@media (max-width:700px){.list-properties .item{padding:10px 0}}.paginacao a.active,.paginacao.hasHover a:hover{color:#FFF;background:#e1e1e1}.paginacao .points,.paginacao a{font:400 14px 'Open Sans';line-height:100%;color:var(--color-txt);border:1px solid #e1e1e1;background:#FFF;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-moz-transition:ease-in-out .4s;-webkit-transition:ease-in-out .4s;-ms-transition:ease-in-out .4s;-o-transition:ease-in-out .4s;transition:ease-in-out .4s;display:inline-flex;align-items:center;justify-content:center}.paginacao svg path{-moz-transition:ease-in-out .4s;-webkit-transition:ease-in-out .4s;-ms-transition:ease-in-out .4s;-o-transition:ease-in-out .4s;transition:ease-in-out .4s;fill:var(--color-txt)}#home .banner-area{height:80vh;min-height:70vh}#home .banner-area.onload{height:50vh;min-height:20vh}#home #video-banner{right:0;bottom:0;height:100%}#home #video-banner iframe{position:absolute;left:0;top:0;height:300%;top:-100%;pointer-events:none}#home #video-banner .bg{background:#fffFFF30}#home .cycle-pager span{font-size:0;display:inline-block;width:15px;height:15px;margin:0 3px;background:#ddd;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}#home .cycle-pager span.cycle-pager-active{background:#a6a6a3}#home .banner-area.onload+.search-area{display:none}#home .tit-banner{font-size:2.99rem}@media (min-width:840px){#home .highlights img{clip-path:polygon(0 0,100% 0,75% 100%,0 100%)}}#home .highlights .tit-banner-property{font-size:2.1rem}#home .highlights .cycle-highlights-prev{left:-2.4rem}#home .highlights .cycle-highlights-next{right:-2.4rem}@media (max-width:800px){#home .highlights .cycle-highlights{height:750px!important}#home .highlights img{height:50%}}#home .main.onload,#home .site-sections.onload{height:50vh}#home .onload{background:url(../img/onload.gif) center center;background-repeat:no-repeat}@media (max-width:700px){#home .search-area{left:0;top:50px;transform:translateX(0) translateY(0)}#home .banner-area{height:100vh}#home .group-types label{margin:3px}}#imoveis .btn-listing,#imoveis .filter{height:40px}#imoveis .filter{width:120px;padding-left:5px;padding-right:5px}#imoveis .search-area{border:1px solid #e8e9ed;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}#imoveis .btnFind{border:1px solid var(--color-site)}@media (min-width:1100px){#imoveis .btnFind:hover{color:#FFF!important;background:var(--color-site)!important}}#imoveis .overlay-filter{position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}@media only screen and (max-width:1200px){#imoveis .main .sidebar{width:400px;max-width:100%;height:100%;overflow-y:auto;position:fixed;left:-120%;top:0;z-index:99999999;opacity:0;filter:alpha(opacity=0)}#imoveis .main .sidebar.active{left:0;opacity:10;filter:alpha(opacity=1000)}#imoveis .main .sidebar.active+.overlay-filter{display:block}}@media (min-width:1100px){#imovel #wrap{overflow:inherit}}#imovel .fancybox-slide--iframe .fancybox-content{max-height:300px!important}@media (min-width:680px){#imovel .fancybox-slide--iframe .fancybox-content{max-height:583px!important}}#imovel .gallery .mainImg,#imovel .gallery figure{overflow:hidden;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}#imovel .gallery img{width:100%;height:100%;object-fit:cover}#imovel .gallery-less{display:flex;justify-content:center;gap:7px}#imovel .gallery-less .mainImg,#imovel .gallery-less figure{width:100%;max-height:500px}@media (min-width:700px){#imovel .gallery-full{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;grid-template-rows:repeat(2,300px);gap:7px}#imovel .gallery-full .mainImg{grid-row:span 2/auto;grid-column:span 2/auto}#imovel .gallery-full figure:nth-child(2){grid-column:span 2/auto}#imovel .gallery-full .overlay{background-color:rgba(0,0,0,.6)}}#imovel .buttons-area button{padding:5px 10px}#imovel .all-photos{overflow-y:auto}#imovel .all-photos .close-photos,#imovel .all-photos .lk-whats-photos{left:unset;right:0;z-index:200}#imovel .share-area a,#imovel .share-area button,#imovel .share-area span{display:flex;align-items:center;justify-content:center}#imovel .share-area .fa-heart{color:var(--color-red)}#imovel .sticky{position:-webkit-sticky;position:sticky;top:100px;justify-content:right}#imovel .main .tags span{padding:7px 12px;margin:0 3px 5px 0;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}#imovel .main address{font-style:normal}#imovel .main .areas-infos i{font-size:1.5em}#imovel .main .btnConhecaEmpreendimento,#imovel .main .btnOffer,#imovel .main .btnSchedule,#imovel .main .btnSimulate{border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;text-transform:inherit}#imovel .features-property{padding-top:40px;padding-bottom:10px;margin-top:20px;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}#imovel .features-property .tit-feature{display:block;padding-bottom:20px;color:var(--color-txt);font-weight:600}#imovel .features-property h3{font-size:0!important}#imovel .features-property h3:after{content:"Comodidades do imóvel";font-size:20px}#imovel .features-property .listOthers{display:flex;flex-wrap:wrap;padding-bottom:20px}#imovel .features-property .listOthers li{padding:0 20px 20px 0}#imovel .features-property .listOthers li i{color:var(--color-site)}#imovel .map-area{padding-top:20px;background:var(--color-light)}#imovel .show-all-videos{font-weight:500;font-size:14px;padding:10px 20px!important;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}#imovel .map-area{padding:40px 0!important}#imovel .map-area .tit{text-align:center}@media (max-width:1100px){#imovel .buttons-area button{line-height:100%}}@media (max-width:900px){#imovel .gallery-full{grid-template-rows:repeat(2,200px)}#imovel .main .side-infos{position:relative;width:100%;padding-top:30px}#imovel .fancybox-slide--video{padding:5px!important}}@media (max-width:600px){#imovel .gallery-full figure{display:none}#imovel .main .header-infos .inside{justify-content:flex-start;flex-direction:column}}