@font-face {
    font-family: 'hanzelnormal';
    src: url('../fonts/hanzel_normal-webfont.eot');
    src: url('../fonts/hanzel_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hanzel_normal-webfont.woff2') format('woff2'),
         url('../fonts/hanzel_normal-webfont.woff') format('woff'),
         url('../fonts/hanzel_normal-webfont.ttf') format('truetype'),
         url('../fonts/hanzel_normal-webfont.svg#hanzelnormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@charset "utf-8";
body {
	font: 0.8em/1.7 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background:#f1f1f1;
}

.bg{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top.jpg) center top no-repeat;
}

.bg-inter1{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter1.jpg) center top no-repeat;
}

.bg-inter2{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter2.jpg) center top no-repeat;
}

.bg-inter3{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter3.jpg) center top no-repeat;
}

.bg-inter4{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter4.jpg) center top no-repeat;
}

.bg-inter5{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter5.jpg) center top no-repeat;
}

.bg-inter6{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter6.jpg) center top no-repeat;
}

.bg-inter7{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter7.jpg) center top no-repeat;
}

.bg-inter8{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter8.jpg) center top no-repeat;
}

.bg-inter9{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter9.jpg) center top no-repeat;
}

.bg-inter10{
	width:100%;
	overflow:hidden;
	min-width:960px;
	background:url(../images/top-inter10.jpg) center top no-repeat;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	position:relative;
	margin: 0 auto;
}

header#home{
	height:633px;

}

header {
	height:525px;

}

article{
	
}

/* ~~ Rodape ~~ */
footer {
	background:url(../images/rodape.png) center top no-repeat;
	height:350px;
	width:100%;	
}

.rod{
	width: 480px;
	float: left;
	color: #fff;
	margin-top: 20px;
}

.rod p{

}

.rod2{
	width: 300px;
	float: left;
	background: url(../images/img-rodape.png) center bottom no-repeat;
	margin: 20px 30px 0 30px;
	color: #fff;
}

footer h2{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.rod a{
	width: 100px;
	float: left;
	text-decoration: none;
	color: #fff;
	margin-bottom: 12px;
	text-align: left;
}

.rod3 a:hover{
	text-decoration:underline;
}

.direitos{
	width: 440px;
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 40px;
}

a.logo-ag{
	width: 90px;
	height: 54px;
	float: left;
	font-size: 10px;
	color: #fff;
	margin-top: 22px;
	text-decoration: none;
	background: url(../images/logo-ag.png) center 20px no-repeat;
}

.area-res{
	width: 430px;
	color: #fff;
	float: left;
	text-align: right;
	margin-top: 40px;
}
.area-res a{
	color:#fff;
	text-decoration:none;
}
.area-res a:hover{
	text-decoration:underline;
}

.mapa-rod{
	width:100%;
	height:90px;
}

/* ~~ Fim Rodape ~~ */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a.logo{
	width:304px;
	height:79px;
	position:absolute;
	top:65px;
	left:0;
	z-index:100;
	background:url(../images/logo.png) center top no-repeat;
}

/**** Menu ****/

nav.menu-top{
	height: 50px;
	right: 10px;
	top: -7px;
	position: absolute;
	z-index: 1000;
}

.menu>ul>li{
	float:left;
	list-style:none;
	display: inline-block;
	position: relative;
}

ul.submenu{
	display: none;
	position: absolute;
	left: 0;
	top:50px;
	width:180px;
}

.menu>ul>li>a{
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	line-height: 50px;
	height:50px;
	float:left;
	list-style:none;
	padding-left: 9px;
	padding-right:9px;
	padding-top:5px;
	display: inline-block;
	color:#fff;
	text-transform:uppercase;
}

div.menu>ul>li>a:hover{
	border-bottom:2px solid #fff;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

li.lisubmenu{
	white-space: nowrap;
	list-style: none;
	padding: 8px 40px 8px 10px;
}

li.lisubmenu:hover{

background: #0000ae;


}

li.lisubmenu>a{
	color: #fff;
	text-decoration:none;
	font-size: 13px;
}

.temsubmenu:hover ul{
	display: block;
	z-index: 3000;
	background: #363636;
	
}

/**** Fim Menu ****/


section.slide {
	position: relative;
	width: 960px;
	overflow: hidden;
	margin-bottom: 12px;
	z-index:0;
	height:633px;
}

section.slide div#slider {
	position: relative;
	z-index: 1;
	margin: 0 -674px;
	left: 50%;
	width: 1349px;
	/*overflow: hidden;*/
}

section.slide img {
	max-width: none;
}

.blocos{
	width: 960px;
	height: 331px;
	float: left;
	margin-top: -15px;
	margin-bottom: 30px;
	position:relative;
}

.blocos .frase{
	width:300px;
	position:absolute;
	right:15px;
	top:125px;
	z-index:10;
	text-align:center;
}

.banner-index{
	width:100%;
	height:340px;
	background:url(../images/banner.jpg) center top no-repeat;
}


.produtos-index{
	margin-top:30px;
	margin-bottom:30px;
	height:250px;
}

.produtos-index .prod{
	width:225px;
	float:left;
	margin-left:8px;
	margin-right:7px;
	margin-top:10px;
}

.produtos-index .prod img{
	width:75%;
	align-itens:center;
}

.produtos-index .prod a{
	width:100%;
	padding-top:10px;
	height:32px;
	text-align:center;
	color:#fff;
	background:#df0e02;
	float:left;
	text-decoration:none;
	margin-bottom:30px;
}

.produtos-index .prod a:hover{
	background:#0000ae;
}

.produtos-index .prod .prod-img{
	height:169px;
	background:#fff;
	display: flex;
	justify-content: center;
	align-items: center;

}

.mapa{
	width:100%;
	height:320px;
}

.formulario{
	width: 749px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

/* paginação */
.pagination{
	float: left;
	width: 100%;
	height: 32px;
	margin-bottom: 15px;
}
.pagination > a, .pagination > span{
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0px 14px;
	margin: 0px 2px;
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #B3ACAC;
	-moz-box-shadow: 0px 0px 3px #B3ACAC;
	-o-box-shadow: 0px 0px 3px #B3ACAC;
	-webkit-box-shadow: 0px 0px 3px #B3ACAC;
}
.pagination > a:first-child, .pagination > span:first-child{
	margin-left: 0px;
}
.pagination > a:last-child, .pagination > span:last-child{
	margin-right: 0px;
}
.pagination > span{
	color: #CCC;
}

/* fim paginação */

div.marcas-lista div.mold img{
	width: 100%;
	position:relative;
	top:0px;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	float:left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.marcas-lista div.mold img.img{
	width:100%;
	
}

div.marcas-lista div.mold{
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin: 15px;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	width:270px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

/* Dicas */

.dicas{
	width: 300px;
	float: left;
	margin: 0 10px 30px 10px;
}

div.dicas a.dica-pag{
	float: left;
	position: relative;
	height: 280px;
	width: 100%;
}

div.dicas a.dica-pag div.bg-dica{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}


div.dicas a.dica-pag p{
	font-size: 13px;
	color: #888;
	position: relative;
	margin-top: 0;
	height: 50px;
	overflow: hidden;
	float: left;
	width: 100%;
}

div.dicas a.dica-pag h3{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 0;
	float: left;
	text-transform: uppercase;
}

.img-dica img{
	width:300px;
	float:left;

}

.desc{
	width:640px;
	margin-left:20px;
	float:left;
}
/* Fim Dicas */

h2{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#BA0000;
}


div.marcas-lista div.mold img{
	width: 23px;
	position:relative;
	top:0px;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	float:left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.marcas-lista div.mold img.img{
	width:100%;
	
	
}

div.marcas-lista div.mold{
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	margin: 15px;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	width:270px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

h1{
	font-size:33px;
	font-weight:normal;
	font-family: 'hanzelnormal';
	width:415px;
	text-align:center;
	position:absolute;
	top:-140px;
	right:0;
	color:#fff;
}

.atuacao{
	width:739px;
	height:535px;
	background:url(../images/mapa.png) center top no-repeat;
	margin:0 auto;
}

.conteudo{
	width:100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:30px;
}

.dest{
	width: 930px;
	float:left;
	padding: 20px 15px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}

ul.lista{
	width:460px;
	float:left;
	list-style-position:inside;	
}

ul.lista li{
	margin-bottom:10px;
}