/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image: url(imgs/bg2.gif);
	background-repeat: repeat;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*FIM DO RESET*/

@font-face {
  font-family: 'Humanist Regular';
  src: url('humanst.eot'); /* IE9 Compat Modes */
  src: url('humanst.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('humanst.woff') format('woff'), /* Modern Browsers */
       url('humanst.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('humanst.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body p{
	text-align: justify;
}
p ,form ,a ,h3 ,h4 ,h5{ font-family: "Humanist Regular", sans-serif; }

/*HOME*/

div#all{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	box-shadow: 0 10px 5px #888888;
	-webkit-box-shadow: 0 10px 5px #888888;
	-moz-box-shadow: 0 10px 5px #888888;
	-0-box-shadow: 0 10px 5px #888888;
	background-image: url(imgs/bg.png);
	background-repeat: repeat;
}
div#all p{
	line-height: 20px;
	text-align: justify;
	font-size: 17px;
}
div#all p span{
	font-size: 30px;
	border-left: 5px solid #dfc523;
	padding: 0 8px;
}

div#all h3 span{
	font-size: 35px;
	border-bottom: 3px solid #dfc523;
}

div#all div#topo{
	width: 100%;
	height: 100px;
	padding: 10px 20px;
}
div#all div#topo a img{
	margin-top: 20px;
	width: 98%;
	-webkit-transition: width 150ms linear ;
	-moz-transition: width 150ms linear ;
	-o-transition: width 150ms linear ;
    transition: width 150ms linear ;
}
div#all div#topo a img:hover{
	opacity: 0.7;
	width: 100%;
}
div#all div#topo a#logo{
	float: left;
	margin-left: 25px;
}
div#all div#topo div#menu{
	float: right;
	line-height: 100px;
	margin-right: 50px;
}
div#all div#topo div#menu ul li{
	list-style-type: none;
	display: inline-block;
	margin-left: 1px;
}
div#all div#topo div#menu ul li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-bottom: 3px solid #dfc523;
	padding: 0 10px;
	-webkit-transition: border 150ms linear ;
	-moz-transition: border 150ms linear ;
	-o-transition: border 150ms linear ;
    transition: border 150ms linear ;
}
div#all div#topo div#menu ul li a:hover{
	border-bottom: 8px solid #d3c745;
}


div#all div#centro{
	padding: 20px;
	min-height: 620px;
	height: 100%;
}
div#all div#centro div#linha1{
	height: 200px;
}
div#all div#centro div#linha2{
	height: 350px;
}
div#all div#centro div#linha1 div#colA{
	width: 55%;
	float: left;
}
div#all div#centro div#linha1 div#colA p{
	text-align: justify;
	line-height: 20px;
}
div#all div#centro div#linha1 div#colB{
	width: 40%;
	float: right;
}
div#all div#centro div#linha1 div#colB img{
	width: 98%;
	-webkit-transition: width 150ms linear ;
	-moz-transition: width 150ms linear ;
	-o-transition: width 150ms linear ;
    transition: width 150ms linear ;
    cursor: pointer;
}
div#all div#centro div#linha1 div#colB img:hover{
	width: 100%;
}
div#all div#centro div#linha2 div#colC{
	width: 55%;
	float: left;
}
div#all div#centro div#linha2 div#colD{
	width: 45%;
	float: right;
}
div#all div#centro form h4{
	font-size: 30px;
	border-left: 5px solid #fdc200;
	padding: 0 8px;
}
div#all div#centro form input{
	margin-top: 5px;
	margin-bottom: 10px;
}
div#all div#centro form input#email ,input#nome{
	width: 300px;
}
div#all div#centro form input#enviar ,input#limpar{
	background-color: #dfc523;
	border: none;
	margin-top: 5px;
	width: 70px;
	height: 23px;
	cursor: pointer;
	-webkit-transition: background-color 150ms linear ;
	-moz-transition: background-color 150ms linear ;
	-o-transition: background-color 150ms linear ;
    transition: background-color 150ms linear ;
}
div#all div#centro form input#enviar:hover ,input#limpar:hover{
	background-color: #dbd7a4;
}



div#all div#centroHome{
	padding: 20px;
	min-height: 560px;
	height: 100%;
}
div#all div#centroHome div#linha1{
	height: 200px;
}
div#all div#centroHome div#linha2{
	height: 350px;
}
div#all div#centroHome div#linha1 div#colA{
	width: 55%;
	float: left;
}
div#all div#centroHome div#linha1 div#colA p{
	text-align: justify;
	line-height: 20px;
}
div#all div#centroHome div#linha1 div#colB{
	width: 40%;
	float: right;
}
div#all div#centroHome div#linha1 div#colB img{
	width: 98%;
	-webkit-transition: width 150ms linear ;
	-moz-transition: width 150ms linear ;
	-o-transition: width 150ms linear ;
    transition: width 150ms linear ;
    cursor: pointer;
}
div#all div#centroHome div#linha1 div#colB img:hover{
	width: 100%;
}
div#all div#centroHome div#linha2 div#colC{
	width: 55%;
	float: left;
}
div#all div#centroHome div#linha2 div#colD{
	width: 45%;
	float: right;
}
div#all div#centroHome form h4{
	font-size: 30px;
	border-left: 5px solid #fdc200;
	padding: 0 8px;
}
div#all div#centroHome form input{
	margin-top: 5px;
	margin-bottom: 10px;
}
div#all div#centroHome form input#email ,input#nome{
	width: 300px;
}
div#all div#centroHome form input#enviar ,input#limpar{
	background-color: #dfc523;
	border: none;
	margin-top: 5px;
	width: 70px;
	height: 23px;
	cursor: pointer;
	-webkit-transition: background-color 150ms linear ;
	-moz-transition: background-color 150ms linear ;
	-o-transition: background-color 150ms linear ;
    transition: background-color 150ms linear ;
}
div#all div#centroHome form input#enviar:hover ,input#limpar:hover{
	background-color: #dbd7a4;
}



div#rodape{
	clear: both;
	width: 100%;
	background-color: #d3c745;
}
div#rodape div#Rrodape{
	width: 960px;
	margin: 0 auto;
	height: 200px;
	padding-top: 25px;
}
div#rodape div#Rrodape p {
	line-height: 20px;
	color: #595202;
}
div#rodape div#Rrodape p span{
	font-size: 20px;
	font-weight: bold;
}
div#rodape div#Rrodape div#rodape1 ,div#rodape2{
	float: left;
	margin-right: 25px;
}
div#rodape div#Rrodape div#menuRodape {
	margin-right: 25px;
}
div#rodape div#Rrodape div#menuRodape ul li{
	float: right;
	list-style-type: none;
	display: inline-block;
	margin-right: 8px;
}
div#rodape div#Rrodape div#menuRodape ul li a{
	text-decoration: none;
	color: #595202;
	-webkit-transition: color 150ms linear ;
	-moz-transition: color 150ms linear ;
	-o-transition: color 150ms linear ;
    transition: color 150ms linear ;
    font-size: 14px;
}
div#rodape div#Rrodape div#menuRodape ul li a:hover{
	color: white;
}
/*HOME*/

div#all div#clientes{
	padding-left: 15px;
	height: 145px;
	background-color: #fff;
	clear: both;
}

div#all div#clientes img{
	margin-right: 50px;
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all 150ms linear ;
	-moz-transition: all 150ms linear ;
	-o-transition: all 150ms linear ;
    transition: all 150ms linear ;
}
div#all div#clientes img:hover{
	opacity: 1;
}
/*EMPRESA*/
div#all div#centro img.direita{
	float: right;
	margin: 18px 0 18px 18px;
}
div#all div#centro img.esquerda{
	float: left;
	margin: 18px 18px 18px 0;
}
div#all div#centro img#citacao2{
	width: 85%;
	-webkit-transition: width 150ms linear ;
	-moz-transition: width 150ms linear ;
	-o-transition: width 150ms linear ;
    transition: width 150ms linear ;
    cursor: pointer;
}
div#all div#centro img#citacao2:hover{
	width: 86%;
}
/*EMPRESA*/

/*CONTATO*/
div#all div#centro div#colAContato{
	float: left;
	width: 450px;
}
div#all div#centro div#colBContato{
	float: right;
	width: 410px;
}
div#all div#centro h5.tituloMapa{
	margin-bottom: 5px;
	border-left: 5px solid #dfc523;
	padding-left: 8px;
}
div#all div#centro h5 span{
	font-size: 20px;
	font-weight: bold;
}
/*CONTATO*/

/*PRODUTOS*/

div#all div#centro div#bananaCav div#banana{
	width: 560px;
	height: 173px;
	background-image: url(imgs/bananaP.png);
	background-repeat: no-repeat;
	-webkit-transition: background-image 150ms linear ;
	-moz-transition: background-image 150ms linear ;
	-o-transition: background-image 150ms linear ;
    transition: background-image 150ms linear ;
    clear: both;
    margin-top: 20px;
    float: left;
}
div#all div#centro div#bananaCav img.tabela{
	float: right;
	margin-top: 45px;
	margin-bottom: 35px;
	-webkit-transition: border 150ms linear ;
	-moz-transition: border 150ms linear ;
	-o-transition: border 150ms linear ;
    transition: border 150ms linear ;
}

div#all div#centro div#bananaCav{
	width: 100%;
	clear: both;
	margin-top: 20px;
}
div#all div#centro div#bananaCav div#safras{
	width: 600px;
	position: relative;
	left: 10px;
	display: inline-block;
}
div#all div#centro div#bananaCav div#frutas{
	width: 280px;
	float: right;
	padding-top: 60px;
	padding-left: 15px;
}
div#all div#centro div#bananaCav div#safras p{
	text-align: center;
	margin-left: 25%;
	font-size: 18px;
	font-weight: bold;
}
div#all div#centro div#segEsq{
	float: left;
	width: 430px;
	height: 82px;
	border-left: 2px solid #dfc523;
	padding-left: 8px;
}
div#all div#centro div#segDir{
	float: right;
	width: 430px;
	height: 82px;
	border-left: 2px solid #dfc523;
	padding-left: 8px;
}

/*PRODUTOS*/

/*RECEITAS*/
div#all div#centro div#colAR, div#colBR, div#colCR{
	width: 300px;
	float: left;
}
div#all div#centro div#colAR div.receitas:hover, div#colBR div.receitas:hover, div#colCR div.receitas:hover{
	background-color: #efe270;
}
div#all div#centro div#colAR div.receitas, div#colBR div.receitas, div#colCR div.receitas{
	margin-top: 2px;
	margin-left: 2px;
	background-color: #fff390;
	padding: 10px;
	-webkit-transition: background-color 100ms linear ;
	-moz-transition: background-color 100ms linear ;
	-o-transition: background-color 100ms linear ;
    transition: background-color 100ms linear ;
}
div#all div#centro div#colAR div.receitas img, div#colBR div.receitas img, div#colCR div.receitas img{
	float: left;
	margin-right: 15px;
}
div#all div#centro div#colAR div.receitas h3, div#colBR div.receitas h3, div#colCR div.receitas h3{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#all div#centro div#colAR a, div#colBR a, div#colCR a{
	text-decoration: none;
	color: #000;
}