@charset "utf-8";
/* CSS Document */

a img {
	border:none;
	}

p {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	}

h1{
	color: #5b5b5b;
	font-size: 28px;
	font-family: 'Doppio One', sans-serif;
}

h3{
	color: #5b5b5b;
	font-size: 20px;
	top: 10px;
	font-family: 'Doppio One', sans-serif;
}

h4{
	font-size: 16px;
	top: 10px;
	font-family: 'Doppio One', sans-serif;
}

body {
	margin:0 auto;
	background:url(../img/bg-body.png) top;
	background-size:cover;
	background-attachment:fixed;
	}

#wrap {
	max-width:1040px;
	margin:40px auto;
	}

#header-wrap {
	width:100%;
	float:left;
	background:url(../img/bg-menu.png) no-repeat top, url(../img/bg.png) repeat-x bottom, #007bb7;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	}

#header-wrap-paginas {
	width:100%;
	height:270px;
	float:left;
	background:url(../img/bg-menu.png) no-repeat top, url(../img/bg-cabecalho.png) no-repeat bottom, #007bb7;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	}
	
#nav1 {
	width:100%;
	height:150px;
	float:left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

#nav2 {
	display:none;
	width:90%;
	margin:0 auto;
	height:150px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

#logo {
	width:163px;
	height:86px;
	margin:23px auto 20px;
	}

#nav2 select {
	width:100%;
	padding:2%;
	}

#menu {
	margin:50px auto 0;
	padding:0px;
	width:90%;
	height:50px;
	}
	
#menu li{
	display:inline;
	padding:2% 0;
	width:11%;
	margin:0% 0.2%;
	float:left;
	text-align:center;
	}

#menu a li{
	text-align:center;
	}

#menu .menu{
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
 	border-radius: 5px;
 	border-left: 1px solid #0089BC;
 	border-bottom: 1px solid #007EB5;
	}
	
#menu .ativo{
	background:#026796;
	border-left: 1px solid #068ecc;
 	border-bottom: 1px solid #068ecc;
	}

#menu .menu:hover{
	background:#026796;
	border-left: 1px solid #068ecc;
 	border-bottom: 1px solid #068ecc;
	transition:all ease 0.5s;
	}

#menu .logo{
	margin:-40px 0 0 0;
	width:30%;
	}

#menu a {
	color:#fff;
	text-decoration:none;
	font-family: 'Doppio One', sans-serif;
	font-size:16px;
	text-shadow: 0 2px 0 #014c6f;
	}
	
#menu li ul {
	display:none;
	width:150px;
	margin:10px 0 0 -1px;
	padding:10px;
	z-index:200;
	position:absolute;
	float:left;
	background:#026796;
	border-left: 1px solid #0089BC;
 	border-bottom: 1px solid #007EB5;
	border-left: 1px solid #068ecc;
 	border-bottom: 1px solid #068ecc;
	border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px ;
  	-moz-border-radius: 0px 5px 5px5px;
	-webkit-box-shadow: 6px 6px 10px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 10px -5px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 10px -5px rgba(0,0,0,0.5);
	}
	
#menu li:hover ul {
	display:block;
	float:left;
	}
	
#menu li .submenu-1 li{
	display:block;
	width:100%;
	float:left;
	padding:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	background:url(../img/menu-line.png) bottom repeat-x;
	}

#menu li .submenu-1 li:hover{
	background:#005881 url(../img/menu-line.png) bottom repeat-x;
	transition:all ease 0.5s;
	}

#slider2 {
	width:100%;
	height:180px;
	background:url(../img/bg-slider2.png) #3e3e3e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
section {
	width:100%;
	float:left;
	background:#f3f3f3;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	margin:40px 0 0 0;
	border: 1px solid #dedede;
	}

#breadcrumb {
	width:100%;
	height:40px;
	float:left;
	background:url(../img/bg-breadcrumb.png) repeat, url(../img/line2.gif) bottom repeat-x;
	}

#breadcrumb ul{
	margin:10px 0 0 30px;
	padding:0px;
	}

#breadcrumb ul li{
	display:inline;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	color:#6d6d6d;
	}
	
#breadcrumb ul a{
	padding:0 10px 0 0;
	text-decoration:none;
	background:url(../img/setas.png) no-repeat right;
	}

#full {
	width:94%;
	float:left;
	padding:3%;
	text-align:left;
	}
	
#full img{
	max-width:100%;
	}

#grade {
	width:94%;
	float:left;
	padding:0 3%;
	text-align:left;
	}

#grade-1 {
	width:94%;
	float:left;
	padding:3%;
	text-align:left;
	background:url(../img/bg-grade-1.jpg) no-repeat top center;
	}

#grade-2-2 {
	width:44%;
	float:left;
	margin:5% 3%;
	text-align:left;
	}

#grade-2 {
	width:60%;
	float:left;
	padding:5% 3.1%;
	text-align:left;
	}

#grade-2 article{
	width:100%;
	float:left;
	}

#grade-2 article img{
	width:100%;
	float:left;
	margin:20px 0;
	}

#grade-2 p{
	margin:20px 0;
	color:#6d6d6d;
	}
	
#grade-3 {
	width:27%;
	float:left;
	padding:5% 3.1%;
	text-align:center;
	}
	
#grade-3 h3{
	margin:10px 0 20px;
	}

#grade-3 p{
	margin:20px 0 30px;
	color:#6d6d6d;
	}
	
#grade-4 {
	width:19%;
	float:left;
	padding:0 3%;
	text-align:center;
	}

#grade-4 p{
	margin:20px 0 30px;
	color:#6d6d6d;
	}	

#grade-3-produto {
	width:27%;
	float:left;
	padding:5% 3.1%;
	margin-bottom:20px;
	text-align:center;
	}
	
#grade-3-produto h3{
	margin:10px 0 20px;
	}

#grade-3-produto p{
	margin:20px 0 30px;
	color:#6d6d6d;
	}

#grade-3-produto img{
	width:90%;
	}

#compatibilidade {
	width:90%;
	float:left;
	padding:2% 5%;
	background: #DCEFF5;
	margin:30px 0 0;
	color:#223764 !important;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	}
	
#compatibilidade h3{
	color:#223764!important;
	}
	
#compatibilidade ul{
	margin:0 0 30px 0;
	}

#compatibilidade ul li{
	list-style-type:circle;
	}

.navBar{
    height:auto;
    overflow:hidden;
    }
 
.grupo{
    height:auto;
    border: 1px solid #dcdcdc;
	margin:5px 0; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	text-align:left;    
    }
 
.titulo{
    padding:11px;
	border-bottom: 3px solid #c8c8c8;
	background: #e8e8e8 url(../img/mais.png) no-repeat center right;
	cursor: pointer;
	font-family: 'Doppio One', sans-serif;
	font-size:16px;
	color: #5b5b5b;
    }
 
.conteudo{
    display:none;
    padding:20px;
	background:#fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px; 
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#6d6d6d;
    }

.suporte{
	background:url(../img/bg-suporte.jpg) repeat;
	}


.botao {
	border-radius: 30px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 7px 20px;
	font-size: 14px;
	width: 80px;
	text-align: center;
	background:#4AA1CC;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	margin-left:25%;
	margin-right:25%;
	}
	
.botao:hover{
	background:#5CABD1;
}

footer {
	width:100%;
	float:left;
	background:url(../img/bg-footer.png) repeat;
	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	border-radius: 10px;
	margin:40px 0;
	border: 1px solid #dedede;
	color:#fff;
	}
	
#grade-rodape {
	width:27%;
	float:left;
	padding:2% 3.1%;
	}

#grade-rodape p{
	color:#46759E;
	}

#grade-rodape a{
	color:#46759E;
	}
	
#cabecalho {
	width:90%;
	margin:3.5% 5% 0;
	float:left;
	}

#cabecalho h2 {
	color: #fff;
	font-size: 30px;
	font-family: 'Doppio One', sans-serif;
	text-shadow: 0 2px 0 #505050;
	margin:0px;
	padding:0px;
	}

#circulo-laranja{
	width: 69px;
	height: 69px;
	background: #e3a333;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin: 0px auto;
	display: block;
	position: relative;
	margin-top: 70px;
}

#circulo-laranja h1{
	color: #fff;
 	padding-top: 15px;
  	text-align: center;
}

#circulo-cinza{
	width: 88px;
  	height: 88px;
  	background: #364248;
  	-moz-border-radius: 50px;
  	-webkit-border-radius: 50px;
  	border-radius: 50px;
  	margin: 0px auto;
  	display: block;
  	position: relative;
	margin-top: 45px;
}

#circulo-cinza h1{
	color: #fff;
 	padding-top: 25px;
  	text-align: center;
}

#circulo-azul{
	width: 74px;
  	height: 74px;
  	background: #2d8aad;
  	-moz-border-radius: 50px;
  	-webkit-border-radius: 50px;
  	border-radius: 50px;
  	margin: 0px auto;
  	display: block;
  	position: relative;
	margin-top: 55px;
}

#circulo-azul h1{
	color: #fff;
 	padding-top: 20px;
  	text-align: center;
}

#circulo-verde{
	width: 92px;
  	height: 92px;
  	background: #619e10;
  	-moz-border-radius: 50px;
  	-webkit-border-radius: 50px;
  	border-radius: 50px;
  	margin: 0px auto;
  	display: block;
  	position: relative;
  	margin-top: 0px;
}

#circulo-verde h1{
	color: #fff;
 	padding-top: 30px;
  	text-align: center;
}

.fabricantes {
	float:left;
	width:31%;
	margin: 2% 1%;
	}

#fale-conosco {
	width:38%;
	float:left;
	margin:5% 3%;
	padding:5% 3%;
	text-align:left;
	background:#e8e8e8;
	}

#fale-conosco h3{
	margin:0 0 30px;
	}

#contato {
	width:100%;
	float:left;
	background:url(../img/line2.gif) repeat-x bottom;
	padding:5% 0;
	}

#contato h4 {
	color:#969696;
	width:30%;
	float:left;
	margin-right:5%;
	margin-top:10px;
	}

#contato img {
	float:left;
	margin:4px 10px 0 0;
	}

#contato p {
	width:65%;
	float:left;
	margin-top:10px;
	}

#formulario {
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#6d6d6d;
	}

#formulario .botao {
	margin:7px 0 0 0;
	width:120px;
	float:right
	}
	
.input{
	width:94%;
	float:left;
	padding:3%;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin:7px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
	border:1px solid #CCC;
	}


#sucesso {
	width:100%;
	float:left;
	}
	
#sucesso h5{
	color: #096;
	font-size: 20px;
	font-family: 'Doppio One', sans-serif;
	margin-top:0px;
	}


/*Media Queries*/
@media only screen and (max-width: 1050px) {
	
#wrap {
	max-width:90%;
	}
}

@media only screen and (max-width: 750px) {
	
#grade-rodape {
	width:90%;
	padding:0.5% 3.1%;
	}

#nav1 {
	display:none;
	}

#nav2 {
	display:block;
	}

#fale-conosco {
	width:80%;
	margin:5%;
	padding:5%;
	}
	
#grade-2-2 {
	width:90%;
	margin:5%;
	}

	

@media only screen and (max-width: 650px) {
	
#grade-3 {
	width:90%;
	padding:5% 5% 10%;
	}

#grade-2 {
	width:90%;
	padding:5% 5% 10%;
	}

#grade-1 {
	background:none;
	}
	
#grade-4 {
	width:90%;
	padding:0 5%;
	}

#grade-3-produto {
	width:90%;
	padding:5%;
	}
	
}
