Show post if in category

Try in_category again, but also with specifying the post id:

 if (in_category('destaque', $post->ID)) {

     //do whatever you need to

 }