Campus
Online

Descubre todo nuestro catalogo en línea para tu formación.

document.addEventListener('DOMContentLoaded', function() { const header = document.getElementById('mon-header'); if (!header) return; const body = document.body; const transparentPage = body.classList.contains('home') || body.classList.contains('page-id-17078'); if (!transparentPage) { header.classList.add('header-dark'); return; } function handleScroll() { if (window.scrollY > 50) { header.classList.add('header-dark'); } else { header.classList.remove('header-dark'); } } handleScroll(); window.addEventListener('scroll', handleScroll); });