{"id":3530,"date":"2025-04-15T10:08:54","date_gmt":"2025-04-15T10:08:54","guid":{"rendered":"https:\/\/www.radiustheme.com\/demo\/wordpress\/themes\/blusho\/?page_id=3530"},"modified":"2025-12-24T12:08:44","modified_gmt":"2025-12-24T12:08:44","slug":"superficie-suave-al-tacto","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/es\/superficie-suave-al-tacto\/","title":{"rendered":"Superficie suave al tacto"},"content":{"rendered":"<div id=\"gs-soft-touch\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK (Strict Light Mode)\n           ========================================= *\/\n        #gs-soft-touch {\n            \/* Palette: Sensory, Warm, Premium *\/\n            --st-primary: #8b5cf6;      \/* Soft Violet (Sensory) *\/\n            --st-secondary: #f472b6;    \/* Muted Rose *\/\n            --st-dark: #4c1d95;         \/* Deep Purple Text *\/\n            --st-text: #52525b;         \/* Zinc Grey *\/\n            --st-light: #f5f3ff;        \/* Very Pale Violet Tint *\/\n            --st-white: #ffffff;\n            --st-border: #e9d5ff;       \/* Soft Border *\/\n            \n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            color: var(--st-text);\n            line-height: 1.8;\n            width: 100%;\n            background-color: var(--st-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-soft-touch * { box-sizing: border-box; }\n\n        #gs-soft-touch h1, \n        #gs-soft-touch h2, \n        #gs-soft-touch h3, \n        #gs-soft-touch h4 {\n            color: var(--st-dark);\n            margin-top: 0;\n            font-weight: 700;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n\n        #gs-soft-touch p { margin-bottom: 24px; font-size: 1.05rem; text-align: justify; }\n\n        #gs-soft-touch a { \n            text-decoration: none; \n            color: var(--st-primary); \n            font-weight: 600; \n            border-bottom: 2px solid rgba(139, 92, 246, 0.3);\n            transition: 0.2s;\n        }\n        #gs-soft-touch a:hover { background-color: rgba(139, 92, 246, 0.1); border-bottom-color: var(--st-primary); }\n\n        #gs-soft-touch img { \n            display: block; \n            max-width: 100%; \n            height: auto; \n            border-radius: 12px;\n            box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1); \/* Soft Shadow *\/\n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Spacious & Soft)\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 100px 0;\n            position: relative;\n            background-color: var(--st-white);\n            border-bottom: 1px solid var(--st-border);\n        }\n\n        .gs-section:nth-child(even) { background-color: var(--st-light); }\n\n        .gs-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Sensory Split Layout *\/\n        .gs-sense-split {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n        .gs-sense-split.reverse { direction: rtl; }\n        .gs-sense-split.reverse .gs-text-col { direction: ltr; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            background: var(--st-white);\n            padding: 30px 0;\n            border-bottom: 1px solid var(--st-border);\n        }\n        .bc-wrap { display: flex; gap: 10px; font-size: 0.9rem; color: #a1a1aa; }\n        .bc-current { color: var(--st-primary); font-weight: 700; }\n\n        \/* HERO: THE VELVET TOUCH *\/\n        .gs-hero-soft {\n            text-align: center;\n            padding: 120px 0;\n            background: radial-gradient(circle at center, #ffffff 0%, #fae8ff 100%);\n        }\n        .gs-hero-badge {\n            display: inline-block; background: linear-gradient(to right, var(--st-primary), var(--st-secondary));\n            color: white; padding: 8px 20px; border-radius: 50px; font-weight: 700; margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3); letter-spacing: 1px;\n        }\n        .gs-hero-soft h1 { font-size: 3.5rem; margin-bottom: 25px; color: var(--st-dark); }\n        .gs-hero-soft p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 50px; color: #71717a; }\n        \n        .gs-hero-img-wrap {\n            position: relative; margin-top: 40px; display: inline-block;\n        }\n        .gs-hero-img-wrap::after {\n            content: 'Touch to Believe'; position: absolute; bottom: -20px; right: -20px;\n            background: white; padding: 10px 20px; border-radius: 50px;\n            font-weight: 700; color: var(--st-dark); box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        }\n\n        \/* SENSORY CARDS *\/\n        .gs-sense-grid {\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px;\n        }\n        .gs-sense-card {\n            background: white; padding: 40px; border-radius: 16px; border: 1px solid var(--st-border);\n            text-align: left; transition: 0.3s;\n        }\n        .gs-sense-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.05); border-color: var(--st-primary); }\n        .gs-sense-icon { font-size: 2.5rem; margin-bottom: 20px; display: block; opacity: 0.8; color: var(--st-primary); }\n\n        \/* MATERIAL COMPARISON TABLE *\/\n        .gs-mat-table {\n            width: 100%; border-collapse: collapse; margin: 40px 0; background: white;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.02);\n        }\n        .gs-mat-table th { background: var(--st-dark); color: white; padding: 20px; text-align: left; }\n        .gs-mat-table td { padding: 20px; border-bottom: 1px solid var(--st-border); }\n        .gs-mat-table tr:hover { background-color: var(--st-light); }\n\n        \/* TECHNICAL PROCESS BOX *\/\n        .gs-tech-box {\n            background: #fff; padding: 40px; border-left: 5px solid var(--st-secondary);\n            border-radius: 0 10px 10px 0; box-shadow: 0 5px 15px rgba(0,0,0,0.03);\n        }\n\n        \/* FAQ ACCORDION *\/\n        .gs-faq-container { max-width: 900px; margin: 0 auto; }\n        .gs-faq-item { border: 1px solid var(--st-border); margin-bottom: 15px; background: white; border-radius: 8px; }\n        .gs-faq-q { padding: 25px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; background: white; color: var(--st-dark); }\n        .gs-faq-a { padding: 25px; display: none; border-top: 1px solid var(--st-border); background: #fdfaff; }\n        .gs-faq-item.active .gs-faq-a { display: block; }\n\n        \/* CTA *\/\n        .gs-cta-soft {\n            text-align: center; padding: 100px 0; background: linear-gradient(135deg, var(--st-light) 0%, #fff 100%);\n        }\n        .gs-btn-velvet {\n            display: inline-block; padding: 18px 50px; background: var(--st-dark);\n            color: white !important; font-weight: 700; border-radius: 50px;\n            transition: 0.3s; border: none; margin-top: 30px; letter-spacing: 1px;\n        }\n        .gs-btn-velvet:hover { background: var(--st-primary); box-shadow: 0 10px 25px rgba(139, 92, 246, 0.4); }\n\n        @media (max-width: 900px) {\n            .gs-sense-split { grid-template-columns: 1fr; gap: 40px; }\n            .gs-sense-grid { grid-template-columns: 1fr; }\n            .gs-hero-soft h1 { font-size: 2.5rem; }\n        }\n    <\/style>\n\n    <div class=\"gs-breadcrumb\">\n        <div class=\"gs-container\">\n            <nav class=\"bc-wrap\">\n                <a href=\"\/es\/\">Inicio<\/a> \/ \n                <a href=\"https:\/\/goldensoarpackage.com\/es\/key-features-technologies\/\">Key Features &#038; Technologies<\/a> \/ \n                <span class=\"bc-current\">Superficie suave al tacto<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-soft\">\n        <div class=\"gs-container\">\n            <span class=\"gs-hero-badge\">Sensory Marketing<\/span>\n            <h1>The Haptic Luxury Experience<\/h1>\n            <p>In a crowded market, the &#8220;Feel&#8221; of a product is a powerful brand differentiator. Our Soft-Touch technology transforms cold plastic into a warm, velvety surface that communicates premium quality instantly.<\/p>\n            \n            <div class=\"gs-hero-img-wrap\">\n                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/soft-touch-packaging-factory-sample.jpg.webp\" alt=\"Soft Touch Bottle with Matte Finish\">\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div style=\"text-align:center; max-width:800px; margin:0 auto 60px;\">\n                <h2>Why Tactile Packaging Matters?<\/h2>\n                <p>Neuromarketing studies show that consumers are 40% more likely to purchase a product they have held. Soft-touch finishes increase the &#8220;perceived value&#8221; and encourage physical interaction.<\/p>\n            <\/div>\n\n            <div class=\"gs-sense-grid\">\n                <div class=\"gs-sense-card\">\n                    <span class=\"gs-sense-icon\">\ud83c\udf2b\ufe0f<\/span>\n                    <h3>Matte Elegance<\/h3>\n                    <p>High-gloss plastics can look cheap and reflective. Our Soft-Touch finish absorbs light, creating a deep, saturated color profile that looks sophisticated on the shelf.<\/p>\n                <\/div>\n                <div class=\"gs-sense-card\">\n                    <span class=\"gs-sense-icon\">\u270b<\/span>\n                    <h3>Non-Slip Safety<\/h3>\n                    <p>For shower products (Shampoo\/Body Wash), grip is a safety feature. Soft-touch coatings increase the coefficient of friction, preventing wet bottles from slipping.<\/p>\n                <\/div>\n                <div class=\"gs-sense-card\">\n                    <span class=\"gs-sense-icon\">\ud83d\udee1\ufe0f<\/span>\n                    <h3>Scratch Self-Healing<\/h3>\n                    <p>Unlike glossy PET which highlights every fingerprint and micro-scratch, rubberized coatings have elastic properties that can &#8220;heal&#8221; minor abrasions.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-sense-split\">\n                <div class=\"gs-text-col\">\n                    <h2>Technology I: Rubber Paint Coating<\/h2>\n                    <p>This is the industry standard for achieving a &#8220;velvet&#8221; feel on rigid containers. It involves a secondary spray process applicable to PET, ABS, and Aluminum.<\/p>\n                    \n                    <div class=\"gs-tech-box\">\n                        <h4>The UV Curing Process<\/h4>\n                        <p>We apply a two-component polyurethane-based lacquer in our dust-free spray line. The bottle is then UV-cured to cross-link the polymer chains. This creates a coating thickness of 25-35 microns that is bonded chemically to the substrate.<\/p>\n                    <\/div>\n                    \n                    <p><strong>Ideal Application:<\/strong> Luxury compacts, lipstick tubes, and rigid lotion bottles.<\/p>\n                <\/div>\n                <div class=\"gs-img-col\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Goldensoar-Packaging-factory-Advantage-1.jpg.webp\" alt=\"Spray Coating Factory Workshop\">\n                    <p style=\"text-align:center; font-size:0.85rem; color:#9ca3af; margin-top:10px;\">Figure 1: Automated dust-free spray line for consistent coating.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-sense-split reverse\">\n                <div class=\"gs-text-col\">\n                    <h2>Technology II: In-Mold Softness<\/h2>\n                    <p>For brands avoiding secondary coatings (for cost or recycling reasons), we use material science to achieve the effect.<\/p>\n                    \n                    <h3>Soft-Touch PE (Co-Ex)<\/h3>\n                    <p>We use multi-layer Co-Extrusion blow molding. The outer layer is a specialized &#8220;Soft-Touch Resin&#8221; (blend of PE and TPE), giving the bottle a grippy, waxy feel without any spray.<\/p>\n\n                    <h3>Silicone (Natural Softness)<\/h3>\n                    <p> Nuestra <a href=\"https:\/\/goldensoarpackage.com\/es\/materiales-de-silicona\/\">Silicone Series<\/a> requires no coating. The material itself is soft. We sandblast the steel mold to <strong>VDI 3400<\/strong> standards (texture grade), resulting in a dry, powdery finish that mimics skin.<\/p>\n                <\/div>\n                <div class=\"gs-img-col\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/silicone-travel-containers.jpg\" alt=\"Silicone Material Texture Close Up\">\n                    <p style=\"text-align:center; font-size:0.85rem; color:#9ca3af; margin-top:10px;\">Figure 2: Natural matte finish achieved via VDI mold texturing.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align:center; margin-bottom:40px;\">Choosing Your Finish<\/h2>\n            <p style=\"text-align:center; max-width:700px; margin:0 auto 40px;\">Select the right technology based on your budget, haptic goal, and sustainability targets.<\/p>\n            \n            <table class=\"gs-mat-table\">\n                <thead>\n                    <tr>\n                        <th>Technology<\/th>\n                        <th>Tactile Feel<\/th>\n                        <th>Durabilidad<\/th>\n                        <th>Reciclabilidad<\/th>\n                        <th>Coste<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>Rubber Paint (Spray)<\/strong><\/td>\n                        <td>Velvet \/ Warm<\/td>\n                        <td>Medium (Can scratch)<\/td>\n                        <td>Low (Mixed material)<\/td>\n                        <td>$$ (Secondary process)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Soft-Touch PE<\/strong><\/td>\n                        <td>Grippy \/ Waxy<\/td>\n                        <td>High (Permanent)<\/td>\n                        <td>High (Standard stream)<\/td>\n                        <td>$ (Efficient)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Molded Silicone<\/strong><\/td>\n                        <td>Skin-like \/ Powder<\/td>\n                        <td>Extreme (Heat\/Cold)<\/td>\n                        <td>Specialized<\/td>\n                        <td>$$$ (Material cost)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>In-Mold Matte<\/strong><\/td>\n                        <td>Dry \/ Sanded<\/td>\n                        <td>High (Permanent)<\/td>\n                        <td>High (Mono-material)<\/td>\n                        <td>$ (No extra cost)<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-sense-split\">\n                <div class=\"gs-text-col\">\n                    <h2>Testing Adhesion &#038; Durability<\/h2>\n                    <p>A soft-touch coating is useless if it peels. We subject every batch to rigorous &#8220;Torture Tests&#8221; before shipping.<\/p>\n                    <ul>\n                        <li><strong>Cross-Cut Test (ISO 2409):<\/strong> We cut a grid into the coating and apply standardized tape. A Class 0 result means zero peeling.<\/li>\n                        <li><strong>Alcohol Rub Test:<\/strong> 50 cycles of rubbing with 95% Ethanol to ensure the finish survives contact with perfume or sanitizer.<\/li>\n                        <li><strong>Environment Chamber:<\/strong> Stored at 45\u00b0C and 90% humidity for 72 hours to prevent &#8220;tackiness&#8221; (stickiness) over time.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"gs-img-col\">\n                    <div style=\"background:var(--st-light); padding:40px; border-radius:12px; text-align:center;\">\n                        <span style=\"font-size:4rem;\">\ud83e\uddea<\/span>\n                        <h4>ISO Certified Lab<\/h4>\n                        <p>We verify every coating batch.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-container\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Soft-Touch FAQ<\/h2>\n            \n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Can I print on top of Soft-Touch coating?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes, but it requires specialized UV inks. Standard silk screen ink may not adhere well to the rubberized surface. We use high-bonding inks or Hot Stamping foil formulated specifically for soft-touch substrates.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Does the coating become sticky over time?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Cheap coatings do undergo &#8220;hydrolysis&#8221; and become sticky. We use automotive-grade PU lacquers designed to resist hydrolysis for 3+ years, ensuring your product feels premium until the last drop.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Is there a Minimum Order Quantity (MOQ)?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    For Spray Coating, the MOQ is typically 10,000 pieces because setting up the spray line is labor-intensive. For Soft-Touch PE or In-Mold Texturing, standard MOQs apply.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-cta-soft\">\n        <div class=\"gs-container\">\n            <h2>Feel the Difference Yourself<\/h2>\n            <p style=\"color:#71717a; margin-bottom:30px;\">Photos cannot convey touch. Request a &#8220;Sensory Sample Kit&#8221; to experience our Rubber Paint, Soft PE, and Silicone finishes.<\/p>\n            <div style=\"display:flex; justify-content:center; gap:20px;\">\n                <a href=\"#contact-footer\" class=\"gs-btn-velvet\">Request Sensory Kit<\/a>\n                <a href=\"https:\/\/goldensoarpackage.com\/es\/key-features-technologies\/\" class=\"gs-btn-velvet\" style=\"background:white; color:var(--st-dark)!important; box-shadow:none; border:2px solid var(--st-dark);\">Back to Tech Hub<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Key Features &#038; Technologies \/ Soft-Touch Surface Sensory Marketing The Haptic Luxury Experience In a crowded market, the &#8220;Feel&#8221; of a product is a powerful brand differentiator. Our Soft-Touch technology transforms cold plastic into a warm, velvety surface that communicates premium quality instantly. Why Tactile Packaging Matters? Neuromarketing studies show that consumers are &#8230; <a title=\"Superficie suave al tacto\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/es\/superficie-suave-al-tacto\/\" aria-label=\"Leer m\u00e1s sobre Soft-Touch Surface\">Leer m\u00e1s<\/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-3530","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/3530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/comments?post=3530"}],"version-history":[{"count":161,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/3530\/revisions"}],"predecessor-version":[{"id":9902,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/3530\/revisions\/9902"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/media?parent=3530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}