<div style="width:100%">
                <form id="zigurat_contact_form">
                    <div class="form-group">
                        <label>Nombre</label>
                        <input type="text" name="name" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_name">Valor No Válido</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_name">Este campo es obligatorio</label>
                    </div>

                    <div class="form-group">
                        <label>Apellido</label>
                        <input type="text" name="lastname" value="" class="form-control">
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_lastname">Valor No Válido</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">Valor No Válido</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_email">Este campo es obligatorio</label>
                    </div>

                    <div class="form-group">
                        <label>Help topic</label>
                        <select name="type" class="form-control">
                            <option value="6">Solicita información</option>
                            <option value="5">Ser Instructor</option>
                            <option value="1">Soporte Técnico</option>                            
                        </select>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_type">Valor No Válido</label>
                    </div>

                    <div class="form-group">
                        <label>Curso</label>
                        <select name="course" class="form-control"><option value="">Curso</option><option value="18928">Curso de Presentaciones Eficaces</option><option value="18605">Construcción sostenible para la regeneración circular</option><option value="18064">Introducción de REVIT</option><option value="17483">Iniciação ao Software TQS Structures</option><option value="14094">Análisis del ciclo de vida - Reducción del Carbono Embebido (RCE)</option><option value="9307">Certificaciones Energéticas</option><option value="8531">CYPECAD - Estructuras de Hormigón</option><option value="8304">Conceptos prácticos de estructuras</option><option value="8269">Cype 3D - Estructuras metálicas, de madera y hormigón</option><option value="8103">Flecha. Bases del Cálculo en Hormigón Armado.</option></select>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_course">Valor No Válido</label>
                    </div>
    
                    <div class="form-group">
                        <label>Message</label>
                        <textarea name="message" class="form-control"></textarea>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="error_message">Valor No Válido</label>
                        <label style="display:none" class="zigurat_contact_form_error_label" id="empty_message">Este campo es obligatorio</label>
                    </div>
                    <div class="form-group text-right">
                        <button type="submit" class="btn btn-default" id="submit-form">Enviar</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":5320,"date":"2021-06-09T10:19:19","date_gmt":"2021-06-09T08:19:19","guid":{"rendered":"https:\/\/rooftop.education\/?page_id=5320"},"modified":"2021-11-22T18:22:32","modified_gmt":"2021-11-22T17:22:32","slug":"contacto","status":"publish","type":"page","link":"https:\/\/rooftop.education\/es\/contacto\/","title":{"rendered":"Contacto"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row full_width=\u00bbstretch_row_content_no_spaces\u00bb css=\u00bb.vc_custom_1633512957949{background-color: #0e3f50 !important;}\u00bb][vc_column width=\u00bb2\/3&#8243; css=\u00bb.vc_custom_1621411937708{padding-left: 25% !important;}\u00bb][vc_single_image image=\u00bb5489&#8243; img_size=\u00bbfull\u00bb][vc_custom_heading text=\u00bbContacta con nosotros\u00bb font_container=\u00bbtag:h2|font_size:48px|text_align:left|color:%23ffffff|line_height:1.5&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_empty_space height=\u00bb20px\u00bb][vc_custom_heading text=\u00bbEstaremos encantados en ayudarte\u00bb font_container=\u00bbtag:h6|font_size:16px|text_align:left|color:%23ffffff\u00bb use_theme_fonts=\u00bbyes\u00bb][vc_row_inner][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=\u00bb1\/3&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb10px\u00bb][vc_custom_heading text=\u00bbBARCELONA HEADQUARTERS | ESPA\u00d1A\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text]<\/p>\n<p style=\"text-align: left;\"><span class=\"_Xbe\" style=\"color: #004052; line-height: 2;\">Almog\u00e0vers, 66, 08018 Barcelona<br \/>\n(+34) 93 300 12 10<\/span><\/p>\n<p>[\/vc_column_text][vc_empty_space height=\u00bb10px\u00bb][\/vc_column][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb140px\u00bb][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_row_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5335&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbMADRID\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbESPA\u00d1A\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text]<\/p>\n<p style=\"text-align: left;\"><span style=\"color: #004052;\"><span class=\"_Xbe\">(+34) 911 09 15 59\u00a0<\/span><\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5337&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbLONDON\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbREINO UNIDO\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text]<\/p>\n<p style=\"text-align: left;\"><span style=\"color: #004052;\">(+44) 203 76 90 296<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00bb1\/6&#8243;][\/vc_column_inner][vc_column_inner width=\u00bb1\/6&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=\u00bb1\/2&#8243;][vc_row_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5340&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbDUBAI\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbEAU\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text]<\/p>\n<p style=\"text-align: left;\"><span style=\"color: #004052;\">+971-(0) 4-311-6252<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5343&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbBRASILIA\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbBRASIL\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text]<\/p>\n<p style=\"text-align: left;\"><span style=\"color: #004052;\">(+55) 61 4042 1251<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=\u00bb1\/6&#8243;][\/vc_column_inner][vc_column_inner width=\u00bb1\/6&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=\u00bbstretch_row_content_no_spaces\u00bb css=\u00bb.vc_custom_1633512957949{background-color: #0e3f50 !important;}\u00bb][vc_column width=\u00bb2\/3&#8243; css=\u00bb.vc_custom_1621411937708{padding-left: 25% !important;}\u00bb][vc_single_image image=\u00bb5489&#8243; img_size=\u00bbfull\u00bb][vc_custom_heading text=\u00bbContacta con nosotros\u00bb font_container=\u00bbtag:h2|font_size:48px|text_align:left|color:%23ffffff|line_height:1.5&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_empty_space height=\u00bb20px\u00bb][vc_custom_heading text=\u00bbEstaremos encantados en ayudarte\u00bb font_container=\u00bbtag:h6|font_size:16px|text_align:left|color:%23ffffff\u00bb use_theme_fonts=\u00bbyes\u00bb][vc_row_inner][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=\u00bb1\/3&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb10px\u00bb][vc_custom_heading text=\u00bbBARCELONA HEADQUARTERS | ESPA\u00d1A\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text] Almog\u00e0vers, 66, 08018 Barcelona (+34) 93 300 12 10 [\/vc_column_text][vc_empty_space height=\u00bb10px\u00bb][\/vc_column][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb140px\u00bb][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_row_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5335&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbMADRID\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbESPA\u00d1A\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; [&hellip;]<\/p>\n","protected":false},"author":14,"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>Contacto - RoofTop<\/title>\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\/es\/contacto\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contacto - RoofTop\" \/>\n<meta property=\"og:description\" content=\"[vc_row full_width=\u00bbstretch_row_content_no_spaces\u00bb css=\u00bb.vc_custom_1633512957949{background-color: #0e3f50 !important;}\u00bb][vc_column width=\u00bb2\/3&#8243; css=\u00bb.vc_custom_1621411937708{padding-left: 25% !important;}\u00bb][vc_single_image image=\u00bb5489&#8243; img_size=\u00bbfull\u00bb][vc_custom_heading text=\u00bbContacta con nosotros\u00bb font_container=\u00bbtag:h2|font_size:48px|text_align:left|color:%23ffffff|line_height:1.5&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_empty_space height=\u00bb20px\u00bb][vc_custom_heading text=\u00bbEstaremos encantados en ayudarte\u00bb font_container=\u00bbtag:h6|font_size:16px|text_align:left|color:%23ffffff\u00bb use_theme_fonts=\u00bbyes\u00bb][vc_row_inner][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=\u00bb1\/3&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb10px\u00bb][vc_custom_heading text=\u00bbBARCELONA HEADQUARTERS | ESPA\u00d1A\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text] Almog\u00e0vers, 66, 08018 Barcelona (+34) 93 300 12 10 [\/vc_column_text][vc_empty_space height=\u00bb10px\u00bb][\/vc_column][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb140px\u00bb][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_row_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5335&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbMADRID\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbESPA\u00d1A\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rooftop.education\/es\/contacto\/\" \/>\n<meta property=\"og:site_name\" content=\"RoofTop\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-22T17:22:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\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\/es\/contacto\/\",\"url\":\"https:\/\/rooftop.education\/es\/contacto\/\",\"name\":\"Contacto - RoofTop\",\"isPartOf\":{\"@id\":\"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website\"},\"datePublished\":\"2021-06-09T08:19:19+00:00\",\"dateModified\":\"2021-11-22T17:22:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rooftop.education\/es\/contacto\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rooftop.education\/es\/contacto\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rooftop.education\/es\/contacto\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/rooftop.education\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contacto\"}]},{\"@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\":\"es\"},{\"@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\":\"es\",\"@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":"Contacto - RoofTop","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\/es\/contacto\/","og_locale":"es_ES","og_type":"article","og_title":"Contacto - RoofTop","og_description":"[vc_row full_width=\u00bbstretch_row_content_no_spaces\u00bb css=\u00bb.vc_custom_1633512957949{background-color: #0e3f50 !important;}\u00bb][vc_column width=\u00bb2\/3&#8243; css=\u00bb.vc_custom_1621411937708{padding-left: 25% !important;}\u00bb][vc_single_image image=\u00bb5489&#8243; img_size=\u00bbfull\u00bb][vc_custom_heading text=\u00bbContacta con nosotros\u00bb font_container=\u00bbtag:h2|font_size:48px|text_align:left|color:%23ffffff|line_height:1.5&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_empty_space height=\u00bb20px\u00bb][vc_custom_heading text=\u00bbEstaremos encantados en ayudarte\u00bb font_container=\u00bbtag:h6|font_size:16px|text_align:left|color:%23ffffff\u00bb use_theme_fonts=\u00bbyes\u00bb][vc_row_inner][vc_column_inner][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=\u00bb1\/3&#8243;][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb10px\u00bb][vc_custom_heading text=\u00bbBARCELONA HEADQUARTERS | ESPA\u00d1A\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_column_text] Almog\u00e0vers, 66, 08018 Barcelona (+34) 93 300 12 10 [\/vc_column_text][vc_empty_space height=\u00bb10px\u00bb][\/vc_column][vc_column width=\u00bb1\/2&#8243;][vc_empty_space height=\u00bb140px\u00bb][\/vc_column][\/vc_row][vc_row][vc_column width=\u00bb1\/2&#8243;][vc_row_inner][vc_column_inner width=\u00bb1\/6&#8243;][vc_single_image image=\u00bb5335&#8243; img_size=\u00bbfull\u00bb][\/vc_column_inner][vc_column_inner width=\u00bb2\/6&#8243;][vc_custom_heading text=\u00bbMADRID\u00bb font_container=\u00bbtag:h4|text_align:left|color:%230e3f51&#8243; use_theme_fonts=\u00bbyes\u00bb][vc_custom_heading text=\u00bbESPA\u00d1A\u00bb font_container=\u00bbtag:h6|font_size:12px|text_align:left|color:%230e3f51&#8243; [&hellip;]","og_url":"https:\/\/rooftop.education\/es\/contacto\/","og_site_name":"RoofTop","article_modified_time":"2021-11-22T17:22:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rooftop.education\/es\/contacto\/","url":"https:\/\/rooftop.education\/es\/contacto\/","name":"Contacto - RoofTop","isPartOf":{"@id":"https:\/\/rooftop.e-zigurat.com\/pt-br\/#website"},"datePublished":"2021-06-09T08:19:19+00:00","dateModified":"2021-11-22T17:22:32+00:00","breadcrumb":{"@id":"https:\/\/rooftop.education\/es\/contacto\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rooftop.education\/es\/contacto\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rooftop.education\/es\/contacto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/rooftop.education\/es\/"},{"@type":"ListItem","position":2,"name":"Contacto"}]},{"@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":"es"},{"@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":"es","@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\/es\/wp-json\/wp\/v2\/pages\/5320"}],"collection":[{"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/comments?post=5320"}],"version-history":[{"count":21,"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/pages\/5320\/revisions"}],"predecessor-version":[{"id":9200,"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/pages\/5320\/revisions\/9200"}],"wp:attachment":[{"href":"https:\/\/rooftop.education\/es\/wp-json\/wp\/v2\/media?parent=5320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}