
@import "//cdn.imogestao.com.br/assets/bootstrap/3.3.7/css/bootstrap.min.css";
@import "//cdn.imogestao.com.br/assets/fontawesome/4.7.0/css/font-awesome.min.css";
@import "//cdn.imogestao.com.br/assets/bootstrap-select/1.7.5/css/bootstrap-select.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css";
@import "//cdn.imogestao.com.br/assets/jquery-slick/1.8.0/slick.css";
@import "//cdn.imogestao.com.br/assets/jquery-slick/1.8.0/slick-theme.css";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* hacks */
.fancybox-inner { overflow: hidden !important; }

body { font-family: "Montserrat", Arial, Helvetica, sans-serif; font-size: 16px; color: #333; font-weight: normal; background: #ffffff; }
.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: #504949;
border: solid 1px #504949;
color: #fff !important;
font-size: 16px;
font-weight: bold;
line-height: 40px;
height: 42px;
padding: 0 5px;
text-align: center;
cursor: pointer;
text-transform: none;
border-radius: 0px 3px 3px 0px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.btn-imob .fa { color: inherit !important; }
.btn-imob:hover,
.btn-imob:active { background: #504949; color: #fff; border: 1px solid #504949;}
.btn-imob.btn-fa { text-align: left; padding-right: 40px; position: relative; }
.btn-imob.btn-fa .fa { position: absolute; right: 0; top: 0; width: 35px; 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 #504949; background: #fff; line-height: 24px; padding: 8px 18px; color: #444; font-size: 16px; font-weight: normal; height: auto; border-radius: 0; }

.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: 500; margin: 0 0 20px 0; }

#menu { border-bottom: solid 1px #504949; border-left-width: 0; border-right-width: 0; }
#menu .menu { height: 48px; line-height: 48px; display: block; color: #fff; font-size: 14px; font-weight: normal; text-transform: uppercase; float: left; }
#menu .menu li { height: inherit; line-height: inherit; display: inline-block; position: relative; margin: 0 10px 0 0; }
#menu .menu li:last-child { margin-right: 0 !important; }
#menu .menu li a {font-size: 12px; display: block; height: inherit; line-height: inherit; text-align: center; padding: 0; color: #333; }

@media(min-width: 1200px){
#menu .menu li a{font-size: 14px;}
}
@media(max-width: 767px){
#menu .menu li a {color: #fff; font-size: 11px;}
}
@media(max-width: 992px){
#menu .menu li a {font-size: 11px;}
}


#menu .social { float: right; }
#menu .social li { display: inline-block; margin: 0 3px 0 0; }
#menu .social li:last-child { margin-right: 0 !important; }
#menu .social li a { display: block; line-height: 48px; font-size: 20px; color: #504949; }
#menu .social li a:hover { color: #5d5555; }

#logo { float: left; }
#logo img { display: block; margin:10px 0; padding: 0; max-height: 70px; max-width: 200px; }

.menu2 { display: block; position: absolute; right: 15px; margin: 25px 0; }
.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: 16px; line-height: 18px; min-height: 40px; color: #333; }
.menu2 > li > a > .fa { color: #504949; font-size: 36px; line-height: 40px; left: 0; top: 0; position: absolute; }
.menu2 > li > a:hover { color: #504949; }
.menu2 > li > a:hover .fa { color: #504949; }


/***************************************************
BUSCA
****************************************************/
.btn-busca { background: #fff; font-size: 16px; font-weight: nomal; color: #333; padding-top: 6px; padding-bottom: 6px; border: solid 1px #504949; border-radius: 0; line-height: 22px; padding: 9px 20px 9px 10px; height: auto; box-shadow: none !important; position: relative; }
.btn-busca .fa { color: inherit; font-size: 18px; position: absolute; line-height: 40px; right: 0; top: 0; width: 28px; }
.btn-busca:hover { color: #111; }
.btn-busca:hover .fa { color: #504949; }
.dropdown-menu { border-radius: 0 !important; }

#busca { z-index: 300; width: 100%; padding: 0; }
@media(min-width: 768px){
#busca .btn-busca, #filtro_secundario .btn-busca,#filtro_secundario .form-control { border-right-width: 0; }
}
#busca .campo:last-child .btn-busca { border-right-width: 1px; }
#busca #busca-menu { display: none; }
#busca .busca { display: none; padding: 0; position: relative; z-index: 320; }
#busca .busca.active { display: block; }
#busca .busca .campos { display: table; width: 100%; vertical-align: middle; margin: 0 0 12px 0; }
#busca .busca .campos-av { display: none; }
#busca.av .busca .campos-av { display: table; }
#busca .busca .campo { display: table-cell; width: 16.66%; vertical-align: middle; }
#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: 6%; }
#busca .busca .submit { width: 100%; border-top-left-radius: 0; border-bottom-left-radius: 0; }
#busca .busca .campo-q { width: 79%; }
#busca .busca .campo-av { width: 15%; }
#busca .busca .campo-av .btn-imob { border-top-right-radius: 0; border-bottom-right-radius: 0; }
#busca .busca .campo-av .btn-imob .fechar { display: none; }
#busca.av .busca .campo-av .btn-imob .abrir { display: none; }
#busca.av .busca .campo-av .btn-imob .fechar { display: inline-block; }
#busca .busca .q,
#busca .busca .codigo { border: solid 1px #e6e6e6; border-right-width: 0; background: #fff; line-height: 22px; padding: 9px 14px; font-size: 16px; color: #5A5959; width: 100%; font-weight: normal; background: #fff; }
#busca .busca .q { padding-left: 28px !important; background: url(../../img/design/busca_map_bg.png) left center no-repeat #fff; }



/***************************************************
ANIMAÇÃO
****************************************************/

@media (min-width: 768px) {
#bb { position: relative; }
#bb #busca { position: absolute; left: 0; top: 24px; z-index: 300; width: 100%; background: none; }
}

.animacao { overflow: hidden; position: relative; height: 600px; 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: #000; 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-top: 125px; }
.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: 18px !important; }
.animacao .slides .slide .fg .linha .abtn { text-align: center; min-width: 150px; }
.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-top: 125px; }
.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; cursor: pointer; font-size: 22px; color: #FFFFFF; }
.imovelbox .fav:hover { }
.imovelbox .fav:active { }
.imovelbox .fav.favon { color: #504949; }


/***************************************************
CONTEÚDO
****************************************************/

/* Títulos */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; line-height: inherit; }
.titulo { font-size: 32px; line-height: 1.25em; font-weight: bold; color: #504949; margin: 0 0 22px 0; }
.titulo-2 { font-size: 22px; margin: 0 0 15px 0; color: #504949; }
.titulo-2.titulo-lateral { padding-top: 22px; }
.titulo .codigo { display: inline-block; background: #A58148; padding: 0 25px; color: #fff; font-weight: 300; border-radius: 20px; margin-left: 6px; }
.subtitulo { font-size: 16px; line-height: 1.25em; margin: 0 0 0 0; font-weight: normal; color: #333; text-align: left; margin: 0; }
/* Header do Título */
.ht { position: relative;}


#conteudo { margin: 0 0 35px 0; padding: 25px 0 0 0; }

#principal { }


.seta { height: 60px; width: 45px; cursor: pointer; text-align: center; font-size: 60px; color: #504949; background: none; display: block; text-decoration: none; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); }
.seta .fa { line-height: 60px; }
.seta:hover { color: #5d5555; }
.seta:active { font-size: 58px; }
.setas { width: 70px; height: 45px; }
.setas .seta { float: left; }


#intro { text-align: center; margin-bottom: 42px; }
#intro .titulo { margin-bottom: 40px; }
#intro .subtitulo { margin-bottom: 0; }


.imoveis { }

/* Lista de imóveis */
.imovelbox { background-color: #fff; width: 100%; overflow: hidden; height: 460px; margin: 0 0 15px 0; border: 1px solid #504949; border-radius: 3px;}
.imovelbox a { display: block; text-decoration: none; width: inherit; height: inherit; }
.imovelbox .foto { height: 272px; width: 100%; position: relative; overflow: hidden; margin: 0; }
.imovelbox .foto .img { position: relative; z-index: 1; width: 100%; height: 100%; background-position: center center; background-size: cover; }
.imovelbox .foto .img img { width: 100%; min-height: 100%; }
.backgroundsize .imovelbox .foto .img img { opacity: 0; }
.imovelbox .foto .ovr { height: 100%; width: 100%; overflow: hidden; z-index: 2; position: absolute; left: 0; top: 0; transition: all 0.3s; background: rgba(43,41,41,0.5);}
.imovelbox a:hover .foto .ovr { background: rgba(43,41,41,0.1); }
.imovelbox .foto .codigo { text-shadow: 1px 1px 2px rgba(0,0,0,0.65); position: absolute; z-index: 3; left: 0; top: 0; font-size: 16px; color: #fff; padding: 10px; }
.imovelbox .foto .fav {text-shadow: 1px 1px 2px rgba(0,0,0,0.65); position: absolute; z-index: 3; right: 0; top: 0; padding: 10px; }
.imovelbox .foto .sobre { position: absolute; z-index: 4; left: 0; bottom: 0; width: 100%; text-align: center; padding: 0px 15px; color: #fff; font-size: 22px; font-weight: bold; line-height: 1.2em; background-image: linear-gradient(to bottom, rgba(0,0,0,0)30%,rgb(255,255,255)100%);}
.imovelbox .foto .sobre .cat { font-size: 0.818em; line-height: 1.2em; font-weight: normal; text-shadow: 1px 2px 2px #333; }
.imovelbox .foto .sobre .onde { font-weight: bold; text-shadow: 1px 2px 2px #333; }
.imovelbox .foto .sobre .valor { font-weight: bold; color: #504949;  text-shadow: 1px 1px 1px #fff; }
.imovelbox .info {display: -webkit-box; max-width: 100%; height: 130px; font-size: 16px; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.5em; color: #333; text-align: center; padding: 10px 5px 5px 5px;}

.imovelbox .info-curta {height: 45px;background: transparent;font-size: 16px;border-top: 1px solid #cdcdcd;display: flex;justify-content: space-between;margin-top: 10px;}
.imovelbox .info-curta .detalhe {width: 33.3%;text-align: center;padding: 10px; border-right: 1px solid #ccc;}
.imovelbox .info-curta .detalhe:last-child { border-right: none;}

.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: 90px; z-index: 300; }
.slider-imoveis .seta.prev { left: -15px; }
.slider-imoveis .seta.next { right: -15px; }
.slider-imoveis .imoveis { width: 100%; background: #ffffff; }
.slider-imoveis .imoveis .slide { width: 100%; background: #ffffff; }


/* Paginação */
.htb { position: relative; }
.paginacao-top { position: relative; clear: both; display: block; margin-bottom: 30px; }
.paginacao-top .bootstrap-select { width: auto; 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;text-align: center;  }
.paginacao-bottom .base { display: inline-block; }
.paginacao-bottom .base a {background-color: #ffffff; display: block; line-height: 40px; vertical-align: middle; font-size: 16px; font-weight: bold; color: #333; padding: 0 8px; text-align: center; border: solid 1px #504949; min-width: 42px; float: left; margin: 0 0 0 -1px; }
.paginacao-bottom .base a.active { color: #fff !important; background: #504949 !important; }
.paginacao-bottom .base a:hover { text-decoration: none; color: #504949; }


.imv-menu { margin: 0 0 26px 0; }
.imv-menu .imenu { float: left; font-size: 20px; color: #2B5939; line-height: 28px; }
.imv-menu .imenu a { display: inline-block; margin: 0 15px 0 0; }
.imv-menu .imenu a:hover { color: #8C6A34; }
.imv-menu .imenu a:last-child { margin-right: 0; }
.imv-menu .imenu a .fa { color: #8C6A34; }


/* 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: 20px; color: #2B593B; font-weight: bold; line-height: 1.2em; display: block; padding: 0; margin: 0 0 6px 0; text-transform: uppercase; }
#filtro .box .opcoes { padding: 10px; border: solid 1px #E6E6E6; border-radius: 20px; margin: 0 0 15px 0; background: #fff; }
#filtro .box .opcoes a { display: block; height: 28px; line-height: 28px; padding: 0; position: relative; margin: 0 0 4px 0; color: #4E4E4E; font-size: 20px; 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: #E5E5E5; font-size: 22px; }
#filtro .box .opcoes a .check .on { display: none; color: #A58047; }
#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: #A58047; }


/* 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 h5 { padding: 0 0 10px 0; margin: 0; font-size: 22px; color: #504949; }
.dlinks a { color: #504949; }
.dlinks a:hover { color: #5d5555; }

#dinfo { }
#dinfo .titulo-imovel { margin: 0 0 32px 0; line-height: 1.1em; }
#dinfo .valor { line-height: 1.1em; margin-bottom: 22px; }
#dinfo .valor span { font-weight: normal; color: #333; }
#dinfo table { white-space: nowrap; margin: 0 0 20px 0; line-height: 1.5em; font-size: 18px; }
#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: #C33333; }

.detalhesbox {margin:0;padding:0 0 30px 0;}
.detalhesbox h5 { padding: 0 0 10px 0; margin: 0; font-size: 22px; color: #504949; }

.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: #fafafa; 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; }


#lateral .subtitulo { margin-bottom: 0; font-size: 1em; }
#lateral .titulo-2 { margin-bottom: 6px; }


.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 .titulo-2 { color: #2B2727; }
#detalhes-form .titulo-2 .fa { font-size: 1.3em; color: #504949; }
#detalhes-form label { display: none; }
#detalhes-form .form-group { margin-bottom: 8px; }
#detalhes-form .btn-imob { width: 100%; }


#lateral .banners { }
#lateral .banners .banner { margin: 0 0 30px 0; }
#lateral .banners .banner a { display: block; }
#lateral .banners .banner a img { display: block; max-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: 14px; 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: #333; }
#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: 30px; overflow: hidden; }
#simuladores ul { overflow: hidden; }
#simuladores li { float: left; width: 31.3%; margin: 0 3% 10px 0; }
#simuladores li:nth-child(3n) { margin-right: 0; }
#simuladores li a { display: block; text-align: center; border: solid 1px #E6E6E6; padding: 5px; }
#simuladores li a:hover { opacity: 0.8; }
#simuladores li img { width: 60px; max-width: 90%; display: block; margin: auto; }

#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: 20px; line-height: 22px; padding: 9px 22px; color: #2B593B; font-weight: bold; font-size: 18px; }
#menu-blog li a:hover { background: #f4f4f4; }
#menu-blog li a.active { background: #2B593B !important; color: #fff !important; }

#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; }

.pg-blog .paginacao { text-align: center; padding: 38px 0 0 0; background: url(../../img/design/linha_bg.png) center top no-repeat; }
.pg-blog .paginacao .base { text-align: center; float: none; clear: both; }



#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: #ffffff; border-top: solid 2px #504949; }

#footer1 { padding: 18px 0; }

#footer2 { padding: 0; font-size: 14px; line-height: 1.15em; font-weight: 300; color: #fff; background: #504949; }
#footer2 .footer-main { padding-top: 20px; padding-bottom: 20px; }
#footer2 p { margin-bottom: 1.15em; }
#footer2 a { color: #fff; }
#footer2 a:hover { color: #5d5555; }
#footer2 #mapa { width: 100%; height: 385px; }

#flogo { margin: 0 0 1.2em 0; }
#flogo a { display: block; }
#flogo a img { display: block; max-width: 100%; margin: auto; }

#social { }
#social ul { }
#social ul li { display: inline-block; font-size: 35px; margin: 0 0.3em 0 0; }
#social ul li:last-child { margin-right: 0 !important; }
#social ul li a { line-height: 1.2em; display: block; }

#newsletter { margin: 0 0 10px 0; }
#newsletter .form-group { margin-bottom: 9px; }
#newsletter .btn-imob { color: #F6D400 !important; }
#newsletter .btn-imob:hover { color: #C71B1B !important; }

#footer3 { padding: 10px 0; }
#footer3 p.copy { font-size: 16px; line-height: 1.2em; margin: 0 0 2px 0; color: #5A5959; font-weight: normal; text-align: center; }



#footer #assinaturas { }
#footer #assinaturas ul { list-style: none; text-align: center; }
#footer #assinaturas ul li { display: inline-block; }
#footer #assinaturas ul li:last-child { margin: 0; }
#footer #assinaturas ul li a,
#footer #assinaturas ul li a img { display: block; }


footer .linha_imo {
text-align: center;
background: #000;
}
footer .linha_imo .nativa_rodape {
margin-top: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #fff;
color: #fff;
}
footer .linha_imo .nativa_rodape span {
color: #fff;
}
footer .area-texto-livre {
padding-bottom: 15px;
text-align: center;
}





/***************************************************
RESPONSIVO
****************************************************/

@media (min-width: 1300px) {
.slider-imoveis .seta.prev,
#mv .base .seta.prev { left: -50px; }
.slider-imoveis .seta.next,
#mv .base .seta.next { right: -50px; }
}

/* DESKTOP GRANDE - 1200px+ */
@media (min-width: 1200px) {
.htb { position: relative; padding: 0 450px 0 0; }
.paginacao-top { position: absolute; right: 0; bottom: -6px; top: auto; margin: 0; }
}


/* DESKTOP PEQUENO e IPAD HORIZONTAL - até 1199px */
@media (max-width: 1199px) {

/* .menu2 { top: 45px; } */
.menu2 > li > a { font-size: 14px; line-height: 16px; min-height: 35px; padding-left: 32px; }
.menu2 > li > a .fa { font-size: 30px; line-height: 35px; }

.btn-busca,
#busca .busca .codigo,
#busca .busca .q { font-size: 15px; }
#busca .busca .campo-valor .range-label { font-size: 15px; }
#busca .busca .campo-q .fa { display: none; }

#home-menu a { font-size: 18px; white-space: nowrap; }

.paginacao-bottom .base a { padding: 0 10px; }

#detalhes-form .titulo-2 { font-size: 22px; }

}

/* IPAD VERTICAL e SMATPHONES GRANDES/HORIZONTAL - até 991px */
@media (max-width: 991px) {
#header { padding-bottom: 5px; }
#menu .menu li { margin-right: 6px; }

/* .menu2 { top: 25px; } */

#bmenu { line-height: 90px; height: 85px; }
.btn-busca,
#busca .busca .q { font-size: 14px; padding-left: 8px; }
#busca .busca .submit { text-align: center; padding: 0; }
#busca .busca .submit .fa { position: relative; right: auto; top: auto; display: inline-block; }
#busca .busca .q { font-size: 16px; }
#busca .busca .campo-valor .range-label { font-size: 12px; }
.open-av { width: 100% }

#home-menu a { font-size: 16px; }

.paginacao-bottom .base a { padding: 0 6px; }

#conteudo { padding-top: 25px; }

.titulo { font-size: 28px; }
.titulo-2 { font-size: 22px; }

#busca-rapida h3 { font-size: 20px; }
#busca-rapida ul li a { font-size: 16px; }

#dlinks ul { font-size: 18px; line-height: 26px; }
#dlinks ul li .share { top: 27px !important; }

.titulo-whatsapp { text-align: left; }

#lateral { padding-bottom: 30px; }

}

/* SMATPHONES PEQUENOS/VERTICAL - até 767px */
@media (max-width: 767px) {

.btn-group-justified>.btn, .btn-group-justified>.btn-group{ display: block; width: 100%;}

.btn { border-radius: 0; }
#header { padding: 0 0 40px 0; margin: 0; }
#header .container { padding: 0; }
#logo { display: block; float: none; text-align: center; }
#logo a { display: inline-block; max-width: 90%; }
#logo a img { height: auto; max-width: 100%; }

#conteudo { padding-top: 15px; }

#bmenu { display: none; }

/* Menu */
#menu { position: absolute; left: 0; bottom: 0; float: none; border: none; clear: both; margin: 0; width: 100%; height: 40px; background: #504949; }
#menu .social { display: none; }
#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; vertical-align: middle; }
#menu-mobile li:hover a,
#menu-mobile li a:active { background: #504949; color: #fff !important; }
#menu-mobile li a { font-size: 22px; padding: 0; display: block; color: #fff !important; }
#menu-mobile li a small { font-size: 16px; vertical-align: middle; display: inline-block; line-height: 1em; }
#menu .menu { position: absolute; left: 0; top: 40px !important; height: auto; display: none ; width: 220px; background: #504949; }
.menu-open #menu .menu { display: block !important; }
.menu-open #menu-mobile li a.open-menu { background: #504949 !important; color: #fff !important; }
#menu .menu li { display: block; float: none; height: 34px; line-height: 35px; text-align: left; font-size: 16px; margin: 0; }
#menu .menu li a { color: #fff; padding: 0 15px; text-align: left; }
#menu .menu li a:active,
#menu .menu li .submenu { background: #958E67; top: 0; left: 180px; width: 140px; z-index: 700; }
#menu .menu li .submenu li a:hover { background: #F6D400; color: #4B4B4C; }
#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 {  }
#busca #busca-menu { margin: 0 0 10px 0; text-align: center; }
#busca #busca-menu li { margin-bottom: 5px; }
#busca #busca-menu li.active:after { display: none; }
.busca-open #busca { display: block; padding: 15px 0; }
#busca .busca { margin: 0; }
#busca .busca .campos { xdisplay: block; margin: 0; }
#busca .busca .campos .campo { display: block; padding: 0; width: 100% !important; margin: 0 0 7px 0; clear: both; position: relative; }
#busca .campo-submit { padding: 9px 0; text-align: center; }
#busca .busca .q,
#busca .busca .codigo,
#busca .busca .btn-busca { border-right-width: 1px; }

.animacao { height: 450px; }
.animacao .slides .slide .fg .base2,
.animacao .base-seta .base2 { padding-top: 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; }

#busca-rapida .inner { max-width: 350px; }
#busca-rapida ul { margin-bottom: 30px; }
#busca-rapida ul li a { line-height: 36px !important; }

.home-imoveis .titulo { text-align: center; }
.home-imoveis .subtitulo { text-align: center; }

.titulo { font-size: 25px; }
.titulo-2 { font-size: 21px; }
.subtitulo { font-size: 15px; }

#home-menu { overflow: hidden; }
#home-menu div { display: block; float: left; width: 50%; }
#home-menu a { }

.pg-imoveis .total { float: none; padding: 15px 0 0 0; clear: both; }
.imv-menu .imenu { float: none; clear: both; }

#dinfo { padding-top: 25px; }

#detalhes-video iframe { height: 320px; }
.detalhesfotos .base { height: 100px; }
.detalhesfotos .seta { font-size: 30px; top: 20px; }

#footer1 { display: none; }
#footer2 { padding-bottom: 20px; }
#footer2 .mapa { height: 300px; }
#footer3 p.copy { font-size: 12px; margin: 0 0 4px 0; }

}

@media (max-width: 430px) {
#busca .busca .checks { padding-top: 6px; clear: both; }
#busca .busca .checks label { font-size: 17px; }
.titulo { font-size: 22px; }
}

@media (min-width: 768px) {
.zpr{padding-right: 0;}
.zpl{padding-left: 0;}
}

.busca-abas{
margin-top: 15px;
}


.carousel-control.right{
background: transparent;
}
.carousel-control.left{
background: transparent;
}
.form-control:focus{
border: 1px solid #504949;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #504949;
}

@media screen and (min-width: 768px) {
.btn_collapse {
display: none;
}
}

.imo-reservado{
top: 45%;
position: absolute;
width: 100%;
z-index: 1000;
background-color: rgba(80,73,73,0.7);
padding: 15px;
text-align: center;
color: #fff;
text-shadow: 0px 1px 3px #000;
font-size: larger;
font-weight: bold;
}
.label-reserva{
font-size: 90%;
color: #fff;
background-color: #504949;
}

.item{
margin: 0px 5px;
opacity: inherit;
}

.slick-prev{
left: 15px;
}
.slick-next{
right: 15px;
}

button.slick-prev, button.slick-next{
z-index: 1200;
}


div.texto_imovel{
border: none;
font-family: Proxima Nova Light, Helvetica, Arial;
font-size: inherit;
background-color: transparent;
padding: 0;
}

.caixa_func{
color:#333; font-size:14px; text-align:center; float: none; display: inline-table;
}

.carousel-indicators .active{
background-color: #504949;
}


#principal .multiple-items .slick-prev,#principal .multiple-items .slick-next{
top: 40%;
}
#principal .multiple-items .slick-prev:before,#principal .multiple-items .slick-next:before{
font-size: 28px;
opacity: 0.6;
}
#principal .multiple-items .slick-next{
right: 23px;
}
#principal .multiple-items .slick-prev{
left: 17px;
}

.slick-dots li.slick-active button:before{
color: #504949;
font-size: 9px;
}
.slick-dots li button:before{
color: #504949;
font-size: 7px;
}


.noticias-blog {margin-bottom: 15px;}
.noticias-blog h2{color: #504949}
.noticias-blog .card a{text-decoration: none;color: #333;}
.noticias-blog .card .card-body .card-title{color: #504949;font-size: 22px;padding-bottom: 10px;}
.noticias-blog .card .card-body .card-text{padding-bottom: 10px;color: #333;}
.noticias-blog div.caixa:first-of-type{padding-left:0px;}
.noticias-blog div.caixa:last-of-type{padding-right:0px;}
.noticias-blog .card{box-shadow:0px 0px 1px #504949;margin-bottom: 10px;}
.noticias-blog .card .card-body{padding: 15px; background-color: #fff}

@media(max-width: 767px){
.noticias-blog div.caixa{padding:5px;}
}

.blogs h1{color: #504949;font-size: 26px;}
.blogs .row_blog{display: flex;}
.blogs .lista-blogs .caixa-data{background-color: #504949;text-align:center;margin: 0px auto;}
.blogs .lista-blogs .caixa-data .area_data{padding: 10px;width: 100%;height: 100%;display: flex;flex-direction: row;justify-content: center;align-items: center;line-height: 1.2;}
.blogs .lista-blogs .caixa-data .data span{color: #fff;}
.blogs .lista-blogs .caixa-data .data span.mes{font-size: 18px;}
.blogs .lista-blogs .caixa-data .data span.dia{font-size: 42px;}
.blogs .lista-blogs .caixa-data .data span.ano{font-size: 12px;}
.blogs .lista-blogs .caixa-data .data span.data-completa{font-size: 22px;padding-bottom:10px;}
.blogs .lista-blogs .desc-blog{background-color: #fff;padding: 10px;box-shadow: 1px 1px 1px #ccc;}
.blogs .lista-blogs .desc-blog h5,.lista-blogs .desc-blog span{color: #333;}
.blogs .lista-blogs .desc-blog h5{font-size: 22px;}
.blogs .lista-blogs .desc-blog span{font-size: 14px;padding-bottom:10px;}
.blogs .lista-blogs .desc-blog a:hover, .lista-blogs .caixa-data a:hover{text-decoration: none;}
.blogs .lista-blogs .desc-blog a:hover h5{color: #504949}
.blogs .lista-blogs .desc-blog a.btn-primary{position: relative; margin-top: 5px; bottom:0px; right:0px;float: right;background-color: #504949;border-color: #504949;padding: 0px 7px;font-size: 13px;color: #fff;}
.blogs nav ul.pagination .page-item.active a{background-color: #504949;border-color: #504949; color: #fff}
.blogs nav ul.pagination .page-item a{background-color: #fff;color: #504949}

@media(max-width: 767px){
.blogs .row_blog{display: block;}
.blogs .lista-blogs .desc-blog{box-shadow: 0px 1px 2px #ccc;}
.blogs .lista-blogs .caixa-data .area_data{line-height: 0.4;}
.blogs .lista-blogs .desc-blog a.btn-primary{margin-top: 10px;}
}

.blog .titulo{font-size: 32px;color: #504949;margin-bottom:0;}
.blog .desc_envio span{font-size:13px; font-style: italic;}
.blog .fundo_ultimas{background-color: #fff;box-shadow: 0px 0px 2px #504949;margin: 0px;}
.blog .titulo_ultimas_dicas{padding: 15px;}
.blog .titulo_ultimas_dicas h3{margin-bottom: 0;font-size: 22px;color: #504949}
.blog .fundo_ultimas .card{background: transparent;border: none;border-radius:0px;}
.blog .fundo_ultimas .cor-par{background-color: #e7e4e4;}
.blog .fundo_ultimas .card .card-body .card-title{font-size:14px;color: #504949;padding-bottom: 5px;}
.blog .fundo_ultimas .card .card-body a{text-decoration: none;}
.blog .fundo_ultimas .card .card-body .card-text strong{font-size:18px;color:#504949}
.blog .fundo_ultimas .card .card-body .card-link{font-size: 14px;color: #504949}
.blog .conteudo p,
.blog .conteudo h1,
.blog .conteudo h2,
.blog .conteudo h3,
.blog .conteudo h4,
.blog .conteudo h5,
.blog .conteudo h6,
.blog .conteudo span{color: #333 !important}
.blog .compartilhamento span{font-size: 18px;}
.blog .compartilhamento .imprimir{padding:10px;background-color: #504949;color: #fff}
.blog .compartilhamento .addthis_button_compact{padding:10px 0px 10px 10px;background-color: #504949;color: #fff}
.blog .compartilhamento i{font-size: 18px;border-radius: 50%;}
.blog .conteudo .blog-formatado{color: #333;border: none;background-color: transparent;padding: 0;white-space: pre-wrap;}

.empreendimentos h1{font-size: 32px;color: #504949;margin-bottom: 10px;}
.empreendimentos .caixa_emp{position: relative;}
.empreendimentos .caixa_emp .nome_emp{position: absolute;z-index: 3;left: 4px;bottom: 22px;padding: 3px 6px;color: #fff;text-shadow: 2px 1px 2px #000;font-weight: 600;font-size:24px;line-height: 1.2;}
.empreendimentos .caixa_emp .valor_emp{position: absolute;z-index: 3;left: 4px;bottom: 0;padding: 3px 6px;color: #fff;text-shadow: 2px 1px 2px #000;font-weight: 600;}
.empreendimentos .caixa_emp .valor_emp span{font-size: 14px;}
.empreendimentos .caixa_emp .valor_emp span strong{font-size: 16px;}
.empreendimentos .caixa_emp .sobre_img{height: 100%;width: 100%;overflow: hidden;z-index: 2;position: absolute;left: 0;top: 0;background: rgba(43,41,41,0.4);}
.empreendimentos .caixa_emp a:hover .sobre_img{background: inherit;}


.empInfos #Empreendimento{background-color: #fff;padding: 15px; box-shadow: 0px 0px 2px #504949}
.empInfos #Empreendimento .btn-primary{color: #fff;background-color: #504949;border-color: #504949;}
.empInfos .empNome{font-size: 34px; color: #504949;font-weight: bold;}
.empInfos .empSubtitulo{font-size: 22px; color: #504949}
.empInfos h2{color: #504949; font-size: 28px;margin-bottom: 5px;}
.empInfos .imovelbox .foto .sobre h2{color: #fff;}
.empInfos .caracteristicas, .empInfos .empreendimento, .empInfos .apartamentos{color: #333}
.empInfos .galeriaFotos a{background-color: #504949;border-color: #504949;color: #fff}
.empInfos .galeriaFotos .empFoto{margin-bottom: 15px;}
.empInfos .slick-prev{left: 5px; z-index: 1000;}
.empInfos .slick-prev:before,.empInfos .slick-next:before{color: #504949; font-size: 30px;}
.empInfos .slick-next{right: 10px; z-index: 1000;}
.empInfos .responsive{margin-bottom: 15px;}
.empInfos .responsive .item{margin: 7px;}
.empInfos .page-item.active .page-link{color: #fff;background-color: #504949;border-color: #504949;}
.empInfos .page-link{color: #504949}
.empInfos .compartilhamento span{font-size: 18px;}
.empInfos .compartilhamento .imprimir{padding:10px;background-color: #504949;color: #fff}
.empInfos .compartilhamento .addthis_button_compact{padding:10px 0px 10px 10px;background-color: #504949;color: #fff}
.empInfos .compartilhamento i{font-size: 18px;border-radius: 50%;}


ul.menu li .dropdown button.btn-default{background-color: transparent; border:none;vertical-align: inherit;color: #333}


.only-visible{display:none;}
@media print{
.only-visible{display:flex;}
.outra-page{page-break-before: always;}
.fixedicon{display: none;}
}

.resposta_empreendimentos h2,
.resposta_empreendimentos h4,
.resposta_empreendimentos span{color: #333 }
.resposta_empreendimentos a{color: #504949 }


.caixa-credpago{background-color: #504949;padding: 2px 7px;border-radius: 4px;margin-top: 3px;}
.caixa-credpago i{margin-top: 3px; color: #fff}
.caixa-credpago .texto{color: #fff;font-size: 12px;font-weight: bold;}

.not-found i, .not-found a{
color: #504949}
.not-found h1{
color: #333}

.texto-empreendimento-imo{color: #333}
.emp-imo a {color:#fff; background-color: #504949}
.emp-imo a:hover{color:#fff;}

.imprimir-imo{background-color: #504949;}
.imprimir-imo,.imprimir-imo i,.imprimir-imo:hover{color: #fff}

@media print{
.slick-arrow,.slick-prev:before, .slick-next:before{display: none;}
}


.fancybox-thumbs {
top: auto;
width: auto;
bottom: 0;
left: 0;
right : 0;
height: 95px;
padding: 10px 10px 5px 10px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
right: 0;
bottom: 95px;
}










.imovelbox {
height: 460px;
}
.imovelbox .info-curta {
display: flex;
align-items: stretch;
justify-content: space-evenly;
width: 100%;
margin: 0;
padding: 0;
margin-top: 10px;
}
.imovelbox .info-curta>span {
display: block;
flex: 0 1 auto;
list-style-type: none;
width: auto !important;
font-size: 16px;
padding: 10px 15px !important;
border: none !important;
}
.imovelbox .info-curta .icon {
font-size: 19px;
}
.imovelbox .info-curta .wc {
border: none;
}


.itens-detalhes-icons ul {
list-style: none;
text-align: center;
}
.itens-detalhes-icons ul li {
display: inline-table;
width: 12%;
margin: 10px 0;
}
.itens-detalhes-icons ul li span {
font-size: 12px;
}
.itens-detalhes-icons ul li i {
font-size: 21px;
color: #504949;
}
.itens-detalhes-icons ul li i.disabledItem{
color: #cccccc;
}
#dinfo {
margin-bottom: 35px;
}
#lateral .valor {
margin-bottom: 25px;
font-size: 21px;
}
#lateral .valor span{
color: #333;
font-weight: normal;
}
.caixa-credpago {
width: 220px;
}

@media (max-width: 1200px) {
.itens-detalhes-icons ul li {
width: 18%;
}
}
@media (max-width: 992px) {
.itens-detalhes-icons ul li {
width: 16%;
}
}
@media(max-width: 767px) {
.itens-detalhes-icons ul li {
width: 25%;
}
.titulo-box-locacao {
width: 50% !important;
}
}
@media (max-width: 480px) {
.itens-detalhes-icons ul li {
width: 33%;
}
.titulo-box-locacao {
width: 100% !important;
}
}

