@CHARSET "ISO-8859-1";

.rodape_divExt {
	background-color: #EEECE8; 
	font-weight: 600; 
	font-size: 12px; 
	padding: 16px 30px 10px 30px;
	display: flex;
	color: #585857 !important;
}

.rodape_itemComLink {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	color: #585857 !important;
	text-decoration: none;
}
						
.rodape_itemComLink div {
	text-decoration: none !important;
}
												
.rodape_itemComLink:hover {
	cursor: pointer;
}

.rodape_itemComLink:hover div {
	width: 100%;
}

.rodape_sublinhadoItem {
	width: 0%;
	height: 2px;
	transition: 150ms;
	margin-top: 4px;
}

.rodape_divEspacamento {
	flex: 1;
}

.rodape_linkSite {
	margin-left: 4px !important;
}