@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
	font-family: 'Montserrat', sans-serif;
}

p{
	color: #474747;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

#header{ 
	position: absolute;
	top: 0;
	z-index: 111;
	width: 100%;
	left: 0;
	color: #fff;
	font-size: 14px;
}
	
	#header hr{
		border-color: #fff;
		margin: 10px 0;
	}

.logo{
	margin: 25px 0;
	float: left;
}

#internas #header{
	color: #474747; 
	position: relative;
}
	#internas #header hr{
		margin-bottom: 25px;
	}
@media (min-width: 1200px) { 
	#internas .bg_fixed_nav{
		background: #285c42;
		position: absolute;
		right: 0;
		z-index: 1;
		height: 45px;
		width: 71%;
		bottom: 0;
	}
	#internas .bg_fixed_nav:before{
		content: "";
		background: #285c42;
		float: left;
		width: 80px;
		margin-left: -46px; 
		height: 45px;
-moz-transform: skew(-50deg, 0deg);
-webkit-transform: skew(-50deg, 0deg);
-o-transform: skew(-50deg, 0deg);
-ms-transform: skew(-50deg, 0deg);
transform: skew(-50deg, 0deg);

	}
}

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
 #menu {
 	position: relative;
 	z-index: 11;
 }
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

#menu ul li{ 
	display: inline-block;
	vertical-align: top;
	height: auto; 
	position: relative;
}

#menu ul li a{ 
	font-size: 14px; 
	display: block; 
	height: auto;  
	padding: 0px 10px; 
	line-height: 45px; 
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
} 

#menu ul li a:hover{ 
	background: #08532d;
	color: #bded4a;
}  

#menu ul.nav-right{
	float: right;
}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 45px; left:0px; display: none; width:195px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:195px; background:#027f01; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 8px 10px; font-size:15px; background: #027f01; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #025601;}
#menu li ul li:last-child a{border-bottom: none;}
 
@media only screen and (min-width: 1200px) { 
	#menu.nav-fixed {position: fixed; left: 0; top:0; z-index: 199; background: #08532d; width: 100%; padding: 5px 0; }
	#menu.nav-fixed ul{ display: block; margin: 0 auto; float: none; text-align: center; }
	#menu.nav-fixed ul li{display: inline-block; vertical-align: top; float: none;}
	#menu.nav-fixed ul a{line-height: 45px; color: #fff;}
	#menu.nav-fixed ul a:hover{background: #fff; color: #08532d;}
	#menu.nav-fixed li ul{text-align: left; display: none; top: 34px;}
	#menu.nav-fixed li ul a{ line-height:20px; }
} 


#painel-home ul{
	padding-left: 0;
	list-style: none;
}

.tt{
	color: #08502c;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 5px;
	font-size: 24px;
	border-bottom: 1px solid #e0eebd;
}

.icone{
	width: 145px;
	height: 145px;
	display: block;
	margin: 0 auto 15px auto;
	border-radius: 50%;
	text-align: center;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.icone:hover{
	background: #285c42;
}

.icone:hover img{
	filter: grayscale(100%) brightness(900%);
}

@media (min-width: 767px) { 
	.item{max-width: 240px;}
}

.carousel{ }   
	.owl-prev, .owl-next{display: block; height: 28px; width: 16px; position: absolute; z-index: 200; text-indent: -9999px; top:30%; 
		background-image: url(../img/icones/arrow.png); background-repeat: no-repeat;}
	.owl-prev {background-position: 0 0; left: -30px; }
	.owl-next {background-position: -19px 0; right: -30px; }
	.item{display: block; margin: 0 auto; float: none !important;  text-align: center;} 
	.icone img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%); width: auto !important;
		display: block; margin: 0 auto;}
	.item h2{
		text-transform: uppercase;
		font-size: 18px;
		color: #222323;
	}

.home{
	padding: 40px 0;
	position: relative;
	background-color: #2a5f45;
}
	.home h2{
		color: #fff;
		font-weight: 600;
		font-family: trebuchet ms;
		font-size: 24px;
	} 

	.home p{
		color: #fff;
	}

	.btn1{
		border-radius: 0;
		color: #fff;
		font-weight: 500;
		border:1px solid #fff;
		border-radius: 0;
	}

	.btn1:hover{
		color: #08532d;
		background: #bded4a;
	}

@media only screen and (min-width: 1200px) {
	.home{
		background-image: url(../img/home.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		background-position: center top;
		padding: 60px 0; 
	}
}

.tit,
.tt-home{
	color: #08502c;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #a2cd3a;
	font-family: trebuchet ms;
}
.tit{
	font-size: 18px;
	color: #007940;
	font-weight: 500;
}

.link{
	color: #006a36;
	font-size: 14px;
}

.zoom{display: block; text-align: center; width: 100%; overflow: hidden; position: relative;}
.zoom img {transition: all .5s; vertical-align: middle; width: 100%;}
.zoom:hover img {transform: scale(1.3); transition: all .5s;}
/*.zoom:before{
	position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, .4) url(../img/icones/zoom.png) no-repeat center;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
    left: 0;
}
.zoom:hover:before{
	opacity: 1;
}*/

.page-header{
	padding: 130px 0 25px 0;
	margin-bottom: 40px;
	background-image: url(../img/topo.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
	.page-header h1{
		color: #fff;
		padding: 0 0 5px 0;
		margin: 0;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		border-bottom: 1px solid #a2cd3a;
	}
/*	.page-header h1:after{
		content: "";
		width: 100%;
		max-width: 600px;
		height: 3px;
		display: block; 
		background: linear-gradient(to right,  rgba(162,205,58,1) 0%,rgba(255,255,255,0) 100%);
	}

.brn-escritorio{
	background-image: url(../img/topo/escritorio.jpg);
}
.brn-parceiros{
	background-image: url(../img/topo/parceiros.jpg);
}
.brn-atuacao{
	background-image: url(../img/topo/atuacao.jpg);
}
.brn-equipe{
	background-image: url(../img/topo/equipe.jpg);
}
.brn-artigos{
	background-image: url(../img/topo/artigos.jpg);
}
.brn-publicacoes{
	background-image: url(../img/topo/publicacoes.jpg);
}
.brn-localizacao{
	background-image: url(../img/topo/localizacao.jpg);
}
.brn-contato{
	background-image: url(../img/topo/contato.jpg);
}
*/

.menu-lateral ul{
	list-style: none;
	padding-left: 0;
}

.menu-lateral ul li{
	display: block;
	margin-bottom: 4px;
}

.menu-lateral ul li a{
	display: block;
	padding: 8px 15px;
	font-family: trebuchet ms;
	font-size: 18px;
	font-weight: 500;
	color: #323232;
	background: #f0f8dd;
}
.menu-lateral ul li:nth-child(even) a{
	background: #e9fff3;
}

.menu-lateral ul li a.active,
.menu-lateral ul li:hover a{
	text-decoration: none;
	color: #fff;
	background: #285c42;
}

.text-dark{
	color: #1e1e1e;
}

.list{
	padding: 0;
	list-style: none;
}

.list li{
	padding-left: 15px;
	margin-bottom: 5px;
}

.list li:before{
	content: "";
	width: 7px;
	height: 7px;
	float: left;
	margin-top: 8px;
	background: #a2cd3a;
	margin-left: -15px;
}

.marcas {
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    height: 200px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

 .marcas img{
 	display: block;
 	margin: 0 auto;
 	max-width: 80%;
 }

.publicacao,
 .noticia{
 	border-bottom: 1px dotted #dadada;
 	margin-bottom: 10px;
 }

 .noticia h2{
 	color: #3a3a3a;
 	font-size: 14px;
 }

 .noticia h3{
 	color: #007940;
 	font-weight: bold;
	font-family: trebuchet ms;
 	padding-left: 10px;
 	border-left: 3px solid #9bc535;
 	font-size: 18px;
 }

.publicacao h2,
 .noticia time{
 	display: block;
 	font-size: 14px;
 	padding-left: 5px;
 	margin-bottom: 5px;
 	color: #007940;
 	border-left: 2px solid #9bc535;
 }

.publicacao h2{
 	font-weight: 600;
 }
.publicacao p{
	margin: 10px 0;
	font-size: 14px;
}

.artigos{
	padding: 10px 15px;
	display: block;
	margin-bottom: 10px;
	background: #f0f8dd;
}
	.artigos a{
		color: #2d2d2d;
		font-size: 14px;
	}
	.artigos:hover a{ color: #fff; }
	.artigos:hover { background: #285c42; }

.arial {
	padding: 15px 20px;
}
.arial a{
	font-family: Arial
}
.pagination .active a.page-link{
 	background: #2a5f45;
 	border-color: #2a5f45;
 }

 .pagination a.page-link{
 	color: #2a5f45;
 }

 .btn-volta{
 	background: #2a5f45;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #adcf58;
  	text-decoration: none;
  	color: #2a5f45;
  }

.cabecalho h2{
	color: #007940;
	font-size: 22px;
 	font-weight: bold;
	font-family: trebuchet ms;
	margin-bottom: 5px;
}

.cabecalho time{
	color: #737373;
}

 #form input{
 	height: 45px;
 	border:1px solid #ccc;
 }

 #form .btn{
 	background: #2a5f45;
 	color: #fff;
 	margin-top: 20px;
 	height: 50px;
 	border-radius: 0;
 	border: none;
 	cursor: pointer;
 }

  #form .btn:hover{
  	background: #013b1e;
  }

 .captcha{
 	float: left;
 	border:1px solid #ccc;
 	margin-right: 10px;
 	padding: 9px 5px 9px 10px;
 }

 #captcha{
 	width: 180px;
 	float: left !important;
 }

#form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #007940;
}
#form ::-moz-placeholder { /* Firefox 19+ */
  color: #007940;
}
#form :-ms-input-placeholder { /* IE 10+ */
  color: #007940;
}
#form :-moz-placeholder { /* Firefox 18- */
  color: #007940;
}
 
#footer{
	border-top: 5px solid #a2cd3a;
	padding: 30px 0 10px 0;
	background: #2a5f45;
	color: #fff;
}

.tt-footer{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}

#footer address{
	font-family: Arial;
	font-size: 13px;
}

#footer .btn{
	background: #013b1e;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 7px 0 0 0;
}

#footer svg{
	fill: #fff;
	width: 15px;
	height: 15px;
}

.rodape hr{
	border-color: #fff;
	margin-bottom: 10px;
}
.rodape {
	font-size: 12px;
}

.fancybox-type-iframe .fancybox-inner {
  height: 450px !important;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {position: relative; max-width: 100% !important; margin: 0 auto; padding: 0; *zoom: 1;}
.bx-wrapper img {width: 100%; display: block;}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {position: absolute; bottom: 5px; width: 100%; padding: 0;  z-index: 1000; }
/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px; background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000;}

/* PAGER */
.bx-wrapper .bx-pager {text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; *zoom: 1; *display: inline;}
.bx-pager-item {padding: 5px 0;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #dcdada; text-indent: -9999px; display: block; width: 20px; border:2px solid #fff; height: 20px; margin: 0 2px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background: #08532d;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 5%; background-position: 0 0; }
.bx-wrapper .bx-next {right: 5%; background-position: -19px 0; }
.bx-wrapper .bx-prev:hover ,
.bx-wrapper .bx-next:hover {opacity: 1;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top: -25px; outline: 0; width: 16px; height: 28px; text-indent: -9999px; z-index: 9999;
background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; opacity: 0.6;}

.bx-wrapper .bx-controls-direction a.disabled { display: none;}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -11px no-repeat; margin: 0 3px;}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0;}
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../js/bxslider/images/controls.png) -86px -44px no-repeat; margin: 0 3px;}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px;}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align: left; width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; width: 35px;}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%;}
.bx-wrapper .bx-caption span {color: #fff; display: block; font-size: .85em; padding: 10px;}

/* OWL CAROUSEL */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}

.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 20px; cursor: pointer;}

@media(max-height: 295px){
 #menu{
 	 overflow-y: scroll;
 }
}
@media only screen and (max-width: 1200px) { 
	.pull {display: block; float: right; padding: 0 40px 0 0; }
	.bgplb{ background-position: right bottom; }
	#menu {background: #08502c; position: fixed; left: -100%; top: 35px; z-index: 99999; width: 200px; height:100vh; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul{float: none !important; margin: 0 0; }
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #2a5f45;}
	#menu ul li a {text-align: left; color: #fff; font-weight: 600; font-size: 1em; height: auto; line-height: 36px; padding: 0 0 0 10px; } 
	#menu ul li.sep{display: none;}
	#menu ul li:hover > ul {display: block; }
	#menu ul li ul{position:relative; top:0px; margin:0px; } 
	#menu-toggle:checked + #menu { left: 0 !important; }
	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; font-size:14px; width: 100%; height: 35px;
	 z-index:99999; background: #2a5f45; }
	.barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
	.barratopo span img{margin: 0px 5px 0 0px;}
 
 	#header ,
 	#painel-home{
 		margin-top: 35px;  
 	}
	.logo{
		margin: 15px auto;
		float: none;
		display: block;
		max-width: 190px;
	}

}

@media only screen and (max-width: 767px) { 
	.page-header{
		padding: 150px 0 30px 0;
		text-align: center;
	}
	.page-header h1{
		font-size: 24px;
	}
}

.codephix_blog_post_video {
  width: 700px;
  max-width: 90%;
  margin: 25px auto 0 auto;
}
.codephix_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.codephix_embed-container iframe, .codephix_embed-container object, .codephix_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.codephix_embed-container embed, .codephix_embed-container video, .codephix_embed-container iframe, .codephix_embed-container iframe[style] {
  max-width: 100%;
}

.wa img { max-width: 30px; margin-top: 4px; vertical-align: middle;}
.wa {color: #fff; display: block;}
.wa:hover {background: #41a79d;}

.wa {position: fixed; left: 40px; width: 50px; height: 50px; bottom: 30px; padding: 5px; vertical-align: middle; text-align: center;
border-radius: 50%; background: #0ba360; z-index: 1000; z-index: 2000;}
.wa::after,
.wa::before{content: ''; position: absolute; opacity: 0; border: 4px solid #0ba360; left: -10px; top: -10px; right: -10px; bottom: -10px; -webkit-border-radius: 50%; animation: WaveWhatsApp 1.5s ease infinite;}
.wa::after{animation-delay: .5s;}
@keyframes WaveWhatsApp {0%{ transform: scale(0.5); } 50%{ opacity: 1; } 100%{ transform: scale(1.2); opacity: 0; }}