section.imoveis{
	float: left;
	width: 100%;
	margin-top: -30px;
	margin-bottom: 60px;
	text-align: center;
}
.list-imoveis{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	height: auto;
	padding-bottom: 15px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin-top: 20px;
	margin-right: 2.3%;
}
.list-imoveis:nth-of-type(4n+0){
	margin-right: 0;
}
.foto-imovel{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.list-imoveis h1{
	font-size: 1.4em;
	padding: 5px;
	color: #333;
}
.list-imoveis p{
	font-size: 1.2em;
	padding: 0 5px;
}

@media all and (max-width: 860px){
	.list-imoveis{
		margin-right: 2%;
	}
}
@media all and (max-width: 580px){
	.list-imoveis h1{
		font-size: 1.2em;
	}
}
@media all and (max-width: 500px){
	.list-imoveis{
		width: 48%;
	}
	.list-imoveis:nth-of-type(4n+1){
		margin-right: 2.3%;
	}
	.list-imoveis:nth-of-type(2n+1){
		margin-right: 0;
	}
}