:root{
	--cor-barra:#e40404;
	--cor-marca:#e40404;
	--cor-acento2:#e40404;
	--cor-grad:228,4,4;
	--cor-und:#FFFFFF;
}
html.seg-agro{
	--cor-barra:#2B2B2B;
	--cor-marca:#38ff00;
	--cor-acento2:#38ff00;
	--cor-grad:56,255,0;
	--cor-und:#38ff00;
}
	
	@font-face {
		font-family:'GothamBook';
		src: url('../fontes/GothamBook/GothamBook.eot');
		src: url('../fontes/GothamBook/GothamBook.eot') format('embedded-opentype'),
			 url('../fontes/GothamBook/GothamBook.woff2') format('woff2'),
			 url('../fontes/GothamBook/GothamBook.woff') format('woff'),
			 url('../fontes/GothamBook/GothamBook.ttf') format('truetype'),
			 url('../fontes/GothamBook/GothamBook.svg#GothamBook') format('svg');
	}
	
	@font-face {
		font-family:'KuroRegular';
		src: url('../fontes/KuroRegular/KuroRegular.eot');
		src: url('../fontes/KuroRegular/KuroRegular.eot') format('embedded-opentype'),
			 url('../fontes/KuroRegular/KuroRegular.woff2') format('woff2'),
			 url('../fontes/KuroRegular/KuroRegular.woff') format('woff'),
			 url('../fontes/KuroRegular/KuroRegular.ttf') format('truetype'),
			 url('../fontes/KuroRegular/KuroRegular.svg#KuroRegular') format('svg');
	}
	
	@font-face {
		font-family: 'Kuro';
		src: url('../fontes/KuroRegular/KuroRegular.eot');
		src: url('../fontes/KuroRegular/KuroRegular.eot?#iefix') format('embedded-opentype'),
			url('../fontes/KuroRegular/KuroRegular.woff2') format('woff2'),
			url('../fontes/KuroRegular/KuroRegular.woff') format('woff'),
			url('../fontes/KuroRegular/KuroRegular.ttf') format('truetype'),
			url('../fontes/KuroRegular/KuroRegular.svg#KuroRegular') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Lex';
		/*src: url('../fontes/Lex/Lex.eot');*/
		src: url('../fontes/Lex/Lex.eot');
		src: url('../fontes/Lex/Lex.eot?#iefix') format('embedded-opentype'),
			url('../fontes/Lex/Lex.woff2') format('woff2'),
			url('../fontes/Lex/Lex.woff') format('woff'),
			url('../fontes/Lex/Lex.ttf') format('truetype'),
			url('../fontes/Lex/Lex.svg#Lex') format('svg');
	}
	
		
	*{
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#3f3f3f;
		padding:0;
		margin:0;
		border:0;
	}
	
	html, body {
		width:100%;
		height:100%;
		margin:0 auto;
		text-align:center;
		background:#FFF;
	}
	img{		
		width:100%;
		height:auto;
		border:0;
	}
	a{
		text-decoration:none;
		transition:0.5s;
	}

	.limpar_css{
		clear:both;
	}
	
		
	
	#topo{
		position:absolute;
		display:inline-block;
		width:100%;
		margin:0 0 0 0;
		background:var(--cor-barra);
		z-index:1;
	}
		.idioma{
			display:inline-flex;
			align-items:center;
			gap:6px;
			vertical-align:middle;
		}
			.idioma img{
				display:inline-block;
				width:22px;
				height:auto;
				margin:0 2px 0 2px;
				border:1px solid #FFF;
			}
			#topo .idioma a, #topo .idioma .lang_btn{
				display:inline-flex;
				align-items:center;
				justify-content:center;
				max-width:none;
				width:28px;
				height:28px;
				box-sizing:border-box;
				color:#FFF;
				font-size:10px;
				font-weight:bold;
				letter-spacing:0.5px;
				text-decoration:none;
				padding:0;
				margin:0;
				border:1px solid rgba(255,255,255,0.55);
				border-radius:50%;
				line-height:1;
				opacity:1;
				transition:all 0.2s ease;
			}
			#topo .idioma a:hover{
				opacity:1;
				background:rgba(255,255,255,0.2);
				border-color:#FFF;
			}
			#topo .idioma a.ativo{
				opacity:0.7;
				background:#FFF;
				color:var(--cor-marca);
				border-color:#FFF;
				cursor:default;
			}
		
		#topo .box_logo{
			display:inline-block;
			vertical-align:middle;
			width:29%;
		}
			#topo .box_logo img{
				display:inline-block;
				vertical-align:middle;
				width:auto;
				max-width:none;
				height:35px;
			}
			#topo .box_logo .impulsa{
				display:inline-block;
				vertical-align:middle;
				padding:0 10px 0 10px;
				font-family:'GothamBook', Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#FFF;
			}
				#topo .box_logo .impulsa a{
					font-family:'GothamBook', Arial, Helvetica, sans-serif;
					font-size:20px;
					color:#FFF;
				}
				#topo .box_logo .impulsa h2{
					display:inline-block;
					font-family:'GothamBook', Arial, Helvetica, sans-serif;
					font-size:20px;
					color:#FFF;
					font-weight:normal;
				}
			#topo .box_logo .comunicacao{
				display:inline-block;
				vertical-align:middle;
				font-family:'GothamBook', Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#FFF;
			}
				#topo .box_logo .comunicacao h2{
					font-family:'GothamBook', Arial, Helvetica, sans-serif;
					font-size:11px;
					color:#FFF;
					font-weight:normal;
				}
		#topo .risco_topo{
			display:inline-block;
			vertical-align:middle;
			width:1px;
			height:70px;
			background:var(--cor-barra);
		}
		#topo .box_menu{
			display:inline-block;
			vertical-align:middle;
			width:48%;
			padding:0 2% 0 2%;
			text-align:left;
		}
			
/* --------------------- Menu --------------------- */		
			.atalho_menu {
				width:90%;
				padding:15px 5% 15px 5%;
				cursor:pointer;
				display:flex;
				align-items:center;
				justify-content:space-between;
				border-top:1px solid #FFF;
				border-bottom:1px solid #FFF;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#FFF;
				font-weight:bold;
				-webkit-tap-highlight-color:transparent;
			}
				.atalho_menu .icone_hamburguer{ position:relative; display:inline-block; width:24px; height:16px; flex:0 0 auto; }
				.atalho_menu .icone_hamburguer i, .atalho_menu .icone_hamburguer i::before, .atalho_menu .icone_hamburguer i::after{ content:''; position:absolute; left:0; width:24px; height:2px; background:#fff; border-radius:2px; transition:transform .28s ease, opacity .2s ease, top .28s ease, background .2s ease; }
				.atalho_menu .icone_hamburguer i{ top:7px; }
				.atalho_menu .icone_hamburguer i::before{ top:-7px; }
				.atalho_menu .icone_hamburguer i::after{ top:7px; }
				.atalho_menu.aberto .icone_hamburguer i{ background:transparent; }
				.atalho_menu.aberto .icone_hamburguer i::before{ top:0; transform:rotate(45deg); }
				.atalho_menu.aberto .icone_hamburguer i::after{ top:0; transform:rotate(-45deg); }
					
			.menu {display: block; height:auto; position: relative;}
			.menu ul  {clear: both; list-style: none; margin:0; padding: 0; z-index: 1000;}
			.menu ul > li {display:inline-block; margin:0 2% 0 2%;}
			.menu ul > li:first-child {}
			.menu ul > li a {}
			.menu ul > li a:hover {}
			.menu ul > li ul {display: none; position: absolute; visibility: hidden; vertical-align: middle; opacity: 0; width: 20%; filter: alpha(opacity=0); background:url(../../imagens/bk_submenu.png) left 20px repeat-x; padding:25px 2.5% 15px 2.5%; text-align:left;}
			.menu ul > li:hover ul { display: block; visibility: visible; opacity: 1.0; filter: alpha(opacity=100);}
			.menu ul > li li {width:100%; margin:10px 0 10px 0;}
			.menu ul > li li a {}
			.menu ul > li li a:hover {}
			.menu ul > li li ul {}
		
			
		@media (min-width: 1001px) {
			.menu .atalho_menu { display:none; }
		}
		@media (max-width: 1000px) {		
			.menu { height:inherit !important; width:100%;}
			.menu ul { min-width:100%; }
			.menu .js { display: none; width:100%;}
			.menu .js li { border: 0 none !important; width:100%; padding:0; margin:0;}
			.menu .js > li a {}
			.menu .js li ul { display:none; opacity: 1; position: inherit; visibility: visible; background:none; padding:0; margin:0; width:100%; text-align:center}
			.menu ul > li:hover ul { display: block; visibility: visible; opacity: 1.0; filter: alpha(opacity=100);}
			.menu .js li ul li a {}
			.menu ul > li ul {max-width: 100%;}
		}
		@media (min-width: 1001px) and (max-width: 1150px) {
			.menu ul > li {display:inline-block; margin:0 0.4% 0 0.4%;}
		}
		@media (min-width: 1151px) and (max-width: 1270px) {
			.menu ul > li {display:inline-block; margin:0 1% 0 1%;}
		}
/* --------------------- FIM Menu --------------------- */	
		#topo .box_menu .menu{
			display:inline-block;
			width:100%;	
		}
			#topo .box_menu .menu .link_menu, #topo .box_menu .menu .link_menu_up{
				display:inline-block;
				position:relative;
				font-family:'GothamBook', Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#FFF;
				font-weight:bold;
				letter-spacing:0.5px;
				padding-bottom:5px;
				transition:opacity 0.2s ease;
			}
				#topo .box_menu .menu .link_menu::after, #topo .box_menu .menu .link_menu_up::after{
					content:'';
					position:absolute;
					left:0;
					bottom:0;
					width:0;
					height:2px;
					background:var(--cor-und);
					transition:width 0.28s ease;
				}
				#topo .box_menu .menu .link_menu:hover{
					opacity:1;
				}
				#topo .box_menu .menu .link_menu:hover::after{
					width:100%;
				}
				#topo .box_menu .menu .link_menu_up{
					opacity:1;
				}
				#topo .box_menu .menu .link_menu_up::after{
					width:100%;
				}
			#topo .box_menu .menu .link_menu sup, #topo .box_menu .menu .link_menu_up sup{
				display:inline-block;
				font-family:'GothamBook', Arial, Helvetica, sans-serif;
				font-size:8px;
				color:#FFF;
				font-weight:bold;
			}
			#topo .box_menu .menu a.link_agro::after{ display:none; }
			/* BTN_SEG v1 - opcao 3: pilula solida na cor do segmento de destino */
			#topo .box_menu .menu a.link_agro .ag_pill{ display:inline-block; background:#38ff00; border-radius:99px; padding:7px 15px; line-height:1.2; box-shadow:0 4px 12px -4px rgba(0,0,0,.4); transition:transform .2s ease, box-shadow .2s ease; }
			#topo .box_menu .menu a.link_agro:hover .ag_pill{ transform:translateY(-2px); box-shadow:0 7px 16px -5px rgba(0,0,0,.5); }
			#topo .box_menu .menu a.link_agro .ag_n, #topo .box_menu .menu a.link_agro .ag_n sup{ color:#1d1d1d; }
			#topo .box_menu .menu a.link_agro .ag_a{ color:#1d1d1d; }
		
		#topo .box_rede_social_topo{
			display:inline-flex;
			align-items:center;
			justify-content:flex-end;
			vertical-align:middle;
			width:17%;
		}
			/* IC_SOCIAL v2 :: branco pleno */
			#topo .box_rede_social_topo a.ic_social{
				display:inline-flex;
				align-items:center;
				justify-content:center;
				width:28px;
				height:28px;
				margin:0 1px;
				border-radius:50%;
				color:#FFFFFF !important;
				opacity:1 !important;
				vertical-align:middle;
				transition:all 0.2s ease;
			}
				#topo .box_rede_social_topo a.ic_social:hover{
					opacity:0.5 !important;
					background:transparent !important;
				}
			/* IC_SOCIAL v4 :: branco fixo + hover opacity 50 */
				#topo .box_rede_social_topo a.ic_social svg{
					width:16px;
					height:16px;
					display:block;
					fill:#FFFFFF !important;
				}
				#topo .box_rede_social_topo a.ic_social svg path{ fill:#FFFFFF !important; }
				#topo .box_rede_social_topo .sep_topo{
					width:1px;
					height:22px;
					background:rgba(255,255,255,0.35);
					margin:0 10px;
					flex:0 0 auto;
				}
	#banner{
		position:relative;
		display:inline-block;
		width:100%;
		margin:0 0 -3px 0;
	}
		#banner .banner{
			display:inline-block;
			width:100%;
			height:680px;
		}
			#banner .banner .texto_banner{
				display:inline-block;
				width:86%;
				padding:280px 7% 0 7%;
				text-align:center;
			}
				#banner .banner .texto_banner .titulo_banner{
					display:inline-block;
					width:100%;
					padding:0 0 15px 0;
					font-family:'Lex', Arial, Helvetica, sans-serif;
					font-size:40px;
					color:#FFF;
					font-weight:bold;
				}
					#banner .banner .texto_banner .titulo_banner h2, .titulo_banner_video{
						font-family:'Lex', Arial, Helvetica, sans-serif;
						font-size:55px;
						color:#FFF;
						font-weight:normal;
					}
					#banner .banner .texto_banner .titulo_banner .cliente{
						display:inline-block;
						width:100%;
						padding:0 0 15px 0;
						font-family:'Lex', Arial, Helvetica, sans-serif;
						font-size:25px;
						color:#FFF;
						font-weight:normal;
					}
					#banner .banner .texto_banner .titulo_banner .servico{
						display:inline-block;
						width:100%;
						padding:0 0 15px 0;
						font-family:'Arial';
						font-size:20px;
						color:#FFF;
						font-weight:normal;
						font-style:italic;
					}
				#banner .banner .texto_banner a{
					display:inline-block;
					width:auto;
					padding:20px 3% 20px 3%;
					margin-top:150px;
					font-family:'Lex', Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#FFF;
					border:1px solid #FFF;
				}
				
				
				#banner .banner .texto_banner .texto h3{
					font-family:'Lex', Arial, Helvetica, sans-serif;
					font-size:18px;
					color:#FFF;
					font-weight:bold;
				}
		#banner .bt_case{
			position:absolute;
			width:100%;
			margin:-82px 0 0 0;
			text-align:right;
		}
			#banner .bt_case a{
				display:inline-block;
				padding:30px 3% 30px 3%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#FFF;
				background:rgba(var(--cor-grad),.75);
				line-height:16px;
			}
				#banner .bt_case a:hover{
					background:rgba(var(--cor-grad),1);
				}
				#banner .bt_case a .linha_ver{
					width:80%;
					height:1px;
					margin:5px 10% 0 10%;
					background:none;
					transition:0.5s;
				}
					#banner .bt_case a:hover .linha_ver{
						background:#FFF;
					}
		
	
	
	#cases{
		display:inline-block;
		width:100%;
	}
		#cases .case{
			display:inline-block;
			overflow:hidden;
			width:33.33%;
			margin:0 -2px -3px -2px;
			height:230px;
			background-size:auto 100%;
			background-repeat:no-repeat;
			background-position:center;
			transition:0.5s;
			text-align:center;
		}
			#cases .case img{
				transition:0.5s;
			}
			#cases .case:hover img{
				width:105%;
				margin:-2.5%;
			}
			
			#cases .case .titulo_case{
				display:inline-table;
				position:absolute;
				width:12.35%;
				padding:0 20% 0 1%;
				height:230px;
				text-align:left;
			}
				#cases .case .titulo_case .titulo{
					display:table-cell;
					vertical-align:middle;
					width:100%;
					font-family:'Lex', Arial, Helvetica, sans-serif;
					font-size:14px;
					color:#FFF;
					font-weight:bold;
				}
			#cases .case .cima_case{
				display:inline-table;
				position:absolute;
				width:33.35%;
				height:230px;
				background:rgba(0,0,0,0.72);
				opacity:0;
				transition:0.5s;
			}
				#cases .case:hover .cima_case{
					opacity:1;
				}
			
			#cases .case .cima_case .ver_case{
				display:table-cell;
				vertical-align:middle;
				width:100%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto{
					display:inline-block;
					width:80%;
					padding:0 10% 30px 10%;
					font-family:'Lex', Arial, Helvetica, sans-serif;
					font-size:36px;
					color:#FFF;
				}
					#cases .case .cima_case .ver_case .texto .cliente{
						display:inline-block;
						width:100%;
						padding:0 0 40px 0;
						font-family:'Lex', Arial, Helvetica, sans-serif;
						font-size:18px;
						color:#FFF;
					}
					#cases .case .cima_case .ver_case .texto .servico{
						display:inline-block;
						width:100%;
						padding:20px 0 0 0;
						font-family:'Arial';
						font-size:16px;
						color:#FFF;
						font-style:italic;
					}
				#cases .case .cima_case .ver_case .bt{
					display:inline-block;
					width:auto;
					padding:20px 8% 20px 8%;
					font-family:'Lex', Arial, Helvetica, sans-serif;
					font-size:15px;
					color:#FFF;
					border:1px solid #FFF;
				}
				#cases .case .cima_case .ver_case .linha_ver{
					width:16%;
					height:1px;
					margin:5px 42% 0 42%;
					background:#FFF;
				}
	
	#bt_mais{
		display:inline-block;
		width:90%;
		padding:70px 0 70px 0;
	}
		#bt_mais a{
			display:inline-block;
			padding:25px 3% 25px 3%;
			font-family:'GothamBook', Arial, Helvetica, sans-serif;
			font-size:16px;
			border:1px solid var(--cor-acento2);
		}
			#bt_mais a:hover{
				color:#FFF;
				background:var(--cor-acento2);
		}
	
	
	#frase_h1{
		display:inline-block;
		width:65%;
		padding:50px 6% 50px 6%;
	}
		#frase_h1 h1{
			font-family:'Lex', Arial, Helvetica, sans-serif;
			font-size:22px;
			font-weight:normal;
	}
	
	#rodape{
		display:inline-block;
		width:90%;
		padding:0 5% 55px 5%;
	}
		#rodape .telefone{
			display:inline-block;
			width:19%;
			vertical-align:top;
			padding:30px 0 0 0;
			text-align:left;
			line-height:18px
		}
			#rodape .telefone a img{
				display:inline-block;
				vertical-align:middle;
				max-width:18px;
			}
			#rodape .telefone .titulo-email{
				padding-top:5px;
				font-weight:bold;
			}
		#rodape .endereco{
			display:inline-block;
			width:19%;
			vertical-align:top;
			padding:30px 0 0 0;
			text-align:left;
			line-height:18px
		}
			#rodape .endereco a{
				text-decoration:underline;
			}
		#rodape .divisao_rodape{
			display:inline-block;
			vertical-align:top;
			width:1px;
			height:60px;
			margin:0 2% 0 1%;
			background:#c9c7c7;
		}
		#rodape .registro{
			display:inline-block;
			vertical-align:top;
			width:57%;
			padding:30px 0 0 0;
			text-align:right;
		}
			#rodape .registro .box_registro{
				display:inline-block;
				vertical-align:top;
				padding:0 0 0 10px;
				text-align:center;
			}
				#rodape .registro .box_registro .titulo_registro{
					display:inline-block;
					padding:0 0 5px 0;
					font-size:12px;
					color:#D4D4D4;
				}
			#rodape .registro .box_registro img{
				vertical-align:middle;
				margin:0 5px 0 5px;
			}
				#rodape .registro .box_registro .logo_rd{
					max-width:67px;
					margin-top:5px;
				}
				#rodape .registro .box_registro .logo_cenp{
					max-width:75px;
					margin-top:5px;
				}
				#rodape .registro .box_registro .logo_google_partner{
					max-width:75px;
					margin-top:5px;
				}
				#rodape .registro .box_registro .logo_sinapro{
					max-width:86px;
				}
				#rodape .registro .box_registro .logo_app{
					max-width:67px;
				}
				#rodape .registro .box_registro .logo_abradi{
					max-width:48px;
				}
	
	
	#rodape_copy{
		display:inline-block;
		width:94%;
		padding:15px 3% 15px 3%;
		font-size:10px;
		text-align:left;
	}
	
	#cod-googleads{
		display:inline;"
	}

@media (max-width: 1000px)
{
	.idioma{
		position:static;
		width:auto;
		margin:0;
	}
		.idioma img{
			display:inline-block;
			width:22px;
			height:auto;
			margin:0 2px 0 2px;
			border:1px solid #FFF;
		}
	
	#topo{
		position:inherit;
		margin:0 0 0 0;
	}
		#topo .box_logo{
			width:90%;
			padding:15px 5% 15px 5%;
		}
			#topo .box_logo img{
				display:inline-block;
				vertical-align:middle;
				width:auto;
				max-width:none;
				height:26px;
			}
			#topo .box_logo .impulsa{
			}
			#topo .box_logo .comunicacao{
			}
		#topo .risco_topo{
			display:none;
		}
		#topo .box_menu{
			width:100%;
			padding:0 0 0 0;
			text-align:center;
		}
		#topo .box_menu .menu{
		}
			#topo .box_menu .menu .link_menu, #topo .box_menu .menu .link_menu_up{
				width:90%;
				padding:12px 5% 12px 5%;
				border-bottom:1px solid rgba(255,255,255,.16);
				border-left:4px solid transparent;
				font-size:13px;
				text-align:left;
			}
				#topo .box_menu .menu .link_menu::after, #topo .box_menu .menu .link_menu_up::after{ display:none; }
				#topo .box_menu .menu .link_menu:active{
					background:var(--cor-acento2);
				}
				#topo .box_menu .menu .link_menu:hover{
					opacity:1.0;
					background:rgba(255,255,255,.10);
				}
				#topo .box_menu .menu .link_menu_up{
					opacity:1.0;
					background:rgba(255,255,255,.14);
					border-left-color:#fff;
					font-weight:bold;
				}
		
		#topo .box_rede_social_topo{
			width:100%;
			padding:16px 0 14px 0;
			border-top:1px solid rgba(255,255,255,.16);
			margin-top:2px;
		}
			#topo .box_rede_social_topo a{
			}
				#topo .box_rede_social_topo a img{
				}
					#topo .box_rede_social_topo a img:hover{
					}
	
	#banner{
		margin:0 0 -4px 0;
	}
	
	
	#cases .case{
		margin:0 -2px -4px -2px;
	}
	
	
	#bt_mais{
		padding:50px 0 50px 0;
	}
		#bt_mais a{
		}
			#bt_mais a:hover{
		}
	
	
	#rodape{
		width:90%;
		padding:0 5% 30px 5%;
	}
		#rodape .telefone{
			width:100%;
			padding:30px 0 0 0;
			text-align:center;
		}
		#rodape .endereco{
			width:100%;
			padding:30px 0 0 0;
			text-align:center;
		}
			#rodape .endereco a{
			}
		#rodape .divisao_rodape{
			display:none;
		}
		#rodape .registro{
			width:100%;
			padding:0 0 0 0;
			text-align:center;
		}
			#rodape .registro .box_registro{
				width:100%;
				padding:30px 0 0 0;
				text-align:center;
			}
				#rodape .registro .box_registro .titulo_registro{
					padding:0 0 5px 0;
				}
			#rodape .registro .box_registro img{
			}
				#rodape .registro .box_registro .logo_rd{
					margin-top:0px;
				}
				#rodape .registro .box_registro .logo_cenp{
					margin-top:0;
				}
				#rodape .registro .box_registro .logo_google_partner{
					margin-top:0px;
				}
				#rodape .registro .box_registro .logo_sinapro{
				}
				#rodape .registro .box_registro .logo_app{
				}
	
	#frase_h1{
		width:90%;
		padding:50px 0% 50px 0%;
	}
		#frase_h1 h1{
			font-size:20px;
	}
	
	#rodape_copy{
		width:90%;
		padding:15px 5% 15px 5%;
		text-align:center;
	}
}

@media (max-width: 400px)
{
	#banner .banner{
		height:250px;
	}
		#banner .banner .texto_banner{
			width:70%;
			padding:85px 15% 0 15%;
		}
			#banner .banner .texto_banner .titulo_banner{
				font-size:20px;
				line-height:20px;
			}
				#banner .banner .texto_banner .titulo_banner h2, .titulo_banner_video{
					font-size:20px;
					line-height:20px;
				}
			#banner .banner .texto_banner .texto{
				display:none;
				width:100%;
				font-size:12px;
			}
				#banner .banner .texto_banner .texto h3{
					font-size:12px;
				}
		
	#cases .case .titulo_case{
		width:35%;
		padding:0 60% 0 5%;
		height:150px;
	}
	#cases .case{
		width:100%;
		height:150px;
	}
		#cases .case .cima_case{
			width:100%;
			height:150px;
		}
			#cases .case .cima_case .ver_case .texto{
				display:inline-block;
				width:90%;
				padding:0 5% 10px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto .cliente{
					font-size:12px;
				}
				#cases .case .cima_case .ver_case .texto .servico{
					font-size:12px;
				}
			#cases .case .cima_case .ver_case .bt{
				display:inline-block;
				width:auto;
				padding:5px 5% 5px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#FFF;
				border:1px solid #FFF;
			}
		
}
@media (min-width: 401px) and (max-width: 600px)
{
	#banner .banner{
		height:350px;
	}
		#banner .banner .texto_banner{
			width:80%;
			padding:100px 10% 0 10%;
		}
			#banner .banner .texto_banner .titulo_banner{
				font-size:25px;
				line-height:25px;
			}
				#banner .banner .texto_banner .titulo_banner h2, .titulo_banner_video{
					font-size:25px;
					line-height:25px;
				}
			#banner .banner .texto_banner .texto{
				display:none;
				width:100%;
				font-size:15px;
			}
				#banner .banner .texto_banner .texto h3{
					font-size:15px;
				}
	
	#cases .case .titulo_case{
		width:35%;
		padding:0 60% 0 5%;
		height:225px;
	}
	#cases .case{
		width:100%;
		height:225px;
	}
		#cases .case .cima_case{
			width:100%;
			height:225px;
		}
			#cases .case .cima_case .ver_case .texto{
				display:inline-block;
				width:80%;
				padding:0 10% 10px 10%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto .cliente{
					font-size:13px;
					padding:0 0 10px 0;
				}
				#cases .case .cima_case .ver_case .texto .servico{
					font-size:13px;
					padding:5px 0 0 0;
				}
			#cases .case .cima_case .ver_case .bt{
				display:inline-block;
				width:auto;
				padding:10px 5% 10px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#FFF;
				border:1px solid #FFF;
			}
}
@media (min-width: 601px) and (max-width: 800px)
{
	#banner .banner{
		height:450px;
	}
		#banner .banner .texto_banner{
			width:80%;
			padding:150px 10% 0 10%;
		}
			#banner .banner .texto_banner .texto{
				display:none;
			}
	
	#cases .case .titulo_case{
		height:115px;
	}
	#cases .case{
		height:115px;
	}
		#cases .case .cima_case{
			height:115px;
		}
			#cases .case .cima_case .ver_case .texto{
				display:inline-block;
				width:90%;
				padding:0 5% 5px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:12px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto .cliente{
					font-size:11px;
					padding:0 0 15px 0;
				}
				#cases .case .cima_case .ver_case .texto .servico{
					font-size:11px;
					padding:10px 0 0 0;
				}
			#cases .case .cima_case .ver_case .bt{
				display:inline-block;
				width:auto;
				padding:5px 5% 5px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:11px;
				color:#FFF;
				border:1px solid #FFF;
			}
}
@media (min-width: 801px) and (max-width: 1000px)
{
	#banner .banner{
		height:550px;
	}
		#banner .banner .texto_banner{
			width:86%
			padding:200px 7% 0 7%;
		}
			#banner .banner .texto_banner .texto{
				display:none;
			}
	
	#cases .case .titulo_case{
		height:155px;
	}
	#cases .case{
		height:155px;
	}
		#cases .case .cima_case{
			height:155px;
		}
			#cases .case .cima_case .ver_case .texto{
				display:inline-block;
				width:80%;
				padding:0 10% 10px 10%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto .cliente{
					font-size:13px;
					padding:0 0 15px 0;
				}
				#cases .case .cima_case .ver_case .texto .servico{
					font-size:13px;
					padding:7px 0 0 0;
				}
			#cases .case .cima_case .ver_case .bt{
				display:inline-block;
				width:auto;
				padding:10px 5% 10px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:13px;
				color:#FFF;
				border:1px solid #FFF;
			}
}
@media (min-width: 1001px) and (max-width: 1200px)
{
	#topo .box_logo{
		width:34%;
	}
	#topo .box_menu{
		width:50%;
	}
	
	#cases .case .titulo_case{
		height:180px;
	}
	#cases .case{
		height:180px;
	}
		#cases .case .cima_case{
			height:180px;
		}
			#cases .case .cima_case .ver_case .texto{
				display:inline-block;
				width:80%;
				padding:0 10% 20px 10%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto .cliente{
					font-size:14px;
					padding:0 0 20px 0;
				}
				#cases .case .cima_case .ver_case .texto .servico{
					font-size:14px;
					padding:10px 0 0 0;
				}
			#cases .case .cima_case .ver_case .bt{
				display:inline-block;
				width:auto;
				padding:10px 5% 10px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#FFF;
				border:1px solid #FFF;
			}
}
@media (min-width: 1201px) and (max-width: 1370px)
{
	#cases .case .titulo_case{
		height:230px;
	}
	#cases .case{
		height:230px;
	}
		#cases .case .cima_case{
			height:230px;
		}
		
			#cases .case .cima_case .ver_case .texto{
				display:inline-block;
				width:80%;
				padding:0 10% 20px 10%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:20px;
				color:#FFF;
			}
				#cases .case .cima_case .ver_case .texto .cliente{
					font-size:16px;
					padding:0 0 25px 0;
				}
				#cases .case .cima_case .ver_case .texto .servico{
					font-size:16px;
					padding:10px 0 0 0;
				}
			#cases .case .cima_case .ver_case .bt{
				display:inline-block;
				width:auto;
				padding:15px 5% 15px 5%;
				font-family:'Lex', Arial, Helvetica, sans-serif;
				font-size:15px;
				color:#FFF;
				border:1px solid #FFF;
			}
}
@media (min-width: 1371px) and (max-width: 1800px)
{
	#banner .banner{
		height:800px;
	}
	#cases .case .titulo_case{
		height:270px;
	}
	#cases .case{
		height:270px;
	}
		#cases .case .cima_case{
			height:270px;
		}
}
@media (min-width: 1801px) and (max-width: 2000px)
{
	#banner .banner{
		height:1000px;
	}
		#banner .banner .texto_banner{
			width:86%;
			padding:350px 7% 0 7%;
		}
	
	
	#cases .case .titulo_case{
		height:350px;
	}
	#cases .case{
		height:350px;
	}
		#cases .case .cima_case{
			height:350px;
		}
}

@media (min-width: 2001px) and (max-width: 2500px)
{
	#banner .banner{
		height:1250px;
	}
		#banner .banner .texto_banner{
			width:86%;
			padding:600px 7% 0 7%;
		}
	
	#cases .case .titulo_case{
		height:400px;
	}
	#cases .case{
		height:400px;
	}
		#cases .case .cima_case{
			height:400px;
		}
}
@media (min-width: 2501px) and (max-width: 3000px)
{
	#banner .banner{
		height:1650px;
	}
		#banner .banner .texto_banner{
			width:86%;
			padding:900px 7% 0 7%;
		}
	
	#cases .case .titulo_case{
		width:33.3%;
		height:500px;
	}
	#cases .case{
		height:500px;
		margin:0 -3px -3px -3px;
	}
		#cases .case .cima_case{
			height:500px;
		}
}
@media (min-width: 3001px)
{
	#banner .banner{
		height:2500px;
	}
		#banner .banner .texto_banner{
			width:86%;
			padding:1200px 7% 0 7%;
		}
	
	#cases .case .titulo_case{
		width:33.3%;
		height:1200px;
	}
	#cases .case{
		height:500px;
		margin:0 -3px -3px -3px;
	}
		#cases .case .cima_case{
			height:500px;
		}
}


/* ===== Tema Agro (html.seg-agro): barra grafite + detalhes verdes ===== */
html.seg-agro #topo .idioma a.ativo{ background:var(--cor-marca); color:#FFF; border-color:var(--cor-marca); opacity:1; }
/* BTN_SEG v1 - no site Agro, a pilula de volta e vermelha (cor da Comunicacao) */
html.seg-agro #topo .box_menu .menu a.link_agro .ag_pill{ background:#e40404; border:0; }
html.seg-agro #topo .box_menu .menu a.link_agro .ag_n, html.seg-agro #topo .box_menu .menu a.link_agro .ag_n sup{ color:#FFF; }
html.seg-agro #topo .box_menu .menu a.link_agro .ag_a{ color:#FFF; }

	.ic-crumb{
		display:flex;
		align-items:center;
		gap:9px;
		padding:14px 10%;
		font-family:'GothamBook', Arial, Helvetica, sans-serif;
		font-size:14px;
	}
		.ic-crumb .ic-crumb-home{ display:inline-flex; color:#9a9a9a; }
		.ic-crumb .ic-crumb-home svg{ width:18px; height:18px; }
		.ic-crumb .ic-crumb-link{ color:#8a8a8a; text-decoration:none; }
		.ic-crumb .ic-crumb-link:hover{ color:var(--cor-marca); }
		.ic-crumb .ic-crumb-sep{ color:#c4c4c4; }
		.ic-crumb .ic-crumb-current{ color:#3a3a3a; font-weight:bold; border-bottom:2px solid var(--cor-marca); padding-bottom:3px; }

	/* Carrossel hero: cross-fade + ken burns + barras de progresso */
	#carrossel_banner{ position:relative; list-style:none; margin:0; padding:0; width:100%; height:680px; overflow:hidden; }
		#carrossel_banner > li{ position:absolute; top:0; left:0; width:100%; height:680px; opacity:0; z-index:0; overflow:hidden; transition:opacity 1.1s ease; }
		#carrossel_banner > li.is-active{ opacity:1; z-index:1; }
		#carrossel_banner > li .banner{ width:100%; height:680px; transform:scale(1); }
		#carrossel_banner > li.is-active .banner:not(.banner-video){ animation:cbKenburns 8s ease-out forwards; }
		@keyframes cbKenburns{ from{ transform:scale(1); } to{ transform:scale(1.07); } }
	.cb-progress{ position:absolute; left:0; right:0; bottom:26px; z-index:6; display:flex; justify-content:center; gap:10px; }
		.cb-progress .cb-bar{ width:46px; height:4px; padding:0; border:none; border-radius:3px; background:rgba(255,255,255,.34); overflow:hidden; cursor:pointer; -webkit-appearance:none; }
		.cb-progress .cb-bar > span{ display:block; height:100%; width:0; background:var(--cor-marca); }


/* ============================================================
   HERO (banner home) — overlay escuro p/ leitura do texto
   (cliente, título e serviço/solução) — vale p/ os 2 segmentos
   ============================================================ */
	#banner .banner{ position:relative; }
		#banner .banner:not(.banner-video)::before{
			content:"";
			position:absolute;
			left:0; top:0; right:0; bottom:0;
			background:linear-gradient(to bottom, rgba(0,0,0,.48) 0%, rgba(0,0,0,.32) 45%, rgba(0,0,0,.55) 100%);
			z-index:1;
			pointer-events:none;
		}
		#banner .banner .texto_banner{ position:relative; z-index:2; }


/* ============================================================
   Tarja de segmento — colada ao nome do cliente
   (zera o padding-bottom do cliente; o espaço vai pra tarja)
   ============================================================ */
	#banner .banner .texto_banner .titulo_banner .cliente,
	#cases .case .cima_case .ver_case .texto .cliente{ padding-bottom:0 !important; }
	.tarja_seg{ margin:4px auto 16px auto !important; }


/* ============================================================
   HERO_TXT v1 — texto do hero branco nos 2 segmentos
   (Agro = Comunicação). O verde/vermelho fica só na tarja.
   Sobrepõe a cor inline por-case ($dados['Cor']).
   ============================================================ */
	#banner .banner .texto_banner .titulo_banner,
	#banner .banner .texto_banner .titulo_banner h2,
	.titulo_banner_video,
	#banner .banner .texto_banner .titulo_banner .cliente,
	#banner .banner .texto_banner .titulo_banner .servico,
	#banner .banner .texto_banner .texto,
	#banner .banner .texto_banner .texto h3{ color:#fff !important; }


/* ============================================================
   HERO_CENTER v1 — bloco de texto do hero centralizado
   (horizontal + vertical) nos 2 segmentos
   ============================================================ */
	#banner .banner{ position:relative; }
	#banner .banner .texto_banner{
		position:absolute !important;
		top:50% !important; left:50% !important;
		transform:translate(-50%, -50%) !important;
		width:86% !important;
		padding:0 7% !important;
		box-sizing:border-box;
		text-align:center !important;
	}


/* ============================================================
   Faixa antes do rodapé (home) — fundo cinza padrão #f5f5f4
   (mesmo cinza da página Agência). Vale p/ os 2 segmentos.
   ============================================================ */
	.faixa_pre_rodape{
		display:block;
		width:100%;
		background:#f5f5f4;
		text-align:center;
	}
