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


footer#footer-05 h2 {
    font-weight: bold;
    font-size: var(--wp--preset--font-size--fonte-6);
    text-transform: uppercase;
    color: var(--wp--preset--color--cor-9);
    margin-bottom: 1rem;
}

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

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

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

footer#footer-05 .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-05 .container_colunas_footer .menu-footer-institucional,
footer#footer-05 .container_colunas_footer .menu-footer-linhas,
footer#footer-05 .container_colunas_footer .menu-footer-minha-conta {
    width: 100%;
}

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

footer#footer-05 .container_colunas_footer .menu-footer-linhas {
    max-width: 285px;
}

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

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

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


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

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

footer#footer-05 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-05 ul.redes-sociais a:hover {
    color: var(--wp--preset--color--cor-9);
    background-color: var(--wp--preset--color--cor-1);
}