{"id":46,"date":"2026-03-04T04:35:47","date_gmt":"2026-03-04T04:35:47","guid":{"rendered":"https:\/\/redvozchat.com\/?page_id=46"},"modified":"2026-06-03T09:48:10","modified_gmt":"2026-06-03T09:48:10","slug":"46-2","status":"publish","type":"page","link":"https:\/\/redvozchat.com\/en\/46-2\/","title":{"rendered":""},"content":{"rendered":"\n<!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\">\n    <title>RedVozChatCRM &#8211; Potenciado con IA<\/title>\n\n    <!-- SEO Meta Tags -->\n    <meta name=\"description\" content=\"Centraliza la comunicaci\u00f3n con tus clientes y potencia tus ventas con el CRM todo en uno de RedVozChatCRM. Integra WhatsApp, Instagram, Facebook y m\u00e1s.\">\n    <meta name=\"keywords\" content=\"CRM, Chatwoot, RedVozChatCRM, WhatsApp CRM, Instagram CRM, Soporte al cliente, Ventas, Omnicanal\">\n    <meta name=\"author\" content=\"RedVozChatCRM\">\n\n    <!-- Open Graph Tags -->\n    <meta property=\"og:title\" content=\"RedVozChatCRM - Potenciado con IA\">\n    <meta property=\"og:description\" content=\"Centraliza toda la comunicaci\u00f3n con tus clientes en una sola plataforma.\">\n    <meta property=\"og:image\" content=\"https:\/\/redvozchat.com\/wp-content\/uploads\/ai-futuristic.jpg\">\n    <meta property=\"og:url\" content=\"https:\/\/redvozchat.com\">\n    <meta property=\"og:type\" content=\"website\">\n\n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <!-- Google Fonts: Inter -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap\" rel=\"stylesheet\">\n\n    <style>\n        body {\n            font-family: 'Inter', sans-serif;\n        }\n\n        \/* Design System Variables *\/\n        :root {\n            --primary: 221 83% 53%;\n            --primary-light: 200 100% 67%;\n            --primary-foreground: 0 0% 98%;\n            --secondary: 210 40% 96%;\n            --secondary-foreground: 222.2 84% 4.9%;\n            --background: 0 0% 100%;\n            --foreground: 222.2 84% 4.9%;\n            --muted: 210 40% 96%;\n            --muted-foreground: 215.4 16.3% 46.9%;\n            --accent: 210 40% 96%;\n            --accent-foreground: 222.2 84% 4.9%;\n            --destructive: 0 84.2% 60.2%;\n            --destructive-foreground: 210 40% 98%;\n            --border: 214.3 31.8% 91.4%;\n            --input: 214.3 31.8% 91.4%;\n            --ring: 221 83% 53%;\n            --card: 0 0% 100%;\n            --card-foreground: 222.2 84% 4.9%;\n        }\n\n        .dark {\n            --primary: 221 83% 53%;\n            --primary-light: 200 100% 67%;\n            --primary-foreground: 0 0% 98%;\n            --secondary: 217.2 32.6% 17.5%;\n            --secondary-foreground: 210 40% 98%;\n            --background: 222.2 84% 4.9%;\n            --foreground: 210 40% 98%;\n            --muted: 217.2 32.6% 17.5%;\n            --muted-foreground: 215 20.2% 65.1%;\n            --accent: 217.2 32.6% 17.5%;\n            --accent-foreground: 210 40% 98%;\n            --destructive: 0 62.8% 30.6%;\n            --destructive-foreground: 210 40% 98%;\n            --border: 217.2 32.6% 17.5%;\n            --input: 217.2 32.6% 17.5%;\n            --ring: 221 83% 53%;\n            --card: 222.2 84% 4.9%;\n            --card-foreground: 210 40% 98%;\n        }\n\n        .bg-primary { background-color: hsl(var(--primary)); }\n        .bg-primary-light { background-color: hsl(var(--primary-light)); }\n        .text-primary { color: hsl(var(--primary)); }\n        .text-primary-foreground { color: hsl(var(--primary-foreground)); }\n        .bg-secondary { background-color: hsl(var(--secondary)); }\n        .text-secondary-foreground { color: hsl(var(--secondary-foreground)); }\n        .bg-background { background-color: hsl(var(--background)); }\n        .text-foreground { color: hsl(var(--foreground)); }\n        .text-muted-foreground { color: hsl(var(--muted-foreground)); }\n        .bg-card { background-color: hsl(var(--card)); }\n        .border-border { border-color: hsl(var(--border)); }\n\n        .section-alt { background-color: hsl(var(--muted)); }\n\n        .gradient-text {\n            background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-light)));\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .btn-hero {\n            background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-light)));\n            color: hsl(var(--primary-foreground));\n            transition: all 0.3s ease;\n        }\n\n        .btn-hero:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px -5px hsl(var(--primary) \/ 0.4);\n        }\n\n        .btn-secondary {\n            background-color: hsl(var(--background));\n            color: hsl(var(--foreground));\n            border: 1px solid hsl(var(--border));\n        }\n\n        .btn-secondary:hover {\n            background-color: hsl(var(--muted));\n        }\n\n        \/* Animations *\/\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-20px); }\n        }\n\n        .float-animation {\n            animation: float 6s ease-in-out infinite;\n        }\n\n        .glow {\n            box-shadow: 0 0 50px hsl(var(--primary) \/ 0.3);\n        }\n\n        \/* Transitions *\/\n        * {\n            transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;\n        }\n\n        .feature-card:hover,\n        .channel-icon:hover {\n            transform: translateY(-5px);\n        }\n\n        \/* Share buttons *\/\n        .share-buttons {\n            position: fixed;\n            top: 50%;\n            left: 0;\n            transform: translateY(-50%);\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n            z-index: 1000;\n            padding: 6px;\n            background-color: rgba(255, 255, 255, 0.9);\n            backdrop-filter: blur(5px);\n            border-radius: 0 10px 10px 0;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        .dark .share-buttons {\n            background-color: rgba(31, 41, 55, 0.9);\n        }\n\n        .share-button {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 36px;\n            height: 36px;\n            border-radius: 50%;\n            transition: transform 0.2s ease;\n        }\n\n        .share-button:hover {\n            transform: scale(1.15);\n        }\n\n        .whatsapp { background-color: #25D366; }\n        .instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }\n        .email { background-color: #888; }\n        .copy-link { background-color: hsl(var(--primary)); }\n\n        \/* ===== BUSCADOR INTELIGENTE ===== *\/\n        .rvc-search{max-width:600px;margin:32px auto 0;position:relative}\n        @media(min-width:1024px){.rvc-search{margin-left:0}}\n        .rvc-box{background:hsl(var(--card));border:2px solid hsl(var(--primary));border-radius:16px;padding:7px 9px 7px 16px;display:flex;align-items:center;gap:10px;box-shadow:0 8px 26px hsl(var(--primary)\/.18);animation:rvcGlow 2.6s ease-in-out infinite}\n        @keyframes rvcGlow{0%,100%{box-shadow:0 0 0 0 hsl(var(--primary)\/.4),0 8px 26px hsl(var(--primary)\/.18)}50%{box-shadow:0 0 0 6px hsl(var(--primary)\/0),0 8px 26px hsl(var(--primary)\/.18)}}\n        .rvc-box:focus-within{box-shadow:0 0 0 5px hsl(var(--primary)\/.15),0 8px 26px hsl(var(--primary)\/.25);animation:none}\n        .rvc-ic{font-size:1.5rem;flex-shrink:0}\n        .rvc-box input{flex:1;border:none;outline:none;background:transparent;color:hsl(var(--foreground));font-size:1.05rem;font-weight:500;min-width:0;padding:12px 4px}\n        .rvc-box input::placeholder{color:hsl(var(--muted-foreground))}\n        .rvc-results{margin-top:14px;display:grid;gap:10px;text-align:left}\n        .rvc-item{display:flex;align-items:center;gap:14px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:13px;padding:13px 16px;transition:.2s;cursor:pointer;text-decoration:none}\n        .rvc-item:hover{border-color:hsl(var(--primary));transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.12)}\n        .rvc-i2{width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary-light)));display:grid;place-items:center;font-size:1.3rem;flex-shrink:0}\n        .rvc-body{flex:1;min-width:0}\n        .rvc-body h4{font-size:1rem;margin:0 0 2px;color:hsl(var(--foreground))}\n        .rvc-body p{font-size:.84rem;color:hsl(var(--muted-foreground));line-height:1.4;margin:0}\n        .rvc-tag{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--primary));background:hsl(var(--primary)\/.1);padding:3px 9px;border-radius:50px;display:inline-block;margin-bottom:4px}\n        .rvc-go{color:hsl(var(--primary));font-weight:700;font-size:1.3rem;flex-shrink:0}\n        .rvc-empty{text-align:center;color:hsl(var(--muted-foreground));padding:16px;font-size:.9rem}\n        .rvc-empty a{color:hsl(var(--primary));font-weight:700}\n\n        \/* ===== ROBOT EN LA BOLITA DEL CHAT (Chatwoot) ===== *\/\n        .woot-widget-bubble:not(.woot-widget-bubble--close){\n            background-image:url('https:\/\/redvoztelecom.com\/bot.png') !important;\n            background-size:62% !important;\n            background-position:center !important;\n            background-repeat:no-repeat !important;\n        }\n        .woot-widget-bubble:not(.woot-widget-bubble--close) svg{display:none !important}\n    <\/style>\n<\/head>\n<body class=\"bg-background text-foreground\">\n\n    <!-- Header -->\n    <header class=\"fixed top-0 left-0 w-full z-50 bg-background\/80 backdrop-blur-lg border-b border-border\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"flex items-center justify-between h-20\">\n                <!-- Logo -->\n                <div class=\"flex items-center space-x-2\">\n                    <img decoding=\"async\" src=\"https:\/\/redvozchat.com\/wp-content\/uploads\/redvozchatcrm-logo.png\" alt=\"RedVozChatCRM\" class=\"h-10 w-10\" onerror=\"this.style.display='none'\">\n                    <span class=\"font-bold text-2xl gradient-text\">RedVozChatCRM<\/span>\n                <\/div>\n\n                <!-- Navigation -->\n                <div class=\"flex items-center space-x-4\">\n                    <nav class=\"hidden md:flex items-center space-x-8\">\n                        <a href=\"#features\" class=\"text-sm text-muted-foreground hover:text-primary transition-colors\">Funciones<\/a>\n                        <a href=\"#channels\" class=\"text-sm text-muted-foreground hover:text-primary transition-colors\">Canales<\/a>\n                        <a href=\"#benefits\" class=\"text-sm text-muted-foreground hover:text-primary transition-colors\">Beneficios<\/a>\n                    <\/nav>\n\n                    <!-- Theme Toggle -->\n                    <button id=\"theme-toggle\" class=\"p-2 rounded-md text-muted-foreground hover:bg-muted\">\n                        <svg id=\"theme-toggle-light-icon\" class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z\"><\/path>\n                        <\/svg>\n                        <svg id=\"theme-toggle-dark-icon\" class=\"w-6 h-6 hidden\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\"><\/path>\n                        <\/svg>\n                    <\/button>\n\n                    <a href=\"https:\/\/crm.redvozchat.com\/\" target=\"_blank\" class=\"hidden sm:inline-block bg-secondary text-secondary-foreground hover:bg-secondary\/80 font-semibold px-5 py-2.5 rounded-lg transition-all\">\n                        Panel de control\n                    <\/a>\n\n                    <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"hidden sm:inline-block btn-hero font-semibold px-5 py-2.5 rounded-lg\">\n                        Comprar ahora\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"pt-32 pb-20 lg:pt-48 lg:pb-28 section-alt\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\n                <div class=\"text-center lg:text-left\">\n                    <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-extrabold text-foreground leading-tight\">\n                        Centraliza la comunicaci\u00f3n y <span class=\"gradient-text\">potencia tus ventas con IA<\/span>\n                    <\/h1>\n                    <p class=\"mt-6 text-lg md:text-xl text-muted-foreground max-w-xl mx-auto lg:mx-0\">\n                        El CRM todo en uno que conecta WhatsApp, Instagram, Facebook y m\u00e1s en una sola bandeja de entrada. Impulsado por Chatwoot.\n                    <\/p>\n                    <div class=\"mt-10 flex justify-center lg:justify-start\">\n                        <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"btn-hero font-bold text-lg px-8 py-4 rounded-lg inline-block text-center\">\n                            Ver planes y precios\n                        <\/a>\n                    <\/div>\n\n                    <!-- ===== BUSCADOR INTELIGENTE ===== -->\n                    <div class=\"rvc-search\">\n                        <div class=\"rvc-box\">\n                            <span class=\"rvc-ic\">\ud83d\udd0d<\/span>\n                            <input type=\"text\" id=\"rvcInput\" placeholder=\"\u00bfQu\u00e9 necesitas?  WhatsApp, Mary-IA, m\u00e9tricas...\" autocomplete=\"off\">\n                        <\/div>\n                        <div class=\"rvc-results\" id=\"rvcResults\"><\/div>\n                    <\/div>\n                    <!-- ===== FIN BUSCADOR ===== -->\n                <\/div>\n\n                <div class=\"relative\">\n                    <div class=\"absolute inset-0 bg-primary\/20 rounded-2xl blur-3xl opacity-40 float-animation\"><\/div>\n                    <img decoding=\"async\" src=\"https:\/\/redvozchat.com\/wp-content\/uploads\/ai-futuristic.jpg\" alt=\"Interfaz futurista de IA para RedVozChatCRM\" class=\"relative w-full h-full object-cover rounded-2xl shadow-2xl glow\" onerror=\"this.style.display='none'\">\n                    <div class=\"absolute -top-4 -right-4 w-24 h-24 bg-primary rounded-full opacity-20 float-animation\" style=\"animation-delay: 2s;\"><\/div>\n                    <div class=\"absolute -bottom-6 -left-6 w-16 h-16 bg-primary-light rounded-full opacity-30 float-animation\" style=\"animation-delay: 4s;\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Features Section -->\n    <section id=\"features\" class=\"py-20 lg:py-28\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto\">\n                <h2 class=\"text-3xl md:text-4xl font-bold text-foreground\">\n                    Todo lo que necesitas para <span class=\"gradient-text\">crecer<\/span>\n                <\/h2>\n                <p class=\"mt-4 text-lg text-muted-foreground\">\n                    Herramientas poderosas y f\u00e1ciles de usar para llevar la comunicaci\u00f3n con tus clientes al siguiente nivel.\n                <\/p>\n            <\/div>\n\n            <div class=\"mt-16 grid sm:grid-cols-2 lg:grid-cols-4 gap-8\">\n                <div class=\"feature-card p-8 bg-card border border-border rounded-xl shadow-md transition-all hover:shadow-lg\">\n                    <div class=\"bg-primary\/10 inline-flex p-3 rounded-lg\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"mt-5 text-xl font-bold text-foreground\">Bandeja omnicanal<\/h3>\n                    <p class=\"mt-2 text-muted-foreground\">Gestiona todas las conversaciones de tus clientes desde un \u00fanico lugar, sin importar el canal.<\/p>\n                <\/div>\n\n                <div class=\"feature-card p-8 bg-card border border-border rounded-xl shadow-md transition-all hover:shadow-lg\">\n                    <div class=\"bg-primary\/10 inline-flex p-3 rounded-lg\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"mt-5 text-xl font-bold text-foreground\">Automatizaci\u00f3n inteligente<\/h3>\n                    <p class=\"mt-2 text-muted-foreground\">Crea respuestas autom\u00e1ticas, asigna chats y usa bots para atender a tus clientes 24\/7.<\/p>\n                <\/div>\n\n                <div class=\"feature-card p-8 bg-card border border-border rounded-xl shadow-md transition-all hover:shadow-lg\">\n                    <div class=\"bg-primary\/10 inline-flex p-3 rounded-lg\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"mt-5 text-xl font-bold text-foreground\">Colaboraci\u00f3n en equipo<\/h3>\n                    <p class=\"mt-2 text-muted-foreground\">Asigna conversaciones, deja notas privadas y trabaja en conjunto para una mejor atenci\u00f3n.<\/p>\n                <\/div>\n\n                <div class=\"feature-card p-8 bg-card border border-border rounded-xl shadow-md transition-all hover:shadow-lg\">\n                    <div class=\"bg-primary\/10 inline-flex p-3 rounded-lg\">\n                        <svg class=\"w-7 h-7 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"mt-5 text-xl font-bold text-foreground\">Reportes y anal\u00edtica<\/h3>\n                    <p class=\"mt-2 text-muted-foreground\">Obt\u00e9n m\u00e9tricas clave del rendimiento de tu equipo y la satisfacci\u00f3n del cliente para tomar mejores decisiones.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Channels Section -->\n    <section id=\"channels\" class=\"py-20 lg:py-28 section-alt\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"text-center max-w-3xl mx-auto\">\n                <h2 class=\"text-3xl md:text-4xl font-bold text-foreground\">\n                    Conecta con tus clientes <span class=\"gradient-text\">donde quiera que est\u00e9n<\/span>\n                <\/h2>\n                <p class=\"mt-4 text-lg text-muted-foreground\">\n                    Integramos los canales de comunicaci\u00f3n m\u00e1s populares para que no pierdas ninguna oportunidad de venta o soporte.\n                <\/p>\n            <\/div>\n\n            <div class=\"mt-16 grid grid-cols-3 sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-10 gap-8 items-center\">\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-green-500 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">WhatsApp<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-gradient-to-br from-purple-500 to-pink-500 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/a\/a5\/Instagram_icon.png\" alt=\"Instagram\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">Instagram<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-blue-600 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/b\/b8\/2021_Facebook_icon.svg\" alt=\"Facebook\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">Facebook<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-sky-500 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/8\/82\/Telegram_logo.svg\" alt=\"Telegram\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">Telegram<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-gray-900 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/c\/ce\/X_logo_2023.svg\" alt=\"X\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">Twitter\/X<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-emerald-500 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/simple-icons@v9\/icons\/googlemessages.svg\" alt=\"SMS\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">SMS<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-green-400 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/4\/41\/LINE_logo.svg\" alt=\"Line\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">Line<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-red-500 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/simple-icons@v9\/icons\/gmail.svg\" alt=\"Gmail\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">Gmail<\/span>\n                <\/a>\n\n                <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"channel-icon flex flex-col items-center gap-3 group hover:scale-110 transition-transform duration-300\">\n                    <div class=\"w-16 h-16 rounded-2xl bg-gray-600 p-3 shadow-lg group-hover:shadow-xl transition-shadow\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/simple-icons@v9\/icons\/voip.svg\" alt=\"VoIP\" class=\"w-full h-full object-contain\">\n                    <\/div>\n                    <span class=\"text-sm font-medium text-muted-foreground text-center\">VoIP<\/span>\n                <\/a>\n            <\/div>\n\n            <!-- Integration Stats -->\n            <div class=\"mt-16 grid md:grid-cols-3 gap-8 text-center\">\n                <div class=\"bg-card border border-border rounded-2xl p-6\">\n                    <div class=\"text-3xl font-bold text-primary mb-2\">15+<\/div>\n                    <div class=\"text-muted-foreground\">Canales integrados<\/div>\n                <\/div>\n                <div class=\"bg-card border border-border rounded-2xl p-6\">\n                    <div class=\"text-3xl font-bold text-primary mb-2\">24\/7<\/div>\n                    <div class=\"text-muted-foreground\">Disponibilidad<\/div>\n                <\/div>\n                <div class=\"bg-card border border-border rounded-2xl p-6\">\n                    <div class=\"text-3xl font-bold text-primary mb-2\">99.9%<\/div>\n                    <div class=\"text-muted-foreground\">Tiempo de actividad<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Benefits Section -->\n    <section id=\"benefits\" class=\"py-20 lg:py-28\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"grid lg:grid-cols-2 gap-16 items-center\">\n                <!-- Dashboard Preview -->\n                <div class=\"relative group\">\n                    <img decoding=\"async\" src=\"https:\/\/redvozchat.com\/wp-content\/uploads\/workspace-dashboard.jpg\" alt=\"Panel de control RedVozChatCRM mostrando workspace\" class=\"rounded-2xl shadow-2xl w-full h-full object-cover\" onerror=\"this.style.display='none'\">\n                <\/div>\n\n                <!-- Benefits Content -->\n                <div>\n                    <h2 class=\"text-3xl md:text-4xl font-bold text-foreground\">\n                        Control total para <span class=\"gradient-text\">due\u00f1os de empresas<\/span>\n                    <\/h2>\n                    <p class=\"mt-4 text-lg text-muted-foreground\">\n                        RedVozChatCRM te da las herramientas para supervisar, medir y optimizar la comunicaci\u00f3n de tu equipo.\n                    <\/p>\n\n                    <div class=\"mt-8 grid grid-cols-1 sm:grid-cols-2 gap-6\">\n                        <div class=\"group\">\n                            <div class=\"flex items-start space-x-4\">\n                                <div class=\"bg-primary\/10 p-3 rounded-xl group-hover:bg-primary\/20 transition-colors\">\n                                    <svg class=\"w-6 h-6 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12a3 3 0 11-6 0 3 3 0 016 0z\"><\/path>\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7z\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-semibold text-foreground mb-1\">Supervisi\u00f3n en tiempo real<\/h3>\n                                    <p class=\"text-sm text-muted-foreground leading-relaxed\">Monitorea las conversaciones de tus agentes para garantizar la calidad del servicio.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"group\">\n                            <div class=\"flex items-start space-x-4\">\n                                <div class=\"bg-primary\/10 p-3 rounded-xl group-hover:bg-primary\/20 transition-colors\">\n                                    <svg class=\"w-6 h-6 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-semibold text-foreground mb-1\">Panel centralizado<\/h3>\n                                    <p class=\"text-sm text-muted-foreground leading-relaxed\">Accede a toda la informaci\u00f3n de clientes y comunicaciones desde un solo lugar.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"group\">\n                            <div class=\"flex items-start space-x-4\">\n                                <div class=\"bg-primary\/10 p-3 rounded-xl group-hover:bg-primary\/20 transition-colors\">\n                                    <svg class=\"w-6 h-6 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7h8m0 0v8m0-8l-8 8-4-4-6 6\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-semibold text-foreground mb-1\">M\u00e9tricas de rendimiento<\/h3>\n                                    <p class=\"text-sm text-muted-foreground leading-relaxed\">Analiza tiempos de respuesta, volumen de chats y productividad por agente.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"group\">\n                            <div class=\"flex items-start space-x-4\">\n                                <div class=\"bg-primary\/10 p-3 rounded-xl group-hover:bg-primary\/20 transition-colors\">\n                                    <svg class=\"w-6 h-6 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-semibold text-foreground mb-1\">Reducci\u00f3n de costos<\/h3>\n                                    <p class=\"text-sm text-muted-foreground leading-relaxed\">Unifica herramientas y evita gastos innecesarios en m\u00faltiples plataformas.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"group\">\n                            <div class=\"flex items-start space-x-4\">\n                                <div class=\"bg-primary\/10 p-3 rounded-xl group-hover:bg-primary\/20 transition-colors\">\n                                    <svg class=\"w-6 h-6 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-semibold text-foreground mb-1\">Seguridad y control<\/h3>\n                                    <p class=\"text-sm text-muted-foreground leading-relaxed\">Gestiona permisos de usuario y asegura que la informaci\u00f3n de tus clientes est\u00e9 protegida.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"group\">\n                            <div class=\"flex items-start space-x-4\">\n                                <div class=\"bg-primary\/10 p-3 rounded-xl group-hover:bg-primary\/20 transition-colors\">\n                                    <svg class=\"w-6 h-6 text-primary\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                                    <\/svg>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-semibold text-foreground mb-1\">Escalabilidad<\/h3>\n                                    <p class=\"text-sm text-muted-foreground leading-relaxed\">La plataforma crece contigo, a\u00f1adiendo m\u00e1s agentes y canales sin complicaciones.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"py-20 lg:py-28 section-alt\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8\">\n            <div class=\"relative\">\n                <div class=\"absolute inset-0 bg-gradient-to-r from-primary via-primary-light to-primary rounded-3xl opacity-90\"><\/div>\n\n                <div class=\"relative p-8 md:p-12 lg:p-16 text-center\">\n\n                    <h2 class=\"text-3xl md:text-4xl lg:text-5xl font-extrabold text-primary-foreground mb-6\">\n                        \u00bfListo para transformar la comunicaci\u00f3n con tus clientes?\n                    <\/h2>\n                    <p class=\"text-lg md:text-xl text-primary-foreground\/90 max-w-2xl mx-auto mb-8\">\n                        Elige el plan que mejor se adapte a tu negocio y empieza a vender m\u00e1s hoy mismo.\n                    <\/p>\n\n                    <div class=\"flex justify-center\">\n                        <a href=\"https:\/\/manager.redvozhosting.com\/store\/crm\" target=\"_blank\" class=\"bg-white hover:bg-gray-100 text-primary font-bold text-lg px-10 py-4 rounded-xl shadow-lg hover:shadow-xl transition-all hover:scale-105 inline-flex items-center\">\n                            \u00a1S\u00ed, quiero empezar ahora!\n                            <svg class=\"ml-2 w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7l5 5m0 0l-5 5m5-5H6\"><\/path>\n                            <\/svg>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"bg-muted border-t border-border\">\n        <div class=\"container mx-auto px-4 sm:px-6 lg:px-8 py-12\">\n            <div class=\"grid md:grid-cols-4 gap-8\">\n                <!-- Brand -->\n                <div class=\"md:col-span-2\">\n                    <div class=\"flex items-center space-x-2 mb-4\">\n                        <img decoding=\"async\" src=\"https:\/\/redvozchat.com\/wp-content\/uploads\/redvozchatcrm-logo.png\" alt=\"RedVozChatCRM\" class=\"h-10 w-10\" onerror=\"this.style.display='none'\">\n                        <span class=\"font-bold text-2xl gradient-text\">RedVozChatCRM<\/span>\n                    <\/div>\n                    <p class=\"text-muted-foreground max-w-md\">\n                        Centraliza la comunicaci\u00f3n con tus clientes y potencia tus ventas con el CRM todo en uno.\n                        Basado en Chatwoot, la plataforma de confianza para empresas modernas.\n                    <\/p>\n                <\/div>\n\n                <!-- Links -->\n                <div>\n                    <h3 class=\"font-semibold text-foreground mb-4\">Producto<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li><a href=\"#features\" class=\"text-muted-foreground hover:text-primary transition-colors\">Funciones<\/a><\/li>\n                        <li><a href=\"#channels\" class=\"text-muted-foreground hover:text-primary transition-colors\">Integraciones<\/a><\/li>\n                        <li><a href=\"#benefits\" class=\"text-muted-foreground hover:text-primary transition-colors\">Beneficios<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <!-- Support -->\n                <div>\n                    <h3 class=\"font-semibold text-foreground mb-4\">Soporte<\/h3>\n                    <ul class=\"space-y-2\">\n                        <li><a href=\"https:\/\/crm.redvozchat.com\/hc\/userguide\/\" target=\"_blank\" class=\"text-muted-foreground hover:text-primary transition-colors\">Centro de ayuda<\/a><\/li>\n                        <li><a href=\"https:\/\/manager.redvozhosting.com\/contact.php\" target=\"_blank\" class=\"text-muted-foreground hover:text-primary transition-colors\">Contacto<\/a><\/li>\n                        <li><a href=\"https:\/\/crm.redvozchat.com\/\" target=\"_blank\" class=\"text-muted-foreground hover:text-primary transition-colors\">Chat en vivo<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"border-t border-border mt-8 pt-8 flex flex-col md:flex-row justify-between items-center\">\n                <div class=\"text-muted-foreground text-sm\">\n                    <a href=\"https:\/\/manager.redvozhosting.com\/\" target=\"_blank\" class=\"hover:text-primary transition-colors\">\n                        \u00a9 <span id=\"year\">2024<\/span> RedVozChatCRM. Todos los derechos reservados.\n                    <\/a>\n                <\/div>\n\n                <div class=\"flex items-center space-x-6 mt-4 md:mt-0\">\n                    <a href=\"https:\/\/redvozchat.com\/condiciones-del-servicio\/\" target=\"_blank\" class=\"text-sm text-muted-foreground hover:text-primary transition-colors\">T\u00e9rminos de servicio<\/a>\n                    <a href=\"https:\/\/redvozchat.com\/politica-de-privacidad\/\" target=\"_blank\" class=\"text-sm text-muted-foreground hover:text-primary transition-colors\">Privacidad<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Share Buttons -->\n    <div class=\"share-buttons\">\n        <a href=\"https:\/\/api.whatsapp.com\/send?text=Echa%20un%20vistazo%20a%20este%20incre\u00edble%20CRM%3A%20https%3A%2F%2Fredvozchat.com\" target=\"_blank\" class=\"share-button whatsapp\">\n            <svg class=\"w-5 h-5 text-white\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path d=\"M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946.003-6.556 5.338-11.891 11.893-11.891 3.181.001 6.167 1.24 8.413 3.488 2.245 2.248 3.481 5.236 3.48 8.414-.003 6.557-5.338 11.892-11.894 11.892-1.99 0-3.903-.52-5.58-1.452L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.886-.001 2.269.655 4.498 1.965 6.251l-.306 1.116-1.141.416.415-1.134.309-.853z\"><\/path>\n            <\/svg>\n        <\/a>\n        <a href=\"https:\/\/www.instagram.com\/redvoztelecom\/\" target=\"_blank\" class=\"share-button instagram\">\n            <svg class=\"w-5 h-5 text-white\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 1.17.052 1.798.242 2.222.416.577.228 1.052.521 1.514.983.463.462.755.937.983 1.514.174.424.364 1.052.416 2.222.058 1.265.07 1.646.07 4.85s-.012 3.584-.07 4.85c-.052 1.17-.242 1.798-.416 2.222a3.897 3.897 0 0 1-.983 1.514c-.462.463-.937.755-1.514.983-.424.174-1.052.364-2.222.416-1.265.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.17-.052-1.798-.242-2.222-.416a3.897 3.897 0 0 1-1.514-.983 3.897 3.897 0 0 1-.983-1.514c-.174-.424-.364-1.052-.416-2.222C2.175 15.584 2.163 15.204 2.163 12s.012-3.584.07-4.85c.052-1.17.242-1.798.416-2.222.228-.577.521-1.052.983-1.514.462-.463.937-.755 1.514-.983.424-.174 1.052-.364 2.222-.416C8.416 2.175 8.796 2.163 12 2.163m0-2.163C8.74 0 8.333.014 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384C1.347 2.681.935 3.351.63 4.14.333 4.905.131 5.775.072 7.053.014 8.333 0 8.74 0 12s.014 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.718 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.986 8.74 24 12 24s3.667-.014 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.336 1.384-2.126.296-.765.499-1.636.558-2.913.058-1.28.072-1.687.072-4.947s-.014-3.667-.072-4.947c-.06-1.277-.262-2.148-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.649.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.014 15.26 0 12 0z\"><\/path>\n                <path d=\"M12 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\"><\/path>\n            <\/svg>\n        <\/a>\n        <a href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fredvozchat.com\" target=\"_blank\" class=\"share-button\" style=\"background-color: #1877f2;\">\n            <svg class=\"w-5 h-5 text-white\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"><\/path>\n            <\/svg>\n        <\/a>\n        <button id=\"copy-link-btn\" class=\"share-button copy-link\">\n            <svg class=\"w-5 h-5 text-white\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path d=\"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"><\/path>\n            <\/svg>\n        <\/button>\n    <\/div>\n\n    <script>\n        \/\/ Theme toggle functionality\n        const themeToggleBtn = document.getElementById('theme-toggle');\n        const lightIcon = document.getElementById('theme-toggle-light-icon');\n        const darkIcon = document.getElementById('theme-toggle-dark-icon');\n\n        function applyTheme(theme) {\n            if (theme === 'dark') {\n                document.documentElement.classList.add('dark');\n                lightIcon.classList.add('hidden');\n                darkIcon.classList.remove('hidden');\n            } else {\n                document.documentElement.classList.remove('dark');\n                lightIcon.classList.remove('hidden');\n                darkIcon.classList.add('hidden');\n            }\n        }\n\n        const savedTheme = localStorage.getItem('theme');\n        const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;\n        const currentTheme = savedTheme || (prefersDark ? 'dark' : 'light');\n        applyTheme(currentTheme);\n\n        themeToggleBtn.addEventListener('click', () => {\n            const isDark = document.documentElement.classList.contains('dark');\n            const newTheme = isDark ? 'light' : 'dark';\n            localStorage.setItem('theme', newTheme);\n            applyTheme(newTheme);\n        });\n\n        \/\/ Copy link functionality\n        document.getElementById('copy-link-btn').addEventListener('click', () => {\n            const url = window.location.href;\n            navigator.clipboard.writeText(url).then(() => {\n                alert('\u00a1Enlace copiado al portapapeles!');\n            }).catch(() => {\n                alert('No se pudo copiar el enlace.');\n            });\n        });\n\n        \/\/ Smooth scrolling for anchors\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        });\n\n        \/\/ Update current year\n        document.getElementById('year').textContent = new Date().getFullYear();\n    <\/script>\n\n    <!-- ===== BUSCADOR INTELIGENTE (JS) ===== -->\n    <script>\n    (function(){\n      var STORE=\"https:\/\/manager.redvozhosting.com\/store\/crm\"+((function(){var l=(document.documentElement.lang||\"\").toLowerCase();return l.indexOf(\"en\")===0?\"?language=english\":(l.indexOf(\"fr\")===0?\"?language=french\":\"\");})());\n      var PANEL=\"https:\/\/crm.redvozchat.com\/\";\n      var AYUDA=\"https:\/\/crm.redvozchat.com\/hc\/userguide\/\";\n      var CONTACTO=\"https:\/\/manager.redvozhosting.com\/contact.php\"+((function(){var l=(document.documentElement.lang||\"\").toLowerCase();return l.indexOf(\"en\")===0?\"?language=english\":(l.indexOf(\"fr\")===0?\"?language=french\":\"\");})());\n      var P=[\n        {tag:\"Canal\",ic:\"\ud83d\udcac\",n:\"WhatsApp\",d:\"Atiende WhatsApp desde tu CRM omnicanal.\",u:STORE,k:\"whatsapp wa mensajes chat\"},\n        {tag:\"Canal\",ic:\"\ud83d\udcf7\",n:\"Instagram\",d:\"Gestiona DMs y comentarios de Instagram.\",u:STORE,k:\"instagram ig direct dm redes\"},\n        {tag:\"Canal\",ic:\"\ud83d\udcd8\",n:\"Facebook Messenger\",d:\"Conversaciones de Facebook en un solo lugar.\",u:STORE,k:\"facebook messenger fb redes\"},\n        {tag:\"Canal\",ic:\"\u2708\ufe0f\",n:\"Telegram\",d:\"Conecta Telegram a tu bandeja unificada.\",u:STORE,k:\"telegram tg\"},\n        {tag:\"Canal\",ic:\"\ud835\udd4f\",n:\"Twitter \/ X\",d:\"Atiende mensajes de X (Twitter).\",u:STORE,k:\"twitter x redes\"},\n        {tag:\"Canal\",ic:\"\ud83d\udc8c\",n:\"SMS\",d:\"Env\u00eda y recibe SMS desde el CRM.\",u:STORE,k:\"sms texto mensaje\"},\n        {tag:\"Canal\",ic:\"\ud83d\udfe2\",n:\"LINE\",d:\"Integra LINE a tus conversaciones.\",u:STORE,k:\"line\"},\n        {tag:\"Canal\",ic:\"\u2709\ufe0f\",n:\"Gmail \/ Correo\",d:\"Centraliza tus correos electr\u00f3nicos.\",u:STORE,k:\"gmail correo email mail\"},\n        {tag:\"Canal\",ic:\"\ud83e\ude9f\",n:\"Microsoft\",d:\"Conecta tu correo y servicios Microsoft.\",u:STORE,k:\"microsoft outlook office\"},\n        {tag:\"Canal\",ic:\"\ud83d\udcde\",n:\"PBX \/ Telefon\u00eda\",d:\"Une tu central telef\u00f3nica al CRM.\",u:STORE,k:\"pbx telefonia central llamadas voip\"},\n        {tag:\"Canal\",ic:\"\ud83d\udd0c\",n:\"APIs\",d:\"Integra tus sistemas v\u00eda API.\",u:STORE,k:\"api apis integracion developers\"},\n        {tag:\"Canal\",ic:\"\ud83d\udd17\",n:\"Webhooks\",d:\"Automatiza eventos con webhooks.\",u:STORE,k:\"webhooks webhook eventos automatizacion\"},\n        {tag:\"Funci\u00f3n\",ic:\"\ud83e\udd16\",n:\"Mary-IA (IA integrada)\",d:\"Asistente con IA para automatizar y vender m\u00e1s.\",u:STORE,k:\"ia inteligencia artificial mary bot automatizacion asistente\"},\n        {tag:\"Funci\u00f3n\",ic:\"\ud83d\uddc2\ufe0f\",n:\"Bandeja Omnicanal\",d:\"Todos tus canales en una sola bandeja.\",u:STORE,k:\"unificada bandeja omnicanal conversaciones inbox\"},\n        {tag:\"Funci\u00f3n\",ic:\"\ud83d\udcca\",n:\"Reportes y Anal\u00edtica\",d:\"Monitorea tu atenci\u00f3n y ventas en vivo.\",u:STORE,k:\"metricas reportes estadisticas analitica dashboard rendimiento\"},\n        {tag:\"Funci\u00f3n\",ic:\"\ud83d\udcf1\",n:\"App M\u00f3vil Incluida\",d:\"Atiende desde tu celular, donde est\u00e9s.\",u:STORE,k:\"app movil celular android ios aplicacion\"},\n        {tag:\"Funci\u00f3n\",ic:\"\ud83d\udc65\",n:\"Colaboraci\u00f3n en Equipo\",d:\"Asigna chats y notas privadas entre agentes.\",u:STORE,k:\"equipo colaboracion agentes asignar notas\"},\n        {tag:\"Comprar\",ic:\"\ud83d\uded2\",n:\"Comprar RedVozChat CRM\",d:\"Adquiere tu CRM omnicanal hoy.\",u:STORE,k:\"comprar adquirir precio plan precios contratar crm tienda planes\"},\n        {tag:\"Cuenta\",ic:\"\ud83d\udd10\",n:\"Panel de Control\",d:\"Entra a tu cuenta del CRM.\",u:PANEL,k:\"panel login entrar cuenta acceder dashboard\"},\n        {tag:\"Soporte\",ic:\"\ud83d\udcd6\",n:\"Centro de Ayuda\",d:\"Gu\u00edas y documentaci\u00f3n del CRM.\",u:AYUDA,k:\"ayuda soporte guia documentacion manual tutorial\"},\n        {tag:\"Soporte\",ic:\"\u2709\ufe0f\",n:\"Contacto \/ Ventas\",d:\"Habla con nuestro equipo.\",u:CONTACTO,k:\"contacto contactar ventas agente hablar soporte ayuda\"}\n      ];\n      function norm(s){return s.toLowerCase().normalize(\"NFD\").replace(\/[\u0300-\u036f]\/g,\"\")}\n      function buscar(q){q=norm(q.trim());if(!q)return[];var t=q.split(\/\\s+\/);\n        return P.map(function(p){var h=norm(p.n+\" \"+p.k+\" \"+p.tag),s=0;t.forEach(function(x){if(h.indexOf(x)>-1)s+=(norm(p.n).indexOf(x)>-1?3:1)});return{p:p,s:s}})\n        .filter(function(x){return x.s>0}).sort(function(a,b){return b.s-a.s}).slice(0,6).map(function(x){return x.p})}\n      var inp=document.getElementById('rvcInput'),res=document.getElementById('rvcResults');\n      if(!inp)return;\n      var FB='<a class=\"rvc-item\" href=\"'+STORE+'\"><div class=\"rvc-i2\" style=\"background:linear-gradient(135deg,#8b5cf6,#3b82f6)\">\ud83d\uded2<\/div><div class=\"rvc-body\"><span class=\"rvc-tag\">Comprar<\/span><h4>\u00bfNo encontraste lo que buscabas?<\/h4><p>Conoce todo el CRM o habla con ventas.<\/p><\/div><span class=\"rvc-go\">\u2192<\/span><\/a>';\n      function render(list,q){\n        if(!q.trim()){res.innerHTML='';return}\n        var html='';\n        if(!list.length){html='<div class=\"rvc-empty\">No encontramos algo exacto para \"'+q.replace(\/<\/g,'')+'\". Mira todo el <a href=\"'+STORE+'\">CRM<\/a> \ud83d\udc47<\/div>'}\n        else{html=list.map(function(p){return '<a class=\"rvc-item\" href=\"'+p.u+'\"><div class=\"rvc-i2\">'+p.ic+'<\/div><div class=\"rvc-body\"><span class=\"rvc-tag\">'+p.tag+'<\/span><h4>'+p.n+'<\/h4><p>'+p.d+'<\/p><\/div><span class=\"rvc-go\">\u2192<\/span><\/a>'}).join('')}\n        res.innerHTML=html+FB;\n      }\n      var t;inp.addEventListener('input',function(){clearTimeout(t);t=setTimeout(function(){render(buscar(inp.value),inp.value)},120)});\n      inp.addEventListener('keydown',function(e){if(e.key==='Enter'){var r=buscar(inp.value);if(r.length)window.location.href=r[0].u}});\n      var __rvK=(function(){var l=(document.documentElement.lang||'').toLowerCase();return l.indexOf('en')===0?'en':(l.indexOf('fr')===0?'fr':'es');})();var __rvW={es:['WhatsApp','Instagram','Mary-IA','m\u00e9tricas','app m\u00f3vil','APIs','comprar CRM'],en:['WhatsApp','Instagram','Mary-AI','metrics','mobile app','APIs','buy CRM'],fr:['WhatsApp','Instagram','Mary-IA','statistiques','app mobile','API','acheter le CRM']};var __rvP={es:'\u00bfQu\u00e9 necesitas?  ',en:'What do you need?  ',fr:'De quoi avez-vous besoin ?  '};var words=__rvW[__rvK],wi=0,ci=0,del=false,pause=false,prefix=__rvP[__rvK];if(typeof inp!=='undefined'&&inp){inp.placeholder=prefix;}\n      inp.addEventListener('focus',function(){pause=true});\n      inp.addEventListener('blur',function(){if(!inp.value)pause=false});\n      function tw(){if(pause||inp.value){return setTimeout(tw,900)}var w=words[wi];\n        if(!del){ci++;inp.placeholder=prefix+w.slice(0,ci);if(ci>=w.length){del=true;return setTimeout(tw,1500)}}\n        else{ci--;inp.placeholder=prefix+w.slice(0,ci);if(ci<=0){del=false;wi=(wi+1)%words.length}}\n        setTimeout(tw,del?45:90)}\n      tw();\n    })();\n    <\/script>\n\n    <!-- Chatwoot Widget -->\n    <script>\n    (function(d,t) {\n        var BASE_URL=\"https:\/\/crm.redvozchat.com\";\n        var g=d.createElement(t),s=d.getElementsByTagName(t)[0];\n        g.src=BASE_URL+\"\/packs\/js\/sdk.js\";\n        g.async = true;\n        s.parentNode.insertBefore(g,s);\n        g.onload=function(){\n            window.chatwootSDK.run({\n                websiteToken: 'bSYvCbopyoXKhsSeSDMvhPAq',\n                baseUrl: BASE_URL\n            })\n        }\n    })(document,\"script\");\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>RedVozChatCRM &#8211; Potenciado con IA RedVozChatCRM Funciones Canales Beneficios Panel de control Comprar ahora Centraliza la comunicaci\u00f3n y potencia tus ventas con IA El CRM todo en uno que conecta WhatsApp, Instagram, Facebook y m\u00e1s en una sola bandeja de entrada. Impulsado por Chatwoot. Ver planes y precios \ud83d\udd0d Todo lo que necesitas para crecer [&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-46","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":2,"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/pages\/46\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/redvozchat.com\/en\/wp-json\/wp\/v2\/media?parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}