*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	height: 1500px;
	font-size: 62.5%; 
}

.container{
	max-width: 1024px;
	margin: 0 auto;
}
@media all and (max-width: 1100px){
	.container{
		padding: 0 20px;
	}
}

/*topo*/
header.topo{
	position: fixed;
	width: 100%;
	margin-top: 25px;
	z-index: 9999;
}
img.logo{
	float: left;
	margin-left: 5%;
}



span.box-menu{
	float: right;
	width: 45px;
	height: 45px;
	padding-top: 14px;
	border-radius: 45px;
	background-color: #fff;
	cursor: pointer;
	margin-top: 3px;
	text-align: center;
}




nav.menu{
	position: fixed;
	right: 5%;
	z-index: 9999;
}
nav.menu ul{
	float: right;
	margin-top: 18px;
	margin-right: 20px;
	list-style: none;
}
nav.menu ul li{
	display: inline-block;
	padding: 0 20px;
	font-size: 1.4em;
	text-decoration: none;
	opacity: 0.9;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
nav.menu ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
nav.menu ul li a:hover{
	opacity: 0.95;
	text-decoration: underline;
}
.f-nav{
	position: fixed;
	width: 100%;
	background-color: #000;
	opacity: 0.6;
	padding: 5px 40px 8px;
	margin-top: -25px;
	left: 0px;	
}
/*end topo*/



/*apresentacao*/
section.apresentacao{
	float: left;
	width: 100%;
	background-color: #000;

	text-align: center;
	overflow: hidden;
}
video{
	position: relative;
	z-index: 1;
	width:100%;
	height: 100%;
	opacity: 0.3;
	-webkit-animation: animation 50s linear infinite;
}
@-webkit-keyframes animation{
	0%{
		-webkit-transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.5);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
section.apresentacao h1{
	position: relative;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 4.2em;

	color: #fff;
	margin-top: -550px;
	margin-bottom: 5px;
	z-index: 10;
}

.botao-quemsomos{
	position: relative;
	display: inline-block;
	z-index: 10;
	width: 200px;
	height: 50px;
	border-radius: 5px;
	padding-top: 10px;
	border: 1px solid #fff;

	font-size: 1.8em;
	color: #fff;
	cursor: pointer;

	margin-top: 40px;
	margin-bottom: 140px;

	opacity: 0.9;
}

.botao-quemsomos:hover{
	background-color: #fff;
	color: #333;
}
/*end apresentacao*/




/*SOBRE*/
section.box-sobre{
	float: left;
	width: 100%;
	padding: 140px 0;
	background-color: #2A2C44;

	color: #fff;
	text-align: center;
}
section.box-sobre h2{
	display: inline-block;
	width: 73%;
	font-weight: 400;
	font-size: 2.8em;
	line-height: 1.6em;
	margin-bottom: 60px;
}
section.box-sobre h3{
	display: inline-block;
	width: 73%;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.8em;
	opacity: 0.6;
}
@media all and (max-width: 768px){
	section.box-sobre{
		padding: 60px 0;
	}
	section.box-sobre h2{
		width: 100%;
		font-size: 2.2em;
	}
}
@media all and (max-width: 540px){
	section.box-sobre h2{
		font-size: 1.8em;
		margin-bottom: 30px;
	}
	section.box-sobre h3{
		width: 100%;
		font-size: 1.2em;
	}
}
/*END SOBRE*/



/*FOTO*/
section.box-foto{
	float: left;
	width: 100%;
	height: 320px;
	overflow: hidden;
	background: url(img/bg-foto.jpg) #333 center fixed;
	-webkit-background-size: 120%;
	background-size: 120%;
	text-align: center;
}
section.box-foto h1{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 3.2em;
	line-height: 1.6em;
	color: #fff;
	margin-top: 110px;
}
section.box-foto h1 span{
	font-size: 1.0em;
	font-weight: 700;
}
/*END FOTO*/




/*servicos*/
section.box-servicos{
	float: left;
	width: 100%;
	padding: 100px 0;
	height: 550px;
	background-color: #32946C;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
section.box-servicos ul{
	width: 100%;
	text-align: left;
		list-style: none;
}
section.box-servicos ul li{
	display: inline-block;
	width: 43%;
	list-style: none;
	margin: 20px 3% 60px;
	vertical-align: top;
}

span.box-ico{
	float: left;
	width: 105px;
	height: 105px;
	padding-top: 30px;
	border-radius: 105px;
	border: 1px solid #fff;
	margin-right: 20px;
	text-align: center;
}
section.box-servicos ul li h1{
	font-size: 2.2em;
	font-weight: 400;
	margin-top: 18px;
	margin-bottom: 4px;
}
section.box-servicos ul li p{
	font-size: 1.6em;
	font-weight: 300;
	opacity: 0.6;
}
/*end servicos*/


/*case*/
.ancora-case{
	position: relative;
	margin-top: 80px;
}
section.case{
	float: left;
	width: 100%;
	overflow: hidden;
}
.slider-case{
	width: 100%;
	height: 528px;
	overflow: hidden;
}
.foto-destaque{
	width: 100%;
}
/*end case*/


/*clientes*/
section.box-clientes{
	float: left;
	width: 100%;
	background-color: #333;
	text-align: center;
	overflow: hidden;
}
.list-cliente{
	position: relative;
	display: inline-block;
	width: 33.42%;
	margin-left: -3px;
	margin-bottom: -20px;
	overflow: hidden;
	background-color: #000;
	cursor: pointer;
	-webkit-filter: grayscale(0);
}
.list-cliente:hover{
	-webkit-filter: grayscale(0);
}
.img-cliente{
	float: left;
	width: 100%;
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.list-cliente:hover .img-cliente{
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
.retina{
	position: absolute;
	width: 100%;
	height: 93%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000;
	z-index: 10;
	text-align: center;
	-webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	     -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	      -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	         transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.retina p{
	font-size: 1.3em;
	color: #fff;
	margin-top: 200px;
	text-transform: uppercase;
	font-weight: 700;
}
.list-cliente:hover .retina{
	opacity: 0.5;
	-webkit-transform: translatey(-180px);
	transform: translatey(-180px);
}
/*end clientes*/




/*rodapé*/
footer.rodape{
	float: left;
	width: 100%;
	height: 400px;
	padding: 100px 0;
	background-color: #262626;
	text-align: center;
	overflow: hidden;
}
footer.rodape a{
	color: #fff;
}
footer.rodape h1{
	font-size: 1.8em;
	opacity: 0.4;
	font-weight: 400;
	margin-bottom: 8px;
	color: #fff;
}
footer.rodape h2{
	font-size: 1.8em;
	color: #fff;
}
.botao-cliente{
	display: inline-block;
	height: 50px;
	padding: 14px 30px;
	border-radius: 5px;
	background-color: #32946C;
	box-shadow: 0 2px 0 #1D5841;


	font-size: 1.6em;
	font-weight: 700;
	margin-top: 50px;
}
/*rodapé*/