.headerPrincipal .container {
display: flex;
align-items: center;
justify-content: space-between;
}
.headerPrincipal-nav {
display: flex;
}
.rodapePrincipal-patrocinadores .container{
display: flex;
justify-content: space-between;
}
.rodapePrincipal-patrocinadores-list {
display: flex;
align-items: center;
justify-content: space-between;
width: 70%;
margin-right: 5%;
}
.rodapePrincipal-contatoform {
width: 25%;
}
.rodapePrincipal-contatoform-fieldset {
display: flex;
}
.rodapePrincipal-navMap-list {
display: flex;
flex-direction: column;
height: 255px;
flex-wrap: wrap;
}