I found the solution, I went to header.php, I made a copy in the child theme and erased what is bold.
<!–// SITE META //–>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<?php if ($enable_responsive) { ?><meta name=”viewport” content=”width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1″><?php } ?>
And it´s well:
<!–// SITE META //–>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />