@import "../fontawesome/css/font-awesome.min.css";
@import "../bootstrap-select/select.css";
@import "../fancybox/fancybox.css";
@import "../magnific/magnific.css";
@import "../slider/nouislider.min.css";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

/* hacks */
.fancybox-inner { overflow: hidden !important; }

body { font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-size: 18px; line-height: 130%; color: #fff; font-weight: lighter; background: #211F20; }
.modal-dialog { color: #000 !important; background: #fff; }

body { top: 0 !important; }
.skiptranslate { position: absolute; width: 1px; height: 1px; opacity: 0; right: 0; top: 0; overflow: hidden; }

/***************************************************
DEFINIÇÕES GERAIS
****************************************************/

a { color: inherit; outline: none !important; }
a:hover { text-decoration: none; color: inherit; }
a:active,
a:focus { color: inherit; text-decoration: none; }

a, button, input { outline: none !important; }

ul { display: block; list-style: none; padding: 0; margin: 0; }

.btn-imob { outline: none !important; background: #c4a843; border: none; color: #333 !important; font-size: 18px; font-weight: bold; border-radius: 0; line-height: 42px; height: 42px; padding: 0 10px; text-align: center; cursor: pointer; }
.btn-imob .fa { color: #333 !important; }
.btn-imob:hover,
.btn-imob:active { background: #c4a843; }
.btn-imob.btn-fa { text-align: left; padding-right: 60px; position: relative; }
.btn-imob.btn-fa .fa { position: absolute; right: 0; top: 0; width: 45px; text-align: center; height: inherit; line-height: inherit; }

.form-group label { font-weight: 300; }

.form-intro { margin-bottom: 30px; }
textarea.form-control { resize: none; }
.form-control { border: solid 1px #E6E6E6; background: #fff; border-radius: 0; line-height: 20px; padding: 10px 18px; color: #333; font-size: 18px; font-weight: 300; height: auto; }

.tooltip {  }

#loading { position: fixed; left: 0; top: 0; width: 100%; height: 100%; width: 100vw; height: 100vh; z-index: 10000; background: url(../../img/loading.gif) center center no-repeat rgba(255,255,255,0.6); display: none; }
#loading.active { display: block; }

#wrapper { position: relative; width: 100%; background: url(../../img/header_bg.png) center top repeat-x; }
#wrapper-mask { display: none; transition: background 0.3s; }

.container { position: relative; }


/***************************************************
CABEÇALHO
****************************************************/

#header { position: relative; z-index: 700; margin: 0; font-weight: normal; }


#logo { float: left; }
#logo img { display: block; }

#menu { position: absolute; right: 15px; top: 25px; z-index: 600; color: #fff; }

#menu .numfav { color: #fff !important; font-size: 13px; font-weight: bold; text-align: center; padding: 0 4px; min-width: 20px; line-height: 20px; height: 20px; background: #19D9FF; border-radius: 10px; box-shadow: 1px -1px 2px rgba(0,0,0,0.2); display: inline-block; }
#menu .zero { display: none !important; }

#menu .menu1 { display: block; white-space: nowrap; font-size: 20px; line-height: 28px; font-weight: 300; width: 810px; }
#menu .menu1 .main-menu { float: left; color: #c4a843; font-size: 36px; line-height: 48px; position: relative; }
#menu .menu1 .main-menu a { display: block; position: relative; padding-left: 40px; }
#menu .menu1 .main-menu a .fa { position: absolute; left: 0; top: 0; line-height: inherit; }
#menu .menu1 .main-menu a .numfav { position: absolute; left: -7px; top: -2px; }
#menu .menu1 .main-menu .tmenu { font-size: 18px; color: #fff; font-weight: 300; display: block; }
#menu .menu2 { float: right; }


.menu2 { display: block; }
.menu2 > li { display: block; float: left; padding: 0 20px 0 0; position: relative; vertical-align: middle; }
.menu2 > li:last-child { padding-right: 0; }
.menu2 > li > a { display: inline-block; padding: 2px 0 1px 42px; position: relative; font-size: 18px; line-height: 20px; min-height: 48px; }
.menu2 > li > a > .fa { color: #c4a843; font-size: 36px; line-height: 48px; left: 0; top: 0; position: absolute; }
.menu2 > li > a:hover { color: #c4a843; }

.menu2 > li.aol > a { padding-left: 65px; }
.menu2 > li.aol > a > img { left: -2px; top: -12px; position: absolute; }


#menu .menu { position: absolute; left: 0; top: 48px; background: rgba(71,71,71,0.9); line-height: 40px; font-size: 20px; color: #fff; font-weight: bold; min-width: 340px; display: none; z-index: 500; }
.menu-open #menu .menu { display: block; }
#menu .menu ul { }
#menu .menu li { display: block; }
#menu .menu li a { display: block; padding: 0 16px; }
#menu .menu li a:hover { background: #c4a843; color: #373333; }
#menu .menu li a .numfav { margin-left: 6px; top: -4px; position: relative; }



/***************************************************
BUSCA
****************************************************/
.btn-busca { background: #fff; font-size: 1em; font-weight: 300; color: #444; padding-top: 6px; padding-bottom: 6px; border: solid 1px #e6e6e6; border-radius: 0; line-height: 22px; padding: 9px 20px 9px 14px; height: auto; box-shadow: none !important; position: relative; }
.btn-busca .fa { color: #8A8C8D; font-size: inherit; position: absolute; line-height: 40px; right: 0; top: 0; width: 28px; }
.btn-busca:hover { color: #222; }
.btn-busca:hover .fa { color: #c4a843; }
.dropdown-menu { border-radius: 0 !important; }

#busca { z-index: 300; width: 100%; background: none; position: relative; }
#busca .btn-busca { border-right: none; }
#busca #busca-menu { display: block; height: 44px; line-height: 44px; position: relative; z-index: 320; margin-top:30px }
#busca #busca-menu li { float: left; height: inherit; line-height: inherit; background: #222; border: solid 1px #666; color: #fff; text-align: center; padding: 0 20px; font-size: 18px; font-weight: bold; cursor: pointer; border-right-width: 0; border-bottom: none }
#busca #busca-menu li:last-child { border-right-width: 1px; }
#busca #busca-menu li:hover { background: #333; }
#busca #busca-menu li.active { background: #474747 !important; border-bottom-color: #474747; }
#busca .busca { display: none; position: relative; z-index: 320; background: #474747; padding: 15px 15px 6px 15px; border: solid 1px #666; top: -1px; border-top: none }
#busca .busca.active { display: block; }
#busca .busca .campos { display: block; }
#busca .busca .campo { display: block; float: left; width: 16%; margin: 0 1% 9px 0; }
#busca .busca .campo:last-child { margin-right: 0; width: 15%; }
#busca .busca .campo select { opacity: 0; }
#busca .busca .campo>label { display: none; }
#busca .busca .bootstrap-select { width: 100%; }
#busca .busca .campo-codigo { }
#busca .busca .codigo { width: 100%; }
#busca .busca .campo-submit { width: 13%; margin-right: 0; border-right: none; }
#busca .busca .submit { width: 100%; }
#busca .busca .campo-q { width: 84%; }
#busca .busca .q,
#busca .busca .codigo { border: solid 1px #e6e6e6; border-right: none; background: #fff; line-height: 22px; padding: 9px 14px; font-size: 18px; color: #333; width: 100%; font-weight: 300; }
#busca .busca .q:focus,
#busca .busca .codigo:focus { background: #fff; }

#busca .busca .campo-valor { width: 32% !important; position: relative; padding: 30px 0 0 0; }
#busca .busca .campo-valor .range-label { position: absolute; left: 0; top: 0; width: 100%; line-height: 20px; color: #fff; font-size: 18px; font-weight: 300; text-align: center; }



/***************************************************
ANIMAÇÃO
****************************************************/

@media (min-width: 768px) {
	#bb { position: relative; padding-bottom: 70px; }
	#bb #busca { position: absolute; left: 0; top: 396px; z-index: 300; width: 100%; }
}

.animacao { overflow: hidden; position: relative; height: 500px; margin: 0 0 0 0; border-radius: 0; overflow: hidden; z-index: 200; }
.animacao > .container { position: relative; height: inherit; overflow: hidden; }
.animacao .slides { height: inherit; position: relative; width: 100%; border-radius: 0; overflow: hidden; }
.animacao .slides .slide { width: inherit; height: inherit; background: #333; position: relative; }
.animacao .slides .slide .bg { position: relative; z-index: 1; width: inherit; height: inherit; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.7 }
.animacao .slides .slide .fg { position: absolute; z-index: 2; width: inherit; height: inherit; left: 0; top: 0; text-align: center; }
.animacao .slides .slide .fg .base1 { width: inherit; height: inherit; display: table; }
.animacao .slides .slide .fg .base2 { width: inherit; height: inherit; display: table-cell; vertical-align: middle; padding: 0 70px; padding-bottom: 70px; }
.animacao .slides .slide .fg .linha { line-height: 125%; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); line-height: 130%; }
.animacao .slides .slide .fg .linha1 { font-size: 40px; color: #fff; font-weight: normal; margin-bottom: 8px; }
.animacao .slides .slide .fg .linha2 { font-size: 28px; color: #fff; font-weight: normal; margin-bottom: 0 !important; }
.animacao .slides .slide .fg a { display: block; }
.animacao .base-seta { position: absolute; top: 0; display: block; height: 100%; z-index: 300; padding: 0 15px; color: #F7C509; }
.animacao .base-seta-prev { left: 15px; }
.animacao .base-seta-next { right: 15px; }
.animacao .base-seta .base { display: table; height: inherit; }
.animacao .base-seta .base2 { display: table-cell; height: inherit; vertical-align: middle; padding-bottom: 70px; }
.animacao .pager { position: absolute; left: 0; bottom: 26px; text-align: center; width: 100%; z-index: 300; padding: 0; margin: 0; display: none !important; }
.animacao .pager > span { display: inline-block; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; font-weight: normal; background: #333; cursor: pointer; padding: 0 22px; border-radius: 20px; margin: 0 5px; }
.animacao .pager > span:hover { background: #444; }
.animacao .pager > span.cycle-pager-active { background: #DB6D1D !important; }

.animacao-full { }
.animacao-full .slides .slide .fg .linha { max-width: 1100px; margin: auto; }

.animacao-img { height: auto; }
.animacao-img .container { display: block; position: relative; }
.animacao-img .slides .slide img { width: 100%; height: auto; }


/***************************************************
FAVORITOS
****************************************************/

.fav-fa { display: block; width: 25px; height: 25px; cursor: pointer; font-size: 22px; color: #fff; }
.fav-fa:hover { }
.fav-fa:active { }
.fav-fa.favon { color: #FC0; }


/***************************************************
CONTEÚDO
****************************************************/

/* Títulos */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; font-size: inherit; line-height: inherit; }
.titulo { font-size: 26px; line-height: 30px; font-weight: bold; color: #A7ABAD; margin: 0 0 25px 0; }
.titulo-2 { font-size: 22px; line-height: 26px; margin-bottom: 14px; }
.titulo-2.titulo-lateral { padding-top: 22px; }
.titulo .codigo { display: inline-block; background: #008CA7; padding: 0 10px; color: #fff; }
.subtitulo { font-size: 18px; line-height: 22px; margin: 0 0 0 0; font-weight: normal; color: #373333; }
.subtitulo .fa { color: #FFDE15; }
/* Header do Título */
.ht { position: relative; }
.ht .btn-group { position: absolute; right: 0; bottom: 0; }


#conteudo { margin: 0 0 30px 0; padding: 22px 0 0 0; }

#principal { }

.pg-conteudo h2,h3 { color: #A7ABAD; margin-bottom: 14px; }
.pg-conteudo h2 { font-size: 22px; line-height: 26px;  }
.pg-conteudo h3 { font-size: 18px; line-height: 22px;  }

.seta { height: 45px; width: 35px; cursor: pointer; text-align: center; font-size: 40px; color: #c4a843; background: none; display: block; text-decoration: none; text-shadow: 1px 1px 2px rgba(0,0,0,0.25); }
.seta .fa { line-height: 45px; }
.seta:hover { color: #fff; }
.seta:active { font-size: 38px; }
.setas { width: 70px; height: 45px; }
.setas .seta { float: left; }



.imoveis { }

/* Lista de imóveis */
.imovelbox { width: 100%; height: 305px; margin: 0 0 30px 0; overflow: hidden; }
.imovelbox a { display: block; text-decoration: none; width: inherit; height: inherit; }
.imovelbox .foto { height: 195px; width: 100%; position: relative; overflow: hidden; }
.imovelbox .foto .img { height: 100%; width: 100%; overflow: hidden; z-index: 1; position: relative; }
.imovelbox .foto .img img { display: block; min-height: 100%; min-width:100%; width: 100%; }
.imovelbox .foto .faixa { position: absolute; z-index: 20; right: 0; top: 0; }
.imovelbox .foto .faixa img { display: block; }
.imovelbox .foto .codigo { position: absolute; z-index: 10; left: 0; top: 0; height: 24px; line-height: 24px; background: #7F7900; color: #fff; padding: 0 7px; font-size: 18px; font-weight: 300; min-width: 30px; transition: 0.3s; }
.imovelbox .sobre { padding: 6px 0 0 0; white-space: nowrap; color: #fff; font-size: 18px; line-height: 1.2em; position: relative; }
.imovelbox .sobre .fav { position: absolute; right: 0; top: 6px; font-size: 20px; color: #c4a843; cursor: pointer; }
.imovelbox .sobre .favon { color: #c4a843; }
.imovelbox .sobre .cat { font-size: 1em; font-weight: bold; margin: 0 0 5px 0; }
.imovelbox .sobre .onde { font-size: 1em; font-weight: light; color: #A7ABAD; margin: 0 0 5px 0; }
.imovelbox .sobre .onde .fa { color: #c4a843; }
.imovelbox .sobre .info { font-size: 0.778em; line-height: 1.1em; font-weight: 300; margin: 0 0 5px 0; }
.imovelbox .sobre .info > span { margin: 0 8px 0 0; }
.imovelbox .sobre .valor { font-size: 1em; }
.imovelbox .sobre .valor strong { font-weight: bold; color: #c4a843; }
.imovelbox .sobre .valor .de { color: #8c7c43; text-decoration: line-through; }

.imovelbox a:hover .foto .codigo { min-width: 100%; height: 100%; background: rgba(229,216,0,0.3); text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }

.backgroundsize .imovelbox .foto .img { background-size: cover; background-position: center center; }
.backgroundsize .imovelbox .foto .img img { opacity: 0; }



.fav-base .btn-imob { padding: 0 10px; }

.slider-imoveis { position: relative; margin-bottom: 30px; }
.slider-imoveis .base { position: relative; }
.slider-imoveis .seta { position: absolute; top: 80px; z-index: 300; }
.slider-imoveis .seta.prev { left: -15px; }
.slider-imoveis .seta.next { right: -15px; }
.slider-imoveis .imoveis { width: 100%; background: #211f20; }
.slider-imoveis .imoveis .slide { width: 100%; background: #211f20; }


/* Paginação */
.paginacao-top { margin: 0 0 8px 0; }
.paginacao-top .bootstrap-select { width: 100% !important; margin: 0 0 6px 0; }
.paginacao-top .btn-busca { border: solid 1px #E6E6E6; padding-top: 9px; padding-bottom: 9px; }
.paginacao-top .btn-busca .fa { top: -1px; right: -1px; height: 43px; }

.paginacao-bottom { padding: 30px 0; font-weight: bold; font-size: 18px; }
.paginacao-bottom .base { float: left; color: #A8ABAE; }
.paginacao-bottom .base a { padding: 0 14px; }
.paginacao-bottom .base a:hover { color: #c4a843; }
.paginacao-bottom .base a.active { color: #fff !important; }
.paginacao-bottom .base .pgn-anterior { padding-left: 0; }
.paginacao-bottom .base .pgn-proxima { padding-right: 0; }
.paginacao-bottom .total { float: right; color: #fff; font-weight: bold; }


/* Filtro lateral */
#filtro { margin: 0 0 30px 0; }
#filtro:last-child { margin-bottom: 0; }
#filtro .filtro-main { }
#filtro .box { border: none; }
#filtro .box h6 { font-size: 1em; color: #fff; font-weight: bold; line-height: 1.2em; display: block; padding: 0; margin: 0 0 6px 0; }
#filtro .box .opcoes { padding: 10px; border: solid 1px #666; margin: 0 0 15px 0; background: #474747; }
#filtro .box .opcoes a { display: block; height: 20px; line-height: 20px; padding: 0; position: relative; margin: 0 0 5px 0; color: #fff; font-size: 1em; font-weight: 300; }
#filtro .box .opcoes a:last-child { margin-bottom: 0; }
#filtro .box .opcoes a .check { display: inline; }
#filtro .box .opcoes a .check .fa { display: inline-block; color: #A7ABAD; }
#filtro .box .opcoes a .check .on { display: none; color: #c4a843; }
#filtro .box .opcoes a.checked .check { }
#filtro .box .opcoes a.checked .check .on { display: inline-block; }
#filtro .box .opcoes a.checked .check .off { display: none; }
#filtro .box .opcoes a:hover { text-decoration: none; color: #c4a843; }


/* Formulários */
.captcha-img { max-height: 34px; max-width: 100%; border: solid 1px #ccc; }
.fake-label { margin-top: 25px; }



/* Detalhes do imóvel */
#detalhes { margin-bottom: 45px; }
#dfotobase { position: relative; }
#dfoto { position: relative; z-index: 1; max-height: 450px; overflow: hidden }
#dfoto img { display: block; width: 100%; }

#dlinks { position: relative; padding: 15px 0 0 0; z-index: 300; }
#dlinks .menu2 { display: table; width: 100%; }
#dlinks .menu2 > li { display: table-cell; float: none; padding: 0; white-space: nowrap; }
#dlinks .menu2 > li > a { display: block; }
#dlinks .menu2 > li > a.favon .fa { color: #c4a843; }
#dlinks .menu2 li a:hover { }
#dlinks .menu2 li .share { position: absolute; top: 44px; right: 0; background: rgba(127,121,0,0.8); display: none; width: 100%; padding: 6px 0; z-index: 320; }
#dlinks .menu2 li:hover .share { display: block; }
#dlinks .menu2 li .share li { display: block; text-align: left; }
#dlinks .menu2 li .share li a { font-weight: bold; padding: 0 10px; line-height: 23px; color: #fff; display: block; }
#dlinks .menu2 li .share li a:hover { background: #c4a843; color: #333; }

#dinfo { }
#dinfo .titulo-imovel { font-size: 22px; line-height: 25px; margin: 0 0 20px 0; color: #fff; text-align: left; padding: 0; border: none; font-weight: bold; }
#dinfo .valor { font-size: 22px; line-height: 25px; margin: 0 0 20px 0; color: #c4a843; font-weight: bold; }
#dinfo table { white-space: nowrap; margin: 0 0 20px 0; font-size: 18px; line-height: 1.8em; }
#dinfo table th { padding-right: 10px; font-weight: 300; font-size: inherit; line-height: inherit; }
#dinfo table td { font-weight: bold; font-size: inherit; line-height: inherit; }
#dinfo table .valor td { color: #FF953A; }
#dinfo .fa { color: #c4a843; }

.detalhesbox { margin-bottom: 38px; position: relative; }
.detalhesbox .titulo { }
.detalhesbox .caracteristicas .fa { color: #c4a843; }

.desclinha { }
.desclinha h4 { font-size: 18px; line-height: 22px; font-weight: normal; color: #11A0D4; margin: 0 0 12px 0; }
p.descricao { font-size: 18px; line-height: 22px; }

.detalhes-tbl { color: #444; border-collapse: collapse; border-top: solid 1px #DBE0E3; width: 100%; }
.detalhes-tbl td { color: #444; line-height: 33px; font-size: 16px; border-bottom: solid 1px #DBE0E3; }
.detalhes-tbl td.c1 { width: 110px; }
.detalhes-tbl td.c2 { font-weight: normal; }
.detalhes-tbl td.c2 strong { font-weight: normal; color: #968D13; }

.detalhesfotos { background: rgba(0,0,0,0.5); position: relative; }
.detalhesfotos .base { height: 145px; overflow: hidden; position: relative; }
.detalhesfotos .base .fotos { height: inherit; overflow: hidden; margin: 0; }
.detalhesfotos .base .fotos .set { height: inherit; overflow: hidden; width: 100%; }
.detalhesfotos .base .fotos .foto { height: inherit; width: 33.33333%; overflow: hidden; float: left; }
.detalhesfotos .base .fotos .foto:nth-child(1n) { padding: 1px 1px 0 0 }
.detalhesfotos .base .fotos .foto:nth-child(3n) { padding: 1px 0px 0 0 }
.detalhesfotos .base .fotos .foto:last-child { border-right: none; }
.detalhesfotos .base .fotos .foto a { display: block; overflow: hidden; height: inherit; width: 100%; }
.detalhesfotos .base .fotos .foto a img { display: block; min-height: 100%; width: 150%; transition: all 0.2s; }
.detalhesfotos .base .fotos .foto a:hover img { width: 160%; }
.detalhesfotos .seta { top: 50px; position: absolute; z-index: 300; }
.detalhesfotos .seta.prev { left: 0; }
.detalhesfotos .seta.next { right: 0; }

#detalhes-video iframe { width: 100%; height: 420px; }


.titulo-whatsapp { font-size: 26px; color: #4C4C4C; line-height: 1.3em; margin: 0 0 8px 0; font-weight: normal; text-align: center; }
.titulo-whatsapp .fa { color: #00B259; }
#detalhes-form { }
#detalhes-form .titulo-2 { margin-bottom: 15px; }
#detalhes-form label { display: none; }
#detalhes-form .form-group { margin-bottom: 8px; }
#detalhes-form .btn-imob { width: 100%; }


/* Localização e mapas */
#map div, .gmap div { overflow: visible; height: auto; }
#detalhes-localizacao { }
#detalhes-localizacao iframe { overflow: hidden; height: 400px; border: none; width: 100%; }
#detalhes-mapa { width: 100%; text-align: left; }
#detalhes-mapa .detalhes-map-base { background: url(../../img/loading.gif) center center no-repeat #fff; }
#detalhes-mapa #map { width: 100%; height: 340px; }

#gmap-nearby { border-top: none; padding: 10px 0 0 0; background: none; }
#gmap-nearby h3 { display: none; }
#gmap-nearby ul { display: block; clear: both; list-style: none; padding: 0; }
#gmap-nearby ul li { float: left; width: 25%; display: block; overflow: hidden; height: 20px; line-height: 20px; white-space: nowrap; margin: 0 0 6px 0; }
#gmap-nearby ul li a { float: left; display: block; overflow: hidden; height: inherit; line-height: inherit; padding: 0 0 0 29px; font-size: 18px; position: relative; text-decoration: none; }
#gmap-nearby ul li a .check { display: block; position: absolute; left: 0; top: 0; width: 20px; height: 20px; border: solid 1px #c2c2c2; border-bottom-color: #eaeaea; border-right-color: #eaeaea; background: #f3f3f3; box-shadow: inset 2px 2px 4px rgba(0,0,0,0.12); transition: all 0.3s; }
#gmap-nearby ul li a .check i { position: absolute; left: -1px; top: -5px; font-size: 24px; color: #CC1437; opacity: 0; transition: all 0.3s; }
#gmap-nearby ul li a.active .check i { opacity: 1; }
#gmap-nearby ul li a:hover { color: #c4a843; }
#gmap-nearby ul li a.active { }


#semelhantes { position: relative; margin: 0 0 32px 0; }
#semelhantes .setas { position: absolute; top: 8px; right: 0; }
#semelhantes .slide { width: 100%; }
#semelhantes .slide .imovelbox { margin: 0; }

#simuladores { margin-bottom: 22px; overflow: hidden; }
#simuladores li { float: left; margin: 0 0 10px 0; text-align: center; width: 33.3%; display: block; }
#simuladores li a { display: block; }
#simuladores li img { width: 60px; max-width: 95%; border: solid 1px #D7CCAA; border-radius: 4px; }

#corretor { margin: 0 0 30px 0; }
#corretor .base { overflow: hidden; position: relative; min-height: 85px; font-size: 14px; color: #333; line-height: 19px; text-transform: uppercase; font-weight: 300; padding: 0 0 0 94px; }
#corretor .base img { position: absolute; left: 0; top: 2px; width: 85px; }
#corretor .base h4 { font-weight: normal; color: #4CC6EB; margin: 0 0 10px 0; }


/* Google Translator */
.iframe .goog-te-banner-frame { display: none !important; }
#google_translate_element { display: none !important; }



.lazy-iframe { min-height: 150px; background: url(../../img/loading.gif) center center no-repeat; }
.lazy-iframe.loaded { background-image: none; }
.lazy-iframe .tag { display: none; }


/* Localização */
.localizacao { margin: 0 0 10px 0; background: url(../../img/loading.gif) center center no-repeat; }
.localizacao iframe { border: none; width: 100%; min-height: 100px; }


/* Imóvel mini modal */
.imovelminimodal { width: 50%; height: 70px; overflow: hidden; float: left; border: solid 1px #fff; }
.imovelminimodal .img { width: 100%; height: 100%; overflow: hidden; }
.imovelminimodal .img img { width: 100%; min-height: 70px; display: block; }
.imovelminimodal.mais { background: #fff; font-size: 14px; text-align: center; line-height: 70px; }



/* Comparação */
#comparacao { border-collapse: collapse; padding: 0; margin: 0; width: 100%; }
#comparacao td { border-right: solid 1px #EAEAEA; width: 20%; padding: 0 10px 0 10px; overflow: hidden; font-size: 14px; line-height: 140%; vertical-align: text-bottom; }
#comparacao tr.foto td {  }
#comparacao tr.foto td .img { width: 100%; overflow: hidden; margin: 0 0 10px 0; }
#comparacao tr.foto td .img img { width: 100%; min-height: 150px; display: block; }
#comparacao tr.nome td { font-size: 16px; font-weight: bold; color: #333; padding-bottom: 10px; }
#comparacao tr.preco td { border-bottom: solid 1px #EAEAEA; font-size: 12px; padding-bottom: 10px; }
#comparacao tr.preco td strong { font-size: 16px; font-weight: bold; color: #333; }
#comparacao tr.info td { padding: 10px; }
#comparacao tr.caract td { padding: 10px; border-top: solid 1px #EAEAEA; }
#comparacao tr.caract td span { padding-bottom: 5px; display: inline-block; }
#comparacao tr.links td { padding-top: 10px; border-top: solid 1px #EAEAEA; text-align: center; }
#comparacao tr.links td a { display: inline-block; font-size: 28px; margin: 0 10px; }
#comparacao tr.links td a:hover { opacity: 0.9; }
#comparacao tr.links td a.mais { }
#comparacao tr.links td a.remover { color: #900; }

#side-banners { margin: 0 0 30px 0; }
#side-banners .banner { margin: 0 0 10px 0; text-align: center; }


/* blog */
#posts { }
#posts li { display: block; margin: 0 0 20px 0; }
#posts li a { display: block; position: relative; padding: 0 0 0 60px; min-height: 49px; }
#posts li a .post-data { background: #c4a843; border-radius: 4px; text-align: center; width: 46px; height: 46px; font-weight: bold; color: #333; position: absolute; left: 0; top: 3px; line-height: 1.15em; font-size: 16px; text-transform: uppercase; padding: 2px 0 0 0; }
#posts li a .post-data strong { font-size: 24px; }
#posts li a .post-titulo { font-weight: bold; font-size: 1em; line-height: 1.2em; color: #c4a843; }
#posts li a .post-chamada { font-weight: 300; font-size: 1em; line-height: 1.2em; color: #fff; }
#posts li a:hover .post-titulo,
#posts li a:hover .post-chamada { text-decoration: underline; }

#post { padding: 10px 0 0 0; }
.post-share { margin: 0 0 22px 0; font-size: 20px; color: #FD7434; line-height: 1.3em; }
 .post-share li { display: inline-block; margin: 0 6px 0 0; }
 .post-share a:hover { color: #F7C508; }
 .post-conteudo { font-weight: 300; color: #373333; line-height: 1.2em; }
 .post-conteudo p { margin: 0 0 22px 0; }

#side-posts { margin: 0 0 30px 0; }
#side-posts li { display: block; margin: 0 0 20px 0; }
#side-posts li a { display: block; color: #373333; font-weight: 300; line-height: 1.2em; }
#side-posts li a:hover { text-decoration: underline; }
#side-posts li a strong { font-weight: bold; color: #1F8ACA; }



/***************************************************
RODAPÉ
****************************************************/

#footer { background: url(../../img/bg.png) center bottom repeat fixed #373737; }

#footer1 { padding: 26px 0 40px 0; background: #100f10; }
#footer1 .titulo-2 { color: #FD7535; }
#fblog { }
#fblog .fpost { }
#fblog .fpost a { display: block; margin-bottom: 10px }
#fblog .fpost .foto { height: 170px; width: 100%; background-size: cover; background-position: center center; background-color: #fff; margin: 0 0 12px 0; }
#fblog .fpost a:hover .foto { opacity: 0.9; }
#fblog .fpost .foto img { width: 100%; min-height: 100%; }
.backgroundsize #fblog .fpost .foto img { opacity: 0; }
#fblog .fpost .nome { font-size: 1em; color: #fff; font-weight: light; line-height: 1.3em; }
#fblog .fpost a:hover .nome { color: #c4a843; }


#footer2 { padding: 26px 0; font-size: 1em; line-height: 1.2em; font-weight: 300; color: #fff; }
#footer2 p .fa,
#footer2 h5 .fa { color: #c4a843; }
#footer2 p,
#footer2 h5 { margin-bottom: 20px; }
#footer2 p:last-child { margin-bottom: 0; }
#footer2 h5 { text-transform: uppercase; font-weight: bold; }
#footer2 a:hover { color: #c4a843; }

#flogo { margin: 0 0 25px 0; }
#flogo a { display: block; }
#flogo a img { display: block; max-width: 100%; }

#newsletter { margin: 0 0 10px 0; }
#newsletter label { display: block; font-size: 1em; line-height: 1.2em; margin: 0 0 8px 0; font-weight: 300; }
#newsletter .form-group { position: relative; margin: 0;   }
#newsletter .form-group .form-control { border: none; position: relative; z-index: 1; }
#newsletter .form-group .s { position: absolute; z-index: 2; right: 0; top: 0; height: 40px; line-height: 40px; border: none; padding: 0; width: 40px; font-size: 18px; text-align: center; color: #191919; background: #c4a843; }

#social { }
#social ul { }
#social ul li { display: inline-block; font-size: 36px; line-height: 41px; margin: 0 4px 0 0; }

#footer3 { padding: 12px 0; background: rgba(0,0,0,0.5); }
#footer3 p.copy { font-size: 1em; line-height: 1.2em; margin: 0; color: #fff; font-weight: 300; text-align: center; margin: 0 0 3px 0; }
#footer3 .subir { display: none; }



#footer #assinaturas { }
#footer #assinaturas ul { text-align: center; }
#footer #assinaturas ul li { display: inline-block; }
#footer #assinaturas ul li a,
#footer #assinaturas ul li a img { display: block; }








/***************************************************
RESPONSIVO
****************************************************/

/* DESKTOP GRANDE - 1200px+ */
@media (min-width: 1200px) {
	.pg-hi .imovelbox { height: 390px; }
	.pg-hi .imovelbox .foto { height: 270px; }
	.pg-hi .imovelbox .sobre .onde { font-size: 1.222em; }
	.pg-hi .imovelbox .sobre .info { font-size: 1em; }
	.pg-hi .imovelbox .sobre .valor strong { font-size: 1.222em; }
	.pg-hi .slider-imoveis .seta { top: 110px; }
	
	.pg-imoveis .imovelbox { height: 360px !important; }
	.pg-imoveis .imovelbox .foto { height: 240px !important; }

	#busca .busca .campo-q { position: relative; }
	#busca .busca .campo-q .q { padding-left: 36px; }
	#busca .busca .campo-q .fa { position: absolute; left: 10px; top: 12px; color: #8A8C8E; font-size: 18px; z-index: 30; }
}


/* DESKTOP PEQUENO e IPAD HORIZONTAL - até 1199px */
@media (max-width: 1199px) {
	#menu .menu1 { width: 640px; }
	#menu .menu1 li { padding-right: 10px; font-size: 16px; }
	#menu .menu1 li strong { font-weight: normal; }
	.btn-busca,
	#busca .busca .codigo { font-size: 17px; padding-left: 12px; }
	#busca .busca .q { font-size: 17px; }
	#busca .busca .campo-valor .range-label { font-size: 15px; }
	#busca .busca .campo-q .fa { display: none; }

	.paginacao-bottom .base a { padding: 0 10px; }
}

/* IPAD VERTICAL e SMATPHONES GRANDES/HORIZONTAL - até 991px */
@media (max-width: 991px) {
	#header { padding-bottom: 5px; }
	#logo { float: none; width: 100%; text-align: center; padding-bottom: 2px; }
	#logo a { display: inline-block; }
	#logo a img { height: 60px; }
	#menu { position: relative; top: auto; right: auto; width: 100%; }
	#menu .menu1 { font-size: 18px; display: table; width: 100%; }
	#menu .menu1 li { display: table-cell; float: none; }
	#bmenu { line-height: 90px; height: 85px; }
	.btn-busca,
	#busca .busca .codigo { font-size: 16px; padding-left: 8px; }
	#busca .busca .q { font-size: 16px; }
	#busca .busca .campo-valor .range-label { font-size: 12px; }


	.paginacao-bottom .base a { padding: 0 6px; }

	#conteudo { padding-top: 25px; }
	
	#dlinks .menu2 > li > a { font-size: 16px; }
	
	.titulo-whatsapp { text-align: left; }
	#dinfo { padding-top: 25px; }
	
}

/* SMATPHONES PEQUENOS/VERTICAL - até 767px */
@media (max-width: 767px) {
	#header { padding: 0; }
	#header .container { padding: 0; }
	#logo a img { height: auto; }
	
	#conteudo { padding-top: 15px; }

	#bmenu { display: none; }
	
	/* Menu */
	#menu { float: none; clear: both; margin: 0; width: 100%; height: 40px; background: #373334; position: relative; left: auto; right: auto; bottom: auto; position: relative; top: auto; right: auto; }
	#menu .container { padding: 0; }
	#menu1 { display: none; }
	#menu-mobile { display: table !important; width: 100%; height: 40px; text-align: center; }
	#menu-mobile li { display: table-cell; vertical-align: middle; color: #fff; line-height: 40px; color: #fff; }
	#menu-mobile li:hover a,
	#menu-mobile li a:active { background: #c4a843; color: #373334 !important; }
	#menu-mobile li a { font-size: 22px; padding: 0; display: block; color: #c4a843 !important; }
	#menu .menu { position: absolute; left: 0; top: 40px !important; height: auto; display: none !important; width: 270px; background: #7F7900; }
	.menu-open #menu .menu { display: block !important; }
	.menu-open #menu-mobile li a.open-menu { background: #7F7900 !important; color: #fff !important; }
	#menu .menu li { display: block; float: none; height: 34px; line-height: 35px; text-align: left; font-size: 20px; }
	#menu .menu li a { color: #fff; padding: 0 20px; }
	#menu .menu li a:hover,
	#menu .menu li a:active { background: #c4a843; color: #333; }
	#mbusca { height: auto !important; padding: 10px 20px; text-align: left !important; }
	#mbusca .base { padding: 10px 0 0 0; border-top: solid 1px rgba(255,255,255,0.2); }
	
	/* Busca */
	#busca { display: none; background: #7F7900; }
	.busca-open #busca { display: block; padding: 15px 0; }
	.busca-open #menu-mobile li a.open-busca { background: #7F7900 !important; color: #333 !important; }
	#busca .btn-busca { border-right-width: 1px; border-bottom-width: 1px; border-bottom-width: 0; }
	#busca .busca { margin: 0; }
	#busca .campo { display: block; width: 100% !important; margin: 0; clear: both; position: relative; }
	#busca .busca .campo-valor { width: 100% !important; }
	#busca .campo-submit { padding: 9px 0; text-align: center; }
	#busca #busca-menu li { font-size: 15px; padding: 0 10px; }

	.animacao { height: 350px; }
	.animacao .slides .slide .fg .base2,
	.animacao .base-seta .base2 { padding-bottom: 0; }
	.animacao .slides .slide .fg .linha1 { font-size: 32px; }
	.animacao .slides .slide .fg .linha2 { font-size: 22px; }
	.animacao .slides .slide .fg .base2 { padding: 0 55px; }
	.animacao .base-seta { padding: 0; }
	.animacao .base-seta-prev { left: 0; }
	.animacao .base-seta-next { right: 0; }
	
	.paginacao-bottom .base { float: none; margin: 0 0 15px 0; }
	.paginacao-bottom .total { float: none; }
	
	.titulo { font-size: 28px; line-height: 34px; }
	.titulo-2 { font-size: 20px; line-height: 23px; }
	
	#dlinks .menu2 > li { display: block; clear: both; }
	#dlinks .menu2 > li > a { font-size: 16px; }
	#dlinks ul li .share { min-width: 100%; white-space: nowrap; top: 35px; }
	
	#detalhes-video iframe { height: 320px; }
	.detalhesfotos .base { height: 100px; }
	.detalhesfotos .seta { font-size: 30px; top: 30px; }

	#footer2 .col { margin-bottom: 30px; }
}

@media (max-width: 430px) {
	#busca #busca-menu li { font-size: 12px; padding: 0 5px; }
	#dlinks { font-size: 12px; }
	.imovelbox .sobre .valor { font-size: 0.8em; }
}