Why in the static pages of my theme are showing these information?

In the link all the content such as calendar, categories, archive, etc. are coming from the sidebar widget which most probabily defined into your page.php layout.

something like:

<?php get_sidebar( 'content' ); ?>

You need to remove this kind of sidebar code from the page.php file to not display that information.