section.box-coberturas{
	float: left;
	width: 100%;
	height: auto;
	margin: 70px 0;
}
.filtro-coberturas{
	float: left;
	width: auto;
	height: 25px;
	padding-left: 20px;
	border-left: 1px solid #CCC;
	margin-left: 20px;
	margin-top: 3px;
}
.filtro-coberturas p{
	display: inline-block;
	font-size: 12px;
	color: #303030;
	margin-top: 5px;
	margin-right: 5px;
}
select.form-filtro{
	width: 150px;
	height: 25px;
	background-color: #eee;
	border: 1px solid #ccc;

	font-size: 12px;
	color: #AAA;
	font-weight: 900;
}



.prev, .next{
	float: right;
	width: 25px;
	height: 25px;
	background-color: #999;
	cursor: pointer;
	margin-top: 4px;
	border: 0;
}
.next{
	margin-left: 5px;
}
.prev:hover, .next:hover{
	background-color: #000;
}

.list-coberturas{
	float: left;
	width: 23%;
	height: 230px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	margin: 30px 2.6% 0 0;
}
.list-coberturas:nth-of-type(4n+0){
	margin-right: 0;
}
.foto-cobertura{
	display: block;
	width: 100%;
	margin-bottom: 5px;

	filter: saturate(1.4); 
	-webkit-filter: saturate(1.4); 
	-moz-filter: saturate(1.4); 
	-o-filter: saturate(1.4); 
	-ms-filter: saturate(1.4); 
}
.list-coberturas h2{
	font-size: 1.6em;
	padding: 5px 10px;
	color: #2E3540;
}
.list-coberturas p{
	font-size: 1.4em;
	color: #919191;
	padding: 0 10px;
	padding-bottom: 30px;
	font-weight: 100;
}

.botao-mais-coberturas{
	float: left;
	width: 100%;
	height: 40px;
	margin-top: 30px;
	text-align: center;
}
.botao-mais-coberturas p a{
	font-size: 12px;
	color: #555;
}


/* responsivo */
@media all and (max-width:690px){
	.filtro-coberturas{
		float: right;
		padding-left: 0;
		border-left: 0;
		margin-left: 0;
	}
	.list-coberturas{
		width: 31.6%;
		height: 230px;
		margin: 30px 2.6% 0 0;
	}
	.list-coberturas:nth-of-type(4n+0){
		margin-right: 2.6%;
	}
	.list-coberturas:nth-of-type(3n+0){
		margin-right: 0;
	}
	.prev, .next{
		display: none;
	}
}

@media all and (max-width:550px){
		.filtro-coberturas{
			display: block;
			float: left;
			margin-top: 10px;
		}
}
@media all and (max-width:540px){
		section.box-coberturas{
			margin: 40px 0;
		}
		.list-coberturas{
			width: 47%;
			height: 200px;
			height: 210px;
			margin: 30px 5% 0 0;
		}
		.list-coberturas:nth-of-type(3n+0){
			margin-right: 5%;
		}
		.list-coberturas:nth-of-type(2n+0){
			margin-right: 0;
		}
}
/* and responsivo */