$tax_category_programa_query
$tax_category_programa_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category_programa', 'terms' => 'test', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$tax_category_programa_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category_programa', 'terms' => 'test', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );