Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WP_Tax_Query Generator

$args = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'categoria',
		'terms'            => array( 'metodo-cis', ' fator-enriquecimento' ),
		'field'            => 'slug',
		'include_children' => false,
	),
);