/* Existe estilo dentro dos blocos do footer. Foi utilizado CSS inline. */

#block-rodape1,
#block-rodape2,
#block-rodape3,
#block-rodape4,
#block-redessociais {
    border: none;
}

footer hr {
    padding: 1px;
    background-color: var(--verdeEscuro);
    opacity: 100%;
    width: 50%;
    margin: auto;
}

footer a {
    text-decoration: none;
}

.site-footer__top h2 {
    border: none;
    font-size: 18px;
}

div#block-rodape1 {
    margin: 0;
}

.site-footer__top.clearfix {
    display: flex;
    align-content: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .site-footer__top.clearfix {
        display: block;
    }
}

.site-footer__bottom {
    margin-top: 0px !important;
}