Hi Carlos,
The request you ask is not possible in the Aquentro theme by default, but it is a good feature to have. We will add it in one of the future theme updates.
As an option you can edit the following file \wp-content\plugins\aquentro-engine\includes\elementor\elementor-widgets\advanced-carousel\advanced-carousel.php and replcae the line below:
echo esc_html($item['slide_content']);
with this line
echo wp_kses($item['slide_content'], 'post');
best regards,
John