
*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	outline:none;
}

body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #242424;
	background:#fff;
}

a{
	text-decoration: none;
	color:#242424;
	transition: 0.2s ease-in;
		-webkit-transition: 0.2s ease-in;
		-moz-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
}

a:hover{
	text-decoration: none;
	color:#666;
}

p{
	margin:0;
}

.destaque{
	font-weight: bold;
}

.clear{
	clear:both;	
}

.f10{
	font-size:10px;
}

.f12{
	font-size:12px;
}

.f14{
	font-size:14px;
}

.f16{
	font-size:16px;
}

.f18{
	font-size:18px;
}

.f20{
	font-size:20px;
}

.f24{
	font-size:24px;
}

.f28{
	font-size:28px;
}

.f35{
	font-size:35px;
}

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.cinza{
	color:#666;
}

.vermelho{
	color:#9F2124;
}

.azul{
	color:#2c316e;
}

.amarelo{
	color:#ffff00;
}

.center{
	text-align:center;
}

.justify{
	text-align:justify;
}

.vmiddle{
	vertical-align:middle;
}

.left{
	float:left;
}

.right{
	float:right;
}

.btn-site{ background: #2c316e; border-color: #1e235c; }
.btn-site:hover{ background: #1e235c; }

h1{
	font-size:22px;
	margin:0;
	padding:0;
}

h2{
	font-size:18px;
	margin:0;
	padding:0;
}

.m0{ margin:0 }
.p0{ padding:0 }
.p0-10{ padding:0 10px; }
.m0-10{ margin:0 10px; }
.mt-5{ margin-top:5px; }
.mb-5{ margin-bottom:5px; }
.mt-10{ margin-top:10px; }
.mb-10{ margin-bottom:10px; }
.mt-20{ margin-top:20px; }
.mb-20{ margin-bottom:20px; }
.mt-30{ margin-top:30px; }
.mb-30{ margin-bottom:30px; }
.mt-40{ margin-top:40px; }
.mb-40{ margin-bottom:40px; }
.mt-50{ margin-top:50px; }
.mb-50{ margin-bottom:50px; }

.w1200{
	max-width:1380px;
	padding:0 10px;
	margin:auto;
}

.w25{
	float:left;
	width:25%;
}

.w33{
	float:left;
	width:31.33%;
	margin:0 1%;
}

.w50{
	float:left;
	width:50%;
}

.contatoLeft{
	float:left;
	width:48%;
	margin-bottom:10px;
}

.contatoRight{
	float:right;
	width:48%;
	margin-bottom:10px;
}

.atendimento{
	background: #2c316e;
	border-radius: 30px;
	padding: 10px 12px;
}

.atendimento i{ font-size: 40px; color: #fff; }
.atendimento:hover i{ color: #242424; }

/*ESTRUTURA DO SITE*/
header#topo{
	padding:0;
	margin:0;
}

header#topo .topo{ padding: 0px 10px 0 30px; }

header#topo .logo{
	padding:10px 0;
	float:left;
	width:400px;
}

header#topo .logo .img-logo{
	max-width:400px;
	width:100%;
}

header#topo .area_menu{
	float:right;
	padding-top:0;
	text-align:right;
	width:50%;
}

header#topo .area_midias{
	background:#2c316e;
	padding:8px;
}

header#topo .area_midias a{ color:#fff; font-size:16px; }
header#topo .area_midias i{ font-size:22px; }
header#topo .area_midias a:hover{ color:#242424; }

header#topo nav.menu{
	padding-top:60px;
	margin:auto;
}

header#topo nav.menu ul li{
	float:left;
	text-align:right;
	padding:0;
}

header#topo nav.menu ul li a{
	font-size:16px;
	color:#242424;
	font-weight:bold;
}

header#topo nav.menu ul li p{
	border-bottom:1px solid #fff;
	float:right;
	transition: 0.2s ease-in;
		-webkit-transition: 0.2s ease-in;
		-moz-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
}

header#topo nav.menu ul li:hover p, header#topo nav.menu ul li.active p{
	border-bottom:2px solid #2c316e;
	padding-bottom:10px;
}

header#topo .menu-mob{
	display:none;
	position:absolute;
	top:90px;
	left:10px;
	font-size: 30px;
}

header#topo #menu-mobile{ z-index:99999999999999999999999; background:#242424; }

header#topo #menu-mobile li{ display:table; width:100%; text-align:left; }

header#topo #menu-mobile li a{ color:#fff; }
header#topo #menu-mobile a:hover, header#topo #menu-mobile li.active{ background:#666; }

header#topo #menu-mobile li:hover { background:#999; }

.busca{
	width:100%;
	float:none;
}

.busca form div{
	float: left;
	width: 15.66%;
	margin: 0 0.5% 10px 0.5%;
}

.busca form div:nth-last-child(1){
	margin: 20px 0.5% 10px 0.5%;
}

.imoveis{
	width:100%;
	float:none;
	margin-top:20px;
}

.ico-imo{ margin:0 12px 0 0; }
.ico-imo:last-child{ margin:0; }

.content{
	padding-top:20px;
	padding-bottom:20px;
	min-height:624px;
	background:#fff;
}

article.imoveis{
	position: relative;
	width:23%;
	float:left;
	margin: 1%;
	border:1px solid #dedede;
	min-height:320px;
}

article.imoveis .img {
    width: 100%;
    height: 180px;
	background: #efefef;
}

article.imoveis .img img {
    width: 100%;
    height: 100%;
    object-fit: none;
	object-position: 50% 50%;
}

article.imoveis div.dados{
	margin:10px 5px;
}

article.imoveis .div_imovel{
	position: absolute;
	width:100%;
	background:#666;
	text-align:left;
	padding:3px 5px;
	opacity: 0.60;
    filter: alpha(opacity=60);
}

article.imoveis:hover .div_imovel{
	opacity: 0.90;
    filter: alpha(opacity=90);
}

.seta{
	font-size:35px;
	opacity: 0.60;
    filter: alpha(opacity=60);
}

.item{
	width:33,3%;
	float:left;
	margin:10px 0 0 0;
}

/*DETALHES imoveis*/
.imoveisLeft{
	width:65%;
	float:left;
}

.imoveisRight{
	width:33%;
	float:right;
}

.imo-desc{ display: block; }
.imo-mobi{ display: none; }

.imagens{ background: #efefef; height: 500px; border: 1px solid #dedede; border-bottom: 0; }

.imagens div div img{ margin:auto; max-width: 100%; max-height: 500px; }

.imagem_imo{ width: 100%; }

.miniaturas_imoveis {
    width: 98%;
    height: 120px;
	padding: 0 2%;
}

.miniaturas_imoveis img {
    width: 100%;
    height: 100%;
    object-fit: none;
	object-position: 50% 50%;
}

.slick-next{ margin:-330px 0 0 -20px; }
.slick-prev{ margin:-330px -20px 0 0; }

.caract{
	float:left;
	width:31.33%;
	margin: 5px 1%;
}

.comp-left{ float:left; width:30%; padding: 10px; background:#efefef; border-right: 1px solid #dedede; }
.comp-right{ float:left; width:70%; padding: 10px; }

/*RODAPE*/
footer#rodape{
	background:#232323;
}

footer#rodape .footer{
	padding:10px;
}
	
.indicadores-mobi{ display: none; }

footer#rodape .footer .infos_rodape{
	float:left;
	width:50%;
	margin-top: 5px;
}

footer#rodape .footer .infos_rodape .icone{ display: none; }

footer#rodape .footer .icone{
	float:left;
	width:10%;
	margin-top: 15px;
}

footer#rodape .footer .assinatura{
	float:right;
	width:40%;
	text-align:right;
}

@media (max-width: 1400px) {
	.content{ min-height:500px; }
}

@media (max-width: 1200px) {
	.imoveis{ width:100%; }
	
	article.imoveis{
		width:31.33%;
	}

	.comp-left{ width:35%; }
	.comp-right{ width:65%; }

	.content{ min-height:400px; }
}

@media (max-width: 1024px) {
	.imoveis{
		width:100%;
	}
	
	article.imoveis{
		width:48%;
	}

	.comp-left{ width:40%; }
	.comp-right{ width:60%; }

	.imagens{ background: #dedede; height: 400px; }

	.imagens div div img{ margin:auto; max-width: 100%; max-height:400px; }

	.slick-next{ margin:-290px 0 0 -20px; }
	.slick-prev{ margin:-290px -20px 0 0; }

	.content{ min-height:350px; }

	header#topo .area_menu{ width: 64%; }
}

@media (max-width: 900px) {
	.imoveis{
		width:100%;
	}
	
	article.imoveis{
		width:48%;
	}

	.comp-left{ width:45%; }
	.comp-right{ width:55%; }
}

@media (max-width: 800px) {
	header#topo nav.menu{
		display:none;
	}
	
	header#topo .menu-mob{
		display:block;
	}
	
	.indicadores-mobi{ display: block; }
	.indicadores-desk{ display: none; }
	
	header#topo .logo{
		float:none;
		width:100%;
		text-align:center;
	}

	header#topo .topo{ padding: 0px 10px; background: url(../imagens/fundo.jpg) no-repeat center center; }
	
	header#topo .area_menu{
		float:none;
		text-align:center;
	}

	.busca{
		width: 100%;
		margin: 0 0 10px 0;
	}

	.busca form div{
		float: left;
		width: 31.33%;
		margin: 0 1% 10px 1%;
	}

	.busca form div:nth-last-child(1){
		margin: 20px 1% 10px 1%;
	}

	.imoveis{
		width:100%;
	}
	
	article.imoveis{
		width:31.33%;
	}
	
	.imoveisLeft{
		width:100%;
		float:left;
		padding:10px;
	}
	
	.imoveisRight{
		width:100%;
		float:right;
		padding:10px;
	}

	.imo-desc{ display: none; }
	.imo-mobi{ display: block; }

	.comp-left{ width:30%; }
	.comp-right{ width:70%; }

	.imagens{ background: #dedede; height: 500px; }

	.imagens div div img{ margin:auto; max-width: 100%; max-height:500px; }

	.slick-next{ margin:-350px 0 0 -20px; }
	.slick-prev{ margin:-350px -20px 0 0; }
	
	.contatoLeft{
		float:none;
		width:100%;
	}
	
	.contatoRight{
		float:none;
		width:100%;
	}

	.content{ min-height:auto; }
	
	footer#rodape .footer .infos_rodape, footer#rodape .footer .assinatura{
		float:none;
		width:100%;
		padding:5px 0 5px 0;
		text-align:center;
	}

	footer#rodape .footer .infos_rodape .icone{ display: block; width: 100%; float:none; margin: 0; }
	footer#rodape .footer .icone{ display: none; }
}

@media (max-width: 690px) {
	article.imoveis{
		width:48%;
	}
	
	.imagem_imovel{
		width:100%;
	}
	
	.caract-left, .caract-right{
		float:none;
		width:100%;
	}

	.imagens{ height: 400px; }

	.imagens div div img{ max-height:400px; }

	.slick-next{ margin:-290px 0 0 -20px; }
	.slick-prev{ margin:-290px -20px 0 0; }

	.miniaturas_imoveis{ height: 100px; }
}

@media (max-width: 599px) {
	.w33{
		float:none;
		width:96%;
		margin:2%;
	}

	.busca form div{
		float: left;
		width: 48%;
		margin: 0 1% 10px 1%;
	}

	.imagens{ height: 350px; }

	.imagens div div img{ max-height:350px; }

	.slick-next{ margin:-250px 0 0 -20px; }
	.slick-prev{ margin:-250px -20px 0 0; }

}

@media screen and (max-width: 500px) {
	article.imoveis{
		width:100%;
		float:none;
		margin:20px 0;
	}

	.w50{
		float:left;
		width:100%;
	}

	.imagens{ height: 280px; }

	.imagens div div img{ max-height:280px; }

	.comp-left{ width:35%; }
	.comp-right{ width:65%; }

	.slick-next{ margin:-210px 0 0 -20px; }
	.slick-prev{ margin:-210px -20px 0 0; }
	
	.esconde{ display:none; }
}

/*ALERTS*/
.alert{
	width:100%;
	position:fixed;
	top:10px;
	z-index:9999999999999999999999999999999999999999;
	text-align:center;
	display:none;
}
