#banner{
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-color: #d0d0d1;
	background-image: url("../images/banners/processo.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.texto{
	text-align: justify;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #231F20;
	width: 100%;
}
.texto p{
	margin-bottom: 20px;
}
.processoImg{
	width: 300px;
	background-color: #CCC;
	margin-bottom: 5px;
	margin-right: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 10px;
	float: left;
}
.preparacao{
	background-image: url("../images/preparacao-solo.jpg");
	height: 185px;
}
.germinacao{
	background-image: url("../images/germinacao.jpg");
	height: 160px;
}
.plantio{
	background-image: url("../images/plantio.jpg");
	height: 140px;
}
.cuidados{
	background-image: url("../images/cuidados.jpg");
	height: 140px;
}
.secagem{
	background-image: url("../images/secagem.jpg");
	height: 185px;
}
.beneficiamento{
	background-image: url("../images/beneficiamento.jpg");
	height: 200px;
}
.construcao{
	background-image: url("../images/construcao.jpg");
	height: 205px;
}
.imageLeft{
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 30px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	border-radius: 10px;
}
.imageRight{
	float: right;
	width: 200px;
	height: 300px;
	margin-left: 30px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	border-radius: 10px;
}
.imageSubtitle{
	background-color: #000;
	color: #FFF;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.josehenrique{
	background-image: url( "../images/josehenrique.jpg");
	background-position: center;
	background-size: cover;
}
.benjamin{
	background-image: url( "../images/benjamin.jpg");
	background-position: center;
	background-size: cover;
}
.missaoblk, .visaoblk, .valoresblk{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100px;
	padding-left: 120px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100px;
}
.missaoblk{
	background-image: url("../images/missao.png");
}
.visaoblk{
	background-image: url("../images/visao.png");
}
.valoresblk{
	background-image: url("../images/valores.png");
}
.missaoTitle{
	font-weight: 600;
	color: #009c87;
}

/* LANDSCAPE */
@media (max-width: 1300px){
	#banner{
		height: 417px;
	}
	.preparacao{
		height: 230px;
	}
	.germinacao{
		height: 205px;
	}
	.plantio{
		height: 155px;
	}
	.cuidados{
		height: 185px;
	}
	.secagem{
		height: 200px;
	}
	.beneficiamento{
		height: 200px;
	}
	.construcao{
		height: 205px;
	}
}

@media (max-width: 1100px){
	#banner{
		height: 333px;
	}
	.sobreImg{
		height: 400px;
	}
	.preparacao{
		height: 230px;
	}
	.germinacao{
		height: 205px;
	}
	.plantio{
		height: 155px;
	}
	.cuidados{
		height: 155px;
	}
	.secagem{
		height: 180px;
	}
	.beneficiamento{
		height: 180px;
	}
	.construcao{
		height: 185px;
	}
}

@media (max-width: 900px){
	#banner{
		height: 372px;
	}
	.sobreImg{
		height: 300px;
	}
}
@media (max-width: 800px){
	#banner{
		height: 319px;
	}
	.germinacao{
		height: 185px;
	}
	.plantio{
		height: 175px;
	}
	.cuidados{
		height: 205px;
	}
	.secagem{
		height: 185px;
	}
}
@media (max-width: 700px){
	#banner{
		height: 266px;
	}
	.missaoblk, .visaoblk, .valoresblk{
		text-align: left;
	}
	.sobreImg{
		width: 100%;
		height: 300px;
	}
	.preparacao, .germinacao, .plantio, .cuidados, .secagem, .beneficiamento, .construcao{
		width: 100%;
		height: 280px;
	}
}
@media (max-width: 600px){
	#banner{
		height: 213px;
	}
	.imageLeft, .imageRight{
		float: left;
		width: 100%;
		height: 400px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.imageRight{
		margin-left: 0px;
	}
}
@media (max-width: 500px){
	#banner{
		height: 160px;
	}
	.missaoblk, .visaoblk, .valoresblk{
		height: auto;
		padding-left: 0px;
		padding-top: 120px;
		margin-top: 40px;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100px;
		text-align: center;
	}
	.imageLeft, .imageRight{
		float: left;
		width: 100%;
		height: 300px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}