html, body{
	padding: 0;
	margin: 0;
	height: 100%;
}
a{
	color: #000;
}
.all{
	width: 100%;
	min-height: 100%; 
	position: relative;
	background: #e4e4e4;
}
.header{
	width: 100%;
	/*max-height: 110px;*/
	padding: .8% 0;

	background: -webkit-linear-gradient(#cecece, #fcfcfc); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#cecece, #fcfcfc); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#cecece, #fcfcfc); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#cecece, #fcfcfc); /* Standard syntax */

  	position: fixed;
	z-index: 999999999;
	top: 0;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);

}
.logo{
	width: 19%;
	max-width: 188px;
	/*height: 111px;*/
	float: left;
}
.logo img{
	width: 100%;
}
.telefone-contato{
	width: 12%;
	max-width: 120px;
	/*height: 44px;*/
	float: right;
	margin: 0 .5%;
}
.telefone-contato img{
	width: 100%;
}
.heroi{
	width: 7.4%;
	max-width: 73px;
	/*height: 122px;*/
	float: right;
	margin-top: -1%;
}
.heroi img{
	width: 100%;
}
.menu{
	width: 72%;
	float: left;
	margin-left: 1%;
	margin-top: 2%;
	position: relative;
}

nav{
	width: 100%;
	/*width: 715px;*/
	/*height: 47px;*/
	position: relative;
}
/*
html>body nav{
  	background: #004086;
  	border-radius: 5px;
}*/

html>body img{
	text-decoration: none!important;
	border: 0!important;
}
/*.teste{
	width: 50px;
	height: 50px;
	background-color: red;
	border: 1px solid #000;
	border-radius: 100px;
}*/
.menu ul{
	
	width: 100%;
	padding: 0;
	margin: 0;

  	/*background-color: #004086;*/

	background: -webkit-linear-gradient(#003366, #014a99); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#003366, #014a99); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#003366, #014a99); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#003366, #014a99); /* Standard syntax */
	box-shadow: 0 0 5px -1px #000;
	
	border-radius: 5px;
}
.menu ul li{
	width: 1%;
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;

	/*float: left\0;*/
	
}
.menu ul li:first-child{
	border-radius: 5px 0 0 5px;
}
.menu ul li:first-child a{
	/*padding-left: 33px; */
}
.menu ul li:last-child{
	border-radius: 0 5px 5px 0;
}
.menu ul li:last-child a{
	/*padding-right: 33px; */
}
.menu ul li a{
	padding: 14px 0;
	text-decoration: none;
	display: block;
	color: #fff;
	font-family: 'Verdana';
	font-size: .9em;
}
.menu ul li:hover{
	background-color: #014a99;
}
.menu ul li:after{
	content: "|";
    display: inline-block;
    left: -2px;
    position: absolute;
    top: 13px;
    text-align: center;
    color: #003366;
    /*border: 1px solid #fff;*/
}
.menu ul li:first-child:after{
	content: "";
}

.container{
	max-width: 990px;
	/*min-height: 80px;*/
	margin: 0 auto;
}
.container-banner{
	max-width: 990px;
	/*min-height: 350px; */
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: #787878;
}

.banner{
	width: 100%;
	max-height: 360px;
	/*background-color: #15882e;*/
	margin-top: 138px; 
	background: -webkit-linear-gradient(#14892e, #506514); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#14892e, #506514); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#14892e, #506514); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#14892e, #506514); /* Standard syntax */

  	position: relative;

  	overflow: hidden;
}

.banner .left{
	width: 21%;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.banner .top-left{
	width: 100%;
	height: 51%;

	-webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);

    /*Para o IE*/
    /*background-color: #14892e;*/

    background: -webkit-linear-gradient(#14892e, #2f7528); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#14892e, #2f7528); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#14892e, #2f7528); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#14892e, #2f7528); /* Standard syntax */

    position: relative;
    z-index: 5;

    box-shadow: 9px 0px 0px 0px #004e9c;

	/*border: 1px solid #000;*/
}

/*.banner .top-left:after{
	border-top: 15px solid #fff;
    border-left: 6px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    display: inline-block;
    right: -3px;
    position: absolute;
    top: 0;

    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
}
*/
.banner .bottom-left{
	width: 100%;
	height: 50%;

	-webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);

    /*Para o IE*/
    /*background-color: #14892e;*/

    background: -webkit-linear-gradient(#2f7528, #506514); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#2f7528, #506514); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#2f7528, #506514); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#2f7528, #506514); /* Standard syntax */

    box-shadow: 9px 0 0px 0px #004e9c;

    margin-top: -1px;

    position: relative;
    z-index: 5;

}

/*.banner .bottom-left:after{
	border-bottom: 15px solid #fff;
    border-left: 6px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    display: inline-block;
    right: -3px;
    position: absolute;
    bottom: 0;

    -webkit-transform: skew(23deg);
    -moz-transform: skew(23deg);
    -ms-transform: skew(23deg);
    -o-transform: skew(23deg);
    transform: skew(23deg);
}*/

.banner .right{
	width: 21%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.banner .top-right{
	width: 100%;
	height: 51%;

	-webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);

    /*Para o IE*/
    /*background-color: #14892e;*/

    background: -webkit-linear-gradient(#14892e, #2f7528); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#14892e, #2f7528); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#14892e, #2f7528); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#14892e, #2f7528); /* Standard syntax */

    position: relative;
    z-index: 5;
    box-shadow: -9px 0px 0px 0px #004e9c;

	/*border: 1px solid #000;*/
}

/*.banner .top-right:after{
	border-top: 15px solid #fff;
    border-right: 6px solid transparent;
    border-left: 0px solid transparent;
    content: "";
    display: inline-block;
    left: -3px;
    position: absolute;
    top: 0;

    -webkit-transform: skew(23deg);
    -moz-transform: skew(23deg);
    -ms-transform: skew(23deg);
    -o-transform: skew(23deg);
    transform: skew(23deg);
}*/

.banner .bottom-right{
	width: 100%;
	height: 50%;

	-webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);

    /*Para o IE*/
    /*background-color: #14892e;*/

    background: -webkit-linear-gradient(#2f7528, #506514); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#2f7528, #506514); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#2f7528, #506514); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#2f7528, #506514); /* Standard syntax */

    margin-top: -1px;

    position: relative;
    z-index: 5;
    box-shadow: -9px 0 0px 0px #004e9c;

	/*border: 1px solid #000;*/
}
/*.banner .bottom-right:after{
	border-bottom: 15px solid #fff;
    border-right: 6px solid transparent;
    border-left: 0px solid transparent;
    content: "";
    display: inline-block;
    left: -3px;
    position: absolute;
    bottom: 0;

    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
}*/

.fake-footer{
	height: 330px;
}

.main{
	/*padding-bottom: 330px;*/
	font-family: 'Verdana';
	font-size: .8em;
	text-align: justify;
	/*font-family: "Myriad Pro Condensed";*/
}
.main h2{
	color: #333333;
	font-family: "Myriad Pro Bold Condensed";
}
.distribuidores{
	width: 99.4%;
	height: 98px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #999999;
}
.container-distribuidores{
	width: 90%;
	margin: 0 auto;
}
.row-home{
	width: 100%;
	position: relative;
}
.row-home div[class^='col-']{
	/*height: 208px;*/
	display: inline-block;
	border: 1px solid #cccccc;
}
.row-home .col-1 img,
.row-home .col-2 img{
	width: 100%;
}

.row-home .col-1{
	width: 31.1%;
	float: left;
	margin-right: 5.2%;
	overflow: hidden;
	line-height: 0;
}
.row-home .col-2{
	width: 31.1%;
	float: left;
	margin-right: 5.2%;
	overflow: hidden;
	line-height: 0;
}
.row-home .col-3{
	float: right;
	width: 26.67%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.newsletter{
	background-color: #004e9c;
	font-family: 'Arial'!important;
}
.newsletter .form{
	color: #fff;
	margin: 9% 0;
	line-height: 1.2em;
}
.newsletter .form h3{
	font-family: "Myriad Pro Bold Condensed";
	font-size: 1.4em;
	margin: 0 0 5px 8%;
}
.newsletter .form span{
	font-size: 10pt;
}
.newsletter .form input{
	width: 85%;
	border-radius: 2px;
	padding: 3% 7%;
	margin: 1% 0;
	border: 1px solid #999999;
}
.newsletter .form button{
	background-color: #fff;
	color: #004e9c;
	font-family: "Myriad Pro Bold Condensed";
	font-size: 12pt;
	padding: 1% 3% .5% 3%;
	margin-top: 2%;
	border: none;
	border-radius: 4px;
	float: right;
}
.rss{
	height: 160px;
	margin: 0 8% 0 8%; 
	overflow: hidden;
}
.rss ul{
	width: 100%;
	height: 160px;
	padding: 0 4px 0 0;
	margin: 0; 
	overflow-x: auto;
}
.rss ul li{
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px dashed #fff;
}
.rss ul li a{
	color: #fff;
	text-decoration: none;
}
.rss ul li p{
	margin: 5px 0;
}

.footer{
	width: 100%;
	/*min-height: 260px;*/
	position: absolute;
	bottom: 0;
}
.footer-info{
	background: #666666;
	/*height: 175px;*/
	padding: 15px 0;
	color: #fff;
	font-size: .9em;
	font-family: 'Arial';
}
.footer-info span{
	font-size: 1em;
	text-shadow: 1px 1px 1px #000;
}
.footer-copyright{
	font-family: 'Arial';
	font-size: .8em;
	padding: 18px 0;
	text-align: center; 
}
.footer-copyright a{
	color: #000;
	text-decoration: none;
}
.footer-copyright a:hover{
	font-weight: bold;
}
.footer-left{
	width: 59%;
	float: left;
	margin: 2.5% 0;
}
.footer-right{
	width: 34.5%;
	float: right;
	background: #fff;
	overflow: hidden;
}

.nav-btn{
	display: none;
}

.header-conteudo h1{
	font-family: "Myriad Pro Bold Condensed";
	color: #fff;
	position: relative;
	padding: 3% 70px;
	text-shadow: 0 0 5px #000;
	z-index: 3;
	font-size: 30pt;
	margin: 0;
}
.header-conteudo{
	margin-bottom: 30px;
}
.header-conteudo .left,
.header-conteudo .right{
	width: 20%;
}
.header-conteudo img{
	position: absolute;
	z-index: 2;
	top: -50px;
}
.header-conteudo .container-banner{
	background-color: #003366;
}
.header-conteudo .container-banner img{
	width: 100%;
}

/* CATEGORIA */
.row-categoria{
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.col-categoria{
	width: 22%;
	min-width: 195px;
	max-height: 160px;
	display: inline-block;
	/*float: left;*/
	position: relative;
	overflow: hidden;
	margin: 2% 1%;
	
}
.col-categoria .titulo-categoria{
	width: 100%;
	position: absolute;
	font-family: "Myriad Pro Bold Condensed";
	font-size: 16pt;
	z-index: 10;
	background-color: #003366;
	bottom: 0;
	text-align: left;
	color: #fff;
	opacity: 0.8;
	padding: 5px 10px;

	transition-property: padding, opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
}
.col-categoria img{
	width: 100%;
	position: relative;
	z-index: 5;
}

.col-categoria:hover > .titulo-categoria{
	opacity: 1;
	padding: 10px 10px;

	transition-property: padding, opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
}
.row-categoria a{
	text-decoration: none;
}

.row-produto{
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.col-produto{
	width: 22%;
	/*min-width: 120px;*/
	max-height: 160px;
	display: inline-block;
	/*float: left;*/
	position: relative;
	overflow: hidden;
	margin: 2% 1%;
	
}
.col-produto .titulo-produto{
	width: 100%;
	position: absolute;
	font-family: "Myriad Pro Bold Condensed";
	font-size: 16pt;
	z-index: 10;
	background-color: #003366;
	bottom: 0;
	text-align: left;
	color: #fff;
	opacity: 0.8;
	padding: 5px 10px;

	transition-property: padding, opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
}
.col-produto img{
	width: 100%;
	position: relative;
	z-index: 5;
}

.col-produto:hover > .titulo-produto{
	opacity: 1;
	padding: 10px 10px;

	transition-property: padding, opacity;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
}
.row-produto a{
	text-decoration: none;
}

.menu-categorias{
	padding: 0;
	margin: 0;
	background: linear-gradient(#cecece, #fcfcfc) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
}
.menu-categorias li{
	width: 1%;
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	border-left: 1px solid #ccc;
}
.menu-categorias li:first-child{
	border: 0;
}
.menu-categorias li:hover{
	background: linear-gradient(#fcfcfc,#cecece) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.menu-categorias li a{
	display: block;
	color: #000;
	padding: 10px 0;
	text-decoration: none;
}
.breadcrumb{
	margin: 0;
	padding: 0;
}
.breadcrumb li{
	display: inline-block;
	margin: 0 3px;
}
.breadcrumb li.active{
	margin-left: 3px;
}
.breadcrumb li:before{
	content: "/";
	font-size: 10pt;
	margin-right: 2px;
}
.breadcrumb li:first-child:before{
	content: "";
}
.breadcrumb li a{
	color: #676363;
	text-decoration: none;
}

#galleria{max-width: 600px; height:450px; margin: 0 auto;}

.row-parceiro{
	padding: 0;
	margin: 0;
}
.row-parceiro li{
	width: 120px;
	height: 110px;
	height: auto\0;
	display: inline-block;
	float: left;
	margin: .5%;
	padding: 1%;
	text-align: center;
	border: 1px solid #ccc;
}
.row-parceiro li img{
	width: 100%;
	position: relative;
	top: 50%;
	top: 0%\0;
	transform: translateY(-50%); 
}

.row-fluid{
	width: 100%;
}
.row-fluid .span6{
	width: 48%;
	margin: 0 .4%;
	display: inline-block;
	float: left;
}
.pull-right{
	float: right!important;
}

.contato input[type=text],
.contato input[type=password],
.contato textarea{
	width: 98%;
	padding: 8px 4px;
	margin: 5px 0;
	border: 1px solid #999999;
	border-radius: 0;
}
.contato select{
	width: 100%;
	height: 37px;
	padding: 8px 4px;
	border: 1px solid #999999;
	border-radius: 0;
}
.contato .ddd{
	width: 15%!important;
	float: left;
}
.contato .telefone{
	width: 78%!important;
	float: right;
}
.contato .msm{
	height: 68px;
}
.contato .btn-enviar{
	color: #fff;
	font-family: 'Myriad Pro Regular';
	font-size: 12pt;
	padding: 4px 13px;
	float: right;
	border-radius: 4px;
	background-color: #020068;
	border: 1px solid #020068!important;
}
.btn-a,
.btn-a:hover{
	color: #fff;
	font-family: 'Myriad Pro Regular';
	font-size: 12pt;
	padding: 8px 13px;
	text-decoration: none;
	margin: 5px;
	background-color: #006838;
	border: 1px solid #006838!important;
}

.pagination{
	padding: 0;
	margin: 0;
}
.pagination li{
	list-style: none;
	display: inline-block;
	margin: 0 2px;
}
.pagination li a{
	display: block;
	padding: 6px 10px;
	background: #003366;
	color: #fff;
	text-decoration: none;
}
.pagination li.active a{
	background: #fff;
	color: #003366;
	padding: 5px 9px;
	border: 1px solid #003366;
}

.rotas{
	display: none;
}

/** MEDIA QUERY **/
@media (max-width: 991px) {
	nav ul li a{
		padding: 12px 0;
		font-size: .6em;
	}
	html{
		font-size: 10pt;
	}

	.header-conteudo h1{
		padding: 3% 14%;
	}

}
@media (max-width: 1440px) {
	.banner .left{
		margin-left: -65px;
	}
	.banner .right{
		margin-right: -65px;
	}
}
@media (max-width: 1366px) {
	.banner .left{
		margin-left: -80px;
	}
	.banner .right{
		margin-right: -80px;
	}
}
@media (max-width: 1024px) {
	.banner .left{
		margin-left: -180px;
	}
	.banner .right{
		margin-right: -180px;
	}
}

@media (max-width: 790px) {
	.row-home div[class^='col-']{
		/*height: 208px;*/
		width: 80%;
		display: block;
		margin: 2% auto;
		float: none;
		border: 1px solid #cccccc;
	}

	.row-home .col-3{
		position: relative;
		padding-bottom: 10px;
	}

	.footer-left{
		width: 100%;
		text-align: center;
	}
	.heroi,
	.telefone-contato,
	.footer-right{
		display: none;
	}

	.logo{
		width: 30%;
		margin: 0 auto;
		position: relative;
		display: block;
		float: none;
	}

	.nav-btn{
		width: 40px;
		display: block;
		border-radius: 3px;
		padding: 5px 0;
		position: absolute;
		top: 5px;
		left: 5px;
		border: 1px solid #ADADAD;
	}
	.nav-btn .line{
		width: 31px;
		height: 1px;
		margin: 4px auto;
		border-top: 2px solid #ADADAD;
	}
	.menu{
		width: 100%;
		margin: 0;
	}
	nav{
		display: none;
		width: 100%;
		font-size: 20pt;
		position: absolute;
		z-index: 99999;
		top: 10px;
		margin: 0;
		border-radius: 0;
	}
	nav ul li{
		display: inline!important;
		width: 100%!important;
	}
	nav ul li a{
		padding: 20px;
		border-top: 1px solid #30307F;
	}

	nav ul li:after{
		content: "";
	}

	.row-fluid .span6{
		width: 100%;
		display: inline;
		float: none;
	}

	.rotas{
		display: inline-block;
	}
	
}

.clear{
	clear: both;
	content: "";
}

/*IE8*/
.ie .container-banner{
	max-width: 990px;
}

.ie .banner .top-left:after,
.ie .banner .top-left:before,
.ie .banner .top-right:after,
.ie .banner .top-right:before,
.ie .banner .bottom-left:after,
.ie .banner .bottom-left:before,
.ie .banner .bottom-right:after,
.ie .banner .bottom-right:before{
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	box-shadow: none!important;
}

.ie .banner .top-left,
.ie .banner .top-right,
.ie .banner .bottom-left,
.ie .banner .bottom-right{
	box-shadow: none!important;
	border: 0;
}

.ie .header{
	background-image: url(../img/bg-header.png);
	background-size: 100% 100%; 
}

.ie .menu{
	width: 71.3%;
	background-image: url(../img/bg-menu.png);
	background-size: 100% 100%; 
	padding: 5px;
}

.ie .left{
	background-image: url(../img/bn-left.png);
	background-position: right;
	width: 18%;
}
.ie .right{
	background-image: url(../img/bn-right.png);
	background-position: left;
	width: 18%;
}
.ie .distribuidores .container-distribuidores{
	width: 100%;
}
.ie .distribuidores{
	overflow: hidden;
}
.ie .distribuidores li{
	display: inline-block;
	list-style: none;
	float: left;
	margin: 3px 12px;
}
.ie .distribuidores li img{
	max-width:100px;
    max-height:60px;
}
.ie .titulo-categoria{
	font-size: 12pt;
}
.ie .header-conteudo .left,
.ie .header-conteudo .right{
	width: 20.5%!important;
}
.alert-error{
	background: #FF5050;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	border-radius: 5px;
}

.alert-success{
	background: #5A9D56;
	color: #fff;
	padding: 15px 15px;
	text-align: center;
	border-radius: 5px;
}

.mobepi{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 9999999999999999;
}
.mobepi img{
    width: 340px;
    border-radius: 30px 0 0 0;
    padding: 0;
    margin: 0 0 10px 0;
}
.footer-mob-clique{
    background-color: #ff5d1f;
    bottom: 0;
    height: 10px;
    margin: 0;
    padding: 5px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 330px;
    z-index: 10;
    font-family: Verdana,Arial,sans-serif;
    font-size: 8pt;
}