Hi @fabiolatrujilloc,
You can tweak the hero widget by adjusting the padding on the hero and hero-inner elements, and the top margin on the primer-hero-text-widget element.
Something like:
.hero,
.hero .hero-inner {
padding: 0;
}
.hero .primer-hero-text-widget {
margin-top: 0;
}
You should be able to add those adjustments to the ‘Additional CSS’ section of the customizer. You can get there from the dashboard by going to ‘Appearance > Customize > Additional CSS’.
Once there paste the above CSS code snippet into that field, and the homepage hero widget should fit in a bit better.
Let us know how that goes.