Hi @max-santiago,
You can go to template Dashboard > Tools tab > Edit button (Edit Custom CSS) and add below css rules to the editor.
@media (min-width: 1920px) {
.t4-footer + #t4-copyright {
margin-top: 0;
}
}
Then save and reload your website to see the changes.