@import url("reset.css");
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	background-color: #E7EFF4;
	font-family: 'Open Sans', sans-serif;
	color: #8F9193;
	font-size: 14px;
}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */


a {
	color: #016644;
	cursor: pointer;
}
a:hover {
	color: #4E4E4E;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #fcd700;
}
ins { 
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Mozilla dosen't style place holders by default */
/* Mozilla dosen't style place holders by default */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #8F9193;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #8F9193;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #8F9193;
}
:-moz-placeholder { /* Firefox 18- */
 color: #8F9193;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #016644;
	font-size: 26px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	
	font-size: 16px;
	display: block;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 26px;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.bold{
	font-weight: 700;
}
.txt-p {
	font-size: 12px;
}
.cor-azul {
	color: #016644;
}
.cor-azul-claro {
	color: #6D9ED4;
}
.conteudo {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


main,.main-conteudo {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: 0px auto;
    
}
#menuFlutu {
	width: 100%;
	height: 70px;
	position: fixed;
	top: -70px;
	z-index: 8000;
	background: url(../img/bg-branco.png) repeat;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 14px;
}
#menuFlutu.FlutuOpen {
	top: 0px;
}
#menuFlutu .conteudo {
	max-width: 1200px;
}
#menuFlutu nav {
	float: right;
}
#menuFlutu ul {
	display: block;
	text-align: right;
	height: 20px;
	margin-top: 25px;
}
#menuFlutu ul li {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 15px;
}
#menuFlutu ul li a {
	display: inline-block;
	color: #003e87;
}
#menuFlutu ul li a:hover {
	opacity: 0.8;
}
#logoFlutu {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	margin-top: 10px;
}
header {
	display: block;
	width: 92%;
	padding: 20px 4% 5px;
	background: #FFFFFF;
}
#logoNog {
	width: 15%;
	max-width: 220px;
	float: left;
}
#btMob {
	width: 73px;
	height: 73px;
	float: right;
	background: #003e87 url(../img/bt-menu.png) no-repeat center;
	display: none;
}
#btMob.btclode {
	background-image: url(../img/bt-menu-close.png);
}
#btMob:hover {
	background-color: #146095;
}
#menuMobile {
	display: none;
}
#menuMobile ul {
	display: block;
}
#menuMobile ul li {
	float: left;
	width: 100%;
	margin: 0px;
}
#menuMobile ul li a {
	display: block;
	height: 15px;
	line-height: 15px;
	color: #ffffff;
	background-color: #003e87;
	padding: 7px 25px;
	text-align: right;
	cursor: pointer;
	border-bottom-color: #023470;border-bottom: 1px solid;
}
#menuMobile ul li a:hover {
	background-color: #146095;
}
#menuMobile ul li.mobidi {
	width: 100%;
}
#menuMobile ul li.mobidi a {
	background-color: #C5C5C5;
}
#menuMobile ul li.mobidi a:hover {
	background-color: #878787;
}
#headerDir {
	width: 85.5%;
	float: right;
}
#header01 {
	width: 100%;
	float: right;
	min-height: 32px;
	margin-top: 8px;
}
#header02 {
	width: 100%;
	float: right;
}
#formBusca {
	width: 58%;
	float: left;
}
.formulario input, .formulario select, .formulario textarea, .formulario file {
	padding: 0px 4%;
	width: 91%;
	border: 1px solid #CFD0D2;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #8F9193;
	height: 32px;
	float: left;
}
#formContato input, #formContato select, #formContato textarea {
	margin-bottom: 20px;
}
.formulario select {
	width: 100%;
	height: 34px;
}
.formulario textarea {
	height: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.formulario input:hover, .formulario select:hover, .formulario textarea:hover, .formulario input:focus, .formulario select:focus, .formulario textarea:focus {
	border: 1px solid #6B6C6D;
	color: #6B6C6D;
}
.formulario input.inputPP {
	padding: 0px 4%;
	width: 11%;
}
.formulario select.inputPP {
	width: 19%;
}
.formulario input.inputGG {
	padding: 0px 4%;
	width: 71%;
}
.formulario input.inputM {
	padding: 0px 4%;
	width: 50%;
}
.formulario input.inputMM {
	padding: 0px 4%;
	width: 40%;
}
.formulario label {
	padding: 0px 4% 5px;
	width: 91%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8F9193;
	float: left;
}
#formContato input[type=submit] {
	width: 130px;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	background: #016644;
	color: #ffffff;
	height: 34px;
	border: 0px;
}
#formContato input[type=submit]:hover {
	background-color: #437b5a;
}
.formulario input.inputMargin {
	margin-right: 2%;
}
#formBusca input, .formBusca input {
	width: 80%;
}
#formBusca input[type=submit], .formBusca input[type=submit] {
	width: 10%;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	background: url(../img/icon-lupa.png) no-repeat center;
	color: transparent;
	height: 34px;
}
#headerRevendas {
	width: 23%;
	float: left;
	text-align: right;
	font-size: 12px;
	margin-top: 11px;
}
#headerRevendas a {
	color: #016644;
}
#headerIdioma {
	width: 17%;
	padding-left: 2%;
	float: left;
	text-align: right;
	font-size: 10px;
	margin-top: 11px;
}
#headerIdioma a {
	color: #8F9193;
	display: inline-block;
	width: 22px;
	margin-right: 3px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	float: right; 
}
#headerIdioma a.idipt{
	background-image: url(../img/br-flag.png);
}
#headerIdioma a.idius{
	background-image: url(../img/us-flag.png);
}
#headerIdioma a.idies{
	background-image: url(../img/es-flag.png);
}
#headerIdioma a:hover, #headerIdioma a#idiomaAtivo {
	color: #016644;
	background-position: center bottom !important;
}
header ul {
	width: 100%;
	text-align: right;
	font-size: 15px;
	margin-top: 25px;
	margin-bottom: 3px;
	float: left;
	display:flex;
    justify-content: space-between;
}
header ul li {
	display: inline-block;
	
}
header ul li a {
	display: block;
	color: #8F9193;
	margin: 5px 10px;
}
header ul li a:hover {
	color: #016644;
}
#bannerPrincipal {
	max-height: 360px;
	overflow: hidden;
	background: #FFFFFF;
}
#videoBanner {
	display: none;
}
#videoBanner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0 0 0 0;
}
#faixaCategorias {
	position: relative;
	background: #FFFFFF;
}
#faixaCategorias h2 {
	padding: 35px 15px 20px;
	text-align: center;
	color: #8F9193;
}
#iconesSociais {
	height: 30px;
	overflow: hidden;
	padding: 15px 15px 0px 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
}
#iconesSociais a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: no-repeat center bottom #016644;
	margin: 0px 2px;
	display: inline-block;
	border-radius: 15px;
}
#iconesSociais a:hover {
	background: no-repeat center top #dedede;
}
#setaFaixa {
	width: 44px;
	height: 16px;
	background: url(../img/seta-faixa.png) no-repeat center;
	position: absolute;
	margin-left: -22px;
	left: 50%;
	bottom: -16px;
	z-index: 2;
}
ul#listaCategorias {
	display: block;
	width: 100%;
	text-align: center;
	background: #FFFFFF;
}
#formCategoria{
	display: none;
}
ul#listaCategorias li {
	display: inline-block;
	float: left;
	position: relative;
}
ul#listaCategorias li a {
	color: #5E5E5E;
}
ul#listaCategorias li span.libg {
	display: block;
	width: 99%;
	border-right: 1px solid #EAEAEB;
	float: right;
	height: 130px;
	background: #016644 no-repeat center;
	position: relative;
}
ul#listaCategorias li span.libghover {
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0px;
	left: 0px;
	background: no-repeat center;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
ul#listaCategorias li:hover span.libghover {
	width: 100%;
	height: 100%;
}
ul#listaCategorias li p {
	display: block;
	width: 89%;
	border-right: 1px solid #EAEAEB;
	float: right;
	height: 30px;
	padding: 15px 5% 12px;
	font-size: 12px;
	line-height: 15px;
	border-bottom: 7px solid #ffffff;
}
ul#listaCategorias li:hover p {
	border-bottom: 7px solid #016644;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.ultimoli {
	border-right: 0px none !important;
}

ul#listaCategorias li ul {
	position: absolute;
	width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #016644;
	top: 192px;
	z-index: 999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}
ul#listaCategorias li:hover ul {
	width: 100%;
} 

ul#listaCategorias li ul li {
	display: block;
	padding: 0px 0px;
	width: 100%;
	min-width: 160px;
	text-align: left;
	float: left;
	clear: both;
	position: relative;
	
}
ul#listaCategorias li ul li a {
	display: block;
	color: #ffffff;
	padding: 5px 10px;
	border-bottom: 1px solid #ffffff;
	height: 24px;
	font-size: 12px;
	line-height: 11px;
}
ul#listaCategorias li ul li a:hover {
	background: #19326f;
}

#conteudoSite {
	display: block;
	margin-top: 7px;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer {
	display: block;
	margin-top: 7px;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	color: #8f9193;
	font-size: 10px;
}
footer a {
	color: #8f9193;
}
footer a:hover {
	color: #003e87;
}
.div1-3 {
	width: 32.3%;
	margin: 0px 0.5% 7px;
	float: left;
}
.div2-3 {
	width: 65.6%;
	margin: 0px 0.5% 7px;
	float: left;
}
.div3-3 {
	width: 99%;
	margin: 0px 0.5% 7px;
	float: left;
}
#logoFooter {
	margin-right: 15px;
	float: left;
}
#alimentosFooter {
	float: right;
	margin-top: 15px;
}
address {
	float: left;
	margin-top: 40px;
	margin-right: 15px;
	font-style: normal;
}
#linkfooter {
	padding-top: 20px;
}
#linkfooter div {
	width: 130px;
	margin-left: 20px;
	float: left;
}
#linkfooter div a {
	display: block;
	padding: 2px 0px;
}
#iconesFooter {
	height: 30px;
	overflow: hidden;
	padding: 15px 15px 0px 0px;
	text-align: right;
	display: block;
}
#iconesFooter a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: no-repeat center bottom #016644;
	margin: 0px 2px;
	display: inline-block;
	border-radius: 15px;
}
#iconesFooter a:hover {
	background: no-repeat center top #dedede;
}
#formNews input {
	width: 80%;
}
#formNews label {
	padding-bottom: 5px;
	display: block;
}
#formNews input#email {
	border-right: 0px none;
}
#formNews input[type=submit] {
	width: 10%;
	margin: 0px;
	padding: 0px;
	border-left: 0px;
	background: url(../img/icone-news.png) no-repeat center;
	color: transparent;
	height: 34px;
}
#listaProdutos {
	text-align: center;
	display: block;
}
#listaProdutos li {
	display: inline-block;
	width: 24%;
	padding: 35px 0.5% 5px;
	height: 320px;
	background-color: #F7F7F7;
	float: left;
	font-size: 16px;
	color: #8F9193;
	line-height: 20px;
	margin-bottom: 7px;
	position: relative;
}
#listaProdutos li a {
	color: #8F9193;
}
#listaProdutos li p {
	height: 40px;
	display: block;
	overflow: hidden;
	padding-bottom: 15px;
	background: url(../img/seta-li.png) no-repeat center bottom;
}
#listaProdutos li.liazul {
	background-color: #E7EFF4;
}
#listaProdutos li span {
	height: 258px;
	display: block;
	width: 64%;
	margin: 0px 17%;
	background: no-repeat center bottom;
	background-size: contain;
}
#listaProdutos li:hover {
	background-color: #DCDCDC;
}
#listaProdutos li.liazul:hover {
	background-color: #CEDEE8;
}
.iconeMais {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: url(../img/+.png) no-repeat center #8F9193;
	border: 7px solid #ffffff;
	bottom: 5px;
	left: 5px;
	z-index: 1;
}
#listaProdutos li:hover .iconeMais {
	background-color: #016644;
}
#imgsProdutos {
	width: 58%;
	float: left;
	margin-top: 25px;
}
#imgsProdutos a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/lupa-img.png) no-repeat center;
	opacity: 0;
}
#imgsProdutos a:hover {
	opacity: 1;
}
#imgG {
	width: 75%;
	float: right;
	height: 0px;
	padding-bottom: 70%;
	border: 1px solid #E5E6E7;
	background: no-repeat center bottom;
	background-size: contain;
	position: relative;
}
.imgCompara {
	width: 100%;
	float: right;
	height: 0px;
	padding-bottom: 90%;
	border: 1px solid #E5E6E7;
	background: no-repeat center bottom;
	background-size: contain;
	position: relative;
}
#imgG.imgSolo {
	width: 100%;
	padding-bottom: 90%;
}
#imgP {
	width: 22%;
	float: left;
}
.mini-img {
	width: 100%;
	height: 0px;
	padding: 0px 0px 100% 0px;
	border: 1px solid #E5E6E7;
	background: no-repeat center;
	background-size: contain;
	position: relative;
	float: left;
	margin-bottom: 5px;
	margin-bottom: 7%;
}
#caracteristicas {
	margin-top: 25px;
	width: 40%;
	float: right;
}
.divCompara {
	margin-top: 25px;
	width: 48%;
}
#caracteristicas.carSolo {
	width: 100%;
}
#caracteristicas h4, .divCompara h4{
	display: block;
	padding: 5px;
	background-color: #FFF02D; 
	text-align: center;
	color: #ffffff;
}
#caracteristicas table, .divCompara table{
	width: 100%;
	display: table;
}
#caracteristicas table tr, .divCompara table tr {
	border-bottom: 1px solid #e7e7e7;
}
#caracteristicas table td, .divCompara table td {
	padding: 5px;
	text-align: left;
}
#caracteristicas table tr:nth-child(even), .divCompara table tr:nth-child(even) {
	background: #ffffff;
}
#caracteristicas table tr:nth-child(odd), .divCompara table tr:nth-child(odd) {
	background: #f3f3f3;
}
#formModelo select {
	width: 100%;
	margin-bottom: 25px;
}
#formMais select {
	width: 100%;
	margin-bottom: 0px;
}

#novosBts{
	width: 100%;
	display: block;
}
#novosBts a{
	width: 32%;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
	float: left;
	color: #003e87;
	font-size: 10px;
	line-height: 11px;

}
#novosBts a span{
	display: block;
	height: 20px;
	padding-left: 30px;
	background: no-repeat left bottom;
	width: 100%;
	float: left;
	padding-top: 3px;
}
#novosBts a:hover span{
	background-position: left top;
	color: #203979;

}

#btsDownload, #btsGarantia, #share {
	display: block;
	width: 31%;
	padding: 15px 1% 15px 0px;
	border-bottom: 1px solid #e7e7e7;
	text-align: left;	
}
#btsDownload a {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/icon-download.png) no-repeat left bottom;
	margin: 5px 0px 5px 0px;
	color: #003e87;
	font-size: 10px;
	line-height: 11px;
	height: 23px;
	float: left;
}
#btsDownload a:hover {
	background: url(../img/icon-download.png) no-repeat left top;
	color: #203979;
}
#btsGarantia a {
	display: inline-block;
	height: 23px;
	padding-left: 30px;
	background: url(../img/icon-garantia.png) no-repeat left bottom;
	margin: 5px 8px;
	color: #003e87;

}
a#btComparar {
	display: inline-block;
	height: 23px;
	padding-left: 30px;
	background: url(../img/icon-compare.png) no-repeat left bottom;
	margin: 5px 8px;
	color: #003e87;
	font-size: 12px;
}

a#btComparar:hover {
	background: url(../img/icon-compare.png) no-repeat left top;
	color: #203979;
}

#btsGarantia a:hover {
	background: url(../img/icon-garantia.png) no-repeat left top;
	color: #203979;
}
#especificacoes {
	padding: 25px 0px;
}
#especificacoes .divpaddding {
	padding-right: 0px;
}
#vantagens {
	padding: 25px 0px;
}
.spacer25{
	width: 100%;
	height: 25px;
	display: block;
}

.videoIframe{
	display: block;
	width: 100%;
	padding-bottom: 56%;
	position: relative;
}
.videoIframe iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	left: 0px;
	top: 0px;
}


.videosProdutos {
	width: 32%;
	margin-right: 1%;
	padding-bottom: 18.6%;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	display: block;
	margin-bottom: 15px;
	float: left;
}
.videosProdutos a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/hovervideo.png) no-repeat center;
	opacity: 0.7;
}
.videosProdutos a:hover {
	opacity: 1;
}
#descGeral {
	width: 100%;
	display: block;
	padding: 25px 0px 0px;
}
.btmais {
	display: block;
	width: 100%;
	height: 36px;
	background: url(../img/+.png) no-repeat center;
	background-color: #6D9ED4;
}
.btmaisFake {
	display: block;
	width: 100%;
	height: 36px;
}
.btmais:hover {
	background-color: #437b5a;
}
.btVermelho {
	background-color: #589A4F;
}
.btVermelho:hover {
	background-color: #8E131C;
}
.btVerde {
	background-color: #83BD8B;
}
.btVerde:hover {
	background-color: #6D9B74;
}
#empresaEsq {
	width: 65%;
	float: left;
}
#empresaDir {
	width: 31%;
	float: right;
}
#mapaEmpresa iframe {
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
#empresaPremios {
	display: block;
	text-align: center;
}
h4.titCor {
	line-height: 30px;
	min-height: 30px;
	text-align: center;
	padding: 3px 10px;
	color: #ffffff;
	background-color: #6D9ED4;
	margin-bottom: 15px;
	display: block;
}
.titVermelho {
	background-color: #589A4F;
}
#resultadoMais {
	display: block;
	padding-bottom: 25px;
}
#resultadoMais div {
	display: none;
	padding-bottom: 25px;
}
#resultadoMais div.MaisVisivel {
	display: block;
}
#resultadoMais a {
	display: block;
	height: 23px;
	padding-left: 30px;
	background: url(../img/icon-download.png) no-repeat left bottom;
	margin: 5px 0px;
	color: #003e87;
	font-size: 12px;
	float: left;
	clear: both;
}
#resultadoMais a:hover {
	background: url(../img/icon-download.png) no-repeat left top;
	color: #203979;
}
#contatoEsq {
	width: 60%;
	float: left;
}
#contatoDir {
	width: 35%;
	float: right;
}
#contatoDir div.boxContato {
	display: block;
	padding: 15px 10px;
	background: #F7F7F7;
	margin-bottom: 15px;
	line-height: 22px;
}
#unijf .div1-3 .item {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	display: block;
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 0px;
}
#unijf .div1-3 .item p {
	padding: 20px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	color: #ffffff;
	position: absolute;
	top: 0px;
	background: url(../img/bg-vermelho.png) repeat;
}
#unijf .div1-3 .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/hovervideo.png) no-repeat center;
	opacity: 0.7;
	z-index: 1;
}
#unijf .div1-3 .item .bg-preto {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #589A4F;
	opacity: 0.7;
	z-index: 0;
	transition: 0.5s;
}
#unijf .div1-3 .item:hover .bg-preto {
	opacity: 0;
}
#unijf .div1-3 .item a:hover {
	opacity: 1;
}
.minishare {
	display: block;
	height: 30px;
	margin-top: 5px;
}
#submenu-unijf {
	display: block;
	margin: 5px 0.5% 20px;
}
#submenu-unijf a {
	color: #8F9193;
	padding: 5px 15px;
	display: inline-block;
	border: 1px solid #ffffff;
	border-right: 1px solid #8F9193;
	margin: 10px 15px 10px 0px;
	height: 15px;
	line-height: 15px;
}
#submenu-unijf a:hover, #submenu-unijf a#uniselect {
	border: 1px solid #8F9193;
	margin: 0px 15px 0px 0px;
	padding: 15px 15px;
}
#formBuscaVideo {
	width: 100%;
	max-width: 370px;
	float: right;
}
#jfkids {
	padding: 25px 0px;
}
#jfkids .div1-3 .item {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	display: block;
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 0px;
}
#jfkids .div1-3 .item p {
	padding: 20px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	color: #ffffff;
	position: absolute;
	top: 0px;
	background: url(../img/bgazul.png) repeat;
	text-align: center;
}
#jfkids .div1-3 .item span {
	display: block;
	font-size: 12px;
}
#jfkids .div1-3 .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/hoverazul.png) no-repeat center;
	opacity: 0.7;
	z-index: 1;
}
#jfkids .div1-3 .item .bg-preto {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
	z-index: 0;
}
#jfkids .div1-3 .item:hover .bg-preto {
	opacity: 0;
}
#jfkids .div1-3 .item a:hover {
	opacity: 1;
}
#blogEsq {
	width: 65%;
	float: left;
}
#blgDir {
	width: 31%;
	float: right;
	margin-top: 51px;
}
.blog-lista {
	width: 100%;
	padding: 15px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #CFD0D2;
}
.blog-lista img {
	width: 100%;
}
.leiamais {
	width: 80px;
	float: left;
	text-align: left;
	margin: 10px 0px;
}
.shareBlog {
	width: 190px;
	float: right;
	text-align: right;
	margin: 10px 0px;
}
#formBuscaBlog {
	width: 100%;
	margin-bottom: 25px;
}
#blogwidgets {
	margin: 0px 0px 25px;
	width: 100%;
	overflow: hidden;
}
#postwidgets {
	margin: 30px 0px 25px;
	width: 100%;
	overflow: hidden;
}
#blogwidgets iframe, #postwidgets iframe {
	width: 100%;
}
#HistoricoBlog {
	margin: 0px 0px 25px;
	width: 100%;
	overflow: hidden;
}
#HistoricoBlog a {
	display: block;
	padding: 3px 0px 3px 20px;
	background: url(../img/seta-blog.png) no-repeat center left;
}
.circulos {
	text-align: center;
	width: 99%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background: #ffffff;
	padding: 20px 0px;
	margin: 8px auto;
}
.homeCirculo {
	width: 90%;
	padding: 0px 0px 90% 0px;
	margin: 10px auto;
	background: no-repeat center;
	background-size: cover;
	border-radius: 50%;
	border: 5px solid #E7EFF4;
	position: relative;
}
.circulos .div1-3 a {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/hovervideo.png) no-repeat center;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	opacity: 0.6;
}
.circulos .div1-3 a:hover {
	opacity: 1;
}
.content-circulos {
	width: 70%;
	padding: 0px 15%;
}
#linha1Home .div1-3 .holder, #linha1Home .div2-3 .holder, #linha1Home .div3-3 .holder {
	background-color: #FFFFFF;
	min-height: 390px;
	position: relative;
}
#linha2Home .div1-3 .holder {
	background-color: #FFFFFF;
	height: 170px;
	position: relative;
}
#TopEventos {
	width: 95%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	background: #ffffff;
	padding: 10px 2%;
	margin: 8px auto;
}
#linhaEventos .div1-3 .holder {
	background-color: #FFFFFF;
	height: 170px;
	position: relative;
}
#linhaEventos .boxPhome {
	margin-top: 7px !important;
}
#linhaEventos .div1-3 p {
	display: block;
	text-align: center;
	color: #5E5E5E;
	background: url(../img/bg-branco.png) repeat;
	padding: 5px 5%;
	margin-top: 60px;
	width: 90%;
	float: left;
}
#sliderNoticia {
	width: 100%;
	height: 100%;
}
#sliderNoticiaImg {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#sliderNoticiaTxt {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#sliderNoticiaTxt a {
	color: #8F9193;
}
#sliderImg01, #sliderImg02, #sliderImg03 {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: no-repeat center;
	background-size: cover;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#sliderTxt01, #sliderTxt02, #sliderTxt03 {
	width: 90%;
	height: 23.3%;
	padding: 5%;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat center;
	background-size: cover;
	z-index: 0;
	overflow: hidden;
	background-color: #ffffff;
}
#sliderTxt02 {
	top: 33.3%;
}
#sliderTxt03 {
	top: 66.6%;
}
#sliderNoticiaImg span {
	width: 75px;
	height: 70px;
	background: url(../img/icon-noticia.png) no-repeat center;
	left: 0px;
	top: 0px;
	z-index: 5;
	position: absolute;
}
#sliderNoticia.slider01 #sliderImg01 {
	opacity: 1;
	z-index: 1;
}
#sliderNoticia.slider02 #sliderImg02 {
	opacity: 1;
	z-index: 1;
}
#sliderNoticia.slider03 #sliderImg03 {
	opacity: 1;
	z-index: 1;
}
#sliderNoticia.slider01 #sliderTxt01, #sliderNoticia.slider01 #sliderTxt01 a {
	background-color: #83BD8B;
	color: #ffffff;
}
#sliderNoticia.slider02 #sliderTxt02, #sliderNoticia.slider02 #sliderTxt02 a {
	background-color: #83BD8B;
	color: #ffffff;
}
#sliderNoticia.slider03 #sliderTxt03, #sliderNoticia.slider03 #sliderTxt03 a {
	background-color: #83BD8B;
	color: #ffffff;
}
#videoHome {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#videoHome iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
#videoHome p {
	padding: 20px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	top: 0px;
	font-size: 16px;
	background: url(../img/bg-vermelho.png) repeat;
	text-align: center;
}
#eventosHome {
	position: relative;
}
#eventosHome span {
	width: 45px;
	height: 35px;
	background: url(../img/icon-fone.png) no-repeat center;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
#calendarioHome {
	position: relative;
}
#calendarioHome span {
	width: 45px;
	height: 35px;
	background: url(../img/icon-calendario.png) no-repeat center;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}
#calendarioHome p {
	display: block;
	text-align: center;
	padding: 5px;
	background: #ffffff;
	color: #5E5E5E;
}
#calendarioHome div div {
	width: 40%;
	padding-left: 10%;
	float: left;
	margin: 5px 0px;
	text-align: left;
}
#trabalheHome p {
	display: block;
	text-align: center;
	color: #5E5E5E;
	padding-top: 60px;
}
#trabalheHome p span {
	display: block;
	padding: 2px 0px 5px;
	font-size: 12px;
}
.boxPhome p {
	display: block;
	text-align: center;
	color: #5E5E5E;
	padding-top: 60px;
}
.boxPhome p span {
	display: block;
	padding: 2px 0px 5px;
	font-size: 12px;
}
.boxPhome .holder {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
}
#calendarioHome div div a {
	display: inline-block;
	padding: 1px 3px;
	margin-right: 3px;
	background: #DBDBDB;
	color: #5E5E5E;
}
#calendarioHome div div .cor-azul-claro {
	display: inline-block;
	padding: 1px 3px;
}
#calendarioHome div div a:hover {
	background: #6D9ED4;
	color: #ffffff;
}
#boxPreview {
	background-color: #BF0003;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	display: block;
}
#boxPreview a {
	color: #ffffff;
	display: inline-block;
	margin: 5px 15px;
}
ul#listaCategorias li.listaCategoriaAtivo span.libg {
	background-color: #7EB974;
	background-image: none !important;
}
ul#listaCategorias li.listaCategoriaAtivo span.libghover {
	width: 100%;
	height: 100%;
}
#videoG {
	width: 100%;
	max-width: 755px;
	display: block;
	margin: 0px auto;
}
#videoGholder {
	width: 100%;
	height: 515px;
	padding: 5px 0px;
	position: relative;
}
#videoGholder iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
#comentario {
	width: 100%;
	display: block;
	margin: 25px 0px;
}

#autor{
	margin: 10px 0px 10px 0px;
	padding: 5px 15px;
	font-size: 12px;
	font-style: italic;
	float: left;
}

#autor img{
	float: left;
	margin-right: 15px;
	padding-right: 15px;
		border-right: 1px solid #8f9193;
}

#fotoAutor{
	width: 100px;
	float: left;
}

.error{
	padding: 10px;
	background-color: #FFACAC;
	border: 1px solid #BB0205;
	color: #BB0205;
	display: block;
}

.ok{
	padding: 10px;
	background-color: #C4F4CA;
	border: 1px solid #007F46;
	color: #007F46;
	display: block;
}
#listaarquivos a{
	display: block;
	padding: 3px 25px 3px 10px;
	border-bottom: 1px solid #4F4F4F;
	background-color: #F1F1F1;
	color: #016644;
	background: url(../img/ico-down.png) no-repeat 3px right;
	min-height: 23px;
	cursor: pointer;
}


.politicas{
    position: fixed;
    z-index: 99999;
    background-color: rgba(0,0,0,0.89);
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.btconcordar {
	min-width: 130px;
	background: #016644;
	color: #ffffff;
	border: 0px;
    padding: 8px;
    margin-top: 5px;
    display: inline-block;
}

.politicas-link {
	color: #ffffff;
    text-decoration: underline;
}


/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
header {
	width: 96%;
	padding: 20px 2%;
}
header ul {
	font-size: 13px;
}
header ul li {
	display: inline-block;
	margin: 5px 5px;
}
#alimentosFooter {
	margin-left: 0px;
	float: left;
}
address {
	clear: right;
}
#formNews input {
	width: 70%;
}
#formNews input[type=submit] {
	width: 20%;
}
#listaProdutos li {
	height: 260px;
}
#listaProdutos li span {
	height: 158px;
	background-position: center center;
}

}



@media screen and (max-width: 880px) {

.videosProdutos {
	width: 99%;
	padding-bottom: 56%;
}

main{
	overflow-x: hidden;
}
ul#listaCategorias li {
	/*float: none;*/
	width: 25% !important;
}
ul#listaCategorias li p, ul#listaCategorias li:hover p {
	border-bottom: 0px;
}
ul#listaCategorias  {
	display: none !important;
}
#formCategoria{
	display: block;
}
#formCategoria select, #formCategoria select option{
	text-align: center;
}	
#logoNog {
	width: 100px;
}
#btMob {
	display: block;
	margin-right: 4px;
}
#header01 {
	width: 100%;
	margin-top: 10px;
}
#headerRevendas, #headerIdioma, #headerDir ul, #menuFlutu {
	display: none !important;
}
#formBusca, #headerDir {
	width: 100%;
	margin-top: 0px;
}
#formBusca input {
	width: 81%;
}
#menuMobile.menuaberto {
	display: block;
}
address {
	margin-top: 20px;
}
#listaProdutos li {
	width: 49%;
}
#listaProdutos li {
	height: 220px;
}
#listaProdutos li span {
	height: 138px;
}
#listaProdutos li.liazul {
	background-color: #F7F7F7;
}
#listaProdutos li.liazul:hover {
	background-color: #DCDCDC;
}
#imgsProdutos {
	width: 100%;
}
#imgG {
	width: 100%;
	padding-bottom: 70%;
}
#imgP {
	width: 100%;
	float: left;
}
.mini-img {
	width: 31.5%;
	padding: 0px 0px 32% 0px;
	margin: 15px 0.5%;
}
#caracteristicas {
	width: 100%;
}
#calendarioHome div div {
	font-size: 12px;
}
#videoGholder {
	height: 350px;
}
	#btsDownload, #btsGarantia, #share {
		width: 99%;
}

@media screen and (max-width: 600px) {
ul#listaCategorias li {
	width: 33.3% !important;
}
#iconesSociais, #faixaCategorias h2 {
	padding: 5px 0px 10px;
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
}
#setaFaixa {
	display: none;
}
.div1-3 {
	width: 49%;
	margin-bottom: 20px;
}
.div2-3, #linha1Home .div1-3 {
	width: 99%;
	margin: 0px 0.5% 7px;
	float: left;
}
.circulos .div1-3 {
	float: none;
	display: inline-block;
	width: 48%;
	margin-bottom: 20px;
}
#especificacoes .divpaddding {
	padding-right: 20px;
}
#unijf .div1-3 .item .bg-preto {
	opacity: 0;
}
#blogEsq, #blgDir {
	width: 100% !important;
	margin-bottom: 25px !important;
}
#blogwidgets {
	display: none;
}

.divCompara{
	font-size: 12px;
}
#novosBts a{
	width: 98%;

}
}

@media screen and (max-width: 480px) {
ul#listaCategorias li {
	width: 50% !important;
}
.div1-3 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.circulos .div1-3 {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
#especificacoes .divpaddding {
	padding-right: 0px;
}
#alimentosFooter {
	float: right;
}

#empresaDir, #empresaEsq, #contatoEsq, #contatoDir {
	width: 100% !important;
	margin-bottom: 25px !important;
}
#videoGholder {
	height: 240px;
}
.divCompara{
	font-size: 10px;
}

}

@media screen and (max-width: 360px) {
#alimentosFooter {
	float: left;
}
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {
	body, div {-webkit-print-color-adjust: exact !important;}
}
