<div style="width:100%">
                <form id="zigurat_contact_form">
                    <div class="form-group">
                        <label>Nome</label>
                        <input type="text" name="name" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_name">Invalid Value</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_name">Este campo é obrigatório</label>
                    </div>

                    <div class="form-group">
                        <label>Sobrenome</label>
                        <input type="text" name="lastname" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_lastname">Invalid Value</label>
                    </div>

                    <div class="form-group">
                        <label>Email</label>
                        <input type="text" name="email" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_email">Invalid Value</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_email">Este campo é obrigatório</label>
                    </div>

                    <div class="form-group">
                        <label>Help topic</label>
                        <select name="type" class="form-control">
                            <option value="6">Solicitar informação</option>
                            <option value="5">Ser Instrutor</option>
                            <option value="1">Apoio Técnico</option>                            
                        </select>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_type">Invalid Value</label>
                    </div>

                    <div class="form-group">
                        <label>Curso</label>
                        <select name="course" class="form-control"><option value="">Curso</option><option value="21031">Introdução a Modelagem Hidráulica com WaterGems</option><option value="18224">BIM Fundamentals em Infraestruturas</option><option value="17686">Iniciação ao Software ROBOT</option><option value="17622">Iniciação ao Software CYPECAD Structures</option><option value="17588">Iniciação ao Software TEKLA</option><option value="17140">Gestão de Projetos na Construção Basics</option><option value="17062">Gestão de Projetos na Construção Essentials</option><option value="8026">BIM Basics (Portuguese)</option><option value="5397">Conceitos Básicos de Estruturas e suas Aplicações</option><option value="5362">BIM Essentials (Portuguese)</option></select>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_course">Invalid Value</label>
                    </div>
    
                    <div class="form-group">
                        <label>Mensagem</label>
                        <textarea name="message" class="form-control"></textarea>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_message">Invalid Value</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_message">Este campo é obrigatório</label>
                    </div>
                    <div class="form-group text-right">
                        <button type="submit" class="btn btn-default" id="submit-form">Submeter</button>
                    </div>
                </form>
            </div>
            <script>
            document.getElementById("zigurat_contact_form").addEventListener("submit", function (event) {
                event.preventDefault(); 
		document.getElementById("submit-form").setAttribute("disabled", "true");

                let formData = new FormData(document.getElementById("zigurat_contact_form"))
                let lang = navigator.language.substring(0, 2);
                formData.append("lang", lang)
                fetch("/wp-json/zigurat/ticket", { method: "post", body: formData })
                  .then(response => response.json())
                  .then(data => {
                    if (data.success) {
                        window.location.replace("/" + lang + "/thank-you");
                    } else if (data.code === "rest_invalid_param") {
                      for (const property in data.data.params) {
                        let elemId = "error_" + property
                        if (property === "email" || property === "message" || property === "name") {
                          if (formData.get(property) === "") {
                            elemId = "empty_" + property
                          }
                        }
                        document.getElementById(elemId).style.display = "block";
                        setTimeout(function () { document.getElementById(elemId).style.display = "none" }, 5000)
                      }
                    }
                  })
                  .catch(() => {})
                  .finally(() => {})
              }, true)
            </script>
            
            {"id":6690,"date":"2021-07-27T18:16:31","date_gmt":"2021-07-27T16:16:31","guid":{"rendered":"https:\/\/rooftop.education\/?page_id=6690"},"modified":"2021-11-02T10:40:51","modified_gmt":"2021-11-02T09:40:51","slug":"tornese-instrutor","status":"publish","type":"page","link":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/","title":{"rendered":"Torne-se um Instrutor"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content&#8221; content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1627402736123{margin-top: -50px !important;background-image: url(https:\/\/rooftop.education\/wp-content\/uploads\/2021\/07\/Become-an-Instructor-FINAL.png?id=6691) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css_animation=&#8221;fadeInUp&#8221;]<\/p>\n<h2 style=\"font-family: 'Montserrat'; color: #ffffff; font-size: 42px; text-align: center; line-height: 1.25;\">Quanto vale o seu<br \/>\n<span style=\"color: #40dfd6;\">conhecimento?<\/span><\/h2>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;60px&#8221; tablet_height=&#8221;10px&#8221;][vc_column_text css_animation=&#8221;fadeInUp&#8221;]<\/p>\n<h3 style=\"font-family: 'Montserrat'; color: #ffffff; font-size: 28px; text-align: center;\">Sendo professor, na Rooftop voc\u00ea vai descobri-lo<\/h3>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221; tablet_height=&#8221;10px&#8221;][vc_btn title=&#8221;Torne-se um instrutor&#8221; shape=&#8221;round&#8221; color=&#8221;turquoise&#8221; size=&#8221;lg&#8221; align=&#8221;center&#8221; link=&#8221;url:%23instructor&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;100px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Tirar proveito de seu conhecimento n\u00e3o \u00e9 apenas compartilhar seu valor \u00fanico e intransfer\u00edvel com a comunidade.&#8221; font_container=&#8221;tag:h3|font_size:32px|text_align:left|line_height:1.25&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_empty_space height=&#8221;30px&#8221; tablet_height=&#8221;10px&#8221;][vc_custom_heading text=&#8221;Tamb\u00e9m significa torn\u00e1-lo lucrativo.&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|color:%2340dfd6|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;Na plataforma Rooftop voc\u00ea tem a oportunidade de explorar o que voc\u00ea mais domina e o que melhor sabe fazer.&#8221; font_container=&#8221;tag:h4|font_size:24px|text_align:left|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal&#8221;][vc_empty_space height=&#8221;30px&#8221; tablet_height=&#8221;10px&#8221;][vc_custom_heading text=&#8221;Como?&#8221; font_container=&#8221;tag:h3|font_size:28px|text_align:left|color:%2340dfd6|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_custom_heading text=&#8221;Compartilhando sua experi\u00eancia, explicando t\u00e9cnicas, dando conselhos e inspirando atrav\u00e9s de c\u00e1psulas de forma\u00e7\u00e3o.&#8221; font_container=&#8221;tag:h4|font_size:24px|text_align:left|line_height:1.5&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:400%20regular%3A400%3Anormal&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;6697&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1627406684406{background: #fcfaf6 url(https:\/\/rooftop.education\/wp-content\/uploads\/2021\/07\/Become-an-Instructor-BG.png?id=6694) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}&#8221;][vc_column][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221; el_id=&#8221;instructor&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Se voc\u00ea quer ser um instrutor, preencha este formul\u00e1rio e entraremos em contato com voc\u00ea:&#8221; font_container=&#8221;tag:h3|font_size:32px|text_align:center|line_height:1.25&#8243; google_fonts=&#8221;font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal&#8221;][vc_empty_space height=&#8221;30px&#8221; tablet_height=&#8221;10px&#8221;][vc_separator color=&#8221;orange&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content&#8221; content_placement=&#8221;top&#8221; css=&#8221;.vc_custom_1627402736123{margin-top: -50px !important;background-image: url(https:\/\/rooftop.education\/wp-content\/uploads\/2021\/07\/Become-an-Instructor-FINAL.png?id=6691) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}&#8221;][vc_column][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_column_text css_animation=&#8221;fadeInUp&#8221;] Quanto vale o seu conhecimento? [\/vc_column_text][vc_empty_space height=&#8221;60px&#8221; tablet_height=&#8221;10px&#8221;][vc_column_text css_animation=&#8221;fadeInUp&#8221;] Sendo professor, na Rooftop voc\u00ea vai descobri-lo [\/vc_column_text][vc_empty_space height=&#8221;50px&#8221; tablet_height=&#8221;10px&#8221;][vc_btn title=&#8221;Torne-se um instrutor&#8221; shape=&#8221;round&#8221; color=&#8221;turquoise&#8221; size=&#8221;lg&#8221; align=&#8221;center&#8221; link=&#8221;url:%23instructor&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/4&#8243;][\/vc_column_inner][\/vc_row_inner][vc_empty_space height=&#8221;150px&#8221; tablet_height=&#8221;10px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;100px&#8221; tablet_height=&#8221;10px&#8221;][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Tirar proveito de seu [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Torne-se um Instrutor de Rooftop - Cursos Online<\/title>\n<meta name=\"description\" content=\"Torne-se um Instrutor Rooftop e partilhe os seus conhecimentos atrav\u00e9s de c\u00e1psulas de treino. Leve a sua experi\u00eancia ao TOP!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Torne-se um Instrutor de Rooftop - Cursos Online\" \/>\n<meta property=\"og:description\" content=\"Torne-se um Instrutor Rooftop e partilhe os seus conhecimentos atrav\u00e9s de c\u00e1psulas de treino. Leve a sua experi\u00eancia ao TOP!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/\" \/>\n<meta property=\"og:site_name\" content=\"RoofTop\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-02T09:40:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/\",\"url\":\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/\",\"name\":\"Torne-se um Instrutor de Rooftop - Cursos Online\",\"isPartOf\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website\"},\"datePublished\":\"2021-07-27T16:16:31+00:00\",\"dateModified\":\"2021-11-02T09:40:51+00:00\",\"description\":\"Torne-se um Instrutor Rooftop e partilhe os seus conhecimentos atrav\u00e9s de c\u00e1psulas de treino. Leve a sua experi\u00eancia ao TOP!\",\"breadcrumb\":{\"@id\":\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/rooftop.education\/pt-br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Torne-se um Instrutor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website\",\"url\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/\",\"name\":\"RoofTop\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization\",\"name\":\"Rooftop\",\"url\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png\",\"contentUrl\":\"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png\",\"width\":494,\"height\":110,\"caption\":\"Rooftop\"},\"image\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Torne-se um Instrutor de Rooftop - Cursos Online","description":"Torne-se um Instrutor Rooftop e partilhe os seus conhecimentos atrav\u00e9s de c\u00e1psulas de treino. Leve a sua experi\u00eancia ao TOP!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/","og_locale":"pt_BR","og_type":"article","og_title":"Torne-se um Instrutor de Rooftop - Cursos Online","og_description":"Torne-se um Instrutor Rooftop e partilhe os seus conhecimentos atrav\u00e9s de c\u00e1psulas de treino. Leve a sua experi\u00eancia ao TOP!","og_url":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/","og_site_name":"RoofTop","article_modified_time":"2021-11-02T09:40:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/","url":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/","name":"Torne-se um Instrutor de Rooftop - Cursos Online","isPartOf":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website"},"datePublished":"2021-07-27T16:16:31+00:00","dateModified":"2021-11-02T09:40:51+00:00","description":"Torne-se um Instrutor Rooftop e partilhe os seus conhecimentos atrav\u00e9s de c\u00e1psulas de treino. Leve a sua experi\u00eancia ao TOP!","breadcrumb":{"@id":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rooftop.education\/pt-br\/tornese-instrutor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/rooftop.education\/pt-br\/"},{"@type":"ListItem","position":2,"name":"Torne-se um Instrutor"}]},{"@type":"WebSite","@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website","url":"https:\/\/rooftop.e-zigurat.com\/pt-br\/","name":"RoofTop","description":"","publisher":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rooftop.e-zigurat.com\/pt-br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#organization","name":"Rooftop","url":"https:\/\/rooftop.e-zigurat.com\/pt-br\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/","url":"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png","contentUrl":"https:\/\/rooftop.education\/wp-content\/uploads\/2021\/04\/HD_Rooftop_logo_Color-490x109.png","width":494,"height":110,"caption":"Rooftop"},"image":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/pages\/6690"}],"collection":[{"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/comments?post=6690"}],"version-history":[{"count":18,"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/pages\/6690\/revisions"}],"predecessor-version":[{"id":8656,"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/pages\/6690\/revisions\/8656"}],"wp:attachment":[{"href":"https:\/\/rooftop.education\/pt-br\/wp-json\/wp\/v2\/media?parent=6690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}