@charset "utf-8";

/*divs*/
.ultimos_visitados{
	padding:0% 0% 1% 10.5%;
	width:20%;
	float:left;
}
.categoria_img_container{
	width:100%;
	height:100%;
}
.imovel_cat{
	float:left;
	margin:1% 2% 3% 4%;
	width:19%;
	height:auto;
}
.imovel_cat:hover, .imovel_cliente:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}
.imovel_cliente{
	margin:5% 10% 10% 0%;
	cursor:pointer;
}
.categoria_texto{
	background:#EEEEEE;
	padding:5% 4% 5% 4%;
	font-size:0.9rem;
	height:auto;
}
.categoria_texto >p{ margin-top:0; }
#contacto_imoveis{ margin-top:6%; }
.expand{ cursor:pointer; }
#conteudo_cozinhas, #conteudo_quartos, #conteudo_salas, #conteudo_wcs, #conteudo_caracteristicas{ overflow:hidden; }
.info_imovel_cliente{ padding-left:2.5%; }
.div_atendimentos, .div_visitas{
	width:100%;
	border-bottom:#f78f1e solid 2px;
	padding:3% 3% 1% 3%;
	cursor:pointer;
	border-radius: 2% 30%;
	-webkit-border-radius: 2% 30%;
	-moz-border-radius: 2% 30%;
}
.result_atendimentos, .result_visitas{
	width:100%;
	padding:1% 3% 5% 3%;
}
#visitados{
	padding-bottom:4%;
	background-color:#fff;
	min-height:38.4%;
}
#nome_imoveis{
	font-family:'infinity-regular';
	text-decoration:none;
	color:#000;
	float:left;
	margin:1.6% 7.4% 0% 0%;
	position:relative;
	z-index:1;
}


/*tabelas*/
#pesquisa_imoveis{
	width:14.5%;
	border-right:1px dotted #999;
	padding:0.3% 2% 1.5% 1%;
	vertical-align:top;
}
.detalhes_imoveis{
	padding:1.5% 0% 1.5% 0%;
	vertical-align:top;
}
#detalhes_imoveis{
	width:18%;
	padding:1.5% 0% 1.5% 3%;
}


/*imgs*/
.img_visitados{
	float:left;
	width:35%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin:0% 4% 4% 2%;
	border:5px solid #999;
	position:relative;
}
.img_visitados:hover{
	border:0;
	width:38.7%;
	margin:-0.5% 4% 3% 0.9%;
}
#img_visitados_3:hover{ margin:-0.5% 4% 3.4% 0.9%; }
.categoria_img{ max-width:100%; }
#detalhes_img{
	margin:1% 1% 2% 0%;
	height:70%;
}
.carateristicas_imovel_img{
	margin-right:2.5%;
	width:12px;
	top:0;
	position:relative;
}
#expand_carateristicas_img{ top:-5px; }
.imovel_star_img{
	width:10%;
	padding:3%;
	float:right;
	position:relative;
	margin-top:-69%;
}
.imovel_cat_img{
	position:relative;
	z-index:-1;
	width:100%;
	height:50%;
}
.imovel_comparar_img{
	width:10%;
	padding:3% 0% 0% 0%;
}
.detalhes_icon{ height:25px; }
#img_local_imoveis{
	height:20px;
	margin-right:2%;
	top:4px;
	position:relative;
}


/*texto*/
p.visitados{
	font-family:"dax-regular";
	font-size:1rem;
	margin-top:0.2%;
}
p.visitados_titulo{
	font-family:"dax-bold";
	font-size:1.1rem;
	padding:10% 0% 0% 0%;
	margin:0;
}
#cidade_imoveis{
	font-size:0.95rem; 
	margin-top:3%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

/*input*/
#concelho_imoveis, #distrito_imoveis, #freguesia_imoveis, #finalidade_imoveis, #estado_imoveis, #tipo_imoveis, #quartos_imoveis{ width:100%; }
#preco_min_imoveis, #preco_max_imoveis{
	width:81%;
	padding: 6px 11px 6px 11px;
	margin-bottom:5px;
}
#distancia_imoveis{ 
	width:68%;
	padding: 6px 11px 6px 11px;
	margin-bottom:5px;
}
#texto_imoveis_referencia{
	width:88%;
	padding: 6px 11px 6px 11px;
	margin-bottom:5px;
}
#enviar_imovel{
	float:right;
	margin-right:-4%;
	padding:10px 20px;
}
#validacao_imovel{ padding:10px 20px; }