footer#footer-04 {
    padding-bottom: 1.5rem;
}

footer#footer-04 a {
    color: var(--wp--preset--color--cor-2);
    text-decoration: none;
    transition: all .4s;
}

footer#footer-04 a:hover {
    color: var(--wp--preset--color--cor-1);
}

footer#footer-04 p {
    margin-bottom: 0;
}

footer#footer-04 p,
footer#footer-04 a,
footer#footer-04 h2 {
    font-family: 'lato', sans-serif;
    color: var(--wp--preset--color--cor-2);
}

footer#footer-04 hr {
    margin: 2.5rem 0;
}

footer#footer-04 .footer_colunas_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

footer#footer-04 .footer_colunas_container .footer_coluna.footer_coluna-2 {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

footer#footer-04 .footer_colunas_container .footer_coluna.footer_coluna-2 h2 {
    margin-bottom: 0;
    max-width: 230px;
}

footer#footer-04 .footer_colunas_container .footer_coluna.footer_coluna-2 h2 {
    font-size: var(--wp--preset--font-size--fonte-3);
    font-weight: bold;
}

footer#footer-04 .footer_colunas_container .dados_de_contato-horario p {
    font-size: var(--wp--preset--font-size--fonte-6);
    font-family: 'Inter', sans-serif;
}

footer#footer-04 #footer_copyright .dados_de_contato-dados p {
    margin-bottom: 0;
}


@media screen and (max-width: 1199px) {
    footer#footer-04 .footer_colunas_container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {

    footer#footer-04 a,
    footer#footer-04 .footer_colunas_container,
    footer#footer-04 .footer_colunas_container .footer_coluna.footer_coluna-2 {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    footer#footer-04 .footer_colunas_container .footer_coluna.footer_coluna-2 h2 {
        font-size: var(--wp--preset--font-size--fonte-4);
    }
}