@charset "utf-8";
/* CSS Document */
html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     height:100%;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {color:#333;}
::-moz-placeholder {color:#333;}
:-ms-input-placeholder {color:#333;}
a { color:#000; text-decoration:none; }
select option:nth-child(odd) {
	background: #f1f1f1;
}
select option {
	background: #fff;
	padding: 5px;
	color: #000;
}
.none{display:block}
.block, .celview {display:none}
.desk { margin: -20px 0 0 0; padding-bottom: 15px; }
.cor-span{ color: #D5A057; }

 .menu-container {
     padding: 10px 0;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     flex-wrap: wrap;
     width: 100%;
     position: relative;
     z-index: 9;
     text-transform: uppercase;
    }
    .menu-container.interna {
        background: #112b30;
    }
    
        .menu-left, .menu-right {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .logo {
            padding: 0 20px;
            display: flex;
            align-items: center;
        }
        
        .logo img {
            width: 100px;
            height: auto;
            border: 1px solid #fff;
            padding: 10px;
        }

        .menu-link {
            text-decoration: none;
            color: #fff;
            padding: 5px 20px;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.3s ease;
            white-space: nowrap;
            position: relative;
            text-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .menu-link:hover {
            background: #393939;
        }

         /* Botão hambúrguer - oculto por padrão */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            z-index: 100001;
            position: absolute;
            left: 20px;
            top: 50px;
            transform: translateY(-50%);
        }

        .hamburger span {
            width: 28px;
            height: 3px;
            background-color: #fff;
            margin: 4px 0;
            transition: 0.3s;
            border-radius: 2px;
        }

        /* Animação do hambúrguer para X */
        .hamburger.active span:nth-child(1) {
            transform: rotate(-45deg) translate(-6px, 6px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(45deg) translate(-6px, -6px);
        }

        /* Menu mobile */
        .mobile-menu {
            display: none;
            position: fixed;
            top: 0;
            left: -100%;
            width: 280px;
            height: 100vh;
            background: #112b30;
            box-shadow: 2px 0 15px rgba(0,0,0,0.3);
            transition: left 0.3s ease;
            z-index: 100000;
            padding-top: 80px;
            overflow-y: auto;
        }

        .mobile-menu.active {
            left: 0;
        }

        .mobile-menu-links {
            display: flex;
            flex-direction: column;
            padding: 0;
        }

        .mobile-menu-links .menu-link {
            padding: 18px 25px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            font-size: 16px;
            display: block;
        }

        .mobile-menu-links .menu-link:hover {
            background: #1a3a3f;
        }

        /* Overlay para fechar o menu */
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.6);
            z-index: 99999;
        }

        .overlay.active {
            display: block;
        }
        .form-interesse  input {

        }

        /* Media query para mobile */
        @media only screen and (max-width: 768px) {
            .menu-container {
                background: #112b30;
                padding: 15px 0;
                justify-content: center;
            }

            .menu-left,
            .menu-right {
                display: none !important;
            }

            .hamburger {
                display: flex;
            }

            .mobile-menu {
                display: block;
            }

            .logo {
                padding: 0;
                margin: 0 auto;
            }

            .logo img {
                width: 80px;
            }
        }

        @media only screen and (max-width: 480px) {
            .mobile-menu {
                width: 250px;
            }

            .logo img {
                width: 70px;
            }
        }

        /*******/
.tarja-venda {
    display: none;
}

.home-bloco {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
	padding: 60px 20px;
}

.home-bloco2 {
    max-width: 1140px;
    margin: 0 auto;
	padding: 60px 20px;	
}

.home-esquerda img {
    max-width: 80px;
}

.bloco-icone {
    float: left;
}

@media only screen and (min-width: 1024px) {
	.home-esquerda {
    width: 60%;
	}
	.home-direita {
    width: 40%;
	}
	.blocos-cidades img {
    width: 33%;
	}
	
}

@media only screen and (max-width: 796px) {
	.social { display: none; }
	.blocos-cidades img {
    width: 49%;
	}
}

.b-preto {
    color: #fff;
    background-color: #000;
    padding: 15px;
}
p.b-preto-sup {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
p.b-preto-inf {
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

p.bloco2-titulo {	
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
	text-align: center;
}

p.bloco2-subtitulo {	
	text-align: center;
    line-height: 30px;
	margin: 0 0 30px 0;
}

.thumb-imov .tarja-condominio {
    display: none !important;
}

.equipe-bloco {
    text-align: center;
    font-size: 1.825em;
    margin: 0 auto;
}
p.equipe-titulo {
    font-size: 36px;
    font-weight: 600;
}

@media only screen and (min-width: 1024px) {
.eq-col {
    width: 30%;
    float: left;
}
.equipe-bloco {
    width: 95%;
}
.fotos-equipe {
    display: inline-block;
}
.eq-col {
    margin: 15px;
}
}


.eq-cargo {
    font-size: 18px;
}
.eq-col img {
    height: 420px;
    width: auto;
}

body {
	background:#fff; 
	margin:0; 
	padding:0; 
	height:100%;   
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
  	font-size: 16px;
  	color: #000;
}

#tudo {min-height:100%;}
* html #tudo {height:100%;}
	
.clearfix:before, .clearfix:after {content:" "; display:table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

a, .thumb-imov img, .enviar, .container, .img33, .img100 {-webkit-transition: all .20s ease-in;-moz-transition: all .20s ease-in;-o-transition: all .20s ease-in;-ms-transition: all .20s ease-in;transition: all .20s ease-in;}

.left {float:left;}
.right {float:right}

.separador {border-right: 2px #000 solid;}

.center {width:100%; max-width:90%; height:auto; overflow: hidden; margin:0 auto 0 auto;}

.tel-topo {width:auto; float: right; font-weight: 400; font-size: 18px; color: #fff;position: relative; margin: 35px 35px 0 35px;}
.tel-topo a {text-decoration: none; color: #fff;}
.topbar {
    text-align: center;
    background: rgb(167, 132, 67);
    background: linear-gradient(180deg, rgba(167, 132, 67, 1) 0%, rgba(240, 222, 133, 1) 50%, rgba(167, 132, 67, 1) 100%);
    padding: 8px 0;
    font-size: 20px;
    text-transform: uppercase;
}
@media only screen and (max-width: 796px) {
.topbar {
    text-align: center;
    background: rgb(167, 132, 67);
    background: linear-gradient(180deg, rgba(167, 132, 67, 1) 0%, rgba(240, 222, 133, 1) 50%, rgba(167, 132, 67, 1) 100%);
    padding: 8px 0;
    font-size: 13px;
    text-transform: uppercase;
}
}
.social {float:right;position: relative;margin: 25px 35px 0 35px;}
.social ul {text-decoration:none; margin:0; padding:0; list-style:none;}
.social li {display:block; float:left; margin:0 8px; background:none !important; list-style:none;}
.social a {background:; display:block;}
.social a {width:auto; height:34px; }
.social a:hover { opacity:0.6; border: 0;}
.social img {
	height: 80%;
}

.banner {
    width: 100%; 
    height: auto; 
    margin: -140px 0 0 0; 
    position: relative; 
    overflow: hidden; 
    z-index: 1;
}
@media only screen and (min-width: 796px) {
	.banner {width: auto !important; height: 100% !important;}
}

.banner ul.bjqs-controls.v-centered li a{position:absolute; margin-top:15%!important; z-index: 9999!important;} 

/*busca*/
.box-busca {width:877px; max-width:100%; height:auto; overflow:hidden;margin: -23.3vh auto 5% auto; position:relative; z-index:90;}
.box-busca-page {width:877px; max-width:100%; height:auto; overflow:hidden; margin:-130px auto 85px auto; position:relative; z-index:90;}

.content-titulo {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	border-bottom: 2px solid #2C6D7A;
    max-width: 20%;
    margin: 0px auto 0 auto;
    padding: 7px;
    font-size: 18px;
}
.detalhes-titulo {
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bolder;
	margin: 30px 0 20px 20px;
}

.ipt {-webkit-appearance:none; -moz-appearance:none; background:#fff; width:203px; height:46px; margin:1px 0 0 1px; float:left; border:0; border-radius:0; padding:0 0 0 13px; font-size:0.9375em; font-style:italic; color:#555;}
.slt {-webkit-appearance:none; -moz-appearance:none; background:url(../images/select.png) no-repeat right #fff; width:218px; height:48px; margin:1px 0 0 1px; float:left; border:0; border-radius:0; padding:0 0 0 13px; font-size:0.9375em; font-style:italic; cursor:pointer; color:#555;}

.buscar {
	-webkit-appearance:none; -moz-appearance:none; 
	background:#112b30; 
	width:435px; 
	height:50px; 
	margin:0 auto 0 24.6%; 
	display:list-item; list-style:none; border:0; border-radius:0; font-size:0.9375em; font-style:italic; text-transform:uppercase; cursor:pointer; color:#fff;}
.buscar:hover {background:#555; color:#fff;}
.ipt, .slt {
	border: 1px solid #112b30;
	margin: 0 -1px -1px 0;
}
.col2 select {
    border: 1px solid #003974;
    margin-bottom: 10px;
    width: 99.9%;
}

.content {width:1140px; max-width:100%; height:auto; overflow:hidden; margin:0 auto 50px auto; padding: 80px 0 0 0;}
.content-interna {
    width:1140px; 
    max-width:100%; 
    height:auto; 
    overflow:hidden; 
    margin:0 auto; 
    padding: 180px 0 0 0;
}
.quem_faz img {
	border: 1px solid #000;
	width: 100%;
	max-width: 600px;
}
.content h1, .content-interna h1 {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-bottom: -10px;
}
.content h2, .content-interna h2 {
	margin: 10px 0 5px 0;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #131f38;
}

.content-interna h2 {
	font-size: 2em;
	margin-top: -100px;
	margin-bottom: 50px;
}
.content-interna p {
	font-size: 1em;
	line-height: 30px;
	text-align: justify;
    margin-bottom: 50px;
}
.titulo-barra {width: 100%;text-align: center;min-height: 20px;}
.titulo-barra-esquerda {width: 25%;position: relative;float: left;background: url(../images/barra-titulo.png) no-repeat center center;min-height: 45px;}
.titulo-barra-texto {width: 50%;position: relative;float: left;min-height: 45px;font-size: 1.55em;text-align: center;bottom: -8px;}
.titulo-barra-direita {width: 25%;position: relative;float: right;background: url(../images/barra-titulo.png) no-repeat center center;min-height: 45px;}

/*
.imoveis, .imoveis-lista {
    display: flex; 
    justify-content:space-between; 
    flex-flow: wrap;
    gap: 20px;
}
.box-imov {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 50px auto 15px auto;
    box-shadow: 3px 3px 10px 0px #b9b9b9;
}
*/
.imoveis, .imoveis-lista {
    /*
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    */
}

.box-imov {
    box-shadow: 3px 3px 10px 0px #b9b9b9;
    height: auto;
    width: 47.35%;
    margin: 30px 15px;
    float: left;
    /*
    margin: 30px 0 0 0;
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    */
    box-sizing: border-box;
}
.box-imov h3 {
    margin: 0 10px 35px 10px;
    font-weight: 400;
    line-height: 20px;
    font-size: 1em;
    color: #D5A057;
}
.box-imov h4 {
    margin: 20px 0 20px 0; font-weight: 400;
	line-height: 18px;
    font-size: 14px;
    color: #636363;
}
.box-imov h4 span:nth-child(1) {
    margin-left: 10px;
}
.box-imov h4 span {
    margin-right: 2px;
    background: #f4f4f6;
    padding: 5px 10px 5px 10px;
}
.box-imov h3 a {
    color: #fff;
    background-color: #D5A057;
    float: right;
    padding: 6px 20px;
    border-radius: 6px;
    font-weight: 100;
    font-size: 0.7em;
    text-transform: uppercase;
    margin-top: -25px;
}

.box-imov h3 a:hover {
    opacity: 0.8;
}
.box-imov h4 p {
    float: right;
    margin: 0px 15px 10px 0;
    font-weight: 100;
    font-size: 1em;
    color: #000;
    text-transform: capitalize;
}
.box-imov .tarja-venda {margin: 0;padding: 5px 15px;font-weight: 700;line-height: 30px;font-size: 1.15em;text-transform: uppercase;color: #fff;background-color: #112b30;width: 15%; text-align: center;transition: all .2s ease-in-out;}
.tarja-venda.carregar:hover {background-color: #333;}
.box-imov .tarja-locacao {margin: 0;padding-left: 5px;font-weight: 700;line-height: 30px;font-size: 1.15em;text-transform: uppercase;color: #fff;background-color: #112b30;width: 22%; text-align: center;}

.tit-finalidade {
	background: #c14746;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	font-size: 1.3em;
	z-index: 999;
	position: absolute;
	margin: 15px 0 0 -15px;
}

.tit-condominio {
	background: url('../images/bg-transp.png');
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 1em;
	margin-top: -59px;
	width: 100%;
	float: left;
	z-index: 999;
	position: relative;
}

.galeria a {
	cursor: pointer;
}
.galeria a:hover {
	opacity: 0.8;
}
.gallery-container {display: none;}
.galeria {
	position: relative;
	height: 450px;	
	overflow: hidden;
    margin-top: 10px;
}
.galeria a:first-child img {
	width: 630px;
	height: 440px;
    padding: 10px 10px 0 0;
}
.galeria img {
	width: 255px;
	height: 210px;
	float: left;
	border-radius: 20px;
	object-fit: cover;
    padding: 10px;
	object-position: right bottom;
}
.total_fotos {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	opacity: 0.8;
	float: left;
	position: absolute;
	margin: 385px 0 0 20px;
	z-index: 1;
}
.jg-caption { display: none; }
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
.thumb-imov {height: 320px !important;}
.header li a {font-size: 16px !important;}
.box-imov h4 {font-size: 10px !important;}
.box-imov h3 {font-size: 16px !important;}
}
.thumb-imov {background:#fff;width:100%;height: 310px;overflow:hidden;margin:0 0 20px 0;position:relative;z-index:9;background-color: #eee;}
.thumb-imov img {position: relative;height: 100%;width: 100%;transition: all .2s ease-in-out;} 
.thumb-imov img:hover { opacity:0.8; } 
.thumb-imov .tarja-condominio {position: relative;top: -9%;width: 100%;height: 35px;z-index: 9999;background-color: rgba(34.9,34.9,32.9,0.7);color: #fff;font-weight: 600;text-transform: uppercase;padding: 5px  0 0 5px;}

.img33 {width: 33.3%;  height: auto; float: left;}
.img100 {width: 99.9%;  height: auto; float: left;}

.img33:hover, .img100:hover {opacity: 0.7;}

.mais {background: #000; display: inline-block; margin: 100px auto; padding: 15px 45px 16px 45px; font-size: 1.125em; text-decoration: none; font-weight: 400; color: #fff; border: 3px solid #112b30;}
.mais:hover {background: #fff; color: #000}

.instagram-gallery {width:1140px; max-width:90%; height:auto; overflow:hidden; margin:0 auto 0 auto; padding:55px 0 0 0;}
.instagram-gallery h3 {margin: 10px 0 50px 0; padding: 0 0 0 0; font-weight: 500; line-height: 34px; font-size: 2.125em; text-align: center; color: #000;}

.youtube-gallery {width:1140px; max-width:90%; height:auto; overflow:hidden; margin:0 auto 0 auto; padding:55px 0 0 0;}
.youtube-gallery h3 {margin: 10px 0 50px 0; padding: 0 0 0 0; font-weight: 500; line-height: 34px; font-size: 2em; text-align: center; color: #000;}

.youtube-gallery iframe {
	width: 24%;
	height: auto;
	float: left;
	padding: 0 5px;
}
/* DETALHES */

/* Slide */

	#items-wrapper {width: 100%; position: relative;}
	#items {display: flex; overflow-x: hidden; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-behavior: smooth;}
	.item {flex: none; width: 50%; height: 32vw; scroll-snap-align: start; pointer-events: none;}
	.banner img, .whatsapp img {width: 100%; height: 100%; object-fit: cover; object-position: center left;}
    .box-imov img {
        width: 100%; 
        height: 100%; 
        object-fit: cover; 
        object-position: top center;
    }

	.arrows {position: absolute;top: 40%; width: 75px; height: 75px; border-radius: 50%; border: none; background:; color: #fff; outline: none; cursor: pointer;}
	.arrows#right {background: url(../js/next.png) no-repeat;right: 5%;}
	.arrows#left {background: url(../js/prev.png) no-repeat;left: 5%;}

/* Fim Slide */

.agende {
	margin: 50px 0 0px 0;
}
.agende h2 {
	color: #000;
	position: relative;
	margin-bottom:20px;
	font-size: 2em;
}
.agende a {
	text-decoration: none;
	color: #fff!important;
	text-align: center!important;
	width: 780px;
	display: block;

}

.ipt-1a {-webkit-appearance:none; -moz-appearance:none; background:#fff; border:0; width:22%; height:63px; border-radius: 0; 
	margin:0 0.2% 0.2% 0; padding:0 0 0 2%; float:left; font-weight:400; outline:none; font-size:0.875em; color:#000;}
.ipt-2a {-webkit-appearance:none; -moz-appearance:none; background:#fff; border:0; width:15%; height:63px; border-radius: 0; 
	margin:0 0.2% 0.2% 0; padding:0 0 0 2%; float:left; font-weight:400; outline:none; font-size:0.875em; color:#000;}
.texta-a {-webkit-appearance:none; -moz-appearance:none; background:#fff; border:0; width:22.2%; height:50px; border-radius: 0; 
	margin:0 0.2% 0.2% 0; padding:13px 0 0 2%; float:left; font-weight:400; outline:none; font-size:0.875em; font-family: 'Varela Round', sans-serif; color:#000;}	


.mapa {width: 100%; height: auto; overflow: hidden; margin: 0;}
.mapa iframe {margin: 0 0 -4px 0;}
.mapa h2 {
    margin: 10px 0 0 0;
    padding: 0 0 45px 0;
    font-weight: 500;
    line-height: 43px;
    font-size: 2.6875em;
    text-align: center;
    color: #000;
}

.video-youtube {
    text-align: center;
    margin: 45px 0 0 0;
}
 /* FIM DETALHES */


.col1 {width: 48%; max-width: 100%; height: auto; overflow: hidden; margin: 0 0 0 0; float: left;}
.col2 {width: 48%; max-width: 100%; height: auto; overflow: hidden; margin: 10px 0 0 0; float: right;}
.col2 img {width: 100%; height: auto;}
.col2 p {margin: 0 0 20px 0;}

 .ipt-1 {-webkit-appearance:none; -moz-appearance:none; border:0; width:100%; height:auto; border-radius: 0; border: 1px solid #666; 
	margin:0 0 10px 0; padding: 15px; float:left; font-weight:300; outline:none; font-size:1em; color:#777; box-sizing: border-box;}

.texta {-webkit-appearance:none; -moz-appearance:none; border:0; width:100%; height:215px; border-radius: 0; border: 1px solid #666; 
	margin:0 0 10px 0; padding: 15px; float:left; font-weight:300 !important; outline:none; font-family: Arial, sans-serif; font-size:1em; color:#777; box-sizing: border-box;}

.enviar {-webkit-appearance:none; -moz-appearance:none; background:#000; border:0; width:18%; height:50px; float:left; border-radius: 0;
	margin:0 auto; display:list-item; font-weight:300; font-size:1.125em; cursor:pointer; color:#fff;}	
.enviar:hover {background:#666;}
		
.ico-map-w {
	margin: -20px 10px 0 0;
	float: left;
}
.miami { width: 100%; max-width: 1140px; height: auto; overflow: hidden; margin: 0 auto 50px auto; }
.miami img {
    width: 100%;
    height: auto;
	-webkit-transition: all .20s ease-in;
    -moz-transition: all .20s ease-in;
    -o-transition: all .20s ease-in;
    -ms-transition: all .20s ease-in;
    transition: all .20s ease-in;
    object-fit: cover;
	object-position: top center;
}
.miami img:hover { opacity: 0.8; }

footer {
    background: #eee;
	width: 100%;
	height: auto;
	color: #000;
}
.col-33 {
	float: left;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-top: 30px;
}
.col-33:nth-child(1) img {
	padding: 11% 0 0 0;
    width: 110px;
    filter: brightness(40%);
}
.col-33:nth-child(2) {
	padding: 3% 0 0 50px;
}
.col-33:nth-child(3) {
	padding: 4.5% 0 0 100px;
}
.col-33:nth-child(2) img {
	float: left;
	margin: -5px 15px 0 0;
}
.creci {
	font-weight: bolder;
	margin-top: 20px;
}

.box-f1 {width: 48%;height: auto;overflow: hidden;float: left;color: #000;}
.box-f1 ul {display: block; list-style:none; padding:0; margin:0 0 0 0; }
.box-f1 li {margin:0 0 15px 0;  font-weight: 500; line-height:16px; font-size: 1em; color: #000;}
.box-f1 li a {text-decoration: none; text-transform: uppercase; color: #000;}
.box-f1 li a:hover {opacity: 0.7;}

.box-f1 p {width:80%; margin: 20px 0; line-height: 21px; font-size: 1em; color: #000;}
.box-f1 .titulo {width:80%;margin: 20px 0 0 0;line-height: 21px;font-size: 1.65em;color: #000;}
.box-f1 .subtitulo {width:80%;margin: 5px 0 20px 0;line-height: 30px;font-size: 1.15em;color: #000;}

.box-f2 {width: 45%; height: auto; overflow: hidden; float: right; text-align: right; color: #000;}
.box-f2 p {margin: 0 0 20px 0;line-height: 21px;font-size: 1.25em;color: #000;}
.texto-footer {margin-bottom: 60px;}

.creditos {
	padding: 15px 0 5px 0; 
	background: #eee;
    font-size: 1em;
    text-align: center;
    border-top: 1px solid #ccc;
	}

footer a.whatsapp {
    display: block;
    width: 64px;
    position: fixed;
    right: 15px;
    bottom: 15px;
	z-index: 99999;
}

.titulo {font-size:34px;text-transform: uppercase;}
.subtitulo{text-transform: uppercase;font-weight: 400;}

.esp-esq {margin-left: 20px;}
.espaco {height: 50px}
.col-9-12 {
    width: 83%;
    height: auto;
    overflow: hidden;
    margin: 0;
    float: left;
}
.col-3-12 {
    width: 15%;
    height: auto;
    overflow: hidden;
    margin: 0;
    float: left;
}

.cta {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.fd-cinza {
    background-color: #eeeeee;
    padding: 20px 0 !important;
}
.cta-h3 {
    font-size: 26px;
    text-transform: uppercase;
}

.cta-p {

    font-size: 22px;
    line-height: 30px;
}

.cta-btn {
    text-decoration: none;
    background-color: #FF8C64;
    padding: 10px 30px !important;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

.cta-btn:hover {
    background-color: #777777;
    color: #fff;
}
.box-f2 p img {
    width: 24px;
    position: relative;
    padding-left: 15px;
    padding-right: 5px;
    bottom: -5px;
}
.p-ft2 img {
    max-width: 350px;
    margin-top: 90px;
}
.ico-ft {
    float: left;
    width: 10%;
}
.texto-ft {
    float: left;
    margin-left: 30px;
    width: 80%;
}
.dados-ft {
    display: inline-block;
    width: 100%;
}

.ico-ft img {
    max-width: 50px;
    bottom: -20px;
    position: relative;
}
.ico-ft.ico-ft2 img {
    max-height: 50px;
    width: auto !important;
    margin: 0 auto;
    display: block;
    bottom: -5px;
}

.ico-ft.ico-ft3 img {
    bottom: -45px;
}
footer .center {
    padding-bottom: 20px !important;
	text-align: center;
}
h2.footer-titulo {
	text-transform: uppercase;
	clear: both;
	float: left;
	width: 100%;
}
p.footer-texto {
    font-size: 1em;
	line-height: 25px;
    font-weight: 100;
}
.tel-social {
    position: relative;
	top: -40px;
}

.espaco-interna {
    height: 300px
}
header.interna {
    background: none !important;
    padding: 33px 0 100px 0;
}
.titulo2 {
    font-size: 36px !important;
}

.maisimoveis {
    display: block;
    text-align: center;
    margin-top: 100px;
    text-decoration: none;
    background-color: #000;
    width: 200px;
    color: #fff;
    margin: 50px auto 0;
    padding: 10px 20px;    
}

.maisimoveis:hover {
    background-color: #FF8C64;
}
.subir {
top: -5px;
    position: relative;
    z-index: 4;
}

p, h1, h2, h3, h4, h5, h6, span, a {
    text-decoration: none;
}
input.ipt.ref {
    width: 10% !important;
}
a.seta-baixo img {
    max-width: 32px;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: -110px !important;
    padding-bottom: 53px;
    transform: rotate(90deg);
    left: -32px;
}

.col-4-12 {
    width: 25%;
    height: auto;
    overflow: hidden;
    margin: 0;
    float: left;
    margin-left: 5%;
}
.col-8-12 {
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0;
    float: left;
}
.cinza-top {
    position: relative;
    top: -41px;
}
h3.cta-h4 {

    font-size: 22px;
    text-transform: uppercase;
    line-height: 0.3em;
}
p.dados-imovel {

    margin: 0;
}
p.dados-imovel-cod {

}
p.dados-imovel2 {    

    margin: 0;
    font-size: 22px;
}
.content.sempad {
    padding-top: 0;
}

.col-3 {
    width: 31%;
    display: inline-block;
    margin: 1%;
}

.col-2 {
    width: 15%;
}

.col-6 {
    width: 45%;
}

.col-4 {
    width: 35%;
}
.whats {
    width: 50px;
}

.em-linha .cta-p {
    margin-left: 20px;
    color: #000;
}
    

.em-linha {
    display: inline-flex;
    text-decoration: none !important;
}
.formulario input {
    background-color: #888888;
    color: #777;
    width: 350px;
}

.div_share {
    float: right;
    position: relative;
    width: 150px;
    height: 60px;
}
.div_share a {
	border: 1px solid #000;
}
.cor-padrao-texto {
    color: #112b30;
}
.content-extra {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 55px 0 55px 0;
    background-color: #ddd;
}

.formulario input.enviar {
    background-color: #112b30;
    width: 100px;
    margin-left: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.formulario input.enviar:hover {
    background-color: #777777;
    color: #fff;
}
h4.cta-h4 {
    font-size: 32px;
    line-height: 0;
}

.cont-enviar.enviar {
    background: #ff8c64;
    text-transform: uppercase;
}
.cont-enviar.enviar:hover {
    background: #777777;
}
.content-detalhes {
    width: 100%;
    max-width: 1140px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.detalhes-descricao {
    margin-top: 30px;
    color: #000;
}
.detalhes-descricao .descricao {
    font-weight: 100;
	font-size: 1em;
    letter-spacing: 1px;
	line-height: 25px;
    margin: 10px 0;
}
.detalhes-descricao h1, .detalhes-descricao h2, .detalhes-descricao h3, .detalhes-descricao h4 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.detalhes-descricao h4 {
    margin-top: 20px;
}
.detalhes-descricao h4 b {
    font-size: 1.2em;
}
.detalhes-descricao h1 {
    color: #D5A057;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
}
.detalhes-descricao hr {
    margin: 30px 0 30px 0;
    color: #D5A057!important;
    width: 100%;
    clear: both;
}
.detalhes-descricao span {
    float: right;
    padding: 5px 10px;
    margin: -10px 5px 0 5px;
    height: 30px;
    line-height: 30px;
    
}

.detalhes-descricao span span {
    float: left;
    width: 40px;
    margin: 0;
}
.blocos .quartos, .blocos .suites, .blocos .vaga, .blocos .metragem {
    background: #eee;
}

h3.tit-mapa {
	font-size: 1em;	
	padding: 0;
	margin: 0 0 25px 0;
}
.content-detalhes h2 img {
	width: auto;
	margin: 0 10px 0 0;
}

.azul span, .branco span {
	width: 100%;
	float: left;
	font-size: 1.7em;
	padding: 0px 0px 0px 40px;
	line-height: 60px;
}
.azul span {
	background: url("../images/dot-circle.png") no-repeat left;	
}
.branco span {
	background: url("../images/dot-circle2.png") no-repeat left;	
}
.azul h4, .branco h4 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 30px;
}
.azul, .branco {
	padding: 50px;
	background: #112b30;
	color: #fff;
	box-sizing: border-box;
}
.branco {
	color: #112b30;
	background: #fff;
}
@media only screen and (max-width: 1100px) {

.tel-topo {width:auto; margin:0; float: right; font-weight: 400; font-size: 1.5em; color: #000;}
.tel-topo a {text-decoration: none; color: #000;}

.social {width: 250px; height:auto; margin:0; float:right;}

.banner {margin: 0;}
.thumb-imov {height:28vw;}	

.ipt {width:44.4%; margin:0 0.4% 0 0.4% 0; padding:0 0 0 5%; float:left;}
.slt {width:49.4%; margin:0 0.4% 0.4% 0; padding:0 0 0 5%; float:left;}

.content {padding:0;}
.content h1 { font-size: 1.5625em}
.content h2 { font-size: 24px;}

/* Slide */
.item {width: 100%; height: 55vw;}
/* Fim Slide */

.descricao-content {width: 80%; padding: 55px 10% 0 10%;}	
}
.cont-enviar.enviar {
background: #112b30;	
}


@media only screen and (max-width: 768px) {
.content-interna {
    padding: 0 15px;
    box-sizing: border-box;
}
.bjqs-controls {
    display: none;
}
.itens { text-align:left; }
.content-titulo {
	min-width: 100%;
	margin-bottom: 0px;
    border: 0;
}
.mais {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 30px 0;
    text-align: center;
    padding: 15px 45px 16px 45px;
}
.content-titulo:nth-child(1) {
    margin-top: -25px;
}
.content-titulo:nth-child(4) {
    margin-top: -95px;
}
footer {
	width: 100%;
	height: auto;
	background-repeat: repeat-y;
	background-position: -1170px 0;	
}
p.footer-texto {
	clear: both;
}
.creci {
	float: none;
	margin-bottom: 50px;
}

 .box-busca {
    width: 80%;
    margin: -155px auto 50px auto;
    position: relative;
}
.box-busca-page {width:90%; margin: 30px auto 30px auto; position:relative;}
.slt, .ipt {width: 100%!important; height:48px; padding:0 0 0 13px; box-sizing: border-box;}
.buscar {width:100%; margin:0 auto 0 auto!important; }

.youtube-gallery iframe {
	width: 100%;
	height: 200px;
	padding: 0;
	margin-bottom: 20px;
}

.total_fotos { 
	margin: 15px 0 0 15px;
	padding: 5px 10px;
	border-radius: 10px;
}

.detalhes-titulo {
	font-size: 1.3em;
}
.detalhes-col1 {
    width: 100%;
    float: left;
}
.detalhes-col2 {
	margin-top: 30px;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 1.3em;
}
.blocos strong {
    float: left;
    margin-bottom: 10px;
}
.detalhes-descricao {
    margin-top: -25px;
}
.detalhes-descricao span {
	width: 100%;
    height: 35px;
	display: block;
	margin: 5px 0 0 0;
	float: left;
    padding: 2px 0 0 10px;
    box-sizing: border-box;
}

.detalhes-descricao span span {
    float: left;
    width: 40px;
    margin-right: 20px;
}
.agende a {
	width: 100%;
}
.agende img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	object-fit: contain;
}

.content {
    margin: 30px auto 0 auto;
}
.banner {height:500px; z-index: 3;}
	
header {background: none; padding:58px 0; position: relative; height: auto; }	
.header-page {padding:58px 0 !important; height: auto; overflow:hidden; position: relative;} 

.thumb-imov {height:30vw;}

.content {padding:30px 0 0 0;}

footer {width: 100%; height: auto; overflow: hidden; padding: 50px 0 0 0; margin: 0;}

}
.ipt-1a {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #eee;
    border: 0;
    width: 22%;
    height: 63px;
    border-radius: 0;
    margin: 0 0.2% 0.2% 0;
    padding: 0 0 0 2%;
    float: left;
    font-weight: 400;
    outline: none;
    font-size: 0.875em;
    color: #000;
}
.ipt-2a {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #eee;
    border: 0;
    width: 15%;
    height: 63px;
    border-radius: 0;
    margin: 0 0.2% 0.2% 0;
    padding: 0 0 0 2%;
    float: left;
    font-weight: 400;
    outline: none;
    font-size: 0.875em;
    color: #000;
}

.texta-a {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #eee;
    border: 0;
    width: 22.2%;
    height: 50px;
    border-radius: 0;
    margin: 0 0.2% 0.2% 0;
    padding: 13px 0 0 2%;
    float: left;
    font-weight: 400;
    outline: none;
    font-size: 0.975em;
    color: #000;
}

.enviar-a {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #112b30;
    border: 0;
    width: 10%;
    height: 63px;
    float: left;
    border-radius: 0;
    margin: 0 auto;
    display: list-item;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
    outline: none;
    color: #fff;
}
.enviar-a:hover {
	background: #000;
}
body.intern header.pag-interna {
    background: #ccc;
    position: relative;
}

body.intern .content {
    margin: 40px auto 0 auto;
}

.titulo-barra-esquerda, .titulo-barra-direita {
	width: 33%;
    background-size: contain;
}

.titulo-barra-texto {
	width: 100%;
}
.tarja-venda.carregar {
    margin: 50px auto 0;
    padding: 5px 15px;
    font-weight: 700;
    line-height: 30px;
    font-size: 1.15em;
    text-transform: uppercase;
    color: #fff;
    background-color: #112b30;
    width: 250px;
    text-align: center;
    transition: all .2s ease-in-out;
}

@media only screen and (max-width: 736px) {
    .content h1, .content-interna h1 {
        font-size: 26px;
        margin-bottom: 30px!important;
    }
    .none, .desk { display: none; }
    .celview { display: block; margin: 0 0 -20px 0; }
	.titulo-barra-esquerda, .titulo-barra-direita {
		display: none;
	}
	.titulo-barra-texto {
	width: 100%;
	bottom: 0;
	display: block;
	padding-bottom: 10px;
}
.flexslider .slides img {
    height: auto !important;
}
.slider {
    height: auto !important;
}
.content-detalhes h1, .cor-padrao-texto, .descricao h1 {
    text-align: center !important;
}
.ipt-1a {width:28.1% !important; padding:0 0 0 5% !important;}
.ipt-2a {width:28.1% !important; padding:0 0 0 5% !important;}
.texta-a {width:89.8% !important; padding:13px 5% 0 5% !important;}	
.enviar-a {width:99.8% !important;}	
body.intern .content {
    margin: 0 auto 0 auto;
}
    .cont-enviar.enviar {
    width: 100px;
}
    .espaco-interna {
        height: 0;
    }    
    header.interna {
    padding: 33px 0 10px 0;
}
    a.seta-baixo img {
    max-width: 18px;
    }
   .col-8-12 {
    width: 100%;
}
    .col-4-12 {
    width: 100%;
}
  .col-3 {
    width: 100%;
}  
 h4.cta-h4 {
    line-height: 1em;
}   
    
.col-2 {
    width: 50%;
    margin: 0 auto;
    display: block;
}
.col-6 {
    width: 100%;
}    
    .col-4 {
    width: 100%;
    margin-top: 40px;
}
    
    .formulario input.enviar {
    margin-left: 0;
    }
    
header {
    background: none;
    padding: 0 0 20px 0;
    background: #112b30;
}
	
	.tel-social {
    position: relative;
    top: 60px;
	margin-right: 15px
}
.social a img {
    height: 24px;
	object-fit: contain !important;
    width: auto !important;
}
.social a {
    width: auto !important;
    height: auto !important;
}
.tel-topo {width:185px; margin:30px auto; float: none;}
.social {margin:0 auto 0 auto; float:none;    padding-left: 50px;}
.thumb-imov .tarja-condominio {top: -20%;}


.box-imov {
    height: auto;
    width: 100%;
    margin: 15px 0;
    /*
    margin: 0 0 50px 0;
    max-width: calc(100%);
    float: left;
    */
}
.box-imov:after {
    content: " ";
    clear: both;
    width: 100%;
    border: 1px solid #fff;
}
.index {
    padding: 0 15px;
}
.imoveis, .imoveis-lista {
    /*
    display: block;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0px;
    padding: 15px;
    */
}


.box-imov h3 {margin: 0 5px -5px 5px; font-weight: 400; line-height: 20px; float: left; width: 100%;}
.box-imov h3 a {
    float: left;
    margin: 10px 0;
}
.box-imov h4 {font-weight: 400; line-height: 20px;}
.box-imov h4 span {
    margin: 5px; 
    display: block;
    float: left;
    padding: 10px 5px;
    box-sizing: border-box;
}
.box-imov .tarja-venda{width:auto}
.box-imov p {margin: 0 0 10px 0; font-weight: 900; line-height: 20px; font-size: 1.25em; color: #112b30; padding:10px 0}
footer a {display: block;}
.thumb-imov {background:#fff; width:100%; height:54vw; overflow:hidden; margin:0 0 20px 0; position:relative; z-index:9;}

.col1 {width:100%; margin-bottom: 30px;}
.col2 {width:100%;}

.ipt-1a {width:28.1%; padding:0 0 0 5%;}
.ipt-2a {width:28.1%; padding:0 0 0 5%;}
.texta-a {width:89.8%; padding:13px 5% 0 5%;}	
.enviar-a {width:99.8%;}	

.box-f1 {display: none;}
.box-f2 {width: 100%; text-align: center;}
.creditos p {line-height: 16px;}

.miami {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0 -5px 0;
}
.enviar {
    width: 50%;
}

}

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

.content-interna h2 {
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bolder;
}
.content h1, .content-interna h1 {
    margin-bottom: 20px;
}
.col-33 {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.col-33:nth-child(1) img {
	margin: 0;
	padding: 0;
	width: 100px;
}

.col-33:nth-child(2), .col-33:nth-child(3) {
    padding: 0;
}
.col-33:nth-child(2) img, .col-33:nth-child(3) img {
	float: none;
}
.creditos {
	font-size: 0.85em;
}
.galeria {
	height: auto;	
}
.galeria img {
	display: none;
}
.galeria a:first-child img {
	display: block;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 0;
}
.youtube-gallery iframe {
    width: 100%;
}
.center {
    display: block;
	max-width: 100%;
}
}

.maisimoveis {
	display: none;
}

#menu-telefone {
    list-style-type: none !important;
    margin-right: -250px;
}
#menu-telefone img {
    max-height: 34px;
    width: auto !important;
}

ul#submenu-telefone a {
    color: #fff;
}

#submenu-telefone {
	display: none;
}

 .tel-mobile {
	 display: none;
 }
@media only screen and (max-width: 736px) {
.tel-mobile {
	 display: block;
 }
 .tel-topo {
	 display: none;
 }
 
}

li.tel-mobile.titulo-mob {
    color: #b9b9b9;
    margin-top: 20px;
}

ul#submenu-telefone {
	margin-right: -180px;
	height: 0;
}


#faixa_valor_locacao,
.formcontato
{ display: none; }
.img-loader { 
	display: none; 
	height: 150px;
}