@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	float: left;
	width: 100%;	
	overflow-x: hidden;
}

.container {
	position: relative;	
}

window {
	overflow: hidden;	
}

.logo {
	display: inline-block;
	width: 260px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;	
}

#topo {
	position: relative;
	display: block;
	float: left;
	width: 100%;	
	background-color: #f9f6bb;
	min-height: 130px;
	font-size: 18px;
	font-weight: 600;
	color: #006738;
	text-align: center;
}

.telefone {
	font-size: 24px;	
}

.colunas-topo a {
	color: #006738;
	text-decoration: none;	
}

.colunas-topo a:hover, .colunas-topo a.over {
	color: #000;	
}

.barra-topo-cor, .barra-rodape-cor {
	display: block;
	float: left;
	width: 100%;
	background-image:url(../img/barra-topo.png);
	height: 10px;
}

.colunas-topo {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;	
}

.borda{
	border-right: 1px dashed #006738;
	height: 55px;
	vertical-align: middle;
}

.icone-cadeado {
	vertical-align: middle; 
	margin-right: 7px;	
}

.menu-principal {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	background-color: #aed476;	
}

.fixar {
	display: block;
	position: fixed;
	top: 15px;
	right: 0px;
	padding: 5px;
	width: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	z-index: 10000;
}

.menu-principal ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

.menu-principal ul li {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	color: #006738;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 20px;
	font-weight: 600;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menu-principal ul li a {
	text-decoration: none;
	color: #006738;
}

.menu-principal ul li a:hover, .menu-principal ul li a.over {
	text-decoration: none;
	color: #000;
}

#banner-principal {
	display: block;
	float: left;
	width: 100%;
	position: relative;	
}

.conteudo-banner {
	display: block;
	float: left;
	width: 100%;	
}

#empresa {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	background-image: url(../img/bg_empresa.jpg);
	background-attachment: fixed;
	background-color: #006738;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 250px;
	text-align: justify;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
}

.imagem-seta {
	margin-top: 30px;
	margin-bottom: 30px;	
}

.caixa-texto-principal {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 70px;	
}

.titulo-box-empresa {
	display: block;
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #8cc63e;	
}

#servicos {
	display: block;
	float: left;
	width: 100%;
	position: relative;	
	background-color: #aed476;
	color: #006738;
	font-size: 18px;
	text-align: justify;
	line-height: 22px;
	padding-bottom: 120px;
}

.imagem-laranjas {
	position: absolute;
	top: -220px;		
	left: 25%;
}

.box-titulo-pagina {
	display: block;
	float: left;
	width: 100%;
	margin-top: 200px;	
	font-size: 25px;
	font-weight: 600;
	font-style: italic;
	border-bottom: 1px solid #8cc63e;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.box-titulo {
	display: block;
	float: left;
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	font-style: italic;
	border-bottom: 1px solid #8cc63e;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.box-titulo2 {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 25px;
	font-weight: 600;
	font-style: italic;
	border-bottom: 1px solid #8cc63e;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.conteudo-box-servicos {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 50px;	
}

.texto-frase-servicos {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Satisfy', cursive;
	font-size: 32px;
	margin-bottom: 50px;	
}

.lado {
	line-height: 35px;	
}

#cases {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	background-color: #f9f6bb;
	color: #006738;
	font-size: 18px;
	font-style: italic;
	padding-top: 100px;
	padding-bottom: 430px;
}

.caixa-img-1 {
	display: block;
	width: 80%;
	position: absolute;
	border: 8px solid #fff;
	top: -150px;
	left: 50px;
	transform: rotate(11deg);
	-webkit-transform: rotate(11deg);
	-moz-transform: rotate(11deg);
	-o-transform: rotate(11deg);
	-ms-transform: rotate(11deg);
	background-color: #fff;	
}

.caixa-img-2 {
	display: block;
	width: 80%;
	position: absolute;
	border: 8px solid #fff;
	top: 150px;
	left: 50px;
	transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	background-color: #fff;
}

.seta-lado {
	display: block;
	position: absolute;
	left: -20px;	
	top: -30px;
}

.texto-antes {
	position: absolute;
	top: 100px;
	left: 30px;
	font-size: 22px;	
	background-color: #f9f6bb;
	padding: 9px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 100;
}

.texto-depois {
	position: absolute;
	top: 430px;
	right: 50px;
	font-size: 22px;	
	background-color: #f9f6bb;
	padding: 9px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 100;
}

#produtos {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	min-height: 1070px;
	background-image: url(../img/fundo_desfocado.jpg);
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding-top: 130px;
	padding-bottom: 100px;	
}

.titulo-produtos {
	display: block;
	width: 100%;
	position: absolute;
	top: -250px;
	margin-bottom: 15px;
	text-align: center;
}

.margem-produtos {
	position: relative;
	display: block;
	float: left;
	width: 100%;	
	text-align: center;
}

.caixa-produtos {
	display: inline-block;
	position: relative;
	width: 450px;
	height: 450px;
	background-color: #f9f9de;
	color: #006738;	
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	padding: 70px;
	padding-top: 30px;
	border-radius: 320px;
	-webkit-box-shadow: 3px 3px 17px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    3px 3px 17px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         3px 3px 17px 0px rgba(0, 0, 0, 0.75);
}

.ovos {
	float: left;
	top: 0px;
}

.legumes {
	float: right;	
	top: 0px;
}

.frutas {
	text-align: center;
	font-size: 17px;
}

.legumes .imagem-box-redondo {
	margin-top: -30px;	
}

.folhagens {
	float: left;
	margin-top: 75px;
}

.folhagens .imagem-box-redondo {
	width: 85%;
	margin-top: -30px;	
	margin-left: 20px;
}

.frutas {
	float: right;
	margin-top: 75px;
}

.frutas .imagem-box-redondo {
	width: 85%;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.titulo-box-redondo {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 600;	
	margin-bottom: 15px;
}

#contato {
	position: relative;
	display: block;
	float: left;
	background-color: #f8f6bb;
	width: 100%;
	min-height: 950px;
	padding-top: 100px;
	padding-bottom: 100px;	
	background-image:url(../img/fundo_contato.jpg);
	background-position: bottom center;
	background-attachment: fixed;
}

.caixas {
	display: block;
	float: left;
	width: 100%;	
}

.titulo-contato {
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;	
	text-align: center;
	color: #006738;
}

.imagem-contato {
	position: absolute;
	display: block;
	float: left;
	width: 100%;
	text-align: center;	
	z-index: 4;
}

.formulario-contato {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 706px;
	height: 774px;
	margin-top: 30px;
	background-image: url(../img/folha_contato.png);	
}

.texto-contato {
	color: #006738;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}

.margem-formulario {
	display: block;
	float: left;
	width: 400px;
	margin-left: 60px;
	margin-top: 120px;
}

.margem-formulario input {
	margin-bottom: 7px;	
}

.botao-formulario {
	color: #fff;
	background-color: #006738;
	margin-top: 10px;
}

#rodape {
	display: block;
	float: left;
	position: relative;
	width: 100%;	
}

.mapa-content {
	display: block;
	float: left;
	width: 100%;
	position: relative;	
}

.conteudo-mapa {
	display: block;
	float: left;
	width: 100%;	
}

.overlay-mapa {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,80,40,0.88);
	z-index:1;	
}

.caixa-rodape {
	display: block;
	position: absolute;
	top: 180px;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-weight: 300;
	font-size: 22px;
	color: #fff;	
}

.icone-rodape {
	display: block;
	float: left;
	width: 100%;
	text-align: center;	
	margin-bottom: 30px;
}

.meio {
	padding-top: 12px;	
}

.cycle-pager {
	display: block;
	position: absolute;
	bottom: 20px !important;
	width: 100%;
	text-align: right;
	z-index: 20000;
}

.cycle-pager { text-align: right; width: 100%; bottom: 10px; overflow: hidden; font-family:  Arial; font-size: 14px; line-height: 28px; color: #FFFFFF; padding-right: 30px;}
.cycle-pager span { cursor: pointer; font-size: 80px; width: 30px; height: 30px;  margin-right: 4px; display: inline-block; color: #FFFFFF; }
.cycle-pager span.cycle-pager-active { color: #FF8700;}
.cycle-pager > * { cursor: pointer;}

.porque_contratar {
	list-style: none;	
}

.marc {
	display: block;
	float: left;
	margin-right: 10px;
}

.conteudo-box-empresa ol {
	display: block;
	float: left;
	width: 100%;
	text-align: left;	
}


.controles-botoes {
	position: relative;
	display: block;
	float: left;
	width: 100%;	
	text-align: center;
	margin-top: 40px;
}

.botoes-cases {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;	
}

.botoes-cases li {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: rgba(255,255,255,1.00);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-right: 10px;
}

.botoes-cases li:hover, .botoes-cases li.over {
	opacity: 0.5;
	-moz-opacity: 50;
	cursor: pointer;
}

.botoes-cases li.ativo {
	background-color: rgba(255,132,35,1.00);
}

.logofp {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 17px;	
	z-index: 2;
}

@media (max-width: 980px) {
	
	.borda {
		border: 0px;	
	}
	
	.seta-lado {
		left: 20px;	
	}
	
	.barra-frutas {
		margin-top: 0px;	
	}
	
	.ovos, .carnes, .legumes, .folhagens, .frutas {
		margin-top: 20px;	
	}	
	
	.caixa-img-1, .caixa-img-2 {
		position: relative;	
		margin-top: 0px;
	}
	
	.caixa-img-2 {
		top: -50px;	
	}
	
	.texto-frase-servicos {
		line-height: 47px;	
	}
	
	.menu-principal {
		display: none;	
		margin-top: 0px;
	}
	
	.mapa-content {
		display: none;	
	}
	
	#rodape {
		background-color: rgba(0,80,40,0.88);
	}
	
	#cases {
		padding-bottom: 230px;	
	}
	
	.conteudo-cases, .conteudo-box-empresa, .caixa-texto-principal, .conteudo-box-servicos {
		padding: 20px;
		text-align: justify;	
	}
	
	.caixa-rodape {
		position: relative;
		margin: 0px;
		margin-top: 200px;
		margin-bottom: 70px;
		top: 0px;
		font-size: 18px;	
	}
	
	.caixa-rodape .col-md-4 {
		margin-bottom: 30px;	
	}
}

@media (max-width: 480px) {
	.texto-depois {
		margin-top: -120px !important
	}
}
@media (max-width: 360px) {
	.texto-antes  {
		margin-left: 21px;
		margin-top: -50px !important
	}
	.texto-depois  {
		margin-top: -120px !important
	}

}
