html, body{
	padding:0px;
	margin:0px;
	font-family: 'PT Sans', sans-serif;
	background:#FAFAFA;
}
p, h1, h2, h3, h4, h5, h6, ul, li, table, td, tr, a{
	margin:0px;
}
h2{
	font-size:24px;
	margin-bottom:30px;
	color:#09C
}
p{
	font-size:16px;
	margin:0 0 20px;
	color:#677
}
a{
	text-decoration:none;
	color:inherit;
}
img{
	border:none;
}
.container{
	width:96%;
	max-width:1100px;
	height:auto;
	margin:auto;
}
.clear{
	clear:both;
}
/*HEADER*/
.topo-efeito{
	width:100%;
	height:200px;
	overflow:hidden;
	position:fixed;
	z-index:10;
	top:-5%;
}
.topo-efeito1,
.topo-efeito2{
	width:50%;
	height:180px;
	position:relative;
	background: #000;
	box-shadow:0px 0px 5px #000;
}
.topo-efeito1{
	transform:skewY(2deg);
	float:left;
}
.topo-efeito2{
	float:right;
	transform:skewY(-2deg);
}
.topo-efeito3{
	width:55%;
	height:30px;
	position:relative;	
	float:right;
	margin:-140px -1% 0 0;
	transform:skewX(15deg);
	background:#333;
	border-left:2px solid #555;
	border-bottom:2px solid #555;
	z-index:100
}
/*INFORMACÕES*/
.topo-informacoes-bg{
	width:100%;
	height:30px;
	position:fixed;
	z-index:11;
	top: 0px;
}
.topo-informacoes{
	width:auto;
	height:40px;
	position:relative;
	margin:2px 0px 3px 0px;	
	float:right;
}
	.topo-informacoes p{
		float:right;
		margin:5px 0px 0 5px;
		font-size:13px;
		color:#FFF;
	}	
	.topo-informacoes img{
		float:left;
		height:13px;
		margin:7px 0px 0px 15px;
	}
/*MARCA*/
.marca-bg{
	width:100%;
	height:180px;
	position:fixed;
	z-index:11;
	top:0px;
}
.marca{
	width:25%;
	height:180px;
	position:relative;
}
	.marca img{
		width:100%;
		margin:20px 0% 30px;
	}
/*MENU*/
.menu-hidde{
	display:none;
}
.menu-bg{
	display:block;
	width:100%;
	height:60px;
	position:fixed;
	z-index:11;
	top:40px;
}
.menu{
	width:70%;
	height:60px;
	margin:0 0 0 15%;
	float:right;
}
	.menu ul{
		padding:0px;
		list-style:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:16px;
	}
	.menu li{
		margin:30px 0px 10px 20px;
		padding:0px 0px 6px 0px;
		float:right;
		color:#CCC;
		transition:ease 0.3s;
	}
	.menu li a{
		color:#CCC;
		transition:ease 0.3s;
	}
		.menu li a:hover{
			color:#09C;
		}
/*BANNER*/
.banner-inicial{
	width:100%;
	height:650px;
	overflow:hidden;
	margin:80px 0 0 0;
	background:#000
}
video {
    width: 130%;
    height: 130%;
	margin:-10% -15%;
}
.banner{
	width:100%;
	height:350px;
	margin:100px 0 0 0;
	background:url(../img/bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.banner-efeito1,
.banner-efeito2{
	width:50%;
	height:100px;
	margin:-15px 0 0 0;
	float:left;
	background:#FAFAFA;
}
.banner-efeito1{
	transform:skewY(2deg);
}
.banner-efeito2{
	transform:skewY(-2deg);
}
/*TITULO*/
.titulo{
	width:100%;
	height:auto;
	margin:50px 0;
	position:relative;
}
.titulo-efeito{
	width:30%;
	height:auto;
	float:left;
}
.titulo-linha{
	width:90%;
	height:auto;
	float:left;
	border-bottom:1px solid #999;
}
.titulo-quadrado{
	width:10px;
	height:10px;
	margin:-5px 0 0 0;
	float:left;
	border:1px solid #999;
	transform:rotate(45deg);
}
	.titulo h1{
		width:30%;
		height:auto;
		margin:-20px 5% 0;
		float:left;
		text-transform:uppercase;
		font-size:34px;
		text-align:center;
		color:#09C;
	}

/*INICIAL*/	
.inicial1{
	width:100%;
	height:auto;
	margin:20px 0 0 0;
}
	.inicial1 .titulo h1{
		margin:-40px 5% 0;
	}
.inicial1-bg{
	width:30%;
	height:370px;
	margin:30px 0 0 0;
	float:left;
}
.inicial1-imagem{
	width:90%;
	height:200px;
	margin:50px 5% 0;
	float:left;
	overflow:hidden;
	background:#FFF;
	border-top:5px solid #999;
}
.inicial1-imagem-grande{
	width:90%;
	height:250px;
	margin:00px 5% 0;
	float:left;
	overflow:hidden;
	background:#FFF;
	border-top:5px solid #999;
}
	.inicial1-imagem img{
		width:auto;
		height:280px;
	}
.inicial1-efeito1,
.inicial1-efeito2{
	width:50%;
	height:30px;
	margin:-10px 0 0 0;
	float:left;
	border-top:1px solid #999;
	background:#FAFAFA;
	transition:ease-in-out 0.3s;
}
.inicial1-efeito1{
	transform:skewY(-5deg);
}
.inicial1-efeito2{
	transform:skewY(5deg);
}
.inicial1-descricao{
	width:100%;
	height:150px;
	float:left;
}
	.inicial1-descricao h3{
		text-align:center;
		color:#09C;
		margin:-5px 0 0 0;
	}
	.inicial1-descricao p{
		text-align:center;
		color:#666;
		margin:0 0 20px;
	}
	.inicial1-descricao span{
		text-align:center;
		color:#999;
		margin:0 0 20px;
	}
.inicial1-espaco{
	width:5%;
	height:370px;
	margin:30px 0 0 0;
	float:left;
}	
.inicial2-efeito1,
.inicial2-efeito2{
	width:50%;
	height:200px;
	margin:50px 0 0 0;
	float:left;
	border-top:1px solid #999;
	background: #069;
	transition:ease-in-out 0.3s;
}
.inicial2-efeito1{
	transform:skewY(2deg);
}
.inicial2-efeito2{
	transform:skewY(-2deg);
}	
.inicial2{
	width:100%;
	height:100px;
	margin:-200px 0 0 0;
}
.inicial2-texto{
	width:70%;
	height:auto;
	margin:-170px 0 0 0;
	position:relative;
	z-index:2;
	float:left;
}
	.inicial2-texto h2{
		font-size:36px;
		margin:0px;
		padding:30px 0 0;
		color:#FFF;
	}
	.inicial2-texto p{
		font-size:24px;
		margin:0px;
		padding:0px;
		color:#FFF;
	}
.inicial2-contato{
	width:20%;
	height:60px;
	margin:-135px 0 0 0;
	position:relative;
	z-index:2;
	float:right;
	background:#09C;
	transition:ease-in-out 0.3s;
}
	.inicial2-contato:hover{
		background:#1AD;
	}
	.inicial2-contato h2{
		font-size:16px;
		text-align:center;
		margin:0px;
		padding:20px 0px;
		color:#FFF;
	}
	.inicial2-contato a{
		color:#FFF;
	}	
.inicial3{
	width:100%;
	height:250px;
	background:#DDD;
	padding:50px 0 100px;
	margin:80px 0px 0px;
}
	.inicial3 h2{
		text-align:center;
		margin:30px 0 0 0;
		color:#069;
		font-size:48px;
	}
	.inicial3 h3{
		text-align:center;
		margin:0px 200px 30px;
		color:#999;
		font-size:24px;
		font-weight:normal;
	}
.inicial3-bg{
	width:100%;
	height:100px;
	padding:40px 0 0;
	background:#FFF;
	float:left;
}
.inicial3-bg-imagem{
	width:100%;
	height:150px;
	overflow:hidden;
}
	.inicial3-bg-imagem img{
		width:100%;
		height:auto;
	}	
	.inicial3 .titulo h1{
		width:30%;
		height:auto;
		margin:-35px 5% 50px;
		float:left;
		text-transform:uppercase;
		font-size:26px;
		text-align:center;
		color:#777;
	}
	
/*EMPRESA*/
.empresa-bg1{
	width:58%;
	height:auto;
	padding:0 1%;
	float:left;
}
.empresa-bg2{
	width:38%;
	height:650px;
	padding:0 1%;
	float:right;
}
.empresa2-imagem1,
.empresa2-imagem2,
.empresa2-imagem3{
	transform:rotate(45deg);
	overflow:hidden;	
}
.empresa2-imagem1{
	width:150px;
	height:150px;
	margin:100px auto 0;
}
.empresa2-imagem2{
	width:250px;
	height:250px;
	margin:-50px auto;
	position:relative;
	z-index:2;
	border:5px solid #FFF;
}
.empresa2-imagem3{
	width:200px;
	height:200px;
	margin:-50px auto;
} 
	.empresa-bg2 img{
		width:200%;
		height:200%;
		margin:-80% 0 0 -40%;
		transform:rotate(-45deg);
	}

/*PRODUTOS*/
.produtos-bg{
	width:29%;
	height:260px;
	float:left;
	padding:0 2%;
	margin:0 0 20px 0;
}
.produtos-imagem{
	width:100%;
	height:200px;
	overflow:hidden;
}
	.produtos-imagem img{
		width:110%;
		height:auto;
	}
.produtos-ef1,
.produtos-ef2{
	width:50%;
	height:30px;
	margin:-20px 0 0 0;
	float:left;
	background: #FAFAFA;
}
.produtos-ef1{
	transform:skewY(3deg);
}
.produtos-ef2{
	right:0;
	transform:skewY(-3deg);
}
.produtos-texto{
	width:100%;
	height:30px;
	margin:10px 0 0 0;
}
.produtos-texto-efeito{
	width:20%;
	height:auto;
	float:left;
}
.produtos-texto-linha{
	width:80%;
	height:auto;
	float:left;
	border-bottom:1px solid #999;
}
.produtos-texto-quadrado{
	width:10px;
	height:10px;
	margin:-5px 0 0 0;
	float:left;
	border:1px solid #999;
	transform:rotate(45deg);
}
.produtos-texto-titulo{
	width:50%;
	height:auto;
	margin:-10px 5%;
	float:left;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#677;
	position:relative;
	z-index:2;
}

/*PARCEIROS*/
.parceiros-bg{
	width:16%;
	height:60px;
	float:left;
	padding:30px 1%;
	background:#FFF;
	margin:0 1% 20px;
}
.parceiros-imagem{
	width:100%;
	height:100px;
	overflow:hidden;
}
	.parceiros-imagem img{
		width:100%;
	}	
/*CATALOGO*/
.catalogo-bg{
	width:29%;
	height:260px;
	float:left;
	padding:0 2%;
	margin:0 0 20px 0;
}
.catalogo-imagem{
	width:100%;
	height:200px;
	overflow:hidden;
}
	.catalogo-imagem img{
		width:110%;
		height:auto;
	}
.catalogo-ef1,
.catalogo-ef2{
	width:50%;
	height:30px;
	margin:-20px 0 0 0;
	float:left;
	background: #FAFAFA;
}
.catalogo-ef1{
	transform:skewY(3deg);
}
.catalogo-ef2{
	right:0;
	transform:skewY(-3deg);
}
.catalogo-texto{
	width:100%;
	height:30px;
	margin:10px 0 0 0;
}
.catalogo-texto-efeito{
	width:20%;
	height:auto;
	float:left;
}
.catalogo-texto-linha{
	width:80%;
	height:auto;
	float:left;
	border-bottom:1px solid #999;
}
.catalogo-texto-quadrado{
	width:10px;
	height:10px;
	margin:-5px 0 0 0;
	float:left;
	border:1px solid #999;
	transform:rotate(45deg);
}
.catalogo-texto-titulo{
	width:50%;
	height:auto;
	margin:-10px 5%;
	float:left;
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	color:#677;
	position:relative;
	z-index:2;
}
.catalogo-internos-bg{
	width:18%;
	height:140px;
	overflow:hidden;
	float:left;
	margin:0 1% 20px;
}

/*CONTATO*/
.contato1{
	width:38%;
	height:auto;
	min-height:500px;
	float:left;
}
	.contato1_geral{
		width:100%;
		height:40px;
		margin-bottom:10px;
		border:solid 1px #09C;
		background:#FAFAFA;
		color:#667;
		font-size:14px;
	}
	.contato1_ddd{
		width:10%;
		height:40px;
		margin-bottom:10px;
		border:solid 1px #09C;
		background:#FAFAFA;
		color:#667;
		font-size:14px;
	}
	.contato1_telefone{
		width:85%;
		margin-left:2%;
		margin-bottom:10px;
		float:right;	
		height:40px;
		border:solid 1px #09C;
		background:#FAFAFA;
		color:#667;
		font-size:14px;
	}
	.contato1_select{
		width:100%;
		height:40px;
		margin-bottom:10px;	
		border:solid 1px #09C;
		background:#FAFAFA;
		color:#667;
		font-size:14px;
	}
	.contato1 textarea{
		width:100%;
		height:200px;
		margin-bottom:10px;	
		border:solid 1px #09C;
		background:#FAFAFA;
		color:#667;
		font-size:14px;
	}
	.contato1_submit{
		width:185px;
		height:40px;
		color:#FFF;
		font-size:14px;
		border:none;
		background:#09C;
		color:#FFF;
		float:right;
		font-size:14px;
	}
	.contato1_enviar:hover {
		background:#09C;
		border:solid 1px #FFF;
		color:#FFF
	}
	::-webkit-input-placeholder {
		color:#99A;
		font-size:14px;
	}
	:-moz-placeholder {
		color:#99A;
		font-size:14px;
	}
	::-moz-placeholder {
		color:#99A;
		font-size:14px;
	}
	:-ms-input-placeholder {  
		color:#99A;
		font-size:14px;
	}
.contato2{
	width:55%;
	height:auto;
	min-height:500px;
	overflow:hidden;
	float:right;
	margin-bottom:50px;
}
.contato2-bg{
	width:100%;
	height:400px;
	overflow:hidden;
}

/*RODAPE*/   
.rodape{
	width:100%;
	height:50px;
	margin:-20px 0 0 0;	
	background:#999;
}
.rodape-marca{
	width:180px;
	height:180px;
	border-radius:180px;
	background:#EEE;
	margin:10px 20px 0px 0px;
	float:left;
}
	.rodape-marca img{
		width:160px;
		margin:60px 10px;
	}
.rodape-menu{
	width:800px;
	height:200px;
	float:left;
}
	.rodape-menu .titulo h2{
		width:50px;
		height:25px;
		margin:70px 0px 0px 0px;
		color:#069;
		font-size:20px;
		border-bottom: 5px solid #CCC;
		position:relative;
		z-index:999;
	}
	.rodape-menu .titulo hr{
		width:533px;
		margin:-2px 0px 10px 0px;
		border: 1px solid #CCC;
	}
	.rodape-menu ul{
		margin:-20px 0 0 0;
		padding:0px;
		list-style:none;
	}
	.rodape-menu li a{
		font-size:16px;
		float:left;
		color:#FFF;
		margin:0px 20px 0px 0px;
		transition:ease-out 0.3s;
	}
		.rodape-menu li a:hover{
			color:#DDD;
			border-bottom:1px solid #069;
			padding:0px 0px 5px;
			transition:ease-in 0.3s;
		}
.rodape-assinatura{
	width:100%;
	height:30px;
	margin:0;
	position:relative;
	z-index:3;
	background:#111;
}
	.rodape-assinatura h6{
		margin:0px;
		padding:10px 0px 0px;
		color:#999;
		text-align:right;
	}
	.rodape-assinatura a{
		color:#999;
	}
	
	
@media screen and (max-width:1024px){ 
/*INFORMACÕES*/
.topo-efeito3{
	width:60%;
}	
/*INICIAL*/
.inicial2-texto{
	margin:-170px 0 0 0;
}
	.inicial2-texto h2{
		font-size:30px;
	}
	.inicial2-texto p{
		font-size:20px;
	}
/*PRODUTOS*/
.produtos-texto-linha{
	width:60%;
}
}
@media screen and (max-width:778px){ 	
/*HEADER*/
.topo-efeito{
	top:-2%;
}
.topo-efeito3{
	width:100%;
	margin:-165px 0 0 0;
	transform:skewX(0deg);
	border-left:none;
}
/*MARCA*/
.marca{
	width:40%;
}
	.marca img{
		margin:50px 0% 30px;
	}
/*MENU*/
.menu-hidde{
	display: block;
	position:fixed;
	z-index:999;
	top:180px;
	right:2%;	
	font-size:24px;
	text-align: center;
	color:#EEE;
}
.menu-bg{
	display:none;
	height:auto;
	z-index:1;
	position:absolute;
	padding:80px 0 0 0;
	overflow:hidden;
	background:#09C
}
.menu{
	width:100%;
	height:auto;
	margin:0;
}
	.menu li{
		margin:30px 0px 10px;
		float:none;
		text-align:center;
	}
		.menu li a:hover{
			color:#FFF;
		}
/*BANNER*/
.banner-inicial{
	height:550px;
}	
/*TITULO*/
.titulo-efeito{
	width:20%;
}
	.titulo h1{
		width:50%;
	}
/*INICIAL*/	
.inicial1-bg{
	width:48%;
	height:400px;
	margin:30px 1% 0;
	float:left;
}
.inicial1-imagem,
.inicial1-imagem-grande{
	height:250px;
	margin:0 5% 0;
}
.inicial1-espaco{
	display:none;
}
.inicial2-efeito1,
.inicial2-efeito2{
	height:250px;
}
.inicial2-texto{
	width:100%;
	height:auto;
	margin:-200px 0 0 0;
}
	.inicial2-texto h2{
		text-align:center;
		padding:0;
		font-size:28px
	}
	.inicial2-texto p{
		text-align:center;
		font-size:20px
	}
.inicial2-contato{
	width:30%;
	margin:-100px 35%;
}
.inicial3{
	height:auto;
}
	.inicial3 .titulo h1{
		width:50%;
	}
/*EMPRESA*/
.empresa-bg1{
	width:100%;
	height:auto;
	padding:0;
	float:none;
}
.empresa-bg2{
	display:none;
}
/*PRODUTOS*/
.produtos-bg{
	width:48%;
	padding:0 1%;
	margin:0 ;
}
/*PARCEIROS*/
.parceiros-bg{
	width:29%;
}
/*CATALOGO*/
.catalogo-bg{
	width:48%;
	padding:0 1%;
	margin:0 ;
}
.catalogo-internos-bg{
	width:31%;
}
/*CONTATO*/
.contato1{
	width:100%;
	float:none;
}
	.contato1 h2{
		text-align:center;
	}
	.contato1_submit{
		width:100%;
	}
	.contato1_submit:hover {
		background:#07A;
		transition:ease 0.3s;
		border:solid 1px #FFF;
		color:#FFF
	}
.contato2{
	width:100%;
	margin:50px 0;
}
	.contato2 h2{
		text-align:center;
	}
}
@media screen and (max-width:578px){
/*HEADER*/
.topo-efeito{
	top:-3%;
}
.topo-efeito3{
	display:none;
}
/*INFORMACÕES*/
.topo-informacoes-bg{
	display:none;
}
/*MARCA*/
.marca{
	width:60%;
	margin:-30px 20%;
}
/*MENU*/
.menu-hidde{
	width:100%;
	top:100px;
	right:0;	
}
/*BANNER*/
.banner-inicial{
	height:330px;
}
video {
    width: 150%;
    height: 150%;
	margin:-15% -25%;
}
/*TITULO*/
.titulo-efeito{
	width:10%;
}
.titulo-linha{
	display:none;
}
.titulo-quadrado{
	margin:-5px 30%;
}
	.titulo h1{
		width:70%;
		font-size:24px;
	}
/*INICIAL*/	
.inicial1-bg{
	width:100%;
	height:400px;
	margin:30px 0 0;
	float:none;
}
.inicial1-imagem,
.inicial1-imagem-grande{
	height:250px;
	margin:0 5% 0;
}
.inicial2-efeito1,
.inicial2-efeito2{
	height:300px;
}
.inicial2-texto{
	margin:-270px 0 0 0;
	float:left;
}
	.inicial2-texto h2{
		text-align:center;
		padding:0;
		font-size:28px
	}
	.inicial2-texto p{
		text-align:center;
		font-size:20px
	}
.inicial2-contato{
	width:60%;
	margin:-80px 20%;
}
.inicial3 .titulo h1{
	width:70%;
}
/*PRODUTOS*/
.produtos-bg{
	width:98%;
}
/*PARCEIROS*/
.parceiros-bg{
	width:46%;
}
/*CATALOGO*/
.catalogo-bg{
	width:98%;
}
.catalogo-internos-bg{
	width:98%;
}
}