buttonPrevHTML: ”,
};
function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);
for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);
if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}
}
}
window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);
On Wednesday, the Ibovespa index saw a 0.3% increase, closing at 144,873 points. This rise was supported by strong performances from large-cap firms and a recovery in significant commodities. Vale experienced a 2% uptick after announcing its highest quarterly iron ore production since 2018, reaching 94.4 million tonnes in the third quarter of 2025, marking a 3.4 million tonne increase from the previous year. Iron ore futures surged due to optimism surrounding eased US-China trade tensions and anticipated Chinese economic stimulus. Additionally, Petrobras, a state-owned oil company, saw its shares rise by 1.6% as oil prices strengthened. Industrial giant WEG also advanced by 1.3%, reporting a solid third-quarter profit of R$1.65 billion, a 4.5% increase from the previous year. The financial sector contributed positively as well, with prominent banks posting gains and Itaúsa leading with a 1% increase.
