.infografico,
.slide-uf {
	text-align: center;
	border-bottom: 1px solid #d3d3d3 !important;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 25px 0;
	margin: 0;
}

.infografico h4,
.slide-uf h4,
.tematicas-uf h4 {
	text-transform: uppercase;
	color: #ffa200;
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 11pt;
	margin: 0 0 30px 0;
	padding: 0;
}

.infografico img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.infografico [class*='col-'] {
	line-height: 8pt;
}

.infografico a {
	text-transform: uppercase;
	color: #323232;
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 7pt;
	line-height: 8pt;
	text-decoration: none;
}

.slide-uf .slider {
	margin: 0 auto;
	width: 80%;
}

.slide-uf .slider a {
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #00387f;
}

.slide-uf .slick-arrow {
	margin-top: -30px;
}

.slide-uf .slick-arrow:before {
	content: '' !important;
}

.slide-uf .slick-arrow .fas {
	font-size: 2rem;
	color: black;
}

.tematicas-uf {
	padding: 25px 0;
	margin: 0;
}

.tematicas-uf h4 {
	margin-bottom: 20px;
}
	
.tematica {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.tematica h5 {
	font-family: 'rawline', sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #145bcb;
	margin-bottom: 20px;
}

.treeview span {
	cursor: pointer;
	font-family: 'rawline', sans-serif;
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 400;
	color: #555;
}

.treeview > span {
	font-size: 1.3rem !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: #333 !important;
}

.treeview span i {
	color: #00387f;
	font-size: 19px;
}

.treeview a.TreeImageClose {
    font-family: 'rawline', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #555;
}

.treeview > a.TreeImageClose {
    font-size: 1.3rem !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: #333 !important;
}

.TreeImageClose,
.TreeImageOpen {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-position: inherit !important;
	background-image: none !important;
}

.TreeImageClose:before,
.TreeImageOpen:before {
	font-family: "Font Awesome\ 6 Free","Font Awesome\ 6 Pro";
	font-weight: 900;
	color: #00387f;
	font-size: 19px;
	padding: 0 5px;
}

.TreeImageClose:before {
	content: "\f054";
}

.TreeImageOpen:before {
	content: "\f078";
}

@media screen and (max-width: 600px) {
	
}