Hello, finally I have created a file template/content-fullspectacle.php, and I have modified the home.php, with a conditional loop:
if (get_post_type() == 'post') {
get_template_part('templates/content', 'fullpost'); //posts call
}
else if (get_post_type() == 'spectacle') {
get_template_part('templates/content', 'fullspectacle'); //custom post types call