Custom Post Type post not appearing

In your index.php the query_post should be :

 query_posts(array( 
     'post_type' => 'acme_atividade',
     'posts_per_page' => 1 
  ) );  

You should use the name of the post type acme_atividade instead of the post type’s label.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)