
html{ height: 100%;}
*{padding: 0; margin: 0;}
img{
	max-width: 100%;
	max-height: 100%;
}
body { width: 100%; height: auto; background-color: #fff; line-height: 150%; font-family: arial, sans-serif;}

.contenier{
	width: 100%;
}
.conteudo{
    height:100%;
    width:100%;
}

h1{
	color: #66AAD7;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #efefef
}

h2{
	color: #66AAD7;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #efefef
}

h3{
	font-size: 17px;
	color: #28ABE1;
	font-weight: lighter;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

h4{
	font-size: 15px;
	color: #293241;
	font-weight: lighter;
	letter-spacing: 0px;
}

header{
	width: 100%; 
	height:140px; 
	background-color: #293241; 
	border: 0px #000 solid;
	min-height: 10%;
	overflow: hidden;
	z-index: 999;
}

nav{width: 700px; height: 140px; float: right;}
nav ul{margin: 0 auto; width: 750px; height: 70px; padding-top: 60px;}
nav ul li{list-style-type: none; display: block; float: left; font-size: 15px; border: 0px #000 solid;letter-spacing: 0}
/*nav ul li:last-child{border-right: 0px;}*/
nav ul li a{color: #fff; text-decoration: none; padding: 66px 15px 61px 15px;}
nav ul li a:hover, .menuativo{color: #293241; text-decoration: none; background-color: #d9e9ee;}

.logo{
	width: 274px; 
	float: left; 
	margin-top: 20px; 
	border: 0px #000 solid;
	height: 109px;
}

.banner{width:100%;}

.alert{
	padding: 10px;
	border: 1px solid #ddd;
	color: #666;
}

.error{
	background-color: #FFE6E6;
	color: #FF3333;
	border-color: #FF8080
}

/* INSTITUCIONAL */
.institucional, .sustentabilidade, .contato{
	width: 100%;
	font-size: 15px;
	letter-spacing: 0px;
	color: #2A343D;
	clear: both;
}

.container{
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
}

.institucional ul{
	margin-top: 40px;
}

.institucional ul li{
	list-style: none;
	float: left;
	width: 30%;
	margin-right: 4%;
	text-align: justify;
}

.institucional ul li:last-child{
	margin-right: 0;

}

.institucional h3 i{
	margin-right: 5px;
	color: #ccc;
}

.institucional p{
	text-align: justify;
}

.institucional h2 i,.contato h2 i{
	margin-right: 10px;
	font-size: 14px;
}

/*** PRODUTOS OFERECIDOS **/

.produtos_oferecidos{
	padding: 20px 0 ;
}

.produtos_oferecidos h2 i{
	margin-right: 10px;
	font-size: 14px;
}

.produtos_oferecidos ul{
	clear: both;
}

.produtos_oferecidos ul li{
	width: 24%;
	float: left;
	margin-right: 5%;
	list-style: none;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	background-color: #f5f5f5;
	min-height: 265px;
	height: auto;
}

/*.produtos_oferecidos ul li:hover{
	width: 24%;
	float: left;
	margin-right: 5%;
	list-style: none;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	background-color: #FFFFFF;
	min-height: 265px;
	height: auto;
}*/

.produtos_oferecidos h2 ul{
	float: right;
}

.produtos_oferecidos h2 ul li{
	float: left;
	margin-left: 5px;
	width: auto;
	background-color:white;
	padding: 0 10px; 
	margin: 0;
	min-height: 0 !important;
	font-size: 16px;
	border: none;
}

.produtos_oferecidos h2 ul li a{
	color: inherit;
}

.produtos_oferecidos ul li a{
	text-decoration: none;
}
.produtos_oferecidos ul li a:hover{
	text-decoration: underline;
}

.produtos_oferecidos ul li h4{
	margin-top: 20px;
}

.produtos_oferecidos ul li h4 i{
	font-size: 13px;
	margin-right: 5px;
}

.produtos_oferecidos ul li img{
	display: block;
	margin: 0 auto 10px;color
}

.produto_detalhe{
	padding: 20px 0;
}

.produto_detalhe h1 i{
	margin-right: 10px;
}

.produto_detalhe .imagem_produto{
	float: left;
	margin-right: 40px;
}

.produto_detalhe p{
	text-align: justify;
	font-size: 15px;
}

.thumb_produto{
	width:240px;
	height:200px;
	background-position:center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	margin: 0 auto;
}

.veja-mais{
	font-size: 18px;
	background-color: #66AAD7;
	color:#fff;
	padding: 10px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	display: block;
	clear: both;
	margin-top: 20px;
}

.veja-mais i{
	margin-right: 5px;
}



.produtos-lista li:hover{
	border: 1px solid #efefef;
	background-color: #93B7C8;	
}


/* SUSTENTABILIDADE */
.sustentabilidade{
	background-color: #d9e9ee;
	padding: 20px 0px 30px;
}

.sustentabilidade h2{
	border-bottom: 1px solid #C3D2D6
}

.sustentabilidade h2 i{
	margin-right: 10px;
}

.sustentabilidade p{
	float: left;
	width: 65%;
	text-align:justify;
}

.sustentabilidade-img{
	float: right;
}

.mapa{
	width: 50%; 
	margin:20px 0 0 4%; 
	float: left;
}

.mapa iframe{
	border: 10px solid #E6F1F4 !important;
	width: 100%;
	height: 500px;
}

.imageContato{
	float: left;
	margin-top: 50px;
	width: 45%;
}
.contatoform{
	float: left;
	width: 45%;
	margin-left: 0%;
}

.contatoform label{
	font-size: 12px;
	display: block;
	color: black;
	margin-bottom: 3px;
}

.contatoform input[type="text"]{
	width: 95%;
	padding:10px;
	margin-bottom: 7px;
	border: 1px solid #ccc;
}

.contatoform textarea{
	height: 150px !important;
	width: 50%;
}

.contatoform input[type="submit"]{
	background-color: #293241;
	color: #fff;
	text-align: center;
	padding: 10px;
	width: 100%;
	border: none;
	margin-top: 10px;
}
.contatoform input:hover[type="submit"]{
	background-color: #d9e9ee;
	color: #293241;
	text-align: center;
	padding: 10px;
	width: 100%;
	border: none;
	margin-top: 10px;
	border: 1px #293241 solid;
}	

.contatoform fieldset{
	border: none;
}

.containerReal{
	width: 50%;
	margin: 0 auto;
	position: relative;
}

/*
FOOTER
*/
footer{
	width:100%; 
	background-color: #293241; 
	margin-top: 20px;
	color: #fff;
	padding: 20px 0;
}

footer i{
	font-size: 16px;
	margin-right: 10px;
}
.base-contato{
	float: left;
	margin-top: 10px;
	font-size: 13px;
	letter-spacing: -1px;
}

.rodape_esquerdo{
	width: 45%;
	float: left;
	font-size: 13px;
}


.rodape_endereco{
	width: 70%;
	float: left;
	font-size: 13px;
}

.rodape_redes{
	width: 25%;
	float: right;
	font-size: 13px;
}

.icon_rede{
	width:40%;
	float: left;
	padding-left:5px;
}

.posiciona_rodape{
	width: 50%;
	float: right;
}

.base-img{
	width: 100px; 
	float: right; 
	margin-top: 10px;
}
.base-img img{
	float: left; 
	margin-left: 10px;
}

.logo_webearte{
	float: right;
	display: block;
	margin-top: 10px;
}

#pull{
	color: #fff;
	font-size: 45px;
	right: 5%;
	position: absolute;
	display: none;
	top: 50px;
}

/***** RESPONSIBO */

@media screen and (max-width: 1120px) {
	nav ul{
		display: none;
		width: 100%;
		top: 80px;
		left: 0;
		z-index: 99999;
		position: fixed;
	}

	nav #pull{
		display: block;
	}

	nav ul li{
		width: 100%;
		background-color: #293241;
		font-size: 14px;
		padding: 10px 0 10px 20px;
	}

	nav ul li:hover{
		background-color: #d9e9ee;
		color:#fff;
	}

	nav ul li a{
		padding: 0;
		color:#fff;
	}
}

@media screen and (max-width: 700px) {
header{
	height: 120px;
}
	.institucional ul li{
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #efefef;
		margin-bottom: 20px;
	}

	.institucional ul li img{
		display: block;
		margin: 0 auto 10px;
	}

	.institucional ul li:last-child{
		border-bottom: none;
	}

	.sustentabilidade p{
		width: 100%;
	}

	.sustentabilidade-img{
		float: none;
	}

	.sustentabilidade-img img{
		display: block;
		margin: 10px auto
	}

	.contatoform{
		width: 100%;

	}


	.mapa{
		width: 90%;
		margin-top: 20px;
	}

	.posiciona_rodape{
		float: left;
		width: 100%;
		margin-bottom:10px;
	}

	.base-img{
		float: left;
	}

	.produtos_oferecidos ul li{
		width: 90%;
		height: auto;
	}

}

.pedido {
    width: 100%;
    clear: both;
}

.msg {
    height: 30px;
    width: 100%;
    margin-bottom: 20px;

}

.alert {
  margin-bottom: 1px;
  line-height:30px;
  padding:0px 15px;
}

.tablePedido{
    width: 100%;


}

.pedido {
    top: 50px;
}

.pedido h5{
    margin-left: 30px;
    font-weight: bold;
}

.divBtn{
    width: 400px;
    margin-bottom: 30px;
}

.btntable{
    height: 35px;
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
}

#showReturn {
    margin-bottom: 10px;
}

#showReturn2 {
    margin-bottom: 10px;
}

.pedidoForm {
    
    float: left;
    margin-left: 0%;
    width: 100%;
    
}

.pedidoForm label{
    font-size: 12px;
    display: block;
    color: black;
    margin-bottom: 3px;
}

.pedidoForm input[type="text"]{
    width: 100%;
    padding:10px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
}

.pedidoForm textarea{
    height: 150px !important;
    width: 50%;
}

.pedidoForm input[type="submit"]{
    background-color: #293241;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 45%;
    border: none;
}
.pedidoForm input:hover[type="submit"]{
    background-color: #d9e9ee;

    color: #293241;
    text-align: center;
    padding: 10px;
    width: 45%;
    border: none;
    margin-top: 10px;
    border: 1px #293241 solid;
}	

.pedidoForm fieldset{
    border: none;
}

.btn{
  font-family: arial;
  font-size:14px;
  font-weight:700;
  text-transform: uppercase;
  border:none;
  padding:10px;
  cursor: pointer;
  display:inline-block;
  text-decoration: none;
}
.btn-green{
  background:silver;
  color:#fff;
  box-shadow:0 5px 0 #999;
}
.btn-green:hover{
  background:#999;
  box-shadow:0 5px 0 #666;
  color:#fff;
}
.btn-green:active{
  position:relative;
  top:5px;
  
  box-shadow:none;
}

.btn-aqua{
    /*background-color: #B46EAC; */
	background-color:#369;
    border-color: #369; 
    color: #FFF;
}

.btn-aqua:hover{
    background-color: #41364d;
    border-color: #41364d;
    color: #FFF;
}
.space-icon{margin-right: 5px;}

.fa, .far{font-size: 16px; margin-right: 10px}