@charset "UTF-8";
/* Main CSS */

/*
	Body
*/
 	html {
      scroll-behavior: smooth;
    }
	body{font-size: 16px; color:#606061; font-family: 'TitilliumWeb', 'Arial'; font-weight: 200;}

/*
	END: Body
*/

/*
	Header
*/	
	#header-top{
		background: #005a4e;
		height: 45px;
		color: #fff;
		font-weight: normal;
		position: fixed;
		z-index: 100;
		top:0px;
	}
	#header-top ul{margin: 0px; padding: 0px; float: right;}
	#header-top li{ display: inline-block; margin-left: 10px;  }
	#header-top ul, #header-top li{ list-style: none; }
	#header-top li.space{width: 20px;}
	#header-top li.link-menu{margin-left: 40px;}
	#header-top li a{color: #fff; line-height: 45px;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}
	#header-top li a:hover{color:#63b246 !important; text-decoration: none;}  

	#header-top .searchbox{display: none; position: absolute; right: 0px; top: 3px; width: 1px; overflow: hidden; height: 40px;}
	#header-top .searchbox form{margin: 0px; padding: 0px; position: relative;}
	#header-top .searchbox input{background: #dce5ca; width: 230px; height: 40px; line-height: 40px; padding-right: 40px; border:0px; text-align: right; border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
	#header-top .searchbox a.search-submit{color:#005a4e; position: absolute; right: 38px; line-height: 40px; padding-left: 7px; padding-right: 10px; top: 1px; display: none;}
	#header-top .searchbox a.search-cancel{color:#fff; background: #63b246; border-top-right-radius: 3px; border-bottom-right-radius: 3px; display: inline-block; height: 40px; line-height: 40px; width: 36px; text-align: center; margin-left: -4px; }
	#header-top .searchbox a.search-cancel:hover{color: #005a4e;}
	
/*
	END: Header
*/


/*
	Navbar
*/	

	#navbar-top{background: #fff; padding-bottom: 0px;}

	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		#navbar-top.fixed-top {top: 45px;}	
		#navbar-top{ height: 90px; }
	}


	.navbar-irani .navbar-brand {
	  color: rgba(0, 0, 0, 0.9);  
	}
	.navbar-irani .navbar-brand img{max-height: 60px;}

	.navbar-irani .navbar-brand:focus, .navbar-irani .navbar-brand:hover {
	  color: #63b246;
	}

	.navbar-irani .navbar-nav .nav-link {
	  color:#005a4e;
	  font-size: 18px;
	  font-weight: 500;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.navbar-irani .navbar-nav .nav-link:focus, .navbar-irani .navbar-nav .nav-link:hover {
	  color: #63b246;
	}

	.navbar-irani .navbar-nav .nav-link.disabled {
	  color: rgba(0, 0, 0, 0.3);
	}


	.navbar-irani .navbar-nav .nav-item.active{
		border-bottom: 5px solid #63b246;
	}



	.navbar-irani .navbar-toggler {
	  color: rgba(0, 0, 0, 1);  
	}

	.navbar-irani .navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(209, 218, 191, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	.navbar-irani .navbar-text {
	  color: rgba(0, 0, 0, 0.5);
	}

	.navbar-irani .navbar-text a {
	  color: rgba(0, 0, 0, 0.9);
	}

	.navbar-irani .navbar-text a:focus, .navbar-irani .navbar-text a:hover {
	  color: rgba(0, 0, 0, 0.9);
	}

	@media (min-width: 992px){
		.navbar-irani .navbar-nav .show > .nav-link,
		.navbar-irani .navbar-nav .active > .nav-link,
		.navbar-irani .navbar-nav .current > .nav-link,
		.navbar-irani .navbar-nav .nav-link.show,
		.navbar-irani .navbar-nav .nav-link.active {
		  color: #63b246;
		}
		
		.navbar-irani .navbar-nav .nav-item.current{
			border-bottom: 5px solid #63b246;
		}		

		.navbar-irani .navbar-collapse{height: 70px; line-height: 20px; position: relative; }
		.navbar-irani .navbar-collapse ul{float: right;}
		.navbar-irani .navbar-collapse ul li {height: 70px; padding-left: 0px; padding-right: 44px; margin-right: 10px; }
		.navbar-irani .navbar-collapse ul li:last-child{ padding-right: 0px; margin-right: 0px;}
		.navbar-irani .navbar-collapse ul li:last-child a{padding-right: 0px;}
		.navbar-irani .navbar-collapse ul li a{display: block; padding-top: 15px;}

	}

	@media (max-width: 991px){
		.navbar-irani .navbar-collapse{height: auto;  background: #005a4e; color: #fff; margin-top: 10px; padding: 15px; border-radius: 5px; margin-left: -15px;
			-webkit-box-shadow: 0px 3px 5px 0px rgba(43,43,43,1);
			-moz-box-shadow: 0px 3px 5px 0px rgba(43,43,43,1);
			box-shadow: 0px 3px 5px 0px rgba(43,43,43,1);
		}
		.navbar-irani .navbar-collapse a.nav-link{color: #fff; font-weight: normal;}
		.navbar-irani .navbar-collapse a.nav-link br{ content: ' '; }
		.navbar-irani .navbar-collapse a.nav-link br:after{ content: ' '; }
		
	}

	.navbar-irani .submenu{ background: #dce5ca; width: 87%; position: absolute; top: 70px; right: 0px; padding-top: 25px; padding-bottom: 30px; padding-left: 105px; padding-right: 105px; color:#000; font-size: 17px; border-radius: 2px; display: none; min-height: 90px;}
	.navbar-irani .submenu .submenu-item{display: none;}
	.navbar-irani .submenu .submenu-item a{color: #000; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.navbar-irani .submenu .submenu-item a:hover{text-decoration: none; color:#63b246;} 
	.navbar-irani .submenu hr{background: none; border: 1px solid #fff;}
	.navbar-irani .submenu .cols{width: 30%; float: left; margin-right: 6%; font-weight: normal;}
	.navbar-irani .submenu .cols:last-child{margin: 0px;}
	.navbar-irani .submenu .cols.size-4{width:43%;}
	.navbar-irani .submenu .cols ul{margin: 0px; padding: 0px; float: left;}
	.navbar-irani .submenu .cols li{list-style:none; margin: 0px; padding: 0px; height: initial; min-height: 40px;}
	.navbar-irani .submenu .cols li.with-subcols{min-height: auto;}
	.navbar-irani .submenu .cols li.with-subcols .subcols a{padding-top: 5px; font-weight: 200; font-size: 15px;}
	.navbar-irani .submenu .cols a{color: #000; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.navbar-irani .submenu .cols a:hover{text-decoration: none; color:#63b246;}
	
	.submenu-mobile a{color: #fff; padding-top: 5px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.submenu-mobile a:hover{text-decoration: none; color:#fff;}
	.submenu-mobile hr{display:none;}
	.submenu-mobile .subcols{padding-left:15px;}
	.submenu-mobile .subcols a{padding-top: 5px; font-weight: 200; font-size: 15px; display:block;}
	
/*
	End: Navbar
*/	

/*
	Main
*/	
	main{margin-top: 90px;}	
	
	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		main{margin-top: 135px;}	
	}	

	section{padding-top: 25px; padding-bottom: 40px; clear: both; margin-top: 10px; margin-bottom: 10px;}

/*
	END: Main
*/	


/*
	Footer
*/	
	footer{position: relative; width: 100%; clear: both;}
	footer .bar-social{ height: 60px; background: #005a4e;  width: 100%;  text-align: center;}
	footer .bar-social ul{ margin:0px; padding: 0px;}
	footer .bar-social ul li{list-style: none; display: inline-block; font-size: 16px; color:#00a699; line-height: 60px; font-weight: normal; margin-left: 5px; margin-right: 5px; }
	footer .bar-social ul li:last-child{margin-left: 20px; }
	footer .bar-social ul li a{color:#00a699;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	footer .bar-social ul li a:hover{color:#63b246; text-decoration: none;}

	footer .maplinks{ width: 100%; padding-top: 20px; padding-bottom: 20px; background: #aebea4; }
	footer .maplinks h5{ font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 15px; text-transform: uppercase; }
	footer .maplinks a{font-size: 12px; font-weight: normal; color:#fff; clear: both; display: block; margin-top: 1px; margin-bottom: 2px;}

	footer .copyright{text-align: center; font-size: 11px; font-weight:normal; color: #fff; padding-top: 35px; }

	footer.for-mobile .bar-social{ height: auto; padding-top: 25px; padding-bottom: 25px; color:#00a699; font-size: 17px; font-weight: normal;}
	footer.for-mobile .bar-social i.fa{font-size: 25px;  margin-left: 10px; margin-right: 10px; margin-bottom: 15px;}
	footer.for-mobile .bar-social a{ color:#00a699;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
	footer.for-mobile .bar-social a:hover{ color:#63b246;  }
	footer.for-mobile .bar-social a:last-child{ text-decoration: underline;  display: block; font-weight: 500; margin-top: 10px;}
	footer.for-mobile .copyright{color:#a3b399; font-size: 10px; padding: 5px; font-weight: normal;}
/*
	End: Footer
*/	



/*
	Elements
*/	

	section.home-bird{
	  background-color: #91b297; 
	  background-image: url('../imgs/banner-home-2-mobile.jpg'); 
	  overflow: hidden;    
	  text-align: center;
	}
	section.home-bird p{font-weight: 200; font-size: 25px; color: #fff;  margin: auto; padding-top: 10px; padding-bottom: 30px;}

	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
	  
	  section.home-bird{
	    background-image: url('../imgs/banner-home-2.jpg'); 
	  }
	  section.home-bird p{ width: 75%; font-size: 35px;}
	}


	.featured{width: 100%; position: relative; min-height: 210px;}
	.featured{
	  background-color: #91b297; 
	  overflow: hidden;    
	  text-align: center;
	}
	.featured p{
		font-weight: 200; font-size: 25px; color: #fff;  margin: auto; padding-top: 30px; padding-bottom: 30px; text-shadow: 2px 2px #000;
	}
	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		.featured p{ width: 75%; font-size: 35px;}	
	}


	.btn-01{ display: inline-block; text-transform: uppercase; font-size: 16px; color:#000; height: 34px; line-height: 32px; border: 2px solid #6a6b6c; background: #fff; padding-left: 15px; padding-right: 15px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.btn-01:hover{ color:#fff; border:2px solid #fff; background:#63b246; text-decoration: none; }


	.btn-florestal{ text-transform: uppercase; font-size: 16px; color:#000; height: 34px; line-height: 34px; border: 2px solid #a3be3a; background: #fff; padding-left: 15px; padding-right: 15px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.btn-florestal:hover{ color:#fff; border:2px solid #fff; background:#a3be3a; text-decoration: none; }

	.btn-papel{ text-transform: uppercase; font-size: 16px; color:#000; height: 34px; line-height: 34px; border: 2px solid #3cbad8; background: #fff; padding-left: 15px; padding-right: 15px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.btn-papel:hover{ color:#fff; border:2px solid #fff; background:#3cbad8; text-decoration: none; }

	.btn-embalagem{ text-transform: uppercase; font-size: 16px; color:#000; height: 34px; line-height: 34px; border: 2px solid #00a699; background: #fff; padding-left: 15px; padding-right: 15px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.btn-embalagem:hover{ color:#fff; border:2px solid #fff; background:#00a699; text-decoration: none; }

	.btn-resina{ text-transform: uppercase; font-size: 16px; color:#000; height: 34px; line-height: 34px; border: 2px solid #d5cb27; background: #fff; padding-left: 15px; padding-right: 15px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.btn-resina:hover{ color:#fff; border:2px solid #fff; background:#d5cb27; text-decoration: none; }

	body main .content-box-01{background-color: #b5bea3; padding-top: 35px; padding-bottom: 35px; padding-left: 25px; padding-right: 25px; margin-top: 12px; margin-bottom: 40px; min-height: 198px;}
	body main .content-box-01 h4{color: #54662e; font-weight: 500; font-size: 17px; text-transform: uppercase;}
	body main .content-box-01 p{color: #54662e; font-weight: 200; font-size: 19px; } 
	body main .content-box-01 .icon{
		width: 50px; 
		height: 47px;
		position: absolute;
		left: 50%; 
		margin-left: -25px;
		bottom: 16px;
	}


	body main .content-box-02{background-color: #dce5ca; padding-top: 35px; padding-bottom: 35px; padding-left: 25px; padding-right: 25px; margin-top: 0px; margin-bottom: 20px; height: 100%; }
	body main .content-box-02 h3{color: #54662E; font-weight: 500; font-size: 35px; text-transform: uppercase;}
	body main .content-box-02 p,
	body main .content-box-02 ul,
	body main .content-box-02 li{color: #54662E; font-weight: 200; font-size: 18px; } 
	body main .content-box-02 ul{margin: 0px; padding-left: 22px;}
	body main .content-box-02 .dit-toggle{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 15px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	body main .content-box-02 .dit-toggle::after {
	    display: inline-block;
	    width: 0;
	    height: 0;	    	    
	    content: "";
	    border-color:#54662e;
	    border-top: 7px solid;
	    border-right: 7px solid transparent;
	    border-bottom: 0;
	    border-left: 7px solid transparent;
	    position: absolute;
	    top: 10px;
	    right: 5px;
	    color:#54662e;
	    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	body main .content-box-02 .dit-toggle:hover{
		background: #54662e;			
		color:#eaefdf;
	}


	body main .content-box-02_small{background-color: #dce5ca; padding-top: 25px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; margin-top: 0px; margin-bottom: 0px; height: 100%;}
	body main .content-box-02_small h3{color: #54662E; font-weight: 500; font-size: 30px; text-transform: uppercase; margin-bottom: 15px;}
	body main .content-box-02_small p,
	body main .content-box-02_small ul,
	body main .content-box-02_small li{color: #606061; font-weight: 200; font-size: 18px; } 
	body main .content-box-02_small ul{margin: 0px; padding-left: 22px;}



	section.atuacao{background: #dce5ca; text-align: center; padding-bottom: 75px; margin-bottom: -10px; }
	section.atuacao .box-atuacao{cursor: pointer;}
	section.atuacao .box-atuacao-img{position: relative; cursor: pointer; }
	section.atuacao h3{font-weight: normal; font-size: 18px; text-transform: uppercase; color: #000;}
	section.atuacao h2{font-weight: 200; font-size: 40px;  color: #000; margin-bottom: 15px;}
	section.atuacao p{font-weight: 200; font-size: 18px;  color: #000; margin: auto; margin-bottom: 75px; display: block; max-width: 800px;}

	section.atuacao .for-device img{width: 100%;}
	section.atuacao .for-device .icon{position: absolute; display: block; top: -42px; left: 50%; margin-left: -42px; z-index: 10;}
	section.atuacao .for-device h4{font-weight: normal; font-size: 16px; text-transform: uppercase; color: #fff; position: absolute; bottom: 20px;  display: block; width: calc(100% - 30px); text-align: center; z-index: 10;}
	section.atuacao .for-device .btn-atuacao{position: absolute; text-align: center; display: inline-block; bottom: -17px; left: 50%; margin-left: -55px;  z-index: 10;}
	/*section.atuacao .for-device .hover-atuacao{width: calc( 100% - 30px); display: block; height: 100%; position: absolute; top: 0px; left: 15px; z-index: 9; color: #fff; font-size: 18px; font-weight: 200; padding: 20px; padding-top: 65px; text-shadow: 1px 0px #c4c4c4; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; opacity: 0; visibility: hidden;}*/
	section.atuacao .for-device .hover-atuacao{width: calc( 100% - 30px); display: block; height: 100%; position: absolute; top: 0px; left: 15px; z-index: 9; color: #fff; font-size: 15px; font-weight: 200; padding: 10px; padding-top: 52px; text-shadow: 1px 0px #c4c4c4; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; opacity: 0; visibility: hidden;}


	section.atuacao .for-device .box-atuacao:hover .hover-atuacao{ opacity: 1; visibility: visible;}
	section.atuacao .for-device .box-atuacao:hover .btn-florestal{ color:#fff; border:2px solid #fff; background:#a3be3a; text-decoration: none; }
	section.atuacao .for-device .box-atuacao:hover .btn-papel{ color:#fff; border:2px solid #fff; background:#3cbad8; text-decoration: none; }
	section.atuacao .for-device .box-atuacao:hover .btn-embalagem{ color:#fff; border:2px solid #fff; background:#00a699; text-decoration: none; }
	section.atuacao .for-device .box-atuacao:hover .btn-resina{ color:#fff; border:2px solid #fff; background:#d5cb27; text-decoration: none; }


	section.atuacao .for-device .hover-atuacao.hover-florestal{
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3be3a+0,a3be3a+100&0.1+0,0.9+100 */
	  background: -moz-linear-gradient(top,  rgba(163,190,58,0.4) 0%, rgba(163,190,58,1) 100%); /* FF3.6-15 */
	  background: -webkit-linear-gradient(top,  rgba(163,190,58,0.4) 0%,rgba(163,190,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(to bottom,  rgba(163,190,58,0.4) 0%,rgba(163,190,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aa3be3a', endColorstr='#e6a3be3a',GradientType=0 ); /* IE6-9 */
	}

	section.atuacao .for-device .hover-atuacao.hover-papel{
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3be3a+0,a3be3a+100&0.1+0,0.9+100 */
	  background: -moz-linear-gradient(top,  rgba(60,186,216,0.4) 0%, rgba(60,186,216,1) 100%); /* FF3.6-15 */
	  background: -webkit-linear-gradient(top,  rgba(60,186,216,0.4) 0%,rgba(60,186,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(to bottom,  rgba(60,186,216,0.4) 0%,rgba(60,186,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a3cbad8', endColorstr='#e63cbad8',GradientType=0 ); /* IE6-9 */
	}

	section.atuacao .for-device .hover-atuacao.hover-embalagem{
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3be3a+0,a3be3a+100&0.1+0,0.9+100 */
	  background: -moz-linear-gradient(top,  rgba(0,166,153,0.4) 0%, rgba(0,166,153,1) 100%); /* FF3.6-15 */
	  background: -webkit-linear-gradient(top,  rgba(0,166,153,0.4) 0%,rgba(0,166,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(to bottom,  rgba(0,166,153,0.4) 0%,rgba(0,166,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a00a699', endColorstr='#e600a699',GradientType=0 ); /* IE6-9 */
	}

	section.atuacao .for-device .hover-atuacao.hover-resina{
	  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3be3a+0,a3be3a+100&0.1+0,0.9+100 */
	  background: -moz-linear-gradient(top,  rgba(213,203,39,0.4) 0%, rgba(213,203,39,1) 100%); /* FF3.6-15 */
	  background: -webkit-linear-gradient(top,  rgba(213,203,39,58,0.4) 0%,rgba(213,203,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(to bottom,  rgba(213,203,39,0.4) 0%,rgba(213,203,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ad5cb27', endColorstr='#e6d5cb27',GradientType=0 ); /* IE6-9 */
	}


	section.atuacao .for-mobile .box-atuacao{ height: 20vh; min-height: 130px; overflow: hidden; margin-bottom: 7px; margin-top: 7px;}
	section.atuacao .for-mobile .box-atuacao .box-atuacao-img{width: 50%; height: 100%;}
	section.atuacao .for-mobile .box-atuacao .box-atuacao-icon{width: 50%;  height: 100%;}
	section.atuacao .for-mobile img{width: 100%;}
	section.atuacao .for-mobile .icon{ zoom:0.7; margin: auto; margin-bottom: 10px; margin-top: 20px; }
	section.atuacao .for-mobile h4{font-weight: normal; font-size: 16px; text-transform: uppercase; color: #fff;  display: block;text-align: center; z-index: 10;}

	section.atuacao .for-mobile .img-left .box-atuacao-img{float: left;}
	section.atuacao .for-mobile .img-left .box-atuacao-icon{float: right;}

	section.atuacao .for-mobile .img-right .box-atuacao-img{float: right;}
	section.atuacao .for-mobile .img-right .box-atuacao-icon{float: left;}

	body section.relacionados{position: relative;}
	body section.relacionados h2{font-size: 18px; color:#000000; text-transform: uppercase; font-weight: 500; padding-bottom: 10px; border-bottom:2px solid #000; margin-bottom: 25px;}
	body section.relacionados .thumb{max-height: 200px; overflow: hidden;}
	body section.relacionados img{ width: 100%; margin-bottom: 15px; height:auto; }
	body section.relacionados a{color: #4d4d4e;}
	body section.relacionados a:hover{text-decoration: none;}
	body section.relacionados .category{color:#63b246; font-size: 14px; font-weight: 200;}
	body section.relacionados h3{color:#606061; font-size: 22px; font-weight: normal;}
	body section.relacionados p{color:#606061; font-size: 16px; font-weight: normal;}
	body section.relacionados .box-news{border-top: 3px solid #fff; cursor: pointer;}
	body section.relacionados .box-news:hover{background-color:#c9c9c9; border-top: 3px solid #63b246;}	

	body main.interna section.numbers{ text-align: center; background-color: #DCE5CA; margin-bottom: 60px; }
	body main.interna section.numbers.branco{background-color: #ffffff;}
	body main.interna section.numbers.verde{background-color: #DCE5CA;}

	body main.interna section.numbers h3{font-weight: normal; font-size: 18px; text-transform: uppercase; color: #000;}
	body main.interna section.numbers h2{font-weight: 200; font-size: 40px;  color: #606061; margin-bottom: 25px; text-transform: initial;}
	body main.interna section.numbers .numbers-box{color:#63b246; font-size: 30px; font-weight: normal; text-align: left; padding-left: 52px;}
	body main.interna.areas-atuacao-conteudo.no-space.page-embalagem section.numbers .numbers-box {color:#606061;}
	body main.interna.areas-atuacao-conteudo.no-space.page-papel section.numbers .numbers-box {color:#606061;}
	body main.interna.areas-atuacao-conteudo.no-space.page-resina section.numbers .numbers-box {color:#606061;}

	body main.interna.areas-atuacao-conteudo.no-space.page-embalaje section.numbers .numbers-box {color:#606061;}
	body main.interna.areas-atuacao-conteudo.no-space.page-papel-es section.numbers .numbers-box {color:#606061;}
	body main.interna.areas-atuacao-conteudo.no-space.page-resina-es section.numbers .numbers-box {color:#606061;}

	body main.interna.areas-atuacao-conteudo.no-space.page-packing section.numbers .numbers-box {color:#606061;}
	body main.interna.areas-atuacao-conteudo.no-space.page-paper section.numbers .numbers-box {color:#606061;}
	body main.interna.areas-atuacao-conteudo.no-space.page-resin section.numbers .numbers-box {color:#606061;}
	@media (max-width: 991px) {
		body main.interna section.numbers .numbers-box{ padding-left: 40px; padding-right:40px;}
	}	
	
	
	body main.interna section.numbers .numbers-box sup{display: block; clear: both;  top:20px; }
	body main.interna section.numbers .numbers-box sub{display: inline-block; position: relative; float: left; margin-top: -50px; margin-left: 45px;}
	body main.interna section.numbers .numbers-box.numbers_digitos_2 sub{margin-left: 86px;}
	body main.interna section.numbers .numbers-box sub.d2{margin-left: 86px;}
	body main.interna section.numbers .numbers-box sub.d0{margin-left: 0px; margin-top: -45px;}
	body main.interna section.numbers .numbers-box sup, section.numbers .numbers-box sub{font-size: 23px; font-weight: 200; line-height: 23px;}
	body main.interna section.numbers .numbers-box .num{font-size: 70px; font-weight: 200; margin-left: -3px;}
	body main.interna section.numbers .numbers-box .title, body main.interna section.numbers .numbers-box b, body main.interna section.numbers .numbers-box strong{top:-22px; position: relative;}
	body main.interna section.numbers .numbers-box .title.only{display: block; top: -30px;}
	body main.interna section.numbers .numbers-box.numbers-full sub{margin-left: 0px; margin-top: -45px;}
	body main.interna section.numbers .numbers-box.numbers-full strong, section.numbers .numbers-box.numbers-full b{display: block; top: -30px;}

	body main.interna section.numbers.verde2{background-color: #A3BE3A;}
	body main.interna section.numbers.verde2 .numbers-box, body main.interna section.numbers.verde2 h3, body main.interna section.numbers.verde2  h2{color:#fff; text-transform: initial; font-size: 20px;}

	body main.interna section.numbers.verde-ocean{background-color: #00a699;}
	body main.interna section.numbers.verde-ocean .numbers-box, body main.interna section.numbers.verde-ocean h3, body main.interna section.numbers.verde-ocean  h2{color:#fff;}

	body main.interna section.numbers.yellow{background-color: #f6f4d4;}
	body main.interna section.numbers.yellow .numbers-box, body main.interna section.numbers.yellow h3, body main.interna section.numbers.yellow  h2{color:#626263;}

	body main.interna section.numbers.blue{background-color: #3cbad8;}
	body main.interna section.numbers.blue .numbers-box, body main.interna section.numbers.blue h3, body main.interna section.numbers.blue  h2{color:#fff;}


	article.bloco_conteudo img{max-width:100%; height: auto;}
	/*article.bloco_conteudo video{ width: 100%; height: 100%; max-width: 100%; }
	article.bloco_conteudo .wp-video{width: 100% !important;}*/
	article.bloco_conteudo .wp-video{margin:auto;}*
	article.bloco_conteudo b, article.bloco_conteudo strong{font-weight: 500;}


	section.depoimentos{position: relative; background: #63B246; color:#fff;}
	section.depoimentos h2{ font-size: 30px; font-weight: 200; margin-bottom: 30px; }
	section.depoimentos .thumb{background: #fff; text-align: center; min-height: 150px;}
	section.depoimentos .thumb img{ margin-top: 20%; }
	section.depoimentos .desc{padding-top: 10px;}
	section.depoimentos .desc .nome{font-size: 20px; text-transform: uppercase;}
	section.depoimentos .desc .cargo{font-size: 15px; text-transform: uppercase; display: block; margin-bottom: 10px;}
	section.depoimentos .desc p{ font-size: 19px; }
	section.depoimentos .depoimento-item{margin-bottom: 60px;}


	body main section.visita{ text-align: center; margin-bottom: 60px; position: relative; z-index: 99; }
	body main section.visita h3 {font-weight: normal; font-size: 28px; text-transform: uppercase; color: #000000;}
	body main section.visita h2{font-weight: 200; font-size: 40px;  color: #54662E; margin-bottom: 25px;}
	section.home-news .category{color:#63b246; font-size: 14px; font-weight: 200;}
	section.home-news h4 {font-weight: 450; padding-top: 10px;}
	section.home-news h3 {font-weight: normal; font-size: 28px; text-transform: uppercase; color: #54662E;}

	.tab-link{opacity: 1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.tab-link.active{opacity: 1;}
	.tab-link.inactive{opacity: 0.5;}
	.tabs{ position: relative; padding: 50px; font-size: 19px; color:#606061; border:1px solid #DCE5CA; border-top: 0px; margin-top: 10px;   display: none; }
	.tabs .tab-item { display: none; }



	section.posts-list{position: relative;}
	section.posts-list h2{font-size: 18px; color:#000000; text-transform: uppercase; font-weight: 500; padding-bottom: 10px; border-bottom:2px solid #000; margin-bottom: 25px;}
	section.posts-list .thumb{max-height: 200px; overflow: hidden;}
	section.posts-list img{ width: 100%; margin-bottom: 15px; }
	section.posts-list a{color: #4d4d4e;}
	section.posts-list a:hover{text-decoration: none;}
	section.posts-list .category{color:#63b246; font-size: 14px; font-weight: 200;}
	section.posts-list h3{color:#606061; font-size: 22px; font-weight: normal;}
	section.posts-list p{color:#606061; font-size: 16px; font-weight: normal;}
	section.posts-list h4{margin-bottom: 0px;} 
	section.posts-list .box-news{border-top: 3px solid #fff; cursor: pointer; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; margin-bottom: 15px;}
	section.posts-list .box-news:hover{background-color:#c9c9c9; border-top: 3px solid #63b246;}	


	main.interna .filtros-post .subtitle{color:#63B246; font-size: 14px; font-weight: 200; text-transform: uppercase;}	


	.btn-more-posts{ display: inline-block; text-transform: uppercase; font-size: 16px; color:#000; height: 34px; line-height: 32px; border: 2px solid #6a6b6c; background: #fff; padding-left: 15px; padding-right: 15px;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer;}
	.btn-more-posts:hover{ color:#fff; border:2px solid #fff; background:#63b246; text-decoration: none; }


	.dropdown-irani-01 .btn {
	    border: 0;
	    padding: 0;
	    font-size: 1rem;
	    line-height: 1.5;
	    border-radius: 0;
	    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    min-width: 200px;
	    width: 100%;
	}

	.dropdown-irani-01 .btn:not([disabled]):not(.disabled).active, 
		.dropdown-irani-01 .btn:not([disabled]):not(.disabled):active, 
			.show>.dropdown-irani-01 .btn.dropdown-toggle{
	    		color: #666e76;
	    		background-color: transparent;
	    		border-color: #666e76;
	    		box-shadow: none;
	}

	.dropdown-irani-01 .btn {
	    color: #000;
	    background-color: transparent;
	    border-top: 1px solid  #808080;
	    text-align: left;
	}

	.dropdown-irani-01 .dropdown-toggle::after {
	    float: right; margin-top: 10px;
	}


	.dropdown-irani-01 .btn.focus, .dropdown-irani-01 .btn:focus {
	    box-shadow: none;
	}

	.dropdown-irani-01 .btn:hover {
	    color: #666e76;
	    background-color: transparent;
	    border-color: #666e76 ;
	}


	.dropdown-irani-tab{
		background: #eaefdf;
		color:#54662e;
		text-transform: uppercase;
		font-size: 16px;
		display: inline-block;
		width: auto;
		min-width: 115px;
		min-height: 50px;
		padding-left: 40px;
		padding-right: 40px;
		line-height: 50px;
		text-align: center;
		position: relative;
		cursor: pointer;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.dropdown-irani-tab.active{opacity :1;}
	.dropdown-irani-tab.inactive{opacity :0.50;}



	.dropdown-irani-tab a{
		color:#54662e;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.dropdown-irani-tab a:hover{
		text-decoration: none;
	}

	.dropdown-irani-tab .dit-toggle{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 0px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.dropdown-irani-tab .dit-toggle::after {
	    display: inline-block;
	    width: 0;
	    height: 0;	    	    
	    content: "";
	    border-color:#54662e;
	    border-top: 7px solid;
	    border-right: 7px solid transparent;
	    border-bottom: 7px;
	    border-left: 7px solid transparent;
	    position: absolute;
	    top: 10px;
	    right: 5px;
	    color:#54662e;
	    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.dropdown-irani-tab:hover{
		background: #54662e;			
		color:#eaefdf;
	}

	.dropdown-irani-tab.inactive:hover{opacity :0.75;}	

	.dropdown-irani-tab:hover a{
		color:#eaefdf;	
	}
	
	.dropdown-irani-tab:hover .dit-toggle::after{
		color:#eaefdf;			
	}

	.dropdown-irani-tab:hover .dit-toggle{
		background: #54662e;			
	}

	.dropdown-irani-tab:hover .content-irani-tab.localizacao{color:#fff;}

	.content-irani-tab{margin-top: 70px; text-align: left; display: none;}
	.content-irani-panel{display: none;}
	.content-irani-tab, .content-irani-tab p, .content-irani-tab h2, .content-irani-tab h3{font-weight: 200;}
	.content-irani-tab h4 {font-weight: 200; font-size: 28px; margin: 0px; padding: 0px; margin-bottom: 10px;}
	.content-irani-tab.localizacao{color:#4d4d4e; font-weight: 200; font-size: 15px; line-height: initial;}



	.dropdown-irani-tab-new{
		background: #eaefdf;
		color:#54662e;
		font-size: 18px;
		display: inline-block;
		width: auto;
		min-width: 115px;
		min-height: 50px;
		padding-left: 70px;
		padding-right: 40px;
		line-height: 50px;
		text-align: left;
		position: relative;
		cursor: pointer;
		font-weight:400;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		padding-top: 15px;
	}

	.dropdown-irani-tab-new.active{opacity :1;}
	.dropdown-irani-tab-new.inactive{opacity :0.50;}



	.dropdown-irani-tab-new a{
		color:#54662e;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}
	
	.dropdown-irani-tab-new a.tab-new-click{
		display:block;
	}
	
	.dropdown-irani-tab-new a:hover{
		text-decoration: none;
	}

	.dropdown-irani-tab-new a.tab-new-click img{ height: 40px; width: auto; position: absolute; left: 20px; top: 4px; margin-top: 15px;}
	
	.dropdown-irani-tab-new .dit-toggle{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 0px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.dropdown-irani-tab-new .dit-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;	    	    
		content: "";
		border-color:#54662e;
		border-top: 7px solid;
		border-right: 7px solid transparent;
		border-bottom: 0;
		border-left: 7px solid transparent;
		position: absolute;
		top: 10px;
		right: 5px;
		color:#54662e;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.dropdown-irani-tab-new:hover{
		background: #eaefdf; 
		color:#54662e; 
	}

	.dropdown-irani-tab-new.inactive:hover{opacity :0.75;}	

	.dropdown-irani-tab-new:hover a{
		color:#54662e;	
	}
	
	.dropdown-irani-tab-new:hover .dit-toggle::after{
		color:#eaefdf;			
	}

	.dropdown-irani-tab-new:hover .dit-toggle{
		background: #54662e;			
	}

	.dropdown-irani-tab-new:hover .content-irani-tab.localizacao{color:#fff;}

	.content-irani-tab-new{margin-top: 70px; text-align: left; display: none;}
	.content-irani-panel-new{display: none;}
	article .certificado-item .content-irani-tab-new, article .certificado-item .content-irani-tab p, article .certificado-item .content-irani-tab h2, article .certificado-item .content-irani-tab h3{font-weight: 200;}
	article .certificado-item .content-irani-panel-new{ font-size: 16px;}
	article .certificado-item .content-irani-panel-new p{ font-size: 16px;}
	article .certificado-item .content-irani-panel-new a{ font-size: 16px;}
	article .certificado-item .content-irani-tab-new h4 {font-weight: 200; font-size: 28px; margin: 0px; padding: 0px; margin-bottom: 10px;}
	article .certificado-item .content-irani-tab-new.certificacao{color:#4d4d4e; font-weight: 200; font-size: 15px; line-height: initial;}
	

	.form-contato{margin-top: 30px;}
	.form-contato, .form-contato p, .form-contato b{ font-size: 18px;  }
	.form-contato form{margin-top: 30px;}
	.form-contato select, .form-contato input[type="text"], .form-contato input[type="email"]{height: 45px; line-height: 45px;}
	.form-contato select, .form-contato input[type="text"],.form-contato select, .form-contato input[type="email"], .form-contato textarea{background: #e5eeed; border:0px; border-radius: 3px; color:#9da4a3; font-size: 14px; font-family: 'TitilliumWeb', 'Arial'; font-weight: 200;}
	.form-contato textarea{min-height: 140px;}
	.form-contato input[type="submit"]{ border:0px; border-radius: 2px; background: #005a4e; color:#00a598; font-size: 14px; font-family: 'TitilliumWeb', 'Arial'; font-weight: 200; height: 40px; line-height: 40px; cursor: pointer; padding-right: 20px; padding-left: 20px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
	.form-contato input[type="submit"]:hover{  color:#005a4e; background:#00a598; }
	.form-contato label, .form-contato .contato-assunto{color: #9da4a3;}
	.form-contato .contato-assunto input{border:1px solid #9da4a3; border-radius: 3px; }
	.form-contato{font-size: 14px;}


	.coloracaobranca {color: white;}
	section.visita p {font-size:15px;}
	section.visita .bg-green {background: #DCE5CA; padding: 30px; margin-right: 45px; margin-left: 45px; }
	.icon-carr {color:#005a4e; font-size: 20px; padding-bottom: 20px; font-weight: 400;}
	.icon-carr span { margin-left: 10px;}

	.lista-telefone b, .lista-telefone strong{font-weight: 600;} 
	.lista-telefone .lista-telefone-item{margin-bottom: 20px;}


	.panel.panel-green{ padding: 15px; margin: 0px; background-color:#DCE5CA; height: 100%; width: 100%; position: relative;     font-size: 16px;  color: #606061;      font-weight: 200;}
	.panel.panel-green p{   font-size: 16px;  color: #606061;      font-weight: 200;}
	.panel.panel-green strong{font-size:18px;}

	.panel.panel-expand{ padding: 15px; margin: 0px;  height: 100%; width: 100%; position: relative;     font-size: 16px;  color: #606061; border:1px solid #dce5ca; display: none;} 
	.panel.panel-expand p{font-size: 16px;  color: #606061;}

	.beneficio-align{margin-left: 94px; display: block;}	


	.wrap-content{width: auto;}
	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) {
		.wrap-content p{max-width: 75%; margin: auto; margin-bottom: 1rem;}		
	}	
	
	
	
    body main .box-nivel-01{background-color: #dce5ca; padding-top: 25px; padding-bottom: 25px; padding-left: 25px; padding-right: 25px;  margin-bottom: 10px; height:calc(100% - 30px);}
	body main .box-nivel-01 h3{color: #54662E; font-weight: 500; font-size: 35px; text-transform: uppercase;}
	body main .box-nivel-01 p,
	body main .box-nivel-01 a,
	body main .box-nivel-01 ul,
	body main .box-nivel-01 li{color: #54662E; font-weight: 200; font-size: 18px; } 
	body main .box-nivel-01 ul{margin: 0px; padding-left: 22px;}

    body main .box-nivel-0101-col{
		margin-left: -7px;
		margin-top: -7px;
		margin-bottom: -7px;
		margin-right: -7px;
	}
	
    body main .box-nivel-02{
        display: table;
        width: calc(50% - 14px);
        float: left;
        background: #dce5ca;
        padding: 15px;
        text-align: center;
        padding-left: 60px;
        padding-right: 60px;
        min-height: 129px;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 7px;
        margin-bottom: 7px;
    }		

	body main .box-nivel-02 .panel-body{
		display: table-cell;
		vertical-align: middle;		
	}
	
    body main .box-nivel-02 a{    
        color: #606061;
        font-weight: 400;
        font-size: 18px;
    }
	
	    body main.interna.atitude-ampliada .box-nivel-02{
        display: table;
        width: calc(49% - 14px);
        float: left;
        background: #dce5ca;
        padding: 15px;
        text-align: center;
        padding-left: 60px;
        padding-right: 51px;
        min-height: 129px;
        margin-left: 7px;
        margin-right: 7px;
        margin-top: 7px;
        margin-bottom: 7px;
    }	

    	body main.interna.atitude-ampliada .box-nivel-0101-col{
    		padding-bottom: 20px;
    }	

	.font-size-18, .font-size-18 p, .font-size-18 b, .font-size-18 strong, .font-size-18 a{font-size:18px;}




	.newcontent-irani-tab{
		background: #eaefdf;
		color:#54662e;
		font-size: 18px;
		display: inline-block;
		width: auto;
		min-width: 115px;
		min-height: 50px;
		padding-left: 70px;
		padding-right: 40px;
		line-height: 50px;
		text-align: left;
		position: relative;

		font-weight:400;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		padding-top: 15px;
	}

	
	.newcontent-irani-tab a:hover{
		text-decoration: none;
	}

	.newcontent-irani-tab a img{ height: 42px; width: auto; position: absolute; left: 20px; top: 14px; margin-top: 15px;}
	
	.newcontent-irani-tab .dit-toggle{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 0px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}


	.newcontent-irani-tab:hover .content-irani-tab.localizacao{color:#fff;}


	.leia_mais_politicas {
		float: right;
		color: #54662e !important;
		font-size: 18px !important;
	}

	.texto_politicas {
		font-size: 16px !important; line-height: 1.3; padding-top:6px; padding-left: 56px; 
	}

	.newcontent-irani-tab-politicas{
		background: #eaefdf;
		color:#54662e;
		font-size: 18px;
		display: inline-block;
		width: 100%;
		min-width: 115px;
		min-height: 50px;
		padding-left: 25px;
		padding-right: 40px;
		line-height: 50px;
		text-align: left;
		position: relative;
		margin-bottom: 20px;

		font-weight:400;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		padding-top: 15px;
	}

	
	.newcontent-irani-tab-politicas a:hover{
		text-decoration: none;
	}

	.newcontent-irani-tab-politicas a img{ height: 42px; width: auto; position: absolute; left: 20px; top: 14px; margin-top: 15px;}
	
	.newcontent-irani-tab-politicas .dit-toggle{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 0px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}


	.newcontent-irani-tab-politicas:hover .content-irani-tab.localizacao{color:#fff;}

	.bloco_politicas {
		position: relative;
		top: -25px;
	}

/* RI COMPONENTS*/

	.ri_dropdown_content_item{
		display: inline-block;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		line-height: 50px;
		text-align: left;
		position: relative;

		font-weight:400;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}
	
	.ri_dropdown_content_item.active{opacity :1;}
	.ri_dropdown_content_item.inactive{opacity :0.50;}	
	.ri_dropdown_content_item.inactive:hover{opacity :0.75;}	
	
	.ri_dropdown_content_item_wrapper{
		background: #eaefdf;
		color:#54662e;
		font-size: 18px;
	}

	.ri_dropdown_content_item_wrapper a:hover{
		text-decoration: none;
	}

	.ri_dropdown_content_item_wrapper a span{
		font-size: 16px;
		font-weight: 200;
		color: #606061;
		padding-right: 7px;
		margin-right: 7px;
		border-right: 1px solid #b0b0b0;		
	}

	.ri_dropdown_content_item_wrapper .dit-toggle{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 0px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.ri_dropdown_content_item_wrapper .dit-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;	    	    
		content: "";
		border-color:#54662e;
		border-top: 7px solid;
		border-right: 7px solid transparent;
		border-bottom: 0;
		border-left: 7px solid transparent;
		position: absolute;
		top: 10px;
		right: 5px;
		color:#54662e;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		cursor: pointer;
	}

.ri_dropdown_content_item_wrapper .dit-toggle.plus{
		display: inline-block;
		position: absolute;
		bottom: -13px;
		right: 0px;
		border: 1px solid;
		color:#e3ead4;
		width: 27px;
		height: 27px;
		background: #fff;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	}

	.ri_dropdown_content_item_wrapper .dit-toggle.plus::after {
		display: inline;
		width: 0;
		height: 0;	    	    
		content: "";
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		position: relative;
		top: 0px;
		right: 0px;
		color:#54662e;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		cursor: pointer;
	}	
	
	.ri_dropdown_content_item_wrapper .dit-toggle.plus i{
		color: #54662e;
		position: absolute;
		left: 2px;
		top: 2px;	
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		cursor: pointer;
	}

	.ri_dropdown_content_item_wrapper:hover .dit-toggle.plus i{
		color: #fff;
	}

	
	.ri_dropdown_content_item_wrapper a{
		color:#54662e;
		-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
		display:block;
		line-height:normal;
		padding-top:20px;
		padding-bottom:10px;
	}	
	
	.ri_dropdown_content_item_wrapper:hover a{
		color:#54662e;	
	}
	
	.ri_dropdown_content_item_wrapper:hover .dit-toggle::after{
		color:#eaefdf;			
	}

	.ri_dropdown_content_item_wrapper:hover .dit-toggle{
		background: #54662e;			
	}
	
	
	.ri_dropdown_content_item_tab{
		border: 1px solid #005A4E;
		margin-top:-1px;
		display:none;
	}
	
	.ri_dropdown_content_item_panel{
		padding:25px;
	}
	
	main .ri_dropdown_content_item .ri_dropdown_content_item_panel, 
		main .ri_dropdown_content_item .ri_dropdown_content_item_panel p{ font-size: 18px; line-height:normal; font-weight:200;}

	main .ri_dropdown_content_item h6.bottom_line{
		font-size:18px; 
		padding-bottom:2px;
		border-bottom:1px solid #606061;
	}
	
	table.table-documentos{width:100%;  border:0px; padding:0px; font-size:16px; margin:auto; table-layout: fixed; position:relative;}
	table.table-documentos.wauto{width:auto; text-align:left;}
	table.table-documentos th{ font-weight:normal; white-space: nowrap; text-align:left; color:#3C5B95; padding-bottom:3px; border-bottom:solid 1px #3C5B95; vertical-align:bottom;}
	table.table-documentos td{text-align:left; font-weight:200;}
	table.table-documentos td a{color:#77777a;}
	
	/* Medium devices (tablets, 768px and up)*/
	@media (max-width: 991px) {
		table.table-documentos{table-layout:auto; overflow:auto; display:block; }	
		table.table-documentos th{white-space:normal;}	
		table.table-documentos td{padding-left:5px; padding-right:5px;}
	}
	
	ul.lista-documentos{position:relative; list-style-type:none; padding:0px; font-size:16px;}
	ul.lista-documentos li, ul.lista-documentos li a{color:#54662E;}
	ul.lista-documentos li i{background-color:#eaefdf; padding:3px; margin-right:10px;}
	ul.lista-documentos li{padding-top:10px; padding-bottom:10px;}
	ul.lista-documentos li:first-child{padding:0px; padding-bottom:10px;}
	ul.lista-documentos li:last-child{padding:0px; padding-top:10px;}
	ul.lista-documentos li:first-child:last-child{padding:0px; padding-bottom:10px;}
	ul.lista-documentos li span.tags{font-size: 12px; font-style: italic; padding: 0 0.3rem;} 
	
	ul.tab-documentos-nav{border:0px; margin-bottom:30px;}
	ul.tab-documentos-nav .nav-item{margin:0px;}
	ul.tab-documentos-nav .nav-item a.nav-link{border:0px; color:#005a4e; opacity:0.5; padding:.2rem 0.3rem;}
	ul.tab-documentos-nav .nav-item a.nav-link.active{opacity:1; font-weight:400; background:transparent;}
	
	
	div.paginate{ width:100%; text-align:center;}
	div.paginate span, div.paginate a{margin-left:5px; margin-right:5px;}
	div.paginate .page-numbers.current{font-weight:bolder;}
	div.paginate a.page-numbers{ color:#63b246 !important;}
	
/*
	End: Elements
*/	
