{"id":264,"date":"2025-04-04T18:03:34","date_gmt":"2025-04-05T00:03:34","guid":{"rendered":"https:\/\/webtotal.com.mx\/index.php\/planes\/"},"modified":"2026-05-04T22:14:49","modified_gmt":"2026-05-05T04:14:49","slug":"planes","status":"publish","type":"page","link":"https:\/\/webtotal.com.mx\/index.php\/planes\/","title":{"rendered":"Planes"},"content":{"rendered":"\n<div id=\"wbt-pro-pricing\">\n    <style>\n        \/* ==========================================================================\n           ENCAPSULACI\u00d3N ESTRICTA: #wbt-pro-pricing protege el CSS de WordPress.\n           ========================================================================== *\/\n        \n        #wbt-pro-pricing {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: transparent; \n            color: #F8FAFC;\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 20px 15px;\n            line-height: 1.6;\n        }\n\n        #wbt-pro-pricing * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Cabecera *\/\n        #wbt-pro-pricing .wbt-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        #wbt-pro-pricing .wbt-header h2 {\n            font-size: clamp(28px, 4vw, 42px);\n            font-weight: 700;\n            color: #FFFFFF;\n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n        }\n\n        #wbt-pro-pricing .wbt-header p {\n            color: #94A3B8;\n            font-size: clamp(16px, 2vw, 18px);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Grid Principal de Planes (4 Columnas) *\/\n        #wbt-pro-pricing .wbt-pricing-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        \/* Tarjeta de Plan *\/\n        #wbt-pro-pricing .wbt-card {\n            background: #0F172A;\n            border: 1px solid #1E293B;\n            border-radius: 16px;\n            padding: 30px 20px;\n            display: flex;\n            flex-direction: column;\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\n            opacity: 0; \n            transform: translateY(30px);\n        }\n\n        \/* Efecto Spotlight (Luz que sigue al cursor) *\/\n        @media (hover: hover) and (pointer: fine) {\n            #wbt-pro-pricing .wbt-card::before {\n                content: '';\n                position: absolute;\n                top: var(--mouse-y, 0);\n                left: var(--mouse-x, 0);\n                transform: translate(-50%, -50%);\n                width: 350px;\n                height: 350px;\n                background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 60%);\n                opacity: 0;\n                transition: opacity 0.3s ease;\n                pointer-events: none;\n                z-index: 0;\n            }\n            #wbt-pro-pricing .wbt-card:hover::before {\n                opacity: 1;\n            }\n        }\n\n        #wbt-pro-pricing .wbt-card:hover {\n            transform: translateY(-5px);\n            border-color: #334155;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);\n            z-index: 2;\n        }\n\n        \/* Asegurar que el contenido est\u00e9 por encima del spotlight *\/\n        #wbt-pro-pricing .wbt-card > * {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* Plan Destacado (La Mejor Opci\u00f3n) *\/\n        #wbt-pro-pricing .wbt-card.wbt-popular {\n            border: 2px solid #D4AF37;\n            background: linear-gradient(180deg, #131B2F 0%, #0F172A 100%);\n            transform: scale(1.03);\n            z-index: 1;\n        }\n\n        #wbt-pro-pricing .wbt-card.wbt-popular:hover {\n            transform: scale(1.03) translateY(-5px);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);\n        }\n\n        #wbt-pro-pricing .wbt-badge {\n            position: absolute;\n            top: 15px;\n            right: -35px;\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000;\n            font-size: 11px;\n            font-weight: 700;\n            padding: 5px 40px;\n            transform: rotate(45deg);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            z-index: 2;\n        }\n\n        \/* Textos de la Tarjeta *\/\n        #wbt-pro-pricing .wbt-plan-name {\n            font-size: 20px;\n            color: #F8FAFC;\n            margin-bottom: 5px;\n            font-weight: 700;\n        }\n\n        #wbt-pro-pricing .wbt-plan-desc {\n            font-size: 13px;\n            color: #94A3B8;\n            margin-bottom: 25px;\n            min-height: 40px;\n            line-height: 1.5;\n        }\n\n        \/* Bloque de Precios (Setup + P\u00f3liza) *\/\n        #wbt-pro-pricing .wbt-price-block {\n            margin-bottom: 25px;\n            padding-bottom: 25px;\n            border-bottom: 1px solid #1E293B;\n        }\n\n        #wbt-pro-pricing .wbt-price-setup {\n            margin-bottom: 15px;\n        }\n\n        #wbt-pro-pricing .wbt-price-setup .wbt-label {\n            font-size: 11px;\n            color: #64748B;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            display: block;\n            margin-bottom: 2px;\n        }\n\n        #wbt-pro-pricing .wbt-price-setup .wbt-amount {\n            font-size: 32px;\n            font-weight: 700;\n            color: #FFFFFF;\n            line-height: 1;\n        }\n        \n        #wbt-pro-pricing .wbt-price-setup .wbt-amount-small {\n            font-size: 24px;\n            font-weight: 700;\n            color: #FFFFFF;\n            line-height: 1;\n            margin-top: 5px;\n        }\n\n        #wbt-pro-pricing .wbt-price-setup .wbt-currency {\n            font-size: 14px;\n            color: #94A3B8;\n            font-weight: 400;\n        }\n\n        #wbt-pro-pricing .wbt-price-poliza {\n            background: rgba(30, 41, 59, 0.5);\n            border-radius: 8px;\n            padding: 10px;\n            border: 1px solid #1E293B;\n        }\n\n        #wbt-pro-pricing .wbt-price-poliza .wbt-label {\n            font-size: 11px;\n            color: #D4AF37;\n            font-weight: 600;\n            display: block;\n        }\n\n        #wbt-pro-pricing .wbt-price-poliza .wbt-amount {\n            font-size: 13px;\n            color: #F8FAFC;\n            font-weight: 600;\n            display: block;\n            margin-top: 2px;\n        }\n\n        \/* Lista de Caracter\u00edsticas *\/\n        #wbt-pro-pricing .wbt-features {\n            list-style: none;\n            flex-grow: 1;\n            margin-bottom: 30px;\n        }\n\n        #wbt-pro-pricing .wbt-features li {\n            font-size: 13px;\n            color: #CBD5E1;\n            margin-bottom: 12px;\n            display: flex;\n            align-items: flex-start;\n            line-height: 1.5;\n        }\n\n        #wbt-pro-pricing .wbt-features li svg {\n            min-width: 16px;\n            width: 16px;\n            height: 16px;\n            color: #10B981;\n            margin-right: 10px;\n            margin-top: 2px;\n        }\n\n        \/* Botones *\/\n        #wbt-pro-pricing .wbt-btn {\n            display: block;\n            width: 100%;\n            text-align: center;\n            padding: 14px;\n            border-radius: 8px;\n            font-size: 14px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            border: none;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        #wbt-pro-pricing .wbt-btn-outline {\n            background: transparent;\n            color: #F8FAFC;\n            border: 1px solid #334155;\n        }\n\n        #wbt-pro-pricing .wbt-btn-outline:hover {\n            background: #1E293B;\n            border-color: #475569;\n        }\n\n        #wbt-pro-pricing .wbt-btn-primary {\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000000;\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-pricing .wbt-btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);\n        }\n\n        \/* Banners Inferiores (Freemium y Enterprise) *\/\n        #wbt-pro-pricing .wbt-banners-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        #wbt-pro-pricing .wbt-banner {\n            background: #0F172A;\n            border: 1px solid #1E293B;\n            border-radius: 12px;\n            padding: 25px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            transition: border-color 0.3s ease;\n            opacity: 0;\n            transform: translateY(20px);\n        }\n\n        #wbt-pro-pricing .wbt-banner:hover {\n            border-color: #334155;\n            background: #131B2F;\n        }\n\n        #wbt-pro-pricing .wbt-banner-content h4 {\n            font-size: 18px;\n            color: #F8FAFC;\n            margin-bottom: 5px;\n        }\n\n        #wbt-pro-pricing .wbt-banner-content p {\n            font-size: 13px;\n            color: #94A3B8;\n            max-width: 350px;\n        }\n\n        #wbt-pro-pricing .wbt-banner .wbt-btn {\n            width: auto;\n            min-width: 160px;\n            padding: 12px 24px;\n            white-space: nowrap;\n        }\n\n        @media (max-width: 992px) {\n            #wbt-pro-pricing .wbt-card.wbt-popular {\n                transform: scale(1);\n            }\n            #wbt-pro-pricing .wbt-card.wbt-popular:hover {\n                transform: translateY(-5px);\n            }\n            #wbt-pro-pricing .wbt-banners-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-pricing .wbt-banner {\n                flex-direction: column;\n                text-align: center;\n                gap: 20px;\n            }\n            #wbt-pro-pricing .wbt-banner-content p {\n                margin: 0 auto;\n            }\n        }\n    <\/style>\n\n    <div class=\"wbt-header\">\n        <h2>Inversi\u00f3n Tecnol\u00f3gica y Operativa<\/h2>\n        <p>Adquiere infraestructura a medida, reduce tu inversi\u00f3n inicial a trav\u00e9s de p\u00f3lizas de suscripci\u00f3n o domina tu ecosistema con autonom\u00eda absoluta.<\/p>\n    <\/div>\n\n    <div class=\"wbt-pricing-grid\">\n        \n        <!-- PLAN 1: IDENTIDAD PROFESIONAL -->\n        <div class=\"wbt-card\">\n            <h3 class=\"wbt-plan-name\">Identidad Profesional<\/h3>\n            <p class=\"wbt-plan-desc\">Presencia base, profesional y moderna. Autoridad digital sin invertir en bases de datos complejas.<\/p>\n            \n            <div class=\"wbt-price-block\">\n                <div class=\"wbt-price-setup\">\n                    <span class=\"wbt-label\">Desarrollo \/ Pago \u00danico<\/span>\n                    <div class=\"wbt-amount\">Desde $1,499 <span class=\"wbt-currency\">MXN + IVA<\/span><\/div>\n                <\/div>\n                <div class=\"wbt-price-poliza\">\n                    <span class=\"wbt-label\">P\u00f3liza Anual<\/span>\n                    <span class=\"wbt-amount\">Equivalente al costo inicial + IVA<\/span>\n                <\/div>\n            <\/div>\n\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Dise\u00f1o responsivo, carga ultrarr\u00e1pida y protecci\u00f3n Cloudflare<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Ingenier\u00eda, desarrollo y despliegue \u00e1gil<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> 4 hrs de consultor\u00eda personalizada al mes<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> 1 a\u00f1o de dominio y base de datos sin costo adicional<\/li>\n            <\/ul>\n\n            <a href=\"https:\/\/webtotal.com.mx\/index.php\/desarrollo-y-diseno-de-paginas-web\/\" class=\"wbt-btn wbt-btn-outline\">Elegir Identidad<\/a>\n        <\/div>\n\n        <!-- PLAN 2: SOCIO TECNOL\u00d3GICO -->\n        <div class=\"wbt-card wbt-popular\">\n            <div class=\"wbt-badge\">Integral<\/div>\n            <h3 class=\"wbt-plan-name\" style=\"color: #D4AF37;\">Socio Tecnol\u00f3gico<\/h3>\n            <p class=\"wbt-plan-desc\" style=\"color: #E2E8F0;\">Tecnolog\u00eda avanzada para E-commerce, cursos y CRM rentada sin descapitalizarte hoy.<\/p>\n            \n            <div class=\"wbt-price-block\" style=\"border-color: #334155;\">\n                <div class=\"wbt-price-setup\">\n                    <span class=\"wbt-label\">Activaci\u00f3n \/ Pago \u00danico<\/span>\n                    <div class=\"wbt-amount\">Desde $2,999 <span class=\"wbt-currency\">MXN + IVA<\/span><\/div>\n                <\/div>\n                <div class=\"wbt-price-poliza\" style=\"background: rgba(212, 175, 55, 0.1); border-color: rgba(212, 175, 55, 0.3);\">\n                    <span class=\"wbt-label\">P\u00f3liza Mensual (Fija a 10 meses)<\/span>\n                    <span class=\"wbt-amount\">$1,499 MXN + IVA \/ pagado mes 2<\/span>\n                <\/div>\n            <\/div>\n\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Todo lo del plan Identidad evolucionado<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Sistema para E-commerce, Cursos, CRM o ERP<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> 8 horas de consultor\u00eda y 1 desarrollo nuevo mensual<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Financiamiento de la arquitectura inicial avanzada<\/li>\n            <\/ul>\n\n            <a href=\"https:\/\/webtotal.com.mx\/index.php\/desarrollo-y-diseno-de-paginas-web\/\" class=\"wbt-btn wbt-btn-primary\">Asociarse<\/a>\n        <\/div>\n\n        <!-- PLAN 3: AUTOGESTI\u00d3N SOBERANA -->\n        <div class=\"wbt-card\">\n            <h3 class=\"wbt-plan-name\">Autogesti\u00f3n Soberana<\/h3>\n            <p class=\"wbt-plan-desc\">Liquidaci\u00f3n total del software. S\u00e9 due\u00f1o absoluto de tu c\u00f3digo sin pagar rentas.<\/p>\n            \n            <div class=\"wbt-price-block\">\n                <div class=\"wbt-price-setup\">\n                    <span class=\"wbt-label\">Ingenier\u00eda \/ Pago \u00danico<\/span>\n                    <div class=\"wbt-amount-small\">Sujeto a cotizaci\u00f3n<\/div>\n                <\/div>\n                <div class=\"wbt-price-poliza\">\n                    <span class=\"wbt-label\">P\u00f3liza (Anual, Mensual o Fija)<\/span>\n                    <span class=\"wbt-amount\">Cuota preferencial congelada de por vida<\/span>\n                <\/div>\n            <\/div>\n\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Arquitectura limpia, cesi\u00f3n absoluta del c\u00f3digo (NCA)<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Despliegue de servidores privados dedicados a tu nombre<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Panel de administraci\u00f3n &#8220;Sinapse OS&#8221; personalizado<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Independencia corporativa total (Nube, correos, BD)<\/li>\n            <\/ul>\n\n            <a href=\"https:\/\/webtotal.com.mx\/index.php\/desarrollo-y-diseno-de-paginas-web\/\" class=\"wbt-btn wbt-btn-outline\">Elegir Soberan\u00eda<\/a>\n        <\/div>\n\n        <!-- PLAN 4: CONSULTOR\u00cdA PROFESIONAL -->\n        <div class=\"wbt-card\">\n            <h3 class=\"wbt-plan-name\">Consultor\u00eda Profesional<\/h3>\n            <p class=\"wbt-plan-desc\">Blueprint Estrat\u00e9gico. Para operaciones complejas, ERPs y automatizaci\u00f3n total.<\/p>\n            \n            <div class=\"wbt-price-block\">\n                <div class=\"wbt-price-setup\">\n                    <span class=\"wbt-label\">Diagn\u00f3stico (3 a 5 d\u00edas)<\/span>\n                    <div class=\"wbt-amount\">$5,000 <span class=\"wbt-currency\">MXN<\/span><\/div>\n                <\/div>\n                <div class=\"wbt-price-poliza\">\n                    <span class=\"wbt-label\">Ingenier\u00eda y P\u00f3liza Operativa<\/span>\n                    <span class=\"wbt-amount\">A cotizar (basado en Blueprint)<\/span>\n                <\/div>\n            <\/div>\n\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Diagn\u00f3stico intensivo basado en el est\u00e1ndar EC0249<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Dise\u00f1o exclusivo de arquitectura y bases relacionales<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Entrega de 5 Documentos Rectores (Propiedad del cliente)<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Estrategia de Migraci\u00f3n &#8220;Zero Downtime&#8221; y ROI<\/li>\n            <\/ul>\n\n            <a href=\"https:\/\/webtotal.com.mx\/index.php\/desarrollo-y-diseno-de-paginas-web\/\" class=\"wbt-btn wbt-btn-outline\">Solicitar Diagn\u00f3stico<\/a>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"wbt-banners-grid\">\n        \n        <!-- BANNER FREEMIUM -->\n        <div class=\"wbt-banner\">\n            <div class=\"wbt-banner-content\">\n                <h4 style=\"color: #60A5FA;\">Fase 0: Freemium (Autogesti\u00f3n y Academia)<\/h4>\n                <p>Acceso al curso &#8220;Despliega tu primera web&#8221;. Beca al 100%, plantillas base y cero costos de programaci\u00f3n en infraestructura p\u00fablica.<\/p>\n            <\/div>\n            <a href=\"https:\/\/webtotal.com.mx\/index.php\/desarrollo-y-diseno-de-paginas-web\/\" class=\"wbt-btn wbt-btn-outline\" style=\"border-color: #3B82F6; color: #60A5FA;\">Iniciativa $0.00 MXN<\/a>\n        <\/div>\n\n        <!-- BANNER P\u00d3LIZAS -->\n        <div class=\"wbt-banner\" style=\"border-color: rgba(212, 175, 55, 0.3);\">\n            <div class=\"wbt-banner-content\">\n                <h4 style=\"color: #D4AF37;\">Protecci\u00f3n de Red Global Garantizada<\/h4>\n                <p>Nuestras P\u00f3lizas Operativas incluyen como est\u00e1ndar: Documentaci\u00f3n y custodia legal, garant\u00eda de continuidad y renovaci\u00f3n de dominio.<\/p>\n            <\/div>\n            <a href=\"#contacto\" class=\"wbt-btn wbt-btn-outline\" style=\"border-color: #D4AF37; color: #D4AF37;\">Consultar Normativas<\/a>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ IIFE para aislar el script\n    (function() {\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \n            \/\/ 1. Animaci\u00f3n Fade-In en cascada\n            const cards = document.querySelectorAll('#wbt-pro-pricing .wbt-card');\n            const banners = document.querySelectorAll('#wbt-pro-pricing .wbt-banner');\n            \n            const observerOptions = {\n                root: null,\n                rootMargin: '0px',\n                threshold: 0.1\n            };\n\n            const elementObserver = new IntersectionObserver(function(entries, observer) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = \"1\";\n                        entry.target.style.transform = \"translateY(0)\";\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, observerOptions);\n\n            cards.forEach(function(card, index) {\n                card.style.transitionDelay = (index * 0.15) + \"s\";\n                elementObserver.observe(card);\n            });\n\n            banners.forEach(function(banner, index) {\n                banner.style.transitionDelay = (0.6 + (index * 0.2)) + \"s\";\n                elementObserver.observe(banner);\n            });\n\n            \/\/ 2. Efecto Spotlight Din\u00e1mico (Seguimiento del Mouse)\n            const pricingCards = document.querySelectorAll('#wbt-pro-pricing .wbt-card');\n            pricingCards.forEach(card => {\n                card.addEventListener('mousemove', e => {\n                    const rect = card.getBoundingClientRect();\n                    const x = e.clientX - rect.left;\n                    const y = e.clientY - rect.top;\n                    card.style.setProperty('--mouse-x', `${x}px`);\n                    card.style.setProperty('--mouse-y', `${y}px`);\n                });\n            });\n\n        });\n    })();\n<\/script>\n\n<div id=\"wbt-pro-comparativa-pura\">\n    <style>\n        \/* ==========================================================================\n           CODIGO 2: ENCAPSULACI\u00d3N ESTRICTA Y DISE\u00d1O LIMPIO (HIGH-END)\n           ========================================================================== *\/\n        \n        #wbt-pro-comparativa-pura {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: transparent; \n            color: #F8FAFC;\n            max-width: 1200px;\n            margin: 40px auto;\n            padding: 10px;\n            line-height: 1.6;\n        }\n\n        #wbt-pro-comparativa-pura * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* ==========================================\n           TABLA SCROLLABLE (CONTENIDA Y LIMPIA)\n           ========================================== *\/\n        #wbt-pro-comparativa-pura .wbt-table-wrapper {\n            background: #0B1120;\n            border: 1px solid #1E293B;\n            border-radius: 16px;\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch; \n            padding-top: 10px;\n        }\n\n        \/* Scrollbar limpia *\/\n        #wbt-pro-comparativa-pura .wbt-table-wrapper::-webkit-scrollbar {\n            height: 6px;\n        }\n        #wbt-pro-comparativa-pura .wbt-table-wrapper::-webkit-scrollbar-track {\n            background: #0B1120;\n            border-radius: 8px;\n        }\n        #wbt-pro-comparativa-pura .wbt-table-wrapper::-webkit-scrollbar-thumb {\n            background: #3B82F6; \n            border-radius: 8px;\n        }\n\n        #wbt-pro-comparativa-pura table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: center;\n            background-color: transparent;\n            min-width: 1050px; \n        }\n\n        #wbt-pro-comparativa-pura th, \n        #wbt-pro-comparativa-pura td {\n            padding: 24px 15px;\n            border-bottom: 1px solid #1E293B;\n            background-color: transparent;\n            vertical-align: middle;\n        }\n\n        \/* ==========================================\n           CABECERA DE LA TABLA\n           ========================================== *\/\n        #wbt-pro-comparativa-pura thead th {\n            background: rgba(11, 17, 32, 0.95);\n            color: #F8FAFC;\n            font-weight: 600;\n            font-size: 18px;\n            padding: 20px 15px 30px;\n            vertical-align: top;\n            border-bottom: 2px solid #334155;\n            width: 20%;\n        }\n\n        #wbt-pro-comparativa-pura thead th:first-child {\n            text-align: left;\n            width: 20%;\n            vertical-align: bottom;\n            color: #64748B;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            position: sticky;\n            left: 0;\n            background: #0B1120;\n            z-index: 3;\n            border-right: 1px solid #1E293B;\n            padding-bottom: 30px;\n        }\n\n        \/* Iconos de los planes *\/\n        #wbt-pro-comparativa-pura .wbt-plan-icon {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            width: 48px;\n            height: 48px;\n            margin: 0 auto 15px;\n            background: #1E293B;\n            border-radius: 12px;\n            color: #94A3B8;\n        }\n        \n        #wbt-pro-comparativa-pura .wbt-plan-icon svg {\n            width: 24px;\n            height: 24px;\n        }\n\n        \/* Textos Cabecera *\/\n        #wbt-pro-comparativa-pura .wbt-plan-title {\n            display: block;\n            font-size: 18px;\n            margin-bottom: 5px;\n        }\n\n        #wbt-pro-comparativa-pura .wbt-plan-price {\n            display: block;\n            font-size: 26px;\n            color: #F8FAFC;\n            margin-top: 10px;\n            font-weight: 800;\n            letter-spacing: -0.5px;\n        }\n\n        #wbt-pro-comparativa-pura .wbt-plan-sub {\n            display: block;\n            font-size: 12px;\n            color: #94A3B8;\n            font-weight: 400;\n            margin-top: 2px;\n            margin-bottom: 20px;\n        }\n\n        \/* Bloque de P\u00f3liza en Cabecera *\/\n        #wbt-pro-comparativa-pura .wbt-header-poliza {\n            background: rgba(30, 41, 59, 0.4);\n            border: 1px solid #334155;\n            border-radius: 8px;\n            padding: 10px 5px;\n            margin-top: 15px;\n        }\n\n        #wbt-pro-comparativa-pura .wbt-poliza-label {\n            display: block;\n            font-size: 10px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: #94A3B8;\n            margin-bottom: 4px;\n        }\n\n        #wbt-pro-comparativa-pura .wbt-poliza-val {\n            display: block;\n            font-size: 14px;\n            color: #3B82F6;\n            font-weight: 700;\n        }\n\n        \/* ==========================================\n           PLAN DESTACADO (Socio Tecnol\u00f3gico - Col 2)\n           ========================================== *\/\n        #wbt-pro-comparativa-pura th.wbt-highlight {\n            background: linear-gradient(180deg, rgba(212, 175, 55, 0.1) 0%, rgba(11, 17, 32, 1) 100%);\n            border-top: 3px solid #D4AF37;\n            border-left: 1px solid rgba(212, 175, 55, 0.2);\n            border-right: 1px solid rgba(212, 175, 55, 0.2);\n            padding-top: 15px; \n        }\n\n        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-plan-icon {\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000;\n            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-plan-price {\n            color: #D4AF37;\n        }\n\n        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-header-poliza {\n            background: rgba(212, 175, 55, 0.05);\n            border-color: rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-poliza-label {\n            color: #D4AF37;\n        }\n        \n        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-poliza-val {\n            color: #F8FAFC;\n        }\n\n        #wbt-pro-comparativa-pura td.wbt-highlight {\n            background: rgba(212, 175, 55, 0.03);\n            border-left: 1px solid rgba(212, 175, 55, 0.2);\n            border-right: 1px solid rgba(212, 175, 55, 0.2);\n            color: #F8FAFC !important;\n            font-weight: 500;\n        }\n\n        \/* Etiqueta Solucionada (Inline) *\/\n        #wbt-pro-comparativa-pura .wbt-badge-top {\n            display: inline-block;\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000;\n            font-size: 10px;\n            font-weight: 800;\n            padding: 4px 14px;\n            border-radius: 20px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 12px;\n            box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);\n        }\n\n        \/* ==========================================\n           CUERPO DE LA TABLA\n           ========================================== *\/\n        #wbt-pro-comparativa-pura tbody tr {\n            transition: background-color 0.3s ease;\n        }\n\n        #wbt-pro-comparativa-pura tbody tr:nth-child(odd) {\n            background-color: #0F172A;\n        }\n        #wbt-pro-comparativa-pura tbody tr:nth-child(even) {\n            background-color: #131B2F;\n        }\n        #wbt-pro-comparativa-pura tbody tr:hover {\n            background-color: #1E293B;\n        }\n\n        #wbt-pro-comparativa-pura td.wbt-feature-name {\n            text-align: left;\n            font-weight: 600;\n            color: #E2E8F0;\n            font-size: 13px;\n            position: sticky;\n            left: 0;\n            z-index: 2;\n            border-right: 1px solid #1E293B;\n        }\n\n        #wbt-pro-comparativa-pura tbody tr:nth-child(odd) td.wbt-feature-name { background-color: #0F172A; }\n        #wbt-pro-comparativa-pura tbody tr:nth-child(even) td.wbt-feature-name { background-color: #131B2F; }\n        #wbt-pro-comparativa-pura tbody tr:hover td.wbt-feature-name { background-color: #1E293B; }\n\n        #wbt-pro-comparativa-pura td {\n            color: #CBD5E1;\n            font-size: 13px;\n        }\n\n        \/* Iconos de Tabla *\/\n        #wbt-pro-comparativa-pura .wbt-icon-check {\n            color: #10B981; \n            width: 20px;\n            height: 20px;\n            display: inline-block;\n            vertical-align: middle;\n        }\n\n        #wbt-pro-comparativa-pura .wbt-icon-cross {\n            color: #EF4444; \n            width: 18px;\n            height: 18px;\n            display: inline-block;\n            opacity: 0.4;\n            vertical-align: middle;\n        }\n\n        #wbt-pro-comparativa-pura .wbt-text-small {\n            font-size: 11px;\n            color: #64748B;\n            display: block;\n            margin-top: 4px;\n        }\n\n    <\/style>\n\n    <div class=\"wbt-table-wrapper\">\n        <table>\n            <thead>\n                <tr>\n                    <th>An\u00e1lisis de Transparencia Operativa<\/th>\n                    \n                    <!-- PLAN 1: IDENTIDAD -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <!-- Icono ID \/ Base -->\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z\"><\/path><line x1=\"4\" y1=\"22\" x2=\"4\" y2=\"15\"><\/line><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Identidad Profesional<\/span>\n                        <span class=\"wbt-plan-price\">Desde $1,499<\/span>\n                        <span class=\"wbt-plan-sub\">Setup \/ Pago \u00danico<\/span>\n                        \n                        <div class=\"wbt-header-poliza\">\n                            <span class=\"wbt-poliza-label\">P\u00f3liza Anual<\/span>\n                            <span class=\"wbt-poliza-val\" style=\"color: #CBD5E1;\">= Costo Inicial + IVA<\/span>\n                        <\/div>\n                    <\/th>\n\n                    <!-- PLAN 2: SOCIO TECNOL\u00d3GICO (DESTACADO) -->\n                    <th class=\"wbt-highlight\">\n                        <div class=\"wbt-badge-top\">Plan Estrella<\/div>\n                        <div class=\"wbt-plan-icon\">\n                            <!-- Icono Handshake \/ Alianza -->\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Socio Tecnol\u00f3gico<\/span>\n                        <span class=\"wbt-plan-price\">$2,999 MXN<\/span>\n                        <span class=\"wbt-plan-sub\">Setup (Convenio 12 meses)<\/span>\n                        \n                        <div class=\"wbt-header-poliza\">\n                            <span class=\"wbt-poliza-label\">P\u00f3liza Mensual<\/span>\n                            <span class=\"wbt-poliza-val\">$1,499 MXN <span style=\"font-size:10px; font-weight:normal;\">+ IVA<\/span><\/span>\n                        <\/div>\n                    <\/th>\n\n                    <!-- PLAN 3: AUTOGESTI\u00d3N SOBERANA -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <!-- Icono C\u00f3digo \/ Servidor -->\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"><\/rect><rect x=\"2\" y=\"14\" width=\"20\" height=\"8\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"6\" y1=\"6\" x2=\"6.01\" y2=\"6\"><\/line><line x1=\"6\" y1=\"18\" x2=\"6.01\" y2=\"18\"><\/line><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Autogesti\u00f3n Soberana<\/span>\n                        <span class=\"wbt-plan-price\">A Cotizar<\/span>\n                        <span class=\"wbt-plan-sub\">Due\u00f1o Absoluto del C\u00f3digo<\/span>\n                        \n                        <div class=\"wbt-header-poliza\">\n                            <span class=\"wbt-poliza-label\">P\u00f3liza Fija<\/span>\n                            <span class=\"wbt-poliza-val\" style=\"color: #CBD5E1;\">Cuota Congelada<\/span>\n                        <\/div>\n                    <\/th>\n\n                    <!-- PLAN 4: CONSULTOR\u00cdA PROFESIONAL -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <!-- Icono Blueprint \/ Auditor\u00eda -->\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"><\/path><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"><\/rect><path d=\"M9 14h6\"><\/path><path d=\"M9 18h6\"><\/path><path d=\"M9 10h.01\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Consultor\u00eda Profesional<\/span>\n                        <span class=\"wbt-plan-price\">$5,000 MXN<\/span>\n                        <span class=\"wbt-plan-sub\">Diagn\u00f3stico EC0249 (3-5 d\u00edas)<\/span>\n                        \n                        <div class=\"wbt-header-poliza\">\n                            <span class=\"wbt-poliza-label\">Ingenier\u00eda<\/span>\n                            <span class=\"wbt-poliza-val\" style=\"color: #CBD5E1;\">A Cotizar post-auditor\u00eda<\/span>\n                        <\/div>\n                    <\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <!-- BLOQUE 1: ARQUITECTURA Y ENFOQUE -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Prop\u00f3sito Principal<\/td>\n                    <td>Validaci\u00f3n de Autoridad<\/td>\n                    <td class=\"wbt-highlight\"><strong>Captaci\u00f3n y CRM (SaaS)<\/strong><\/td>\n                    <td>Due\u00f1o Absoluto Operativo<\/td>\n                    <td>Automatizaci\u00f3n Total (ERP)<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Arquitectura de Sistema<\/td>\n                    <td>Est\u00e1tico \u00c1gil (Milisegundos)<\/td>\n                    <td class=\"wbt-highlight\">Din\u00e1mico Inteligente<\/td>\n                    <td>Vanilla JS (ES6+) Puro<\/td>\n                    <td>Ingenier\u00eda a la Medida<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Embudos y Conexiones<\/td>\n                    <td>Botones WhatsApp \/ Llamadas<\/td>\n                    <td class=\"wbt-highlight\">Captaci\u00f3n de Leads Inteligente<\/td>\n                    <td>M\u00f3dulos y APIs Propias<\/td>\n                    <td>Blueprint de Flujos y Datos<\/td>\n                <\/tr>\n\n                <!-- BLOQUE 2: INFRAESTRUCTURA Y SERVIDORES -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Protecci\u00f3n Global (DDoS)<\/td>\n                    <td><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Red Cloudflare<\/td>\n                    <td class=\"wbt-highlight\"><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Red Cloudflare<\/td>\n                    <td><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Seguridad a Medida<\/td>\n                    <td><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Dictamen de Vulnerabilidad<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Alojamiento \/ Nube<\/td>\n                    <td>Hosting Protegido Est\u00e1ndar<\/td>\n                    <td class=\"wbt-highlight\">Arquitectura Compartida<\/td>\n                    <td>Servidores Privados Dedicados<\/td>\n                    <td>Estrategia de Migraci\u00f3n<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Dominio Corporativo (.com\/.mx)<\/td>\n                    <td><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> <span class=\"wbt-text-small\">Incluido (1er A\u00f1o)<\/span><\/td>\n                    <td class=\"wbt-highlight\"><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> <span class=\"wbt-text-small\">Incluido (1er A\u00f1o)<\/span><\/td>\n                    <td><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> <span class=\"wbt-text-small\">Soberan\u00eda de Registro<\/span><\/td>\n                    <td><svg class=\"wbt-icon-cross\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg> <span class=\"wbt-text-small\">Auditor\u00eda de Activos<\/span><\/td>\n                <\/tr>\n\n                <!-- BLOQUE 3: HERRAMIENTAS Y DATOS (CON PANEL INTEGRADO) -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Panel de Administraci\u00f3n<\/td>\n                    <td>Sinapse OS Lite<\/td>\n                    <td class=\"wbt-highlight\"><strong>Sinapse OS B\u00e1sico<\/strong><\/td>\n                    <td>Sinapse OS Personalizado<\/td>\n                    <td>Mapeo de Procesos Internos<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Base de Datos<\/td>\n                    <td>Aut\u00f3noma (B\u00e1sica)<\/td>\n                    <td class=\"wbt-highlight\">Privada (Custodia Legal)<\/td>\n                    <td>B\u00f3veda Propia Independiente<\/td>\n                    <td>Dise\u00f1o Relacional Exclusivo<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Correo Empresarial<\/td>\n                    <td>Sujeto a l\u00edmites gratuitos<\/td>\n                    <td class=\"wbt-highlight\">Acceso Autom\u00e1tico Integral<\/td>\n                    <td>Entornos Aislados (Sin rentas)<\/td>\n                    <td>Matriz de Cumplimiento<\/td>\n                <\/tr>\n\n                <!-- BLOQUE 4: CONSULTOR\u00cdA Y ESCALABILIDAD -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Horas de Consultor\u00eda<\/td>\n                    <td>4 hrs \/ mes (Personalizada)<\/td>\n                    <td class=\"wbt-highlight\">8 hrs \/ mes (Estrat\u00e9gica)<\/td>\n                    <td>Diagn\u00f3stico EC0249<\/td>\n                    <td>Auditor\u00eda T\u00e9cnica Continua<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Capacitaci\u00f3n Operativa<\/td>\n                    <td>Manual te\u00f3rico de uso<\/td>\n                    <td class=\"wbt-highlight\">Video-manual (15 &#8211; 40 min)<\/td>\n                    <td>Documentaci\u00f3n Maestra Propia<\/td>\n                    <td>5 Documentos Rectores<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Desarrollo Continuo Incluido<\/td>\n                    <td><svg class=\"wbt-icon-cross\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/td>\n                    <td class=\"wbt-highlight\"><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> <span class=\"wbt-text-small\" style=\"color:#D4AF37;\">1 Desarrollo nuevo x mes<\/span><\/td>\n                    <td><svg class=\"wbt-icon-cross\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/td>\n                    <td><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> <span class=\"wbt-text-small\">Proyecci\u00f3n Financiera (ROI)<\/span><\/td>\n                <\/tr>\n\n                <!-- BLOQUE 5: SOBERAN\u00cdA Y LEGAL -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Entrega y Documentaci\u00f3n<\/td>\n                    <td>Actas de Inicio y Entrega<\/td>\n                    <td class=\"wbt-highlight\">Actas y Custodia Legal BD<\/td>\n                    <td>Cesi\u00f3n Absoluta y Acuerdos<\/td>\n                    <td>Dictamen Blueprint Estrat\u00e9gico<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Propiedad Intelectual<\/td>\n                    <td>Licencia de Uso Operativo<\/td>\n                    <td class=\"wbt-highlight\">Licencia de Uso Operativo<\/td>\n                    <td>100% Propiedad del Cliente<\/td>\n                    <td>100% Propiedad del Cliente<\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ IIFE para efecto de entrada suave\n    (function() {\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const tableWrapper = document.querySelector('.wbt-table-wrapper');\n            if (tableWrapper) {\n                tableWrapper.style.opacity = '0';\n                tableWrapper.style.transform = 'translateY(20px)';\n                tableWrapper.style.transition = 'opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)';\n                \n                setTimeout(() => {\n                    tableWrapper.style.opacity = '1';\n                    tableWrapper.style.transform = 'translateY(0)';\n                }, 100);\n            }\n        });\n    })();\n<\/script>\n\n\n<div class=\"style-441 style-local-264-c1 position-relative\" data-colibri-id=\"264-c1\">\n<div id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-442 style-local-264-c2 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"264-c2\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-864 style-local-264-c34 position-relative\" data-colibri-id=\"264-c34\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-865-outer style-local-264-c35-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-865 style-local-264-c35 position-relative\" data-colibri-id=\"264-c35\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-x-container style-866 style-local-264-c36 position-relative h-element\" data-colibri-id=\"264-c36\">\n<div class=\"h-x-container-inner style-dynamic-264-c36-group style-866-spacing style-local-264-c36-spacing\"><span class=\"h-button__outer style-867-outer style-local-264-c37-outer d-inline-flex h-element\"><a class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-867 style-local-264-c37 position-relative\" href=\"https:\/\/webtotal.com.mx\/index.php\/terminos-condiciones-web-total-mexico\/\" data-colibri-id=\"264-c37\"> T\u00c9RMINOS Y CONDICIONES DE PLANES WEB TOTAL<\/a><br \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-597 style-local-264-c38 position-relative\" data-colibri-id=\"264-c38\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-598-outer style-local-264-c39-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-598 style-local-264-c39 position-relative\" data-colibri-id=\"264-c39\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-599 style-local-264-c40 position-relative h-element\" data-colibri-id=\"264-c40\">\n<div class=\"h-heading__outer style-599 style-local-264-c40\">\n<h3 class=\"\">Nota: \u00a1Cada pedido es \u00fanico, por ello, aunque los precios est\u00e1n fijos, pueden variar dependiendo de las peticiones adicionales que cada uno requiera! Siempre con precios justos y accesibles.<\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Inversi\u00f3n Tecnol\u00f3gica y Operativa Adquiere infraestructura a medida, reduce tu inversi\u00f3n inicial a trav\u00e9s de p\u00f3lizas de suscripci\u00f3n o domina tu ecosistema con autonom\u00eda absoluta. Identidad Profesional Presencia base, profesional y moderna. Autoridad digital sin invertir en bases de datos complejas. Desarrollo \/ Pago \u00danico Desde $1,499 MXN + IVA P\u00f3liza Anual Equivalente al costo [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width-page.php","meta":{"footnotes":""},"class_list":["post-264","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Planes - Web Total M\u00e9xico<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webtotal.com.mx\/index.php\/planes\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planes - Web Total M\u00e9xico\" \/>\n<meta property=\"og:description\" content=\"Inversi\u00f3n Tecnol\u00f3gica y Operativa Adquiere infraestructura a medida, reduce tu inversi\u00f3n inicial a trav\u00e9s de p\u00f3lizas de suscripci\u00f3n o domina tu ecosistema con autonom\u00eda absoluta. Identidad Profesional Presencia base, profesional y moderna. Autoridad digital sin invertir en bases de datos complejas. Desarrollo \/ Pago \u00danico Desde $1,499 MXN + IVA P\u00f3liza Anual Equivalente al costo [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtotal.com.mx\/index.php\/planes\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Total M\u00e9xico\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webtotalmx\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T04:14:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"819\" \/>\n\t<meta property=\"og:image:height\" content=\"819\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@webtotalmx\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webtotal.com.mx\/index.php\/planes\/\",\"url\":\"https:\/\/webtotal.com.mx\/index.php\/planes\/\",\"name\":\"Planes - Web Total M\u00e9xico\",\"isPartOf\":{\"@id\":\"https:\/\/webtotal.com.mx\/#website\"},\"datePublished\":\"2025-04-05T00:03:34+00:00\",\"dateModified\":\"2026-05-05T04:14:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webtotal.com.mx\/index.php\/planes\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webtotal.com.mx\/index.php\/planes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webtotal.com.mx\/index.php\/planes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/webtotal.com.mx\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webtotal.com.mx\/#website\",\"url\":\"https:\/\/webtotal.com.mx\/\",\"name\":\"Web Total M\u00e9xico\",\"description\":\"Consultor\u00eda inform\u00e1tica, Dise\u00f1o Web e integraci\u00f3n de inteligencia artificial sustentable\",\"publisher\":{\"@id\":\"https:\/\/webtotal.com.mx\/#organization\"},\"alternateName\":\"Web Total\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webtotal.com.mx\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webtotal.com.mx\/#organization\",\"name\":\"WebTotal M\u00e9xico\",\"url\":\"https:\/\/webtotal.com.mx\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/webtotal.com.mx\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png\",\"contentUrl\":\"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png\",\"width\":819,\"height\":819,\"caption\":\"WebTotal M\u00e9xico\"},\"image\":{\"@id\":\"https:\/\/webtotal.com.mx\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webtotalmx\",\"https:\/\/x.com\/webtotalmx\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Planes - Web Total M\u00e9xico","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webtotal.com.mx\/index.php\/planes\/","og_locale":"es_MX","og_type":"article","og_title":"Planes - Web Total M\u00e9xico","og_description":"Inversi\u00f3n Tecnol\u00f3gica y Operativa Adquiere infraestructura a medida, reduce tu inversi\u00f3n inicial a trav\u00e9s de p\u00f3lizas de suscripci\u00f3n o domina tu ecosistema con autonom\u00eda absoluta. Identidad Profesional Presencia base, profesional y moderna. Autoridad digital sin invertir en bases de datos complejas. Desarrollo \/ Pago \u00danico Desde $1,499 MXN + IVA P\u00f3liza Anual Equivalente al costo [&hellip;]","og_url":"https:\/\/webtotal.com.mx\/index.php\/planes\/","og_site_name":"Web Total M\u00e9xico","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-05-05T04:14:49+00:00","og_image":[{"width":819,"height":819,"url":"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@webtotalmx","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtotal.com.mx\/index.php\/planes\/","url":"https:\/\/webtotal.com.mx\/index.php\/planes\/","name":"Planes - Web Total M\u00e9xico","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2025-04-05T00:03:34+00:00","dateModified":"2026-05-05T04:14:49+00:00","breadcrumb":{"@id":"https:\/\/webtotal.com.mx\/index.php\/planes\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtotal.com.mx\/index.php\/planes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtotal.com.mx\/index.php\/planes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/webtotal.com.mx\/"},{"@type":"ListItem","position":2,"name":"Planes"}]},{"@type":"WebSite","@id":"https:\/\/webtotal.com.mx\/#website","url":"https:\/\/webtotal.com.mx\/","name":"Web Total M\u00e9xico","description":"Consultor\u00eda inform\u00e1tica, Dise\u00f1o Web e integraci\u00f3n de inteligencia artificial sustentable","publisher":{"@id":"https:\/\/webtotal.com.mx\/#organization"},"alternateName":"Web Total","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webtotal.com.mx\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/webtotal.com.mx\/#organization","name":"WebTotal M\u00e9xico","url":"https:\/\/webtotal.com.mx\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/webtotal.com.mx\/#\/schema\/logo\/image\/","url":"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png","contentUrl":"https:\/\/webtotal.com.mx\/wp-content\/uploads\/2025\/08\/cropped-cropped-LOGO-WEB-TOTAL-1.png","width":819,"height":819,"caption":"WebTotal M\u00e9xico"},"image":{"@id":"https:\/\/webtotal.com.mx\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webtotalmx","https:\/\/x.com\/webtotalmx"]}]}},"_links":{"self":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/264","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/comments?post=264"}],"version-history":[{"count":19,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/264\/revisions"}],"predecessor-version":[{"id":3222,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/264\/revisions\/3222"}],"wp:attachment":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/media?parent=264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}