@import "../fontawesome/css/font-awesome.min.css";
/*@import "../bootstrap-select/select.css";*/
@import "../bootstrap-select/css/bootstrap-select.min.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: #464646; font-weight: 300; background: #fff; }
.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; }

iframe { border: none; }

/***************************************************
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; }

.fa-whatsapp { color: #34af23 !important; }

ul { display: block; list-style: none; padding: 0; margin: 0; }

.btn-imob { outline: none !important; background: #0392D8; border: none; color: #fff !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: #fff !important; }
.btn-imob:hover,
.btn-imob:active { background: #E3A52F; }
.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/design/loading.gif) center center no-repeat rgba(255,255,255,0.6); display: none; }
#loading.active { display: block; }

#wrapper { position: relative; width: 100%; }
#wrapper-mask { display: none; transition: background 0.3s; }

.container { position: relative; }

/***************************************************
CABEÇALHO
****************************************************/

#header { position: relative; z-index: 700; margin: 0; }

#menu { position: relative; border: solid 2px #EFEFEF; border-left-width: 0; border-right-width: 0; z-index: 750; }

#menu .menu { position: relative; line-height: 40px; white-space: nowrap; font-size: 18px; font-weight: 300; text-align: center; }
.menu-open #menu .menu { display: block; }
#menu .menu ul { display: table; width: 100%; }
#menu .menu li { display: table-cell; position: relative; }
#menu .menu li a { display: block; padding: 0 10px; color: #001A3D; position: relative; z-index: 751; }
#menu .menu li a:hover,
#menu .menu li:hover a { background: #DBE0E3; box-shadow: 2px 2px 2px rgba(0,0,0,0.2); }
#menu .menu li a .fa { color: #D9DFE3; }
#menu .menu li a:hover .fa,
#menu .menu li:hover a .fa { color: #aaa; }

#menu .menu li .submenu { position: absolute; z-index: 752; left: 0; top: 40px; background: #DBE0E3; visibility: hidden; opacity: 0; transition: all 0.2s; text-align: left; box-shadow: 2px 2px 2px rgba(0,0,0,0.2); }
#menu .menu li:last-child .submenu { left: auto; right: 0; text-align: right; }
#menu .menu li:hover .submenu { visibility: visible; opacity: 1; }
#menu .menu li .submenu ul { display: block; }
#menu .menu li .submenu ul li { display: block; }
#menu .menu li .submenu ul li a { padding: 0 25px; box-shadow: none !important; }
#menu .menu li .submenu ul li a:hover { background: #0392D8; color: #fff; }

#logo { float: left; }
#logo img { display: block; }

.menu2 { display: block; }
.menu2 > li { display: block; float: left; padding: 0 10px 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; color: #001A3D; font-weight: 300; }
.menu2 > li > a > .fa { color: #0292D8; font-size: 36px; line-height: 48px; left: 0; top: 0; position: absolute; }
.menu2 > li > a:hover { color: #0292D8; }
.menu2 > li > a:hover > .fa { color: #E3A52F; }
.menu2 > li > a > .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: #B90F2C; border-radius: 10px; box-shadow: 1px -1px 2px rgba(0,0,0,0.2); display: inline-block; position: absolute; left: 17px; top: 1px; font-style: normal; }
.menu2 > li > a > .zero { display: none !important; }

.menu2 > li.aol > a { padding-left: 65px; }
.menu2 > li.aol > a > img { left: -2px; top: -12px; position: absolute; }

#header .menu2 { float: right; margin-top: 32px; }

/***************************************************
BUSCA
****************************************************/
.btn-busca { background: #fff; font-size: 16px; 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: #002C57; }
.btn-busca:hover .fa { color: #002C57; }
.dropdown-menu { border-radius: 0 !important; }

#busca { z-index: 300; width: 100%; background: #fff; position: relative; }
#busca .btn-busca { border-right: none; }
#busca #busca-menu { display: block; height: 44px; line-height: 44px; position: relative; z-index: 340; }
#busca #busca-menu li { float: left; height: inherit; line-height: inherit; background: #A8ABAE; color: #474747; text-align: center; padding: 0 20px; font-size: 18px; font-weight: bold; cursor: pointer; }
#busca #busca-menu li:hover { background: #B5B8BB; }
#busca #busca-menu li.active { background: #DBE0E3 !important; }
#busca .busca { display: none; position: relative; z-index: 320; background: #DBE0E3; padding: 15px 15px 6px 15px; }
#busca .busca.active { display: block; }
#busca .busca .campos { display: block; }
#busca .busca .campo { display: block; float: left; width: 19.2%; margin: 0 1% 9px 0; }
#busca .busca .campo:last-child { margin-right: 0 !important; }
#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: 19.2%; margin-right: 0; border-right: none; }
#busca .busca .submit { width: 100%; }
#busca .busca .campo-q { width: 79.8%; }
#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: 60% !important; position: relative; padding: 30px 0 0 0; margin: 0; }
#busca .busca .campo-valor .range-label { position: absolute; left: 0; top: 0; width: 100%; line-height: 20px; color: #464646; font-size: 18px; font-weight: 300; text-align: left; }

#busca .busca .checks { display: table; width: 100%; height: 44px; }
#busca .busca .checks .check { display: table-cell; vertical-align: middle; cursor: pointer; font-size: 16px; font-weight: normal; color: #6C7172; white-space: nowrap; position: relative; overflow: hidden;padding: 15px; }
#busca .busca .checks .check input { position: absolute; left: -100px; top: -100px; opacity: 0; }
#busca .busca .checks .check .cb { display: inline-block; width: 24px; height: 24px; border: solid 1px #E6E6E6; background: #F3F3F3; line-height: 22px; text-align: center; font-size: 14px; color: #002C57; margin-right: 5px; }
#busca .busca .checks .check .cb .fa { opacity: 0; }
#busca .busca .checks .check input:checked + .cb .fa { opacity: 1; }

/***************************************************
ANIMAÇÃO
****************************************************/

@media (min-width: 768px) {
	#bb { position: relative; padding-top: 230px; }
	#bb #busca { position: absolute; left: 0; top: 0; z-index: 300; width: 100%; background: none; }
}

.animacao { overflow: hidden; position: relative; height: 450px; 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: #fff; position: relative; }
.animacao .slides .slide .bg {
	position: relative;
	z-index: 1;
	/* width: 100% !important;  */
	height: inherit;
	overflow: hidden;
	/* background-position: center center; */
	background-repeat: no-repeat;
	background-size: cover;
}
.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-top: 12%; }
.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: 12px !important; }
.animacao .slides .slide .fg a { display: block; height: 100%; width: 100%; }
.animacao .slides .slide .fg .linha .abtn { display: inline-block; height: 43px; line-height: 43px; background: #0392D8; color: #fff; font-weight: bold; font-size: 18px; padding: 0 20px; min-width: 150px; cursor: pointer; text-shadow: none; }
.animacao .slides .slide .fg .linha .abtn:hover { background: #E3A52F; }
.animacao .slides .slide .fg a { display: block; }
.animacao .base-seta { position: absolute; top: 0; display: block; height: 80%; 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-top: 170px; }
.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
****************************************************/

.imovelbox .fav { display: block; width: 25px; height: 25px; cursor: pointer; font-size: 22px; color: #A8ABAE; }
.imovelbox .fav:hover { }
.imovelbox .fav:active { }
.imovelbox .fav.favon { color: #B90F2C; }

/***************************************************
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: 32px; line-height: 1.25em; font-weight: bold; color: #002C57; margin: 0 0 32px 0; padding: 0 0 28px 0; background: url(../../img/design/linha_bg.png) center bottom no-repeat; text-align: center; }
.titulo-2 { font-size: 22px; background: none; padding: 0; margin: 0 0 15px 0; text-align: left; font-weight: bold; color: #002C57; }
#lateral .titulo-2 { color: #0292D8; }
.titulo .codigo { display: inline-block; background: #A58148; padding: 0 25px; color: #fff; font-weight: 300; border-radius: 20px; margin-left: 6px; }
.subtitulo { font-size: 22px; line-height: 1.25em; margin: 0 0 0 0; font-weight: 300; color: #4C4C4C; text-align: center; margin: 0 0 30px 0; }
/* Header do Título */
.ht { position: relative; }
.ht .btn-group { position: absolute; right: 0; bottom: 0; }

#conteudo { margin: 0 0 35px 0; padding: 32px 0 0 0; }

#principal { }

.seta { height: 45px; width: 35px; cursor: pointer; text-align: center; font-size: 40px; color: #E3A52F; background: none; display: block; text-decoration: none; text-shadow: 1px 1px 2px rgba(0,0,0,0.25); }
.seta .fa { line-height: 60px; }
.seta:hover { color: #FFC24E; }
.seta:active { font-size: 38px; }

#home-central { }
#home-central .servico { margin: 0 0 30px 0; text-align: center; width: 100%  }
#home-central .servico a { display: block; position: relative; left: 0; top: 0; color: #464646; }
#home-central .servico a .nome { font-size: 20px; font-weight: bold; line-height: 1.2em; padding: 0 8px 20px 8px; background: url(../../img/design/linha_bg.png) center bottom no-repeat; margin: 0 0 10px 0; }
#home-central .servico a .nome .fa { display: block; width: 100%; font-size: 36px; color: #0292D8; line-height: 1.2em; padding-top: 5px; }
#home-central .servico a p { padding: 0 8px; font-size: 18px; line-height: 1.2em; }

#home-central .servico a:hover { opacity: 0.8; }

#home-central .servico td {border-top: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; }
#home-central .servico td:last-child {border-bottom: 1px solid #e6e6e6; }

.imoveis { }

/* Lista de imóveis */
.imovelbox { width: 100%; height: 270px; margin: 0 0 30px 0; overflow: hidden; }
.imovelbox a { display: block; text-decoration: none; width: inherit; height: inherit; }
.imovelbox .foto { height: 199px; width: 100%; position: relative; overflow: hidden; margin: 0 0 3px 0; }
.imovelbox .foto .img { height: 100%; width: 100%; overflow: hidden; z-index: 1; position: relative; transition: opacity 0.2s; }
.imovelbox a:hover .foto .img { opacity: 0.8; }
.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: 5px; top: 5px; height: 24px; line-height: 24px; border-radius: 11px; background: #E3A52F; color: #fff; padding: 0 9px; font-size: 15px; font-weight: normal; }
.imovelbox .sobre { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 10; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,0.8); padding: 6px; }
.imovelbox .sobre .cat { font-size: 16px; line-height: 1.2em; margin-bottom: 3px; font-weight: normal; }
.imovelbox .sobre .onde { font-size: 18px; line-height: 1.2em; font-weight: bold; }
.imovelbox .sobre2 { position: relative; }
.imovelbox .fav { position: absolute; right: 0; top: 0; }
.imovelbox .valor { font-size: 20px; line-height: 26px; color: #0392D8; font-weight: bold; padding-bottom: 7px; border-bottom: solid 1px #E6E6E6; margin-bottom: 8px; }
.imovelbox .valor_of span { font-size: 10px !important; color: #4F4F4F; }
.imovelbox .info { font-size: 14px; line-height: 17px; color: #4F4F4F; }
.imovelbox .info span { margin-right: 5px; }
.imovelbox .info span:last-child { margin-right: 0; }

.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: #fff; }
.slider-imoveis .imoveis .slide { width: 100%; background: #fff; }

/* 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 { }

.paginacao-bottom { padding: 30px 0; font-weight: bold; font-size: 18px; background: url(../../img/design/linha_bg.png) center top no-repeat; }
.paginacao-bottom .base { color: #19BDFF; text-align: center; }
.paginacao-bottom .base a { padding: 0 10px; line-height: 30px; display: inline-block; text-align: center; }
.paginacao-bottom .base a:hover { color: #001B3D; }
.paginacao-bottom .base a.active { color: #464646 !important; }
.paginacao-bottom .base .pgn-anterior { padding-left: 0; }
.paginacao-bottom .base .pgn-proxima { padding-right: 0; }

.pg-imoveis .total { float: right; color: #4C4C4C; font-size: 20px; font-weight: 300; line-height: 28px; }

.imv-menu { margin: 0 0 26px 0; }
.imv-menu .imenu { float: left; font-size: 20px; color: #464646; line-height: 28px; }
.imv-menu .imenu a { display: inline-block; margin: 0 15px 0 0; }
.imv-menu .imenu a:hover { color: #0292D8; }
.imv-menu .imenu a:last-child { margin-right: 0; }
.imv-menu .imenu a .fa { color: #0292D8; }

/* 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: 18px; color: #474747; font-weight: bold; line-height: 1.2em; display: block; padding: 0; margin: 0 0 6px 0; }
#filtro .box .opcoes { padding: 10px; border: solid 1px #D6D7D9; margin: 0 0 15px 0; background: #fff; }
#filtro .box .opcoes a { display: block; height: 20px; line-height: 20px; padding: 0; position: relative; margin: 0 0 5px 0; color: #fff; font-size: 18px; font-weight: 300; color: #474747; }
#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: #0392D8; }
#filtro .box .opcoes a .check .on { display: none; }
#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: #0392D8; }

/* 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; }
#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: #E3A52F; }
#dlinks .menu2 li a:hover { }
#dlinks .menu2 li .share { position: absolute; top: 44px; right: 0; background: #0392D8; 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: #001B3D; }

#dinfo { }
#dinfo .titulo-imovel { font-size: 22px; line-height: 25px; margin: 0 0 24px 0; text-align: left; padding: 0; border: none; font-weight: bold; background: none; text-align: left; }
#dinfo .valor { font-size: 22px; line-height: 25px; margin: 0 0 24px 0; color: #0292D8; 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: normal; font-size: inherit; line-height: inherit; }
#dinfo table td { font-weight: bold; font-size: inherit; line-height: inherit; }
#dinfo table .valor td { color: #FF953A; }

.detalhesbox { margin-bottom: 38px; position: relative; }
.detalhesbox .titulo { }
.detalhesbox .caracteristicas .fa { color: #E3A52F; }

.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.1); 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: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: 45px; 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/design/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: #E3A52F; opacity: 0; transition: all 0.3s; }
#gmap-nearby ul li a.active .check i { opacity: 1; }
#gmap-nearby ul li a:hover { color: #E3A52F; }
#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/design/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/design/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; }

#menu-blog { }
#menu-blog li { display: block; margin: 0 0 9px 0; }
#menu-blog li a { display: block; border: solid 1px #E6E6E6; border-radius: 0; line-height: 22px; padding: 9px 22px; color: #373333; font-weight: 300; font-size: 18px; }
#menu-blog li a:hover { background: #f4f4f4; }
#menu-blog li a.active { background: #002C57 !important; color: #fff !important; font-weight: bold; }

#blog { }
#blog .post { height: 205px; margin: 0 0 30px 0; overflow: hidden; }
#blog .post a { display: block; transition: opacity 0.2s; }
#blog .post a:hover { opacity: 0.8; }
#blog .post .foto { height: 150px; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 0 4px 0; }
#blog .post .foto img { width: 100%; min-height: 100%; }
.backgroundsize #blog .post .foto img { opacity: 0; }
#blog .post .chamada { font-size: 18px; color: #464646; line-height: 22px; overflow: hidden; font-weight: normal; height: 45px; }

#side-banners { margin: 0 0 30px 0; }
#side-banners .banner { margin: 0 0 10px 0; text-align: center; }

#side-noticias { position: relative; margin-bottom: 30px; }
#side-noticias:last-child { margin-bottom: 0; }
#side-noticias .setas { right: 0; top: 8px; position: absolute; }
#side-noticias .slides { width: 100%; background: #fff; overflow: hidden; }
#side-noticias .slides .slide { width: 100%; background: #fff; }
#side-noticias .slides .slide a { display: block; }
#side-noticias .slides .slide a.tit { font-size: 18px; line-height: 20px; font-weight: normal; color: #921A1E; margin: 0 0 6px 0; }
#side-noticias .slides .slide a.chamada { font-size: 13px; line-height: 16px; font-weight: normal; color: #262626; }

/***************************************************
RODAPÉ
****************************************************/

#footer { background: url(../../img/design/footer_bg.jpg) center center no-repeat #025C88; background-size: cover; }

#footer1 { border-bottom: solid 10px rgba(0,27,61,0.5); padding: 10px 0; }
#footer1 .menu2 { display: block; float: right; margin-top: 12px; color: #fff; }
#footer1 .menu2 > li > a { color: #fff; }

#flogo { }
#flogo a { display: block; }
#flogo a img { display: block; max-width: 100%; }

#footer2 { padding: 26px 0; font-size: 18px; line-height: 1.2em; font-weight: 300; color: #fff; }
#footer2 p .fa,
#footer2 h5 .fa { color: #E3A52E; }
#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: #E3A52E; }

#newsletter { margin: 0 0 10px 0; }
#newsletter label { display: block; font-size: 16px; 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: #fff; background: #E3A52F; }

#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,27,61,0.5); }
#footer3 p.copy { font-size: 16px; 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: 350px; }
	.pg-hi .imovelbox .foto { height: 270px; }
	.pg-hi .imovelbox .sobre .cat { font-size: 18px; }
	.pg-hi .imovelbox .sobre .onde { font-size: 22px; }
	.pg-hi .imovelbox .info { font-size: 18px; line-height: 23px; }
	.pg-imoveis #principal { float: right; }

	#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) {
	.qmd { margin-bottom: 30px; }
	#menu .menu li a { padding: 0 7px; }
	#menu .menu li a .fa { display: none; }
	#menu .menu li .submenu ul li a { padding: 0 15px; }
	#logo a img { height: 100px; }
	#header .menu2 { margin-top: 24px; }
	.menu2 > li { padding-right: 10px; }
	.menu2 > li > a { font-size: 16px; }

	.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: 17px; }
	#busca .busca .campo-q .fa { display: none; }

	.animacao { font-size: 40px; height: 600px; }

	.paginacao-bottom .base a { padding: 0 10px; }
}

/* IPAD VERTICAL e SMATPHONES GRANDES/HORIZONTAL - até 991px */
@media (max-width: 991px) {
	.qsm { margin-bottom: 30px; }
	#header { padding-bottom: 5px; }
	#logo { float: none; width: 100%; text-align: center; padding-bottom: 2px; }
	#logo a { display: inline-block; }
	#logo a img { }
	#menu .menu { font-size: 16px; }
	#menu .menu li a { padding: 0 5px; }

	.menu2 { display: table; width: 100%; text-align: center; }
	.menu2 li { display: table-cell; float: none; margin: 0; padding: 0; }
	.menu2 li a { padding: 0; font-size: 16px; line-height: 20px; font-weight: bold; min-height: 0; white-space: nowrap; }
	.menu2 li a .fa { position: relative; left: auto; top: auto; font-size: inherit; line-height: inherit; }
	.menu2 li a span { display: none; }
	.menu2 > li > a > .numfav { position: relative; left: auto; top: auto; width: auto; height: auto; }

	#header .menu2 { margin: 0; }

	#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: 16px; }

	.animacao { font-size: 36px; height: 500px; }
	.animacao .slides .slide .fg .base2 { padding-top: 80px; }

	.titulo { font-size: 28px; line-height: 32px; padding-bottom: 20px; }

	.paginacao-bottom .base a { padding: 0 6px; }

	#conteudo { padding-top: 25px; }

	#dlinks .menu2 li .share { top: 20px; }

	.titulo-whatsapp { text-align: left; }
	#dinfo { padding-top: 25px; }

	#footer1 .menu2 { margin: 0; text-align: center; display: block; }
	#footer1 .menu2 > li { margin: 0 10px; display: inline-block; }

}

/* SMATPHONES PEQUENOS/VERTICAL - até 767px */
@media (max-width: 767px) {
	.qxs { margin-bottom: 30px; }
	#header { padding: 0; height: 140px; }
	#header .container { padding: 0; }
	#header .menu2 { display: none; }
	#logo a { display: inline-block; max-width: 80%; }
	#logo a img { height: 95px; max-width: 100%; }

	#conteudo { padding-top: 15px; }

	#bmenu { display: none; }

	/* Menu */
	#menu { position: absolute; left: 0; top: 100px; width: 100%; float: none; clear: both; margin: 0; height: 40px; background: #DBE0E3; border: none; }
	#menu .container { padding: 0; position: static; }
	#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: #0392D8; }
	#menu-mobile li:hover a,
	#menu-mobile li a:active { background: #0392D8; color: #fff !important; }
	#menu-mobile li a { font-size: 22px; padding: 0; display: block; color: #0392D8 !important; }
	#menu .menu { position: absolute; left: 0; top: 40px !important; height: auto; display: none !important; width: auto !important; min-width: 0; background: #0392D8; }
	.menu-open #menu .menu { display: block !important; }
	.menu-open #menu-mobile li a.open-menu { background: #0392D8 !important; color: #fff !important; }
	#menu .menu li { display: block; float: none; line-height: 35px; text-align: left; font-size: 18px; }
	#menu .menu li a { color: #fff; padding: 0 20px; }
	#menu .menu li a:hover,
	#menu .menu li a:active,
	#menu .menu li:hover a,
	#menu .menu li.submenu-open { background: #001B3D; color: #fff; }
	#menu .menu li .submenu { position: relative !important; display: none; opacity: 1; visibility: visible; background: #001B3D !important; left: auto; top: auto; }
	#menu .menu li.submenu-open .submenu { display: block; }
	#menu .menu li .submenu ul { }
	#menu .menu li .submenu ul li { }
	#menu .menu li .submenu ul li a { padding: 0 20px 0 30px; font-size: 16px;  }
	#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: #0392D8; }
	.busca-open #busca { display: block; padding: 15px 0; }
	.busca-open #menu-mobile li a.open-busca { background: #0392D8 !important; color: #fff !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 { font-size: 32px; height: 450px; }
	/* .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 .slides .slide .fg a { display: block; height: 100%; width: 100%; }
	.animacao .base-seta { padding: 0 !important; }
	.animacao .slides .slide .fg .base2, .animacao .base-seta .base2 { padding-top: 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: 26px; line-height: 30px; padding-bottom: 18px; }
	.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; }

	#footer1 .menu2 > li { margin: 0 5px 5px 0; }

	#footer2 .col { margin-bottom: 30px; }

}

@media (max-width: 430px) {
	#busca #busca-menu li {  padding: 0 5px; }
	#dlinks { font-size: 12px; }
	.imovelbox .sobre .valor { font-size: 0.8em; }
	#footer1 .menu2 > li > a { font-size: 15px; }
}