/*

	Seção banner

 */
#banner-principal {
	position: relative;
	padding-bottom: 120px;
}

#banner-principal h1 br { display: none; }

#banner-principal .bg-esquerda {
	width: 100%;
	max-width: 600px;
}

#banner-principal .bg-folha {
	position: absolute;
	left: 0;
	bottom: 0;
}

/*

	Seção Cards textos

 */
#cards-textos {
	position: relative;
	padding-bottom: 150px;
	overflow: hidden;
}

#cards-textos .card .header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cards-textos .card .header .icone {
	background-color: rgba(221, 138, 14, 0.2);
	width: 75px;
	height: 75px;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
}

#cards-textos .card .header .icone img {
	margin-top: 10%;
	width: 80%;
}

#cards-textos .card .header h2 { margin-top: 10px; }

#cards-textos .card .body .descricao {
	line-height: 1.5;
	margin: 0;
}

#cards-textos .bg-sementes {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100px;
}

/*

	BG Galho depois de CTA Produtos

 */
#bg-geral-galho {
	display: block;
	margin: 50px auto;
	width: 300px;
}

/*

	CTA - Seja um cliente

 */
#cta-cliente { margin-top: 0; }

/*

	Media queries

 */

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 1024px) {
	/*

		Seção Banner Inicial

	 */
	#banner-principal {
		height: 625px;
		padding-bottom: 0;
		align-items: flex-start;
	}

	#banner-principal .container { margin-top: 10%; }

	#container-principal > .bg-laranja { height: 750px; }

	#banner-principal .lado-direito {
		top: 25%;
		bottom: auto;
	}

	#banner-principal .bg-folha {
		top: 70%;
		bottom: auto;
	}

	/*

		Seção Cards textos

	 */
	#cards-textos {
		padding-bottom: 0;
		margin-bottom: 8%;
	}

	#cards-textos .card {
		width: 275px;
		min-height: 455px;
		justify-content: flex-start;
		margin-top: 0;
		margin-bottom: auto;
	}

	#cards-textos .card:nth-child(2) { margin-top: 120px; }
	#cards-textos .card:nth-child(3) { margin-top: 240px; }

	#cards-textos .bg-sementes {
		right: auto;
		left: 4%;
		bottom: 30px;
	}

	/*

		Seção CTA Produtos

	 */
	#cta-produtos-desktop { position: relative; }

	#cta-produtos-desktop .bg-galho {
		display: block;
		position: absolute;
		left: -30px;
		bottom: 80px;
		width: 200px;
	}

	/*

		BG Galho

	 */
	#bg-geral-galho { display: none; }

	/*

		Seção CTA Seja um cliente

	 */
	#cta-cliente { margin-top: 100px; }
}

@media screen and (min-width: 1200px) {
	/*

		Seção Banner Inicial

	 */
	#banner-principal .container { margin-top: 7%; }

	#banner-principal .lado-direito { right: 2%; }

	#banner-principal .bg-folha { top: 75%; }

	#banner-principal .lado-esquerdo { max-width: 40%; }

	/*

		Seção Cards textos

	 */
	#cards-textos .cards-vazados { justify-content: space-between; }

	#cards-textos .card {
		max-width: none;
		min-height: 400px;
		width: 320px;
	}
}

@media screen and (min-width: 1400px) {

	/*

		Seção Banner Inicial

	 */
	#container-principal > .bg-laranja {
		width: 40%;
		height: 850px;
	}

	#banner-principal .lado-esquerdo { max-width: 500px; }

	#banner-principal .lado-direito {
		width: 45%;
		right: 5%;
	}

	#banner-principal .bg-folha {
		left: 10%;
		top: 80%;
	}

	/*

		Seção Cards textos

	 */
	#cards-textos { margin-top: 10%; }

	#cards-textos .card {
		max-width: 33%;
		min-height: 400px;
		width: 485px;
		padding: 50px;
	}

	#cards-textos .bg-sementes { left: 3%; }

	/*

		Seção CTA produtos

	 */
	#cta-produtos-desktop .bg-galho {
		width: 17%;
		left: -50px;
		bottom: 50px;
	}
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	/* Devices com mouse ou touch pad */
}











































