.headerPrincipal .container {
align-items: center;
display: flex;
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-around;
margin-right: 5%;
width: 70%;
}
.rodapePrincipal-contatoForm {
width: 25%;
}
.rodapePrincipal-contatoForm-fieldset{
display: flex;
}
.rodapePrincipal-navMap {
display: flex;
flex-direction: column;
height: 250px;
flex-wrap: wrap;
}