section.arquivo-cobertura{
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}


.topo-arquivo-cobertura{
	float: left;
	width: 100%;
	min-height: 70px;
	padding-top: 10px;
	background-color: #35CBDA;
	margin-bottom: 20px;
}



select.select-arquivo{
	float: left;
	width: 29.16%;
	padding: 1%;
	height: 60px;
	margin: 0;
	border: 0;
	background-color: #31BBC9;
	color: #fff;
	font-size: 2.0em;
	font-weight: 900;
	margin-right: 1%;
}


.buscar-cobertura-arquivo{
	float: right;
	width: 9%;
	height: 60px;
	background-color: #FD7006;
	border: 0;
	background-image: url(../img/lupa-arquivo.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


.tit-arquivo-cobertura{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.tit-arquivo-cobertura h1{
	font-size: 2.4em;
	color: #303030;
}
.ico-photo{
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}


.box-coberturas{
	float: left;
	width: 100%;
	height: auto;
}


.list-cobertura-arquivo{
	float: left;
	width: 18.3%;
	height: 190px;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.list-cobertura-arquivo:nth-child(5n+0){
	margin-right: 0;
}

.foto-list-cobertura{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.list-cobertura-arquivo h2{
	font-size: 1.4em;
	color: #2D343F;
	padding: 0 5%;
	margin-bottom: 3px;
}
.list-cobertura-arquivo p{
	font-size: 1.2em;
	color: #919191;
	padding: 0 5%;
}

.paginacao-coberturas{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.prev-min{
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.pag-arquivo{
	display: inline-block;
	width: 80px;
	height: 25px;
	border: 0;	
	background-color: #fff;
}
.next-min{
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
	cursor: pointer;
}


/* responsivo */
@media all and (max-width:810px){
	select.select-arquivo{
		width: 28%;
	}
	.buscar-cobertura-arquivo{
		width: 12%;
	}
	.list-cobertura-arquivo{
		width: 23.5%;
		height: 190px;
	}
	.list-cobertura-arquivo:nth-child(5n+0){
		margin-right: 2%;
	}
	.list-cobertura-arquivo:nth-child(4n+0){
		margin-right: 0;
	}
}

@media all and (max-width:750px){
	select.select-arquivo{
		width: 49%;
		margin-bottom: 10px;
		font-size: 1.7em;
	}
	.buscar-cobertura-arquivo{
		width: 49%;
		margin-left: 0;
	}
	.tit-arquivo-cobertura h1{
		font-size: 2.0em;
	}

	.list-cobertura-arquivo{
		width: 32%;
		height: 190px;
	}
	.list-cobertura-arquivo:nth-child(4n+0){
		margin-right: 2%;
	}
	.list-cobertura-arquivo:nth-child(3n+0){
		margin-right: 0;
	}
}

@media all and (max-width:550px){
	.list-cobertura-arquivo{
		width: 49%;
		height: 190px;
	}
	.list-cobertura-arquivo:nth-child(3n+0){
		margin-right: 2%;
	}
	.list-cobertura-arquivo:nth-child(2n+0){
		margin-right: 0;
	}
}

@media all and (max-width:420px){
	select.select-arquivo{
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.7em;
	}
	.buscar-cobertura-arquivo{
		width: 100%;
		margin-bottom: 10px;
	}
}
/* end responsivo */