{"id":2353,"date":"2026-04-02T06:46:18","date_gmt":"2026-04-02T06:46:18","guid":{"rendered":"https:\/\/excalvooficial.com\/?page_id=2353"},"modified":"2026-04-28T22:07:34","modified_gmt":"2026-04-28T22:07:34","slug":"sin-titulo","status":"publish","type":"page","link":"https:\/\/excalvooficial.com\/en\/","title":{"rendered":"Inicio"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\"\/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\/>\n    <title>Excalvo Shampoo | Transformaci\u00f3n Capilar Premium<\/title>\n    <!-- Fonts & Base -->\n    <style>\n        \/* Importaci\u00f3n de fuentes premium *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');\n        \/* Reset y estilos base *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: 'Inter', sans-serif;\n            line-height: 1.6;\n            color: #1a1a2e;\n            background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);\n        }\n        \/* Contenedor principal *\/\n        .fl-builder-content {\n            max-width: 1400px;\n            margin: 0 auto;\n            overflow-x: hidden;\n        }\n        \/* Secci\u00f3n Hero CON VIDEO DE FONDO (soporta WordPress) *\/\n        .hero-section {\n            min-height: 100vh;\n            position: relative;\n            display: flex;\n            align-items: center;\n            overflow: hidden;\n            padding: 100px 20px;\n        }\n        \/* Video de fondo - formato nativo HTML5 (compatible con WordPress) *\/\n        .hero-video-background {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            z-index: 0;\n            pointer-events: none;\n        }\n        \/* Overlay para mejorar legibilidad del texto *\/\n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, rgba(240,240,255,0.92) 0%, rgba(255,255,255,0.85) 100%);\n            z-index: 1;\n            pointer-events: none;\n        }\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n        .hero-content {\n            animation: fadeInLeft 1s ease;\n        }\n        .hero-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 6px 16px;\n            border-radius: 50px;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 25px;\n            text-transform: uppercase;\n        }\n        .hero-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(36px, 5vw, 56px);\n            font-weight: 800;\n            line-height: 1.2;\n            margin-bottom: 20px;\n            color: #1a1a2e;\n        }\n        .hero-title span {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        .hero-description {\n            font-size: 18px;\n            color: #4a5568;\n            margin-bottom: 30px;\n            line-height: 1.6;\n        }\n        .hero-features {\n            display: flex;\n            gap: 20px;\n            margin-bottom: 35px;\n            flex-wrap: wrap;\n        }\n        .feature-item {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 14px;\n            color: #2d3748;\n        }\n        .feature-icon {\n            width: 20px;\n            height: 20px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 50%;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 12px;\n            color: white;\n        }\n        .hero-image {\n            animation: fadeInRight 1s ease;\n            text-align: center;\n            position: relative;\n            z-index: 3;\n        }\n        .hero-image img {\n            width: 100%;\n            max-width: 500px;\n            border-radius: 30px;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s ease;\n            position: relative;\n            background: rgba(255,255,255,0.1);\n            backdrop-filter: blur(2px);\n        }\n        .hero-image img:hover {\n            transform: scale(1.02);\n        }\n        \/* Bot\u00f3n premium *\/\n        .contenedor-boton-shampoo {\n            display: inline-flex;\n            margin: 0;\n            padding: 0;\n        }\n        .trigger-personalizado {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: #ffffff;\n            padding: 0;\n            border-radius: 60px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: space-between;\n            cursor: pointer;\n            font-family: 'Inter', sans-serif;\n            font-weight: 600;\n            font-size: 16px;\n            letter-spacing: 0.3px;\n            box-shadow: 0 10px 25px -5px rgba(102, 126, 234, 0.3);\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            text-decoration: none;\n            position: relative;\n            overflow: hidden;\n        }\n        .trigger-personalizado::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.5s ease;\n        }\n        .trigger-personalizado:hover::before {\n            left: 100%;\n        }\n        .trigger-personalizado:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 20px 30px -10px rgba(102, 126, 234, 0.4);\n        }\n        .texto-boton {\n            padding: 14px 24px 14px 32px;\n            white-space: nowrap;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            position: relative;\n            z-index: 1;\n        }\n        .icono-basket {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 14px 28px;\n            border-radius: 60px;\n            font-size: 20px;\n            transition: all 0.3s ease;\n            position: relative;\n            z-index: 1;\n        }\n        \/* Control de video (bot\u00f3n flotante) *\/\n        .video-control {\n            position: absolute;\n            bottom: 20px;\n            right: 20px;\n            z-index: 10;\n            background: rgba(0,0,0,0.6);\n            backdrop-filter: blur(4px);\n            padding: 8px 16px;\n            border-radius: 50px;\n            cursor: pointer;\n            font-size: 13px;\n            color: white;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            border: none;\n            font-family: 'Inter', sans-serif;\n        }\n        .video-control:hover {\n            background: rgba(0,0,0,0.8);\n            transform: scale(1.05);\n        }\n        \/* Resto de secciones (beneficios, antes\/despu\u00e9s, etc.) *\/\n        .benefits-section {\n            padding: 100px 20px;\n            background: white;\n        }\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .section-tag {\n            display: inline-block;\n            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);\n            color: #667eea;\n            padding: 6px 16px;\n            border-radius: 50px;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n        }\n        .section-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(28px, 4vw, 42px);\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 15px;\n        }\n        .section-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .benefit-card {\n            text-align: center;\n            padding: 40px 30px;\n            background: white;\n            border-radius: 20px;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n            border: 1px solid rgba(102, 126, 234, 0.1);\n        }\n        .benefit-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);\n            border-color: rgba(102, 126, 234, 0.3);\n        }\n        .benefit-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 25px;\n            font-size: 36px;\n        }\n        .benefit-title {\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #1a1a2e;\n        }\n        .benefit-description {\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        \/* Bloque Antes y Despu\u00e9s *\/\n        .before-after-section {\n            padding: 100px 20px;\n            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n            position: relative;\n            overflow: hidden;\n        }\n        .before-after-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #667eea, #764ba2, #667eea);\n        }\n        .before-after-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n        .ba-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .ba-tag {\n            display: inline-block;\n            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);\n            color: #667eea;\n            padding: 6px 16px;\n            border-radius: 50px;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n            text-transform: uppercase;\n        }\n        .ba-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(32px, 4vw, 42px);\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 20px;\n        }\n        .ba-subtitle {\n            font-size: 18px;\n            color: #4a5568;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        .comparison-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin-bottom: 60px;\n        }\n        .comparison-card {\n            background: white;\n            border-radius: 30px;\n            overflow: hidden;\n            box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n        }\n        .comparison-card:hover {\n            transform: translateY(-12px);\n            box-shadow: 0 35px 55px -20px rgba(102, 126, 234, 0.35);\n        }\n        .comparison-label {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            z-index: 10;\n            background: rgba(0, 0, 0, 0.7);\n            backdrop-filter: blur(8px);\n            padding: 8px 20px;\n            border-radius: 50px;\n            font-weight: 700;\n            font-size: 14px;\n            letter-spacing: 1px;\n        }\n        .comparison-card.before .comparison-label {\n            background: rgba(220, 53, 69, 0.9);\n            color: white;\n        }\n        .comparison-card.after .comparison-label {\n            background: linear-gradient(135deg, #10b981, #059669);\n            color: white;\n        }\n        .comparison-image {\n            width: 100%;\n            height: 480px;\n            object-fit: cover;\n            object-position: top center;\n            transition: transform 0.6s ease;\n            background: #e9ecef;\n        }\n        .comparison-card:hover .comparison-image {\n            transform: scale(1.03);\n        }\n        .comparison-content {\n            padding: 30px;\n            text-align: center;\n        }\n        .comparison-title {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        .comparison-card.before .comparison-title {\n            color: #dc2626;\n        }\n        .comparison-card.after .comparison-title {\n            color: #10b981;\n        }\n        .comparison-text {\n            font-size: 16px;\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        .transformation-story {\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n            border-radius: 30px;\n            padding: 50px;\n            margin-top: 40px;\n            border: 1px solid rgba(102, 126, 234, 0.15);\n            position: relative;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);\n        }\n        .story-quote {\n            font-size: 48px;\n            color: #667eea;\n            opacity: 0.3;\n            font-family: serif;\n            position: absolute;\n            top: 30px;\n            left: 40px;\n        }\n        .story-text {\n            font-size: 18px;\n            line-height: 1.8;\n            color: #2d3748;\n            margin-bottom: 30px;\n            position: relative;\n            z-index: 2;\n        }\n        .story-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-top: 30px;\n        }\n        .story-before, .story-after {\n            padding: 20px;\n            border-radius: 20px;\n        }\n        .story-before {\n            background: rgba(220, 53, 69, 0.05);\n            border-left: 4px solid #dc2626;\n        }\n        .story-after {\n            background: rgba(16, 185, 129, 0.05);\n            border-left: 4px solid #10b981;\n        }\n        .story-before h4, .story-after h4 {\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 15px;\n        }\n        .story-before h4 {\n            color: #dc2626;\n        }\n        .story-after h4 {\n            color: #10b981;\n        }\n        .story-before p, .story-after p {\n            font-size: 15px;\n            color: #4a5568;\n            line-height: 1.6;\n            font-style: italic;\n        }\n        .result-badge {\n            text-align: center;\n            margin-top: 50px;\n            padding: 30px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 60px;\n            color: white;\n            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);\n        }\n        .result-badge span {\n            font-size: 28px;\n            font-weight: 800;\n            display: block;\n            margin-bottom: 10px;\n        }\n        .result-badge p {\n            font-size: 16px;\n            opacity: 0.9;\n        }\n        .testimonials-section {\n            padding: 100px 20px;\n            background: white;\n        }\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .testimonial-card {\n            background: white;\n            padding: 30px;\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n            transition: all 0.3s ease;\n            border: 1px solid rgba(102, 126, 234, 0.1);\n        }\n        .testimonial-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.1);\n            border-color: rgba(102, 126, 234, 0.3);\n        }\n        .testimonial-stars {\n            color: #fbbf24;\n            font-size: 20px;\n            margin-bottom: 20px;\n        }\n        .testimonial-text {\n            font-size: 16px;\n            line-height: 1.6;\n            color: #4a5568;\n            margin-bottom: 20px;\n            font-style: italic;\n        }\n        .testimonial-author {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n        .author-avatar {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: 700;\n            font-size: 18px;\n        }\n        .author-info h4 {\n            font-size: 16px;\n            font-weight: 700;\n            margin-bottom: 5px;\n            color: #1a1a2e;\n        }\n        .author-info p {\n            font-size: 12px;\n            color: #a0aec0;\n        }\n        .guarantee-section {\n            padding: 80px 20px;\n            background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);\n            text-align: center;\n        }\n        .guarantee-card {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 50px;\n            background: white;\n            border-radius: 30px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);\n        }\n        .guarantee-icon {\n            font-size: 64px;\n            margin-bottom: 20px;\n        }\n        .guarantee-title {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: #1a1a2e;\n        }\n        .guarantee-text {\n            font-size: 16px;\n            color: #4a5568;\n            line-height: 1.6;\n        }\n        .cta-section {\n            padding: 100px 20px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .cta-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -20%;\n            width: 140%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            pointer-events: none;\n        }\n        .cta-title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(32px, 4vw, 48px);\n            font-weight: 800;\n            color: white;\n            margin-bottom: 20px;\n            position: relative;\n            z-index: 2;\n        }\n        .cta-subtitle {\n            font-size: 18px;\n            color: rgba(255,255,255,0.95);\n            margin-bottom: 40px;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            position: relative;\n            z-index: 2;\n        }\n        .cta-section .contenedor-boton-shampoo {\n            position: relative;\n            z-index: 2;\n        }\n        .cta-section .trigger-personalizado {\n            background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);\n            color: #ffffff;\n            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);\n        }\n        .cta-section .trigger-personalizado:hover {\n            background: linear-gradient(135deg, #d97706 0%, #b45309 100%);\n            transform: translateY(-2px);\n            box-shadow: 0 20px 40px rgba(245, 158, 11, 0.5);\n        }\n        .cta-section .icono-basket {\n            background: rgba(255, 255, 255, 0.25);\n            color: #ffffff;\n        }\n        .faq-section {\n            padding: 100px 20px;\n            background: white;\n        }\n        .faq-grid {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        .faq-item {\n            margin-bottom: 20px;\n            border-bottom: 1px solid #e2e8f0;\n            padding-bottom: 20px;\n        }\n        .faq-question {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 10px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .faq-answer {\n            font-size: 16px;\n            color: #4a5568;\n            line-height: 1.6;\n            display: none;\n            padding-top: 10px;\n        }\n        .faq-answer.active {\n            display: block;\n        }\n        .faq-toggle {\n            font-size: 24px;\n            color: #667eea;\n        }\n        .footer {\n            background: #1a1a2e;\n            color: white;\n            padding: 60px 20px 40px;\n        }\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n        }\n        .footer-column h3 {\n            font-size: 18px;\n            margin-bottom: 20px;\n            color: white;\n        }\n        .footer-column p, .footer-column a {\n            color: rgba(255,255,255,0.7);\n            text-decoration: none;\n            font-size: 14px;\n            line-height: 1.8;\n            display: block;\n            margin-bottom: 10px;\n        }\n        .footer-column a:hover {\n            color: white;\n        }\n        .footer-bottom {\n            text-align: center;\n            padding-top: 40px;\n            margin-top: 40px;\n            border-top: 1px solid rgba(255,255,255,0.1);\n            color: rgba(255,255,255,0.5);\n            font-size: 12px;\n        }\n        @keyframes fadeInLeft {\n            from { opacity: 0; transform: translateX(-30px); }\n            to { opacity: 1; transform: translateX(0); }\n        }\n        @keyframes fadeInRight {\n            from { opacity: 0; transform: translateX(30px); }\n            to { opacity: 1; transform: translateX(0); }\n        }\n        @media (max-width: 768px) {\n            .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }\n            .hero-features { justify-content: center; }\n            .contenedor-boton-shampoo { justify-content: center; width: 100%; }\n            .trigger-personalizado { width: 100%; justify-content: center; }\n            .texto-boton { white-space: normal; text-align: center; padding: 12px 20px; }\n            .benefits-grid, .testimonials-grid { grid-template-columns: 1fr; padding: 0 20px; }\n            .comparison-grid { grid-template-columns: 1fr; gap: 30px; }\n            .comparison-image { height: 380px; }\n            .transformation-story { padding: 30px 20px; }\n            .story-grid { grid-template-columns: 1fr; gap: 20px; }\n            .result-badge span { font-size: 22px; }\n            .guarantee-card { padding: 30px 20px; margin: 0 20px; }\n            .footer-content { grid-template-columns: 1fr; text-align: center; }\n        }\n        @media (max-width: 480px) {\n            .hero-section { padding: 60px 20px; }\n            .texto-boton { font-size: 14px; padding: 10px 16px; }\n            .icono-basket { padding: 10px 20px; }\n            .benefit-card { padding: 30px 20px; }\n            .section-title { font-size: 28px; }\n            .comparison-image { height: 300px; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section con VIDEO DE FONDO (soporta URL de WordPress) -->\n        <!-- \n            === INSTRUCCI\u00d3N PARA CAMBIAR EL VIDEO ===\n            1. Sube tu video a la biblioteca de medios de WordPress\n            2. Copia la URL completa del archivo (ej: https:\/\/tusitio.com\/wp-content\/uploads\/2026\/01\/mi-video.mp4)\n            3. Reemplaza 'VIDEO_URL_AQUI' por tu URL en el src del video de abajo\n            4. Formatos soportados: .mp4, .webm, .mov (recomendado .mp4)\n        -->\n        <video autoplay loop muted playsinline>\n            <source src=\"https:\/\/excalvooficial.com\/wp-content\/uploads\/2026\/04\/shampoo-excalvo.mp4\" type=\"video\/mp4\"\/>\n            <!-- Fallback en caso de que no cargue -->\n            Tu navegador no soporta videos HTML5.\n        <\/video>\n                \u2728 REVOLUCIONARIO \u2728\n                <h1>Transforma tu cabello con Excalvo Shampoo<\/h1>\n                <p>Producto Original.<\/p>\n                    \u2713100% Calidad\n                    \u2713Cosmetico\n                    \u2713Ingredientes Mixtos\n                    <a href=\"https:\/\/excalvooficial.com\/en\/product\/excalvo-shampoo\/\">\n                        Get my shampoo $31.88\n                        \ud83d\uded2\n                    <\/a>\n                <p>\u2713 Env\u00edo unico solo a EEUU y Puerto Rico.<\/p>\n                <!-- IMAGEN DEL PRODUCTO -->\n                <img decoding=\"async\" src=\"http:\/\/excalvooficial.com\/wp-content\/uploads\/2026\/04\/Web-square-4f9d4d1fb2c311baa1d34adc07782a8c-pcakibnmyjq9.jpg\" alt=\"Excalvo Shampoo\"\/>\n        <!-- Bot\u00f3n para pausar\/reproducir el video -->\n    <!-- SECCI\u00d3N ANTES Y DESPU\u00c9S -->\n                \u2728 TRANSFORMACI\u00d3N REAL \u2728\n                <h2>Antes y Despu\u00e9s: La evoluci\u00f3n de mi cabello<\/h2>\n                <p>Resultados reales con constancia, cuidado premium y la f\u00f3rmula exclusiva de Excalvo Shampoo<\/p>\n                    \ud83d\udd34 ANTES\n                    <img decoding=\"async\" src=\"http:\/\/excalvooficial.com\/wp-content\/uploads\/2026\/04\/Imagen-de-WhatsApp-2025-12-30-a-las-01.16.40_ed9338ce.jpg\" alt=\"Antes - Cabello d\u00e9bil\"\/>\n                    <h3>D\u00e9bil, sin forma y sin vida<\/h3><p>Mi cabello luc\u00eda opaco, se sent\u00eda fr\u00e1gil y notaba c\u00f3mo perd\u00eda fuerza cada d\u00eda. Prob\u00e9 productos que promet\u00edan resultados r\u00e1pidos, pero nada funcionaba.<\/p>\n                    \ud83d\udfe2 DESPU\u00c9S\n                    <img decoding=\"async\" src=\"http:\/\/excalvooficial.com\/wp-content\/uploads\/2026\/04\/Imagen-de-WhatsApp-2026-01-01-a-las-17.13.51_d5097c80-600x800-1.jpg\" alt=\"Despu\u00e9s - Cabello fuerte\"\/>\n                    <h3>Fuerte, con textura y definici\u00f3n<\/h3><p>Hoy mi cabello es m\u00e1s fuerte, tiene mejor textura y definici\u00f3n. El resultado no fue magia, fue constancia, paciencia y cuidado consciente con Excalvo.<\/p>\n                &#8221;\n                <strong>No fue un cambio de la noche a la ma\u00f1ana.<\/strong> Fue el resultado de dejar de esconder el problema y empezar a cuidar mi cabello como se lo merec\u00eda. Dej\u00e9 los &#8220;trucos r\u00e1pidos&#8221; y apost\u00e9 por un producto dise\u00f1ado para mejorar la salud capilar desde la ra\u00edz.\n                    <h4>\ud83d\udcc9 Antes<\/h4><p>Cabello d\u00e9bil, sin vida y sin forma. Se ve\u00eda opaco, se sent\u00eda fr\u00e1gil y notaba c\u00f3mo perd\u00eda volumen cada d\u00eda. Prob\u00e9 productos, rutinas y soluciones r\u00e1pidas que promet\u00edan el mundo, pero mi cabello segu\u00eda perdiendo fuerza.<\/p>\n                    <h4>\ud83d\udcc8 Despu\u00e9s<\/h4><p>Hoy mi cabello es m\u00e1s fuerte, con mejor textura y m\u00e1s definici\u00f3n. No fue magia ni un milagro de un d\u00eda para otro. Fue constancia, paciencia y cuidado consciente. Aprend\u00ed a escuchar mi cabello y a usar productos que realmente mejoran su salud.<\/p>\n            Fortalece tu cabello*<p>*Desde la raiz*<\/p>\n    <!-- Beneficios -->\n        BENEFICIOS<h2>\u00bfPor qu\u00e9 elegir Excalvo?<\/h2><p>Descubre los beneficios que hacen \u00fanico a nuestro shampoo premium<\/p>\n            \ud83d\udca7<h3>Hidrataci\u00f3n Profunda<\/h3><p>Formulado para el cuidado diario, combinando ingredientes de origen natural y activos cosm\u00e9ticos para mantener un cuero cabelludo equilibrado y favorecer un crecimiento saludable.<\/p>\n            \ud83c\udf3f<h3>Beneficios<\/h3><p>Ayuda a fortalecer el cabello desde la ra\u00edz Reduce la ca\u00edda del cabello asociada con la rotura Promueve un cuero cabelludo m\u00e1s limpio y equilibrado.<\/p>\n            \u26a1<h3>\u00bfComo usar?<\/h3><p>Aplicar sobre el cabello mojado, masajear suavemente el cuero cabelludo durante varios minutos y dejar actuar. Enjuagar bien con abundante agua. Se recomienda su uso regular.<\/p>\n            \ud83c\udf38<h3>Fuerza y Brillo<\/h3><p>Un cuero cabelludo sano es clave para un cabello fuerte. El champ\u00fa Excalvo limpia suavemente sin agredir, ayudando a mantener un entorno adecuado que favorece la fortaleza del cabello y minimiza el debilitamiento de la ra\u00edz.<\/p>\n    <!-- Testimonios -->\n        TESTIMONIOS REALES<h2>Lo que dicen nuestros clientes<\/h2><p>Miles de personas ya transformaron su cabello con Excalvo<\/p>\n            \u2605\u2605\u2605\u2605\u2605<p>&#8220;Al principio era esc\u00e9ptico, pero tras 3 meses de uso diario con ExCalvo, la densidad en la coronilla ha cambiado por completo. Lo que m\u00e1s me gusta es que no deja el pelo graso&#8221;CM<h4>Carlos M.<\/h4>Cliente Verificado<\/p>\n            \u2605\u2605\u2605\u2605\u2605<p>&#8220;I&#8217;ve tried every product out there to treat my receding hairline, but ExCalvo is the only one that effectively stopped the excessive shedding in the shower. I can notice my hair looking significantly thicker and stronger.&#8221;MR<h4>Martha R.<\/h4>Cliente Verificada<\/p>\n            \u2605\u2605\u2605\u2605\u2605<p>&#8220;Incre\u00edble el aroma y la sensaci\u00f3n de frescor. Llevo us\u00e1ndolo un mes y mis compa\u00f1eros ya me preguntan qu\u00e9 me he hecho. La entrega fue superr\u00e1pida.&#8221;ST<h4>Sergio T.<\/h4>Cliente Verificado<\/p>\n    <!-- Garant\u00eda -->\n    \ud83d\udee1\ufe0f<h3>Entrega 100% garantizada<\/h3><p>Todos los pedidos realizados en excalvooficial.com son procesados y enviados a trav\u00e9s de USPS con n\u00famero de seguimiento \u00fanico. Nos hacemos responsables de que tu pedido llegue a la direcci\u00f3n proporcionada.<\/p>\n    <!-- CTA Principal -->\n    <h2>\u00a1Transforma tu cabello hoy!<\/h2><a href=\"https:\/\/excalvooficial.com\/en\/product\/excalvo-shampoo\/\">Get my shampoo $31.88\ud83d\uded2<\/a><p>\u2713 Env\u00edo Solo para Estados Unidos y Puerto Rico.<\/p>\n    <!-- FAQ -->\n    PREGUNTAS FRECUENTES<h2>Resolvemos tus dudas<\/h2><p>Todo lo que necesitas saber sobre Excalvo Shampoo<\/p>\u00bfEs apto para todo tipo de cabello?+S\u00ed, Excalvo Shampoo est\u00e1 formulado para funcionar en todo tipo de cabello: liso, ondulado, rizado, crespo, te\u00f1ido o natural.\u00bfSe puede usar a diario?+Puedes usarlo todos los d\u00edas sin problema. Es suave con tu cabello y cuero cabelludo, por lo que no lo da\u00f1a ni lo reseca con el uso frecuente.\u00bfContiene ingredientes da\u00f1inos?+No. Excalvo Shampoo contiene ingredientes Mixtos, naturales y cosmeticos.\u00bfOfrecen env\u00edo internacional?+Actualmente, solo realizamos entregas en Estados Unidos y Puerto Rico. Nota: No realizamos env\u00edos internacionales a otros destinos.\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Excalvo Shampoo | Transformaci\u00f3n Capilar Premium Tu navegador no soporta videos HTML5. \u2728 REVOLUCIONARIO \u2728 Transforma tu cabello con Excalvo Shampoo Producto Original. \u2713100% Calidad \u2713Cosmetico \u2713Ingredientes Mixtos Get my shampoo $31.88 \ud83d\uded2 \u2713 Env\u00edo unico solo a EEUU y Puerto Rico. \u2728 TRANSFORMACI\u00d3N REAL \u2728 Antes y Despu\u00e9s: La evoluci\u00f3n de mi cabello Resultados [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2353","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/pages\/2353","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/comments?post=2353"}],"version-history":[{"count":9,"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/pages\/2353\/revisions"}],"predecessor-version":[{"id":3298,"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/pages\/2353\/revisions\/3298"}],"wp:attachment":[{"href":"https:\/\/excalvooficial.com\/en\/wp-json\/wp\/v2\/media?parent=2353"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}