is_singular( array( ‘custom-post-type’ ) ) is:
if ( is_singular( array( ‘galeria’ ) )
sorry for the question but looks a little strange that you have your registered custom post type renamed exactly as your ACF gallery field.. in your case that query is a statement to apply the custom module on on single-galeria.php pages.is this present?