{"id":1264,"date":"2026-04-30T04:05:24","date_gmt":"2026-04-30T04:05:24","guid":{"rendered":"https:\/\/guanmalabel.com\/?page_id=1264"},"modified":"2026-04-30T04:18:58","modified_gmt":"2026-04-30T04:18:58","slug":"cck-release-paper-variant-selector","status":"publish","type":"page","link":"https:\/\/guanmalabel.com\/pt-br\/release-paper-liner\/cck-release-paper\/cck-release-paper-variant-selector\/","title":{"rendered":"Seletor variante de papel de libera\u00e7\u00e3o CCK"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-132bc6d\" data-block-id=\"132bc6d\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-132bc6d-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-b8058ef\" data-v=\"4\" data-block-id=\"b8058ef\"><style>.stk-b8058ef-container{margin-top:var(--stk--preset--spacing--50, 1.5rem) !important;margin-right:var(--stk--preset--spacing--50, 1.5rem) !important;margin-bottom:var(--stk--preset--spacing--50, 1.5rem) !important;margin-left:var(--stk--preset--spacing--50, 1.5rem) !important;}<\/style><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-b8058ef-container stk--no-background stk--no-padding\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-b8058ef-inner-blocks\"><div class=\"ct-breadcrumbs\" data-source=\"rankmath\" ><nav aria-label=\"p\u00e3o ralado\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Casa<\/span><\/p><\/nav><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-6b780fa\" data-block-id=\"6b780fa\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-6b780fa-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-d54a4fd\" data-v=\"4\" data-block-id=\"d54a4fd\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-d54a4fd-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-d54a4fd-inner-blocks\">\n<!-- Custom HTML Module: CCK Release Paper Variant Selector -->\n<section id=\"guanma-cck-selector\">\n    <style>\n        \/* =========================================\n           Scope: #guanma-cck-selector\n           Principles: CSS Grid\/Flexbox, No External Frameworks, Strict Isolation\n           Colors: #009048, #009030, #007800, #00FF00\n           Goal: High-end B2B Aesthetic, zero massive whitespace, folded corner consistency.\n           Fixed: Removed native dropdown arrows via appearance: none.\n           ========================================= *\/\n\n        #guanma-cck-selector {\n            background-color: #ffffff !important;\n            width: 100% !important;\n            padding: 40px 0 !important;\n            box-sizing: border-box !important;\n            color: #333333 !important;\n            font-family: inherit !important;\n        }\n\n        #guanma-cck-selector * {\n            box-sizing: border-box !important;\n        }\n\n        #guanma-cck-selector .selector-container {\n            max-width: 1600px !important;\n            margin: 0 auto !important;\n            padding: 0 30px !important;\n            width: 100% !important;\n        }\n\n        \/* Typography *\/\n        #guanma-cck-selector h2.selector-main-title {\n            color: #009048 !important;\n            margin-top: 0 !important;\n            margin-bottom: 12px !important;\n            font-weight: bold !important;\n            line-height: 1.3 !important;\n            font-size: 32px !important; \n        }\n\n        #guanma-cck-selector .selector-lede {\n            font-size: 16px !important; \n            line-height: 1.6 !important;\n            color: #555555 !important;\n            margin-bottom: 30px !important;\n            max-width: 1200px !important;\n        }\n\n        \/* Tool Card Base *\/\n        #guanma-cck-selector .tool-card {\n            background-color: #f8fafc !important;\n            border: 2px solid #009048 !important;\n            padding: 35px 40px !important;\n            position: relative !important;\n            clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%) !important;\n            box-shadow: 0 4px 15px rgba(0, 144, 72, 0.08) !important;\n        }\n\n        \/* Form Grid *\/\n        #guanma-cck-selector .field-group {\n            display: grid !important;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;\n            gap: 25px 20px !important;\n            margin-bottom: 30px !important;\n        }\n\n        #guanma-cck-selector label {\n            display: block !important;\n            font-weight: bold !important;\n            color: #111111 !important;\n            font-size: 14px !important;\n            margin-bottom: 8px !important;\n        }\n\n        #guanma-cck-selector select {\n            width: 100% !important;\n            padding: 14px 16px !important;\n            border: 1px solid #d8e3dc !important;\n            border-radius: 4px !important;\n            font-size: 15px !important;\n            background-color: #ffffff !important;\n            color: #333333 !important;\n            cursor: pointer !important;\n            transition: all 0.3s ease !important;\n            -webkit-appearance: none !important;\n            -moz-appearance: none !important;\n            appearance: none !important; \/* Removes native dropdown arrows *\/\n        }\n\n        #guanma-cck-selector select:focus {\n            outline: none !important;\n            border-color: #009048 !important;\n            box-shadow: 0 0 0 3px rgba(0, 144, 72, 0.15) !important;\n        }\n\n        \/* Interactive Button *\/\n        #guanma-cck-selector .folded-btn-primary {\n            background-color: #009048 !important;\n            color: #ffffff !important;\n            border: none !important;\n            padding: 14px 32px !important;\n            font-size: 16px !important;\n            font-weight: bold !important;\n            cursor: pointer !important;\n            transition: background-color 0.3s ease !important;\n            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%) !important;\n            display: inline-block !important;\n        }\n\n        #guanma-cck-selector .folded-btn-primary:hover {\n            background-color: #007800 !important;\n        }\n\n        \/* Results Area - Hidden by Default *\/\n        #guanma-cck-selector .result-wrapper {\n            margin-top: 35px !important;\n            padding-top: 30px !important;\n            border-top: 2px dashed #009048 !important;\n            display: none !important; \n        }\n\n        \/* Custom class added by JS *\/\n        #guanma-cck-selector .is-active {\n            display: block !important;\n            animation: gfadeIn 0.5s ease-out forwards !important;\n        }\n\n        @keyframes gfadeIn {\n            from { opacity: 0; transform: translateY(-10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        #guanma-cck-selector .result-header-div {\n            color: #009030 !important;\n            font-size: 22px !important;\n            font-weight: bold !important;\n            margin: 0 0 20px 0 !important;\n        }\n\n        \/* Results Grid *\/\n        #guanma-cck-selector .result-grid {\n            display: grid !important;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;\n            gap: 15px !important;\n            margin-bottom: 20px !important;\n        }\n\n        #guanma-cck-selector .result-item {\n            background-color: #ffffff !important;\n            border: 1px solid #d8e3dc !important;\n            border-left: 4px solid #00FF00 !important;\n            padding: 15px 20px !important;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;\n        }\n\n        #guanma-cck-selector .result-item span {\n            display: block !important;\n            color: #5b6878 !important;\n            font-size: 13px !important;\n            text-transform: uppercase !important;\n            margin-bottom: 6px !important;\n            letter-spacing: 0.5px !important;\n        }\n\n        #guanma-cck-selector .result-item strong {\n            display: block !important;\n            color: #111111 !important;\n            font-size: 18px !important;\n            font-weight: bold !important;\n            line-height: 1.3 !important;\n        }\n\n        \/* Rationale Box *\/\n        #guanma-cck-selector .rationale-box {\n            background-color: #ffffff !important;\n            border: 1px solid #e0e0e0 !important;\n            border-left: 4px solid #009030 !important;\n            padding: 20px 25px !important;\n            font-size: 15px !important;\n            color: #333333 !important;\n            line-height: 1.6 !important;\n            margin-bottom: 30px !important;\n        }\n\n        \/* Green CTA Block *\/\n        #guanma-cck-selector .selector-cta {\n            background-color: #009048 !important;\n            padding: 25px 35px !important;\n            display: flex !important;\n            justify-content: space-between !important;\n            align-items: center !important;\n            flex-wrap: wrap !important;\n            gap: 20px !important;\n        }\n\n        #guanma-cck-selector .selector-cta p {\n            margin: 0 !important;\n            color: #ffffff !important;\n            font-size: 18px !important;\n            font-weight: bold !important;\n            flex: 1 !important;\n            min-width: 250px !important;\n        }\n\n        #guanma-cck-selector .selector-cta .folded-btn-inverse {\n            background-color: #ffffff !important;\n            color: #009048 !important;\n            padding: 12px 28px !important;\n            text-decoration: none !important;\n            display: inline-block !important;\n            font-weight: bold !important;\n            font-size: 15px !important;\n            transition: background-color 0.3s ease !important;\n            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%) !important;\n        }\n\n        #guanma-cck-selector .selector-cta .folded-btn-inverse:hover {\n            background-color: #f0f0f0 !important;\n            color: #007800 !important;\n        }\n\n        #guanma-cck-selector .note-text {\n            font-size: 13px !important;\n            color: #777777 !important;\n            margin-top: 25px !important;\n            padding-top: 15px !important;\n            border-top: 1px solid #d8e3dc !important;\n            font-style: italic !important;\n        }\n\n        \/* Responsiveness *\/\n        @media (max-width:690px) {\n            #guanma-cck-selector .selector-container {\n                padding: 0 15px !important;\n            }\n            #guanma-cck-selector .tool-card {\n                padding: 25px 20px !important;\n                clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%) !important;\n            }\n            #guanma-cck-selector .selector-cta {\n                flex-direction: column !important;\n                align-items: flex-start !important;\n                padding: 20px !important;\n            }\n        }\n    <\/style>\n\n    <div class=\"selector-container\">\n        \n        <h2 class=\"selector-main-title\">Seletor variante de papel de libera\u00e7\u00e3o CCK<\/h2>\n        <div class=\"selector-lede\">Combine a variante Guanma CCK certa, o peso base e a for\u00e7a de libera\u00e7\u00e3o com sua linha de convers\u00e3o As entradas mapeiam para especifica\u00e7\u00f5es validadas em rela\u00e7\u00e3o aos testes de for\u00e7a de libera\u00e7\u00e3o FINAT FTM 3 em nossas f\u00e1bricas na Tail\u00e2ndia e no Vietn\u00e3.<\/div>\n\n        <div class=\"tool-card\">\n            \n            <div class=\"field-group\">\n                <!-- Field 1 -->\n                <div>\n                    <label for=\"gm-app\">Aplica\u00e7\u00e3o<\/label>\n                    <select id=\"gm-app\" onchange=\"gmClearResult()\">\n                        <option value=\"label\">Etiqueta Autoadesiva (geral)<\/option>\n                        <option value=\"tape\">Fita Sens\u00edvel \u00e0 Press\u00e3o<\/option>\n                        <option value=\"composite\">Fibra de carbono\/TPU Composto Pr\u00e9-Preg<\/option>\n                        <option value=\"pharma\">Farmac\u00eautico\/R\u00f3tulo M\u00e9dico<\/option>\n                        <option value=\"food\">Etiqueta de embalagem de alimentos<\/option>\n                        <option value=\"removable\">Adesivo Remov\u00edvel<\/option>\n                        <option value=\"durable\">Dur\u00e1vel\/etiqueta externa<\/option>\n                        <option value=\"freezer\">Congelador\/R\u00f3tulo da Cadeia Fria<\/option>\n                    <\/select>\n                <\/div>\n                <!-- Field 2 -->\n                <div>\n                    <label for=\"gm-adhesive\">Qu\u00edmica Adesiva<\/label>\n                    <select id=\"gm-adhesive\" onchange=\"gmClearResult()\">\n                        <option value=\"hotmelt-rubber\">Borracha Hot-Melt PSA<\/option>\n                        <option value=\"acrylic-emulsion\">Emuls\u00e3o Acr\u00edlica<\/option>\n                        <option value=\"solvent-acrylic\">Acr\u00edlico Solvente<\/option>\n                        <option value=\"uv-curable\">Cur\u00e1vel por UV<\/option>\n                        <option value=\"water-based\">PSA \u00e0 base de \u00e1gua<\/option>\n                    <\/select>\n                <\/div>\n                <!-- Field 3 -->\n                <div>\n                    <label for=\"gm-speed\">Convertendo velocidade da linha<\/label>\n                    <select id=\"gm-speed\" onchange=\"gmClearResult()\">\n                        <option value=\"low\">Abaixo de 100 m\/min<\/option>\n                        <option value=\"medium\">100 200 m\/min<\/option>\n                        <option value=\"high\">Acima de 200 m\/min<\/option>\n                    <\/select>\n                <\/div>\n                <!-- Field 4 -->\n                <div>\n                    <label for=\"gm-release\">Prefer\u00eancia de perfil de lan\u00e7amento<\/label>\n                    <select id=\"gm-release\" onchange=\"gmClearResult()\">\n                        <option value=\"auto\">Auto-recomendar<\/option>\n                        <option value=\"light\">Luz (10 g\/pol. Peeling f\u00e1cil de descascar 30 g\/pol.)<\/option>\n                        <option value=\"medium\">M\u00e9dio (30 80 g\/pol.) Padr\u00e3o<\/option>\n                        <option value=\"tight\">Apertado (Apertado 2 00 g\/pol.) PSA agressivo 80<\/option>\n                    <\/select>\n                <\/div>\n            <\/div>\n\n            <!-- Trigger Button -->\n            <button class=\"folded-btn-primary\" onclick=\"recommendGuanmaCck()\">Recomendar Variante CCK<\/button>\n\n            <!-- Results Output Area -->\n            <!-- The result container is hidden initially, and made active via class -->\n            <div id=\"gm-result-area\" class=\"result-wrapper\">\n                <div class=\"result-header-div\">Especifica\u00e7\u00e3o Recomendada<\/div>\n                \n                <div class=\"result-grid\">\n                    <div class=\"result-item\">\n                        <span>Variante CCK<\/span>\n                        <strong id=\"gm-r-variant\">\u2014<\/strong>\n                    <\/div>\n                    <div class=\"result-item\">\n                        <span>Peso de base (ISO 536)<\/span>\n                        <strong id=\"gm-r-gsm\">\u2014<\/strong>\n                    <\/div>\n                    <div class=\"result-item\">\n                        <span>For\u00e7a de Libera\u00e7\u00e3o (FINAT FTM 3)<\/span>\n                        <strong id=\"gm-r-force\">\u2014<\/strong>\n                    <\/div>\n                    <div class=\"result-item\">\n                        <span>Qu\u00edmica Silicone<\/span>\n                        <strong id=\"gm-r-coating\">\u2014<\/strong>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"rationale-box\" id=\"gm-r-rationale\"><\/div>\n                \n                <!-- CTA Box Blocksy Integration -->\n                <!-- The ahref link is hardcoded in the DOM, so Blocksy JS hooks attach smoothly on page load -->\n                <div class=\"selector-cta\">\n                    <p>Pronto para qualificar um rolo de amostra para sua linha de convers\u00e3o?<\/p>\n                    <a href=\"#ct-popup-809\" class=\"folded-btn-inverse\">Solicite um rolo de amostra \u2192<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Footer Note -->\n            <div class=\"note-text\">\n                As recomenda\u00e7\u00f5es fazem refer\u00eancia aos registos de produ\u00e7\u00e3o Guanma 2024 2025, \u00e0 amostragem de CQ por lote FINAT FTM 3 e \u00e0s normas de especifica\u00e7\u00e3o ISO 536\/534. variante final confirmada durante a RFQ em rela\u00e7\u00e3o ao seu perfil de servi\u00e7o espec\u00edfico.\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <!-- Vanilla Javascript Logic isolated for this module -->\n    <script>\n        \/\/ Removes active class if user changes an input before clicking recommend\n        function gmClearResult() {\n            var resultArea = document.getElementById('gm-result-area');\n            if (resultArea) {\n                resultArea.className = 'result-wrapper';\n            }\n        }\n\n        function recommendGuanmaCck() {\n            var appElement = document.getElementById('gm-app');\n            var adhesiveElement = document.getElementById('gm-adhesive');\n            var speedElement = document.getElementById('gm-speed');\n            var releasePrefElement = document.getElementById('gm-release');\n\n            \/\/ Fallbacks if DOM missing\n            if (!appElement || !adhesiveElement || !speedElement || !releasePrefElement) {\n                return;\n            }\n\n            var app = appElement.value;\n            var adhesive = adhesiveElement.value;\n            var speed = speedElement.value;\n            var releasePref = releasePrefElement.value;\n\n            var variant = 'Single-Side Coating CCK';\n            var gsm = '60-90 g\/m\u00b2';\n            var force = '30-80 g\/in';\n            var coating = 'Solvent-Based Silicone';\n            var rationale = '';\n\n            \/\/ 1. Application Rules\n            if (app === 'composite') {\n                variant = 'Solvent-Free CCK';\n                gsm = '100-160 g\/m\u00b2';\n                force = '60-120 g\/in';\n                coating = 'Solvent-Free Silicone (low migration)';\n                rationale = 'Carbon fiber and TPU pre-preg cure cycles at 180-200 \u00b0C demand low silicone migration into the resin matrix and dimensional stability under cure pressure. Solvent-free chemistry prevents resin contamination; the heavier basis weight holds geometry through autoclave or out-of-autoclave processing.';\n            } else if (app === 'pharma' || app === 'food') {\n                variant = 'Solvent-Free CCK (ISO 22000 grade)';\n                gsm = '70-100 g\/m\u00b2';\n                force = '20-60 g\/in';\n                coating = 'Solvent-Free Silicone (BfR XXXVI \/ FDA 21 CFR)';\n                rationale = 'Pharmaceutical and food packaging labels require ISO 22000 food-contact certification with low-migration silicone validated against BfR Recommendation XXXVI (Germany) and FDA 21 CFR 175.300 (USA). Material certificates and migration test reports ship with every batch on this grade.';\n            } else if (app === 'tape') {\n                variant = 'Double-Side Coating CCK';\n                gsm = '90-130 g\/m\u00b2';\n                force = '40-100 g\/in';\n                coating = 'Solvent-Based Silicone';\n                rationale = 'Tape liners and double-sided tape carriers require silicone coating on both faces with controlled release force differential between the two sides for clean liner-to-tape separation during converting and end-use.';\n            } else if (app === 'removable') {\n                variant = 'Single-Side Coating CCK';\n                gsm = '60-80 g\/m\u00b2';\n                force = '10-25 g\/in';\n                coating = 'Solvent-Based Silicone';\n                rationale = 'Removable label adhesives target clean peel without residue; light release force (10-25 g\/in per FINAT FTM 3) prevents face stock damage during application or removal.';\n            } else if (app === 'freezer') {\n                variant = 'Double-Side Coating CCK';\n                gsm = '78-100 g\/m\u00b2';\n                force = '30-70 g\/in';\n                coating = 'Solvent-Based Silicone';\n                rationale = 'Cold-chain freezer labels at -40 \u00b0C require dimensional stability under thermal cycling and adhesive release force that holds through condensation. Double-side coating with controlled humidity acclimation in our Thailand and Vietnam mills.';\n            } else if (app === 'durable') {\n                variant = 'Solvent-Based CCK';\n                gsm = '90-130 g\/m\u00b2';\n                force = '50-120 g\/in';\n                coating = 'Solvent-Based Silicone';\n                rationale = 'Durable outdoor labels demand long-term UV exposure resistance, weatherability through 5-7 years, and reliable release force under temperature cycling. Heavier basis weight resists dimensional creep.';\n            } else {\n                rationale = 'Standard self-adhesive label converting runs on Single-Side Coating CCK at 60-90 g\/m\u00b2. Release force tuned to 30-80 g\/in covers most acrylic emulsion and solvent acrylic adhesive systems on flexographic converting lines.';\n            }\n\n            \/\/ 2. Adhesive Overlay Rules\n            if (adhesive === 'hotmelt-rubber') {\n                if (coating.indexOf('Solvent-Free') === -1) {\n                    coating = 'Solvent-Free Silicone (preferred for hot-melt rubber)';\n                }\n            }\n            if (adhesive === 'solvent-acrylic') {\n                if (coating.indexOf('Solvent-Free') !== -1) {\n                    coating = 'Solvent-Based Silicone (avoids plasticizer migration with solvent acrylic)';\n                }\n            }\n\n            \/\/ 3. Release Preference Override\n            if (releasePref === 'light') {\n                force = '10-30 g\/in';\n            } else if (releasePref === 'medium') {\n                force = '30-80 g\/in';\n            } else if (releasePref === 'tight') {\n                force = '80-200 g\/in';\n            }\n\n            \/\/ 4. Speed Adjustment\n            if (speed === 'high') {\n                if (app !== 'composite') {\n                    rationale = rationale + ' At above 200 m\/min line speeds, FINAT FTM 12 high-speed release force testing is recommended in addition to FTM 3.';\n                }\n            }\n\n            \/\/ Populate DOM\n            var rVariant = document.getElementById('gm-r-variant');\n            if (rVariant) rVariant.textContent = variant;\n\n            var rGsm = document.getElementById('gm-r-gsm');\n            if (rGsm) rGsm.textContent = gsm;\n\n            var rForce = document.getElementById('gm-r-force');\n            if (rForce) rForce.textContent = force;\n\n            var rCoating = document.getElementById('gm-r-coating');\n            if (rCoating) rCoating.textContent = coating;\n\n            var rRationale = document.getElementById('gm-r-rationale');\n            if (rRationale) rRationale.textContent = rationale;\n            \n            \/\/ Show result area with fade-in class\n            var resultArea = document.getElementById('gm-result-area');\n            if (resultArea) {\n                resultArea.className = 'result-wrapper is-active';\n            }\n        }\n    <\/script>\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>CCK Release Paper Variant Selector Match the right Guanma CCK variant, basis weight, and release force to your converting line. Inputs map to specifications validated against FINAT FTM 3 release force testing across our Thailand and Vietnam factories. Application Self-Adhesive Label (general)Pressure-Sensitive TapeCarbon Fiber \/ TPU Composite Pre-PregPharmaceutical \/ Medical LabelFood Packaging LabelRemovable StickerDurable \/ [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":1195,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-1264","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages\/1264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/comments?post=1264"}],"version-history":[{"count":0,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages\/1264\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/pages\/1195"}],"wp:attachment":[{"href":"https:\/\/guanmalabel.com\/pt-br\/wp-json\/wp\/v2\/media?parent=1264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}