{"id":877,"date":"2025-10-09T11:40:21","date_gmt":"2025-10-09T14:40:21","guid":{"rendered":"https:\/\/ela-app.com\/?page_id=877"},"modified":"2025-10-10T12:11:43","modified_gmt":"2025-10-10T15:11:43","slug":"franchise-application","status":"publish","type":"page","link":"https:\/\/ela-app.com\/pt\/franchise-application\/","title":{"rendered":"Franchise"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"877\" class=\"elementor elementor-877\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2ace43 e-flex e-con-boxed e-con e-parent\" data-id=\"d2ace43\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a944edb elementor-widget elementor-widget-html\" data-id=\"a944edb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ===============================\r\n     ELA Franchise Application Form\r\n     (DIN Pro forced locally, no global site change)\r\n=================================== -->\r\n<div id=\"ela-form\" class=\"ela-wrap\">\r\n  <style>\r\n    \/* ================================\r\n       OPTION A \u2014 SELF-HOST DIN PRO\r\n       --------------------------------\r\n       1) Upload your licensed files to Media Library or \/uploads\/fonts\/dinpro\/\r\n       2) Replace the URLs below with the absolute file URLs\r\n       3) Keep only the weights you use (400\/700 shown)\r\n    ================================= *\/\r\n    @font-face {\r\n      font-family: 'DIN Pro';\r\n      src: url('https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff2') format('woff2'),\r\n           url('https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff') format('woff');\r\n      font-weight: 400;\r\n      font-style: normal;\r\n      font-display: swap;\r\n    }\r\n    @font-face {\r\n      font-family: 'DIN Pro';\r\n      src: url('https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Bold.woff2') format('woff2'),\r\n           url('https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Bold.woff') format('woff');\r\n      font-weight: 700;\r\n      font-style: normal;\r\n      font-display: swap;\r\n    }\r\n\r\n    \/* ================================\r\n       OPTION B \u2014 ADOBE FONTS (TYPEKIT)\r\n       --------------------------------\r\n       If you have a kit for DIN Pro, add the kit\u2019s embed <link> or <script>\r\n       in an HTML widget ABOVE this one, or here (uncomment):\r\n       \r\n       <link rel=\"preconnect\" href=\"https:\/\/use.typekit.net\">\r\n       <link rel=\"stylesheet\" href=\"https:\/\/use.typekit.net\/YOUR_KIT_ID.css\">\r\n       \r\n       Then keep the font-family below as 'din-2014' or whatever family\r\n       name your kit exposes (check the kit\u2019s usage tab). If your kit uses\r\n       'din-pro', set that name below. Leave the rest of this block as-is.\r\n    ================================= *\/\r\n\r\n    \/* Force DIN Pro ONLY inside the form (override Elementor globals) *\/\r\n    #ela-form, #ela-form * {\r\n      font-family: 'DIN Pro', 'din-pro', 'din-2014', 'Poppins', 'Montserrat', Arial, sans-serif !important;\r\n    }\r\n\r\n    \/* ====== Form styling (10pt, consistent spacing) ====== *\/\r\n    #ela-form {\r\n      --ela-navy:#003366;\r\n      --ela-green:#6BA43A;\r\n      --ela-gray:#4A4A4A;\r\n      --ela-border:#C8CDD3;\r\n      --ela-field-gap:10px; \/* label\u2194field gap + stacked spacing *\/\r\n      --ela-row-gap:16px;   \/* row\u2194row spacing *\/\r\n      font-size:10pt;\r\n      line-height:1.35;\r\n    }\r\n    #ela-form * { box-sizing:border-box; }\r\n\r\n    .card {\r\n      background:#fff; border:1px solid #e7e9ee;\r\n      border-radius:12px; padding:20px;\r\n      box-shadow:0 2px 10px rgba(0,0,0,.04);\r\n    }\r\n\r\n    h2 {\r\n      color:var(--ela-navy); font-size:12pt;\r\n      margin:0 0 6px; font-weight:700;\r\n    }\r\n    .sub {\r\n      color:#6b7280; font-size:9pt; margin-bottom:18px;\r\n    }\r\n\r\n    .section-title {\r\n      display:flex; align-items:center; gap:8px;\r\n      margin-top:28px; margin-bottom:10px;\r\n    }\r\n    .bar { width:6px; height:18px; background:var(--ela-green); border-radius:2px; }\r\n    .section-title h3 { color:var(--ela-navy); font-size:10pt; margin:0; font-weight:700; }\r\n\r\n    .row {\r\n      display:grid; gap:var(--ela-row-gap);\r\n      margin-bottom:var(--ela-row-gap);\r\n      grid-template-columns:1fr 1fr;\r\n    }\r\n    .row.thirds { grid-template-columns:1.1fr .8fr 1.1fr; }\r\n    .row.full { grid-column:1 \/ -1; }\r\n\r\n    \/* Consistent in-section rhythm *\/\r\n    .row > div,\r\n    .row.thirds > div,\r\n    .row.full {\r\n      display:flex; flex-direction:column; gap:var(--ela-field-gap);\r\n    }\r\n\r\n    label { color:#2d3748; font-weight:700; font-size:10pt; margin:0; }\r\n    input[type=text],\r\n    input[type=tel],\r\n    input[type=email],\r\n    input[type=number],\r\n    input[type=date],\r\n    textarea,\r\n    select {\r\n      width:100%; border:1px solid var(--ela-border); background:#fff;\r\n      padding:10px; border-radius:8px; outline:none; font-size:10pt;\r\n      transition:border-color .15s ease;\r\n      margin:0;\r\n    }\r\n    textarea { min-height:110px; resize:vertical; }\r\n    input:focus, textarea:focus, select:focus { border-color:#98a6b8; }\r\n\r\n    .inline { display:flex; align-items:center; gap:16px; }\r\n    .inline .check { display:flex; align-items:center; gap:6px; font-size:10pt; }\r\n\r\n    .actions { display:flex; justify-content:flex-end; margin-top:14px; }\r\n    button[type=submit]{\r\n      background:var(--ela-green); color:#fff; border:none;\r\n      padding:10px 14px; border-radius:10px; font-weight:700; font-size:10pt;\r\n      cursor:pointer; transition:transform .06s ease, opacity .15s ease;\r\n    }\r\n    button[type=submit]:hover{ opacity:.95; }\r\n    button[type=submit]:active{ transform:translateY(1px); }\r\n\r\n    .help { color:#6b7280; font-size:9pt; margin-top:4px; }\r\n    .req::after { content:\" *\"; color:#ef4444; font-weight:700; }\r\n\r\n    @media (max-width:900px){\r\n      .row, .row.thirds { grid-template-columns:1fr; }\r\n      .actions { justify-content:stretch; }\r\n      button[type=submit]{ width:100%; }\r\n    }\r\n  <\/style>\r\n\r\n  <!----------- FORM ----------->\r\n  <form id=\"elaFranchiseForm\" class=\"card\"\r\n        action=\"https:\/\/formsubmit.co\/franchise@ela-app.com\"\r\n        method=\"POST\">\r\n    <!-- FormSubmit settings -->\r\n    <input type=\"hidden\" name=\"_subject\" value=\"New ELA Franchise Application\">\r\n    <input type=\"hidden\" name=\"_template\" value=\"box\">\r\n    <input type=\"hidden\" name=\"_captcha\" value=\"false\">\r\n    <input type=\"hidden\" name=\"_next\" value=\"https:\/\/ela-app.com\/thank-you\/\">\r\n\r\n    <h2>ELA Franchise Application Form<\/h2>\r\n    <div class=\"sub\">Please complete all fields. Fields marked with * are required.<\/div>\r\n\r\n    <!-- Section A -->\r\n    <div class=\"section-title\"><span class=\"bar\"><\/span><h3>Section A \u2013 Applicant Details<\/h3><\/div>\r\n    <div class=\"row full\">\r\n      <div>\r\n        <label class=\"req\">Type of Franchise<\/label>\r\n        <div class=\"inline\">\r\n          <label class=\"check\"><input type=\"radio\" name=\"franchise_type\" value=\"Master (Country)\" required> Master (Country)<\/label>\r\n          <label class=\"check\"><input type=\"radio\" name=\"franchise_type\" value=\"Standard (Metropolitan)\" required> Standard (Metropolitan)<\/label>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"row\">\r\n      <div><label class=\"req\">Company Name<\/label><input type=\"text\" name=\"company_name\" required><\/div>\r\n      <div><label>Business Registration Number<\/label><input type=\"text\" name=\"business_reg_no\"><\/div>\r\n    <\/div>\r\n    <div class=\"row\">\r\n      <div><label class=\"req\">Contact Person<\/label><input type=\"text\" name=\"contact_person\" required><\/div>\r\n      <div><label class=\"req\">Phone<\/label><input type=\"tel\" name=\"phone\" required><\/div>\r\n    <\/div>\r\n    <div class=\"row full\"><div><label class=\"req\">E-mail<\/label><input type=\"email\" name=\"email\" required><\/div><\/div>\r\n    <div class=\"row full\"><div><label class=\"req\">Street Address<\/label><input type=\"text\" name=\"street_address\" required><\/div><\/div>\r\n    <div class=\"row thirds\">\r\n      <div><label class=\"req\">City<\/label><input type=\"text\" name=\"city\" required><\/div>\r\n      <div><label class=\"req\">State\/Province<\/label><input type=\"text\" name=\"state_province\" required><\/div>\r\n      <div><label class=\"req\">Country<\/label><input type=\"text\" name=\"country\" required><\/div>\r\n    <\/div>\r\n\r\n    <!-- Section B -->\r\n    <div class=\"section-title\"><span class=\"bar\"><\/span><h3>Section B \u2013 Business Background<\/h3><\/div>\r\n    <div class=\"row full\"><div><label class=\"req\">Current Business Activity<\/label><textarea name=\"current_business_activity\" required><\/textarea><\/div><\/div>\r\n    <div class=\"row full\"><div><label>Existing Product Lines<\/label><textarea name=\"existing_product_lines\"><\/textarea><\/div><\/div>\r\n    <div class=\"row thirds\">\r\n      <div><label class=\"req\">Years in Operation<\/label><input type=\"number\" name=\"years_in_operation\" min=\"0\" step=\"1\" required><\/div>\r\n      <div><label>Annual Sales (Last 2 Years)<\/label><input type=\"text\" name=\"annual_sales_last_2_years\" placeholder=\"e.g., USD 500,000\"><\/div>\r\n      <div><label>Primary Customer Base<\/label><input type=\"text\" name=\"primary_customer_base\" placeholder=\"Service Providers, Building Owners, etc.\"><\/div>\r\n    <\/div>\r\n\r\n    <!-- Section C -->\r\n    <div class=\"section-title\"><span class=\"bar\"><\/span><h3>Section C \u2013 Operational Capacity<\/h3><\/div>\r\n    <div class=\"row thirds\">\r\n      <div><label class=\"req\">Available Capital for Investment (USD)<\/label><input type=\"text\" name=\"available_capital\" required><\/div>\r\n      <div><label class=\"req\">Total Staff Count<\/label><input type=\"number\" name=\"staff_count\" min=\"0\" step=\"1\" required><\/div>\r\n      <div><label>Warehouse \/ Facility Size<\/label><input type=\"text\" name=\"facility_size\" placeholder=\"e.g., 500 m\u00b2\"><\/div>\r\n    <\/div>\r\n    <div class=\"row full\"><div><label class=\"req\">Geographic Coverage (Territory)<\/label><input type=\"text\" name=\"geographic_coverage\" required><\/div><\/div>\r\n\r\n    <!-- Section D -->\r\n    <div class=\"section-title\"><span class=\"bar\"><\/span><h3>Section D \u2013 ELA Franchise Interest<\/h3><\/div>\r\n    <div class=\"row full\"><div><label class=\"req\">Which territory are you applying for?<\/label><input type=\"text\" name=\"territory_applying_for\" required><\/div><\/div>\r\n    <div class=\"row full\"><div><label class=\"req\">Why do you want to join ELA?<\/label><textarea name=\"motivation\" required><\/textarea><\/div><\/div>\r\n    <div class=\"row full\">\r\n      <div>\r\n        <label>Do you currently distribute elevator parts or related equipment?<\/label>\r\n        <div class=\"inline\">\r\n          <label class=\"check\"><input type=\"radio\" name=\"distribute_parts\" value=\"Yes\"> Yes<\/label>\r\n          <label class=\"check\"><input type=\"radio\" name=\"distribute_parts\" value=\"No\"> No<\/label>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"row full\">\r\n      <div>\r\n        <label>Are you willing to use new technologies in your business?<\/label>\r\n        <div class=\"inline\">\r\n          <label class=\"check\"><input type=\"radio\" name=\"use_new_tech\" value=\"Yes\"> Yes<\/label>\r\n          <label class=\"check\"><input type=\"radio\" name=\"use_new_tech\" value=\"No\"> No<\/label>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Section E -->\r\n    <div class=\"section-title\"><span class=\"bar\"><\/span><h3>Section E \u2013 Declaration<\/h3><\/div>\r\n    <p class=\"help\">I hereby declare that the information provided is true and complete.<\/p>\r\n    <div class=\"row\">\r\n      <div><label>Signature (type your name)<\/label><input type=\"text\" name=\"signature\"><\/div>\r\n      \r\n    <\/div>\r\n\r\n    <!-- Spam honeypot -->\r\n    <input type=\"text\" name=\"_honey\" style=\"display:none\">\r\n\r\n    <div class=\"actions\">\r\n      <button type=\"submit\">Submit Application<\/button>\r\n    <\/div>\r\n    <div class=\"help\">Having trouble? Email completed form to <strong>franchise@ela-app.com<\/strong>.<\/div>\r\n  <\/form>\r\n\r\n  <script>\r\n    \/\/ Simple validation helper\r\n    document.getElementById('elaFranchiseForm').addEventListener('submit', function(e){\r\n      if(!e.target.checkValidity()){\r\n        e.preventDefault();\r\n        alert('Please complete all required fields marked with *');\r\n      }\r\n    });\r\n  <\/script>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\/* ================================ OPTION A \u2014 SELF-HOST DIN PRO &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 1) Upload your licensed files to Media Library or \/uploads\/fonts\/dinpro\/ 2) Replace the URLs below with the absolute file URLs 3) Keep only the weights you use (400\/700 shown) ================================= *\/ @font-face { font-family: &#8216;DIN Pro&#8217;; src: url(&#8216;https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff2&#8217;) format(&#8216;woff2&#8217;), url(&#8216;https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff&#8217;) format(&#8216;woff&#8217;); font-weight: 400; font-style: normal; font-display: [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-877","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Franchise - ELA App<\/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:\/\/ela-app.com\/pt\/franchise-application\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Franchise - ELA App\" \/>\n<meta property=\"og:description\" content=\"\/* ================================ OPTION A \u2014 SELF-HOST DIN PRO -------------------------------- 1) Upload your licensed files to Media Library or \/uploads\/fonts\/dinpro\/ 2) Replace the URLs below with the absolute file URLs 3) Keep only the weights you use (400\/700 shown) ================================= *\/ @font-face { font-family: &#039;DIN Pro&#039;; src: url(&#039;https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff2&#039;) format(&#039;woff2&#039;), url(&#039;https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff&#039;) format(&#039;woff&#039;); font-weight: 400; font-style: normal; font-display: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ela-app.com\/pt\/franchise-application\/\" \/>\n<meta property=\"og:site_name\" content=\"ELA App\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61574410856786\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-10T15:11:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ela-app.com\/wp-content\/uploads\/2025\/10\/ela-ecosystem.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"901\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\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:\/\/ela-app.com\/franchise-application\/\",\"url\":\"https:\/\/ela-app.com\/franchise-application\/\",\"name\":\"Franchise - ELA App\",\"isPartOf\":{\"@id\":\"https:\/\/ela-app.com\/#website\"},\"datePublished\":\"2025-10-09T14:40:21+00:00\",\"dateModified\":\"2025-10-10T15:11:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ela-app.com\/franchise-application\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ela-app.com\/franchise-application\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ela-app.com\/franchise-application\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ela-app.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Franchise\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ela-app.com\/#website\",\"url\":\"https:\/\/ela-app.com\/\",\"name\":\"ELA App\",\"description\":\"Simplify Elevator material, maintenance and operations management\",\"publisher\":{\"@id\":\"https:\/\/ela-app.com\/#organization\"},\"alternateName\":\"ELA - Elevator Management Platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ela-app.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ela-app.com\/#organization\",\"name\":\"ELA App\",\"alternateName\":\"Standard Wesant\",\"url\":\"https:\/\/ela-app.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/ela-app.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ela-app.com\/wp-content\/uploads\/2025\/09\/logotipo-ela-versao-principal.png\",\"contentUrl\":\"https:\/\/ela-app.com\/wp-content\/uploads\/2025\/09\/logotipo-ela-versao-principal.png\",\"width\":1464,\"height\":1921,\"caption\":\"ELA App\"},\"image\":{\"@id\":\"https:\/\/ela-app.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=61574410856786\",\"https:\/\/www.instagram.com\/standardwesantsocial\/\",\"https:\/\/www.linkedin.com\/company\/standard-wesant\/\",\"https:\/\/www.youtube.com\/@social_ela\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Franchise - ELA App","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:\/\/ela-app.com\/pt\/franchise-application\/","og_locale":"pt_BR","og_type":"article","og_title":"Franchise - ELA App","og_description":"\/* ================================ OPTION A \u2014 SELF-HOST DIN PRO -------------------------------- 1) Upload your licensed files to Media Library or \/uploads\/fonts\/dinpro\/ 2) Replace the URLs below with the absolute file URLs 3) Keep only the weights you use (400\/700 shown) ================================= *\/ @font-face { font-family: 'DIN Pro'; src: url('https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff2') format('woff2'), url('https:\/\/YOUR-SITE.com\/wp-content\/uploads\/fonts\/dinpro\/DINPro-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: [&hellip;]","og_url":"https:\/\/ela-app.com\/pt\/franchise-application\/","og_site_name":"ELA App","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61574410856786","article_modified_time":"2025-10-10T15:11:43+00:00","og_image":[{"width":1600,"height":901,"url":"https:\/\/ela-app.com\/wp-content\/uploads\/2025\/10\/ela-ecosystem.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ela-app.com\/franchise-application\/","url":"https:\/\/ela-app.com\/franchise-application\/","name":"Franchise - ELA App","isPartOf":{"@id":"https:\/\/ela-app.com\/#website"},"datePublished":"2025-10-09T14:40:21+00:00","dateModified":"2025-10-10T15:11:43+00:00","breadcrumb":{"@id":"https:\/\/ela-app.com\/franchise-application\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ela-app.com\/franchise-application\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ela-app.com\/franchise-application\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ela-app.com\/"},{"@type":"ListItem","position":2,"name":"Franchise"}]},{"@type":"WebSite","@id":"https:\/\/ela-app.com\/#website","url":"https:\/\/ela-app.com\/","name":"ELA App","description":"Simplificar o gerenciamento de materiais, manuten\u00e7\u00e3o e opera\u00e7\u00f5es de elevadores","publisher":{"@id":"https:\/\/ela-app.com\/#organization"},"alternateName":"ELA - Elevator Management Platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ela-app.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/ela-app.com\/#organization","name":"ELA App","alternateName":"Standard Wesant","url":"https:\/\/ela-app.com\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/ela-app.com\/#\/schema\/logo\/image\/","url":"https:\/\/ela-app.com\/wp-content\/uploads\/2025\/09\/logotipo-ela-versao-principal.png","contentUrl":"https:\/\/ela-app.com\/wp-content\/uploads\/2025\/09\/logotipo-ela-versao-principal.png","width":1464,"height":1921,"caption":"ELA App"},"image":{"@id":"https:\/\/ela-app.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61574410856786","https:\/\/www.instagram.com\/standardwesantsocial\/","https:\/\/www.linkedin.com\/company\/standard-wesant\/","https:\/\/www.youtube.com\/@social_ela"]}]}},"_links":{"self":[{"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/pages\/877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/comments?post=877"}],"version-history":[{"count":19,"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/pages\/877\/revisions"}],"predecessor-version":[{"id":919,"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/pages\/877\/revisions\/919"}],"wp:attachment":[{"href":"https:\/\/ela-app.com\/pt\/wp-json\/wp\/v2\/media?parent=877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}