{"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-21T20:42:07","modified_gmt":"2026-05-22T02:42:07","slug":"planes","status":"publish","type":"page","link":"https:\/\/webtotal.com.mx\/index.php\/planes\/","title":{"rendered":"Membres\u00edas"},"content":{"rendered":"\n<div id=\"wbt-pro-pricing\">\n    <style>\n\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: 800;\n            color: #0F172A; \n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n        }\n\n        #wbt-pro-pricing .wbt-header p {\n            color: #475569; \n            font-size: clamp(16px, 2vw, 18px);\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Grid Principal de Planes (Auto-fit para 5 tarjetas) *\/\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        #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 { font-size: 20px; color: #F8FAFC; margin-bottom: 5px; font-weight: 700; }\n        #wbt-pro-pricing .wbt-plan-desc { font-size: 13px; color: #94A3B8; margin-bottom: 25px; min-height: 40px; line-height: 1.5; }\n\n        \/* Bloque de Precios *\/\n        #wbt-pro-pricing .wbt-price-block { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #1E293B; }\n        #wbt-pro-pricing .wbt-price-setup { margin-bottom: 15px; }\n        #wbt-pro-pricing .wbt-price-setup .wbt-label { font-size: 11px; color: #64748B; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 2px; }\n        #wbt-pro-pricing .wbt-price-setup .wbt-amount { font-size: 30px; font-weight: 700; color: #FFFFFF; line-height: 1; }\n        #wbt-pro-pricing .wbt-price-setup .wbt-amount-small { font-size: 24px; font-weight: 700; color: #FFFFFF; line-height: 1; margin-top: 5px; }\n        #wbt-pro-pricing .wbt-price-setup .wbt-currency { font-size: 14px; color: #94A3B8; font-weight: 400; }\n\n        #wbt-pro-pricing .wbt-price-poliza { background: rgba(30, 41, 59, 0.5); border-radius: 8px; padding: 10px; border: 1px solid #1E293B; }\n        #wbt-pro-pricing .wbt-price-poliza .wbt-label { font-size: 11px; color: #D4AF37; font-weight: 600; display: block; }\n        #wbt-pro-pricing .wbt-price-poliza .wbt-amount { font-size: 13px; color: #F8FAFC; font-weight: 600; display: block; margin-top: 2px; }\n\n        \/* Lista de Caracter\u00edsticas *\/\n        #wbt-pro-pricing .wbt-features { list-style: none; flex-grow: 1; margin-bottom: 30px; }\n        #wbt-pro-pricing .wbt-features li { font-size: 13px; color: #CBD5E1; margin-bottom: 12px; display: flex; align-items: flex-start; line-height: 1.5; }\n        #wbt-pro-pricing .wbt-features li svg { min-width: 16px; width: 16px; height: 16px; color: #10B981; margin-right: 10px; margin-top: 2px; }\n\n        \/* Botones *\/\n        #wbt-pro-pricing .wbt-btn {\n            display: block; width: 100%; text-align: center; padding: 14px; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: none; text-transform: uppercase; letter-spacing: 0.5px;\n        }\n        #wbt-pro-pricing .wbt-btn-outline { background: transparent; color: #F8FAFC; border: 1px solid #334155; }\n        #wbt-pro-pricing .wbt-btn-outline:hover { background: #1E293B; border-color: #475569; }\n        #wbt-pro-pricing .wbt-btn-primary { background: linear-gradient(135deg, #D4AF37, #B8941F); color: #000000; box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2); }\n        #wbt-pro-pricing .wbt-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3); }\n\n        \/* Secciones con botones selectores *\/\n        #wbt-pro-pricing .wbt-products-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-bottom: 50px; align-items: start; }\n        #wbt-pro-pricing .wbt-product-section { margin-bottom: 0; }\n        #wbt-pro-pricing .wbt-section-title { text-align: center; margin-bottom: 18px; }\n        #wbt-pro-pricing .wbt-section-title h3 { font-size: clamp(20px, 2.2vw, 28px); color: #0F172A; margin-bottom: 8px; letter-spacing: -0.3px; font-weight: 800; text-transform: uppercase; }\n        #wbt-pro-pricing .wbt-section-title p { color: #475569; font-size: 14px; max-width: 780px; margin: 0 auto; }\n\n        #wbt-pro-pricing .wbt-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }\n        #wbt-pro-pricing .wbt-tab { background: #0F172A; color: #CBD5E1; border: 1px solid #334155; border-radius: 999px; padding: 10px 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; transition: all 0.25s ease; }\n        #wbt-pro-pricing .wbt-tab:hover, #wbt-pro-pricing .wbt-tab.wbt-active { background: linear-gradient(135deg, #D4AF37, #B8941F); color: #000000; border-color: #D4AF37; box-shadow: 0 8px 20px rgba(212, 175, 55, 0.18); }\n\n        #wbt-pro-pricing .wbt-product-view { max-width: none; margin: 0 auto; }\n        #wbt-pro-pricing .wbt-product-panel { display: none; opacity: 1; transform: none; animation: wbtFadeIn 0.35s ease both; }\n        #wbt-pro-pricing .wbt-product-panel.wbt-active { display: flex; }\n\n        @keyframes wbtFadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }\n\n        \/* ==========================================================================\n           GARANT\u00cdA WOW ANIMADA (SIN EMOJIS, 100% PROFESIONAL)\n           ========================================================================== *\/\n        .wbt-garantia-premium {\n            background: linear-gradient(145deg, #0F172A, #020617);\n            border: 1px solid rgba(212, 175, 55, 0.15);\n            border-radius: 28px;\n            padding: 60px 40px;\n            margin: 80px auto;\n            max-width: 1100px;\n            text-align: center;\n            box-shadow: 0 25px 60px rgba(0,0,0,0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .wbt-garantia-premium::before {\n            content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n            background: linear-gradient(90deg, transparent, #D4AF37, transparent);\n        }\n        .wbt-garantia-title { color: #D4AF37; font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; margin-bottom: 15px; letter-spacing: -0.5px; text-transform: uppercase; }\n        .wbt-garantia-subtitle { color: #94A3B8; font-size: 15px; max-width: 800px; margin: 0 auto 40px; line-height: 1.6; }\n        \n        .wbt-garantia-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }\n        \n        .wbt-garantia-card {\n            background: rgba(30, 41, 59, 0.4); border: 1px solid rgba(148, 163, 184, 0.08); border-radius: 20px; padding: 35px 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); backdrop-filter: blur(10px);\n        }\n        .wbt-garantia-card:hover {\n            transform: translateY(-12px); border-color: #D4AF37; background: rgba(212, 175, 55, 0.05); box-shadow: 0 15px 35px rgba(212, 175, 55, 0.15);\n        }\n        .wbt-icon-wrapper {\n            width: 70px; height: 70px; margin: 0 auto 20px; background: rgba(212, 175, 55, 0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #D4AF37; border: 1px solid rgba(212, 175, 55, 0.2); animation: wbtFloat 4s ease-in-out infinite;\n        }\n        .wbt-garantia-card:nth-child(2) .wbt-icon-wrapper { animation-delay: 0.5s; }\n        .wbt-garantia-card:nth-child(3) .wbt-icon-wrapper { animation-delay: 1s; }\n        .wbt-garantia-card:nth-child(4) .wbt-icon-wrapper { animation-delay: 1.5s; }\n        \n        .wbt-icon-wrapper svg { width: 32px; height: 32px; }\n        .wbt-garantia-card h4 { color: #F8FAFC; font-size: 16px; font-weight: 700; margin-bottom: 8px; }\n        .wbt-garantia-card p { color: #94A3B8; font-size: 13px; line-height: 1.5; margin: 0; }\n\n        @keyframes wbtFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }\n\n\n        \/* ==========================================================================\n           OPCI\u00d3N ECON\u00d3MICA STARTER (DESPLEGABLE BAJO PRODUCTOS)\n           ========================================================================== *\/\n        #wbt-pro-pricing .wbt-starter-accordion {\n            margin: 10px auto 70px;\n            max-width: 980px;\n            border-radius: 26px;\n            overflow: hidden;\n            border: 1px solid rgba(212, 175, 55, 0.22);\n            background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.13), transparent 32%), linear-gradient(145deg, #0F172A, #020617);\n            box-shadow: 0 25px 55px rgba(0,0,0,0.28);\n        }\n\n        #wbt-pro-pricing .wbt-starter-accordion summary {\n            list-style: none;\n            cursor: pointer;\n            padding: 26px 30px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            gap: 18px;\n            color: #F8FAFC;\n            user-select: none;\n        }\n\n        #wbt-pro-pricing .wbt-starter-accordion summary::-webkit-details-marker {\n            display: none;\n        }\n\n        #wbt-pro-pricing .wbt-starter-kicker {\n            display: inline-block;\n            color: #020617;\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            border-radius: 999px;\n            padding: 5px 12px;\n            font-size: 11px;\n            font-weight: 900;\n            text-transform: uppercase;\n            letter-spacing: 0.8px;\n            margin-bottom: 10px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-title {\n            display: block;\n            font-size: clamp(20px, 3vw, 28px);\n            font-weight: 900;\n            letter-spacing: -0.4px;\n            line-height: 1.15;\n        }\n\n        #wbt-pro-pricing .wbt-starter-subtitle {\n            display: block;\n            margin-top: 8px;\n            color: #CBD5E1;\n            font-size: 14px;\n            line-height: 1.5;\n            max-width: 720px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-arrow {\n            min-width: 44px;\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            border: 1px solid rgba(212, 175, 55, 0.35);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D4AF37;\n            transition: transform 0.3s ease, background 0.3s ease;\n        }\n\n        #wbt-pro-pricing .wbt-starter-accordion[open] .wbt-starter-arrow {\n            transform: rotate(180deg);\n            background: rgba(212, 175, 55, 0.08);\n        }\n\n        #wbt-pro-pricing .wbt-starter-content {\n            padding: 0 30px 30px;\n            border-top: 1px solid rgba(148, 163, 184, 0.12);\n        }\n\n        #wbt-pro-pricing .wbt-starter-grid {\n            display: grid;\n            grid-template-columns: 1.05fr 1fr 1fr;\n            gap: 18px;\n            margin-top: 24px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box {\n            background: rgba(15, 23, 42, 0.82);\n            border: 1px solid rgba(148, 163, 184, 0.13);\n            border-radius: 18px;\n            padding: 20px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box h4 {\n            color: #D4AF37;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 0.7px;\n            margin-bottom: 12px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box p,\n        #wbt-pro-pricing .wbt-starter-box li {\n            color: #CBD5E1;\n            font-size: 13px;\n            line-height: 1.55;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box ul {\n            list-style: none;\n            display: grid;\n            gap: 9px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-price {\n            font-size: 32px;\n            font-weight: 900;\n            color: #FFFFFF;\n            line-height: 1;\n            margin: 8px 0 8px;\n            letter-spacing: -0.7px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-price span {\n            font-size: 14px;\n            color: #94A3B8;\n            font-weight: 500;\n        }\n\n        #wbt-pro-pricing .wbt-starter-note {\n            color: #94A3B8 !important;\n            font-size: 12px !important;\n            margin-top: 10px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-cta {\n            margin-top: 20px;\n        }\n\n        @media (max-width: 992px) {\n            #wbt-pro-pricing .wbt-starter-grid { grid-template-columns: 1fr; }\n            #wbt-pro-pricing .wbt-starter-accordion summary { align-items: flex-start; padding: 24px 20px; }\n            #wbt-pro-pricing .wbt-starter-content { padding: 0 20px 24px; }\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-pricing .wbt-starter-accordion { border-radius: 22px; margin-bottom: 48px; }\n            #wbt-pro-pricing .wbt-starter-accordion summary { gap: 12px; }\n            #wbt-pro-pricing .wbt-starter-arrow { min-width: 38px; width: 38px; height: 38px; }\n        }\n\n        \/* ==========================================================================\n           RESPONSIVIDAD Y AJUSTES\n           ========================================================================== *\/\n        @media (max-width: 992px) {\n            #wbt-pro-pricing { max-width: 760px; margin: 24px auto; padding: 16px 14px; }\n            #wbt-pro-pricing .wbt-products-row { grid-template-columns: 1fr; gap: 26px; margin-bottom: 32px; }\n            #wbt-pro-pricing .wbt-product-section { padding: 18px 14px; border: 1px solid rgba(148, 163, 184, 0.14); background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 34%), linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(2, 6, 23, 0.42)); box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28); border-radius: 24px; }\n            #wbt-pro-pricing .wbt-section-title h3 { color: #FFFFFF; text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); font-size: clamp(22px, 6.5vw, 32px); }\n            #wbt-pro-pricing .wbt-section-title p { color: #E2E8F0; }\n            .wbt-garantia-premium { padding: 40px 20px; border-radius: 20px; }\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-pricing .wbt-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 7px; background: rgba(2, 6, 23, 0.52); border-radius: 18px; border: 1px solid rgba(148, 163, 184, 0.12); box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.22); }\n            #wbt-pro-pricing .wbt-product-section[data-section=\"aplicaciones-web-ultra\"] .wbt-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n            #wbt-pro-pricing .wbt-tab { font-size: 11px; padding: 11px 8px; width: 100%; white-space: nowrap; background: rgba(15, 23, 42, 0.92); border-radius: 999px; }\n            #wbt-pro-pricing .wbt-card { padding: 24px 16px; border-radius: 20px; }\n        }\n\n\n\n        \/* ==========================================================================\n           AJUSTE DEFINITIVO DE PROPORCI\u00d3N VISUAL, STARTER Y GARANT\u00cdA\n           Corrige iconos gigantes, tarjetas desiguales y textos desbordados.\n           ========================================================================== *\/\n        #wbt-pro-pricing .wbt-products-row {\n            align-items: stretch;\n        }\n\n        #wbt-pro-pricing .wbt-product-section {\n            display: flex;\n            flex-direction: column;\n            min-width: 0;\n        }\n\n        #wbt-pro-pricing .wbt-product-view {\n            display: flex;\n            flex: 1;\n            min-width: 0;\n        }\n\n        #wbt-pro-pricing .wbt-product-panel.wbt-active {\n            width: 100%;\n            min-height: 620px;\n        }\n\n        #wbt-pro-pricing .wbt-card {\n            height: 100%;\n        }\n\n        #wbt-pro-pricing .wbt-card .wbt-features li svg,\n        #wbt-pro-pricing .wbt-card svg {\n            flex-shrink: 0;\n        }\n\n        #wbt-pro-pricing .wbt-starter-accordion {\n            width: 100%;\n            max-width: 1200px;\n            margin: 18px auto 64px;\n            border-radius: 24px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-content {\n            padding: 0 24px 24px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-grid {\n            grid-template-columns: minmax(230px, 0.95fr) minmax(260px, 1fr) minmax(260px, 1fr);\n            gap: 16px;\n            align-items: stretch;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box {\n            display: flex;\n            flex-direction: column;\n            min-width: 0;\n            height: 100%;\n            padding: 18px;\n            overflow: hidden;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box h4 {\n            font-size: 12px;\n            line-height: 1.25;\n            margin-bottom: 12px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box p,\n        #wbt-pro-pricing .wbt-starter-box li {\n            font-size: 12.5px;\n            line-height: 1.45;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box ul {\n            gap: 10px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box li {\n            display: flex;\n            align-items: flex-start;\n            gap: 9px;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box li svg {\n            width: 16px !important;\n            height: 16px !important;\n            min-width: 16px !important;\n            max-width: 16px !important;\n            max-height: 16px !important;\n            flex: 0 0 16px !important;\n            display: block;\n            margin-top: 2px;\n            color: #10B981;\n            stroke-width: 2.5;\n        }\n\n        #wbt-pro-pricing .wbt-starter-box.wbt-starter-no-box li svg {\n            color: #F87171;\n            opacity: 0.95;\n        }\n\n        #wbt-pro-pricing .wbt-starter-price {\n            font-size: clamp(26px, 3vw, 32px);\n            white-space: nowrap;\n        }\n\n        #wbt-pro-pricing .wbt-starter-price span {\n            white-space: nowrap;\n        }\n\n        #wbt-pro-pricing .wbt-starter-cta {\n            margin-top: auto;\n            padding: 12px 14px;\n            font-size: 12px;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-premium {\n            width: 100%;\n            max-width: 1200px;\n            padding: 44px 28px 30px;\n            margin: 64px auto 70px;\n            border-radius: 24px;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-title {\n            font-size: clamp(22px, 3vw, 30px);\n            line-height: 1.15;\n            margin-bottom: 8px;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-subtitle {\n            font-size: 14px;\n            line-height: 1.5;\n            max-width: 760px;\n            margin-bottom: 26px;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-grid {\n            grid-template-columns: repeat(4, minmax(0, 1fr));\n            gap: 16px;\n            align-items: stretch;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-card {\n            min-width: 0;\n            height: 100%;\n            padding: 22px 16px 18px;\n            border-radius: 16px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start;\n            overflow: hidden;\n        }\n\n        #wbt-pro-pricing .wbt-icon-wrapper {\n            width: 56px;\n            height: 56px;\n            min-width: 56px;\n            margin: 0 auto 14px;\n            position: static;\n        }\n\n        #wbt-pro-pricing .wbt-icon-wrapper svg {\n            width: 26px;\n            height: 26px;\n            max-width: 26px;\n            max-height: 26px;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-card h4 {\n            font-size: 14px;\n            line-height: 1.25;\n            margin-bottom: 6px;\n            text-align: center;\n        }\n\n        #wbt-pro-pricing .wbt-garantia-card p {\n            font-size: 12px;\n            line-height: 1.45;\n            text-align: center;\n        }\n\n        @media (max-width: 1100px) {\n            #wbt-pro-pricing .wbt-garantia-grid {\n                grid-template-columns: repeat(2, minmax(0, 1fr));\n            }\n        }\n\n        @media (max-width: 992px) {\n            #wbt-pro-pricing .wbt-product-panel.wbt-active {\n                min-height: 0;\n            }\n\n            #wbt-pro-pricing .wbt-starter-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-pricing .wbt-starter-accordion summary {\n                padding: 22px 16px;\n            }\n\n            #wbt-pro-pricing .wbt-starter-content {\n                padding: 0 14px 18px;\n            }\n\n            #wbt-pro-pricing .wbt-starter-title {\n                font-size: 22px;\n            }\n\n            #wbt-pro-pricing .wbt-starter-subtitle {\n                font-size: 12.5px;\n            }\n\n            #wbt-pro-pricing .wbt-garantia-premium {\n                padding: 34px 14px 22px;\n                margin: 46px auto 54px;\n            }\n\n            #wbt-pro-pricing .wbt-garantia-grid {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n\n            #wbt-pro-pricing .wbt-garantia-card {\n                padding: 20px 16px;\n            }\n        }\n\n\n        \/* ==========================================================================\n           AJUSTE FINAL: ESPACIADO LATERAL UNIFORME ENTRE BLOQUES\n           Mantiene el mismo ancho visual para productos, Starter, garant\u00eda y comparativas.\n           ========================================================================== *\/\n        #wbt-pro-pricing .wbt-products-row,\n        #wbt-pro-pricing .wbt-starter-accordion,\n        #wbt-pro-pricing .wbt-garantia-premium {\n            max-width: 1200px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        #wbt-pro-pricing .wbt-products-row {\n            width: 100%;\n        }\n\n        #wbt-pro-pricing .wbt-starter-accordion,\n        #wbt-pro-pricing .wbt-garantia-premium {\n            width: 100%;\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-pricing,\n            #wbt-pro-comparativa-pura {\n                padding-left: 14px;\n                padding-right: 14px;\n            }\n        }\n    <\/style>\n\n    <div class=\"wbt-header\">\n        <h2>Sistemas Digitales Integrales<\/h2>\n        <p>No entregamos folletos digitales. Desplegamos herramientas de trabajo dise\u00f1adas para eliminar cuellos de botella y generar retorno de inversi\u00f3n.<\/p>\n    <\/div>\n\n    <div class=\"wbt-products-row\">\n\n        <!-- SECCI\u00d3N 1: APLICACIONES WEB -->\n        <section class=\"wbt-product-section\" data-section=\"aplicaciones-web\">\n            <div class=\"wbt-section-title\">\n                <h3><strong>APLICACIONES WEB<\/strong><\/h3>\n                <p>Elige el nivel de despliegue digital que necesitas. Cada bot\u00f3n actualiza la informaci\u00f3n del producto sin recargar la p\u00e1gina.<\/p>\n            <\/div>\n\n            <div class=\"wbt-tabs\">\n                <button class=\"wbt-tab wbt-active\" data-target=\"app-lite\">Lite<\/button>\n                <button class=\"wbt-tab\" data-target=\"app-plus\">Plus<\/button>\n                <button class=\"wbt-tab\" data-target=\"app-pro\">Pro<\/button>\n            <\/div>\n\n            <div class=\"wbt-product-view\">\n                <div class=\"wbt-card wbt-product-panel wbt-active\" data-product=\"app-lite\">\n                    <h3 class=\"wbt-plan-name\">App Web Lite<\/h3>\n                    <p class=\"wbt-plan-desc\">Primera app web administrable. Incluye panel sencillo para editar contenido b\u00e1sico y capturar contactos desde una base de datos simple.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Pago \u00danico<\/span>\n                            <div class=\"wbt-amount\">$2,319.99 <span class=\"wbt-currency\">MXN (IVA incl.)<\/span><\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Opciones MSI:<\/span>\n                            <div style=\"margin-top: 4px;\">\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">3 MSI: $2,562.87 | 6 MSI: $2,319.35<\/span>\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">9 MSI: $2,795.75 | 12 MSI: $2,863.81<\/span>\n                            <\/div>\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\"><\/polyline><\/svg> Primer salto real: ya incluye panel sencillo de administraci\u00f3n<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Permite editar textos, im\u00e1genes o contenido b\u00e1sico sin tocar el dise\u00f1o<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Formulario conectado para recibir y ordenar contactos iniciales<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> No incluye CRM, m\u00faltiples p\u00e1ginas corporativas ni automatizaciones avanzadas<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Comenzar Lite<\/a>\n                <\/div>\n\n                <div class=\"wbt-card wbt-product-panel\" data-product=\"app-plus\">\n                    <h3 class=\"wbt-plan-name\">App Web Plus<\/h3>\n                    <p class=\"wbt-plan-desc\">Presencia corporativa administrable. Sube de una app b\u00e1sica a una estructura m\u00e1s formal con p\u00e1ginas, servicios separados y mayor autoridad comercial.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Pago \u00danico<\/span>\n                            <div class=\"wbt-amount\">$3,479.99 <span class=\"wbt-currency\">MXN (IVA incl.)<\/span><\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Opciones MSI:<\/span>\n                            <div style=\"margin-top: 4px;\">\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">3 MSI: $3,844.33 | 6 MSI: $3,998.02<\/span>\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">9 MSI: $4,193.62 | 12 MSI: $4,295.71<\/span>\n                            <\/div>\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\"><\/polyline><\/svg> Todo lo esencial de Lite, con estructura corporativa m\u00e1s completa<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> M\u00faltiples p\u00e1ginas independientes para servicios, nosotros, contacto o secciones clave<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Panel b\u00e1sico ampliado para administrar contenido, blog, servicios o portafolio<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> No incluye CRM comercial, seguimiento de leads por etapas ni flujos internos<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Comenzar Plus<\/a>\n                <\/div>\n\n                <div class=\"wbt-card wbt-product-panel wbt-popular\" data-product=\"app-pro\">\n                    <div class=\"wbt-badge\">EL MEJOR<\/div>\n                    <h3 class=\"wbt-plan-name\" style=\"color: #D4AF37;\">App Web Pro<\/h3>\n                    <p class=\"wbt-plan-desc\" style=\"color: #E2E8F0;\">Gesti\u00f3n comercial real. Adem\u00e1s de presencia corporativa, permite capturar, ordenar y dar seguimiento a prospectos desde un CRM ligero interno.<\/p>\n\n                    <div class=\"wbt-price-block\" style=\"border-color: #334155;\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Pago \u00danico<\/span>\n                            <div class=\"wbt-amount\">$4,639.99 <span class=\"wbt-currency\">MXN (IVA incl.)<\/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\">Opciones MSI:<\/span>\n                            <div style=\"margin-top: 4px;\">\n                                <span style=\"font-size: 11px; color: #CBD5E1; display: block;\">3 MSI: $5,125.77 | 6 MSI: $5,329.55<\/span>\n                                <span style=\"font-size: 11px; color: #CBD5E1; display: block;\">9 MSI: $5,591.50 | 12 MSI: $5,727.62<\/span>\n                            <\/div>\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\"><\/polyline><\/svg> Todo lo de Plus, con CRM ligero y base de datos m\u00e1s organizada<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Captura, filtrado y seguimiento de leads desde el panel interno<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Formularios avanzados, estados de prospectos y reportes b\u00e1sicos<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> No incluye ERP, inventario avanzado, IA, app m\u00f3vil nativa ni m\u00f3dulos complejos a medida<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-primary\">Desplegar Pro<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- SECCI\u00d3N 2: DESARROLLO AVANZADO -->\n        <section class=\"wbt-product-section\" data-section=\"aplicaciones-web-ultra\">\n            <div class=\"wbt-section-title\">\n                <h3><strong>DESARROLLO AVANZADO<\/strong><\/h3>\n                <p>Soluciones avanzadas para empresas que requieren flujos internos, automatizaci\u00f3n, app m\u00f3vil o publicaci\u00f3n en tiendas.<\/p>\n            <\/div>\n\n            <div class=\"wbt-tabs\">\n                <button class=\"wbt-tab wbt-active\" data-target=\"app-ultra\">WEB ULTRA<\/button>\n                <button class=\"wbt-tab\" data-target=\"app-ultra-pro\">ULTRA PRO<\/button>\n            <\/div>\n\n            <div class=\"wbt-product-view\">\n                <div class=\"wbt-card wbt-product-panel wbt-active\" data-product=\"app-ultra\">\n                    <h3 class=\"wbt-plan-name\">App Web Ultra<\/h3>\n                    <p class=\"wbt-plan-desc\">Sistema web operativo a la medida. Para empresas que necesitan digitalizar procesos internos, cotizadores, automatizaciones o m\u00f3dulos personalizados.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Ingenier\u00eda a la Medida<\/span>\n                            <div class=\"wbt-amount-small\">A Cotizar<\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Requisito Previo:<\/span>\n                            <span class=\"wbt-amount\">Auditor\u00eda T\u00e9cnica y Diagn\u00f3stico<\/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\"><\/polyline><\/svg> Todo lo de Pro, llevado a flujos operativos internos<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> M\u00f3dulos personalizados, roles, permisos y procesos a la medida<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Cotizadores din\u00e1micos, automatizaciones e integraciones seg\u00fan diagn\u00f3stico<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> No incluye app m\u00f3vil nativa, App Store, Google Play ni IA avanzada salvo cotizaci\u00f3n<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Solicitar Auditor\u00eda<\/a>\n                <\/div>\n\n                <div class=\"wbt-card wbt-product-panel\" data-product=\"app-ultra-pro\">\n                    <h3 class=\"wbt-plan-name\">App Ultra Pro<\/h3>\n                    <p class=\"wbt-plan-desc\">Ecosistema digital avanzado. Para corporativos o startups que requieren experiencia m\u00f3vil, publicaci\u00f3n en tiendas, IA o integraci\u00f3n multiplataforma.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Despliegue Multiplataforma<\/span>\n                            <div class=\"wbt-amount-small\">A Cotizar<\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Requisito Previo:<\/span>\n                            <span class=\"wbt-amount\">Auditor\u00eda T\u00e9cnica y Diagn\u00f3stico<\/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\"><\/polyline><\/svg> Todo lo de Ultra, con despliegue m\u00f3vil y enfoque multiplataforma<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Aplicaci\u00f3n web llevada a experiencia m\u00f3vil nativa o empaquetada<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Gesti\u00f3n para Apple App Store, Google Play e integraciones con IA<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Requiere auditor\u00eda, alcance t\u00e9cnico formal y cotizaci\u00f3n personalizada<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Solicitar Auditor\u00eda<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- SECCI\u00d3N 3: MEMBRES\u00cdAS Y GESTI\u00d3N -->\n        <section class=\"wbt-product-section\" data-section=\"consultoria-sistemas-digitales\">\n            <div class=\"wbt-section-title\">\n                <h3><strong>MEMBRES\u00cdAS Y GESTI\u00d3N<\/strong><\/h3>\n                <p>Acompa\u00f1amiento, soporte e intervenci\u00f3n t\u00e9cnica para mantener tu ecosistema siempre operando al m\u00e1ximo nivel.<\/p>\n            <\/div>\n\n            <div class=\"wbt-tabs\">\n                <button class=\"wbt-tab wbt-active\" data-target=\"consultoria-lite\">ESENCIAL<\/button>\n                <button class=\"wbt-tab\" data-target=\"consultoria-plus\">SOCIO<\/button>\n                <button class=\"wbt-tab\" data-target=\"consultoria-pro\">CONSULTOR<\/button>\n            <\/div>\n\n            <div class=\"wbt-product-view\">\n                \n                <!-- ESENCIAL -->\n                <div class=\"wbt-card wbt-product-panel wbt-active\" data-product=\"consultoria-lite\">\n                    <h3 class=\"wbt-plan-name\">Acompa\u00f1amiento Esencial<\/h3>\n                    <p class=\"wbt-plan-desc\">Acompa\u00f1amiento, supervisi\u00f3n, estrategia e intervenci\u00f3n inicial para ordenar decisiones tecnol\u00f3gicas.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Pago \u00danico<\/span>\n                            <div class=\"wbt-amount\">$1,499.99 <span class=\"wbt-currency\">MXN (IVA incl.)<\/span><\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Opciones MSI:<\/span>\n                            <div style=\"margin-top: 4px;\">\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">3 MSI: $1,657.03 | 6 MSI: $1,723.28<\/span>\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">9 MSI: $1,807.59 | 12 MSI: $1,851.60<\/span>\n                            <\/div>\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\"><\/polyline><\/svg> Acompa\u00f1amiento guiado<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Supervisi\u00f3n estrat\u00e9gica<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Consultor\u00eda pr\u00e1ctica<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Resoluci\u00f3n de dudas<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Intervenci\u00f3n inicial<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Iniciar Esencial<\/a>\n                <\/div>\n\n                <!-- SOCIO -->\n                <div class=\"wbt-card wbt-product-panel wbt-popular\" data-product=\"consultoria-plus\">\n                    <div class=\"wbt-badge\">EL MEJOR<\/div>\n                    <h3 class=\"wbt-plan-name\" style=\"color: #D4AF37;\">Socio Tecnol\u00f3gico<\/h3>\n                    <p class=\"wbt-plan-desc\" style=\"color: #E2E8F0;\">Todo lo de Acompa\u00f1amiento Esencial, con una capa adicional de diagn\u00f3stico, planeaci\u00f3n y mejora operativa.<\/p>\n\n                    <div class=\"wbt-price-block\" style=\"border-color: #334155;\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Pago \u00danico<\/span>\n                            <div class=\"wbt-amount\">$2,999.99 <span class=\"wbt-currency\">MXN (IVA incl.)<\/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\">Opciones MSI:<\/span>\n                            <div style=\"margin-top: 4px;\">\n                                <span style=\"font-size: 11px; color: #CBD5E1; display: block;\">3 MSI: $3,314.07 | 6 MSI: $3,446.57<\/span>\n                                <span style=\"font-size: 11px; color: #CBD5E1; display: block;\">9 MSI: $3,615.19 | 12 MSI: $3,703.20<\/span>\n                            <\/div>\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\"><\/polyline><\/svg> Todo lo de Acompa\u00f1amiento Esencial<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Auditor\u00eda tecnol\u00f3gica b\u00e1sica<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Mapa de procesos digitales<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Recomendaci\u00f3n de herramientas y plataformas<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Plan de implementaci\u00f3n por prioridades<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Revisi\u00f3n de costos, riesgos y escalabilidad<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-primary\">Iniciar Socio<\/a>\n                <\/div>\n\n                <!-- CONSULTOR -->\n                <div class=\"wbt-card wbt-product-panel\" data-product=\"consultoria-pro\">\n                    <h3 class=\"wbt-plan-name\">Consultor Estrat\u00e9gico<\/h3>\n                    <p class=\"wbt-plan-desc\">Direcci\u00f3n t\u00e9cnica de alto nivel, soporte dedicado e infraestructura para proteger y escalar tu ecosistema sin l\u00edmites.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Pago \u00danico<\/span>\n                            <div class=\"wbt-amount\">$5,999.99 <span class=\"wbt-currency\">MXN (IVA incl.)<\/span><\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Opciones MSI:<\/span>\n                            <div style=\"margin-top: 4px;\">\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">3 MSI: $6,628.15 | 6 MSI: $6,893.15<\/span>\n                                <span style=\"font-size: 11px; color: #94A3B8; display: block;\">9 MSI: $7,230.40 | 12 MSI: $7,406.41<\/span>\n                            <\/div>\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\"><\/polyline><\/svg> 8 hrs consultor\u00eda \/ 8 hrs soporte \/ 8 hrs mtto<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Reportes semanales, mensuales y tracking diario<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Admin. de Servidores Dedicados y Agentes IA<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Cesi\u00f3n absoluta del c\u00f3digo (NCA) e Infraestructura<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Iniciar Consultor<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n\n    <details class=\"wbt-starter-accordion\">\n        <summary>\n            <span>\n                <span class=\"wbt-starter-kicker\">\u00bfOpci\u00f3n econ\u00f3mica?<\/span>\n                <span class=\"wbt-starter-title\">App Web Starter<\/span>\n                <span class=\"wbt-starter-subtitle\">Para quien necesita presencia digital profesional al menor costo posible, sin panel ni funciones administrables. Es la puerta de entrada antes de Lite.<\/span>\n            <\/span>\n            <span class=\"wbt-starter-arrow\">\n                <svg viewBox=\"0 0 24 24\" width=\"22\" height=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"><\/polyline><\/svg>\n            <\/span>\n        <\/summary>\n\n        <div class=\"wbt-starter-content\">\n            <div class=\"wbt-starter-grid\">\n                <div class=\"wbt-starter-box\">\n                    <h4>Precio de entrada<\/h4>\n                    <p>Presencia digital esencial para emprendedores, servicios locales o negocios que quieren empezar r\u00e1pido sin invertir todav\u00eda en una app web administrable.<\/p>\n                    <div class=\"wbt-starter-price\">$1,299 <span>MXN + IVA<\/span><\/div>\n                    <p class=\"wbt-starter-note\">Recomendado cuando el objetivo es existir en internet, mostrar informaci\u00f3n b\u00e1sica y recibir contacto directo.<\/p>\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline wbt-starter-cta\">Solicitar Starter<\/a>\n                <\/div>\n\n                <div class=\"wbt-starter-box\">\n                    <h4>S\u00ed incluye<\/h4>\n                    <ul>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> 1 p\u00e1gina tipo landing profesional.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Hasta 4 secciones esenciales.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Dise\u00f1o responsivo para celular y computadora.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Bot\u00f3n de WhatsApp, contacto y redes.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> SEO inicial b\u00e1sico y configuraci\u00f3n visual de arranque.<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"wbt-starter-box wbt-starter-no-box\">\n                    <h4>No incluye<\/h4>\n                    <ul>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg> No incluye panel administrativo.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg> No incluye base de datos ni captura interna de leads.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg> No incluye p\u00e1ginas internas independientes.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg> No incluye CRM, blog, cat\u00e1logo ni automatizaciones.<\/li>\n                        <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg> Para administrar contenido o recibir registros desde panel, el salto correcto es Lite.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/details>\n\n    <!-- SECCI\u00d3N GARANT\u00cdA WOW (Sin Emojis, SVG Profesionales) -->\n    <section class=\"wbt-garantia-premium\">\n        <h3 class=\"wbt-garantia-title\">Garant\u00eda Absoluta en Todos Nuestros Proyectos<\/h3>\n        <p class=\"wbt-garantia-subtitle\">No importando la escala de tu desarrollo, te entregamos una infraestructura base estandarizada de grado empresarial construida para el futuro.<\/p>\n        \n        <div class=\"wbt-garantia-grid\">\n            <!-- Pilar 1 -->\n            <div class=\"wbt-garantia-card\">\n                <div class=\"wbt-icon-wrapper\">\n                    <!-- Icono C\u00f3digo\/Arquitectura -->\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"16 18 22 12 16 6\"><\/polyline><polyline points=\"8 6 2 12 8 18\"><\/polyline><\/svg>\n                <\/div>\n                <h4>M\u00e9todo Sinapse OS<\/h4>\n                <p>Ingenier\u00eda pura (HTML5, CSS3, JS nativo). Dise\u00f1o inmutable separado de datos y arquitectura lista para IA.<\/p>\n            <\/div>\n            <!-- Pilar 2 -->\n            <div class=\"wbt-garantia-card\">\n                <div class=\"wbt-icon-wrapper\">\n                    <!-- Icono Escudo\/Seguridad -->\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                <\/div>\n                <h4>Seguridad Total<\/h4>\n                <p>Dominio 1 a\u00f1o, SSL, detecci\u00f3n de bots, mitigaci\u00f3n de abusos y m\u00e1s de 70 reglas de seguridad de red autom\u00e1ticas.<\/p>\n            <\/div>\n            <!-- Pilar 3 -->\n            <div class=\"wbt-garantia-card\">\n                <div class=\"wbt-icon-wrapper\">\n                    <!-- Icono Nube\/Base de Datos -->\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"><\/ellipse><path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\"><\/path><path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\"><\/path><\/svg>\n                <\/div>\n                <h4>Base de Datos Cloud<\/h4>\n                <p>Soporta hasta 50k usuarios activos, peticiones API ilimitadas, y almacenamiento relacional de alto rendimiento.<\/p>\n            <\/div>\n            <!-- Pilar 4 -->\n            <div class=\"wbt-garantia-card\">\n                <div class=\"wbt-icon-wrapper\">\n                    <!-- Icono Correo -->\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"><\/path><polyline points=\"22,6 12,13 2,6\"><\/polyline><\/svg>\n                <\/div>\n                <h4>Correo Corporativo<\/h4>\n                <p>Correos con tu dominio propio, aplicaci\u00f3n m\u00f3vil nativa incluida y capacidad base de 5GB por cuenta empresarial.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n    (function() {\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const root = document.querySelector('#wbt-pro-pricing');\n            if (!root) return;\n\n            \/\/ Gesti\u00f3n de pesta\u00f1as (Tabs)\n            root.querySelectorAll('.wbt-product-section').forEach(function(section) {\n                const tabs = section.querySelectorAll('.wbt-tab');\n                const panels = section.querySelectorAll('.wbt-product-panel');\n\n                tabs.forEach(function(tab) {\n                    tab.addEventListener('click', function() {\n                        const target = tab.getAttribute('data-target');\n\n                        tabs.forEach(item => item.classList.remove('wbt-active'));\n                        panels.forEach(panel => panel.classList.remove('wbt-active'));\n\n                        tab.classList.add('wbt-active');\n                        const selectedPanel = section.querySelector(`[data-product=\"${target}\"]`);\n                        if (selectedPanel) selectedPanel.classList.add('wbt-active');\n                    });\n                });\n            });\n\n            \/\/ Intersection Observer para Animaciones Fade-In\n            const cards = root.querySelectorAll('.wbt-card');\n            const observerOptions = { root: null, rootMargin: '0px', threshold: 0.1 };\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.05) + \"s\";\n                elementObserver.observe(card);\n            });\n\n            \/\/ Efecto Spotlight en Cards\n            cards.forEach(function(card) {\n                card.addEventListener('mousemove', function(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<\/script>\n\n<div id=\"wbt-pro-comparativa-pura\">\n    <style>\n        \/* ==========================================================================\n           TABLAS COMPARATIVAS (APPS Y MEMBRES\u00cdAS)\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: 20px 15px;\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        \/* Bot\u00f3n CTA Masivo *\/\n        .wbt-cta-container {\n            text-align: center;\n            margin: 80px 0 40px;\n        }\n        .wbt-btn-cta-massive {\n            display: inline-block;\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000 !important;\n            font-size: 16px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            padding: 22px 50px;\n            border-radius: 50px;\n            text-decoration: none;\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);\n            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            overflow: hidden;\n        }\n        .wbt-btn-cta-massive:hover {\n            transform: translateY(-5px) scale(1.02);\n            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.5);\n        }\n        .wbt-btn-cta-massive::after {\n            content: '';\n            position: absolute;\n            top: -50%; bottom: -50%; left: -50%; right: -50%;\n            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);\n            transform: rotate(45deg) translateY(-100%);\n            animation: wbtShimmer 3s infinite;\n        }\n        @keyframes wbtShimmer { 100% { transform: rotate(45deg) translateY(100%); } }\n\n        \/* Contenedores de Tablas *\/\n        #wbt-pro-comparativa-pura .wbt-table-wrapper {\n            width: 100%;\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            margin-bottom: 60px; \/* Separaci\u00f3n entre tablas *\/\n        }\n\n        #wbt-pro-comparativa-pura .wbt-table-wrapper::-webkit-scrollbar { height: 6px; }\n        #wbt-pro-comparativa-pura .wbt-table-wrapper::-webkit-scrollbar-track { background: #0B1120; border-radius: 8px; }\n        #wbt-pro-comparativa-pura .wbt-table-wrapper::-webkit-scrollbar-thumb { background: #3B82F6; border-radius: 8px; }\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: 1100px; \n        }\n\n        \/* Modificador para la tabla de membres\u00edas (menos columnas) *\/\n        #wbt-pro-comparativa-pura .wbt-table-membresias {\n            min-width: 800px;\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        #wbt-pro-comparativa-pura thead th {\n            background: rgba(11, 17, 32, 0.95);\n            color: #F8FAFC;\n            font-weight: 600;\n            font-size: 16px;\n            padding: 20px 10px 30px;\n            vertical-align: top;\n            border-bottom: 2px solid #334155;\n            width: 16%;\n        }\n\n        \/* Primer Columna Fija *\/\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: 1px;\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        #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        \/* Iconos de Cabecera *\/\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        #wbt-pro-comparativa-pura .wbt-plan-icon svg { width: 24px; height: 24px; }\n\n        \/* Textos Cabecera *\/\n        #wbt-pro-comparativa-pura .wbt-plan-title { display: block; font-size: 16px; margin-bottom: 5px; }\n        #wbt-pro-comparativa-pura .wbt-plan-price { display: block; font-size: 22px; color: #F8FAFC; margin-top: 10px; font-weight: 800; letter-spacing: -0.5px; }\n        #wbt-pro-comparativa-pura .wbt-plan-sub { display: block; font-size: 11px; color: #94A3B8; font-weight: 400; margin-top: 2px; margin-bottom: 20px; }\n\n        \/* Estilo Destacado (Plan Estrella) *\/\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        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-plan-icon { background: linear-gradient(135deg, #D4AF37, #B8941F); color: #000; box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2); }\n        #wbt-pro-comparativa-pura th.wbt-highlight .wbt-plan-price { color: #D4AF37; }\n        #wbt-pro-comparativa-pura td.wbt-highlight { background: rgba(212, 175, 55, 0.03); border-left: 1px solid rgba(212, 175, 55, 0.2); border-right: 1px solid rgba(212, 175, 55, 0.2); color: #F8FAFC !important; font-weight: 500; }\n\n        #wbt-pro-comparativa-pura .wbt-badge-top {\n            display: inline-block; background: linear-gradient(135deg, #D4AF37, #B8941F); color: #000; font-size: 10px; font-weight: 800; padding: 4px 14px; border-radius: 20px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);\n        }\n\n        \/* Filas Zebra *\/\n        #wbt-pro-comparativa-pura tbody tr { transition: background-color 0.3s ease; }\n        #wbt-pro-comparativa-pura tbody tr:nth-child(odd) { background-color: #0F172A; }\n        #wbt-pro-comparativa-pura tbody tr:nth-child(even) { background-color: #131B2F; }\n        #wbt-pro-comparativa-pura tbody tr:hover { background-color: #1E293B; }\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 { color: #CBD5E1; font-size: 13px; }\n\n        \/* Iconos de contenido *\/\n        #wbt-pro-comparativa-pura .wbt-icon-check { color: #10B981; width: 20px; height: 20px; display: inline-block; vertical-align: middle; }\n        #wbt-pro-comparativa-pura .wbt-icon-cross { color: #EF4444; width: 18px; height: 18px; display: inline-block; opacity: 0.4; vertical-align: middle; }\n        #wbt-pro-comparativa-pura .wbt-text-small { font-size: 11px; color: #64748B; display: block; margin-top: 4px; }\n        \n        \/* Fila Dorada (Pilares Base) *\/\n        #wbt-pro-comparativa-pura tr.wbt-gold-row { background: rgba(212, 175, 55, 0.05) !important; border-bottom: 2px solid rgba(212, 175, 55, 0.3); }\n        #wbt-pro-comparativa-pura tr.wbt-gold-row td.wbt-feature-name { background: rgba(212, 175, 55, 0.08) !important; color: #D4AF37; }\n\n        \/* Diferenciadores (Bloque \"Qu\u00e9 cambia\") *\/\n        #wbt-pro-comparativa-pura .wbt-diff-desc { font-size: 12.5px; color: #94A3B8; line-height: 1.5; }\n        #wbt-pro-comparativa-pura .wbt-diff-desc strong { color: #E2E8F0; display: block; margin-bottom: 4px; font-size: 13.5px; }\n        #wbt-pro-comparativa-pura td.wbt-highlight .wbt-diff-desc strong { color: #D4AF37; }\n\n        \/* M\u00f3vil *\/\n        @media (max-width: 768px) {\n            #wbt-pro-comparativa-pura { margin: 26px auto; padding: 10px; }\n            #wbt-pro-comparativa-pura .wbt-table-wrapper {\n                border-radius: 22px; box-shadow: 0 24px 58px rgba(0, 0, 0, 0.35); border-color: rgba(212, 175, 55, 0.22);\n                background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.10), transparent 34%), #0B1120;\n            }\n            #wbt-pro-comparativa-pura .wbt-table-wrapper::before {\n                content: 'Desliza horizontalmente para comparar \u2192'; display: block; position: sticky; left: 0; padding: 12px 14px 8px; color: #D4AF37; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; background: rgba(11, 17, 32, 0.95); z-index: 5;\n            }\n            #wbt-pro-comparativa-pura table { min-width: 980px; }\n            #wbt-pro-comparativa-pura .wbt-table-membresias { min-width: 700px; }\n            #wbt-pro-comparativa-pura th, #wbt-pro-comparativa-pura td { padding: 18px 12px; font-size: 12.5px; }\n            #wbt-pro-comparativa-pura thead th:first-child, #wbt-pro-comparativa-pura td.wbt-feature-name { min-width: 175px; box-shadow: 10px 0 24px rgba(0, 0, 0, 0.22); }\n            #wbt-pro-comparativa-pura .wbt-plan-price { font-size: 19px; }\n            .wbt-btn-cta-massive { font-size: 13px; padding: 18px 20px; width: 100%; text-align: center; display: block; }\n        }\n\n    <\/style>\n\n    <!-- T\u00cdTULO TABLA 1 -->\n    <h3 style=\"color: #0F172A; text-align: center; font-size: clamp(22px, 4vw, 28px); font-weight: 800; margin-bottom: 25px; text-transform: uppercase; letter-spacing: -0.5px;\">Comparativa: Aplicaciones Web<\/h3>\n\n    <!-- TABLA 1: APLICACIONES WEB -->\n    <div class=\"wbt-table-wrapper\">\n        <table>\n            <thead>\n                <tr>\n                    <th>An\u00e1lisis de Arquitectura e Ingenier\u00eda<\/th>\n                    \n                    <!-- LITE -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">App Lite<\/span>\n                        <span class=\"wbt-plan-price\">$2,319.99<\/span>\n                        <span class=\"wbt-plan-sub\">MXN (IVA incl.)<\/span>\n                    <\/th>\n\n                    <!-- PLUS -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"9\" y1=\"3\" x2=\"9\" y2=\"21\"><\/line><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">App Plus<\/span>\n                        <span class=\"wbt-plan-price\">$3,479.99<\/span>\n                        <span class=\"wbt-plan-sub\">MXN (IVA incl.)<\/span>\n                    <\/th>\n\n                    <!-- PRO (DESTACADO) -->\n                    <th class=\"wbt-highlight\">\n                        <div class=\"wbt-badge-top\">EL MEJOR<\/div>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polyline points=\"12 6 12 12 16 14\"><\/polyline><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">App Pro<\/span>\n                        <span class=\"wbt-plan-price\">$4,639.99<\/span>\n                        <span class=\"wbt-plan-sub\">MXN (IVA incl.)<\/span>\n                    <\/th>\n\n                    <!-- ULTRA -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"><\/polygon><polyline points=\"2 17 12 22 22 17\"><\/polyline><polyline points=\"2 12 12 17 22 12\"><\/polyline><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">App Ultra<\/span>\n                        <span class=\"wbt-plan-price\">A Cotizar<\/span>\n                        <span class=\"wbt-plan-sub\">Ingenier\u00eda a la Medida<\/span>\n                    <\/th>\n                    \n                    <!-- ULTRA PRO -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"><\/line><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">App Ultra Pro<\/span>\n                        <span class=\"wbt-plan-price\">A Cotizar<\/span>\n                        <span class=\"wbt-plan-sub\">App Stores \/ Nativos<\/span>\n                    <\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                \n                <!-- GARANT\u00cdAS BASE -->\n                <tr class=\"wbt-gold-row\">\n                    <td class=\"wbt-feature-name\">Garant\u00edas Base (Incluidas en todos)<\/td>\n                    <td colspan=\"5\" style=\"text-align: left; padding: 15px 20px;\">\n                        <span style=\"color: #D4AF37; font-weight: 600;\">Todos los proyectos incluyen por defecto:<\/span>\n                        <ul style=\"list-style: none; padding: 0; margin: 10px 0 0; display: flex; gap: 20px; flex-wrap: wrap;\">\n                            <li style=\"display: flex; align-items: center; font-size: 12px; color: #94A3B8;\"><svg class=\"wbt-icon-check\" style=\"width: 14px; margin-right: 5px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Arquitectura Sinapse OS<\/li>\n                            <li style=\"display: flex; align-items: center; font-size: 12px; color: #94A3B8;\"><svg class=\"wbt-icon-check\" style=\"width: 14px; margin-right: 5px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Seguridad de Red Total<\/li>\n                            <li style=\"display: flex; align-items: center; font-size: 12px; color: #94A3B8;\"><svg class=\"wbt-icon-check\" style=\"width: 14px; margin-right: 5px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Base de Datos Cloud Activa<\/li>\n                            <li style=\"display: flex; align-items: center; font-size: 12px; color: #94A3B8;\"><svg class=\"wbt-icon-check\" style=\"width: 14px; margin-right: 5px;\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> Correo Corporativo (5GB)<\/li>\n                        <\/ul>\n                    <\/td>\n                <\/tr>\n\n                <!-- BLOQUE: DIFERENCIADOR CLAVE -->\n                <tr>\n                    <td class=\"wbt-feature-name\" style=\"color: #38BDF8; font-size: 14.5px;\">\n                        \u00bfQu\u00e9 cambia exactamente?\n                        <span class=\"wbt-text-small\" style=\"font-weight: 400; color: #94A3B8;\">El salto de valor que justifica la inversi\u00f3n<\/span>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Primera App Web con Panel<\/strong>\n                            Deja de ser solo presencia: ya puedes administrar contenido b\u00e1sico y recibir contactos desde una estructura simple.\n                        <\/div>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Presencia Corporativa Administrable<\/strong>\n                            Sube de una app b\u00e1sica a una estructura formal con p\u00e1ginas independientes, servicios separados y mayor autoridad.\n                        <\/div>\n                    <\/td>\n                    <td class=\"wbt-highlight\">\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Gesti\u00f3n Comercial Real<\/strong>\n                            Adem\u00e1s de mostrar tu negocio, captura, ordena y da seguimiento a leads desde un CRM ligero interno.\n                        <\/div>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Sistema Web Operativo<\/strong>\n                            Digitaliza procesos internos con m\u00f3dulos a medida, cotizadores, roles, permisos y automatizaciones.\n                        <\/div>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Ecosistema Multiplataforma<\/strong>\n                            Lleva el sistema a experiencia m\u00f3vil, publicaci\u00f3n en tiendas, IA e integraciones avanzadas.\n                        <\/div>\n                    <\/td>\n                <\/tr>\n\n                <!-- BLOQUE 1: ESTRUCTURA Y UI -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Objetivo de Arquitectura UI<\/td>\n                    <td>Administraci\u00f3n b\u00e1sica y presencia r\u00e1pida<\/td>\n                    <td>Autoridad corporativa y servicios separados<\/td>\n                    <td class=\"wbt-highlight\"><strong>Captura, seguimiento y gesti\u00f3n de prospectos<\/strong><\/td>\n                    <td>Operaci\u00f3n interna y procesos personalizados<\/td>\n                    <td>Experiencia m\u00f3vil, IA y operaci\u00f3n multiplataforma<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Cantidad de Vistas Indexables<\/td>\n                    <td>1 vista principal administrable<\/td>\n                    <td>M\u00faltiples p\u00e1ginas independientes<\/td>\n                    <td class=\"wbt-highlight\">Multip\u00e1gina + m\u00f3dulos conectados a datos<\/td>\n                    <td>Sin l\u00edmites t\u00e9cnicos definidos antes del diagn\u00f3stico<\/td>\n                    <td>Web + experiencia m\u00f3vil \/ App Stores<\/td>\n                <\/tr>\n\n                <!-- BLOQUE 2: HERRAMIENTAS Y FUNCIONALIDAD -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Panel de Control Entregado<\/td>\n                    <td>Panel sencillo para textos, im\u00e1genes o contenido b\u00e1sico<\/td>\n                    <td>Panel ampliado para secciones, blog, servicios o portafolio<\/td>\n                    <td class=\"wbt-highlight\"><strong>Panel inteligente con CRM ligero y leads<\/strong><\/td>\n                    <td>Panel avanzado con m\u00f3dulos hechos a medida<\/td>\n                    <td>Panel ultra avanzado para controlar el ecosistema<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Interacci\u00f3n de Usuario y Datos<\/td>\n                    <td>Formulario conectado para recibir contactos iniciales<\/td>\n                    <td>Formularios profesionales por secci\u00f3n o servicio<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\" style=\"color:#D4AF37;\">CRM con filtros, estados y exportaci\u00f3n<\/span><\/td>\n                    <td>Flujos internos, cotizadores, permisos e integraciones<\/td>\n                    <td>Agentes IA, automatizaciones y operaci\u00f3n multiplataforma<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Lo que todav\u00eda NO incluye<\/td>\n                    <td>No incluye CRM, m\u00faltiples p\u00e1ginas corporativas ni automatizaciones avanzadas<\/td>\n                    <td>No incluye seguimiento comercial por etapas ni CRM completo<\/td>\n                    <td class=\"wbt-highlight\">No incluye ERP, inventario avanzado, IA ni app m\u00f3vil nativa<\/td>\n                    <td>No incluye App Store, Google Play ni IA avanzada salvo cotizaci\u00f3n<\/td>\n                    <td>Todo depende de alcance t\u00e9cnico, auditor\u00eda y cotizaci\u00f3n formal<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Cu\u00e1ndo conviene subir<\/td>\n                    <td>Sube a Plus si necesitas varias p\u00e1ginas y una imagen m\u00e1s corporativa<\/td>\n                    <td>Sube a Pro si necesitas gestionar leads y dar seguimiento comercial<\/td>\n                    <td class=\"wbt-highlight\">Sube a Ultra si necesitas operar procesos internos desde el sistema<\/td>\n                    <td>Sube a Ultra Pro si necesitas app m\u00f3vil, IA o publicaci\u00f3n en tiendas<\/td>\n                    <td>Es el nivel m\u00e1ximo para ecosistemas digitales avanzados<\/td>\n                <\/tr>\n\n                <!-- BLOQUE 3: INFRAESTRUCTURA DE ESCALABILIDAD -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Escala de Servidor Alojado<\/td>\n                    <td>Nube est\u00e1ndar para operaci\u00f3n inicial<\/td>\n                    <td>Nube corporativa para tr\u00e1fico medio<\/td>\n                    <td class=\"wbt-highlight\">Nube de alta capacidad para datos y CRM<\/td>\n                    <td>Servidor dedicado o arquitectura robusta seg\u00fan diagn\u00f3stico<\/td>\n                    <td>Infraestructura cloud preparada para operaci\u00f3n avanzada<\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Publicaci\u00f3n App Stores iOS\/Android<\/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-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-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-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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Disponible bajo alcance t\u00e9cnico<\/span><\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <!-- T\u00cdTULO TABLA 2 -->\n    <h3 style=\"color: #0F172A; text-align: center; font-size: clamp(22px, 4vw, 28px); font-weight: 800; margin-bottom: 25px; text-transform: uppercase; letter-spacing: -0.5px;\">Comparativa: Membres\u00edas y Gesti\u00f3n Operativa<\/h3>\n\n    <!-- TABLA 2: MEMBRES\u00cdAS (3 COLUMNAS) -->\n    <div class=\"wbt-table-wrapper\">\n        <table class=\"wbt-table-membresias\">\n            <thead>\n                <tr>\n                    <th>An\u00e1lisis de Nivel de Gesti\u00f3n<\/th>\n                    \n                    <!-- ESENCIAL -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"><\/path><polyline points=\"22 4 12 14.01 9 11.01\"><\/polyline><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Acompa\u00f1amiento Esencial<\/span>\n                        <span class=\"wbt-plan-price\">$1,499.99<\/span>\n                        <span class=\"wbt-plan-sub\">Mensual (IVA incl.)<\/span>\n                    <\/th>\n\n                    <!-- SOCIO (DESTACADO) -->\n                    <th class=\"wbt-highlight\">\n                        <div class=\"wbt-badge-top\">EL MEJOR<\/div>\n                        <div class=\"wbt-plan-icon\">\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.99<\/span>\n                        <span class=\"wbt-plan-sub\">Mensual (IVA incl.)<\/span>\n                    <\/th>\n\n                    <!-- CONSULTOR -->\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Consultor Estrat\u00e9gico<\/span>\n                        <span class=\"wbt-plan-price\">$5,999.99<\/span>\n                        <span class=\"wbt-plan-sub\">Mensual (IVA incl.)<\/span>\n                    <\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                \n                <!-- BLOQUE: QU\u00c9 CAMBIA -->\n                <tr>\n                    <td class=\"wbt-feature-name\" style=\"color: #38BDF8; font-size: 14.5px;\">\n                        \u00bfQu\u00e9 incluye y qu\u00e9 cambia?\n                        <span class=\"wbt-text-small\" style=\"font-weight: 400; color: #94A3B8;\">El nivel de intervenci\u00f3n directa sobre tu negocio<\/span>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Mantenimiento y Estabilidad<\/strong>\n                            Supervisi\u00f3n, estrategia inicial y soporte b\u00e1sico para mantener vivo el ecosistema sin errores.\n                        <\/div>\n                    <\/td>\n                    <td class=\"wbt-highlight\">\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Evoluci\u00f3n y Crecimiento Continuo<\/strong>\n                            Nos volvemos tu departamento de IT. Incluye desarrollos nuevos mes a mes y auditor\u00eda continua.\n                        <\/div>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Control Absoluto y Propiedad NCA<\/strong>\n                            Soporte dedicado 24\/7 y la cesi\u00f3n total de derechos e infraestructura. T\u00fa eres el due\u00f1o legal absoluto.\n                        <\/div>\n                    <\/td>\n                <\/tr>\n\n                <!-- BLOQUE: DESGLOSE DE HORAS -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Horas de Consultor\u00eda Directa<\/td>\n                    <td>1 Hora Semanal<\/td>\n                    <td class=\"wbt-highlight\">4 Horas Semanales<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">8 Horas Semanales<\/span><\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Horas de Soporte T\u00e9cnico Especializado<\/td>\n                    <td>1 Hora Semanal<\/td>\n                    <td class=\"wbt-highlight\">4 Horas Semanales<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">8 Horas Semanales<\/span><\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Mantenimiento Preventivo Operativo<\/td>\n                    <td>1 Hora Semanal<\/td>\n                    <td class=\"wbt-highlight\">4 Horas Semanales<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">8 Horas Semanales<\/span><\/td>\n                <\/tr>\n\n                <!-- BLOQUE: RESULTADOS Y CRECIMIENTO -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Reportes de Ecosistema y Tracking<\/td>\n                    <td>1 Mensual (B\u00e1sico 10 p\u00e1gs)<\/td>\n                    <td class=\"wbt-highlight\">1 Directivo (20 p\u00e1gs) + Semanales<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Semanal, Mensual y Diario<\/span><\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Desarrollo Nuevo Incluido (Mejoras)<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\" style=\"color:#D4AF37;\">1 Funcionalidad Mensual<\/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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Desarrollo Continuo Prioritario<\/span><\/td>\n                <\/tr>\n                \n                <!-- BLOQUE: PODER Y SOBERANIA -->\n                <tr>\n                    <td class=\"wbt-feature-name\">Admin. de Servidores Dedicados y Agentes IA<\/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-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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Gesti\u00f3n T\u00e9cnica Total<\/span><\/td>\n                <\/tr>\n                <tr>\n                    <td class=\"wbt-feature-name\">Cesi\u00f3n absoluta del c\u00f3digo e Infra (NCA)<\/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-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\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Propiedad 100% tuya (Soberan\u00eda)<\/span><\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n\n    <!-- BOT\u00d3N CTA FINAL WOW -->\n    <div class=\"wbt-cta-container\">\n        <a href=\"https:\/\/webtotal.com.mx\/index.php\/cotizar\/\" class=\"wbt-btn-cta-massive\">\n            DESCUBRIR LA APLICACI\u00d3N \/ MEMBRES\u00cdA PARA M\u00cd\n        <\/a>\n    <\/div>\n\n<\/div>\n\n<script>\n    \/\/ IIFE para efecto de entrada suave de ambas tablas y el CTA\n    (function() {\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const wrappers = document.querySelectorAll('.wbt-table-wrapper, .wbt-cta-container');\n            wrappers.forEach(function(wrapper, index) {\n                wrapper.style.opacity = '0';\n                wrapper.style.transform = 'translateY(20px)';\n                wrapper.style.transition = 'opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)';\n                wrapper.style.transitionDelay = (index * 0.15) + 's';\n                \n                setTimeout(() => {\n                    wrapper.style.opacity = '1';\n                    wrapper.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>\u00a0<\/h3>\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>Sistemas Digitales Integrales No entregamos folletos digitales. Desplegamos herramientas de trabajo dise\u00f1adas para eliminar cuellos de botella y generar retorno de inversi\u00f3n. APLICACIONES WEB Elige el nivel de despliegue digital que necesitas. Cada bot\u00f3n actualiza la informaci\u00f3n del producto sin recargar la p\u00e1gina. Lite Plus Pro App Web Lite Primera app web administrable. Incluye panel [&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 v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Membres\u00edas - Web Total M\u00e9xico Shop<\/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=\"Membres\u00edas - Web Total M\u00e9xico Shop\" \/>\n<meta property=\"og:description\" content=\"Sistemas Digitales Integrales No entregamos folletos digitales. Desplegamos herramientas de trabajo dise\u00f1adas para eliminar cuellos de botella y generar retorno de inversi\u00f3n. APLICACIONES WEB Elige el nivel de despliegue digital que necesitas. Cada bot\u00f3n actualiza la informaci\u00f3n del producto sin recargar la p\u00e1gina. Lite Plus Pro App Web Lite Primera app web administrable. Incluye panel [&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 Shop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webtotalmx\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T02:42:07+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=\"8 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\":\"Membres\u00edas - Web Total M\u00e9xico Shop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#website\"},\"datePublished\":\"2025-04-05T00:03:34+00:00\",\"dateModified\":\"2026-05-22T02:42:07+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\":\"Membres\u00edas\"}]},{\"@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":"Membres\u00edas - Web Total M\u00e9xico Shop","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":"Membres\u00edas - Web Total M\u00e9xico Shop","og_description":"Sistemas Digitales Integrales No entregamos folletos digitales. Desplegamos herramientas de trabajo dise\u00f1adas para eliminar cuellos de botella y generar retorno de inversi\u00f3n. APLICACIONES WEB Elige el nivel de despliegue digital que necesitas. Cada bot\u00f3n actualiza la informaci\u00f3n del producto sin recargar la p\u00e1gina. Lite Plus Pro App Web Lite Primera app web administrable. Incluye panel [&hellip;]","og_url":"https:\/\/webtotal.com.mx\/index.php\/planes\/","og_site_name":"Web Total M\u00e9xico Shop","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-05-22T02:42:07+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":"8 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":"Membres\u00edas - Web Total M\u00e9xico Shop","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2025-04-05T00:03:34+00:00","dateModified":"2026-05-22T02:42:07+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":"Membres\u00edas"}]},{"@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":20,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/264\/revisions"}],"predecessor-version":[{"id":3301,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/264\/revisions\/3301"}],"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}]}}