function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Tercera sesión del seminario de COFOs

El próximo 15 de abril de 9.30 a 13.30 serÔ la tercera sesión del seminario para personas coordinadoras de la formación en los centros (COFOs), dedicada a proyectos STEAM. Hablaremos sobre claves, estrategias y propuestas pedagógicas para la implementación del enfoque STEAM en los centros. Para ello, contaremos con Silvia Coscolín (asesora STEAM y coordinadora del programa Escuela 4.0 en Doceo), experiencias de centros y un taller prÔctico.
”Os esperamos!