Decreto do Gás para Empregar acelera reformas no setor, ampliando competências da ANP e criando plano nacional para gestão do recurso no país.
`;
$('.inteligence-news-module .item.item-left').before(htmlContent);
$('.inteligence-news-module .item.item-right:last-child').remove();
$('.inteligence-news-module .item-image').addClass('ratio ratio-16x9 overflow-hidden');
$('.inteligence-news-module .item-image').removeAttr('style');
}
});
jQuery(document).ready(function ($) {
// Verifica se a URL atual tem um hash (#)
var hash = window.location.hash;
if (hash) {
// Pega o texto depois do #
var hashText = hash.substring(1);
// Itera sobre cada link dentro do mod-languages
$('#resiliente-flags .mod-languages a').each(function () {
var currentHref = $(this).attr('href');
// Adiciona o hash ao final do link, preservando a URL existente
var newHref = currentHref + '#' + hashText;
$(this).attr('href', newHref);
});
}
});