#copyright > p {
    margin-bottom: 0!important;
}

footer div#rodape:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc((100vw - 1170px) / 2);
    background-image: url(/wp-content/uploads/2025/08/grafismo-left-footer.png);
    background-position: right;
}

footer div#rodape:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: calc((100vw - 1170px) / 2);
    background-image: url(/wp-content/uploads/2025/08/grafismo-right-footer.png);
    background-position: left;
}