
		#navigations {
			position: relative !important;
			height: auto;
		}
		.logo {
			background-color: #f4f8fb;
		}
		.share {
			position: absolute;
			top: -20px;
			right: 0px;
			text-align: center;
		}
		.share .btn {
			padding: 0px;
			display: inline-block;
			transition: all 0.4s linear;
			line-height: 20px;
		}
		.share .btn:hover {
			transform: rotate(360deg);
		}
		.share .btn:hover i {
			color: #3498db;
		}
		.share .btn i {
			cursor: pointer;
			color: #fff;
			font-size: 20px;
			line-height: 20px;
		}
		.share .social {
			bottom: 34px;
			position: absolute;
		}
		.share .social.open ul li {
			opacity: 1;
			line-height: 18px;
		}
		.share .social ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.share .social ul li {
			padding-top: 5px;
			cursor: pointer;
			opacity: 0;
			margin: 5px 0;
			transition: all 0.4s ease-in-out;
		}
		.share .social ul li:hover {
		}
		.share .social ul li i {
			color: #fff;
			font-size: 0.95em;
			line-height: 18px;
		}
		.chartBarsWrap {
			margin: 0 20px 0 20px;
			width: 100%;
		}
		.chartBars {
			position: relative;
			max-width: 600px;
			height: 200px;
			margin: 0px auto 0px;
		}
		.chartBars .bars {
			display: flex;
			justify-content: space-around;
			width: 100%;
			height: 100%;
			padding: 0;
			padding: 0 1%;
			margin: 0;
			border-bottom: solid 2px #42a327;
		}
		.chartBars .bars li {
			display: inline-block;
			flex: 0 1 24%;
			height: 100%;
			margin: 0;
			text-align: center;
			position: relative;
			font-size: 14px;
		}
		.chartBars .bars li .bar {
			width: calc(100% - 10px);
			margin-left: 5px;
			margin-right: 5px;
			background: #49E;
			position: absolute;
			font-size: 14px;
			color: #fff;
			padding-top: 18px;
			bottom: 0;
			height: 0;
			overflow: hidden;
			font-weight: 600;
			outline: 2px solid transparent;
			transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
		}
    	.chartBars .bars li .bar:after { }
		.chartBars .bars li b {
			color: #000;
			width: 100%;
			position: absolute;
			bottom: -2em;
			left: 0;
			text-align: center;
			font-size: 12px;
		}
		.chartBars .numbers {
			width: 50px;
			height: 100%;
			margin: 0;
			padding: 0;
			display: inline-block;
			position: absolute;
			left: -50px;
		}
		.chartBars .numbers li {
			text-align: right;
			padding-right: 1em;
			list-style: none;
			height: 59px;
			position: relative;
			font-size: 13px;
			bottom: 11px;
			right: -9px;
			color: #eee;
		}
		.chartBars .numbers li:after {
			content: "\00af";
			position: relative;
			right: -5px;
			font-size: 20px;
			top: 7px;
			color: rgba(255, 255, 255, 0.34);
		}
		.chartBars .numbers li:first-of-type {
			height: 63px;
			margin-top: -1px;
		}
		.chartBars1 .bar {
			border-top-right-radius: 30px;
		}
		.chartBars2 {
			max-width: 350px;
		}
		.chartBars2 .bars {
			padding: 0;
		}
		.chartBars2 .bars li {
			flex: 0 1 25%;
		}
		.chartBars2 .bars li .bar {
			box-shadow: 0 0 20px #222;
		}
		.chartBars3 {
			background: rgba(255, 255, 255, 0.1);
			border-top: 1px solid #666;
			border-right: 1px solid #666;
		}
		.chartBars3 .bars {
			border-color: #666;
			padding: 0;
		}
		.chartBars3 .bars li .bar {
			border-top-right-radius: 3px;
			border-top-left-radius: 3px;
			font-size: 22px !important;
		}
		.chartBars3 .bars li .bar:after {
			font-size: 0.6em !important;
		}
		.chartBarsWrap.chartBarsHorizontal {
			flex-direction: column;
			padding-left: 70px;
		}
		.chartBarsWrap.chartBarsHorizontal .bars b {
			color: #eee;
			width: 100%;
			position: absolute;
			bottom: initial;
			top: 1em;
			left: -102%;
			text-align: right;
		}
		.chartBarsWrap.chartBarsHorizontal .chartBars {
			height: 200px;
		}
		.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
			border: 0;
		}
		.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
			width: 0;
			padding-top: 10px;
			height: 100% !important;
			text-align: right;
			font-size: 1.5em;
			transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
		}
		.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
			font-size: 0.6em !important;
			margin-right: 20px;
		}
		.bars li .bar.greenBar {
			background-color: #65b137;
			background: radial-gradient(#6fc44b, #32971b);
		}
		.bars li .bar.greenBarFlat {
			background-color: #6B8E23;
		}
		.bars li .bar.blueBar {
			background-color: #65b137;
			background: radial-gradient(#6fc44b, #32971b);
		}
		.bars li .bar.blueBarFlat {
			background-color: #49E;
		}
		.bars li .bar.orangeBar {
			background-color: #65b137;
			background: radial-gradient(#6fc44b, #32971b);
		}
		.bars li .bar.orangeBarFlat {
			background-color: orange;
		}
		.bars li .bar.purpleBar {
			background-color: #65b137;
			background: radial-gradient(#6fc44b, #32971b);
		}
		.bars li .bar.purpleBarFlat {
			background-color: #6e46af;
		}
		.box-piesite {
			text-align: center;
			font-size: 22px;
		}
		.piesite {
			position: relative;
			width: 1em;
			height: 1em;
			font-size: 10em;
			cursor: default;
		}
		.piesite .percent {
			position: absolute;
			top: 1.1em;
			left: 0.1em;
			width: 100%;
			font-size: 0.3em;
			text-align: center;
			z-index: 2;
		}
		.piesite .percent .symbol {
			font-size: 0.5em;
			vertical-align: top;
			opacity: 0.5;
		}
		.piesite > #slice {
			position: absolute;
			width: 1em;
			height: 1em;
			clip: rect(0px, 1em, 1em, 0.5em);
		}
		.piesite > #slice.gt50 {
			clip: rect(auto, auto, auto, auto);
		}
		.piesite > #slice > .pie {
			position: absolute;
			border: 0.1em solid #444;
			width: 1em;
			height: 1em;
			clip: rect(0em, 0.5em, 1em, 0em);
			border-radius: 0.5em;
		}
		li.design .piesite > #slice > .pie {
			border-color: #63af37;
		}
		li.usability .piesite > #slice > .pie {
			border-color: #FFA500;
		}
		li.creativity .piesite > #slice > .pie {
			border-color: #6bb837;
		}
		.piesite > #slice > .pie.fill {
			transform: rotate(180deg) !important;
		}
		.piesite.fill > .percent {
			display: none;
		}
		.piesite:after {
			content: '';
			display: block;
			position: absolute;
			top: 0.1em;
			left: 0.1em;
			width: 0.8em;
			height: 0.8em;
			background: #ececec;
			border-radius: 100%;
			z-index: 1;
		}
		.piesite:before {
			content: '';
			display: block;
			position: absolute;
			width: 1em;
			height: 1em;
			border-radius: 0.5em;
			opacity: 0.5;
			z-index: 0;
		}
		.piesite:before {
			background: rgba(255, 255, 255, 0.1);
		}
		.box-piesite ul {
			padding: 0;
		}
		.box-piesite ul li {
			display: inline-block;
			margin: 10px 20px;
		}
		.chartBarsHorizontal .chartBars .bars {
			flex-direction: column;
		}
		@media screen and (min-width: 600px) {
			.bar:before {
				font-size: 2em !important;
			}
			.chartBars3 .bar:before {
				font-size: 1.5em !important;
			}
		}
		.tooltip > .tooltipContent {
			display: block;
			position: absolute;
			background: none repeat scroll 0 0 #222;
			color: #9ddf76;
			font-family: 'Helvetica';
			font-size: 12px;
			font-weight: normal;
			border-radius: 10px 0px 10px 0px;
			line-height: 12px;
			padding: 16px 15px;
			min-width: 200px;
			max-width: 500px;
			top: 0;
			left: 50%;
			transform: translate(-50%, -110%);
			margin-left: 0;
			opacity: 0;
			filter: alpha(opacity=0);
			text-align: center;
			z-index: 2;
			text-transform: none;
			transition: all 0.3s ease-in-out;
		}
		.tooltip:hover > .tooltipContent {
			opacity: 1;
			filter: alpha(opacity=100);
			z-index: 99;
			transform: translate(-50%, -130%);
			transition: all 0.2s ease;
		}
		.tooltip .tooltipContent:after {
			border-color: #222 rgba(0, 0, 0, 0);
			border-style: solid;
			border-width: 15px 15px 0;
			bottom: -13px;
			content: "";
			display: block;
			left: 50%;
			transform: translate(-50%, 0);
			position: absolute;
			width: 0;
		}
        .item_videos:after {
        	display: none;
        }
        .item_programacoes{
			width: 100%;
			float: left;
			border-bottom: solid 1px #ecf2f7;
			padding-bottom: 10px;
			margin-bottom: 10px;
			display: flex;
			align-items: center;
        }
        .dia{
			font-size: 18px;
			line-height: 18px;
			font-weight: 600;
			padding: 8px;
			border-radius: 50%;
			float: left;
			margin-right: 8px;
			width: 40px;
			height: 40px;
			display: flex;
			justify-content: center;
			align-items: center;
        }
        .programacoes >	.item_programacoes .dia{
			background-color: #405caf;
			color: #fff;
        }
		.programacoes >	.item_programacoes ~ .item_programacoes .dia{
			background-color: #f1f1f1;
			color: #000;
		}
        .mes{
			font-size: 15px;
			line-height: 15px;
			float: left;
			margin-right: 10px;
			text-transform: uppercase;
			min-width: 100px;
		}
		.programacoes >	.item_programacoes .mes{
			color:#405caf;
			font-weight: 500;
		}
		.programacoes >	.item_programacoes ~ .item_programacoes .mes{
			color:#000;
			font-weight: 400;
		}
        .programacoes >	.item_programacoes .bolinha{
            width: 10px;
            height: 10px;
            background-color: #405caf;
            float: left;
            margin-right: 5px;
            border-radius: 50%;
        }
		.programacoes >	.item_programacoes ~ .item_programacoes .bolinha{
			background-color: #8196d2;
		}
 .periodo {
    float: left;
    font-size: 16px;
    line-height: 15px;
    margin-right: 30px;
    min-width: 100px;
    font-weight: 500;
}
		.titulo{
			float: left;
			font-size: 15px;
			line-height: 15px;
			font-weight: 600;
			padding: 5px;
		}
		
		
		
		.sub_menu_int li {
    color: #00308d !important;
    font-size: 0.9em;
    line-height: 1em;
    position: relative;
    padding: 15px;
    padding-top: 0;
    float: left;
    font-weight: 600 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    display: block;
    background: #fff;
    border: solid 1px #dbe9f1 !important;
    padding-left: 10px;
    box-shadow: 5px 5px 20px 0px #193f561c;
    -webkit-box-shadow: 5px 5px 20px 0px #193f561c;
    box-shadow: 5px 5px 20px 0px #193f561c;
}
		
		
		.sub_menu_int.sujao a.selected li {
    color: #2274d6 !important;
    border: solid 1px #5ea0ed !important;
}
		
		.item_programacoes {
    width: 100%;
    float: left;
    border: solid 1px #dbe7f1;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0px #193f561c;
    -webkit-box-shadow: 5px 5px 20px 0px #193f561c;
    box-shadow: 5px 5px 20px 0px #193f561c;
}
		



.descricao {
    color: #5f5f5f;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    max-width: 790px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.descricao:before {
    content: '';
    width: 160px;
    height: 8px;
    background-color: #a5ba34;
    margin-bottom: 30px;
}





.mn_arborizacao {
    width: 100%;
    display: flex;
    max-width: 1350px;
    justify-content: center;
    list-style: none;
    margin-top: -10px;
    box-shadow: 0px 15px 50px -45px #000000;
    -webkit-box-shadow: 0px 15px 50px -45px #000000;
    box-shadow: 0px 15px 50px -45px #000000;
    position: relative;
}

.mn_arborizacao li {
    height: 110px;
     display: flex;
    align-items: center;
    position: relative;
}


.mn_arborizacao li a {
    height: 110px;
    padding: 25px;
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.mn_arborizacao li a:hover {
    color: #ffffff;
    background: #79be92;
}

.mn_arborizacao li a:hover i{
    color: #ffffff;
}


.mn_arborizacao li:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    left: 0px;
}

.mn_arborizacao li:last-child:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    right: 0px;
}

.mn_arborizacao li i {
    color: #6db470;
    font-size: 16px;
    margin-right: 5px;
}



.manual {
    width: 100%;
    background: #f2f5f3;
	border: solid 1px #d7e2db;
    float: left;
    padding: 50px;
    border-radius: 30px;
    max-width: 1350px;
    display: flex;
}


.titulo_arborizacao {
    color: #035f35;
    font-size: 43px;
    line-height: 43px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
}


.titulo_arborizacao:before {
    content: '';
    float: left;
    min-width: 8px;
    background-color: #d2cc56;
    margin-right: 15px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.manual .esq {
    width: 100%;
    float: left;
    max-width: 616px;
}

.manual .dir {
    width: 100%;
    float: left;
    padding: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#adobe-dc-view {
    box-shadow: 5px 5px 70px 0px #1c24435e;
    -webkit-box-shadow: 5px 5px 70px 0px #1c24435e;
    box-shadow: 10px 10px 70px 0px #193f5636;
}

.dir object{
    box-shadow: 5px 5px 70px 0px #1c24435e;
    -webkit-box-shadow: 5px 5px 70px 0px #1c24435e;
    box-shadow: 10px 10px 70px 0px #193f5636;
}


.manual .dir span {
    display: flex;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    max-width: 350px;
    color: #000;
}


.caixa_manual{
    display: flex;
}

.caixa_manual_wrap {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: solid 2px #87d19e;
    border-left: 0;
    border-radius: 0px 30px 30px 0px;
    align-items: flex-start;
    justify-content: center;
}


.caixa_manual strong {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}


.bt_ler_manual {
    background-color: #035f35;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    width: 100%;
    max-width: 235px;
	-webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.bt_ler_manual:hover {
    background-color: #a5ba34;
}


.bt_ler_manual i{
	margin-right: 12px;
	
}


.bt_baixar_manual {
    background-color: #f0faf7;
    color: #035f35 !important;
    padding: 12px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 10px;
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    border: solid 1px #b1cec5;
}

.bt_baixar_manual i{
	margin-right: 12px;
	
}



.plantio {
    margin-top: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.plantio .titulo_arborizacao {
    color: #035f35;
    font-size: 43px;
    line-height: 43px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    max-width: 490px;
    text-align: center;
}

.plantio .titulo_arborizacao:before {
    content: '';
    width: 160px;
    height: 8px;
    background-color: #a5ba34;
    margin-top: 30px;
    margin-right: 0;
}


.plantio .descricao:before {
	display: none;
	
}


.lista_plantio {
	border: solid 1px #d7e2db;
    width: 100%;
    background: #f2f5f3;
    max-width: 990px;
    border-radius: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 100px 150px -120px #000000;
    -webkit-box-shadow: 0px 100px 150px -120px #000000;
    box-shadow: 0px 100px 150px -120px #000000;
}

.lista_plantio li {
    font-size: 22px;
    line-height: 28px;
    color: #054327;
    font-weight: 600;
    width: 50%;
    float: left;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: solid 1px #d7e2db;
    border-top: 0;
    border-right: 0;
}

.lista_plantio li i{
    font-size: 44px;
    margin-right: 15px;
    color: #a5ba34;
}

.lista_plantio li:first-child{
	
	border-left: 0;
	
}

.lista_plantio li:nth-child(3){
	border-left: 0;
	border-bottom: 0;
}

.lista_plantio li:nth-child(4){
	border-bottom: 0;
}


.plantio .lista {
    display: flex;
    width: 100%;
    min-height: 340px;
    padding-top: 50px;
    margin-top: -50px;
    background: #035E35;
    background: radial-gradient(circle, rgba(3, 94, 53, 1) 0%, rgba(18, 64, 41, 1) 100%);
    align-items: center;
    justify-content: center;
}


.lista_wrap {
    display: flex;
    width: 100%;
    max-width: 840px;
    align-items: center;
}

.lista_txt {
    display: flex;
    flex-direction: column;
}

.lista_wrap i {
    color: #dcee64;
    font-size: 100px;
    margin-right: 30px;
}

.lista_txt strong{
    font-size: 26px;
    line-height: 26px;
    color: #fff;
}


.lista_txt span {
    color: #acdc68;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
}

.bt_baixar_plantio {
    background-color: #ebff5d;
    color: #035f35 !important;
    padding: 22px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 10px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    border: solid 1px #f0ff8d;
    max-width: 235px;
	
	    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.bt_baixar_plantio i {
    font-size: 30px;
    color: #035c33;
    margin-right: 10px;
}



.bt_baixar_plantio:hover {
    background-color: #fff;
    color: #035f35 !important;
    border: solid 1px #f0ff8d;
}




.catalogo .titulo_arborizacao {
    color: #035f35;
    font-size: 43px;
    line-height: 43px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    max-width: 490px;
    text-align: center;
}


.catalogo .titulo_arborizacao:before {
    content: '';
    width: 160px;
    height: 8px;
    background-color: #a5ba34;
    margin-top: 30px;
    margin-right: 0;
}



.busca {
    width: 100%;
    max-width: 570px;
    margin-bottom: 50px;
}


.filtros {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}


.filtros a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #c4d2e3;
    border-radius: 4px;
    margin: 9px;
    font-size: 17px;
    line-height: 17px;
    color: #474d5d;
    font-weight: 600;
    box-shadow: 3px 4px 5px -2px #00000017;
    -webkit-box-shadow: 3px 4px 5px -2px #00000017;
    box-shadow: 3px 4px 5px -2px #00000017;
}

.filtros a.active {
    background-color: #1b9999;
    border: solid 1px #1b9999;
    color: #fff;
}


.filtros a:hover {
    background-color: #1b9999;
    border: solid 1px #1b9999;
    color: #fff;
}

.botao_busca {
    background-image: url("/site/sujao/img/bt_busca.png");
    background-size: cover;
    background-position: center;
    min-width: 86px;
    margin-left: -86px;
    height: 66px;
    color: #fff;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.botao_busca:hover {
    filter: contrast(1.2) brightness(1.0);
}

.catalogo {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1300px;
    padding-top: 120px;
    padding-bottom: 80px;
}



.wrap_busca form {
    width: 100%;
    float: left;
    background: #fff;
    border: solid 1px #eaeaea;
    border-left: 0;
    border-right: 0;
    border-radius: 7px;
    box-shadow: 0px 15px 50px -25px #0000008c;
    -webkit-box-shadow: 0px 15px 50px -25px #0000008c;
    box-shadow: 0px 15px 50px -25px #0000008c;
}


.wrap_busca form input {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #25523d;
    border: 0;
    padding: 20px;
    background: transparent;
    border-left: solid 4px #44c4ab;
    border-radius: 7px;
}


.wrap_busca form input:focus {
    outline: solid 1px #44c4ab;
}


.wrap_busca input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #707071;
font-size: 20px;
font-weight: 600;
}
.wrap_busca input::-moz-placeholder { /* Firefox 19+ */
 color: #707071;
font-size: 20px;
font-weight: 600;
}
.wrap_busca input:-ms-input-placeholder { /* IE 10+ */
 color: #707071;
font-size: 20px;
font-weight: 600;
}
.wrap_busca input:-moz-placeholder { /* Firefox 18- */
 color: #707071;
font-size: 20px;
font-weight: 600;
}



.wrap_lista {
    width: 100%;
    float: left;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}


.wrap_item_lista {
	  width: calc(100%/3 - 36px);
	margin: 18px;
	display: none;
	float: left;
}


.item_lista {
    width: calc(100%/1 - 0px);
    margin: 0px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 5px 5px 70px 0px #1c24435e;
    -webkit-box-shadow: 5px 5px 70px 0px #1c24435e;
    box-shadow: 10px 10px 70px 0px #193f5636;
    overflow: hidden;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.item_lista img {
      background-size: cover;
    background-position: center;
}


.titulo_lista{
	color: #035f35;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}


.wrap_txt_lista {
      display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.txt_lista {
    padding: 25px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.nome{
	color: #333;
	font-style: italic;
	font-size: 15px;
}


.descricao_lista{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.pequeno_porte{
	    color: #087845;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: solid 1px;
    float: left;
    margin-top: 17px;
    margin-bottom: 17px;
}


.medio_porte {
    color: #005ac0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: solid 1px;
    float: left;
    margin-top: 17px;
    margin-bottom: 17px;
}


.grande_porte {
    color: #6d4ebf;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: solid 1px;
    float: left;
    margin-top: 17px;
    margin-bottom: 17px;
}





.txt_lista button {
    padding: 8px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    outline: solid 1px #a0d7c0 !important;
    font-size: 15px;
    margin-top: 20px;
    color: #028383;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 243, 238, 1) 100%);
    border-top: solid 2px #fff;
    box-shadow: 0px 10px 20px -15px #000000e0;
    -webkit-box-shadow: 0px 10px 20px -15px #000000e0;
    box-shadow: 0px 10px 20px -15px #000000e0;
    cursor: pointer;
	
	-webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.txt_lista button:hover {
    background: #028383;
    color: #fff;
    border-top: solid 2px #1aa5a5;
    outline: solid 1px #1aa5a5 !important;
}


.item_lista:hover button{
  background: #028383;
    color: #fff;
    border-top: solid 2px #1aa5a5;
    outline: solid 1px #1aa5a5 !important;
}

.bt_vermais {
    background: #118f94;
    color: #fff !important;
    padding: 7px;
    border-radius: 8px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 16px;
	
	-webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.bt_vermais:hover {
    background: #a5ba34;
}


.leis {
    width: 100%;
    background: #f2f5f3;
	border: solid 1px #d7e2db;
    float: left;
    padding: 50px;
    border-radius: 30px;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.wrap_item_leis2 {
    width: calc(100%/2 - 36px);
    margin: 18px;
    display: none;
  /*  min-height: 160px;*/
}


.item_leis {
    float: left;
    background: #fff;
    padding: 25px;
    padding-bottom: 15px;
    width: calc(100%/1 - 0px);
    height: 100%;
    margin: 0px;
    border-radius: 20px;
    display: flex;
    border: solid 1px #e1eae4;
    box-shadow: 0px 15px 50px -35px #76867b;
    -webkit-box-shadow: 0px 15px 50px -35px #76867b;
    box-shadow: 0px 15px 50px -35px #76867b;
    outline: solid 1px transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


.item_leis:hover {
    border: solid 1px #8bd3a3;
    outline: solid 1px #8bd3a3;
}

.item_leis:hover strong {
    color: #1b9d62;
    font-size: 24px;
}

.item_leis i {
    color: #a5ba34;
    font-size: 48px;
    margin-right: 15px;
    font-family: "Font Awesome 7 Pro";
}

.wrap_leis{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.wrap_item_leis {
    display: flex;
    flex-direction: column;
}


.wrap_item_leis strong {
    color: #035f35;
    font-size: 24px;
    line-height: 24px;
}


.wrap_item_leis span{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
}


.item_leis:hover .ver {
    color: #1b9d62;
}


.ver {
    
	color: #107447;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.ver i{
    font-size: 16px;
    line-height: 16px;
    color: #117e4c;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.item_leis:hover .ver i{
   color: #1b9d62;
}


.leis .titulo_arborizacao {
    color: #035f35;
    font-size: 43px;
    line-height: 43px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    max-width: 490px;
    text-align: center;
}


.leis .titulo_arborizacao:before {
    content: '';
    width: 160px;
    height: 8px;
    background-color: #a5ba34;
    margin-top: 30px;
    margin-right: 0;
}


.atencao {
    display: flex;
    padding: 25px;
    background: #fefcf7;
    border-radius: 20px;
    color: #5c473a;
    font-size: 16px;
    font-weight: 500;
    outline: solid 1px #e7e0cf !important;
    border-top: solid 2px #fff;
    box-shadow: 0px 10px 50px -40px #000000e0;
    -webkit-box-shadow: 0px 10px 50px -40px #000000e0;
    box-shadow: 0px 10px 50px -40px #000000e0;
}

.atencao i{
    font-size: 70px;
    margin-right: 10px;
}

.atencao strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
}



.item_link {
    float: left;
    background: #fff;
    padding: 25px;
    padding-bottom: 25px;
    width: calc(100%/2 - 36px);
    margin: 18px;
    border-radius: 20px;
    display: flex;
    border: solid 1px #e1eae4;
    box-shadow: 0px 15px 50px -35px #76867b;
    -webkit-box-shadow: 0px 15px 50px -35px #76867b;
    box-shadow: 0px 15px 50px -35px #76867b;
    align-items: center;
    justify-content: center;
}


.item_link:hover {
    border: solid 1px #8bd3a3;
    outline: solid 1px #8bd3a3;
}


.wrap_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wrap_item_links {
    display: flex;
    flex-direction: column;
}

.wrap_item_links strong {
    color: #035f35;
    font-size: 20px;
    line-height: 20px;
}


.item_link:hover strong {
    color: #1b9d62;
}


.wrap_item_links span {
    font-size: 16px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
	margin-top: 10px;
}

.item_link i {
    color: #a5ba34;
    font-size: 70px;
    margin-right: 15px;
    font-family: "Font Awesome 7 Pro";
}


.modal-content .item_lista {
    width: calc(100%/1 - 0px);
    margin: 0;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 5px 5px 70px 0px #1c24435e;
    -webkit-box-shadow: 5px 5px 70px 0px #1c24435e;
    box-shadow: 10px 10px 70px 0px #193f5636;
    overflow: hidden;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


[data-ml-modal] .modal-dialog {
    border-radius: 6px;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    position: relative;
    width: 95%;
    max-width: 1024px !important;
    max-height: 90%;
    margin: 10% auto;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}


.anchor{
	position: absolute;
	margin-top: -80px;
	pointer-events: none;
	height: 1px;
	width: 1px;
}

[data-ml-modal] .modal-dialog > h3 {
    background-color: #035f35;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0.8em 56px 0.8em 27px;
    color: #fff;
}


[data-ml-modal] .modal-close {
    position: absolute;
    display: flex;
    top: auto;
    right: 13px;
    color: #f44336;
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    align-items: center;
    justify-content: center;
}

[data-ml-modal] .modal-dialog > h3 {
    background-color: #035f35;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0.8em 56px 0.8em 27px;
    color: #fff;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


		.titulo_menu {
    display: none;
}


body:has([data-ml-modal]:target) {
  overflow: hidden;
  
  /* Evita que o layout dê um "pulo" para o lado quando a barra de rolagem sumir */
  scrollbar-gutter: stable; 
}

		
        @media screen and (max-width: 778px) {
					
					
					
					.bt_baixar_manual {
    background-color: #f0faf7;
    color: #035f35 !important;
    padding: 12px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 10px;
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
    border: solid 1px #b1cec5;
    width: 100%;
    min-height: 72px;
}
					
					
.wrap_txt_lista {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
					
					.txt_lista {
    padding: 25px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
					
		.modal-content .txt_lista {
    padding: 25px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
}
					
					
					.plantio .lista {
    display: flex;
    width: 100%;
    min-height: 340px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 30px;
    margin-top: -50px;
    background: #035E35;
    background: radial-gradient(circle, rgba(3, 94, 53, 1) 0%, rgba(18, 64, 41, 1) 100%);
    align-items: center;
    justify-content: center;
}
					
					.descricao:before {
    content: '';
    width: 160px;
    height: 8px;
    background-color: #a5ba34;
    margin-bottom: 20px;
    margin-top: 10px;
}
					
					
					.tittle {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
					
					
.titulo_menu {
    width: calc(100% - 40px);
    display: flex;
    margin: 20px;
    align-items: center;
    background: #eff3f0;
    border: solid 1px #d7e2db;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 20px;
    margin-bottom: -15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #597e6d;
}
					
	.titulo_menu i{
    margin-right: 5px;
}
					
					.titulo_lista {
    color: #035f35;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
}
					
					.nome {
    color: #333;
    font-style: italic;
    font-size: 17px;
    line-height: 20px;
}
					
					.descricao_lista {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
					
					.txt_lista button {
    padding: 10px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    outline: solid 1px #a0d7c0 !important;
    font-size: 18px;
    margin-top: 20px;
    color: #028383;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(230, 243, 238, 1) 100%);
    border-top: solid 2px #fff;
    box-shadow: 0px 10px 20px -15px #000000e0;
    -webkit-box-shadow: 0px 10px 20px -15px #000000e0;
    box-shadow: 0px 10px 20px -15px #000000e0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
					
					
					.bt_ler_manual {
    background-color: #035f35;
    color: #fff !important;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    width: 100%;
    max-width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
					
					.bt_ler_manual span {
    max-width: 160px;
}
					
					
					
					.wrap_busca input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #707071;
font-size: 14px;
letter-spacing: -1px;
font-weight: 600;
}
.wrap_busca input::-moz-placeholder { /* Firefox 19+ */
 color: #707071;
font-size: 14px;
	letter-spacing: -1px;
font-weight: 600;
}
.wrap_busca input:-ms-input-placeholder { /* IE 10+ */
 color: #707071;
font-size: 14px;
	letter-spacing: -1px;
font-weight: 600;
}
.wrap_busca input:-moz-placeholder { /* Firefox 18- */
 color: #707071;
font-size: 14px;
	letter-spacing: -1px;
font-weight: 600;
}
					
					
			.wrap_busca form input {
    width: 100%;
    border: 0;
    padding: 10px;
    background: transparent;
    border-left: solid 4px #44c4ab;
    border-radius: 7px;
}
					
.botao_busca {
    min-width: 60px;
    background-size: 100% 100%;
    margin-left: -12px;
}
					
					
					.item_lista {
    width: calc(100%/1 - 0px);
    margin: 0px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    box-shadow: 5px 5px 70px 0px #1c24435e;
    -webkit-box-shadow: 5px 5px 70px 0px #1c24435e;
    box-shadow: 10px 10px 70px 0px #193f5636;
    overflow: hidden;
    transition-duration: 1s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    flex-direction: column;
}
					
					
					.plantio .titulo_arborizacao {
    color: #035f35;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    max-width: 490px;
    text-align: center;
}
					
					
					.wrap_lista {
    width: 100%;
    float: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
					
					.catalogo {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1300px;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
					
					.manual {
    width: 100%;
    background: #f2f5f3;
    float: left;
    padding: 30px;
    border-radius: 30px;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
}
				
.titulo_arborizacao {
    color: #035f35;
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: -1px;
    flex-direction: column-reverse;
    align-items: center;
}
					
.titulo_arborizacao:before {
    content: '';
    width: 160px;
    height: 8px;
    background-color: #a5ba34;
    margin-top: 25px;
    margin-right: 0;
}
					
					.caixa_manual_wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: solid 0px #d8e2db;
    border-left: 0;
    border-radius: 0px 30px 30px 0px;
    align-items: flex-start;
    justify-content: center;
}
					
					.catalogo .titulo_arborizacao {
    color: #035f35;
    font-size: 36px;
    line-height: 36px;
    font-weight: 800;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    max-width: 490px;
    text-align: center;
}
					
.mn_arborizacao {
    width: calc(100% - 40px);
    border: solid 1px #aed8bd;
    margin: 20px;
    display: flex;
    border-radius: 10px;
    max-width: 1350px;
    justify-content: center;
    list-style: none;
    margin-top: 0;
    margin-bottom: 30px;
    box-shadow: 0px 15px 50px -45px #000000;
    -webkit-box-shadow: 0px 15px 50px -45px #000000;
    box-shadow: 0px 15px 50px -45px #000000;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    background: #fff;
}
					
					.mn_arborizacao li:last-child:after {
  display: none;
}
					
					.mn_arborizacao li:before {
   						display: none;
}
					
					
.mn_arborizacao li {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
					
.mn_arborizacao li a {
    height: auto;
    border-bottom: solid 1px #aad6ba;
    width: 100%;
    padding: 15px;
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 21px;
    color: #035f35;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
					
		.mn_arborizacao li a:hover {
    color: #ffffff;
    background: #79be92;
}			
			
							.mn_arborizacao li a:hover i{
    color: #ffffff;

}		
					
					.mn_arborizacao li:last-child a {

    border-bottom: solid 0px #d8e6dd;

}
					
					
.manual {
    width: 100%;
    background: #f2f5f3;
    float: left;
    padding: 30px;
    border-radius: 30px;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
}
					
					
					.caixa_manual {
    display: flex;
    flex-direction: column;
    background: #fff;
}
					
					.manual .dir {
    width: 100%;
    float: left;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
					
					
.plantio {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
					
					
.descricao {
    color: #5f5f5f;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    max-width: 790px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
					
					
.lista_plantio {
    width: 100%;
    background: #f2f5f3;
    border: solid 1px #d7e2db;
    max-width: 990px;
    border-radius: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 100px 150px -120px #000000;
    -webkit-box-shadow: 0px 100px 150px -120px #000000;
    box-shadow: 0px 100px 150px -120px #000000;
    flex-direction: column;
}
					
					
.lista_plantio li {
    font-size: 20px;
    line-height: 24px;
    color: #054327;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: solid 1px #d7e2db !important;
    border-top: 0 !important;
    border-right: 0;
    border-left: 0;
}
					
					
					.lista_wrap {
    display: flex;
    width: 100%;
    max-width: 840px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}
					
.lista_wrap i {
    /* color: #dcee64; */
    font-size: 70px;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
					
					
					.bt_baixar_plantio i {
    font-size: 30px !important;
    color: #035c33;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
					
					.lista_txt {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
					
					.lista_txt span {
    color: #acdc68;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
}
					
					.lista_txt strong {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}
					
					.lista_plantio li:nth-child(4) {
    border-bottom: 0 !important;
}
					
					.filtros {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
					
.catalogo {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1300px;
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 80px;
}
					
.wrap_item_lista {
    width: calc(100%/1 - 20px);
    margin: 10px;
    margin-top: 20px;
    display: none;
    float: left;
}
					
					.item_lista img {
    background-size: cover;
    background-position: center;
    height: 250px;
}
					
					
.leis {
    width: 100%;
    background: #f2f5f3;
    float: left;
    padding: 20px;
    padding-top: 50px;
    border-radius: 30px;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
					
					.wrap_item_leis2 {
    width: calc(100%/1 - 0px);
    margin: 0;
    margin-bottom: 20px;
    display: none;
}
					
					.item_link {
    float: left;
    background: #fff;
    padding: 25px;
    padding-bottom: 25px;
    width: calc(100%/1 - 36px);
    margin: 18px;
    border-radius: 20px;
    display: flex;
    border: solid 1px #e1eae4;
    box-shadow: 0px 15px 50px -35px #76867b;
    -webkit-box-shadow: 0px 15px 50px -35px #76867b;
    box-shadow: 0px 15px 50px -35px #76867b;
    align-items: center;
    justify-content: center;
}
					
					
					
					
            .item_programacoes {
				width: 100%;
				float: left;
				border-bottom: solid 1px #ecf2f7;
				padding-bottom: 10px;
				margin-bottom: 10px;
				display: flex;
				align-items: center;
				flex-direction: row;
				flex-wrap: wrap;
			}
            .columnwrap_mob {
				-webkit-flex-flow: column wrap;
				-moz-flex-flow: column wrap;
				-ms-flex-flow: column wrap;
				flex-flow: column wrap;
			}
			.chartBarsWrap {
				margin: 0 20px 0 20px;
				width: 100%;
				margin: 0;
			}
            .chartBars .bars li .bar {
				width: calc(100% - 6px);
				margin-left: 3px;
				margin-right: 3px;
				position: absolute;
				font-size: 12px;
				color: #fff;
				padding-top: 18px;
				bottom: 0;
				height: 0;
				overflow: hidden;
				font-weight: 600;
				outline: 2px solid transparent;
				transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
			}
            .chartBars .bars {
				display: flex;
				justify-content: space-around;
				width: 100%;
				height: 100%;
				padding: 0;
				padding: 0;
				margin: 0;
				border-bottom: solid 2px #42a327;
			}
        }
