section.coberturaemdestaque{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 70px;
}
.list-coberturadestaque{
	float: left;
	width: 29%;
	padding: 1%;
	height: 220px;
	margin-right: 3.4%;
	margin-top: 25px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.list-coberturadestaque:nth-child(3n+1){
	margin-right: 0;
}
.foto-coberturadestaque{
	float: left;
	width: 100%;
	margin-bottom: 10px;

	-webkit-filter: saturate(1.4); 
}
.list-coberturadestaque h1{
	font-size: 1.6em;
	color: #2C333F;
}




/* responsivo */
@media all and (max-width:800px){
	.list-coberturadestaque{
		height: 200px;
	}
}

@media all and (max-width:680px){
	.list-coberturadestaque{
		height: 180px;
	}
}

@media all and (max-width:500px){
	.list-coberturadestaque{
		width: 46.3%;
		height: 200px;
		margin-right: 3.4%;
	}
	.list-coberturadestaque:nth-child(3n+1){
		margin-right: 3.4%;
	}
	.list-coberturadestaque:nth-child(2n+1){
		margin-right: 0;
	}
}
@media all and (max-width:370px){
	.list-coberturadestaque{
		width: 46.3%;
		height: 170px;
	}
	.list-coberturadestaque h1{
		font-size: 1.4em;
		color: #2C333F;
	}
}
/* and responsivo */