44% OFF

Aprenda a Detalhar um Projeto Executivo

R$ 697,00 R$ 397,00

Frete calculado no pagamento.

Domine o Projeto Executivo e entregue projetos perfeitos! No curso Aprenda a Detalhar um Projeto Executivo, você tem sempre à mão as melhores referências e guias para detalhar perfeitamente todas as plantas de um projeto executivo completo. Assim, você ganha produtividade, segurança e tempo para entregar projetos cada vez melhores.... Descrição

Esgotado

Domine o Projeto Executivo e entregue projetos perfeitos!

No curso Aprenda a Detalhar um Projeto Executivo, você tem sempre à mão as melhores referências e guias para detalhar perfeitamente todas as plantas de um projeto executivo completo.

Assim, você ganha produtividade, segurança e tempo para entregar projetos cada vez melhores.

Você recebe:

1 - Template de Projeto Detalhado
2 - Mini Curso: Aprenda a Detalhar um Projeto Executivo Completo
3 - Curso de Projeto Executivo
4 - Template de Autocad de Selo e Legenda
5 - Checklist Digital de Projeto Executivo
6 - Aulas Extras de Instalações (Hidrossanitárias, Gás, Prevenção Contra Incêndio, Elétrica, Hidráulica, Ar-Condicionado, Aquecedores)

Domingo,Segunda,Terça,Quarta,Quinta,Sexta,Sábado
Janeiro,Fevereiro,Março,Abril,Maio,Junho,Julho,Agosto,Setembro,Outubro,Novembro,Dezembro
Não temos itens suficientes disponíveis. Apenas [max] no estoque.
Atendimento via Whatsapp
},12000); // Select the node that will be observed for mutations let cartnumbers = document.getElementsByClassName('jsccount'); let cartnumber = cartnumbers[0]; // Options for the observer (which mutations to observe) var config = { attributes: false, childList: true, subtree: true }; // Callback function to execute when mutations are observed var callback = function(mutationsList, observer) { for(var mutation of mutationsList) { if (mutation.type == 'childList') { //console.log('A child node has been added or removed.'); if (Number(cartnumber.textContent)<1) { cartnumber.style['opacity'] = '0'; } else { cartnumber.style['opacity'] = '1'; } } /* else if (mutation.type == 'attributes') { console.log('The ' + mutation.attributeName + ' attribute was modified.'); } */ } }; // Create an observer instance linked to the callback function var observer = new MutationObserver(callback); // Start observing the target node for configured mutations observer.observe(cartnumber, config); // Later, you can stop observing //observer.disconnect(); let elementos = document.getElementsByClassName('type_toolbar_link'); let atendimento = elementos[0]; });