Tax
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'projeto', 'terms' => '$teste', 'field' => 'slug', 'operator' => 'AND', ), array( 'taxonomy' => 'tipo', 'terms' => '$categ', 'field' => 'slug', 'operator' => 'AND', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'projeto', 'terms' => '$teste', 'field' => 'slug', 'operator' => 'AND', ), array( 'taxonomy' => 'tipo', 'terms' => '$categ', 'field' => 'slug', 'operator' => 'AND', ), );