#bgHome{
	background: url(../img/bg.jpg) no-repeat top center;
	width: 100%;
	height: 573px;
}

#bgInterna{
	background: url(../img/bgInterna.jpg) no-repeat top center;
	width: 100%;
	height: 161px;	
}

nav{
	background: url(../img/menu.png) no-repeat;
	width: 100%;
	height: 35px;
	margin: 20px auto;
}

h1 a{
    background: url("../img/logo.png") no-repeat;
    display: block;
    float: left;
    height: 28px;
    margin: 4px 8px;
    text-indent: -9999px;
    width: 99px;
}

nav ul li{
    margin: 5px 0 2px 0 !important;
	background: url("../img/division-nav.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
}

nav ul li a{
   color: #fff;
    font-size: 14px;
    height: 45px;
    padding: 10px 29px 0;
    text-shadow: 1px 1px 0 rgb(70, 70, 70);
    width: 2px;
}

nav ul li a:hover, nav ul li a:focus{
	color: #F4D555;
}

#dropProdutos li a{
   border-bottom: 1px solid #eaeaea;
    color: #666;
    font-size: 12px;
    height: 25px;
    margin: 1px;
    padding: 3px 7px;
    text-shadow: none;
    width: 100%;
}

#dropProdutos{
	margin-top: 10px;
	box-shadow: 1px 8px 19px -3px #000;
}

.f-dropdown li{
	background: none;
}

#call{
	margin-top: 125px;
}

#call h2{
	font-family: 'Lato', sans-serif;
	font-size:40px;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:center;
	text-shadow:5px 5px 5px rgba(0,0,0,0.87);
}

#paginaInterna h2{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:40px;
	color: #FFF;
}

#mainDivision img{
	float: left;
	margin-right: 4px;
}

#mainDivision{
	margin: 0 auto !important;
	background: red;
	height: 40px;
}

.noPadding{
	padding: 0 !important;
}

.large-2-5 {
    width: 20.0% !important; 
}

.row-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80.5rem; 
}

footer{
	padding-top:10px;
	background: #D7A522;
	margin-top: 25px;
}

footer strong{
	font-size: 16px;
}

footer a{
	color: #685011;
	text-shadow:none;
}

footer p{
	color: #FFF;
	text-shadow:1px 1px 0px rgb(141,108,22);
	font-size: 14px;
}

footer h3{
	color: #FFF;
	font-size: 18px;
	text-align: right;
	text-shadow:1px 1px 0px rgb(141,108,22);
}

#socialShare img{
	text-align: right;
}

#socialShare{
	float: right;
}

.redutores{
	background: #F4D555;
}

.redutores h3{
	font-family: 'Lato', sans-serif;	
	font-size: 17px;
	color: #444444;
	text-align: center;
}

.boxRedutor{
	border: 1px solid #EAEAEA;
	padding: 5px;
}

.font-size12{
	font-size: 12px;
}

.font-size13{
	font-size: 13px;
}

.font-size14{
	font-size: 14px;
}

.font-size15{
	font-size: 15px;
}

.margin-top10{
	margin-top: 10px;
}

.txtCenter{
	text-align: center;
}
.txtRight{
	text-align: right;
}
.txtLeft{
	text-align: left;
}