/*
*
* -----------------------------------------------------------------
*
* Configurações dos Módulos do Quicksite
*
* -----------------------------------------------------------------
*
*/

/*=================================================================
	MÓDULO ALBUNS 2
==================================================================*/

#portfolio h2{
	text-align: center;
}

#portfolio p{
	text-align: justify;
}

/* === Galeria Zoom Opacity === */

.galeria{
	margin: 20px 0;
}

.galeria a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.galeria a img {
	position: relative;
	width: 100%;
	opacity: 0.8;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.galeria a:hover img {
	opacity: 0.2;
}

.bg_full a img {
	position: relative;
	width: 100%;
	opacity: 0.3;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.bg_full a:hover img {
	opacity: 0.2;
}

.galeria .zoom{
	position: absolute;
	color: transparent;
	margin-top: -50%;
	width: 90%;
	text-align: center;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.galeria a:hover .zoom{
	color: #fff;
}

.galeria .zoom i{
	font-size: 20px;
}

.galeria .zoom p{
	font-family: 'Poppins SemiBold', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center !important;
}

.galeria .button_gallery{
	position: absolute;
	color: #fff;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	border: solid 2px #ffffff;
	margin: 10% 16%;

	-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
			-o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

.galeria .button_gallery .btn-gal{
	width: 100%;
	height: 100%;
}

.galeria a:hover .button_gallery{
	color: #fff;
}

.galeria .button_gallery p{
	font-family: 'Poppins SemiBold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	text-align: center !important;
}