Pular para o conteúdo
0107 - Instalação posto carregamento – Aníbal Figueira
Técnicos destacados:
—
TipologiaMobilidade Elétrica
Descrição—
Notas—
RuaRUA CESÁRIO VERDE N35
Código Postal2790-491 QUEIJAS
Indicações Especiais
Tarefas
(function() {
function adjustForHeader() {
var header = document.querySelector('.elementor-location-header');
var content = document.querySelector('.elementor-location-single');
if (header && content) {
content.style.marginTop = header.offsetHeight + 'px';
}
}
window.addEventListener('load', adjustForHeader);
window.addEventListener('resize', adjustForHeader);
})();