footer {
	background-color: var(--cor-background);
}


footer h2 {
	font-size: 16px;
	color: var(--cor-subtitulo);
	margin-bottom: 20px;
}

footer p,
footer a,
.footer-legal p,
.footer-legal a {
	color: var(--cor-texto);
	font-size: 14px;
	line-height: 22px;
	display: block;
	font-weight: 400;
	margin-bottom: 0;
}

p.custo-chamada {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
}

footer sup {
	font-size: 60%;
    font-weight: 600;
    top: 0.7em;
    line-height: 0;
    position: relative;
    vertical-align: top;
}

.footer-legal {
	display: block;
	margin-top: 50px;
}

.footer-legal p,
.footer-legal a {
	color: var(--cor-texto-secundario);
	margin: 0;
}

.footer-legal > div > * {
	display: inline;
}

.social-icons {
	display: flex;
	gap: 10px;
	margin: 20px 0;
}

.social-icons i {
	font-size: 1rem;
}

.social-icons a:hover {
	color: var(--cor-link);
}

footer .content .row a:hover {
	text-decoration: underline;
    text-underline-offset: 3px;
}

.img_pme_lider {
	width: 50px;
	padding-top: 5px;
	margin-right: 10px;
}

.img_pme_excelencia {
	width: 50px;
	padding-top: 5px;
}

footer .btn-arrow {
    left: 5px;
}