@charset "utf-8";

/*NOVO CSS PARA ESTRUTURA DO SITE*/
body{
	font: 62.5% Verdana, Geneva, sans-serif;
	background-color: #E8EEE9;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

a{
	text-decoration:none;
}

.tudo {
   min-height: 100%;
   position: relative;
}

#conteudo{
	position:relative;
	display: table;
	width:73%;
	margin: auto;
	height: inherit;
	padding-left: 10px;
	padding-right: 10px;
}

.alturarodape{
	padding-bottom: 15.0em;
}

.menu_lateral_interna{
	width:20%;
	float:left;
}

.conteudo_texto_interna{
	width:78%;
	float: right;
}

.conteudo_texto_interna_det{
	width:50%;
	float: right;
}

#topo {
	height: 12.0em;
	width: 100%;
	z-index:100;
	position:fixed;
	background-color: #E8eee9;
	padding-top: 3.0em;
}

#topo #logo{
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:auto;
	width: 35%;
	min-width: 20.0em;
}

#topo #logo img{
	max-width:100%;
	height:auto;
}

div.centraldeatendimento{
	position:absolute;
	top:0;
	right:0;
}

div.telefones{
	position:absolute;
	top:1.5em;
	right:0;
}

#menu{
	position:absolute;
	right:0;
	bottom:3.0em;
	height: auto;
	width:60%;
}

#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}

#menu ul li{
	display:inline-block;
	width:auto;
	height:auto;
	margin-left:1.5em;
}

#menu ul li a{
	font-family: "Arial Narrow", Arial, Tahoma;
	color: #415F4A;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}

/* MENU RESPONSIVO ESCONDENDO */
#menu_responsivo img, #lista{
	display: none;
	visibility: hidden;
}


#sombra{
	position:relative;
	top:-150px;
	z-index:-1; 
	height: 0px;
	width: 100%;
}

.fontebranca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.central1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #456158;
}
.central2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #456158;
	text-decoration: none;
}
.central3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #456158;
	text-decoration: none;
}
.fontepadraopreta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

/*CSS PARA OS PRODUTOS FRENTE*/
#produtosfrente{
	padding-bottom: 15.0em;
	margin-top:3.0em;
}

div#container{
	display:flex;
	padding:0;
	width:75%;
	margin: auto;
	list-style:none;
	text-align: center;
}

div#container a{
	flex: 1;
}


/*CSS PARA OS PRODUTOS INERNO*/
ul.produtos{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	clear:both;
}

ul.produtos li{
	width: 18.2em;
	display:inline-block;
	vertical-align:top;
	margin-bottom: 3.0em;
	margin-left:.2em;
	margin-right: .2em;
}
ul.produtos li img{
	height: auto;
	width: 18.2em;
}

/*CSS PARA O RODA PE*/
#rodape{
	width:100%;
	position: absolute;
	bottom:0;
	background-color:#4D7058;
	height:12.0em;
	text-align:center;
}

#rodape img.logobaixonitro{
	position:absolute;
	left:0;
	bottom:1.2em;
}

#rodape #conteudo span{
	position:absolute;
	bottom:3.0em;
	left:0;
	width:100%;
}
#rodape a.logoadapt{
	position:absolute;
	right:0;
	bottom:3.0em;
}

form#buscaproduto{
	display:table;
	float:right;
	height:30px;
	width:240px;
	text-align:right;
	margin-bottom: 8px;
}

form#buscaproduto input[type="search"]{
	display:block;
	float:left;
	height:27px;
	margin-right: 7px;
	padding-left: 7px;
}

@media only screen and (max-width: 768px){
#conteudo{
	width:90%;
}

#topo{
	height: 9.0em;
}

#menu{
	display:none;
}

.alturarodape{
	padding-bottom: 22.0em;
}

.img_det{
	float:none;
	width: 15.0em;
	height:auto;
	margin:auto;
}

div.centraldeatendimento{
	display:none;
}

div.telefones{
	display:none;
}

/* _______________________________________ CSS DO MENU RESPONSIVO APARECENDO _____________________________*/
#menu_responsivo img, #lista{
	display:block;
	visibility:visible;
}

#menu_responsivo{
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	margin-right:7px;
	z-index:6000;
	background:url(../img_site/icon_menuresp_b.png) no-repeat center center;
}

#lista{
	position: absolute;
	float: right;
	top:90px;
	right:0px;
	width: 300px; 
	min-height: 31.0em;
	max-height: 38.0em;
	height:auto;
	overflow: auto; 
	background-color: #FFF;
}

#lista ul{
	width:230px; 
	height: auto; 
	text-align: left;
	list-style:none;
}

#lista li{
	display: table;
	height: 40px;
	width: 226px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	vertical-align:middle;
	line-height:40px;
}

#lista li:last-child{
	border:none;
}

.lista{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding-left: 0;
}

.lista:hover{
	color:#004284;
}

#escurece{
	position: absolute;
	background-color:#000;
	opacity: 0.4;
	width:100%;
	min-height:100%;
	height:100%;
	z-index: 100; 
}

/*CSS PARA OS PRODUTOS FRENTE*/
#produtosfrente{
	padding-bottom: 23.0em;
	margin-top:4.0em;
}


div#container{
	display: block;
	padding:0;
	width:100%;
	margin: auto;
	list-style:none;
	text-align: center;
}

div#container a{
	display:block;
	margin: 5px 0 5px 0;
	flex: 0;
}

.conteudo_texto_interna{
	width:100%;
	float: none;
	margin:auto;
}

.conteudo_texto_interna_det{
	width:100%;
	float:none;
	margin:auto;
}

/*CSS PARA O LATERAL DOS PRODUTOS INTERNOS*/
.menu_lateral_produtos{
	display:none;
}

/*CSS PARA OS PRODUTOS INERNO*/
ul.produtos{
}

ul.produtos li{
}

ul.produtos li img{
}


/*CSS PARA O RODA PE*/
#rodape{
	width:100%;
	position: absolute;
	bottom:0;
	background-color:#4D7058;
	height:20.0em;
	text-align:center;
}

#rodape img.logobaixonitro{
	position: relative;
	margin-top: 2.0em;
}

#rodape #conteudo span{
	position:absolute;
	bottom:6.0em;
	left:0;
	width:100%;
	padding: 1.0em 0 1.0em 0;
}
#rodape a.logoadapt{
	position: absolute;
	left: 0;
	bottom:3.0em;
}

}