#sectionRodape{
	background-color: black;
	color: white !important;
}

.cinza-rodape{
	color: #7b7d7b;
	font-size: 1.0em;
}

/* 991 */
@media screen and (min-width: 992px) {
	.mr-md-3{
		margin-right: 1rem;
	}
	.ml-md-3{
		margin-left: 1rem;
	}
	.mr-md-5{
		margin-right: 3rem;
	}
	.ml-md-5{
		margin-left: 3rem;
	}
	.py-md-5{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 991px){
	.espacamentoMobile{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.rodapeMar{
		margin-top: 15px!important;
		margin-bottom: 15px!important;
	}
}

@media screen and (min-width: 991px) {
	.rodapeBlocos{
		margin-left: 20px;
	}
}


/* 768 */
@media screen and (max-width: 767px) {
	#rodape{
		margin-bottom: 34px;
	}
	.divRodape{
		flex-direction: column !important;
	}
}
@media screen and (min-width: 768px) {
	.marginRodapeXs{
		margin-left: 1rem;
	}
	.padRoda{
		margin-left: 1rem;
	}
}