.dw-tabs{ display:flex; gap:10px; margin-bottom:10px; } .dw-tab-button{ padding:8px 14px; border:1px solid #ccc; background:#f5f5f5; cursor:pointer; font-weight:600; } .dw-tab-button.active{ background:#ffffff; border-bottom:2px solid #000; } .dw-tab-content{ display:none; } .dw-tab-content.active{ display:block; } Gasoil Gasolina 95 function openDWTab(tabId,btn){ var tabs=document.querySelectorAll('.dw-tab-content'); tabs.forEach(t=>t.classList.remove('active')); var buttons=document.querySelectorAll('.dw-tab-button'); buttons.forEach(b=>b.classList.remove('active')); document.getElementById(tabId).classList.add('active'); btn.classList.add('active'); } window.addEventListener("message",function(a){ if(void 0!==a.data["datawrapper-height"]){ var e=document.querySelectorAll("iframe"); for(var t in a.data["datawrapper-height"]) for(var r,i=0;r=e[i];i++) if(r.contentWindow===a.source){ var d=a.data["datawrapper-height"][t]+"px"; r.style.height=d }}});