body.categorias #column-2 {
    background-color: #F8F8F8;
    padding-left: 0;
    padding-right: 0;
}

body.categorias #category {}

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

/*GERAL*/
.main .tabela-servicos {
	display: block;
    padding: 0;
    background-color: transparent;
    float: left;
    margin-top: -1px;
    margin-bottom: 120px;
    min-height: 880px;
    min-height: 2200px;
}

.main .tabela-servicos .menu-close,
.main .tabela-servicos .menu-open {
	display: none;
}

/*CATEGORIAS*/
.categorias .tabela-servicos {
	font-family: rawline,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
	background-color: #f8f8f8;
} 
    
.tabela-servicos ul {
    padding: 0;
    margin: 0;
}

.tabela-servicos ul li {
	font-family: rawline,sans-serif;
    list-style: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tabela-servicos ul li a {
	font-family: rawline,sans-serif;
    font-size: 17px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    outline: 0 none;
    text-transform: uppercase;
}

.tabela-servicos ul li a:hover,
.tabela-servicos ul li a:link,
.tabela-servicos ul li a:visited {
    text-decoration: none;
    font-weight: 600;
}

.tabela-servicos .level-1 {
    position: relative;
    margin-top: -4px;
    padding-right: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tabela-servicos .level-1.open {
    width: 58px;
    z-index: 11;
}

.tabela-servicos .level-1 li {
    margin: 0;
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

.tabela-servicos .level-1.open li.active {
    padding-left: 4px;
    margin-left: -4px;
    overflow: hidden;
    width: 63px;
    position: relative;
    z-index: 0;
}

.tabela-servicos .level-1.open li.active+li {
    margin: 0;
}

.tabela-servicos .level-1 li a {
    background-color: #fff;
    color: #0c326f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    position: relative;
}

.tabela-servicos .level-1 li a .title {
	margin: 1px 0 0 0;
    width: auto;
    padding-right: 64px;
    font-size: 16px;
}

.tabela-servicos .level-1.open li a h3.title,
.tabela-servicos .level-1.open li a .title {
    display: none;
}

.tabela-servicos .level-1 li a .icon {
	height: 52px;
    width: 58px;
    min-width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-position: center center;
	background-repeat: no-repeat;
    background-size: 38px;
}

.tabela-servicos .level-1.open li.active a .icon {
    background-color: #ededed !important;
	width: 64px;
	min-width: 64px;
}

.tabela-servicos .tabela-servicos-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 77px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
}

.tabela-servicos .level-2-wrapper,
.tabela-servicos .level-3-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}

.tabela-servicos .level-2,
.tabela-servicos .level-3 {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ededed;
    padding: 25px 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    position: relative;
}

.main .tabela-servicos .level-2,
.main .tabela-servicos .level-3 {
	width: calc(40vw);
}

@media only screen and (min-width:1440px) {
	.main .tabela-servicos .level-2,
	.main .tabela-servicos .level-3 {
		width: 520px;
	}
}

.tabela-servicos .level-3 {
	background-color: #2670E8;
}

.tabela-servicos .level-2.active {
    z-index: 2;
}

.tabela-servicos .level-2.active,
.tabela-servicos .level-3.active {
	display: block;
}

.tabela-servicos .level-2 .title,
.tabela-servicos .level-3 .title {
    font-weight: 600;
    font-size: 16px;
    color: #2670e8;
    text-transform: uppercase;
    padding: 0 18px 14px;
}

.tabela-servicos .level-3 .title {
	color: #2670e8;
}

.tabela-servicos .level-2 li,
.tabela-servicos .level-3 li {
    overflow: hidden;
    padding: 0 0 10px 9px;
    margin-left: -9px;
    margin-bottom: 0;
    -webkit-transition: margin-right .3s ease-in;
    -o-transition: margin-right .3s ease-in;
    transition: margin-right .3s ease-in;
}

.tabela-servicos .level-3 li {
    overflow: visible;
    padding: 0;
    margin-left: 0;
}

.tabela-servicos .level-2 li a,
.tabela-servicos .level-3 li a {
    display: block;
    line-height: 1;
    padding: 14px 18px;
    color: #555;
	color: #0C326F;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}

.tabela-servicos .level-2 li.selected a,
.tabela-servicos .level-2 li a:hover {
    background-color: #2670e8;
    color: white;
}

.tabela-servicos .level-2 li[data-id] a:after {
	content: "\F054";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 30px;
    height: 24px;
    line-height: 24px;
    font-family: "Font Awesome\ 6 Free","Font Awesome\ 6 Pro";
    font-size: 14px;
    font-weight: 700;
}

.tabela-servicos .level-3 {
    display: none;
}

.tabela-servicos .level-3.active {
    -webkit-animation: enter .3s 50ms ease-out both;
    animation: enter .3s 50ms ease-out both;
    display: block;
    z-index: 1;
}

.tabela-servicos .level-3 .title {
    color: white;
}

.tabela-servicos .level-3 li a {
    color: white;
}

.tabela-servicos .level-3 li a:hover {
    background-color: white;
    color: #2670e8;
    color: #0C326F;
}

[class*='modulo-'] .icon:after {
	font-family: "Font Awesome\ 6 Free","Font Awesome\ 6 Pro";
	font-weight: 900;
	content: "\f15b";
	color: #22356d;
	vertical-align: middle;
}

.modulo--1 .icon:after,
.modulo-653 .icon:after {
	content: "\f0f3";
}

.modulo-36 .icon:after {
	content: "\f66f";
}

.modulo-37 .icon:after {
	content: "\f47f";
}

.modulo-38 .icon:after {
	content: "\f570";
}

.modulo-39 .icon:after {
	content: "\f573";
}

.modulo-353 .icon:after {
	content: "\e473";
}

.modulo-516 .icon:after {
	content: "\f075";
}

.modulo-161 .icon:after {
	content: "\f802";
}

.modulo-349 .icon:after {
	content: "\f390";
}

.modulo-392 .icon:after {
	content: "\f5db";
}

.modulo-419 .icon:after {
	content: "\f63d";
}

.modulo-420 .icon:after {
	content: "\f55e";
}

.modulo-421 .icon:after {
	content: "\f0d1";
}

.modulo-422 .icon:after {
	content: "\f018";
}

.modulo-423 .icon:after {
	content: "\e453";
}

.modulo-424 .icon:after {
	content: "\f865";
}

.modulo-425 .icon:after {
	content: "\f07c";
}

.modulo-429 .icon:after {
	content: "\f15c";
}

.modulo-540 .icon:after {
	content: "\f4ff";
}

.modulo-544 .icon:after {
	content: "\f31c";
}

.modulo-618 .icon:after {
	content: "\f0c0";
}

.modulo-623 .icon:after {
	content: "\f073";
}

.tabela-servicos .level-1 li[class*='modulo-'] .icon:after {
	font-size: 34px;
}

.tabela-servicos .level-1 li a:hover .icon i,
.tabela-servicos .level-1 li .icon i {
	font-size: 28px;
	color: #0c326f !important;
}

/*
.tabela-servicos .level-1 li.modulo-161 .icon {
	background-image: url(../img/ico-legislacao-geral.png?202403);
}

.tabela-servicos .level-1 li.modulo-353 .icon {
	background-image: url(../img/ico-estatistica.png?202403);
}

.tabela-servicos .level-1 li.modulo-349 .icon {
	background-image: url(../img/ico-legislacao-interna.png?202403);
}

.tabela-servicos .level-1 li.modulo-392 .icon {
	background-image: url(../img/ico-392-estoque.png?202403);
}

.tabela-servicos .level-1 li.modulo-417 .icon {
	background-image: url(../img/ico-legislacao-nao-normativa.png?202403);
}

.tabela-servicos .level-1 li.modulo-419 .icon {
	background-image: url(../img/ico-participacao-social.png?202403);
}

.tabela-servicos .level-1 li.modulo-420 .icon {
	background-image: url(../img/ico-passageiros.png?202403);
}

.tabela-servicos .level-1 li.modulo-421 .icon {
	background-image: url(../img/ico-cargas.png?202403);
}

.tabela-servicos .level-1 li.modulo-422 .icon {
	background-image: url(../img/ico-rodovias.png?202403);
}

.tabela-servicos .level-1 li.modulo-423 .icon {
	background-image: url(../img/ico-ferrovias.png?202403);
}

.tabela-servicos .level-1 li.modulo-424 .icon {
	background-image: url(../img/ico-fiscalizacao.png?202403);
}

.tabela-servicos .level-1 li.modulo-425 .icon {
	background-image: url(../img/ico-institucional.png?202403);
}

.tabela-servicos .level-1 li.modulo-426 .icon {
	background-image: url(../img/ico-pasta-trabalho.png?202403);
}

.tabela-servicos .level-1 li.modulo-429 .icon {
	background-image: url(../img/ico-sumulas.png?202403);
}

.tabela-servicos .level-1 li.modulo-447 .icon {
	background-image: url(../img/ico-atos-concretos.png?202403);
}

.tabela-servicos .level-1 li.modulo-448 .icon,
.tabela-servicos .level-1 li.modulo-503 .icon {
	background-image: url(../img/ico-ementario.png?202403);
}

.tabela-servicos .level-1 li.modulo-516 .icon {
	background-image: url(../img/ico-canal-atendimento.png?202403);
}

.tabela-servicos .level-1 li.modulo-540 .icon {
	background-image: url(../img/ico-votos.png?202403);
}

.tabela-servicos .level-1 li.modulo-543 .icon {
	background-image: url(../img/ico-boletim.png?202403);
}

.tabela-servicos .level-1 li.modulo-544 .icon {
	background-image: url(../img/ico-decisoes.png?202403);
}

.tabela-servicos .level-1 li.modulo-592 .icon {
	background-image: url(../img/ico-normas-diretoria.png?202403);
}

.tabela-servicos .level-1 li.modulo-618 .icon {
	background-image: url(../img/ico-normas-diretoria-colegiada.png?202403);
}

.tabela-servicos .level-1 li.modulo-623 .icon {
	background-image: url(../img/ico-ementario.png?202403);
}
*/


@media only screen and (max-width: 767px) {
	
	.main .tabela-servicos {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 88vw;
		height: 100%;
		z-index: 1001;
		overflow: auto;
		background-color: white;
	} 
	
	.main .tabela-servicos a.menu-close {
		position: fixed;
		top: 0;
		left: 79vw;
	    padding: 8px 8px 8px 10px;
	    display: inline-block !important;
	    margin: 0;
	    font-size: 25px;
	    text-decoration: none;
	    margin-right: 16px;
	    color: #1351b4;
	    cursor: pointer;
	    z-index: 1004;
	}
	
	.main .tabela-servicos .level-1,
	.main .tabela-servicos .level-1.open {
		margin-top: 35px;
		width: 100%;
		min-height: inherit !important;
	}
	
	.main .tabela-servicos .level-1 li {
		padding: 2px 0;
		padding-left: 4px;
    	margin-left: -4px;
    	width: 100%;
	}
	
	.main .tabela-servicos .level-1.open li.active {
		width: 100%;
	} 
	
	.main .tabela-servicos .level-1.open li.active a .icon,
	.main .tabela-servicos .level-1 li a .icon {
	    height: 50px;
	    width: 45px;
	    min-width: 45px;
	}
	
	.main .tabela-servicos .level-1.open li.active a .icon {
    	background-color: white !important;
	}
		
	.main .tabela-servicos .level-1.open li a h3.title,
	.main .tabela-servicos .level-1.open li a .title {
		display: inline-block;
		font-size: 12px;
	}
	
	.main .tabela-servicos .tabela-servicos-wrapper {
		left: 0;
	}
	
	.main .tabela-servicos tabela-servicos-wrapper {
		z-index: 100;
	}
	
	.main .tabela-servicos .level-2,
	.main .tabela-servicos .level-3 {
    	width: 100%;
    	padding: 45px 0 0 0;
	    z-index: 10;
	    flex: initial;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background-color: #ededed !important;
	}
	
	.main .tabela-servicos .level-2 .title,
	.main .tabela-servicos .level-3 .title {
		display: block;
	    cursor: pointer;
	    padding: 0 0 0 30px;
	    font-size: 16px;
	    color: #2670e8 !important;
	}
	
	.main .tabela-servicos .level-2 .title:before,
	.main .tabela-servicos .level-3 .title:before {
	    content: "\F053";
	    position: absolute;
	    margin-top: -4px;
	    left: 10px;
	    height: 24px;
	    line-height: 24px;
	    font-family: "Font Awesome\ 6 Free","Font Awesome\ 6 Pro";
	    font-size: 14px;
	    font-weight: 600;
	}
	
	.main .tabela-servicos .level-2 ul,
	.main .tabela-servicos .level-3 ul {
	    padding: 0;
	    margin: 15px 0 0 0;
	}
	
	.main .tabela-servicos .level-2 li,
	.main .tabela-servicos .level-3 li {
		padding: 0;
		margin: 5px 0
    }
    
    .main .tabela-servicos .level-2 li a,
    .main .tabela-servicos .level-3 li a {
    	padding: 10px 12px;
    	color: #0C326F;
    }
    
    .main .tabela-servicos .level-2 li a:hover,
    .main .tabela-servicos .level-3 li a:hover {
        background-color: #2670e8;
    	color: white;
    }
	
	/*CATEGORIAS */
	.categorias .tabela-servicos {
	    display: block;
	    padding: 0;
	}

	.categorias .tabela-servicos .level-1 {
	    padding: 0;
	}
	
	.categorias .tabela-servicos .level-1.open {
	    width: auto;
	}

	.categorias .tabela-servicos .level-1 li {
    	padding: 0 0 4px;
	}
	
	.categorias .tabela-servicos .level-1.open li.active {
	    text-align: center;
	    background-color: #1351b4;
	    display: block;
	    width: auto;
	    padding: 0;
	    margin: 0;
	}
		
	.categorias .tabela-servicos .level-1 li a {
	    font-size: 18px;
	    font-weight: 700;
	    padding-left: 16px;
	}
	
	.categorias .tabela-servicos .level-1.open li.active a {
	    display: block;
	    color: #fff;
	    padding: 8px 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    background-color: #1351b4;
	    text-align: center;
	}
	
	.categorias .tabela-servicos .level-1.open li.active a:after {
	    content: "\F053";
	    position: absolute;
	    top: 50%;
	    margin-top: -12px;
	    left: 25px;
	    height: 24px;
	    line-height: 24px;
	    font-family: "Font Awesome\ 6 Free","Font Awesome\ 6 Pro";
	    font-size: 14px;
	    font-weight: 700;
	}
			
	.categorias .tabela-service .level-2,
	.categorias .tabela-service .level-3 {
		background-color: #2670E8;
	}
	
	.categorias .tabela-servicos .level-2 .title,
	.categorias .tabela-servicos .level-3 .title {
    	color: #2670e8;
	}
	
	.categorias .tabela-servicos .level-2 li a,
	.categorias .tabela-servicos .level-3 li a {
    	color: #555;
	}
		
	.categorias .tabela-servicos .level-1.open li,
	.categorias .tabela-servicos .level-2.open li {
	    display: none;
	}
	
	.categorias .tabela-servicos .level-2.open li.active {
	    display: block;
	    padding: 0;
	    margin: 0;
	}
	
	.categorias .tabela-servicos .level-2 li a:hover,
	.categorias .tabela-servicos .level-2.open li.active a {
		background-color: #2670e8;
		color: white;
	    font-weight: 600;
	    text-align: center;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}

	.categorias .tabela-servicos .level-2.open li.active a:after {
	    content: "\F053";
	    right: auto;
	    left: 30px;
	}

	.categorias .tabela-servicos .level-1.open li.active a .icon {
	    display: block;
	    color: #fff;
	    background-color: transparent !important;
	    width: auto;
	    height: 40px;
	    margin-bottom: 4px;
	}

	.categorias .tabela-servicos .level-1 li a .title {
	    white-space: normal;
	}
	
	.categorias .tabela-servicos .level-1.open li.active a .title {
	    display: block;
	    padding: 0;
	    background-color: transparent;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 600;
	    visibility: visible;
	    line-height: 1.3;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	}	

	.categorias .tabela-servicos .level-2,
	.categorias .tabela-servicos .level-3 {
	    padding: 0;
	    background-color: #f8f8f8;
	}
	
	.categorias .tabela-servicos .level-2 .title,
	.categorias .tabela-servicos .level-3 .title {
	    display: none;
	}

	.categorias .tabela-servicos .level-2 li,
	.categorias .tabela-servicos .level-3 li {
	    margin: 0;
	    padding: 0;
	}
	
	.categorias .tabela-servicos .level-2 li a,
	.categorias .tabela-servicos .level-3 li a {
	    padding: 18px 30px;
	    border-bottom: 1px solid #ededed;
	    position: relative;
	}
	
	.categorias .tabela-servicos .level-3 li a {
	    color: #555;
	}
	
	.categorias .tabela-servicos .level-2 li[data-id] a:after {
	    content: "\F054";
	    position: absolute;
	    top: 50%;
	    margin-top: -12px;
	    right: 30px;
	    height: 24px;
	    line-height: 24px;
	    font-family: "Font Awesome\ 6 Free","Font Awesome\ 6 Pro";
	    font-size: 14px;
	    font-weight: 700;
	}
	
	.categorias .tabela-servicos .level-3.active {
	    -webkit-animation: none;
	    animation: none;
	}
	
	.categorias .tabela-servicos .level-1 li[class*='modulo-'].active .icon:after {
		color: white !important;
	}
	
	/*
	.categorias .tabela-servicos .level-1 li[class*='modulo-'].active .icon {
		background-image: url(../img/ico-default-white.png?202403) !important;
	}

	.categorias .tabela-servicos .level-1 li.modulo--1.active .icon {
		background-image: url(../img/ico-push-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-37.active .icon {
		background-image: url(../img/ico-37-legislacao-pessoas-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-38.active .icon {
		background-image: url(../img/ico-38-gestao-pessoas-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-38.active .icon {
		background-image: url(../img/ico-38-legislacao-pessoas-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-39.active .icon {
		background-image: url(../img/ico-39-licitacoes-contratos-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-161.active .icon {
		background-image: url(../img/ico-legislacao-geral-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-353.active .icon {
		background-image: url(../img/ico-estatistica-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-349.active .icon {
		background-image: url(../img/ico-legislacao-interna-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-392.active .icon {
		background-image: url(../img/ico-392-estoque-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-417.active .icon {
		background-image: url(../img/ico-legislacao-nao-normativa-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-419.active .icon {
		background-image: url(../img/ico-participacao-social-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-420.active .icon {
		background-image: url(../img/ico-passageiros-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-421.active .icon {
		background-image: url(../img/ico-cargas-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-422.active .icon {
		background-image: url(../img/ico-rodovias-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-423.active .icon {
		background-image: url(../img/ico-ferrovias-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-424.active .icon {
		background-image: url(../img/ico-fiscalizacao-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-425.active .icon {
		background-image: url(../img/ico-institucional-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-426.active .icon {
		background-image: url(../img/ico-pasta-trabalho-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-429.active .icon {
		background-image: url(../img/ico-sumulas-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-447.active .icon {
		background-image: url(../img/ico-atos-concretos-white.png?202403) !important;
	}
		
	.categorias .tabela-servicos .level-1 li.modulo-448.active .icon,
	.categorias .tabela-servicos .level-1 li.modulo-503.active .icon {
		background-image: url(../img/ico-ementario-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-516.active .icon {
		background-image: url(../img/ico-canal-atendimento-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-540.active .icon {
		background-image: url(../img/ico-votos-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-543.active .icon {
		background-image: url(../img/ico-boletim-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-544.active .icon {
		background-image: url(../img/ico-decisoes-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-592.active .icon {
		background-image: url(../img/ico-normas-diretoria-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-618.active .icon {
		background-image: url(../img/ico-normas-diretoria-colegiada-white.png?202403) !important;
	}
	
	.categorias .tabela-servicos .level-1 li.modulo-623.active .icon {
		background-image: url(../img/ico-ementario-white.png?202403) !important;
	}
	*/

}
