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

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

p{
	color: #474747;
}

a{
	transition: all .6s;
}

img{
	max-width: 100%;
}

@media (min-width: 1000px) {

	/* Animations */
	.anime-scroll [data-animate] {
	  opacity: 0;
	  transition: .5s;
	}

	.anime-scroll [data-animate="left"] {
	  transform: translate3d(-50px, 0, 0);
	}

	.anime-scroll [data-animate="right"] {
	  transform: translate3d(50px, 0, 0);
	}

	.anime-scroll [data-animate="top"] {
	  transform: translate3d(0, -50px, 0);
	}

	.anime-scroll [data-animate="bottom"] {
	  transform: translate3d(0, 50px, 0);
	}

	.anime-scroll [data-animate="fade"] {
	  opacity: 0;
	}

	.anime-scroll [data-animate="zoom"] {
	  transform: scale(.6);
	}

	.anime-scroll [data-animate="zoomIn"] {
		transform: scale(1.3);
		opacity: 0;
		transform-origin: top;
		transition: .7s;
	}

	.anime-scroll [data-animate].animate {
	  opacity: 1;
	  transform: translate3d(0px, 0px, 0px) scale(1);
	}

	.anime-scroll [data-delay="1"] {
		transition-delay: .1s;
	}

	.anime-scroll [data-delay="2"] {
		transition-delay: .2s;
	}

	.anime-scroll [data-delay="3"] {
		transition-delay: .3s;
	}

	.anime-scroll [data-delay="4"] {
		transition-delay: .4s;
	}

	.anime-scroll [data-delay="5"] {
		transition-delay: .5s;
	}

}

#header{
	border-bottom: 10px solid #026801;
	position: relative;
	z-index: 1111;
}

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

/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		

#menu{
	padding: 0 30px;
	width: 100%;
	margin-bottom: -25px;
	position: relative;
	z-index: 1000;

background: rgb(81,155,50);
background: -moz-linear-gradient(top,  rgba(81,155,50,1) 0%, rgba(81,155,50,1) 50%, rgba(57,120,31,1) 100%);
background: -webkit-linear-gradient(top,  rgba(81,155,50,1) 0%,rgba(81,155,50,1) 50%,rgba(57,120,31,1) 100%);
background: linear-gradient(to bottom,  rgba(81,155,50,1) 0%,rgba(81,155,50,1) 50%,rgba(57,120,31,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519b32', endColorstr='#39781f',GradientType=0 );


} 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

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

#menu ul li a{ 
	font-size: 14px; 
	display: block; 
	height: auto;  
	padding: 0px 10px; 
	line-height: 59px; 
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none; 
} 

#menu ul li a:hover{ 
	background: #027702;
	color: #fff;
}  

.sep{
	width: 5px;
	background: url(../img/icones/sep.jpg) no-repeat center;
}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 50px; left:0px; display: none; width:200px; margin-left:0px; padding-top: 1px;}
#menu li ul li { height:auto; width:200px; background:#027702; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; font-weight: bold; padding: 8px 10px; text-align: left; font-size:12px; background: #027702; border-bottom:1px dotted #fff;}
#menu li ul li a:hover{background: #005a00;}
#menu li ul li:last-child a{border-bottom: none;}
#menu li ul ul{
	top: -1px;
	left: 99%;
}
#menu li ul ul a{
	background: #377d22;
} 
a.bird{
	border-bottom:1px dotted #fff !important;
}
@media only screen and (min-width: 1200px) { 
	#menu{ 
-webkit-border-radius: 15px;
-webkit-border-top-left-radius: 60px;
-webkit-border-bottom-right-radius: 60px;
-moz-border-radius: 15px;
-moz-border-radius-topleft: 60px;
-moz-border-radius-bottomright: 60px;
border-radius: 15px;
border-top-left-radius: 60px;
border-bottom-right-radius: 60px;
	}
	#menu.nav-fixed {position: fixed; left: 0; border-radius: 0; top:0; z-index: 199; 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; height: 45px;}
	#menu.nav-fixed > ul > li > a{line-height: 45px; color: #fff;}
	#menu.nav-fixed ul a:hover{background: #fff; color: #126b12;}
	#menu.nav-fixed li ul{text-align: left; display: none; top: 44px;}
	#menu.nav-fixed li ul ul {top: 0;}

	.text-filo p {
		font-size: 18px !important;
	}

	.submenu ,
	.submenu li{
		width: 205px !important;
	}
} 


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

.tit{
	color: #126b12;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	margin-bottom: 30px;
}

.color-branco{
	color: #fff;
}

.noticia_home{
	padding: 50px 0;
	background: #e7efe8;
}

.noticia_home .btn{
	color: #fff;
	background: #126b12;
}
.noticia_home .btn:hover{
	background: #519b32;
}


.contato_home{
	padding: 50px 0;
	/*background: url(../img/bg-contato.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-background-size: cover;*/
	color: #fff;
	position: relative;
}

@media (min-width: 998px) { 
	.content_filo:before,
	.contato_home:before{
		content: "";
		width: 15%;
		position: absolute;
		z-index: 1;
		top: 0;
		height: 100%;
		left: 50%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+28,ffffff+28,ffffff+28,ffffff+72&1+28,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 10%, rgba(255,255,255,0.39) 72%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 10%,rgba(255,255,255,0.39) 72%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 10%,rgba(255,255,255,0.39) 72%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	 
	}
	.content_filo:before{
		left: 37%;
	}
}

.contato_home:after{
	position: absolute;
	content: "";
	background: url(../img/usina.jpg) no-repeat center left;
	background-size: cover;
	height: 100%;
	width: 48%;
	right: 0;
	top: 0;
}

.content_filo{
	min-height: 480px;
}
/*.content_filo:after{
	position: absolute;
	content: "";
	background: url(../img/canavial.jpg) no-repeat center left;
	background-size: cover;
	height: 100%;
	width: 48%;
	right: 0;
	top: 0;
}*/
@media (max-width: 998px) {
	/*.content_filo:after, */
	.contato_home:after{
		position: relative;
		display: block;
		height: 380px;
		width: 100%;
		margin-bottom:-50px; 
	}
	.content_filo:after{
		margin-bottom: 0;
	}

}

.contato_home label{
	font-size: 14px;
	color: #272727;
	font-size: 12px;
	font-weight: 500;
}

.contato_home h6{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.contato_home address{
	color: #fff;
	font-size: 13px;
}

.carousel{
	padding: 0 35px;
}   
	.owl-prev, .owl-next{display: block; height: 45px; width: 45px; position: absolute; z-index: 200; text-indent: -9999px; top:50%; 
		background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; margin-top: -23px;}
	.owl-prev {background-position: 0 0; left: -30px; }
	.owl-next {background-position: -48px 0; right: -30px; }
	.item{display: block;  margin-bottom: 20px; min-height:  460px; padding: 15px; background: #fff;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    2px 2px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow:         2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	} 
	/*.item img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}*/
	.item a:hover{
		text-decoration: none;
	}
	.item h2{ font-weight: 800; color: #313131; font-size: 18px; margin-bottom: 0; }
	.item time{ color: #519b32; display: block; font-size: 14px; font-weight: 600; margin-bottom: 10px;}
	.item p{font-size: 14px;}

@media (min-width: 767px) {
	.item h2{min-height: 60px;}
 }
 
.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;
}

.bnr{
	height: 260px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	position: relative;
	display: none;
}

.bnr span{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	top: 50%;
}

.bnr-historia_serragrande{
	background-image: url(../img/banner/historia_serragrande.jpg);
}

.bnr-informacoes_serragrande{
	background-image: url(../img/banner/informacoes_serragrande.jpg);
}
.bnr-numeros_serragrande{
	background-image: url(../img/banner/numeros_serragrande.jpg);
}

.bnr-historia_trapiche{
	background-image: url(../img/banner/historia_trapiche.jpg);
}
.bnr-informacoes_trapiche{
	background-image: url(../img/banner/informacoes_trapiche.jpg);
}
.bnr-numeros_trapiche{
	background-image: url(../img/banner/numeros_trapiche.jpg);
}
.bnr-processos{
	background-image: url(../img/banner/processos.jpg);
}
.bnr-acoes{
	background-image: url(../img/banner/acoes.jpg);
}
.bnr-oportunidade{
	background-image: url(../img/banner/oportunidade.jpg);
}

/*.page-header{
	background: rgb(32,93,13);
	background: -moz-linear-gradient(left,  rgba(32,93,13,1) 0%, rgba(55,125,34,1) 50%, rgba(32,93,13,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(32,93,13,1) 0%,rgba(55,125,34,1) 50%,rgba(32,93,13,1) 100%);
	background: linear-gradient(to right,  rgba(32,93,13,1) 0%,rgba(55,125,34,1) 50%,rgba(32,93,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205d0d', endColorstr='#205d0d',GradientType=1 );
	padding: 18px 0;
	margin-bottom: 45px;
}*/

@media only screen and (min-width: 1200px) { 
	.page-header h2{
		margin-top: 25px;
	}
}
.page-header h2{
	color: rgb(32,93,13);
	border-bottom: 1px solid rgb(32,93,13);
	padding: 30px 0 0px 0;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 700; 
	text-transform: uppercase;
}

.bg-int{
	background: linear-gradient(to bottom, #ffffff 0%, #efefef 15%);
}

.int p{
	font-size: 14px;
}

.tt{
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #377d22;
	margin-bottom: 25px;
	color: #377d22;
}

.color{
	color: #377d22;
}
.color small{
	font-weight: 800;
	text-transform: lowercase;
}

/*.border{
	border:1px solid #377d22;
	padding: 5px;
}*/

.border-numeros{
	background: #f5fef2;
	border:1px solid #a1c893;
 }

.bloco-numeros{
	background: #fff;
	padding: 30px 60px 10px 60px;
	border-radius: 30px;
	margin-bottom: 30px;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.bloco-numeros hr{
	border-style: dotted;
}
.bloco-numeros span{
	font-size: 24px;
	font-weight: 600;
}
.bloco-numeros strong{
	font-size: 14px;
	padding-left: 25px;
}
.bloco-numeros strong:before{
	content: "";
	width: 10px;
	height: 10px;
	margin: 5px 0 0 0;
	float: left;
	background: #519b32;
}
 
.tabela td{
	border:1px solid #a1c893;
	text-align: center;
	padding: 7px;
	font-size: 14px;
}

.tabela .th td{
	font-weight: 600;
	background: #519b32;
	color: #fff;
}

.hover:hover{
-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, 0.15);  
}

.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: #519b32;
	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%;
 }

 .jumbotron_prod{
 	border-radius: 20px;
 	background: #f6f6f6;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.3);
 }

 .jumbotron_prod h3{
 	color: #41921c;
 	font-weight: 800;
 	margin-bottom: 25px;
 	font-size: 22px;
 }
 .jumbotron_prod h3 img{
 	margin-right: 10px;
 }

 .jumbotron_prod .btn{
 	font-weight: 700;
 	font-size: 14px;
 	background: #41921c;
 }

.sub-tt{
	color: #616161;
	font-size: 16px;
	margin-bottom: 30px;
}

.box-etapa{
	display: block;
	padding: 5px;
	height: 195px;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
}
	.box-etapa img{vertical-align: middle;position: relative; top: 50%;transform: translateY(-50%);}

.box-etapa:hover{
	transition: all .4s;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}
.numero{
	padding: 5px;
	width: 38px;
	height: 38px;
	line-height: 29px;
	float: left;
	text-align: center;
	margin: -10px 15px 20px 0;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	font-size: 18px; 
	position: relative;
	background: #5ca13f;
}
.numero::before {
    content: '';
    position: absolute;
    border: 3px solid #5ca13f;
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-radius: 50%;
}

.tt-color{
	font-weight: 600;
	font-size: 20px;
	color: #519b32;
}

@media (min-width: 767px) { 
	 .prod{
	 	position: relative;
	 	overflow: hidden;
	 	margin: -1.5rem -1.5rem -8px 0 !important;
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomright: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	 }

	 .prod:before{
	 	content: "";
	 	width: 13%;
	 	height: 110%;
	 	top:-17px;
	 	left: -17px;
	 	position: absolute;
	 	background: #f6f6f6;
	 	z-index: 1;
	  filter: blur(8px);
	  -webkit-filter: blur(8px);
	 }
}

 .noticia{
 	border-bottom: 1px dotted #a5a5a5;
 	margin-bottom: 30px;
 }
 .noticia a:hover{
 	text-decoration: none;
 }

 .noticia h3{
 	color: #313131;
 	font-size: 22px;
 	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
 }

 .noticia time{ 
 	font-size: 14px;
 	font-weight: 600;
 	color: #519b32;
 }

.pagination .active a.page-link{
 	background: #126b12;
 	border-color: #126b12;
 }

 .pagination a.page-link{
 	color: #126b12;
 }

 .btn-volta{
 	background: #126b12;
 	color: #fff;
 }

 .btn-volta:hover{
  	background: #418424;
  	color: #fff;
  }

.cabecalho h2{
	color: #313131;
	font-size: 22px;
	margin-bottom: 5px;
 	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.cabecalho time{
	color: #737373;
}

 #form .form-control{
 	min-height: 35px;
 	border:1px solid #ccc;
 }
 

 .form-group label{
 	color:#418424;
 	font-weight: 500;
 }

 #form .btn{
 	background: #0a500a;
 	color: #fff;
 	margin-top: 20px;
 	height: 40px;
 	border: none;
 	cursor: pointer;
 	border-radius: 0;
 	font-weight: 800;
 }

  #form .btn:hover{
  	background: #126b12;
  }

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

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

 .form-check-input{
 	margin-left: 0;
 }
 
#footer{
	padding: 15px 0;
	background: #418424;
	color: #fff;
	font-size: 14px;
}
/*#footer:after{
	content: "";
	width: 100%;
	height: 35px;
	background: url(../img/rodape.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	float: left;
	margin-top: 15px;
}*/

.rodape{
	background: url(../img/footer.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	/*background: linear-gradient(to bottom, #2e6815 0%, #2e6815 80%, #164608 100%);*/
	padding: 35px 0 25px 0;
	color: #fff;
}
.rodape h6{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.rodape address{
	font-size: 13px;
	color: #fff;
}

.pratica{
	float: right;
	margin-left: -65px;
}


.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: #007f01;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {left: 5%; background-position: 0 0; }
.bx-wrapper .bx-next {right: 5%; background-position: -48px 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: 45px; height: 45px; text-indent: -9999px; z-index: 9999;
background-image: url(../img/icones/arrow.png); background-repeat: no-repeat; opacity: 0.6; display: none;}

.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 { position: fixed; left: -100%; padding: 0 !important; top: 0; padding-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; padding-top: 35px;}
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #227301;}
	#menu ul li a {text-align: left; color: #fff; font-size: 0.9em; font-weight: 600; height: auto; line-height: 20px; padding: 10px 10px 10px 10px; } 
	#menu ul li.sep{display: none;}
	#menu ul li:focus > ul,
	#menu ul li:hover > ul {display: block; }
	#menu ul li ul,
	#menu ul li ul ul{position:static; top:auto; margin:0px; left: auto;} 
	#menu li ul li a{background: #399639; padding-left: 15px;}
	#menu li ul li li a{background: #fbfdfb; color: #005a00; text-transform: capitalize; padding-left: 25px;}
	#menu li ul li:last-child {border-bottom: none;}
	#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: #126b12; }
	.barratopo span {color: #fff; position: absolute; line-height:35px; left: 10px;}
	.barratopo span img{margin: 0px 5px 0 0px;}
 
 	#header {
 		margin-top: 35px;
 		border: none;
 	} 
 
}
@media only screen and (max-width: 992px) {
	.bnr{
		height: 200px;
	}
 }

@media only screen and (max-width: 767px) { 
	.bnr{
		height: 160px;
	}
	.page-header h2{
		font-size: 18px;
	}

	.pratica{
		display: block;
		margin: 10px auto 0 auto;
		float: none;
		width: 65px; 
	}
	.tit{
		font-size: 28px;
	}
	.bnr span{ 
		font-size: 18px;
	}

	.owl-prev, .owl-next{
		width: 31px;
		height: 30px;
	}
	.owl-prev {background-position: 0 -50px; left: -30px; }
	.owl-next {background-position: -32px -50px; right: -30px; }

.table-responsive {
    width: 100%;
    margin-bottom: 25px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
} 
	.table-responsive:before {
		content: "Arraste para o lado para ver visualizar a tabela completa";
		display: block;
		padding: 4px;
		color: #3e8cce;
		font-size: 10px;
		font-weight: 700;
	}
}

.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%;
}