RESOLUCIÓN No. 008 – 026 / CAMPEONATO DEPARTAMETAL DE LIGA 2026

RESOLUCIÓN No. 008 – 026 / CAMPEONATO DEPARTAMETAL DE LIGA 2026

document.addEventListener("DOMContentLoaded", function(){ function iniciarHero(){ const hero = document.querySelector(".torneo-header"); const contenido = document.querySelector(".content-wrapper"); if(!hero || !contenido) return; contenido.addEventListener("scroll", function(){ if(this.scrollTop > 50){ hero.classList.add("compact"); } else { hero.classList.remove("compact"); } }); } /* Espera a que Popup Maker abra el popup */ document.addEventListener('pumAfterOpen', function(){ setTimeout(iniciarHero,200); }); });