seccion marquee
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'seccion', 'terms' => '$term->slug', 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'seccion', 'terms' => '___', 'field' => 'term_id', 'operator' => 'NOT EXISTS', ), );