section.galeria{
	float: left;
	width: 100%;
	height: auto;
	min-height: 720px;
	padding: 30px 0;
	background-color: #141414;
	color: #fff;
	text-align: center;
}

.link-galeria{
	display: block;
	width: 96%;
	padding: 0 2%;
	height: 30px;
	background-color: #000;
	border: 0;
	margin: 0 0 20px 0;
	color: #999;
	font-size: 1.2em;
}


/*titulo*/
.titulo-galeria{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	text-align: left;
}
section.galeria h1{
	font-size: 2.2em;
}
section.galeria p{
	font-size: 1.2em;
	color: #999;
}
/*end titulo*/



/*miniaturas*/
.box-miniatura{
	display: inline-block;
	float: left;
	width: 38%;
	height: auto;
	margin-left: 5px;
}
.img-miniatura{
	float: left;
	width: 32%;
	height: 78px;
	margin-left: 2%;
	margin-bottom: 1.5%;
	overflow: hidden;
	background-color: #ccc;
}
.img-miniatura:nth-child(3n+1){
	margin-left: 0;
}
.foto-min{
	margin-left: -22px;
	margin-top: -4px;
	
	filter: saturate(1.4); 
	-webkit-filter: saturate(1.4); 
	-moz-filter: saturate(1.4); 
	-o-filter: saturate(1.4); 
	-ms-filter: saturate(1.4); 
}


.setas-miniaturas{
	float: left;
	width: 100%;
	text-align: center;
}
.prev-min{
	display: inline-block;
	margin-top: 12px;
	margin-right: 20px;
	cursor: pointer;
}
.pag{
	display: inline-block;
	width: 80px;
	height: 23px;
	background-color: #fff;
	margin-top: 12px;
}
.next-min{
	display: inline-block;
	margin-top: 12px;
	margin-left: 20px;
	cursor: pointer;
}
.qt-cobertura{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 100;
}
/*end miniaturas*/




/*foto*/
.box-foto{
	display: inline-block;
	float: right;
	width: 59.3%;
	height: auto;
	margin: 0;
	margin-right: 10px;
	text-align: center;
}
.foto{
	max-width: 100%;
	background-color: #ccc;
}
.foto-foto{
	max-width: 100%;
	height: 375px;
	overflow: hidden;
}
#rodape-foto{
	float: left;
	width: 100%;
	height: 38px;
	background-color: #000;
	margin-top: -3px;
}
p.det-foto{
	float: left;
	width: auto;
	height: 38px;
	margin-left: 20px;
	margin-top: 12px;
}
p.det-foto-link{
	float: right;
	width: auto;
	height: 38px;
	margin-right: 20px;
	margin-top: 11px;
}
.ico-det-foto{
	float: left;
	margin-right: 5px;
}
.ico-det-foto-curtir{
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
.ico-link{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
input.form-link{
	float: right;
	width: 140px;
	margin: 10px 10px 0 10px;
	border: 0;
	background-color: #000;
	color: #999;
}


.prev-foto{
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	background-color: #555;
}
.next-foto{
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	background-color: #555;
}
h3.use{
	font-size: 10px;
	color: #666;
}
/*end foto*/





.box-banner-galeria{
	float: left;
	width: 100%;
	height: auto;
	padding-top: 30px;
	border-top: 1px solid #2C2C2C;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* responsivo */
@media all and (max-width:800px){
	.use{
		display: none;
	}
	.box-miniatura{
		margin-left: 0;
	}
	.box-foto{
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#rodape-foto{
		float: none;
		display: inline-block;
		width: 76.5%;
	}
	.prev-foto, .next-foto{
		position: relative;
		z-index: 10;
		margin-top: -30%;
		opacity: 0.6;
		background-color: #fff;
	}
	.prev-foto{
		float: left;
	}
	.next-foto{
		float: right;
	}


	.box-miniatura{
		float: none;
		display: block;
		width: 100%;
	}
	.img-miniatura{
		width: 18.3%;
	}
	.img-miniatura:nth-child(3n+1){
		margin-left: 2%;
	}
	.img-miniatura:nth-child(5n+1){
		margin-left: 0;
	}


}

@media all and (max-width:600px){
	.titulo-galeria{
		margin-bottom: 20px;
	}
	#rodape-foto{
		width: 100%;
	}
	.prev-foto, .next-foto{
		margin-top: -40%;
	}
}

@media all and (max-width:568px){
	.foto-foto{
		height: 365px;
	}
}

@media all and (max-width:480px){
	.foto-foto{
		height: 305px;
	}
}

@media all and (max-width:400px){
	section.galeria{
		padding: 20px 0;
	}
	.box-foto{
		margin-bottom: 10px;
	}
	section.galeria h1{
		font-size: 1.8em;
	}
	.prev-foto, .next-foto{
		margin-top: -50%;
	}
	.img-miniatura:nth-child(5n+1){
		margin-left: 2%;
	}
	.img-miniatura{
		width: 32%;
	}
	.img-miniatura:nth-child(3n+1){
		margin-left: 0;
	}
	.foto-foto{
		height: 201px;
	}

	.ico-link, input.form-link{
		display: none;
	}
}
/*end responsivo */