/*

	Seção banner

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

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

/*

	Seção Formulário

 */
#formulario {
	position: relative;
	padding-top: 100px;
	padding-bottom: 165px;
}

#formulario .bg-sementes { display: none; }

#formulario .bg-folhas-verdes-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

#formulario .bg-folhas-amora {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	z-index: -1;
}

/*

	Seção Mapa

 */
#mapa {
	height: 600px;
	border-radius: 60px;
}

.leaflet-control-attribution.leaflet-control { display: none !important; }

.leaflet-left .leaflet-control { margin: 20px 0 0 20px; }

/*

	Seção CTA Produtos

 */
#cta-produtos-mobile { margin-top: 20px; }

/*

	Media queries

 */

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

		Seção Formulário

	 */
	#formulario { padding-top: 100px; }

	#formulario .container {
		max-width: 650px;
		margin: 0 auto;
	}
}

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

		Seção Banner Inicial

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

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

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

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

	#banner-principal .lado-direito {
		width: 43%;
		top: 50px;
		bottom: auto;
	}

	/*

		Seção Formulário

	 */
	#formulario {
		padding: 0;
		margin-top: 15px;
	}

	#formulario .bg-folhas-verdes-2 {
		transform: none;
		top: 0;
		left: 0;
	}

	#formulario .bg-folhas-amora {
		display: block;
		position: absolute;
		right: auto;
		left: 0;
		bottom: 0;
	}

	#formulario .bg-sementes {
		display: block;
		position: absolute;
		left: auto;
		right: 0;
		top: 20%;
		width: 130px;
	}

	/*

		Seção CTA Produtos

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

	/*

		Seção Mapa

	 */
	#secao-mapa { margin-top: 100px; }

	#mapa { height: 450px; }
}

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

		Seção Banner Inicial

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

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

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

	/*

		Seção Formulário

	 */
	#formulario .container { max-width: 750px; }
}

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

	/*

		Seção Banner Inicial

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

	#container-principal > .bg-laranja { width: 40%; }

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

	#banner-principal .lado-direito {
		width: 38%;
		right: 15%;
		height: 90%;
	}

	#banner-principal .bg-direita {
		max-height: 100%;
		object-fit: contain;
	}

	/*

		Seção Formulário

	 */
	#formulario { margin-top: 30px; }

	#formulario .bg-folhas-verdes-2 { left: 8%; }

	#formulario .bg-sementes { right: 6%; }

	#formulario .bg-folhas-amora { left: 4%; }
}

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

	#formulario .bg-folhas-amora:hover { transform: rotateY(180deg) scale(1.01) !important; }
}











































