$meta_query_boletos
$meta_query_boletos = array( 'relation' => 'AND', array( 'key' => 'boletos_status', 'value' => 'disponible', 'compare' => '=', 'type' => 'CHAR', ), );
$meta_query_boletos = array( 'relation' => 'AND', array( 'key' => 'boletos_status', 'value' => 'disponible', 'compare' => '=', 'type' => 'CHAR', ), );