footer#footer-10 {
    background-color: var(--wp--preset--color--cor-5);
    color: var(--wp--preset--color--cor-9);
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    font-family: 'Inria Sans', sans-serif;
    overflow: hidden;
}

footer#footer-10 img {
    max-width: 100%;
    height: auto;
}

footer span.tipo_numero {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wp--preset--color--cor-1);
    width: 25px;
}

footer span.tipo_numero svg {
    height: 1rem;
}

footer#footer-10 h2 {
    font-weight: bold;
    font-size: var(--wp--preset--font-size--fonte-6);
    text-transform: uppercase;
    color: var(--wp--preset--color--cor-9);
    font-family: 'Inria Sans', sans-serif;
    margin-bottom: 1rem;
}

footer#footer-10 a {
    color: var(--wp--preset--color--cor-9);
    text-decoration: none;
    transition: all .4s;
}

footer#footer-10 a:hover {
    color: var(--wp--preset--color--cor-1);
}

footer#footer-10 .container_colunas_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

footer#footer-10 .container_colunas_footer .menu-footer-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem;
}

footer#footer-10 .container_colunas_footer img {
    margin-left: .3125rem;
}

footer#footer-10 .container_colunas_footer .menu-footer-institucional,
footer#footer-10 .container_colunas_footer .menu-footer-linhas,
footer#footer-10 .container_colunas_footer .menu-footer-minha-conta {
    width: 100%;
}

footer#footer-10 .container_colunas_footer .menu-footer-institucional {
    max-width: 630px;
}

footer#footer-10 .container_colunas_footer .menu-footer-minha-conta {
    max-width: 200px;
}

.coluna-footer.menu-footer-categorias {
    width: 100%;
    max-width: 300px;
}

footer#footer-10 .container_colunas_footer .menu-footer-categorias .menu-footer-lista {
    grid-template-columns: repeat(2, 1fr);
}

footer#footer-10 .container_colunas_footer .menu-footer-minha-conta .menu-footer-lista {
    grid-template-columns: 1fr;
}


footer#footer-10 .coluna-footer.footer_coluna-1>div {
    display: none;
}

footer#footer-10 .container_colunas_footer hr {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
    opacity: .1;
}

footer#footer-10 ul.redes-sociais a {
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all .4s;
}

footer#footer-10 ul.redes-sociais a:hover {
    color: var(--wp--preset--color--cor-9);
    background-color: var(--wp--preset--color--cor-1);
}

@media screen and (max-width: 1199px) {
    footer#footer-10 .container_colunas_footer {
        justify-content: center;
        text-align: center;
        row-gap: 2rem;
    }

    footer#footer-10 .container_colunas_footer.container_colunas_footer_2 {
        display: none;
    }

    footer#footer-10 .coluna-footer.footer_coluna-2 {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    footer#footer-10 .container_colunas_footer img {
        margin-bottom: .3125rem;
    }
}