.nav-magma, footer{
    background-color: #023059;
}

.nav-link{
    color: white;
    font-size: 20px;
}

.nav-link:hover{
    color: wheat;
}

.toggler{
    color: white;
}

.icone-nav{
    padding: 1%;
}

.container-fluid{
    padding-top: 2%;
    padding-bottom: 2%;
}

.corpo-texto{
    text-align: justify;
}

.titulos{
    text-align: center;
    padding-bottom: 1.5%;
}
.titulo-servicos{
    padding-bottom: 2%;
}

.centraliza{
    align-items: center;
    text-align: center;
}

.servicos{
    background-color: rgb(247, 245, 243);
}

.saiba-mais{
    background-color: #023059;
    color: white;
}

.container-equipe{
    background-color: #023059;
    color: white;
}

.h2{
    font-size: 30px;
}

*{
    font-family: "Inter";
}

.mapa-text{
    font-size: 30px;
    color: #023059;
}
.cards{
    display: flex;
    justify-content: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 2%;
}

.foot-text{
    color: white;
}

footer{
    padding-top:3%;
    padding-bottom: 2%;
}

@media (max-width: 768px) {
  #mapa {
    width: 80%; /* Ocupa toda a largura */
  }
}