/*=================================================================
	Internal Header
==================================================================*/

#int_header{
	height: 422px;
	padding: 0;
}

.background_int_header{
	background-position: center;
	background-repeat: no-repeat;
}

.bg_persianas{
	background-image: url(../img/headers/header_persianas.jpg);
}

.bg_cortinas{
	background-image: url(../img/headers/header_cortinas.jpg);
}

.bg_papel_parede{
	background-image: url(../img/headers/header_papel_parede.jpg);
}

.bg_toldos{
	background-image: url(../img/headers/header_toldos.jpg);
}

.header_caption{
	height: 100%;
	width: 100%;
	z-index: 11;
	background: url('../img/overlay.png') repeat scroll 0 0 transparent;
	padding: 200px 0 105px 0;
}

.int-header_title{
	width: 100%;
	text-align: center;
}

.int-header_title h2{
	font-family: 'Laila', sans-serif;
	font-weight: 800;
	font-size: 48px;
	color: #fff;
}

.align_center{
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
}

.directory_header{
	width: 260px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	padding: 6px 10px;
}

.directory_header, 
.directory_header p,
.directory_header a,
.directory_header span,
.directory_header i{
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #666;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

.directory_header a:hover,
.directory_header i:hover{
	color: #111;
}

.directory_header > p{
	color: #111;
}

/*=================================================================
	Internal Page
==================================================================*/

.text-gallery_int{
	text-align: justify;
}

.text-gallery_int h3{
	font-weight: 800;
	font-size: 32px;
	color: #333;
}

.text-gallery_int p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.text_banner_atuacao{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.banner_ind p{
	position: absolute;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	left: 5%;
	right: 5%;
	bottom: 45%;
	z-index: 10;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
}

.banner_ind p:before {
	content: "";
	position: absolute;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	left: 35%;
	right: 35%;
	top: 32px;
	z-index: 10;
	width: 8%;
	height: 3px;
	background: #fff;
	transition: 0.3s;
}

.banner_ind a:hover p:before {
  	width: 30%;
}

.galeria{
	margin: 20px 0;
}

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

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

	-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.3;
}

.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;
}

.button_gallery{
	display: inline-block;
	margin: 20px 0 0 0;
	background-color: #333;

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

.button_gallery:hover{
	background-color: #8f2121;
}

.button_gallery p{
	font-family: 'Poppins SemiBold', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px 38px;
	color: #fff;
}