/* Rodape do site CEPECIDOC. */

.cepecidoc-footer,
.site-footer.cepecidoc-footer {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	background: #000;
	color: #f3f3f3;
}

.cepecidoc-footer-main {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	min-height: 50px;
}

.cepecidoc-footer-branding {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	min-width: 260px;
}

.cepecidoc-footer-branding strong {
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 1px;
}

.cepecidoc-footer-branding span {
	color: #a5a5a5;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
}
