.internas.internas--page-lgpd{
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60% 100%;
    background-attachment: fixed;
}

.internas.internas--page-lgpd .internas-title, .internas.internas--page-lgpd .internas-breadcrumb{
	text-align: left;
}

.internas.internas--page-lgpd .internas-breadcrumb{
	justify-content: flex-start;
}

.rodape .rodape-principal .row.row--contato>*{
	margin-bottom: 0;
}

.rodape .rodape-principal .row.row--contato>*:last-child{
	margin-bottom: 94px;
}

.rodape .row--contato{
	justify-content: center;
	row-gap: 25px;
}

.rodape .col-pages-lgpd{
	justify-self: center;
}

.rodape .pages-lgpd-wrapper{
	display: flex;
	justify-content: space-between;
	align-content: center;
	text-align: center;
	gap: 15px;
}

@media(max-width: 991px){
	.rodape .pages-lgpd-wrapper{
		flex-direction: column;
	}
}