{"id":8309162,"date":"2025-07-27T10:11:17","date_gmt":"2025-07-27T07:11:17","guid":{"rendered":"https:\/\/elementor.com\/old\/?p=8309162"},"modified":"2025-07-27T10:11:17","modified_gmt":"2025-07-27T07:11:17","slug":"profit-margin-calculator","status":"publish","type":"post","link":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/","title":{"rendered":"Profit Margin Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8309164\" class=\"elementor elementor-8309164\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33aea82 e-flex e-con-boxed e-con e-parent\" data-id=\"33aea82\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb87d07 elementor-widget elementor-widget-spacer\" data-id=\"fb87d07\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b22040d elementor-widget elementor-widget-html\" data-id=\"b22040d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n        \/* Base styles from user's reference *\/\r\n       \r\n\r\n        .html-viewer-app {\r\n            width: 100%;\r\n            max-width: 600px; \/* Adjusted for a single-box layout *\/\r\n            margin: 0 auto;\r\n            background: transparent;\r\n            overflow: visible;\r\n            position: relative;\r\n        }\r\n        \r\n        \/* Main calculator container styling *\/\r\n        .calculator-section {\r\n            width: 100%;\r\n            max-width: 600px;\r\n            height: auto; \/* Auto height for content *\/\r\n            display: flex;\r\n            flex-direction: column;\r\n            background: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n            border: 1.5px solid #EBEBEB;\r\n        }\r\n\r\n        .section-header {\r\n            background-color: #05047E;\r\n            color: white;\r\n            padding: 16px 24px;\r\n            font-family: 'DM Sans', sans-serif;\r\n            font-weight: 500;\r\n            font-size: 1.25rem;\r\n            text-align: center;\r\n        }\r\n\r\n        \/* Form content styling *\/\r\n        .calculator-content {\r\n            padding: 24px 32px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 20px;\r\n        }\r\n\r\n        .input-group {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 8px;\r\n        }\r\n\r\n        .input-group label {\r\n            font-weight: 500;\r\n            font-size: 1rem;\r\n            color: #333;\r\n        }\r\n\r\n        .input-field {\r\n            width: 100%;\r\n            padding: 12px;\r\n            border: 1.5px solid #EBEBEB;\r\n            border-radius: 4px;\r\n            font-family: 'DM Sans', sans-serif;\r\n            font-size: 1rem;\r\n            box-sizing: border-box; \/* Ensures padding doesn't affect width *\/\r\n            transition: border-color 0.2s;\r\n        }\r\n\r\n        .input-field:focus {\r\n            outline: none;\r\n            border-color: #05047E;\r\n        }\r\n\r\n        \/* Button styling from reference *\/\r\n        .format-btn {\r\n            background-color: #000;\r\n            color: white;\r\n            border: none;\r\n            padding: 14px 24px;\r\n            cursor: pointer;\r\n            font-size: 1.125rem;\r\n            font-weight: 500;\r\n            transition: all 0.2s;\r\n            border-radius: 4px;\r\n            width: 100%;\r\n            margin-top: 10px;\r\n        }\r\n\r\n        .format-btn:hover, .format-btn:focus {\r\n            background-color: #545454;\r\n        }\r\n\r\n        .reset-btn {\r\n            background: none;\r\n            border: none;\r\n            color: #545454;\r\n            text-decoration: underline;\r\n            font-size: 1rem;\r\n            cursor: pointer;\r\n            padding: 0;\r\n            margin-top: 16px;\r\n            transition: color 0.2s;\r\n            text-align: center;\r\n            width: 100%;\r\n        }\r\n\r\n        .reset-btn:hover, .reset-btn:focus {\r\n            color: #000;\r\n        }\r\n\r\n        \/* Results display styling *\/\r\n        .results-section {\r\n            margin-top: 20px;\r\n            padding: 20px;\r\n            background-color: #f8f9fa;\r\n            border-radius: 6px;\r\n            border: 1.5px solid #EBEBEB;\r\n            display: none; \/* Hidden by default *\/\r\n            flex-direction: column;\r\n            gap: 15px;\r\n        }\r\n        \r\n        .result-item {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .result-item span:first-child {\r\n            font-weight: 500;\r\n            color: #333;\r\n        }\r\n        \r\n        .result-item span:last-child {\r\n            font-weight: 700;\r\n            color: #05047E;\r\n            font-size: 1.2rem;\r\n        }\r\n        \r\n        \/* Responsive design *\/\r\n        @media (max-width: 768px) {\r\n            body {\r\n                padding: 10px;\r\n            }\r\n            .calculator-content {\r\n                padding: 20px;\r\n            }\r\n            .section-header {\r\n                padding: 14px 20px;\r\n                font-size: 1.15rem;\r\n            }\r\n        }\r\n    <\/style>\r\n    \r\n    <div class=\"html-viewer-app\">\r\n        <div class=\"calculator-section\">\r\n            <div class=\"section-header\">\r\n                Profit Margin Calculator\r\n            <\/div>\r\n            <div class=\"calculator-content\">\r\n                <!-- Input field for Cost -->\r\n                <div class=\"input-group\">\r\n                    <label for=\"cost\">Cost<\/label>\r\n                    <input type=\"number\" id=\"cost\" class=\"input-field\" placeholder=\"e.g., 75\">\r\n                <\/div>\r\n                \r\n                <!-- Input field for Revenue -->\r\n                <div class=\"input-group\">\r\n                    <label for=\"revenue\">Revenue<\/label>\r\n                    <input type=\"number\" id=\"revenue\" class=\"input-field\" placeholder=\"e.g., 100\">\r\n                <\/div>\r\n\r\n                <!-- Calculate Button -->\r\n                <button id=\"calculateBtn\" class=\"format-btn\">Calculate<\/button>\r\n\r\n                <!-- Reset Button -->\r\n                <button id=\"resetBtn\" class=\"reset-btn\">Reset<\/button>\r\n\r\n                <!-- Results Section -->\r\n                <div id=\"resultsSection\" class=\"results-section\">\r\n                    <div class=\"result-item\">\r\n                        <span>Profit:<\/span>\r\n                        <span id=\"profitResult\"><\/span>\r\n                    <\/div>\r\n                    <div class=\"result-item\">\r\n                        <span>Profit Margin:<\/span>\r\n                        <span id=\"marginResult\"><\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ --- DOM Element Selection ---\r\n        const costInput = document.getElementById('cost');\r\n        const revenueInput = document.getElementById('revenue');\r\n        const calculateBtn = document.getElementById('calculateBtn');\r\n        const resetBtn = document.getElementById('resetBtn');\r\n        const resultsSection = document.getElementById('resultsSection');\r\n        const profitResult = document.getElementById('profitResult');\r\n        const marginResult = document.getElementById('marginResult');\r\n\r\n        \/**\r\n         * Calculates the profit and profit margin based on user input.\r\n         * Updates the UI to display the results.\r\n         *\/\r\n        function calculateProfitMargin() {\r\n            \/\/ --- Get and parse input values ---\r\n            const cost = parseFloat(costInput.value);\r\n            const revenue = parseFloat(revenueInput.value);\r\n\r\n            \/\/ --- Input validation ---\r\n            if (isNaN(cost) || isNaN(revenue)) {\r\n                alert(\"Please enter valid numbers for both Cost and Revenue.\");\r\n                return;\r\n            }\r\n            if (revenue === 0) {\r\n                 alert(\"Revenue cannot be zero for a margin calculation.\");\r\n                return;\r\n            }\r\n             if (cost < 0 || revenue < 0) {\r\n                alert(\"Cost and Revenue values cannot be negative.\");\r\n                return;\r\n            }\r\n\r\n            \/\/ --- Perform calculations ---\r\n            const profit = revenue - cost;\r\n            const margin = (profit \/ revenue) * 100;\r\n\r\n            \/\/ --- Update the UI with results ---\r\n            \/\/ Using toLocaleString for better number formatting (e.g., commas)\r\n            profitResult.textContent = `$${profit.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}`;\r\n            marginResult.textContent = `${margin.toFixed(2)}%`;\r\n\r\n            \/\/ --- Show the results section ---\r\n            resultsSection.style.display = 'flex';\r\n        }\r\n\r\n        \/**\r\n         * Resets all input fields and hides the results section.\r\n         *\/\r\n        function resetCalculator() {\r\n            costInput.value = '';\r\n            revenueInput.value = '';\r\n            resultsSection.style.display = 'none';\r\n            profitResult.textContent = '';\r\n            marginResult.textContent = '';\r\n        }\r\n\r\n        \/\/ --- Event Listeners ---\r\n        calculateBtn.addEventListener('click', calculateProfitMargin);\r\n        resetBtn.addEventListener('click', resetCalculator);\r\n\r\n    <\/script>\t\t\t\t<\/div>\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>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2024235,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[485],"tags":[788],"class_list":["post-8309162","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Profit Margin Calculator<\/title>\n<meta name=\"description\" content=\"free Profit Margin Calculator: operating, and net profit margins. Make smarter pricing and spending decisions to grow your business.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Profit Margin Calculator\" \/>\n<meta property=\"og:description\" content=\"free Profit Margin Calculator: operating, and net profit margins. Make smarter pricing and spending decisions to grow your business.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Elementor\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/elemntor\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-27T07:11:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elementor.com\/old\/wp-content\/uploads\/2022\/02\/HP.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@elemntor\" \/>\n<meta name=\"twitter:site\" content=\"@elemntor\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"itamarha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\"},\"author\":{\"name\":\"itamarha\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0\"},\"headline\":\"Profit Margin Calculator\",\"datePublished\":\"2025-07-27T07:11:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\"},\"wordCount\":5,\"publisher\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#organization\"},\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"pt-BR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\",\"url\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\",\"name\":\"Profit Margin Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#website\"},\"datePublished\":\"2025-07-27T07:11:17+00:00\",\"description\":\"free Profit Margin Calculator: operating, and net profit margins. Make smarter pricing and spending decisions to grow your business.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/old\/pt-br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Profit Margin Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#website\",\"url\":\"https:\/\/elementor.com\/old\/pt-br\/\",\"name\":\"Elementor\",\"description\":\"Website Builder\",\"publisher\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#organization\"},\"alternateName\":\"Elementor Website Builder\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/old\/pt-br\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#organization\",\"name\":\"Elementor Website Builder\",\"url\":\"https:\/\/elementor.com\/old\/pt-br\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg\",\"contentUrl\":\"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg\",\"width\":120,\"height\":120,\"caption\":\"Elementor Website Builder\"},\"image\":{\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/elemntor\",\"https:\/\/x.com\/elemntor\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0\",\"name\":\"itamarha\",\"url\":\"https:\/\/elementor.com\/old\/pt-br\/author\/itamarha\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Profit Margin Calculator","description":"free Profit Margin Calculator: operating, and net profit margins. Make smarter pricing and spending decisions to grow your business.","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:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/","og_locale":"pt_BR","og_type":"article","og_title":"Profit Margin Calculator","og_description":"free Profit Margin Calculator: operating, and net profit margins. Make smarter pricing and spending decisions to grow your business.","og_url":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/","og_site_name":"Elementor","article_publisher":"https:\/\/www.facebook.com\/elemntor","article_published_time":"2025-07-27T07:11:17+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/elementor.com\/old\/wp-content\/uploads\/2022\/02\/HP.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@elemntor","twitter_site":"@elemntor","twitter_misc":{"Escrito por":"itamarha","Est. tempo de leitura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/"},"author":{"name":"itamarha","@id":"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0"},"headline":"Profit Margin Calculator","datePublished":"2025-07-27T07:11:17+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/"},"wordCount":5,"publisher":{"@id":"https:\/\/elementor.com\/old\/pt-br\/#organization"},"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"pt-BR"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/","url":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/","name":"Profit Margin Calculator","isPartOf":{"@id":"https:\/\/elementor.com\/old\/pt-br\/#website"},"datePublished":"2025-07-27T07:11:17+00:00","description":"free Profit Margin Calculator: operating, and net profit margins. Make smarter pricing and spending decisions to grow your business.","breadcrumb":{"@id":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/old\/pt-br\/tools\/profit-margin-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/old\/pt-br\/"},{"@type":"ListItem","position":2,"name":"Profit Margin Calculator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/old\/pt-br\/#website","url":"https:\/\/elementor.com\/old\/pt-br\/","name":"Elementor","description":"Website Builder","publisher":{"@id":"https:\/\/elementor.com\/old\/pt-br\/#organization"},"alternateName":"Elementor Website Builder","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/old\/pt-br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/elementor.com\/old\/pt-br\/#organization","name":"Elementor Website Builder","url":"https:\/\/elementor.com\/old\/pt-br\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg","contentUrl":"https:\/\/elementor.com\/old\/wp-content\/uploads\/2024\/07\/logo.svg","width":120,"height":120,"caption":"Elementor Website Builder"},"image":{"@id":"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/elemntor","https:\/\/x.com\/elemntor"]},{"@type":"Person","@id":"https:\/\/elementor.com\/old\/pt-br\/#\/schema\/person\/5932f1d4bb083ddca6b036a65fbb9cc0","name":"itamarha","url":"https:\/\/elementor.com\/old\/pt-br\/author\/itamarha\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/posts\/8309162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/users\/2024235"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/comments?post=8309162"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/posts\/8309162\/revisions"}],"predecessor-version":[{"id":8309168,"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/posts\/8309162\/revisions\/8309168"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/media?parent=8309162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/categories?post=8309162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/old\/pt-br\/wp-json\/wp\/v2\/tags?post=8309162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}