@charset "utf-8";



/*
 * DIVISORIAS PAG NORMAL
 */
#conteudo.pagNormal .esquerda{
	background-color:#FFF;
	padding:15px;
	padding-top:15px;	
	overflow:hidden;
	margin-bottom:20px;
		
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;		
}



/*
 * DIVISORIAS INICIO
 */
#conteudo.pagInicio .esquerda{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;
	padding-bottom:0px;	
	float:left;
	overflow:hidden;
	width:100%;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;		
}
#conteudo.pagInicio #meio{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;
	padding-bottom:0px;
	width:100%;
	overflow:hidden;

	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
}
#conteudo.pagInicio .direita, 
#conteudo.pagNormal .direita, 
#conteudo.pagContato .direita, 
#conteudo.pagSobre .direita, 
#conteudo.pagListaImoveis .direita,
#conteudo.termos-uso .direita,
#conteudo.pagListaImoveisAnun .direita,
#conteudo.pagMapaSite .direita,
#conteudo.pagLogin .direita,
#conteudo.pagEsqSenha .direita{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;		
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;

	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
}




/*
 * BUSCA RAPIDA
 */
#form_busca_rapida{
	position:relative;
	background-color:#F5F5F5;
	padding-top:10px;
	z-index:300;
	padding-left:5px;
}
#form_busca_rapida #aba-1{
	padding:0px;
	margin:0px;
	height:0px;
}
#form_busca_rapida #aba-2{
	padding:0px;
	margin:0px;
	height:0px;
}
#form_busca_rapida .cbb{
	width:99%;
	padding:5px;
}
#form_busca_rapida .btn{
	float:right;
	padding:3px;
	margin-top:7px;
	margin-right:8px;
	font-size:11px;
}
#form_busca_rapida label{
	font-size:12px;
	color:#06C;
	margin-left:4px;
	margin-top:0px;
	display:block;
}
#form_busca_rapida #sl-preco{
	margin-left:8px;
	width:95%;
}
#form_busca_rapida .preco-slide{
	margin:0px;
	padding:0px;
	margin-top:5px;
	font-size:13px;
	color:#06C;
	background-color:#F5F5F5;
	width:100px;
	border:none;
	cursor:default !important;
}
#form_busca_rapida #sl-mostra-preco-min{
	margin-left:8px;
}
#form_busca_rapida #sl-mostra-preco-max{
	/*margin-left:150px;*/
	float:right;
	margin-right:13px;
}



/*
 * BANNERS
 */
.banner{
	position:relative;
}
.banner ul li{
	position:relative;
	text-align:center;
	margin-top:5px;
}

.banner-lat ul li img{
	border:1px solid #EEE;
}
.banner-baixo-busca{
	height:80px;
	margin-bottom:30px;
	*margin-bottom:35px;
}



/*
 * LIKE BOX
 */
.like-box{
	position:relative;
	text-align:center;
	z-index:300;
}



/*
 * LISTA IMOVEIS HOME
 */
.lista-imoveis-home{
	border-bottom:1px solid #EEE;
}
.lista-imoveis-home .item{
	position:relative;
	margin-left:-8px;
	margin-right:-8px;
	border-top:1px solid #EEE;
}
.lista-imoveis-home .informacoes{
	background-repeat:repeat-x;
	background-image:url(../imagens/fundo-lista-imovel.jpg);
	height:128px;
	padding:8.4px;
}
.lista-imoveis-home .item:hover .informacoes{
	 background-image:none;
}
.lista-imoveis-home .item:hover .anunciante{
	 background-image:none;
	 border-top:1px solid #ececec;
	 margin-top:-1px;
}
.lista-imoveis-home .item:hover{
	 background-image:none;
	 background-color:#F5F5F5;
}
.lista-imoveis-home .item .imagem{
	margin-right:15px;
	float:left;
	text-align:center;
	overflow:hidden;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.lista-imoveis-home .item .imagem img{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	max-width:140px;
	max-height:100px;	
	
	overflow:hidden;
}
.lista-imoveis-home .item .info{
	float:left;
	line-height:14px;
}
.lista-imoveis-home .item .info h1, .lista-imoveis-home .item .info h1 a{
	font-size:14px;
	font-weight:bold;
	color:#557CF2;
	margin-bottom:3px;
}
.lista-imoveis-home .item .info h1 a:hover{
	text-decoration:underline;
}
.lista-imoveis-home .item .info h2{
	font-size:11px;
	font-weight:normal;
	color:#557CF2;
}
.lista-imoveis-home .item .info p{
	padding-top:8px;
	font-size:12px;
	font-weight:bold;
	color:#F26B7A;
	border-top:1px solid #e5e5e5;
}
.lista-imoveis-home .item .info .detalhes{
	margin-top:10px;
	color:#666;
}
.lista-imoveis-home .item .info .detalhes span{
	margin-right:10px;
}
.lista-imoveis-home .item .anunciante{
	position:relative;
	background-color:#F4F4F4;
	padding:2px;
	padding-left:8px;
	padding-bottom:4px;
	font-size:11px;
	color:#777;
	font-weight:bold;
}
.lista-imoveis-home .item .anunciante a{
	color:#777;
}
.lista-imoveis-home .item .anunciante a:hover{
	text-decoration:underline;
}
.lista-imoveis-home .item .logo{
	position:absolute;
	background-color:#FFF;
	width:70px;
	height:35px;
	border:1px solid #DDD;
	bottom:30px;
	right:10px;
	text-align:center;
	font-size:10px;
	color:#AAA;
	overflow:hidden;
}
.lista-imoveis-home .divisor{
	border-bottom:1px dashed #CCC;
	padding-top:10px;
	margin-bottom:10px;
	margin-left:-8px;
	margin-right:-8px;
	
}



/*
 * TELA LOGIN
 */
.tela-login{	
	width:auto;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	border-radius:5px;
}
.tela-login .edt{
	position:relative;
	display:block;
	padding:6px;
	color:#999;	
	width:100%;
}
.tela-login #senha{
	width:100%;
}

.tela-login .btn{
	cursor:pointer;
}
.tela-login .btnLoginVolta{
	background-color:#999;
	padding:3px;	
	font-size:14px; 
	color:#FFF; 
	cursor:pointer;
	
	border:1px solid #777;

	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
.tela-login .btnLoginVolta:hover{
	background-color:#888;
}



/*
 * DIVISORIAS PAG IMOVEL
 */
#conteudo.pagImovel .titpoPagImovel{
	background-color:#F5F5F5;
	padding:8px;
	padding-top:10px;
	margin-bottom:5px;
	font-size:17px;
	font-weight:bold;
	color:#557CF2;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;			
}
/*---*/
#conteudo.pagImovel .direita{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;	
	overflow:hidden;

	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;	
}
#conteudo.pagImovel .direita .frm-contato-imovel{
	background-color:#F5F5F5;
	padding-left:10px;
	padding-top:10px;
	overflow:hidden;
	width:274;

	border:1px solid #EEE;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#conteudo.pagImovel .direita .cabecalho{
	background-color:#657b8c;
	padding:7px;
	color:#FFF;
	font-size:14px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
}
#conteudo.pagImovel .direita .cabecalho2{
	padding:4px;
	padding-left:12px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#657b8c;
	border-bottom:1px solid #DDD;
}
#conteudo.pagImovel .direita .form-cad label{
	width:65px;
	font-weight:bold;
	text-align:left;
}
#conteudo.pagImovel .direita .form-cad label.normal{
	float:none;
}
#conteudo.pagImovel .direita .form-cad input{
	width:195px;
	margin-bottom:12px;
}
#conteudo.pagImovel .direita .form-cad textarea{
	width:270px;
	margin-bottom:-15px;
}
#conteudo.pagImovel .direita .form-cad .btn{
	background-color:#657b8c;
	border:1px solid #3a5061;
	float:right;
	width:120px;
	margin-right:8px;
	font-size:15px;
	font-weight:bold;
}
#conteudo.pagImovel .direita .form-cad .btn:hover{
	background-color:#5b84a3;
}
#conteudo.pagImovel .direita .perfil-anuciante{
	background-color:#F5F5F5;
	padding:10px;
	overflow:hidden;
	width:274;

	border:1px solid #EEE;
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#conteudo.pagImovel .direita .perfil-anuciante h4, #conteudo.pagImovel .direita .perfil-anuciante h4 a{
	font-size:12px;
	color:#657b8c;
	padding-bottom:5px;
	margin-bottom:8px;
	border-bottom:1px dashed #D5D5D5;
}
#conteudo.pagImovel .direita .perfil-anuciante h4 a:hover{
	text-decoration:underline;
}
#conteudo.pagImovel .direita .perfil-anuciante .imagem{
	float:left;
	width:120px;
	height:60px;
	border:1px solid #DDD;
	text-align:center;
	overflow:hidden;
	margin-right:10px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#conteudo.pagImovel .direita .perfil-anuciante .imagem img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;			
	
	overflow:hidden;

}
#conteudo.pagImovel .direita .perfil-anuciante .info{
	font-size:12px;
	color:#666;
}
#conteudo.pagImovel .direita .perfil-anuciante .info span{
	font-size:10px;
	margin-bottom:5px;
	display:block;
}
#conteudo.pagImovel .direita .perfil-anuciante .info a{
	text-decoration:underline;
	color:#657b8c;
}
#conteudo.pagImovel .direita .perfil-anuciante .info a:hover{
	text-decoration:none;
}
#conteudo.pagImovel .direita .dataCadastro{
	background-color:#F5F5F5;
	padding:7px;
	overflow:hidden;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#777;
	width:274;

	border:1px solid #EEE;
	border-top-left-radius:5px;
	border-top-right-radius:5px;	
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
#conteudo.pagImovel .direita .lista-carrosel{
	
}
/*---*/
#conteudo.pagImovel .esquerda{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;	
	overflow:hidden;
	margin-bottom:10px;
		
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;		
}
#conteudo.pagImovel .esquerda .compartilhar{
	background-color:#FAFAFA;
	position:relative;
	padding:7px;
	margin:-8px;
	margin-top:-10px;
	margin-bottom:12px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;	
}
/*
#conteudo.pagImovel .esquerda .compartilhar .email{
	position:absolute;
	margin-top:1px;
	height:18px;
}
#conteudo.pagImovel .esquerda .compartilhar .email img{
	margin-bottom:-4px;
}
#conteudo.pagImovel .esquerda .compartilhar .twitter-share-button{
	margin-bottom:1px;
}
#conteudo.pagImovel .esquerda .compartilhar .fb-like{
	
}
#conteudo.pagImovel .esquerda .compartilhar a{
	color:#999;
}
#conteudo.pagImovel .esquerda .compartilhar a:hover{
	
}
*/
#conteudo.pagImovel .esquerda .fotos{
	overflow:hidden;
	margin-bottom:20px;
}
.imagens-imovel .item{ margin:10px; border: 1px solid #eee; }
.imagens-imovel .item:hover{ margin:10px; border: 1px solid #557CF2; }
#conteudo.pagImovel .esquerda .info-imovel{
	color:#0676b7;
	font-weight:bold;
	font-size:11px;
	border:1px solid #eee;
	padding:10px;
	border-radius:5px;

}
#conteudo.pagImovel .esquerda .info-imovel ul li p{
	float:left;
}
#conteudo.pagImovel .esquerda .info-imovel ul li{
	padding:6px 2px 6px 2px;
	border-bottom:1px solid #EEE;
	font-size:13px;
}
#conteudo.pagImovel .esquerda .info-imovel ul li.final{
	border:none;
	padding-top:20px;
	text-align:center;
}
#conteudo.pagImovel .esquerda .info-imovel ul li.final a{
	margin-right:5px;
}
#conteudo.pagImovel .esquerda .info-imovel ul li span{
	float:right;
	text-align:right;
	color:#666;
}
#conteudo.pagImovel .esquerda .info-imovel ul li span.preco{
	font-weight:bold;
	color:#F26B7A;	
}
#conteudo.pagImovel .esquerda .info-imovel ul li.detalhe-preco{
	font-size:16px;
}
#conteudo.pagImovel .esquerda .desc{
	position:relative;
	margin-top:35px;
	margin-bottom:60px;
	color:#666;
}
#conteudo.pagImovel .esquerda .desc h1{
	position:relative;
	padding-bottom:5px;
	font-size:18px;
	color:#F26B7A;
	border-bottom:1px solid #EEE;
	margin-bottom:5px;
}
#conteudo.pagImovel .esquerda .caracteristicas{
	position:relative;
	padding:10px;
	padding-left:5px;
	padding-right:5px;
	margin:5px;	
}
#conteudo.pagImovel .esquerda .caracteristicas .categoria{
	font-size:16px;
	font-weight:bold;
	color:#657b8c;
}
#conteudo.pagImovel .esquerda .caracteristicas ul li{
	float:left;
	font-size:14px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:3px;
	width:100%;	
}
#conteudo.pagImovel .esquerda .mapaEnde{
	margin-bottom:60px;
} 
#conteudo.pagImovel .esquerda .mapaEnde .titulo-1{
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin-bottom:5px;
}
#conteudo.pagImovel .esquerda .mapaEnde h1{
	padding-bottom:5px;
	font-size:18px;
	color:#F26B7A;
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
}
#conteudo.pagImovel .esquerda .mapaEnde .btn-baixo-mapa{
	text-align:center;
}
#conteudo.pagImovel .esquerda .mapaEnde .btn-baixo-mapa a{
	
}
#conteudo.pagImovel .esquerda .comentarios-face{
	
}
#conteudo.pagImovel .esquerda .comentarios-face h1{
	padding-bottom:5px;
	font-size:18px;
	color:#F26B7A;
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
}
/*---*/
	


/*
 * DIVISORIAS PAG LISTA IMOVEIS (IMOVEIS.PHP)
 */
#conteudo.pagListaImoveis .esquerda{
	background-color:#EEE;
	padding:7px;
	padding-top:10px;
	padding-bottom:0px;	
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #d5d5d5;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;		
}
#conteudo.pagListaImoveis .esquerda .endereco-filtro{
	font-size:13px;
	font-weight:bold;
}
#conteudo.pagListaImoveis .esquerda .endereco-filtro p{
	font-size:12px;
	font-weight:bold;
	color:#333;
	margin-bottom:5px;
}
#conteudo.pagListaImoveis .esquerda .cabecalho{
	background-color:#557CF2;
	padding:8px;
	margin-top:-10px;
	margin-left:-8px;
	margin-right:-8px;
	border-bottom:1px solid #005ba1;
	color:#FFF;
	cursor:pointer;
	 
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
#conteudo.pagListaImoveis .esquerda form label{
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}
#conteudo.pagListaImoveis .esquerda .campo-slide{
	float:left;
	margin:0px;
	padding:2px;
	padding-top:3px;
	margin-top:5px;
	font-size:13px;
	color:#06C;
	background-color:#FAFAFA !important;
	width:90px;
	border:1px solid #EEE;
	cursor:default !important;
}
#conteudo.pagListaImoveis .esquerda .sl-form{
	margin-top:5px;
	margin-left:4px;
	width:97%;
}
#conteudo.pagListaImoveis .esquerda .divisor{
	border-bottom:1px solid #DDD;
	margin-top:10px;
	margin-bottom:10px;
}
#conteudo.pagListaImoveis .esquerda .btn-limpa{
	display:block;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
}
/*---*/
#conteudo.pagListaImoveis .meio, #conteudo.pagListaImoveisAnun .meio{
	background-color:#DDD;
	/*padding:8px;*/
	padding-top:10px;
	padding-bottom:0px;
	width:100%;
	overflow:hidden;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
}
/*---*/
#conteudo.pagListaImoveis  .direita{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;		
	overflow:hidden;

	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	
}




/*
 * DIVISORIAS ANUCIANTE
 */
/*#conteudo.pagListaImoveisAnun .meio{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;
	padding-bottom:0px;	
	float:left;
	width:785px;
	height:1000px;
	overflow:hidden;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;		
}*/




/*
 *  TABELA PLANO
 */
.tabela-plano .titulo{
	background-color:#EEE;
	font-size:22px;
	font-weight:bold;
	color:#557CF2;
	padding:10px;
	padding-bottom:5px;
	border-bottom:1px solid #FFF;
	text-align:left;
}
.tabela-plano .desc{
	background-color:#F5F5F5;
	font-size:14px;
	color:#666;
	padding:10px;
	height:150px;
}
.tabela-plano .preco{
	background-color:#2a5b9d;
	background-repeat:repeat-x;
	background-image:url(../imagens/tabela-plano/fundo-preco.jpg);
	height:50px;
	font-size:27px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
	padding:5px;
}



/*
 * FORMULARIO ANUNCIE
 */
.fundoAnuncie{
	background-position:center top;
	background-repeat:no-repeat;
	background-image:url(../imagens/fundo-anuncie.jpg);
}
#frm_anuncia{
	margin-top:210px;
	border: 1px solid #f4f4f4;
	margin-left:30px;
	margin-right:30px;
	padding:10px;
	border-top:0px;
	background-color:#f4f4f4;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.frm-anuncie #frm_anuncia label{
	font-size:13px;
	color:#999;
}
.frm-anuncie #frm_anuncia input[type=text], #frm_anuncia input[type=email], textarea, .frm-anuncie #frm_anuncia input[type=password]{	
	margin-bottom:8px;
	font-size:14px; 
	color:#666; 
	width:100%;
	margin-left:0px !important;
}
.frm-anuncie #frm_anuncia select{
	margin-bottom:8px;
	width:100%;	
}
.frm-anuncie #frm_anuncia input[type=image]{
	border:none !important;
	padding:0px !important;
	margin:0px !important;
	width:100%;
}
.frm-anuncie #frm_anuncia input[type=submit], .frm-anuncie #frm_anuncia input[type=reset]{
	background-color:#557CF2;
	margin-top:25px;
	font-size:14px; 
	color:#FFF; 
	cursor:pointer;	
}
.frm-anuncie #frm_anuncia input[type=submit]:hover, #frm_anuncia input[type=reset]:hover, #frm_anuncia input[type=button]:hover{
	background-color:#0070e7;
}

.frm-anuncie .campos-esq{
	overflow:hidden;
}
.frm-anuncie .campos-dir{
	overflow:hidden;
}
.frm-anuncie .plano-selecionado{
	background-color:#EEE;
	position:relative;
	margin:0 auto;
	padding:10px;	
	width:465px;
	font-size:17px;
	font-weight:bold;
	color:#779100;
	border:1px solid #ddd;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		

}
.frm-anuncie .plano-selecionado img{
	float:left;
	width:48px;
	height:48px;
	margin-right:10px;
	margin-top:-7px;
}



/*
 * POPUP FORM CONTATO IMOVEL
 */




/*
 * LISTA IMOVEIS FRONT-END
 */
.lista-imoveis-front{
	margin-top:-10px;
	margin-left:-4px;
	margin-bottom: -10px;

}
/*felipe*/
.lista-imoveis-front .item{
	background-color:#FFF;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:2px;
	margin-left:2px;
	
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;	
}
.lista-imoveis-front .informacoes{
	padding:9.05px;
}
.lista-imoveis-front .item:hover .informacoes{
	 background-image:none;
}
.lista-imoveis-front .item:hover .anunciante{
	 background-image:none;
	 border-top:1px solid #FFF;
	 margin-top:-1px;
}
.lista-imoveis-front .item:hover{
	background-image:none;
	background-color:#EEE;
	border-bottom:1px solid #BBB;
	border-right:1px solid #CCC;
		 
}
.lista-imoveis-front .item .imagem{
	margin-right:15px;
	float:left;
	text-align:center;
	overflow:hidden;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
.lista-imoveis-front .item .imagem img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
	
	overflow:hidden;	
}
.lista-imoveis-front .item .info{
	float:left;
}
.lista-imoveis-front .item .info h1, .lista-imoveis-front .item .info h1 a{
	font-size:14px;
	font-weight:bold;
	color:#557CF2;
}
.lista-imoveis-front .item .info h1 a:hover{
	text-decoration:underline;
}
.lista-imoveis-front .item .info h2{
	font-size:13px;
	font-weight:normal;
	color:#557CF2;
}
#ativa-anunciante .dados-anunciante .info h2{
	border-bottom: 1px solid #ccc;
}
.lista-imoveis-front .item .info p{
	padding-top:5px;
	font-size:13px;
	font-weight:bold;
	color:#F26B7A;
	border-top:1px solid #e5e5e5;
	margin-top: 5px;
}
.lista-imoveis-front .item .info .detalhes{
	margin-top:10px;
	color:#666;
}
.lista-imoveis-front .item .info .detalhes span{
	margin-right:10px;
}
.lista-imoveis-front .item .info .detalhes a{
	color:#557CF2;
	text-decoration:underline;
}
.lista-imoveis-front .item .info .detalhes a:hover{
	text-decoration:none;
}
.lista-imoveis-front .item .anunciante{
	position:relative;
	background-color:#F4F4F4;
	padding:2px;
	padding-left:8px;
	padding-bottom:4px;
	font-size:11px;
	color:#777;
	font-weight:bold;
}
.lista-imoveis-front .item .anunciante a{
	color:#777;
}
.lista-imoveis-front .item .anunciante a:hover{
	text-decoration:underline;
}
.lista-imoveis-front .item .logo{
	position:absolute;
	background-color:#FFF;
	width:70px;
	height:35px;
	border:1px solid #DDD;
	bottom:8px;
	right:8px;
	text-align:center;
	font-size:10px;
	color:#AAA;
	overflow:hidden;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
.lista-imoveis-front .divisor{
	border-bottom:1px dashed #CCC;
	padding-top:10px;
	margin-bottom:30px;
	margin-left:-8px;
	margin-right:-8px;
}

/* ajuste para adaptar a lista para anunciantes */
.lista-imoveis-front .item .info .detalhes-anun{
	margin-top:0px !important;
}
.lista-imoveis-front .item .info .detalhes-anun span{
	line-height:19px;
}
.lista-imoveis-front .item .imagem-anun{
	width:120px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	
	overflow:hidden;	
}
.lista-imoveis-front .item .imagem-anun img{
	max-width:120px;
}
.lista-imoveis-front.semHover .item:hover{
	background-color:#FFF !important;
	cursor:default !important;
}



/*
 * DIVISORIAS CONTATO
 */
#conteudo.pagContato .esquerda, #conteudo.pagSobre .esquerda, #conteudo.termos-uso .esquerda,  #conteudo.pagMapaSite .esquerda, #conteudo.pagEsqSenha .esquerda, #conteudo.pagLogin .esquerda{
	background-color:#FFF;
	padding:8px;
	padding-top:10px;
	overflow:hidden;
	margin-bottom:20px;
	
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;		
}



/*
 * TERMOS DE USO
 */
#conteudo.termos-uso .esquerda .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#conteudo.termos-uso .esquerda .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#conteudo.termos-uso .esquerda .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#conteudo.termos-uso .esquerda .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#conteudo.termos-uso .esquerda .info1{
	position:relative;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:15px;
	margin-left:10%;
	margin-right:10%;
	text-align:justify;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #DDD;
}
#conteudo.termos-uso .esquerda .info1 h1{
	font-size:19px;
	font-weight:bold;
}
#conteudo.termos-uso .esquerda .info2{
	position:relative;
	margin:0 auto;
	padding-bottom:15px;
	margin-left:10%;
	margin-right:10%;
	text-align:justify;
	border-bottom:1px solid #DDD;	
}
#conteudo.termos-uso .esquerda .info2 h1{
	margin-bottom:15px;	
	font-size:18px;
	color:#333;
}
#conteudo.termos-uso .esquerda .info2 ul{
	margin-bottom:25px;
}
#conteudo.termos-uso .esquerda .info2 ul li{
	margin-left:25px;
	font-size:16px;
	color:#333;
	margin-bottom:15px;
}




#modal-mapa .descricao, #modal-filtro-imoveis .descricao, #modal-filtro-imoveis-anunciante .descricao{
	font-size:22px;
	color:#fff;
	text-align:center;
	line-height:20px;
	background-color:#557CF2;
	padding:10px;
	padding:40px;
}
.modal .conteudo{
	padding: 10px 10px 10px 10px;
}
.canais-atendimento-anunciante .img-anunciante{
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
}
.canais-atendimento-anunciante .logo-nome{
	margin-bottom: 20px;
}
.canais-atendimento-anunciante .dados{
	margin-bottom: 20px;
}




/*
 * PAG SOBRE
 */
#conteudo.pagSobre .esquerda .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#conteudo.pagSobre .esquerda .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#conteudo.pagSobre .esquerda .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#conteudo.pagSobre .esquerda .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#conteudo.pagSobre .esquerda .conteudo{
	position:relative;
	margin:0 auto;
	text-align:justify;
	font-size:15px;
	line-height:20px;	
}
#conteudo.pagSobre .esquerda .conteudo p{
	font-size:17px;
	font-weight:bold;
	color:#06C;	
}


/*
 * PAG LOGIN
 */
#conteudo.pagLogin .esquerda .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#conteudo.pagLogin .esquerda .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#conteudo.pagLogin .esquerda .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#conteudo.pagLogin .esquerda .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#conteudo.pagLogin .esquerda .conteudo{
	position:relative;
	margin:0 auto;
	text-align:justify;
	font-size:15px;
	line-height:20px;	
}
#conteudo.pagLogin .esquerda .conteudo p{
	font-size:17px;
	font-weight:bold;
	color:#06C;	
}



/*
 * PAG CONTATO
 */
 #conteudo.pagContato .esquerda .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#conteudo.pagContato .esquerda .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#conteudo.pagContato .esquerda .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#conteudo.pagContato .esquerda .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#conteudo.pagContato .esquerda .conteudo{
	position:relative;
	margin:0 auto;
	text-align:justify;	
}
#conteudo.pagContato .esquerda .conteudo .aviso-contato{
	background-color:#F5F5F5;
	padding:10px;
	font-weight:bold;
	border:1px solid #CCC;
}
#conteudo.pagContato .esquerda #frm_contato .esquerda{

}
#conteudo.pagContato .esquerda #frm_contato .direita{

}
#conteudo.pagContato .esquerda #frm_contato .direita .txt{

}


#mapa-imoveis-home{
	background-color: #fff;
	padding: 10px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	margin-bottom: 5px;
}
#mapa-imoveis-home .esquerda-mapa .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#mapa-imoveis-home .esquerda-mapa .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#mapa-imoveis-home .esquerda-mapa .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#mapa-imoveis-home .esquerda-mapa .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#mapa-imoveis-home .esquerda-mapa{
	position:relative;
	margin:0 auto;
	width:100%;
	font-size:16px;
	line-height:20px;	
}
#mapa-imoveis-home .esquerda-mapa .link li{
	float:left;
	margin-right:8px;
	margin-bottom:12px;
	padding-bottom:2px;
	overflow:hidden;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#mapa-imoveis-home .esquerda-mapa .link li a{
	background-color:#FFF;
	padding:5px;	
	font-size:15px;
	font-weight:bold;
	color:#666;
}
#mapa-imoveis-home .esquerda-mapa .link li a:hover{
	background:#F26B7A;
	color:#FFF;
}
#mapa-imoveis-home .esquerda-mapa h4{
	margin-bottom:15px;
	padding-bottom:3px;
	border-bottom:1px solid #DDD;
}
#mapa-imoveis-home .esquerda-mapa{
	float:left;
	background:#EEE;
	padding:8px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:10px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#mapa-imoveis-home .esquerda-mapa .ajusta{
	background:#EEE;
	padding:8px;
	margin-left:3px;
	margin-right:3px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#mapa-imoveis-home .esquerda-mapa .ajusta .letra{
	background-color:#F5F5F5;
	color:#333;
	padding:3px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;	
	margin-bottom:5px;
	margin-top:15px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
}



/*
 * MAPA DO SITE
 */
#conteudo.pagMapaSite .esquerda .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#conteudo.pagMapaSite .esquerda .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#conteudo.pagMapaSite .esquerda .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#conteudo.pagMapaSite .esquerda .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#conteudo.pagMapaSite .esquerda .conteudo{
	position:relative;
	margin:0 auto;
	width:100%;
	font-size:16px;
	line-height:20px;	
}
#conteudo.pagMapaSite .esquerda .conteudo .link li{
	float:left;
	margin-right:8px;
	margin-bottom:12px;
	padding-bottom:2px;
	overflow:hidden;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#conteudo.pagMapaSite .esquerda .conteudo .link li a{
	background-color:#FFF;
	padding:5px;	
	font-size:15px;
	font-weight:bold;
	color:#666;
}
#conteudo.pagMapaSite .esquerda .conteudo .link li a:hover{
	background:#F26B7A;
	color:#FFF;
}
#conteudo.pagMapaSite .esquerda .conteudo h4{
	margin-bottom:15px;
	padding-bottom:3px;
	border-bottom:1px solid #DDD;
}
#conteudo.pagMapaSite .esquerda .conteudo .esquerda{
	background:#EEE;
	padding:8px;
	margin-left:3px;
	margin-right:3px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#conteudo.pagMapaSite .esquerda .conteudo .ajusta{
	background:#EEE;
	padding:8px;
	margin-left:3px;
	margin-right:3px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#conteudo.pagMapaSite .esquerda .conteudo .ajusta .letra{
	background-color:#F5F5F5;
	color:#333;
	padding:3px;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;	
	margin-bottom:5px;
	margin-top:15px;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
}



.barra-topo-lista{
	background-color:#F5F5F5;
	position:relative;
	padding:5px;
	padding-bottom:0px;
	margin-top:-7px;
	overflow:hidden;
	
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;	
}
.barra-topo-lista .orderna{
	float:left;
	margin-left: 10px;
}
.barra-topo-lista .qnt{
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-align:right;
	padding:4px;
}
.barra-topo-lista span{
	font-size:13px;
	font-weight:bold;
	color:#666;	
}
.barra-topo-lista select{
	padding:3px;
	font-size:13px;
	color:#666;
}



/*
 * PAG ESQUECEU-SENHA
 */
#conteudo.pagEsqSenha .esquerda .cabecalho{
	background-color:#3956AF;
	padding:10px;
	margin:-10px;
	margin-bottom:35px;
}
#conteudo.pagEsqSenha .esquerda .cabecalho img{
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	border-right:1px solid #0e73b7;
}
#conteudo.pagEsqSenha .esquerda .cabecalho h1{
	font-size:32px;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#conteudo.pagEsqSenha .esquerda .cabecalho h2{
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
#conteudo.pagEsqSenha .esquerda .conteudo{
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:justify;
	font-size:15px;
	line-height:20px;	
}
#conteudo.pagEsqSenha .esquerda .conteudo p{
	font-size:17px;
	font-weight:bold;
	color:#06C;	
}





#carousel-lateral .carrossel{
	margin:0;
	padding:0;
	list-style:none;
	display: block;
}
#carousel-lateral .item{
	background-color:#eee;
	padding:0;
	color:#999;
	text-align:left;
	display:block;
	float:left;
	width: 100%;
	margin:5px;
	min-height: 130px;
}
#carousel-lateral .item .imagem, #carousel-lateral .item .imagem a{
	float:left;
	width:90px;
	overflow:hidden;
	text-align:center;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;		
}
#carousel-lateral .item .imagem img{
	max-width:80px;
	margin:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden;	
}
#carousel-lateral .item .info{
	float:right;
	width:150px;
	height:auto;
	margin:10px;
}
#carousel-lateral .item .info h1{
	font-size:13px;
	color:#666;
}
#carousel-lateral .item .info h1.preco{
	color:#F26B7A;
}
#carousel-lateral .item .info span{
	margin-right:5px;
}
#carousel-lateral .item .info h2{
	font-size:13px;
	color:#666;
	line-height:15px;
	font-weight:300;
}
#carousel-lateral .item .info p{
	margin-top:5px;
	font-size:10px;
	color:#666;
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:10px;
}
.my-player-dimensions {
    width: 100%!important;
    height: 200px!important;
}
.ui-dialog { z-index: 8888!important; }
a.btn-pedido-imovel:hover{ color:#fff; }
.galleria-counter {
    color: #fff;
}
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100%!important;
    position: relative;
}
.lista-imoveis-home .item .info a.mapa, .lista-imoveis-front .item .info a.mapa{
	font-size:11px;
	color:#557CF2;
}
.lista-imoveis-home .item .info a.mapa:hover, .lista-imoveis-front .item .info a.mapa:hover{
	text-decoration:underline;
}
a.link-mapa-ajax {
	color:#557CF2;
}
a.link-mapa-ajax:hover {
	text-decoration:underline;
}
.ckin__overlay--2:before {
    background: rgba(0, 123, 167, 0.9)!important;
}
.tag-cinza{
	background-color: #eee;
	padding: 10px;
}
.tag-cinza i{ color: #797979; }
.integracao .titulo{ background-color: #ccc; padding: 10px; }
.tag-cinza .nivel-1, .tag-cinza .nivel-2, .tag-cinza .nivel-3, .tag-cinza .nivel-4{
	padding-left: 30px;
	border-left: 1px solid #ccc;
}
.center{ text-align:center; }
#modal-filtro-imoveis .conteudo, #modal-filtro-imoveis-anunciante .conteudo{  }
#modal-mapa{ display:none; }
#ajax-mostra-mapa{ 
	width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}
#menu-topo .menu-pedido{
	text-align: center;
	line-height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#eee;
}
.erro-sistema{
	margin-top:35px;
	text-align:center;
	font-size:20px;
	color:#F26B7A;
}
.erro-sistema span{ 
	padding:10px;
	color:#F26B7A;
	font-size:50px;
}
.erro-sistema h3{ 
	color:#F26B7A;
	font-size:20px;
	font-weight:300;
}
.abas-busca-inicio.ui-widget-content {
    border: 1px solid #557CF2;
	border-radius: 2px;
}
.item .informacoes .detalhes.icones span {
    margin-right: 5px;
    background-color: #f0f4ff;
    padding: 0px 3px 0px 3px;
    border-radius: 4px;
}
.carousel-similar .item span{
	margin-right: 5px;
    background-color: #f0f4ff;
    padding: 0px 3px 0px 3px;
    border-radius: 4px;
	margin-bottom: 5px;
}
.ui-dialog.ui-widget.ui-widget-content {
    width: 90%!important;
    height: 90%!important;
	position: fixed;
	box-shadow: rgba(85, 124, 242, 0.56) 0px 22px 70px 4px;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 5px);
}
.growl-notification.position-top-right.animation-slide-in, .growl-notification.position-top-center.animation-slide-in{
	z-index: 9999;
}

.alert{
	padding:10px;
	border-radius: 4px;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}




.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	overflow-y: auto;
}
.modal .row{
	margin-left: 0px;
    margin-right: 0px;
}
.modal:target {
	opacity: 1;
	pointer-events: auto;
}
.modal .tudo {
	width: 100%;
	height:100%;
	position: relative;
	margin: auto;
	background: #fff;
}
.modal .fechar {
	position: absolute;
	width: 40px;
	right: 0px;
	top: -0px;
	text-align: center;
	line-height: 100px;
	background: #F26B7A;
	font-size: 16px;
	color: #fff;
	min-height: 100px;
}
.owl-nav{
	text-align: center;
}