#sectionRodape{
	background-color: #333333;
	color: white !important;
}
.sobrenosRodape{
	text-align: justify;
}

@media screen and (max-width: 767px) {
	#rodape{
		margin-bottom: 34px;
	}
	.divRodape{
		flex-direction: column !important;
	}
}

@media screen and (min-width: 992px){
	.telefone-rodape{
		margin-right: 1rem;
	}
	.sobrenosRodape{
		margin-right: 3rem;
	}
}
@media screen and (max-width: 991px){
	.alinhamentoMobile{
		align-items: center;
		text-align: center;
	}
}