{"id":6790,"date":"2025-09-04T07:23:01","date_gmt":"2025-09-04T07:23:01","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=6790"},"modified":"2025-12-24T08:15:00","modified_gmt":"2025-12-24T08:15:00","slug":"t-p-cuidado-m-i-p-i","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/pt\/t-p-cuidado-m-i-p-i\/","title":{"rendered":"Travel, Personal Care &#038; Maternal &#038; Infant Products Industry"},"content":{"rendered":"<div id=\"gs-tb-support-scope\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK\n           ========================================= *\/\n        #gs-tb-support-scope {\n            \/* Palette: Soft, Safe, Friendly *\/\n            --tb-primary: #ffaa91; \/* Soft Coral *\/\n            --tb-secondary: #81ecec; \/* Soft Teal *\/\n            --tb-dark: #2d3436;\n            --tb-text: #636e72;\n            --tb-light: #fff5f5; \/* Very light warm bg *\/\n            --tb-white: #ffffff;\n            --tb-radius: 24px; \/* Big rounded corners for \"Soft\" feel *\/\n            \n            font-family: 'Nunito', 'Segoe UI', system-ui, sans-serif; \/* Rounded font face *\/\n            color: var(--tb-text);\n            line-height: 1.9;\n            width: 100%;\n            background-color: var(--tb-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-tb-support-scope * { box-sizing: border-box; }\n\n        #gs-tb-support-scope h1, \n        #gs-tb-support-scope h2, \n        #gs-tb-support-scope h3, \n        #gs-tb-support-scope h4 {\n            color: var(--tb-dark);\n            margin-top: 0;\n            font-weight: 800;\n            letter-spacing: -0.5px;\n        }\n\n        #gs-tb-support-scope a { \n            text-decoration: none; \n            color: var(--tb-primary); \n            font-weight: 700; \n            border-bottom: 2px solid transparent;\n            transition: 0.3s;\n        }\n        #gs-tb-support-scope a:hover { border-bottom-color: var(--tb-primary); }\n\n        #gs-tb-support-scope img { \n            display: block; \n            max-width: 100%; \n            height: auto; \n            border-radius: var(--tb-radius); \n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Spacious & Centered)\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 120px 0;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .gs-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 30px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .bg-soft-warm { background: linear-gradient(180deg, #fff 0%, #fff5f5 100%); }\n        .bg-soft-cool { background: linear-gradient(180deg, #f0ffff 0%, #e0f7fa 100%); }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS (Unique to Silicone\/Travel)\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            padding: 30px 0;\n            background: var(--tb-white);\n        }\n        .bc-wrap { display: flex; gap: 15px; font-size: 0.9rem; color: #b2bec3; }\n        .bc-current { color: var(--tb-primary); }\n\n        \/* HERO: Floating Elements *\/\n        .gs-hero-soft {\n            display: flex;\n            align-items: center;\n            min-height: 700px;\n            background-color: var(--tb-light);\n            position: relative;\n        }\n        .gs-hero-content { flex: 1; padding-right: 50px; }\n        .gs-hero-content h1 { font-size: 4rem; line-height: 1.1; margin-bottom: 30px; color: #d63031; }\n        .gs-hero-content p { font-size: 1.25rem; margin-bottom: 40px; color: #636e72; }\n        .gs-hero-visual { flex: 1; position: relative; display: flex; justify-content: center; }\n        \n        \/* Abstract Background Blobs *\/\n        .gs-blob {\n            position: absolute; border-radius: 50%; filter: blur(50px); opacity: 0.6; z-index: 0;\n        }\n        .gs-blob-1 { top: -100px; right: -100px; width: 400px; height: 400px; background: #ffeaa7; }\n        .gs-blob-2 { bottom: -50px; left: 0; width: 300px; height: 300px; background: #fab1a0; }\n\n        \/* DUAL TRACK CARDS *\/\n        .gs-dual-track {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            margin-top: 80px;\n        }\n        .gs-track-card {\n            background: white;\n            padding: 50px;\n            border-radius: 40px; \/* Super round *\/\n            box-shadow: 0 20px 60px rgba(0,0,0,0.05);\n            transition: transform 0.3s;\n            border: 1px solid #fceceb;\n        }\n        .gs-track-card:hover { transform: translateY(-10px); }\n        .gs-track-icon { font-size: 3.5rem; margin-bottom: 20px; display: block; }\n        .gs-track-title { font-size: 2rem; margin-bottom: 20px; color: var(--tb-primary); }\n\n        \/* DEEP DIVE ARTICLE (The 1200w Core) *\/\n        .gs-article-core {\n            max-width: 900px;\n            margin: 0 auto;\n            background: white;\n            padding: 80px 60px;\n            border-radius: 30px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.03);\n        }\n        .gs-article-core h2 { font-size: 2.8rem; text-align: center; margin-bottom: 60px; color: var(--tb-dark); }\n        .gs-article-core h3 { \n            font-size: 1.8rem; margin-top: 60px; margin-bottom: 25px; \n            color: #d63031; position: relative; padding-left: 20px;\n        }\n        .gs-article-core h3::before {\n            content: ''; position: absolute; left: 0; top: 5px; bottom: 5px; width: 6px; \n            background: var(--tb-secondary); border-radius: 10px;\n        }\n        .gs-article-core h4 { font-size: 1.4rem; margin-top: 40px; margin-bottom: 15px; color: #2d3436; }\n        .gs-article-core p { margin-bottom: 25px; font-size: 1.1rem; text-align: justify; }\n        .gs-article-core ul { \n            background: #fdfdfd; padding: 40px 40px 40px 60px; \n            border-radius: 20px; border: 1px dashed var(--tb-primary); \n            margin-bottom: 40px;\n        }\n        .gs-article-core li { margin-bottom: 15px; }\n\n        \/* SAFETY CERTIFICATE BAR *\/\n        .gs-cert-bar {\n            display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin: 50px 0;\n        }\n        .gs-cert-badge {\n            background: #e3f2fd; color: #0984e3; padding: 10px 25px;\n            border-radius: 50px; font-weight: 800; font-size: 0.9rem;\n            display: flex; align-items: center; gap: 10px;\n        }\n\n        \/* VISUAL COMPARISON (Slider\/Grid) *\/\n        .gs-compare-layout {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n        .gs-compare-text { padding-right: 30px; }\n        .gs-compare-visual { position: relative; }\n        .gs-compare-visual img { box-shadow: 0 20px 50px rgba(0,0,0,0.1); }\n\n        \/* VIDEO (Rounded) *\/\n        .gs-video-blob {\n            position: relative;\n            width: 100%;\n            height: 500px;\n            border-radius: 30px;\n            overflow: hidden;\n            background: #000;\n        }\n        .gs-video-blob img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }\n        .gs-play-soft {\n            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n            width: 100px; height: 100px; background: rgba(255,255,255,0.3);\n            backdrop-filter: blur(10px); border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            font-size: 3rem; color: white; cursor: pointer; transition: 0.3s;\n        }\n        .gs-play-soft:hover { transform: translate(-50%, -50%) scale(1.1); background: rgba(255,255,255,0.5); }\n\n        \/* FAQ (Soft Cards) *\/\n        .gs-faq-soft { max-width: 900px; margin: 0 auto; }\n        .gs-faq-item { \n            background: white; border-radius: 20px; padding: 30px; \n            margin-bottom: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n            border: 1px solid #f1f2f6; transition: 0.3s;\n        }\n        .gs-faq-item:hover { border-color: var(--tb-secondary); }\n        .gs-faq-q { \n            font-size: 1.2rem; font-weight: 700; color: #2d3436; \n            cursor: pointer; display: flex; justify-content: space-between;\n        }\n        .gs-faq-a { max-height: 0; overflow: hidden; transition: 0.4s; color: #636e72; padding-top: 0; }\n        .gs-faq-item.active .gs-faq-a { padding-top: 20px; max-height: 300px; }\n\n        \/* BUTTONS *\/\n        .gs-btn-pill {\n            display: inline-block;\n            background: var(--tb-primary);\n            color: white !important;\n            padding: 18px 50px;\n            border-radius: 50px;\n            font-weight: 800;\n            box-shadow: 0 10px 25px rgba(255, 170, 145, 0.4);\n            transition: 0.3s;\n        }\n        .gs-btn-pill:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(255, 170, 145, 0.5); }\n\n        @media (max-width: 900px) {\n            .gs-hero-tb { grid-template-columns: 1fr; }\n            .gs-hero-visual { order: -1; margin-bottom: 40px; }\n            .gs-dual-track { grid-template-columns: 1fr; }\n            .gs-compare-layout { grid-template-columns: 1fr; }\n            .gs-article-core { padding: 40px 20px; }\n        }\n    <\/style>\n\n    <div class=\"gs-breadcrumb\">\n        <div class=\"gs-container\">\n            <nav class=\"bc-wrap\">\n                <a href=\"\/pt\/\">In\u00edcio<\/a> \/ \n                <a href=\"https:\/\/goldensoarpackage.com\/pt\/packaging-applications\/\">Aplica\u00e7\u00f5es<\/a> \/ \n                <span class=\"bc-current\">Travel &#038; Maternal Industry<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <div class=\"gs-hero-tb\">\n        <div class=\"gs-container\" style=\"display:grid; grid-template-columns: 1fr 1fr; align-items:center; gap:60px;\">\n            <div class=\"gs-hero-text\">\n                <span style=\"display:block; margin-bottom:20px; color:var(--tb-secondary); font-weight:800; letter-spacing:1px; text-transform:uppercase;\">For the Most Precious Cargo<\/span>\n                <h1>Engineering Safety for Baby &#038; Travel<\/h1>\n                <p>From BPA-free infant feeding solutions to TSA-compliant leak-proof travel kits. We utilize medical-grade Liquid Silicone Rubber (LSR) to create packaging that is soft, safe, and virtually indestructible.<\/p>\n                <div style=\"display:flex; gap:20px;\">\n                    <a href=\"#engineering-paper\" class=\"gs-btn-pill\">Read Safety Report<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"gs-hero-visual\">\n                <div class=\"gs-blob gs-blob-1\"><\/div>\n                <div class=\"gs-blob gs-blob-2\"><\/div>\n                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Silicone-materials-1.jpg.webp\" alt=\"Silicone Baby Bottles and Travel Tubes\" style=\"position:relative; z-index:2; box-shadow: 0 30px 80px rgba(0,0,0,0.1);\">\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <section class=\"gs-section bg-soft-warm\">\n        <div class=\"gs-container\">\n            <div style=\"text-align:center; max-width:800px; margin:0 auto 60px;\">\n                <h2 style=\"font-size:2.5rem; margin-bottom:20px;\">Two Worlds, One Standard of Excellence<\/h2>\n                <p>Whether it&#8217;s protecting an infant from microplastics or protecting a suitcase from shampoo spills, our engineering principles remain the same: Safety and Integrity.<\/p>\n            <\/div>\n\n            <div class=\"gs-dual-track\">\n                <div class=\"gs-track-card\">\n                    <span class=\"gs-track-icon\">\ud83d\udc76<\/span>\n                    <h3 class=\"gs-track-title\">Maternal &#038; Infant<\/h3>\n                    <p><strong>The Challenge:<\/strong> Babies chew on everything. Traditional plastics can leach BPA\/BPS or microplastics when heated (sterilized).<\/p>\n                    <p style=\"margin-top:15px;\"><strong>The Solution:<\/strong> Medical Grade LSR (Liquid Silicone Rubber). It is chemically inert, heat resistant to 200\u00b0C, and mimics the softness of skin.<\/p>\n                <\/div>\n\n                <div class=\"gs-track-card\">\n                    <span class=\"gs-track-icon\">\u2708\ufe0f<\/span>\n                    <h3 class=\"gs-track-title\">Travel Personal Care<\/h3>\n                    <p><strong>The Challenge:<\/strong> Air pressure changes in flight cause air inside bottles to expand, forcing liquid out of standard caps.<\/p>\n                    <p style=\"margin-top:15px;\"><strong>The Solution:<\/strong> Flexible silicone bodies that expand with pressure, combined with our patented &#8220;Cross-Slit&#8221; valve technology.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"engineering-paper\" class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-article-core\">\n                <h2>Technical Whitepaper: Soft Material Engineering<\/h2>\n                \n                <div class=\"gs-cert-bar\">\n                    <div class=\"gs-cert-badge\">\u2713 FDA 21 CFR 177.2600<\/div>\n                    <div class=\"gs-cert-badge\">\u2713 LFGB Compliant<\/div>\n                    <div class=\"gs-cert-badge\">\u2713 BPA Free<\/div>\n                    <div class=\"gs-cert-badge\">\u2713 TSA Compliant<\/div>\n                <\/div>\n\n                <h3>1. The Physics of Liquid Silicone Rubber (LSR)<\/h3>\n                <p>Unlike thermoplastics (PE, PET) which are melted and cooled, Silicone is a thermoset elastomer based on an inorganic silicon-oxygen backbone. This chemical structure gives it properties that are critical for maternal and travel applications.<\/p>\n                \n                <h4>Thermal Stability &#038; Sterilization<\/h4>\n                <p>For maternal products, hygiene is non-negotiable. Parents must be able to sterilize bottles. Standard plastic bottles can warp or release microplastics under high heat. Our LSR packaging remains stable from -50\u00b0C to 200\u00b0C. This means Golden Soar&#8217;s silicone bottles can be boiled, steam-sterilized (electric steamer), or even dishwashed without degradation, ensuring a sterile environment for milk or formula.<\/p>\n\n                <h4>Biocompatibility<\/h4>\n                <p>Silicone is biologically inert. It does not support microbiological growth (mold\/bacteria) and is hypoallergenic. This makes it the only logical choice for nipples, teething toys, and direct-contact skin care applicators. We utilize platinum-cured silicone which leaves no by-products, ensuring the material is odorless and tasteless.<\/p>\n\n                <h3>2. Leak-Proof Valve Engineering<\/h3>\n                <p>The &#8220;Travel Disaster&#8221;\u2014shampoo exploding in a suitcase\u2014is a failure of rigid packaging physics. At 30,000 feet, cabin pressure drops. The air inside a rigid bottle expands, pushing the liquid out through the path of least resistance: the threads or the flip-top.<\/p>\n                <p>We engineered a solution based on two principles:<\/p>\n                <ul>\n                    <li><strong>Flexible Expansion:<\/strong> The soft silicone body allows for slight expansion, accommodating the internal pressure increase rather than fighting it.<\/li>\n                    <li><strong>Cross-Slit Valve Technology:<\/strong> Inside the cap, we integrate a silicone membrane with a precision-cut cross slit. This valve remains physically closed by the material&#8217;s own elastic memory. It only opens when external squeeze pressure is applied. This means even if the flip-top lid pops open in a bag, the liquid cannot flow out passively.<\/li>\n                <\/ul>\n\n                <h3>3. Structural Integrity: The Co-Injection Process<\/h3>\n                <p>One weakness of silicone is that it is too soft to hold a screw thread securely. A pure silicone neck would deform, causing the cap to pop off.<\/p>\n                <p>Golden Soar utilizes <strong>Bi-Injection (Overmolding) Technology<\/strong>. We mold a rigid PPSU or PP ring first, and then overmold the Liquid Silicone Rubber onto it. This creates a chemical and mechanical bond. The result is a bottle with a soft, squeezable body but a rigid, non-deformable neck finish. This ensures a hermetic seal with the cap, preventing leaks at the collar\u2014a common failure point in cheaper silicone travel bottles.<\/p>\n\n                <h3>4. Sustainability &#038; Reusability<\/h3>\n                <p>The travel industry is moving away from single-use miniatures. Our silicone travel bottles are designed for thousands of refill cycles. The wide-mouth design (enabled by the flexibility of the material) allows users to easily refill from bulk containers and, crucially, to clean the inside of the bottle thoroughly with a brush. This supports the &#8220;Refill Revolution&#8221; in personal care.<\/p>\n                \n                <p>To learn more about the raw material specifications, please visit our <a href=\"https:\/\/goldensoarpackage.com\/pt\/package-materials\/\">Packaging Materials Guide<\/a>.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section bg-soft-cool\">\n        <div class=\"gs-container\">\n            <div class=\"gs-compare-layout\">\n                <div class=\"gs-compare-text\">\n                    <h2 style=\"margin-bottom:20px;\">Tested for Life&#8217;s Impacts<\/h2>\n                    <p style=\"margin-bottom:30px;\">Babies drop bottles. Travelers throw bags. We simulate extreme abuse in our lab.<\/p>\n                    <ul style=\"list-style:none; padding:0;\">\n                        <li style=\"margin-bottom:15px; display:flex; align-items:center; gap:10px;\">\n                            <span style=\"color:var(--tb-secondary);\">\u25cf<\/span> <strong>Drop Test:<\/strong> 2 meters onto concrete (Zero cracks).\n                        <\/li>\n                        <li style=\"margin-bottom:15px; display:flex; align-items:center; gap:10px;\">\n                            <span style=\"color:var(--tb-secondary);\">\u25cf<\/span> <strong>Compression:<\/strong> Withstands 50kg load without bursting.\n                        <\/li>\n                        <li style=\"margin-bottom:15px; display:flex; align-items:center; gap:10px;\">\n                            <span style=\"color:var(--tb-secondary);\">\u25cf<\/span> <strong>Vacuum:<\/strong> -0.06MPa leak test for flight simulation.\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"gs-compare-visual\">\n                    <div class=\"gs-video-blob\">\n                        <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/pe-materials.jpg.webp\" alt=\"Silicone Durability Test\">\n                        <div class=\"gs-play-soft\" onclick=\"window.open('https:\/\/goldensoarpackage.com\/demovideo\/', '_blank')\">\u25b6<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-soft\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Parent &#038; Traveler FAQ<\/h2>\n            \n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Are your silicone bottles truly safe for newborns?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. We use only Food Grade and Medical Grade Liquid Silicone Rubber. It is free from BPA, PVC, and Phthalates. Unlike plastic, it does not release microplastics when heated during sterilization.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Do silicone bottles absorb odors or colors?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Silicone is porous and can absorb strong odors (like garlic) or colors (like turmeric). However, for personal care products like shampoo or lotion, this is rarely an issue. We recommend a soak in warm vinegar-water to remove any retained scents.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Are the travel bottles TSA compliant?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. Our travel series comes in 30ml (1oz), 60ml (2oz), and 90ml (3oz) sizes. All are clearly marked with volume indicators, meeting international aviation security standards for carry-on liquids.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Can I customize the color and shape?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Absolutely. Silicone injection molding allows for complex, organic shapes (like animal characters for kids) that plastic blowing cannot achieve. We can match any Pantone color with a MOQ of 3,000 pieces.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\" style=\"background-color: var(--tb-light); text-align: center;\">\n        <div class=\"gs-container\">\n            <h2 style=\"color:var(--tb-dark); margin-bottom:20px;\">Start Your Safe Product Line<\/h2>\n            <p style=\"color:#636e72; margin-bottom:40px; max-width:600px; margin-left:auto; margin-right:auto;\">Request a sample kit to feel the &#8220;Soft Touch&#8221; difference and test our leak-proof valves.<\/p>\n            <div style=\"display: flex; justify-content: center; gap: 20px;\">\n                <a href=\"#contact-footer\" class=\"gs-btn-pill\">Get Sample Kit<\/a>\n                <a href=\"\/pt\/packaging-applications\/\" class=\"gs-btn-pill\" style=\"background:white; color:var(--tb-primary)!important; box-shadow:none; border:2px solid var(--tb-primary);\">Back to Applications<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Applications \/ Travel &#038; Maternal Industry For the Most Precious Cargo Engineering Safety for Baby &#038; Travel From BPA-free infant feeding solutions to TSA-compliant leak-proof travel kits. We utilize medical-grade Liquid Silicone Rubber (LSR) to create packaging that is soft, safe, and virtually indestructible. Read Safety Report Two Worlds, One Standard of Excellence &#8230; <a title=\"Travel, Personal Care &#038; Maternal &#038; Infant Products Industry\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/pt\/t-p-cuidado-m-i-p-i\/\" aria-label=\"Leia mais sobre Travel, Personal Care &#038; Maternal &#038; Infant Products Industry\">Ler mais<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6790","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/pages\/6790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/comments?post=6790"}],"version-history":[{"count":113,"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/pages\/6790\/revisions"}],"predecessor-version":[{"id":9811,"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/pages\/6790\/revisions\/9811"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/pt\/wp-json\/wp\/v2\/media?parent=6790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}