Hey Byron – by default shortcodes do not work in widget areas.
You’ll have to either use a plugin like this one https://www.ads-software.com/extend/plugins/shortcodes-in-sidebar-widgets/
or manually add the filter to your functions.php file:
add_filter('widget_text', 'do_shortcode');