/* version: 3.0.0 date: 2025.04.09 */
#rodape {
	width: 100%;
	display: block;
	background-color: var(--footer-background);
	color: var(--footer-cor-texto);
	padding: 0;
	line-height: 1.25;
}
.rodape__container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.rodape__container .pagina-fixa__link{
    display: block;
    margin-bottom: 6px;
}
.rodape__container img{
	width: 100%;
	height: auto;
	display: block;
}
.rodape__container a{
	color: inherit;
	text-decoration: none;
}
.rodape__container a.linkMenu{
    display: block;
}
.rodape__container i{
    display: inline;
}
.rodape__estrutura_linha_1,
.rodape__estrutura_linha_2,
.rodape__estrutura_assinatura {
	width: 100%;
	display: flex;
	padding: 2rem 5vw;
	gap:12px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rodape__estrutura_linha_1--coluna--conteudo{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rodape__estrutura_assinatura{
	background-color: var(--footer__assinatura-background-color);
	color: var(--footer__assinatura-color);
	padding: 1rem 5vw;
}


.rodape__estrutura_linha_1--coluna,
.rodape__estrutura_linha_2--coluna,
.rodape__estrutura_assinatura--coluna{
	display: flex;
	flex-direction: column;
	gap:24px;
	flex: 0 0 260px;
	text-align: start;
	margin: 0;
}
.rodape__estrutura_assinatura--coluna{
	flex: 1 0 260px;
}

.rodape__estrutura_linha_1--coluna--icone_title,
.rodape__estrutura_linha_2--coluna--icone_title,
.rodape__estrutura_assinatura--coluna--icone_title{
	display: flex;
	align-items: center;
	justify-content: start;
	gap:12px;
	font-size: 1.25rem;
	font-weight: var(--fonte-bold);
	margin-bottom: 0.5rem;
}

.rodape__estrutura_linha_1--coluna--texto,
.rodape__estrutura_linha_2--coluna--texto,
.rodape__estrutura_assinatura--coluna--texto{
	font-size: 0.9rem;
    line-height: 1.25;
}


.msgErroFalha {
    background-color: #bb0000;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}
