/*
Template Name: Luz e Força;
Template URL: http: www.luzeforca.com.br;
Author: Harpia Propaganda;
Author url: http://www.harpiapropaganda.com.br;
Version: 1.0;
*/

@import url('icon/icon.css');
@import url('css/quem-somos.css');
@import url('css/services.css');
@import url('css/services-page.css');
@import url('css/parceiros.css');
@import url('css/contact.css');
@import url('css/blog.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,900,700,500,300);
*{
	margin: 0rem;
	padding: 0rem;
}
html{
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}

.title-geral h2{
	text-align: center;
	font-size: 2.2rem;
	color: #333333;
	font-weight: 400;
	text-transform: capitalize;
}
.title-geral h3{
	text-align: center;
	color: #e0470b;
	margin-bottom: 2rem;
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 2rem;
}
a{
	text-decoration: none;
}
/**************** BRANDCAMP *******************/
.brandcamp{
    background-color: #f6f6f6;
	padding: 1.4rem 0 1.4rem 0;
	margin-bottom: 1rem;
}
.brandcamp li {
	list-style: none;
	display: inline-block;
	margin:0 .3rem 0 .3rem;
	text-transform: capitalize;
	font-size: 1.1rem;
	color: #333;
	font-weight: 500;
}
.brandcamp li:first-child{
	margin: 0 .3rem 0 0rem;
}
.brandcamp li a{
	text-decoration: none;
	color: #e0470b;
}
/**************** BRANDCAMP *******************/ 

/*************** OWL CAROUSEL *****************/
.grabbing { 
    cursor: move;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}	
.owl-carousel .owl-item{
	float: left;
}
/*************** OWL CAROUSEL *****************/

/******************** HEADER ******************/
header{
	padding: 2rem 0 6rem 0;

}
.logo{
	position: absolute;
}
.phone{
	position: absolute;
	top: 0;
	right: 0;
	font-size: .9rem;
}	
.menu-main{
	position: absolute;
	right: 0rem;
	top: 3rem;
}
.menu-main li {
	list-style: none;
	display: inline-block;
	padding-left: .5rem;
	padding-right: .5rem;

}
.menu-main li:hover{
	border-bottom: .5rem solid  #e0470b;
	padding-bottom: 1rem;
}
.menu-main li a{
	text-decoration: none;
	text-transform: uppercase;
    color: #333333;
    font-weight: 500;
    font-size: 1.1rem;
}

[type="checkbox"], label {
	display: none;
}
/******************** HEADER ******************/

/******************** BANNER ******************/
.banner-item {
	text-align: center;
}
.banner-item .owl-next{
	display: none;
}
.banner-item .owl-prev{
	display: none;
}
.banner-item figure{
	height: 25rem;
}
.banner-item img{
	width: 100%;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.banner-item .owl-controls .owl-page span{
	width: .8rem;
	height: .8rem;
	margin: 0 .5rem;
	display: block;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #e0470b;
}
.banner-item .owl-controls .owl-page.active span,
.banner-item .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
/******************** BANNER ******************/

/****************** WORK-MAIN *****************/
.work-main{
	padding: 4rem 0 8rem 0;
}
.work-main-box{
	width: 22%;
	background: #e0470b;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 2rem 1rem 2rem 1rem;
    	position: relative;
    	-webkit-transition: all 400ms ease-in;
    	-webkit-transform: scale(1); 
    	-ms-transition: all 400ms ease-in;
   	-ms-transform: scale(1); 
    	-moz-transition: all 400ms ease-in;
    	-moz-transform: scale(1);
    	transition: all 400ms ease-in;
    	transform: scale(1); 
 }
.work-main-box:last-child{
	margin-right: 0rem;
}
.work-main-box:hover{
	background: #9e2a07;   
 	box-shadow: 0px 0px 40px #b9b9b9;
    	z-index: 2;
    	-webkit-transition: all 400ms ease-in;
    	-webkit-transform: scale(1.03);
    	-ms-transition: all 400ms ease-in;
    	-ms-transform: scale(1.03);   
    	-moz-transition: all 400ms ease-in;
    	-moz-transform: scale(1.03);
    	transition: all 400ms ease-in;
    	transform: scale(1.03);
}
.work-main-box h2{
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.work-main-box p{
	line-height: 1.8rem;
}
/****************** WORK-MAIN *****************/

/**************** WE-ARE-MAIN *****************/
.we-are-main-box {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 10rem 0;
}
.we-are-main-box section{
    -webkit-flex:1 1 auto;
    flex:1 1 auto;
}
.we-are-mainPt01{
	width: 100%;
	margin-right: 3rem;
}
.we-are-mainPt02{
	width: 100%;
}
.we-are-mainPt02 hgroup h2{
	margin-bottom: 1rem;
	font-size: 2.1rem;
	font-weight: 400;
}
.we-are-mainPt02 hgroup h3{
	color: #e0470b;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
}
.we-are-mainPt02 p{
	line-height: 1.8rem;
	color: #888888;

}
/**************** WE-ARE-MAIN *****************/

/****************** BG-HOME *******************/
.bg-home{  
	background-image: url(img/industria_background.jpg);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100%;
  	height: 30rem;
}
.bg-box{
	width: 25rem;
	background: #e0470b;
	position: absolute;
	right: 0rem;
	top: 5rem;
	color: #fff;
	padding: 6rem 1rem 6rem 1rem;
}
.bg-box h2{
	width: 70%;
	font-weight: 300;
	font-size: 3rem;
	margin: 0 auto;
}

.we-are-mainPt02 a{
	background: #e0470b;
	padding: .7rem 1.3rem .7rem 1.3rem;
	position: absolute;
	margin-top: 2rem;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
}


.we-are-mainPt02 a:hover{
	background: #9e2a07;
}
/****************** BG-HOME *******************/

/***************** SERCIVES-MAIN **************/
.services-main{
    	padding: 5rem 0 10rem 0;
}
.services-main h2{
	text-align: center;
	margin-bottom: 2rem;
	font-size: 2.2rem;
	color: #333333;
	font-weight: 400;
}
.services-main-box{
    	width: 100%;
    	display: -webkit-flex;
   	display: flex;
}
.services-main-box section{
    	-webkit-flex:1 1 auto;
    	flex:1 1 auto;
}
.services-main-box h3{
	color: #e0470b;
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-left: 10rem;
}
.services-mainPt01{
	margin-right: 4rem;
}
.services-mainPt01,
.services-mainPt02{
	position: relative;
    	width: 100%;
}
.services-mainPt01 p,
.services-mainPt02 p{
	line-height: 1.8rem;
	color: #888888;
	margin-left: 10rem;
}
.services-mainPt01 a,
.services-mainPt02 a{
	background: #e0470b;
	padding: .7rem 1.3rem .7rem 1.3rem;
	position: absolute;
	margin-top: 2rem;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
	margin-left: 10rem;
}


.services-mainPt01 a:hover,
.services-mainPt02 a:hover{
	background: #9e2a07;
}
.services-main-box img{
	position: absolute;
	top: 0;
	left: 0;
}
/***************** SERCIVES-MAIN **************/

.gefran{
	border-top: .1rem solid #e0e0e0;
	border-bottom: .1rem solid #e0e0e0;
	padding: 2rem 0 2rem 0;
	margin: 0 0 3rem 0;
}
.gefran-box{
    	width: 100%;
    	display: -webkit-flex;
   	display: flex;
}
.gefran-box section{
    	-webkit-flex:1 1 auto;
    	flex:1 1 auto;
}
.gefran-boxPt01{
    	width: 100%;
	margin: 4rem 3rem 0 0;
}
.gefran-boxPt01 h3{
	color: #333;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: .2rem;
}
.gefran-boxPt01 h4{
	color: #333;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: .2rem;
}
.gefran-boxPt01 p{
	line-height: 1.8rem;
	color: #888888;
}
.gefran-boxPt02{
    	width: 100%;
}

.gefran h2{
	text-align: center;
	font-size: 2.2rem;
	color: #333333;
	font-weight: 400;
	margin: 0 0 4rem 0;
}

.gefran-boxPt01 a{
	background: #e0470b;
	padding: .7rem 1.3rem .7rem 1.3rem;
	position: absolute;
	margin-top: 2rem;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
}




/******************* NEWS-MAIN ****************/
.news-main-box{
	width: 28%;
	background: #e0470b;
	display: inline-block;
	vertical-align: top;
	margin-right: 2rem;
	margin-bottom: 5rem;
	color: #fff;
	padding: 2rem 1rem 2rem 1rem;
    position: relative;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1);
    transition: all 400ms ease-in;
    transform: scale(1); 
}
.news-main-box:last-child{
	margin-right: 0rem;
}

.news-main-box h2{
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 1rem;
}
.news-main-box:hover{
	background: #9e2a07;   
 	box-shadow: 0px 0px 40px #b9b9b9;
    z-index: 2;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.03);   
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 400ms ease-in;
}
.news-main-box p{
	line-height: 1.8rem;
	font-size: .9rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
.news-main hgroup{
	text-align: center;
	
}
.news-main-box a{
	background: #fff;
	padding: .7rem 1.3rem .7rem 1.3rem;
	font-size: 1rem;
	text-decoration: none;
	color: #e0470b;
}



.news-main hgroup h2{
	margin-bottom: 1rem;
	font-size: 2.1rem;
	font-weight: 400;
}
.news-main hgroup h3{
	color: #e0470b;
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
}
/******************* NEWS-MAIN ****************/ 

/******************** FOOTER ******************/
footer{
    background-color: #f6f6f6;
    padding-top: 3rem;

}
.footer-main{
	width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.footer-main section{
    -webkit-flex:1 1 auto;
    -moz-flex:1 1 auto;
    -ms-flex:1 1 auto;
    -o-flex:1 1 auto;
    flex:1 1 auto;
    margin: 2rem 0 2rem 0;
}
.footer-main h6{
	font-size: 1.1rem;	
	text-transform: capitalize;
	margin-bottom: 1rem;
	font-weight: 400;
}
.footer-Pt01{
	width: 60%; 
	padding-right: 2rem;
}
.footer-Pt02{
	width: 60%; 
	padding-right: 2rem;
}
.footer-Pt03{
	width: 80%; 
	padding-right: 2rem;
}
.footer-Pt04{
	width: 100%; 
}
.menu-footer li{
	list-style: none;
	padding-bottom: .5rem;
}
.menu-footer li a{
	text-decoration: none;
	text-transform: capitalize;
	color: #888;
	font-size: .9rem;
}
.menu-footer-2 li{
	list-style: none;
	padding-bottom: .5rem;
}
.menu-footer-2 li a{
	text-decoration: none;
	text-transform: capitalize;
	color: #888;
	font-size: .9rem;
}
.follow li{
	list-style: none;
	margin: 1.8rem 0 1.8rem 0;
	color: #888;
	text-transform: capitalize;
	font-size: .9rem;
}
.follow span{
	background: #e0470b;
	margin-right: 1rem;
	color: #fff;
	padding: .7rem;
	font-size: 1.3rem;
}

.follow span:hover{
	background: #9e2a07;
}
.infor li{
	list-style: none;
	color: #888;
	text-transform: capitalize;
	font-size: .9rem;
	margin-top: 1rem;
}
.infor span{
	margin-right: .4rem;
	color: #e0470b;
	padding: .7rem;
	font-size: 2rem;
}
.copyright{
	width: 100%;
	float: right;
}

.copyright img{
	display: inline-block;
	float: right;
	padding: 1rem;
}

.copyright p{
	display: inline-block;
	float: left;
	color: #000;
	margin-top: 2rem;
	font-family: Corbel;	
}
