Hello Alfredo,
There are several ways to do that. The simplest way for instance is you can add custom css.
Please add the following css inside the additional css section of your customizer or child theme’s style.css file;
#page-banner {
display: none;
}
.page-id-16 #page-banner {
display: block;
}
Note: Please inspect your home page and put the page-id accordingly.
Let us know if that works.
Thanks!