@charset "UTF-8";
/*CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-font-smoothing: subpixel-antialiased !important;
}
input, textarea, select {
	margin: 0;
 	border: none;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box;	
}
input:focus, textarea:focus, select:focus {
 	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}
select {
 	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;    
	-moz-border-radius: 0;   
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: "";
}
select::-ms-expand {
    display: none;
}
@-moz-document url-prefix() {/*firefox seta original*/
    select {
        background-image: none !important;
    }
}
.clearfix:after {
 	visibility: hidden;
 	display: block;
 	font-size: 0;
 	content: " ";
 	clear: both;
 	height: 0;
 }
*:first-child + html .clearfix { 
	zoom: 1; 
}
.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
	filter: alpha(opacity=0); /* IE5,IE6,IE7 */
	opacity: 0; /* normal */
}
.transition {
	-webkit-transition: all 0.3s linear;
 	   -moz-transition: all 0.3s linear;
 	     -o-transition: all 0.3s linear;
 	        transition: all 0.3s linear;
}
/*HOME*/
.relative {
	position: relative;
}
.uppercase {
	text-transform: uppercase;
}
body {
	overflow-x: hidden !important;
    font-family: 'roboto', sans-serif;
    background-color: #fff;
    font-size: 10px; /*no restante usa (em), se precisar diminuir a fonte depois só muda aqui*/
    color: #000;
}
.corpo {
	position: relative;
    width: 940px;
    max-width: 97%;
    margin: 0 auto; 
}
.left {
	float: left;
}
.right {
	float: right;
}
.submenu-ativo {
	color: #d5d5d5 !important;
	font-weight: 700 !important;
}
.cabecalho {
	position: relative;
	width: 100%;
}
.engloba-cabecalho01 {
	position: relative;
	width: 100%;
	height: 45px;
	background-color: #378e3e;
	border-bottom: 1px solid #f79618;
}
.menu01 {
	position: relative;
	float: left;
	margin-top: 16px;
}
.li-menu01:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.li-menu01 {
    border-left: 1px solid #53a35a;
    float: left;
    margin-left: 8px;
    padding-left: 8px;
}
.link-menu01 {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
}
.link-menu01:hover {
	color: #d5d5d5;
}
.tel-cab {
	float: right;
	margin-top: 15px;
	height: 14px;
	padding-left: 30px;
	background-image: url("../img/phone.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
.tel-cab a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 14px;
	color: #fff;
}
.tel-cab a:hover {
	color: #d5d5d5;
}
.engloba-sociais-cab {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 33px;
}
.sociais-cab:first-child {
	margin-left: 0px;
}
.sociais-cab {
	display: block;
	float: left;
	text-decoration: none;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 18px;
}
.face-cab {
	width: 7px;
	background-image: url("../img/face.png");
}
.face-cab:hover {
	background-image: url("../img/facee.png");
}
.twitter-cab {
	width: 13px;
	background-image: url("../img/twitter.png");
}
.twitter-cab:hover {
	background-image: url("../img/twitterr.png");
}
#form-search {
	position: relative;
	float: right;
	width: 145px;
	margin-top: 7px;
}
.input-search {
	width: 100%;
	height: 30px;
	background-color: #318337;
	border-radius: 15px;
	padding-left: 12px;
	padding-right: 30px;
	color: #fff;
	font-weight: 300;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.lupa {
	position: absolute;
	z-index: 5;
	top: 6px;
	right: 5px;
	width: 20px;
	height: 19px;
	background-image: url("../img/lupa.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.input-search::-webkit-input-placeholder {/* chrome */
	color: #fff;
	font-weight: 300;
}
.input-search:-ms-input-placeholder {/* IE */
	color: #fff;
	font-weight: 300;
}
.submit-search {
	display: none;
}
.engloba-cabecalho02 {
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #fff;
}
.h1-logo {
	float: left;
	margin-top: 20px;
}
.link-logo {
	display: block;
	text-decoration: none;
}
.logo {
	width: 148px;
	height: 49px;
}
.menu02 {
	position: relative;
	float: right;
	margin-top: 35px;
}
.li-menu02:first-child {
	margin-left: 0;
}
.li-menu02 {
	position: relative;
	float: left;
	margin-left: 32px;
	padding-bottom: 22px;
}
.link-menu02 {
	text-decoration: none;
	font-size: 1.2em;
	color: #666;
	padding-bottom: 22px;
}
.menu-linha {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	height: 1px;
	background-image: url("../img/menu_linha.jpg");
	background-position: center center;
}
.link-menu02:hover {
	color: #a7a7a7;
}
.li-menu02:hover .menu-linha {
	left: 25%;
	width: 50%;
}
.menu-linha-ativo {
	background-image: url("../img/menu_linha_ativo.jpg");
	left: 25%;
	width: 50%;
}
.link-menu-ativo {
	color: #f59733 !important;
	font-weight: 700;
}
.engloba-banner-home {
	position: relative;
	width: 100%;
	height: 480px;
	background: url("../img/banner-home2020.jpg") center center no-repeat;
	background-size: cover;
}
.banner-home {
	position: relative;
	z-index: 5;/* pode usar com relative tb */
	width: 100%;
	height: 481px;
	background-color: #fff;
}
.banner-carrossel {
	position: relative;
	width: 100%;
	height: 481px;
}
.carrossel-imagem {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 481px;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}
.banner01 {
	background-image: url("../img/banner.jpg");
}
.banner02 {
	background-image: url("../img/banner02.jpg");
}
.banner03 {
	background-image: url("../img/banner.jpg");
}
.banner04 {
	background-image: url("../img/banner02.jpg");
}
.engloba-area-atuacao {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -470px;
	z-index: 10;
	width: 940px;
	height: 481px;
}
.area-atuacao {
	position: relative;
	width: 624px;
	height: 262px;
	margin-top: 115px;
	background-image: url("../img/fundo_transparente.png");
}
.li-area {
	height: 66px;
}
.btn-area {
	width: 63px;
	height: 66px;
	border-top: 1px solid #685c58;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.plus-btn-area {
	border-top: none;
}
.btn-area-ativo {
	background-color: #ec7e22;
	background-position: center top;
}
.btn-area01 {
	background-image: url("../img/area01.png");
}
.btn-area02 {
	background-image: url("../img/area02.png");
}
.btn-area03 {
	background-image: url("../img/area03.png");
}
.btn-area04 {
	background-image: url("../img/area04.png");
}
.todos-info-area {
	position: relative;
}
.engloba-info-area {
	width: 560px;
	height: 264px;
	display: none;
}
.engloba-info-area-ativo {
	display: block;
}
.engloba-titulo-info-area {
	padding-top: 20px;
	margin-left: 25px;
}
.titulo01-info-area {
	color: #fdfdfd;
	font-size: 2em;
	font-weight: 100;
	padding-left: 6px;
	letter-spacing: 5px;
}
.titulo02-info-area {
	color: #fdfdfd;
	font-size: 6em;
	font-weight: 900;
}
.info-area {
	color: #fff;
	font-size: 1.6em;
	font-weight: 100;
	line-height: 25px;
	margin: 20px 0 25px 30px;
	padding-right: 14px;
	height: 50px;
	overflow: hidden;
}
.saiba-mais {
	display: block;
	text-decoration: none;
	background-color: #1F1818;
	margin-left: 30px;
	margin-top: 5px;
	width: 182px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 5px;
}
.saiba-mais:hover {
	background-color: #ec7f22;
}
.engloba-conheca-brita {
	width: 100%;
	background-image: url("../img/fundo_personalizado.png");
}
.servicos-home {
	position: relative;
	width: 100%;
	background-color: #e5e5e5;
	padding: 60px 0;
}
.servicos-home h2 {
	font-size: 30px;
	color: #605f5e;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.engloba-areas-atuacao{
	margin: 0 -12px;
}
.bla2 {
	position: relative;
	width: 297px;
	height: 192px; 
}
.cada-serv-home {
	position: relative;
	display: block;
	text-decoration: none;
	margin: 0 12px;
	width: calc(33.33% - 24px);
}
.cada-serv-home  .bla2 {
	position: relative;
	width: 100%;
	height: auto; 
}
.img-cada-serv-home {
	display: block;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.img-cada-serv-home-ativo {
	position: relative;
	z-index: 10;
}
.some-img-cada-serv-ativo {
	opacity: 0;
}
.cada-serv-home p {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	background-color: #fff;
	font-size: 18px;
	color: #3c3c3c;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
}
.cada-serv-home:hover p {
	border-bottom: 2px solid #f68621;
}
.engloba-duvida, .engloba-novidades-interna {
	position: relative;
	z-index: 10;
	width: 1085px;
	margin: 0 auto;
	background-color: #fff;
	top: -35px;
	padding: 0 70px;
}
.cabecalho-conheca-brita {
	position: relative;
	padding-top: 50px;
	margin-bottom: 45px;
}
.h2-conheca-brita {
	color: #605f5e;
	font-size: 3.0em;
	font-weight: 700;
	padding-left: 58px;
	height: 42px;
	line-height: 42px;
	background-image: url("../img/pinhal.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.corpo-conheca-brita {
	position: relative;
	width: 100%;
}
.link-cada-conheca:first-child {
	margin-left: 0px;
}
.link-cada-conheca {
	display: block;
	text-decoration: none;
	width: 297px;
	margin-left: 24px;
	margin-bottom: 80px;
}
.img-cada-conheca {
	display: block;
	width: 297px;
	height: 192px;
}
.texto-cada-conheca {
	width: 100%;
	background-color: #fff;
	padding: 0 8px;
	padding-bottom: 15px;
}
.h3-cada-conheca {
	color: #3c3c3c;
	font-size: 1.8em;
	padding-top: 15px;
}
.p-cada-conheca {
	color: #3c3c3c;
	font-size: 1.4em;
	font-weight: 300;
	margin-top: 10px;
	height: 15px;
	overflow: hidden;
}
.link-cada-conheca:hover .texto-cada-conheca {
	background-color: #3c3c3c;
}
.link-cada-conheca:hover .h3-cada-conheca, .link-cada-conheca:hover .p-cada-conheca {
	color: #fff;
}
.faixa-personalizada {
	width: 100%;
	height: 123px;
	background-image: url("../img/fundo_personalizado02.png");
	border-top: 2px solid #f59733;
}
.bold {
    font-weight: bold; 
}
.italic {
    font-style: italic;
}
.underline {
	text-decoration: underline;
}
.engloba-novidades {
	width: 100%;
	background-color: #e5e5e5;
}
.img-novidades {
	position: absolute;
	z-index: 5;
	top: -115px;
	right: -35px;
	width: 675px;
	height: 461px;
}
.h2-novidades {
	position: relative;
	z-index: 10;
	padding-top: 80px;
	padding-bottom: 112px;
	color: #484847;
	font-size: 42px;
	font-weight: 300;
}
.h2-novidades span {
	font-size: 48px;
	font-weight: 700;
}
.engloba-texto-novi {
	position: relative;
	z-index: 10;
	padding-bottom: 38px;
}
.img-novidades02 {
	display: block;
	width: 475px;
	height: 186px;
}
.texto-novi {
	position: relative;
	width: 475px;
	height: 110px;
	background-color: #fff;
	padding: 12px 30px 0 15px;
}
.plus-texto-novi {
	width: 450px;
	margin-bottom: 15px;
}
.data-novi {
	color: #98ab99;
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 13px;
}
.titulo-novi {
	color: #e36b0a;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 23px;
	height: 70px;
	overflow: hidden;
	margin-bottom: 18px;
}
.p-novi {
	color: #444444;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	margin-bottom: 27px;
}
.link-novi {
	display: block;
	text-decoration: none;
	width: 143px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #7e7e7e;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}
.link-novi:hover {
	background-color: #f59733;
}
.dir-novi {
	width: 287px;
	height: 148px;
	background-color: #fff;
	margin-top: 17px;
	padding: 18px 17px 0 17px;
}
.dir-novi:first-child {
	margin-top: 0;
}
.plus-color {
	color: #7e7e7e;
}
.titulo-novi-02 {
	font-size: 1.6em;
	color: #2a2424;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.btn-ver-novi {
	display: block;
	text-decoration: none;
	width: 450px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 1.4em;
	color: #fff;
	background-color: #f58220;
}
.btn-ver-novi:hover {
	background-color: #a7a6a6;
}
.engloba-video {
	position: relative;
	width: 100%;
}
.pano-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-image: url("../img/pattern_video.png");
}
.video {
	display: block;
	width: 100%;
}
.engloba-texto-video {
	position: absolute;
	top: 50%;
	margin-top: -102px;
	left: 50%;
	margin-left: -363px;
	z-index: 20;
}
.p1-video {
	color: #fff;
	font-size: 7.5em;
	font-weight: 700;
}
.p2-video {
	color: #fff;
	font-size: 4.4em;
	font-weight: 300;
	text-align: center;
}
.link-video {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 1.8em;
	width: 255px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background-color: #1d1919;
	margin: 0 auto;
	margin-top: 40px;
}
.link-video:hover {
	color: #6d5a5a;
}
.engloba-rodape {
	position: relative;
	width: 100%;
	border-top: 4px solid #db822f;
}
.main-rodape {
	width: 100%;
	height: 212px;
	background-image: url("../img/fundo_personalizado03.png");
}
.rodape-logo {
	width: 347px;
	height: 51px;
	margin-top: 75px;
}
.menu-rodape {
	margin-top: 45px;
}
.menu-rodape ul {
	margin-left: 50px;
}
.menu-rodape ul:first-child {
	margin-left: 0px;
}
.li-menu-rodape {
	margin-bottom: 25px;
}
.link-menu-rodape {
	text-decoration: none;
	color: #636363;
	font-size: 1.2em;
	padding-left: 12px;
	background-image: url("../img/setinha_dir.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.link-menu-rodape:hover {
	color: #fff;
}
.fim-rodape {
	width: 100%;
	height: 40px;
	background-color: #2c2727;
}
.sociais-rodape {
	position: absolute;
	top: 7px;
	left: 0;
}
.social-rodape {
	display: block;
	text-decoration: none;
	width: 27px;
	height: 26px;
	margin-right: 13px;
	background-repeat: no-repeat;
	background-position: center center;
}
.social01 {
	background-image: url("../img/face02.png");
}
.social01:hover {
	background-image: url("../img/facee02.png");
}
.social02 {
	background-image: url("../img/twitter02.png");
}
.social02:hover {
	background-image: url("../img/twitterr02.png");
}
.direitos-rodape {
	width: 300px;
	line-height: 40px;
	font-size: 1.2em;
	color: #747373;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	margin: 0 auto;
}
.logo-wp8 {
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	text-decoration: none;
	width: 42px;
	height: 14px;
	background-image: url("../img/logo_wp8.png");
	background-repeat: no-repeat;
    background-position: right center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.logo-wp8:hover {
	width: 136px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/*Dúvidas*/
.duvidas {
	width: 100%;
	background-clip: #f4f4f4;
	padding: 40px 0 90px 0;
}
.cada-duvida {
	border-bottom: 2px solid #e6e4e4;
	padding-bottom: 10px; 
	margin-bottom: 25px;
}
.p1-duvida {
	display: table;
	cursor: pointer;
	font-size: 1.5em;
	color: #5c5b5b;
}
.p1-duvida:hover {
	color: #f58220;
}
.p1-duvida-ativo {
	color: #f58220;
}
.p2-duvida {
	display: none;
	font-size: 1.4em;
	color: #5c5b5b;
	line-height: 17px;
	margin-top: 25px;
}
.engloba-duvida {
	margin-top: 75px;
}
.duvida-left {
	float: left;
	width: 305px;
	margin-right: 30px;
	padding-top: 30px;
}
.h3-duvida {
	font-size: 5.2em;
	color: #5c5b5b;
	font-weight: 700;
}
.p3-duvida {
	font-size: 1.5em;
	color: #5c5b5b;
	margin-top: 25px;
	line-height: 17px;
}
.duvida-right {
	float: left;
	padding-top: 30px;
}
/*Trabalhe Conosco*/
.engloba-trabalhe {
	position: relative;
}
.cab-trabalhe, .cab-contato, .cab-novidades, .cab-geral {
	position: relative;
	width: 100%;
	background-image: url("../img/fundo_personalizado04.png");
}
.breadcrumb {
	padding-top: 22px;
}
.p1-breadcrumb {
	display: block;
	text-decoration: none;
	color: #666666;
}
.p1-breadcrumb:hover {
	color: #a7a7a7;
}
.setinha-breadcrumb {
	background-image: url("../img/seta_bread.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 5px;
	height: 10px;
	margin-left: 10px;
}
.p2-breadcrumb {
	display: block;
	text-decoration: none;
	color: #f58220;
	margin-left: 10px;
}
.p3-breadcrumb {
	display: block;
	text-decoration: none;
	color: #666666;
	margin-left: 10px;
}
.p3-breadcrumb:hover {
	color: #a7a7a7;
}
.titulo-telas {
	margin-top: 38px;
}
.a-titulo-tela {
	display: table;
	text-decoration: none;
	color: #5c5b5b;
	font-size: 4.8em;
	font-weight: 700;
}
.a-titulo-tela:hover {
	color: #f58220;
}
.p-abaixo-titulo {
	margin-top: 15px;
	padding-bottom: 60px;
	color: #5c5b5b;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 15px;
}
.corpo-trabalhe {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding: 40px 0;
}
.img-trabalhe {
	z-index: 2;
	width: 30%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
.engloba-form-trabalhe {
	position: relative;
	z-index: 5;
	width: 100%;
	background-color: #fff;
	padding: 15px 20px 15px 370px;
}
.label-form-trabalhe {
	display: block;
	color: #666666;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.input-form-trabalhe {
	width: 550px;
	height: 32px;
	margin-bottom: 15px;
	background-color: #e0e0e0;
	font-family: 'roboto', sans-serif;
	color: #666666;
	font-size: 1.2em;
	padding-left: 12px;
}
.input-form-trabalhe:focus {
	border: 1px solid #ADADAD;
}
.input-f-t-half {
	width: 265px;
}
.engloba-input-file-trab {
	position: relative;
	width: 550px;
	height: 32px;
	margin-bottom: 15px;
	background-color: #e0e0e0;
}
.engloba-input-file-trab.erro-form .p-over-file-trab{
	height: 30px;
}
.engloba-input-file-trab-estilo-focus {
	border: 1px solid #ADADAD !important;
}
.engloba-input-file-trab-estilo-focus .p-over-file-trab {
	height: 30px;
}
.input-file-trab {
	position: relative;
	z-index: 10;
	width: 158px;
	height: 32px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.p-over-file-trab {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 158px;
	height: 32px;
	line-height: 32px; 
	background-color: #666;
	font-family: 'roboto', sans-serif;
	color: #c3c3c3;
	font-size: 1.2em;
	padding-left: 30px;
	background-image: url("../img/lupa02.png");
	background-repeat: no-repeat;
	background-position: 12px center;
}
.p-arquivo-escolhido-trab {
	width: 390px;
	height: 32px;
	line-height: 32px;
	font-family: 'roboto', sans-serif;
	color: #666666;
	font-size: 1.2em;
	padding-left: 12px;
}
.textarea-form-trabalhe {
	resize: none;
	height: 115px;
	padding-top: 5px;
}
.msg-form-trabalhe {
	width: 380px;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background-image: url("../img/ops.png");
	background-repeat: no-repeat;
	background-position: left center;
	
	margin-top: -5px;
	color: #fff;
	font-size: 1.2em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.msg-form-trabalhe-option01 {
	background-color: #378e3e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.msg-form-trabalhe-option02 {
	background-color: #b3211a;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.submit-form-trabalhe {
	cursor: pointer;
	width: 155px;
	height: 32px;
	background-color: #2a2424;
	color: #e0e0e0;
	font-size: 1.2em;
	background-repeat: no-repeat;
	background-position: 20px center;
	margin-top: -5px;
	border: 2px solid #2a2424;
}
.submit-form-trabalhe:focus {
	border: 2px solid #db822f;
}
.submit-form-trabalhe:hover {
	background-color: #ec7f22;
	border: 2px solid #ec7f22;
}
.submit-form-trabalhe-enviando {
	background-color: #ec7f22;
	background-image: url("../img/ajax-loader.gif");
}
.engloba-cxa-aviso-erro {
	position: absolute;
	top: -45px;
	left: 0;
	z-index: 10;
	display: none;
}
.mostra-engloba-cxa-aviso-erro {
	display: block;
}
.caixa-aviso-erro {
	width: 380px;
	height: 32px;
	line-height: 32px;
	background-color: #f58220;
	font-size: 1.2em;
	color: #fff;
	padding-left: 35px;
	background-image: url("../img/ops.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.balaca-cxa-aviso-erro {
	width: 13px;
	height: 8px;
	background-image: url("../img/balaca.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
.erro-form {
	border: 1px solid #f58220;
}
.erro-form02 {
	color: #f58220;
}
.rodape-trabalhe {
	position: relative;
	width: 100%;
	height: 45px;
	background-color: #e0e0e0;
}
.p-rod-trab {
	margin-left: 92px;
	line-height: 45px;
	font-size: 1.2em;
	color: #4b4a4a;
	background-repeat: no-repeat;
	background-position: left center;
}
.p-rod-trab:first-child {
	margin-left: 0;
}
.p1-rod-trab {
	padding-left: 22px;
	background-image: url("../img/rodape_end.png");
}
.p2-rod-trab {
	padding-left: 29px;
	background-image: url("../img/rodape_email.png");
}
.p3-rod-trab {
	padding-left: 22px;
	background-image: url("../img/rodape_fone.png");
}
/*Contato*/
.plus-telas {
	padding-bottom: 40px;
}
.engloba-contato, .engloba-localizacao {
	position: relative;
}
.corpo-contato {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #f4f4f4;
}
.engloba-form-contato {
	margin-top: 50px;
}
.plus-01 {
	margin-top: 0;
}
.plus-02 {
	height: 185px;
}
.engloba-info-contato {
	width: 255px;
	margin-top: 160px;
}
.p-info-contato {
	font-size: 1.3em;
	color: #5c5b5b;
	min-height: 26px;
	margin-bottom: 35px;
	padding-left: 42px;
	background-repeat: no-repeat;
	background-position: left top;
}
.p1-info-contato {
	background-image: url("../img/info01.png");
}
.p2-info-contato {
	background-image: url("../img/info02.png");
	line-height: 26px;
}
.p3-info-contato {
	background-image: url("../img/info03.png");
	line-height: 19px;
}
.p-info-contato-final {
	font-size: 1.4em;
	line-height: 15px;
	color: #5c5b5b;
	font-weight: 700;
}
.cab-localizacao {
	width: 100%;
	height: 120px;
	background-image: url("../img/fundo_personalizado04.png");
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.plus-03 {
	margin-top: 30px;
}
.form-loc {
	margin-top: 34px;
}
.icon-loc {
	height: 45px;
	width: 40px;
	background-color: #f58220;
	background-image: url("../img/icon_loc.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.input-form-loc {
	width: 400px;
	height: 45px;
	padding-left: 18px;
}
.submit-form-loc {
	width: 40px;
	height: 45px;
	color: #fff;
	background-color: #c2c2c2;
}
.engloba-mapa {
	position: relative;
	width: 100%;
	height: 550px;
}
.balaca-mapa {
	position: relative;
}
#map_canvas {
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*Novidades*/
.engloba-aside-sec-nov {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding-top: 25px;
}
.engloba-aside-nov {
	width: 350px;
	margin-bottom: 60px;
}
.form-search-nov {
	margin-bottom: 60px;
}
.input-search-nov {
	width: 300px;
	height: 45px;
	background-color: #e6e4e4;
	padding-left: 15px;
}
.lupa-nov {
	width: 50px;
	height: 45px;
	background-color: #f58220;
	background-image: url("../img/lupa_novi.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.engloba-cat-nov {
	margin-bottom: 45px;
}
.h3-cat-nov, .h3-tag-nov {
	font-size: 1.4em;
	color: #5c5b5b;
	margin-bottom: 10px;
}
.li-cat-nov {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #e6e4e4;
}
.link-cat-nov {
	text-decoration: none;
	line-height: 30px;
	font-size: 1.4em;
	color: #7e7e7e;
	padding-left: 20px;
	background-image: url("../img/bolinha_orange.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.link-cat-nov:hover {
	color: #f58220;
}
.link-cat-nov-ativo {
	color: #f58220;
}
.engloba-tag-nov {
	margin-bottom: 45px;
}
.a-tag-nov {
	display: block;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	padding: 0 17px;
	font-size: 1.2em;
	color: #989898;
	background-color: #e6e4e4;
	margin-bottom: 12px;
	margin-right: 12px;
}
.a-tag-nov:hover {
	color: #fff;
	background-color: #f58220;
}
.a-tag-nov-ativo {
	color: #fff;
	background-color: #f58220;
}
.engloba-sec-nov {
	width: 565px;
}
.p-result-novi {
	font-size: 1.2em;
	color: #9f9e9e;
	padding-left: 15px;
	background-image: url("../img/seta_full.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
.link-nov {
	position: relative;
	display: block;
	text-decoration: none;
	width: 565px;
	height: 228px;
	border: 3px solid #ebe9e9;
	margin-bottom: 25px;
}
.link-nov:hover .pano-over-img-nov {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.link-nov:hover .p-over-img-nov {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.img-nov {
	width: 559px;
	height: 222px;
}
.pano-over-img-nov  {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 559px;
	height: 222px;
	background-color: #f58220;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.p-over-img-nov {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -41px;
	font-size: 1em;
	color: #f4f4f4;
	padding-top: 50px;
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	background-position: top center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.engloba-texto-nov {
	margin-bottom: 25px;
	padding-bottom: 35px;
	border-bottom: 2px solid #e6e4e4;
}
.last-engloba-texto-nov {
	padding-bottom: 35px;
}
.h3-texto-nov {
	display: table;
	text-decoration: none;
	font-size: 2.4em;
	color: #666666;
	margin-bottom: 12px;
}
.h3-texto-nov:hover {
	color: #f58220;
}
.p-mini-txt-nov {
	font-size: 1em;
	color: #969494;
	padding-left: 12px;
	height: 11px;
	line-height: 11px;
	background-image: url("../img/clock.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 15px;
	margin-bottom: 15px;
}
.ul-mini-txt-nov {
	margin-bottom: 15px;
}
.li-mini-txt-nov {
	padding-left: 5px;
	border-left: 1px solid #969494;
	margin-right: 5px;
}
.li-mini-txt-nov:first-child {
	border-left: none;
	padding-left: 12px;
	background-image: url("../img/etiqueta.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.a-mini-txt-nov {
	display: block;
	text-decoration: none;
	font-size: 1em;
	color: #969494;
	height: 11px;
	line-height: 11px;
}
.a-mini-txt-nov:hover {
	text-decoration: underline;
}
.p-texto-nov {
	font-size: 1.4em;
	color: #666666;
	line-height: 20px;
	margin-bottom: 12px;
}
.link-texto-nov {
	display: block;
	text-decoration: none;
	width: 112px;
	font-size: 1.4em;
	color: #f58220;
	background-image: url("../img/seta_direita.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.link-texto-nov:hover {
	text-decoration: underline;
}
.engloba-pag-nov {
	margin-bottom: 60px;
}
.pag-nov {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	color: #f58220;
	width: 23px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	border: 1px solid #9e9e9e;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.pag-nov:hover, .pag-nov-ativo {
	color: #fff;
	background-color: #f58220;
	border: 1px solid #f58220;
}
.pag-nov-seta-esq {
	background-image: url("../img/pag_esq.png");
}
.pag-nov-seta-esq:hover {
	background-image: url("../img/pag_esq02.png");
}
.pag-nov-seta-dir {
	background-image: url("../img/pag_dir.png");
}
.pag-nov-seta-dir:hover {
	background-image: url("../img/pag_dir02.png");
}
/*Novidades interna*/
.engloba-img-nov-int {
	position: relative;
	display: block;
	text-decoration: none;
	width: 565px;
	height: 228px;
	border: 3px solid #ebe9e9;
	margin-bottom: 15px;
}
.engloba-img-nov-int:hover .pano-over-img-nov {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.img-nov-int {
	width: 559px;
	height: 222px;
}
.p-over-img-nov-int {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -22.5px;
	left: 50%;
	margin-left: -42.5px;
	font-size: 1em;
	color: #f4f4f4;
	padding-top: 35px;
	background-image: url("../img/lupa_mais.png");
	background-repeat: no-repeat;
	background-position: top center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.engloba-img-nov-int:hover .p-over-img-nov-int {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.engloba-mini-fotos-nov-int {
	margin-bottom: 20px;
}
.li-mini-img {
	margin: 0 13px 10px 0;
}
.a-mini-nov-int {
	position: relative;
	display: block;
	text-decoration: none;
}
.a-mini-nov-int:hover .pano-over-img-mini {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.img-mini-nov-int {
	width: 128px;
	height: 67px;
}
.pano-over-img-mini {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 128px;
	height: 67px;
	background-color: #f58220;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.engloba-texto-nov-int {
	margin-bottom: 15px;
}
.h3-texto-nov-int {
	font-size: 2.4em;
	color: #666666;
	margin-bottom: 12px;
}
.div-texto-nov-int {
	font-size: 1.4em;
	color: #666666;
	line-height: 22px;
}
.div-texto-nov-int p {
	margin-top: 15px;
}
.div-texto-nov-int p:first-child {
	margin-top: 0;
}
.minha-classe-twitter {
	margin-left: 5px;
}
.engloba-outras-nov-int {
	margin-top: 40px;
	margin-bottom: 35px;
}
.outras-nov-int {
	font-size: 1.4em;
	color: #666666;
	padding-bottom: 18px;
	border-bottom: 2px solid #ebe9e9;
	margin-bottom: 15px;
}
.cada-outras-nov-int {
	width: 255px;
	margin-right: 27px;
	margin-bottom: 40px;
}
.p-mini-outras-nov-int {
	font-size: 1.2em;
	color: #7e7e7e;
	font-weight: 300;
	padding-left: 12px;
	background-image: url("../img/clock.png");
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 18px;
}
.a-outras-nov-int {
	display: block;
	text-decoration: none;
	font-size: 1.6em;
	color: #2a2424;
	line-height: 20px;
	height: 62px;
	overflow: hidden;
}
.a-outras-nov-int:hover {
	color: #f58220;
}
/*Clientes*/
.overlay {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.mostra-overlay {
	z-index: 100;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.fundo-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
    height: 100%;
    background: #171717;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    opacity: 0.98;
}
.caixa-overlay { /*tabela*/
	position: relative;
	display: table;
	z-index: 200;
	left: 50%;	
	height: 100%;
}
.celula-tabela-caixa { /*célua da tabela, centraliza no meio*/
	display: table-cell;
	vertical-align: middle;
}
.engloba-cliente-overlay {
	float: left;
	margin-right: 20px;
}
.cliente-overlay {
	font-size: 5.4em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.p1-cliente-overlay {
	font-size: 1.6em;
	color: #fb8506;
	margin-bottom: 20px;
}
.p2-cliente-overlay {
	font-size: 1.6em;
	color: #fb8506;
	padding-left: 20px;
	background-image: url("../img/pingo.png");
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	line-height: 18px;
}
.linha {
	position: absolute;
	top: 0;
	right: 558px;
	width: 25px;
	height: 100%;
	background-image: url("../img/linha.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.engloba-info-caixa-overlay {
	float: left;
	width: 380px;
	margin-left: 45px;
}
.ul-overlay li {
	text-transform: uppercase;
	font-size: 2.5em;
	color: #fff;
	line-height: 35px;
	padding-left: 25px;
	background: url("../img/bola_orange.png") no-repeat left center;
}
.engloba-btn-overlay {
	float: left;
	margin-left: 125px;
}
.btn-overlay {
	width: 30px;
	height: 31px;
	background: url("../img/fechar_overlay.png") no-repeat center center;
}
.menu-clientes {
	padding: 0 65px;
	height: 35px;
}
.li-menu-clientes {
	position: relative;
	margin-left: 23px;
}
.li-menu-clientes:first-child {
	margin-left: 0;
}
.link-menu-clientes {
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	color: #9c9b9b;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;	
}
.balaca-menu-clientes {
	position: absolute;
	z-index: 5;
	bottom: -11px;
	left: 50%;
	margin-left: -8.5px;
	width: 17px;
	height: 11px;
	background-image: url("../img/setinha_clientes.png");
	background-repeat: no-repeat;
	background-position: center center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.link-menu-clientes-ativo {
	color: #fff;
	background-color: #666666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}
.link-menu-clientes-ativo + .balaca-menu-clientes {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.link-menu-clientes:hover {
	color: #fff;
	background-color: #666666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.engloba-clientes {
	position: relative;
	background-color: #eaeaea;
	padding-top: 30px;
}
.plus-cliente {
	border-bottom: 2px solid #cfcfcf;
}
.topo {
	position: absolute;
	z-index: 10;
	top: -30px;
	right: -65px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 30px;
	border: 2px solid #db822f;
	padding-top: 3px;
}
.topo p {
	height: 58px;
	padding-top: 32px;
	color: #8d8d8c;
	background: url("../img/topo.png") no-repeat top center;
}
.topo:hover {
	top: -35px;
}
.cada-cliente {
	display: block;
	text-decoration: none;
	width: 296px;
	margin: 0 8px;
	margin-bottom: 16px;
}
.engloba-img-cada-cliente {
	position: relative;
	width: 296px;
	height: 165px;
	line-height: 170px;
	text-align: center;
}
.camada-engloba-img-cada-cliente {
	position: absolute;
	z-index: 5;
	width: 305px;
	height: 170px;
	background-color: #fff;
	opacity: 0.8;
}
.engloba-img-cada-cliente01 {
	background: url("../img/case01.jpg") no-repeat center center;
}
.engloba-img-cada-cliente02 {
	background: url("../img/case02.jpg") no-repeat center center;
}
.engloba-img-cada-cliente03 {
	background: url("../img/case03.jpg") no-repeat center center;
}
.img-cada-cliente {
	vertical-align: middle;
}
.img-cada-cliente-plus {
	position: relative;
	width: 150px;
	z-index: 10;
}
.div-txt-cada-cliente {
	position: relative;
	width: 100%;
	background-color: #fff;
	height: 45px;
	padding-left: 12px;
}
.p1-cada-cliente {
	font-size: 14px;
	color: #4b4a4a;
	font-weight: 700;
	padding-top: 10px;
	text-align: left;
}
.p2-cada-cliente {
	font-size: 10px;
	color: #4b4a4a;
	font-weight: 300;
	padding-top: 3px;
	text-align: left;
}
.balaca-txt-cada-cliente {
	position: absolute;
	z-index: 50;
	top: -8px;
	left: 14px;
	width: 15px;
	height: 8px;
	background: url("../img/setinha-cima.png") no-repeat center center;
}
.over-cada-cliente {
	position: absolute;
	z-index: 25;
	top: 0;
	left: 0;
	width: 296px;
	height: 165px;
	background-color: #f58220;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.linha-over-cada-cliente {
	position: absolute;
	z-index: 10;
	bottom: -4px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #f58220;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.p-over-cada-cliente {
	position: absolute;
	z-index: 50;
	top: 65px;
	left: 92px;
	font-size: 10px;
	font-weight: 700;
	color: #f4f4f4;
	padding-top: 50px;
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	background-position: top center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.p-over-cada-cliente-plus {
	left: 50%;
	margin-left: -41.5px;
}
.p-over-cada-cliente-plus01 {
	margin-left: -45px;
}
.p-over-cada-cliente-plus02 {
	margin-left: -76px;
}
.p-over-cada-cliente-plus03 {
	margin-left: -52px;
}
.cada-cliente:hover .over-cada-cliente {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.cada-cliente:hover .p1-over-cada-cliente, .cada-cliente:hover .ul-over-cada-cliente, .cada-cliente:hover .linha-over-cada-cliente, .cada-cliente:hover .p-over-cada-cliente {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.engloba-links-finais {
	padding-top: 23px;
	padding-bottom: 27px;
}
.cada-link-final {
	position: relative;
	width: 465px;
	height: 203px;
	margin-left: 10px;
}
.cada-link-final:first-child {
	margin-left: 0;
}
.img-link-final {
	width: 465px;
	height: 203px;
}
.engloba-p-link-final {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 35px;
}
.engloba-p-link-final01 {
	margin-top: -30px;
}
.engloba-p-link-final02 {
	margin-top: -30px;
}
.p1-link-final {
	font-size: 3.3em;
	color: #fff;
	/* margin-top: 5px; */
}
.p2-link-final {
	font-size: 3.3em;
	color: #fff;
	font-weight: 900;
	margin-top: 5px;
}
.a-link-final {
	display: block;
	text-decoration: none;
	width: 133px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	font-size: 1.2em;
	color: #2b2525;
	font-weight: 900;
	margin-top: 10px;
}
.a-link-final:hover {
	background-color: #f58220;
	color: #fff;
}
/*Áreas interna*/
.p1-servico-overlay {
	font-size: 1.6em;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	text-align: center;
}
.p2-servico-overlay {
	width: 475px;
	font-size: 1.4em;
	color: #fff;
	line-height: 20px;
}
.plus-icone-cada-ser-overlay {
	background-color: #db812d !important;
}
.areas {
	width: 100%;
	height: 480px;
	background: url("../img/banner_areas.jpg") no-repeat center;
}
.engloba-areas-texto {
	float: left;
	padding-top: 60px;
}
.h3-areas-texto {
	margin-bottom: 25px;
	font-size: 4.0em;
	color: #605f5f;
	font-weight: 700;
}
.areas-texto {
	position: relative;
	width: 575px;
	padding: 25px;
	line-height: 18px;
	background: url("../img/fundo_transparente2.png");
}
.balaca-areas-texto {
	position: absolute;
	z-index: 10;
	top: -14px;
	left: 10px;
	width: 28px;
	height: 14px;
	background: url("../img/balaca_areas.png") no-repeat center;
}
.p-areas-texto {
	font-size: 1.4em;
	color: #fff;
}
.engloba-areas-fotos {
	float: right;
	padding-top: 60px;
}
.p-areas-fotos {
	margin-top: 65px;
	margin-bottom: 10px;
	font-size: 1.8em;
	color: #171717;
	font-weight: 700;
}
.a-img-areas-fotos {
	display: block;
	text-decoration: none;
}
.img-areas-fotos {
	width: 335px;
	height: 184px; 
	margin-bottom: 10px;
}
.container-carrossel-areas-fotos {
	position: relative;
	width: 335px;
}
.btn-carrossel-areas-fotos {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -14px;
	width: 19px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-prev {
	left: -22px;
	background-image: url("../img/areas_seta_esq.png");
}
.btn-next {
	right: -22px;
	background-image: url("../img/areas_seta_dir.png");
}
.carrossel-areas-fotos {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slider-areas-fotos {
	position: relative;
	left: 0px;
}
.imgs-areas-fotos {
	position: relative;
	display: block;
	float: left;
	width: 106px;
	height: 69px;
	margin-left: 2.8px;
	margin-right: 2.8px;
}
.servicos {
	width: 100%;
	background-color: #e2e1e0;
}
.engloba-servicos {
	padding-top: 60px;
	padding-bottom: 50px;
}
.cada-servico {
	display: block;
	float: left;
	margin: 0 16px 25px 16px;
	margin-bottom: 25px;
}
.cada-servico:hover .icone-cada-servico {
	background-color: #db812d;
}
.cada-servico:hover .engloba-texto-cada-servico {
	background-color: #4f4f4f;
}
.cada-servico:hover .p1-cada-servico {
	color: #fff;
}
.cada-servico:hover .p2-cada-servico {
	color: #fff;
	background-color: #db812d;
}
.cada-servico:hover .balaca-cada-servico {
	background: url("../img/servicos_balaca01.png");
}
.icone-cada-servico {
	width: 140px;
	height: 140px;
	background-color: #4f4f4f;
	border-radius: 80px;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	margin-bottom: 10px;
}
.icone01 {
	background-image: url("../img/icone_servico.png");
}
.icone02 {
	background-image: url("../img/lista02.png");
}
.icone03 {
	background-image: url("../img/icone_servico.png");
}
.icone04 {
	background-image: url("../img/icone_servico.png");
}
.icone05 {
	background-image: url("../img/icone_servico.png");
}
.h4-cada-servico {
	width: 196px;
	font-size: 1.6em;
	color: #4f4f4f;
	font-weight: 700;
	height: 55px;
	margin-bottom: 20px;
}
.engloba-texto-cada-servico {
	position: relative;
	width: 196px;
	height: 190px;
	background-color: #848383;
	padding: 10px 8px;
}
.balaca-cada-servico {
	position: absolute;
	z-index: 10;
	top: -13px;
	left: 50%;
	width: 28px;
	margin-left: -14px;
	height: 13px;
	background: url("../img/servicos_balaca02.png") no-repeat center;
}
.p1-cada-servico {
	font-size: 1.2em;
	color: #4f4f4f;
}
.plus-p1-cada-servico {
	height: 110px !important;
	overflow-y: hidden;
}
.p2-cada-servico {
	width: 154px;
	height: 33px;
	line-height: 33px;
	background-color: #626161;
	font-size: 1em;
	color: #999999;
	margin: 0 auto;
	margin-top: 8px;
}
.engloba-menu-areas {
	width: 100%;
	background-color: #fff;
}
.menu-areas {
	position: relative;
	display: table;
	margin: 0 auto;
}
.li-menu-areas {
	float: left;
	margin-left: 15px;
}
.li-menu-areas:first-child {
	margin-left: 0;
}
.link-menu-areas {
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	color: #9c9b9b;
	padding: 10px 15px;
}
.link-menu-areas:hover {
	color: #fff;
	background-color: #666666;
}
.link-menu-areas-ativo {
	color: #fff;
	background-color: #666666;
}
/*Áreas*/
.areas-lista {
	width: 100%;
	background-color: #f4f4f4;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cada-area-lista {
	position: relative;
	float: left;
	width: 198px;
	margin: 0 18px;
}
.icone-area-lista {
	height: 32px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 35px;
}
.icone01-area-lista {
	width: 36px;
	background-image: url("../img/lista01.png");
}
.icone02-area-lista {
	width: 31px;
	background-image: url("../img/lista02.png");
}
.icone03-area-lista {
	width: 33px;
	background-image: url("../img/lista03.png");
}
.icone04-area-lista {
	width: 19px;
	background-image: url("../img/lista04.png");
}
.h3-area-lista {
	text-align: center;
	font-size: 2.0em;
	color: #5c5b5b;
	font-weight: 700;
}
.linha-area-lista {
	width: 35px;
	border-bottom: 1px solid #5c5b5b;
	margin: 15px auto 20px auto;
}
.p-area-lista {
	height: 30px;
	overflow-y: hidden;
	line-height: 15px;
	text-align: center;
	font-size: 1.2em;
	color: #888787;
	font-weight: 700;
}
.link-area-lista {
	display: block;
	text-decoration: none;
	width: 153px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background-color: #888787;
	color: #fff;
	font-size: 1.2em;
	margin: 20px auto 0 auto;
}
.link-area-lista:hover {
	background-color: #f55d21;
}
/*Erro*/
.p-erro {
	font-size: 1.4em;
	color: #5c5b5b;
	font-weight: 300;
	margin-top: 5px;
	margin-left: 2px;
}
.p2-erro {
	margin-top: 32px;
	padding-bottom: 42px;
}
.link-erro {
	text-decoration: none;
	color: #f58220;
	font-weight: 400;
}
.link-erro:hover {
	text-decoration: underline;
}
.banner-erro {
	width: 100%;
	height: 390px;
	background: url("../img/erro.jpg") no-repeat center;
}
.p-final-erro {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 1.3em;
	color: #4b4a4a;
	padding-left: 28px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 58px;
}
.p-final-erro:first-child {
	margin-left: 0;
}
.p1-final-erro {
	background-image: url("../img/info01_black.png");
}
.p2-final-erro {
	background-image: url("../img/info02_black.png");
}
.p3-final-erro {
	background-image: url("../img/info03_black.png");
}
/*Busca*/
.plus-p1-breadcrumb {
	margin-left: 10px;
}
.plus-form-search-nov {
	margin-bottom: 30px;
}
.plus-p-result-novi {
	margin-bottom: 25px;
	padding-bottom: 35px;
	background-position: left top;
	border-bottom: 2px solid #e6e4e4;
}
.plus-p-mini-txt-nov {
	font-size: 1.1em;
	background-image: url("../img/bolinha_orange.png");
}
.palavra-pesquisada {
	font-style: italic;
	font-weight: 700;
}
/*Produtos*/
.produtos {
	background-color: #f4f4f4;
}
.p-titulo-prod {
	float: left;
	font-size: 1.4em;
	color: #5c5b5b;
	font-weight: 700;
	margin-top: 58px;
	margin-bottom: 12px;
	text-align: center;
}
.p1-t-p {
	width: 79px;
}
.p2-t-p, .p3-t-p, .p4-t-p {
	width: 160px;
}
.p5-t-p {
	width: 160px;
}
.p5-t-p span {
	font-size: 12px;
	color: #5c5b5b;
	font-weight: 400;
}
.ref-p05-prod {
	padding: 0 !important;
}
.p6-t-p {
	width: 221px;
}
.ul-produtos {
	padding-bottom: 75px;
}
.li-produto {
	background-color: #e0dede;
	margin-bottom: 5px;
}
.plus-li-produto {
	background-color: #d2d1d1;
}
.btn-produto {
	display: block;
}
.btn-produto:hover .produto-underline {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.div-produto {
	position: relative;
	display: table;
	float: left;
	width: 160px;
	height: 78px;
	border-left: 4px solid #f4f4f4;
}
.div-produto:first-child {
	width: 78px;
	border-left: none;
}
.plus-div-produto {
	width: 216px;
}
.img-produto-mini {
	display: block;
	width: 78px;
	height: 77px;
}
.div-produto p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	color: #5c5b5b;
	font-weight: 700;
	line-height: 17px;
	padding: 0 12px;
}
.btn-produto:hover .last-p-prod {
	color: #f58220;
}
.produto-underline {
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: url("../img/produto_bottom.png");
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
.engloba-tudo-overlay-prod {
	position: relative;
	z-index: 200;
	width: 959px;
	top: 50%;
	margin: -250px auto 0 auto;
}
.container-carrossel-overlay-p {
	position: relative;
	width: 959px;
	margin-bottom: 70px;
}
.carrossel-overlay-prod {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slider-overlay-prod {
	position: relative;
	left: 0;
}
.cada-overlay-produto {
	position: relative;
	float: left;
	width: 959px;
}
.seta-overlay-prod {
	position: absolute;
	z-index: 205;
	top: 50%;
	margin-top: -18.5px;
	width: 24px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center;
}
.seta-prev-over-p {
	left: -50px;
	background-image: url("../img/seta_prev_prod.png");
}
.seta-next-over-p {
	background-image: url("../img/seta_next_prod.png");
	right: -50px;
}
.img-overlay-prod {
	float: left;
	display: block;
	width: 364px;
	height: 364px;
}
.engloba-txt-overlay-prod {
	float: left;
	width: 410px;
	margin-top: 12px;
	margin-left: 30px;
}
.h3-overlay-prod {
	font-size: 1.4em;
	color: #f58220;
	margin-bottom: 10px;
}
.p-overlay-prod {
	font-size: 2.5em;
	color: #fff;
	font-weight: 700;
}
.div-pai-overlay-prod {
	margin-bottom: 38px;
}
.div01-overlay-prod {
	width: 185px;
}
.div02-overlay-prod {
	width: 185px;
	margin-left: 40px;
}
.div-fim-overlay-prod {
	
}

.btn-overlay-prod {
	float: right;
	width: 30px;
	height: 31px;
	background: url("../img/fechar_overlay.png") no-repeat center center;
}
.container02-carrossel-overlay-p {
	position: relative;
	width: 630px;
	margin: 0 auto;
}
.seta02-overlay-prod {
	position: absolute;
	z-index: 205;
	top: 0;
	margin-top: 24px;
	width: 15px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
}
.seta02-prev-over-p {
	left: -50px;
	background-image: url("../img/seta02_prev_prod.png");
}
.seta02-next-over-p {
	background-image: url("../img/seta02_next_prod.png");
	right: -50px;
}
.slider02-overlay-prod {
	position: relative;
	left: 0;
}
.cada02-overlay-produto {
	position: relative;
	float: left;
	width: 78px;
	margin: 0 6px;
}
.img02-overlay-prod {
	display: block;
	width: 78px;
	height: 72px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	opacity: 0.2;
}
.cada02-overlay-produto:hover .img02-overlay-prod {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: 0.6;
}
.img02-overlay-prod-ativo {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	opacity: 0.6;
}
.p02-overlay-prod {
	font-size: 12px;
	color: #5f5e5e;
	width: 78px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
/*Cases interna*/
.engloba-case-interna, .engloba-case-semelhante {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding-bottom: 60px;
}
.engloba-case-depoimento {
	position: relative;
	width: 100%;
	padding: 70px 0;
	background-image: url("../img/fundo_personalizado04.png");
	background-repeat: repeat;
	background-position: center;
}
.h3-case-interna {
	padding-top: 40px;
	margin-bottom: 35px;
	font-size: 4.0em;
	color: #5c5b5b;
	font-weight: 700;
}
.img-case-interna {
	display: block;
	width: 100%;
	height: 198px;
	margin-bottom: 65px;
}
.engloba-sobre-case-int {
	padding-bottom: 80px;
}
.engloba-logo-case-int {
	width: 415px;
	margin-right: 15px;
}
.logo-case-interna {
	background: url("../img/case_interna_logo.png") no-repeat center;
	width: 250px;
	height: 215px;
	background-size: 100%;
	margin: 0 auto;
	margin-bottom: 45px;
}
.p-mini-case-interna {
	font-size: 1.4em;
	color: #686767;
	font-weight: 700;
	text-align: center;
}
.p1-mini-case-interna span {
	color: #fb8506;
	font-weight: 400;
}
.p2-mini-case-interna {
	display: table;
	margin: 0 auto;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background: url("../img/pingo_case_int.png") no-repeat left center;
	margin-top: 10px;
}
.engloba-txt-sobre-case-int {
	width: 510px;
}
.h4-case-interna {
	font-size: 4.0em;
	color: #5c5b5b;
	font-weight: 700;
	margin-bottom: 20px;
}
.txt-sobre-case-int {
	font-size: 1.4em;
	color: #5c5b5b;
	line-height: 17px;
}
.bla {
	position: relative;
}
.engloba-img02-case-interna {
	width: 716px;
	height: 443px;
}
.img02-case-interna {
	display: block;
	max-width: 716px;
	margin: 0 auto;
}
.container-carrossel-case-int {
	position: relative;
	width: 190px;
	height: 399px;
	margin-top: 22px;
}
.seta-case-int {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 17px;
}
.seta-prev-case-int {
	top: -20px;
	background: url("../img/setinha_case_int.png");
}
.seta-next-case-int {
	bottom: -20px;
	background: url("../img/setinha2_case_int.png");
}
.carrossel-case-int {
	position: relative;
	width: 190px;
	height: 399px;
	overflow: hidden; 
}
.slider-case-int {
	position: relative;
	top: 0;
}
.cada-btn-case-int {
	display: block;
	width: 190px;
	height: 125px;
	margin-bottom: 12px;
}
.cada-img-case-int {
	display: block;
	max-width: 190px;
}
.h4-case-dep {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 50%;
	margin-top: -55px;
	width: 250px;
	margin-bottom: 0px;
}
.engloba-right-case-dep {
	width: 555px;
}
.p1-case-dep {
	font-size: 2.2em;
	color: #5c5b5b;
	line-height: 25px;
	font-style: italic;
}
.p2-case-dep {
	font-size: 1.8em;
	color: #f58220;
	font-style: italic;
	text-align: right;
	margin-top: 18px;
}
.h5-cases-sem {
	font-size: 2.5em;
	color: #5c5b5b;
	font-weight: 700;
	padding-top: 60px;
	margin-bottom: 22px;
}
/*Maquinário*/
.menu-clientes-plus {
	padding: 0;
}
.li-menu-clientes-plus {
	margin-left: 16px;
}
.li-menu-clientes-plus:first-child {
	margin-left: 0;
}
.p-over-cada-cliente-plus2 {
	margin-left: -60px;
}
.engloba-img-cada-maq01 {
	background: url("../img/maquinario01.jpg") no-repeat center center;
}
.engloba-img-cada-maq02 {
	background: url("../img/maquinario02.jpg") no-repeat center center;
}
.engloba-img-cada-maq03 {
	background: url("../img/maquinario03.jpg") no-repeat center center;
}
/*Maquinário interna*/
.engloba-maquina {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding: 40px 0 74px 0;
}
.h3-maq-interna {
	font-size: 4.0em;
	color: #5c5b5b;
	font-weight: 700;
	margin-bottom: 38px;
}
.h3-maq-interna-plus {
	font-size: 2.5em;
}
.blaa {
	font-size: 1.8em !important;
}
.engloba-img-maq-int {
	width: 425px;
	height: 250px;
	margin-right: 18px;
}
.img-maq-int {
	display: block;
	max-width: 425px;
	margin: 0 auto;
}
.engloba-info-maq-int {
	width: 497px;
}
.h4-info-maq-int {
	font-size: 2.4em;
	color: #5c5b5b;
	font-weight: 700;
	margin-bottom: 15px;
}
.p-info-maq-int {
	font-size: 1.4em;
	color: #5c5b5b;
	line-height: 17px;
	margin-bottom: 30px;
}
.container-carrossel-maq-int {
	position: relative;
	width: 429px;
	height: 88px;
	margin: 0 auto;
}
.seta-maq-int {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -17.5px;
	width: 23px;
	height: 35px;
}
.seta-prev-maq-int {
	left: -30px;
	background: url("../img/seta_prev_maq.png");
}
.seta-next-maq-int {
	right: -30px;
	background: url("../img/seta_next_maq.png");
}
.carrossel-maq-int {
	position: relative;
	width: 429px;
	height: 88px;
	overflow: hidden;
}
.slider-maq-int {
	position: relative;
	left: 0;
}
.cada-btn-maq-int {
	display: block;
	width: 135px;
	height: 88px;
	margin: 0 4px;
}
.cada-img-maq-int {
	display: block;
	max-width: 135px;
}
.engloba-dados {
	position: relative;
	width: 100%;
	background-color: #e2e2e2;
	padding: 40px 0;
}
.table-dados-tecnicos tr:last-child td {
	border-bottom: none;
}
.td-table-dados-tecnicos {
	width: 470px;
	font-size: 1.6em;
	color: #5c5b5b;
	font-weight: 700;
	border-bottom: 2px solid #c9c7c7;
	padding: 10px 0;
}
.td-table-dados-tecnicos-plus {
	font-weight: 400;
}
.td-table-dados-tecnicos-plus02 {
	border-left: 2px solid #c9c7c7;
	padding-left: 15px;
}
.engloba-orcamento {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding: 95px 0 40px 0;
}
.corpo-orcamento {
	padding-bottom: 70px;
	border-bottom: 2px solid #c9c7c7;
}
.engloba-txt-orcamento {
	width: 385px;
}
.h4-orcamento {
	font-size: 5.2em;
	color: #5c5b5b;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 12px;
}
.p-orcamento {
	font-size: 1.5em;
	color: #5c5b5b;
	line-height: 18px;
}
.engloba-maquina-sem {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
	padding-bottom: 30px;
}
.h5-cases-sem-plus {
	padding-top: 0;
}
/*Quem Somos*/
.quem-somos {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	background-color: #fff;
}
.engloba-somos-texto {
	float: left;
	width: 570px;
	margin-top: 35px;
}
.h3-somos-texto {
	font-size: 2.4em;
	color: #5c5b5b;
	font-weight: 700;
	margin-bottom: 20px;
}
.p-somos-texto {
	font-size: 1.4em;
	color: #5c5b5b;
	line-height: 1.5;
}
.engloba-somos-fotos {
	float: right;
	margin-top: 40px;
}
.engloba-linha-tempo {
	position: relative;
	width: 100%;
}
.topo-linha-tempo {
	width: 100%;
	height: 140px;
	background-color: #2a2424;
}
.h4-linha-tempo {
	font-size: 2.4em;
	color: #a3a2a2;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 18px;
}
.engloba-anos {
	position: relative;
	border-top: 2px solid #9e9e9e;
}
.engloba-magia-linha-tempo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
.magia-linha-tempo {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	width: 52px;
	height: 2px;
	background: url("../img/linha-tempo-laranja.png") left center repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
.magia-linha-tempo-mostra {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.pai-cada-ano {
	position: relative;
}
.engloba-cada-ano {
	position: relative;
}
.cada-ano {
	width: 52px;
	text-align: center;
	font-size: 2.2em;
	color: #5c5b5b;
	padding-top: 15px;
	margin-left: 170px;
}
.cada-ano:first-child {
	margin-left: 0;
}
.cada-ano-ativo {
	color: #f58220 !important;
}
.cada-ano:hover .cada-ano {
	color: #f58220;
}
.engloba-carrossel-linha-tempo {
	position: relative;
	width: 100%;
}
.carrossel-anos {
	position: absolute;
	top: 155px;
	right: 0px;
	z-index: 10;
	width: 385px;
	height: 90px;
	/*overflow: hidden;*/
}
.slider-anos {
	font-size: 10em;
	font-weight: 700;
	color: #fff;
	margin-left: 18px;
}
.carrossel-linha-tempo {
	position: relative;
	width: 100%;
	height: auto;
}
.cada-carrossel-linha-tempo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	padding: 32px 0;
}
.cada-carrossel-linha-tempo:first-child {
	display: block;
}
.linha-tempo-ativo {
	position: relative;
}
.fundo-linha-tempo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.fundo-linha-tempo1 {
	background-image: url("../img/fundo-linha-tempo1.jpg");
	background-size: cover;
}
.fundo-linha-tempo2 {
	background-image: url("../img/fundo-linha-tempo2.jpg");
}
.fundo-linha-tempo3 {
	background-image: url("../img/fundo-linha-tempo3.jpg");
}
.fundo-linha-tempo4 {
	background-image: url("../img/fundo-linha-tempo4.jpg");
}
.fundo-linha-tempo5 {
	background-image: url("../img/fundo-linha-tempo5.jpg");
}
.aux-linha-tempo {
	position: relative;
	z-index: 2;
}
.img-linha-tempo {
	display: block;
	width: 545px;
	height: 495px;
	margin-right: 32px;
}
.engloba-txt-linha-tempo {
	position: relative;
	width: 363px;
	margin-top: 260px;
}
.bla-txt-linha-tempo {
	font-size: 10em;
	color: #fff;
}
.txt-linha-tempo {
	font-size: 1.4em;
	color: #fefdfd;
	line-height: 18px;
}
.balaca-txt-linha-tempo {
	width: 52px;
	height: 2px;
	background: url("../img/linha-tempo-laranja.png") center repeat;
	margin-top: 15px;
}
.plus-somos {
	border-top: 2px solid #cfcfcf;
}
.plus-somos2 {
	margin-top: 23px;
}
/*Meio Ambiente*/
.site-ambiente {
	position: relative;
	z-index: 10;
}
.btn-carrossel-ambiente-fotos {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -14px;
	width: 17px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-prev-ambiente-fotos {
	left: -24px;
	background-image: url("../img/areas_seta_esq2.png");
}
.btn-next-ambiente-fotos {
	right: -24px;
	background-image: url("../img/areas_seta_dir2.png");
}
.fundo-cinza {
	width: 100%;
	height: 25px;
	background-color: #f4f4f4;
}
.engloba-video-ambiente {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.engloba-texto-video-ambiente {
	position: relative;
	top: 132.5px;

  	-webkit-transform: translate(0,-40px);
 	   -moz-transform: translate(0,-40px);
 	    -ms-transform: translate(0,-40px);
 	     -o-transform: translate(0,-40px);
 	        transform: translate(0,-40px);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	-webkit-transition: all 2.5s ease-out;
 	   -moz-transition: all 2.5s ease-out;
 	     -o-transition: all 2.5s ease-out;
 	        transition: all 2.5s ease-out;
}
.mostra-engloba-texto-video-ambiente {
	-webkit-transform: translate(0,0);
 	   -moz-transform: translate(0,0);
 	    -ms-transform: translate(0,0);
 	     -o-transform: translate(0,0);
 	        transform: translate(0,0);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.engloba-p-ambiente {
	display: table;
	margin: 0 auto;
}
.p1-video-ambiente {
	font-size: 197px;
	color: #fff;
	font-weight: 900;
	font-style: italic;
}
.p2-video-ambiente {
	font-size: 97px;
	color: #fff;
	font-weight: 700;
	margin-top: 40px;
	margin-left: 5px;
}
.p3-video-ambiente {
	font-size: 34px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}
.espaco-video{
	width: 100%;
	height: 590px;
	background: url("../img/img-ambiente.jpg") center no-repeat;
}
.comentario-ambiente {
	position: relative;
	width: 100%;
	background: url("../img/fundo-personalizado-ambiente.jpg");
}
.engloba-txt-coments-amb {
	position: relative;
	padding: 50px 0;
}
.p1-coments-ambiente {
	font-size: 2.7em;
	color: #4a4848;
	line-height: 35px;
	text-align: center;
}
.p1-coments-ambiente span {
	font-weight: 700;
}
.p2-coments-ambiente {
	font-size: 1.5em;
	color: #f58220;
	text-align: center;
	line-height: 18px;
}
.aspas-ambiente {
	position: absolute;
	top: 45px;
	width: 87px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
}
.aspas1-ambiente {
	left: -90px;
	background-image: url("../img/aspas01-ambiente.png");
}
.aspas2-ambiente {
	right: -90px;
	background-image: url("../img/aspas02-ambiente.png");
}
.engloba-mapa-ambiente {
	position: relative;
	width: 100%; 
	height: 785px;
}
.mapa-ambiente {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 785px;
	background: url("../img/mapa-ambiente.jpg") center no-repeat;
}
.engloba-btn-mapa-amb {
	position: absolute;
	z-index: 5;
}
.fix-engloba-btn-mapa-amb {
	z-index: 10;
}
.btn-mapa-amb {
	display: block;
}
.img2-btn-mapa-amb {
	display: block;
	width: 50px;
	height: 50px;
}
.btn1-mapa-amb {
	top: 140px;
	left: 520px;
}
.btn2-mapa-amb {
	top: 200px;
	left: 610px;
}
.btn3-mapa-amb {
	top: 230px;
	left: 540px;
}
.btn4-mapa-amb {
	top: 200px;
	left: 445px;
}
.btn5-mapa-amb {
	top: 185px;
	left: 525px;
}
.btn6-mapa-amb {
	top: 260px;
	left: 500px;
}
.btn7-mapa-amb {
	top: 105px;
	left: 645px;
}
.btn8-mapa-amb {
	top: 65px;
	left: 595px;
}
.esconede-caixa-btn-mapa-amb {
	position: relative;
	display: none;
}
.mostra-caixa-btn-mapa-amb {
	display: block;
}
.balaca-caixa-btn-mapa-amb {
	position: absolute;
	top: -9px;
	left: 15px;
	z-index: 5;
	width: 18px;
	height: 9px;
	background: url("../img/balaca-mapa-ambiente.png") center no-repeat;
}
.caixa-btn-mapa-amb {
	position: relative;
	width: 434px;
	border-top: 5px solid #F5821F;
	padding: 8px;
}
.pano-caixa-btn-mapa-amb {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.7;
}
.img-caixa-btn-mapa-amb {
	position: relative;
	z-index: 15;
	display: block;
	width: 418px;
	height: 235px;
}
.p-caixa-btn-mapa-amb {
	position: relative;
	z-index: 15;
	font-size: 1.4em;
	color: #fdfafa;
	padding-top: 20px;
	padding-bottom: 12px;
	line-height: 18px;
}
.video-ambiente {
	width: 1920px;
}
.sociais-novo{
	float: right;
	margin-top: 28px;
	margin-left: 30px;
	width: 25px;
	height: 30px;
	background: url("../img/facebook.png") no-repeat;
}
.sociais-novo a{
	width: 100%;
	height: 100%;
	display: block;
}
.header-mob{
	display: none;
}
.engloba-lista-vagas > div {
	display: flex;
	width: 100%;
	padding-top: 60px;
}
.engloba-lista-vagas > div > p {
	width: calc(70% - 90px);
    font-size: 1.4em;
    font-weight: 700;
    color: #5c5b5b;
    margin-bottom: 10px;
    border-left: 4px solid #f4f4f4;
}
.engloba-lista-vagas > div > p:first-child, .engloba-lista-vagas > ul li > div:first-child {
	width: 30%;
	border-left: none;
}
.engloba-lista-vagas > div > p:last-child, .engloba-lista-vagas > ul li > div:last-child {
	width: 90px;
	text-align: center;
}
.engloba-lista-vagas > ul {
	padding-bottom: 80px;
}
.engloba-lista-vagas > ul li {
	display: flex;
    background-color: #e0dede;
    margin-bottom: 10px;
}
.engloba-lista-vagas > ul li > div {
	width: calc(70% - 90px);
    border-left: 4px solid #f4f4f4;
    padding: 10px;
}
.engloba-lista-vagas > ul li > div p {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #5c5b5b;
}
.engloba-lista-vagas > ul li > div a{
	display: block;
	cursor: pointer;
    width: 100%;
    height: 20px;
    line-height: 20px;
    background-color: #2a2424;
    color: #e0e0e0;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
}
.engloba-lista-vagas > ul li > div a:hover {
	background-color: #ec7f22;
}
.descricao-vaga > div {
	margin-bottom: 30px;
}
.descricao-vaga > div h3 {
    font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 700;
    color: #5c5b5b;
    margin-bottom: 5px;
}
.descricao-vaga > div p {
    font-size: 1.4em;
    line-height: 1.5em;
    color: #5c5b5b;
}
.descricao-vaga > div a{
	display: inline-block;
	cursor: pointer;
    height: 48px;
    line-height: 48px;
    background-color: #378e3e;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
}
.descricao-vaga > div a:hover {
	background-color: #ec7f22;
}
@media (max-width: 1200px) {
	.engloba-banner-home {
	    height: 290px;
	}
	.engloba-texto-video {
	    margin-top: -75px;
	    margin-left: -215px;
	}
	.p1-video {
	    font-size: 4.5em;
	}
	.p2-video {
	    font-size: 3.4em;
	}
	.link-video{
		margin-top: 20px;
	}
}
@media (max-width: 992px) {
    header{
    	z-index: 100;
        padding: 10px 0;
        background-color: #fff;
        position: fixed !important;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
           -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
                box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    }
	.header-mob{
        display: block;
    }
    .header-mob .logo {
	    width: 94px;
	    height: auto;
	}
    .content-menu-mobile{
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        top: 53px;
        width: 100%;
        height: calc(100vh - 53px);
        background-color: #fff !important;
        -webkit-transform: translateY(10%);
           -moz-transform: translateY(10%);
            -ms-transform: translateY(10%);
                transform: translateY(10%);

        opacity: 0;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        overflow-y: auto;
    }
    .ativa-menu-mobile .content-menu-mobile{
        padding: 0;  
        visibility: visible;
        -webkit-transform: translateY(0%);
           -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        opacity: 1;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
    .espaco-mobile{
    	height: 53px;
    }
    .engloba-cabecalho01 {
	    height: auto;
	    padding: 20px 15px;
	}
	.li-menu01 {
		float: none;
	    margin-left: 0;
	    padding-left: 0;
	    border-left: none;
	    margin-bottom: 20px;
	}
	.menu01, .menu02 {
		float: none;
		margin-top: 0;
	}
	.link-menu01 {
		display: block;
		text-align: center;
	    font-size: 1.6em;
	}
	.tel-cab {
	    float: none;
	    margin: 0 auto;
	    margin-top: 15px;
	    width: 305px;
	    height: auto;
	    max-width: 100%;
	    padding-left: 20px;
	}
	.h1-logo, .sociais-novo{
		display: none;
	}
	.li-menu02 {
	    position: relative;
	    float: none;
	    margin-left: 0;
	    padding-bottom: 10px;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.link-menu02 {
		font-size: 1.4em;
	}
	.menu02 {
		padding: 20px 0;
	}
    .h2-novidades {
		padding: 40px 0;
		text-align: center;
    }
    .img-novidades {
    	display: block;
	    position: relative;
	    z-index: 5;
	    top: 0px;
	    right: 0px;
	    width: 400px;
	    max-width: 100%;
	    height: auto;
	    margin: 0 auto;
	    margin-bottom: 20px;
	}
	.img-novidades02 {
	    display: block;
	    width: 100%;
	    height: auto;
	}
	.float-texto-novi{
		float: none;
		width: 500px;
		max-width: 100%;
		margin: 0 auto;
	}
	.texto-novi {
	    width: 100%;
	    margin-bottom: 15px;
	    padding: 12px 15px;
	}
	.btn-ver-novi, .link-texto-nov {
		width: 100%;
	}
	.engloba-video {
	    height: 250px;
	    background-color: #737373;
	}
	.video {
		display: none;
	}
	.rodape-logo {
		width: 200px;
	    height: auto;
	    margin-top: 95px;
	}
	.a-titulo-tela{
		font-size: 3.8em;
	}
	.engloba-somos-texto {
	    float: none;
	    width: 100%;
	    margin-top: 35px;
	}
	.engloba-somos-fotos {
	    float: none;
	    margin: 0 auto;
	    margin-top: 40px;
	    width: 335px;
	    max-width: 100%;
	}
	.espaco-video{
		position: relative;
	}
	.engloba-texto-video-ambiente {
	    position: absolute;
	    top: 50%;
	    width: 100%;
	    margin-top: -90px;
	}
	.p1-video-ambiente {
	    font-size: 110px;
	}
	.p2-video-ambiente {
	    font-size: 60px;
	}
	.engloba-mapa-ambiente {
		display: none;
	}
	.engloba-ul-produtos{
		width: 100%;
		overflow-x: auto;
		margin-bottom: 50px;
	}
	.ul-produtos, .buttons-produtos {
		width: 940px;
	}
	.ul-produtos{
		padding-bottom: 0;
	}
	.engloba-tudo-overlay-prod {
	    width: 364px;
	    top: 0px;
	    margin: 30px auto 0 auto;
	    padding-top: 50px;
	}
	.container-carrossel-overlay-p{
		width: 100%;
	}
	.cada-overlay-produto {
	    width: 364px;
	}
	.img-overlay-prod {
	    float: none;
	}
	.engloba-txt-overlay-prod {
	    float: none;
	    width: 364px;
	    margin-top: 15px;
	    margin-left: 0px;
	}
	.div-pai-overlay-prod{
		margin-bottom: 25px;
	}
	.div01-overlay-prod, .div02-overlay-prod{
		float: none;
		width: 100%;
		margin: 0;
	}
	.div01-overlay-prod{
		margin-bottom: 25px;
	}
	.overlay {
		overflow-y: auto;
	}
	.container02-carrossel-overlay-p {
		display: none;
	}
	.engloba-btn-overlay-prod {
	    float: none;
	    margin-left: 0px;
	    position: absolute;
	    top: 0px;
	    right: 0;
	}
	.input-form-trabalhe{
		max-width: 100%;
	}
	.engloba-form-contato{
		width: 60%;
	}
	.engloba-info-contato {
		max-width: 35%;
	}
	.input-f-t-half, .engloba-input-file-trab {
		width: 550px;
		max-width: 100%;
	}
	.engloba-form-contato .relative, .engloba-form-trabalhe .relative, .duvida-right .relative {
		float: none;
	}
	.engloba-mapa {
		height: 365px;
	}
	.engloba-form-trabalhe {
		padding: 15px 20px 15px 35%;
	}
	.p-arquivo-escolhido-trab {
	    width: calc(100% - 158px);
	}
	.rodape-trabalhe{
		height: auto;
	}
	.p-rod-trab {
		float: none;
		display: table;
		width: auto;
		margin: 0 auto !important;
	}
	.engloba-aside-nov {
		float: none;
		margin: 0 auto;
	    width: 565px;
	    max-width: 100%;
	    margin-bottom: 40px;
	}
	.engloba-sec-nov {
		float: none;
		margin: 0 auto;
	    max-width: 100%;
	}
	.input-search-nov {
	    width: calc(100% - 50px);
	}
	.link-nov, .engloba-img-nov-int {
		width: 100%;
	}
	.img-nov, .img-nov-int {
		width: 100%;
		height: auto;
	}
	.pano-over-img-nov {
		width: 100%;
		height: 100%;
	}
	.cada-outras-nov-int {
	    width: 100%;
	    margin-right: 0;
	}
	.a-outras-nov-int {
		height: auto;
	}
	.duvida-left, .duvida-right {
	    float: none;
	    width: 550px;
	    max-width: 100%;
	    margin: 0 auto;
	    margin-top: 30px;
	}
	.engloba-cada-ano{
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap; /* Quebra a linha assim que um dos flex itens não puder mais ser compactado. */
	    justify-content: center; /* Cria um espaçamento igual entre os elementos. Mantendo o primeiro grudado no início e o último no final. */
	    align-items: stretch; /*Valor padrão, ele que faz com que os flex itens cresçam igualmente.*/
	}
	.magia-linha-tempo{
		display: none;
	}
	.cada-ano {
		float: none;
    	width: 20%;
	    margin-left: 0;
	}
	.img-linha-tempo {
	    width: calc(50% - 32px);
	    height: auto;
	}
	.slider-anos {
		margin: 0;
	}
	.carrossel-anos {
		padding-left: 0px;
	    top: 50px;
	    right: auto;
	    left: 50%;
	    width: 50%;
	}
	.engloba-txt-linha-tempo {
	    width: 50%;
	    margin-top: 160px;
	}
	.cada-link-final {
		float: none;
		margin: 0 auto !important;
		margin-top: 25px !important;
		max-width: 100%;
	}
	.img-link-final {
		width: 100%;
		height: auto;
	}
	.areas {
	    height: 280px;
	}
	.engloba-areas-texto{
		float: none;
	}
	.areas-texto {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.main-rodape{
		height: auto;
	}
	.engloba-rodape-logo {
		float: none;
		padding: 40px;
	}
	.rodape-logo {
		display: block;
		margin: 0 auto;
	    margin-top: 0px;
	}
	.menu-rodape {
	    width: auto;
	    display: table;
	    float: none;
	    margin: 0 auto;
	}
	.engloba-banner-home {
	    height: 210px;
	}
	.p3-video-ambiente {
	    font-size: 24px;
	}
	.engloba-form-contato, .engloba-info-contato {
		float: none;
	    width: 550px;
	    max-width: 100%;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.menu-rodape ul {
	    margin: 0;
	    width: 100%;
	    float: none;
	}
    .logo-wp8{
    	position: relative;
        float: none;
        margin: 0 auto;
        top: 0;
    }
    .fim-rodape {
    	padding-bottom: 15px;
	    width: 100%;
	    height: auto;
	}
	.engloba-areas-atuacao {
		width: 300px;
		max-width: 100%;
	    margin: 0 auto;
	}
	.servicos-home h2{
		text-align: center;
	}
	.cada-serv-home {
	    margin: 0;
	    width: 100%;
	    margin-bottom: 15px;
	}
	.link-menu-rodape {
	    padding-left: 0px;
	    text-align: center;
	    display: block;
	    background-image: none;
	}
	.img-trabalhe {
		display: none;
	}
	.engloba-form-trabalhe {
	    padding: 15px 20px;
	}
	.img-linha-tempo {
	    width: calc(35% - 32px);
	    height: auto;
	}
	.engloba-txt-linha-tempo {
	    width: 65%;
	}
	.carrossel-anos {
	    left: 35%;
	    top: 20px;
	}
	.engloba-p-link-final {
	    top: 35%;
	}
	.engloba-texto-video {
	    margin-left: 0;
	    left: 0;
	    width: 100%;
	    text-align: center;
	}
	.engloba-video {
	    height: 260px;
	}
	.p1-video {
	    font-size: 3.5em;
	}
	.p2-video {
	    font-size: 2.4em;
	}

}
.section-politica{
    padding: 60px 0;
}

.section-politica h2 {
    width: 800px;
    max-width: 100%;
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #424242;
    margin-bottom: 60px;
}
.section-politica h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    color: #424242;
    padding-top: 20px;
    margin-bottom: 40px;
}
.section-politica p, .section-politica h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #424242;
    margin-bottom: 25px;
	text-align: justify;
}
.section-politica p a {
    text-decoration: none;
    color: #4d5c49;
}
.section-politica p a:hover {
    text-decoration: underline;
}
.section-politica h4 {
    font-weight: 800;
}
.section-politica li {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; 
}
.section-politica li img {
    display: block;
    width: auto;
    /* max-width: 65px; */
}
.section-politica li div {
    /* width: calc(100% - 90px); */
}
.section-politica li h4, .section-politica li p {
	margin-bottom: 5px;
}
.section-politica p strong {
    font-weight: 700;
}
.modal-lgpd {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100000000000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
}
.modal-lgpd p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-right: 85px;
}
.modal-lgpd p a {
    color: #fff;
}
.modal-lgpd button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    margin-top: -17px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    background-color: #f58220;
}
.check-contato-novo {
	display: flex;
	gap: 7px;
	align-items: center;
	margin-bottom: 15px;
	padding: 2px;
}
.check-contato-novo .label-form-trabalhe {
    font-size: 1.2em;
	line-height: 13px;
    margin-bottom: 0;
}
.check-contato-novo.erro-form {
	border: 1px solid #f58220;
}