.footer {
    display: flex;
    background-color: var(--autsol);
    background-image: url('../img/Footer/mapa1.png');
    color: var(--white);
    justify-content: space-around;
    padding: 1rem;
}

.footer__submenu {
    display: flex;
    justify-content: space-around;
}

.footer__submenu-opcao {
    padding: 2rem;
}

h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 1rem 0;
    overflow: hidden
}

li{
    padding-bottom: .5rem;
}

p{
    overflow: hidden
}

.informacoes {
    display: flex;
    flex-direction: column;
    margin: 2rem 8rem 0 0;
    width: 10rem;
}

.informacoes__map {
    margin: 1.5rem;
    width: 200px;
    height: 30px;
}

.endereco {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 1rem;
    width: 200px;
    height: 30px;
}

.footer__logo-autsol {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
}

.footer__logo {
    position: center;
    padding: 1rem;
    width: 4.5rem;
}

.footer__autsol {
    color: var(--autsol);
    font-size: 14px;
    font-weight: 500;
}