custom tax
$tax_query = array( array( 'taxonomy' => 'categoria_tratamento', 'terms' => array( 'Cirurgico', 'Facial' ), 'field' => 'term_id', 'operator' => 'IN', ), );
$tax_query = array( array( 'taxonomy' => 'categoria_tratamento', 'terms' => array( 'Cirurgico', 'Facial' ), 'field' => 'term_id', 'operator' => 'IN', ), );