Hello @cmadao,
I have logged in and there is an error 500 when you visit the theme options. Can you please enable the debug mode? You can do this by opening wp-config.php and adding
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', true );
/* That's all, stop editing! Happy blogging. */
When we revisit the page, we should be seeing some error output describing the issue in more detail in the error log. Meanwhile, please make sure that you have meet the requirements to run WordPress. You will have to update to PHP version to 7.2. For more details about these requirements, please check it here: https://wordpress.org/about/requirements/
Please let us know how it goes.