{"id":3226,"date":"2026-05-15T20:14:16","date_gmt":"2026-05-16T02:14:16","guid":{"rendered":"https:\/\/webtotal.com.mx\/?page_id=3226"},"modified":"2026-06-02T21:00:54","modified_gmt":"2026-06-03T03:00:54","slug":"productos-digitales","status":"publish","type":"page","link":"https:\/\/webtotal.com.mx\/index.php\/productos-digitales\/","title":{"rendered":"Productos Digitales"},"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> Panel Lite con 3 bases y 6 pesta\u00f1as: Estad\u00edsticas Lite, CRM Lite, Editar textos, Multimedios, Datos personales y Acceso<\/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> Landing con estilo corporativo para PC y experiencia tipo app para tablet y celular<\/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> CRM Lite y Dashboard Lite conectados a base de datos cloud para contactos y estad\u00edsticas 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> Page Builder Lite para editar textos e im\u00e1genes sin tocar el dise\u00f1o ni la estructura avanzada<\/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 de Lite, evolucionado a Panel Plus con 3 bases y 9 pesta\u00f1as totales<\/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> Operaciones Plus: Dashboard Tipo II, CRM Plus y Movimientos para entender la actividad de la app<\/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> Page Builder Plus: edici\u00f3n de textos, multimedios y Blog \/ Entradas administrables<\/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> Herramientas Plus: datos, acceso y Apariencia b\u00e1sica para modificar colores y elementos visuales permitidos<\/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, evolucionado a Panel Pro con 3 bases y 12 pesta\u00f1as totales<\/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> Operaciones Pro: Dashboard Tipo III, CRM Pro, Movimientos y Pipeline \/ Seguimiento<\/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> Page Builder Pro: textos, multimedios, blog y Bloques \/ Secciones para controlar mejor la estructura<\/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> Herramientas Pro: datos, acceso, apariencia y Usuarios \/ permisos b\u00e1sicos para operaci\u00f3n interna<\/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 como base evolutiva, llevado a plataforma web con infraestructura aut\u00f3noma<\/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> Servidores propios o cloud, herramientas open source, base de datos robusta, respaldos y despliegues 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> Automatizaciones, logs, ambientes t\u00e9cnicos, m\u00f3dulos a medida y arquitectura preparada para operaci\u00f3n avanzada<\/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> Se cotiza mediante auditor\u00eda t\u00e9cnica; la publicaci\u00f3n en tiendas oficiales corresponde a Ultra Pro<\/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 adaptaci\u00f3n 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> Empaquetado, builds, recursos de publicaci\u00f3n y preparaci\u00f3n para Google Play y Apple App Store<\/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> Control de versiones m\u00f3viles, pruebas, acompa\u00f1amiento de revisi\u00f3n y correcciones por observaciones de tiendas<\/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 t\u00e9cnica; cuentas de desarrollador, costos de terceros o servicios externos se cotizan por separado<\/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>Continuidad, mantenimiento y soporte mensual para que tu ecosistema digital se mantenga activo, actualizado y listo para crecer.<\/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\">CRECIMIENTO<\/button>\n                <button class=\"wbt-tab\" data-target=\"consultoria-pro\">ULTRA<\/button>\n            <\/div>\n\n            <div class=\"wbt-product-view\">\n\n                <!-- MEMBRES\u00cdA ESENCIAL -->\n                <div class=\"wbt-card wbt-product-panel wbt-active\" data-product=\"consultoria-lite\">\n                    <h3 class=\"wbt-plan-name\">Mantenimiento Esencial<\/h3>\n                    <p class=\"wbt-plan-desc\">Para mantener tu app web activa, revisada y con soporte b\u00e1sico despu\u00e9s de la p\u00f3liza incluida.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Membres\u00eda Mensual<\/span>\n                            <div class=\"wbt-amount\">$499 <span class=\"wbt-currency\">MXN \/ mes<\/span><\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Ideal para:<\/span>\n                            <span class=\"wbt-amount\">App Web Lite o proyectos con cambios m\u00ednimos<\/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> Revisi\u00f3n mensual b\u00e1sica de funcionamiento<\/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> Soporte b\u00e1sico por WhatsApp o correo<\/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> 1 ajuste menor al mes en texto, imagen, dato visible o enlace<\/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 botones, enlaces, WhatsApp y formulario principal<\/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> Los ajustes son mensuales y no acumulables<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Activar Esencial<\/a>\n                <\/div>\n\n                <!-- MEMBRES\u00cdA CRECIMIENTO -->\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;\">Crecimiento Pro<\/h3>\n                    <p class=\"wbt-plan-desc\" style=\"color: #E2E8F0;\">Para negocios que quieren mejorar su app web cada mes con soporte, ajustes y acompa\u00f1amiento continuo.<\/p>\n\n                    <div class=\"wbt-price-block\" style=\"border-color: #334155;\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Membres\u00eda Mensual<\/span>\n                            <div class=\"wbt-amount\">$1,249.99 <span class=\"wbt-currency\">MXN \/ mes<\/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\">Ideal para:<\/span>\n                            <span class=\"wbt-amount\">App Web Plus o Pro con cambios frecuentes<\/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 Mantenimiento 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> Hasta 5 ajustes menores al mes en contenido, im\u00e1genes, links o datos<\/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> 1 funcion ligera mensual en una secci\u00f3n, bloque, CTA o formulario existente<\/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 leads, formularios y captaci\u00f3n 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> Mini reporte mensual con recomendaciones de mejora<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-primary\">Activar Crecimiento<\/a>\n                <\/div>\n\n                <!-- MEMBRES\u00cdA ULTRA -->\n                <div class=\"wbt-card wbt-product-panel\" data-product=\"consultoria-pro\">\n                    <h3 class=\"wbt-plan-name\">Soporte Ultra<\/h3>\n                    <p class=\"wbt-plan-desc\">Para plataformas con infraestructura, servidores, herramientas open source, automatizaciones o publicaci\u00f3n m\u00f3vil.<\/p>\n\n                    <div class=\"wbt-price-block\">\n                        <div class=\"wbt-price-setup\">\n                            <span class=\"wbt-label\">Membres\u00eda Mensual<\/span>\n                            <div class=\"wbt-amount-small\">Desde $2,499 <span class=\"wbt-currency\">MXN \/ mes<\/span><\/div>\n                        <\/div>\n                        <div class=\"wbt-price-poliza\">\n                            <span class=\"wbt-label\">Requiere:<\/span>\n                            <span class=\"wbt-amount\">Diagn\u00f3stico t\u00e9cnico de infraestructura<\/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> Soporte t\u00e9cnico avanzado para plataformas Ultra o Ultra Pro<\/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 infraestructura, servicios, logs y respaldos 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> Apoyo en despliegues, herramientas open source y configuraciones t\u00e9cnicas menores<\/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> Roadmap t\u00e9cnico de mantenimiento, estabilidad y escalabilidad<\/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> SLA, soporte cr\u00edtico, DevOps avanzado o monitoreo 24\/7 se cotizan por separado<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/webtotal.com.mx\/index.php\/pagos\/\" class=\"wbt-btn wbt-btn-outline\">Solicitar Soporte Ultra<\/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                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"2\"><\/rect><path d=\"M7 8h10M7 12h6M7 16h4\"><\/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                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 5h16v14H4z\"><\/path><path d=\"M8 9h8M8 13h5M8 17h3\"><\/path><\/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                    <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\"><path d=\"M4 19V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14\"><\/path><path d=\"M8 7h8M8 11h8M8 15h5\"><\/path><\/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                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M2 12h20\"><\/path><circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle><\/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\">Infraestructura Aut\u00f3noma<\/span>\n                    <\/th>\n\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"7\" y=\"2\" width=\"10\" height=\"20\" rx=\"2\"><\/rect><path d=\"M11 18h2\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Ultra Pro<\/span>\n                        <span class=\"wbt-plan-price\">A Cotizar<\/span>\n                        <span class=\"wbt-plan-sub\">App Stores \/ M\u00f3vil<\/span>\n                    <\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr class=\"wbt-gold-row\">\n                    <td class=\"wbt-feature-name\">Garant\u00edas Base<\/td>\n                    <td colspan=\"5\">Todos los proyectos incluyen: M\u00e9todo Sinapse OS, Seguridad Total, Base de Datos Cloud, Correo Corporativo inicial y arquitectura adaptable al nivel contratado.<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\" style=\"color:#38BDF8;\">\u00bfQu\u00e9 cambia exactamente?<span class=\"wbt-text-small\">El nivel de panel, control, administraci\u00f3n e independencia<\/span><\/td>\n                    <td><div class=\"wbt-diff-desc\"><strong>Lite muestra<\/strong>Primera app web administrable con panel base de 6 pesta\u00f1as.<\/div><\/td>\n                    <td><div class=\"wbt-diff-desc\"><strong>Plus administra<\/strong>Panel ampliado de 9 pesta\u00f1as con movimientos, blog y apariencia b\u00e1sica.<\/div><\/td>\n                    <td class=\"wbt-highlight\"><div class=\"wbt-diff-desc\"><strong>Pro controla<\/strong>Panel avanzado de 12 pesta\u00f1as con pipeline, bloques y usuarios b\u00e1sicos.<\/div><\/td>\n                    <td><div class=\"wbt-diff-desc\"><strong>Ultra independiza<\/strong>Plataforma con infraestructura aut\u00f3noma, servidores y herramientas open source.<\/div><\/td>\n                    <td><div class=\"wbt-diff-desc\"><strong>Ultra Pro publica<\/strong>Todo Ultra m\u00e1s experiencia m\u00f3vil, builds y tiendas oficiales.<\/div><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Panel de Administrador<\/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\">Panel Lite: 3 bases \/ 6 pesta\u00f1as<\/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\">Panel Plus: 3 bases \/ 9 pesta\u00f1as<\/span><\/td>\n                    <td class=\"wbt-highlight\"><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Panel Pro: 3 bases \/ 12 pesta\u00f1as<\/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\">Panel Ultra a medida<\/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\">Panel Ultra Pro a medida<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Panel de Operaciones<\/td>\n                    <td>Estad\u00edsticas Lite + CRM Lite<\/td>\n                    <td>Dashboard Tipo II + CRM Plus + Movimientos<\/td>\n                    <td class=\"wbt-highlight\">Dashboard Tipo III + CRM Pro + Movimientos + Pipeline<\/td>\n                    <td>Operaci\u00f3n avanzada, flujos, logs y automatizaciones seg\u00fan diagn\u00f3stico<\/td>\n                    <td>Operaci\u00f3n avanzada + estado m\u00f3vil, builds y versiones<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Page Builder \/ Contenido<\/td>\n                    <td>Editar textos + Multimedios<\/td>\n                    <td>Editar textos + Multimedios + Blog \/ Entradas<\/td>\n                    <td class=\"wbt-highlight\">Textos + Multimedios + Blog + Bloques y secciones<\/td>\n                    <td>Gesti\u00f3n estructural avanzada, m\u00f3dulos, plantillas o vistas a medida<\/td>\n                    <td>Gesti\u00f3n estructural avanzada adaptada a experiencia m\u00f3vil<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Herramientas \/ Seguridad<\/td>\n                    <td>Datos personales + Acceso<\/td>\n                    <td>Datos personales + Acceso + Apariencia b\u00e1sica<\/td>\n                    <td class=\"wbt-highlight\">Datos + Acceso + Apariencia + Usuarios y permisos b\u00e1sicos<\/td>\n                    <td>Infraestructura, servicios, backups, integraciones y seguridad avanzada<\/td>\n                    <td>Infraestructura + builds, recursos de tienda y publicaci\u00f3n<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">P\u00e1gina P\u00fablica<\/td>\n                    <td>Landing con estilo corporativo en PC y estilo app en tablet\/celular<\/td>\n                    <td>App web m\u00e1s completa con blog, contenido administrable y mejor presencia corporativa<\/td>\n                    <td class=\"wbt-highlight\">App web avanzada con bloques, secciones y \u00e1reas internas seg\u00fan alcance<\/td>\n                    <td>Plataforma web avanzada con arquitectura escalable<\/td>\n                    <td>Plataforma avanzada con experiencia m\u00f3vil publicable<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Funciones Especiales<\/td>\n                    <td>Versi\u00f3n esencial: cat\u00e1logo simple, cursos en modal, reservas por WhatsApp<\/td>\n                    <td>Versi\u00f3n administrable: cat\u00e1logo, cursos, reservas, blog o registros desde panel<\/td>\n                    <td class=\"wbt-highlight\">Versi\u00f3n operativa: \u00e1reas internas, m\u00f3dulos, pipeline y usuarios b\u00e1sicos<\/td>\n                    <td>Procesos complejos, automatizaciones, sistemas internos e infraestructura<\/td>\n                    <td>Todo Ultra m\u00e1s empaquetado m\u00f3vil y proceso de publicaci\u00f3n<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Lo que todav\u00eda NO incluye<\/td>\n                    <td>Sin blog, paleta, pipeline, usuarios, automatizaciones ni infraestructura aut\u00f3noma<\/td>\n                    <td>Sin pagebuilder avanzado, live editor, \u00e1reas internas ni roles complejos<\/td>\n                    <td class=\"wbt-highlight\">Sin servidores propios, DevOps avanzado, open source central ni tiendas oficiales<\/td>\n                    <td>Sin publicaci\u00f3n en App Store \/ Google Play salvo cotizaci\u00f3n Ultra Pro<\/td>\n                    <td>Costos de terceros, cuentas de desarrollador y servicios externos se cotizan por separado<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Cu\u00e1ndo conviene subir<\/td>\n                    <td>Sube a Plus si necesitas blog, movimientos y personalizaci\u00f3n visual<\/td>\n                    <td>Sube a Pro si necesitas pipeline, bloques y usuarios b\u00e1sicos<\/td>\n                    <td class=\"wbt-highlight\">Sube a Ultra si necesitas independencia, servidores o automatizaciones<\/td>\n                    <td>Sube a Ultra Pro si necesitas presencia en tiendas oficiales<\/td>\n                    <td>Elige Ultra Pro si el proyecto requiere ecosistema m\u00f3vil formal<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Infraestructura Aut\u00f3noma<\/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-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\">Servidores \/ cloud \/ open source<\/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\">Infraestructura + m\u00f3vil<\/span><\/td>\n                <\/tr>\n\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\">Google Play \/ Apple App Store seg\u00fan diagn\u00f3stico<\/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 de Continuidad<\/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 Continuidad<\/th>\n\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><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\">Mantenimiento Esencial<\/span>\n                        <span class=\"wbt-plan-price\">$499<\/span>\n                        <span class=\"wbt-plan-sub\">MXN \/ mes<\/span>\n                    <\/th>\n\n                    <th class=\"wbt-highlight\">\n                        <div class=\"wbt-badge-top\">RECOMENDADO<\/div>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 3v18h18\"><\/path><path d=\"M7 15l4-4 3 3 5-7\"><\/path><\/svg>\n                        <\/div>\n                        <span class=\"wbt-plan-title\">Crecimiento Pro<\/span>\n                        <span class=\"wbt-plan-price\">$1,249.99<\/span>\n                        <span class=\"wbt-plan-sub\">MXN \/ mes<\/span>\n                    <\/th>\n\n                    <th>\n                        <div class=\"wbt-plan-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><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\">Soporte Ultra<\/span>\n                        <span class=\"wbt-plan-price\">Desde $2,499<\/span>\n                        <span class=\"wbt-plan-sub\">MXN \/ mes<\/span>\n                    <\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\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;\">La membres\u00eda inicia despu\u00e9s de la p\u00f3liza o cuando el cliente solicita continuidad mensual<\/span>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Estabilidad b\u00e1sica<\/strong>\n                            Mantiene la app activa, revisada y con soporte para cambios peque\u00f1os.\n                        <\/div>\n                    <\/td>\n                    <td class=\"wbt-highlight\">\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Crecimiento mensual<\/strong>\n                            Acompa\u00f1amiento para mejorar contenido, conversi\u00f3n y funcionamiento cada mes.\n                        <\/div>\n                    <\/td>\n                    <td>\n                        <div class=\"wbt-diff-desc\">\n                            <strong>Operaci\u00f3n t\u00e9cnica avanzada<\/strong>\n                            Soporte para plataformas con servidores, infraestructura, open source o publicaci\u00f3n m\u00f3vil.\n                        <\/div>\n                    <\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Ideal para<\/td>\n                    <td>App Web Lite o proyectos con cambios m\u00ednimos<\/td>\n                    <td class=\"wbt-highlight\">App Web Plus o Pro con cambios frecuentes<\/td>\n                    <td>App Web Ultra \/ Ultra Pro o proyectos con infraestructura<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Soporte b\u00e1sico<\/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><\/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><\/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\">T\u00e9cnico avanzado seg\u00fan diagn\u00f3stico<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Revisi\u00f3n mensual<\/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\">Funcionamiento general<\/span><\/td>\n                    <td class=\"wbt-highlight\"><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> <span class=\"wbt-text-small\">Funcionamiento + captaci\u00f3n + oportunidades<\/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\">Infraestructura, servicios, logs o respaldos<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Ajustes menores incluidos<\/td>\n                    <td>1 ajuste menor al mes<\/td>\n                    <td class=\"wbt-highlight\">Hasta 5 ajustes menores al mes<\/td>\n                    <td>Seg\u00fan diagn\u00f3stico y SLA acordado<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Cambios de textos, im\u00e1genes, datos o enlaces<\/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><\/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><\/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\">Cuando aplique al entorno t\u00e9cnico<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Funci\u00f3n ligera mensual<\/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 funci\u00f3n ligera 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\">Roadmap t\u00e9cnico o mejora t\u00e9cnica seg\u00fan alcance<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Revisi\u00f3n de formularios, WhatsApp y captaci\u00f3n<\/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\">B\u00e1sica<\/span><\/td>\n                    <td class=\"wbt-highlight\"><svg class=\"wbt-icon-check\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg> <span class=\"wbt-text-small\">M\u00e1s completa<\/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\">Seg\u00fan arquitectura del proyecto<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Mini reporte mensual<\/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\">Estado general y recomendaciones<\/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\">Reporte t\u00e9cnico o roadmap seg\u00fan diagn\u00f3stico<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Revisi\u00f3n de m\u00f3dulos o panel<\/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\">B\u00e1sica para Plus \/ Pro<\/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\">Avanzada para Ultra \/ Ultra Pro<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Infraestructura, servidores, backups o logs<\/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\">Incluido seg\u00fan diagn\u00f3stico t\u00e9cnico<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Publicaci\u00f3n m\u00f3vil \/ tiendas oficiales<\/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\">Soporte seg\u00fan alcance Ultra Pro<\/span><\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">No incluye<\/td>\n                    <td>Nuevas funciones, redise\u00f1os o m\u00f3dulos nuevos<\/td>\n                    <td class=\"wbt-highlight\">M\u00f3dulos complejos, automatizaciones o infraestructura aut\u00f3noma<\/td>\n                    <td>SLA cr\u00edtico, monitoreo 24\/7, DevOps avanzado o costos de terceros salvo cotizaci\u00f3n<\/td>\n                <\/tr>\n\n                <tr>\n                    <td class=\"wbt-feature-name\">Regla importante<\/td>\n                    <td colspan=\"3\">Los ajustes incluidos son mensuales y no acumulables. La membres\u00eda mantiene y mejora lo existente; nuevas funciones, m\u00f3dulos o cambios fuera del alcance se cotizan por separado.<\/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\n<p class=\"wp-block-paragraph\"><\/p>\n","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":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3226","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>Productos Digitales - 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\/productos-digitales\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Productos Digitales - 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\/productos-digitales\/\" \/>\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-06-03T03:00:54+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=\"9 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\\\/productos-digitales\\\/\",\"url\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/productos-digitales\\\/\",\"name\":\"Productos Digitales - Web Total M\u00e9xico Shop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#website\"},\"datePublished\":\"2026-05-16T02:14:16+00:00\",\"dateModified\":\"2026-06-03T03:00:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/productos-digitales\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/productos-digitales\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/productos-digitales\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/webtotal.com.mx\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Productos Digitales\"}]},{\"@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":"Productos Digitales - 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\/productos-digitales\/","og_locale":"es_MX","og_type":"article","og_title":"Productos Digitales - 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\/productos-digitales\/","og_site_name":"Web Total M\u00e9xico Shop","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-06-03T03:00:54+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":"9 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtotal.com.mx\/index.php\/productos-digitales\/","url":"https:\/\/webtotal.com.mx\/index.php\/productos-digitales\/","name":"Productos Digitales - Web Total M\u00e9xico Shop","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2026-05-16T02:14:16+00:00","dateModified":"2026-06-03T03:00:54+00:00","breadcrumb":{"@id":"https:\/\/webtotal.com.mx\/index.php\/productos-digitales\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtotal.com.mx\/index.php\/productos-digitales\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtotal.com.mx\/index.php\/productos-digitales\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/webtotal.com.mx\/"},{"@type":"ListItem","position":2,"name":"Productos Digitales"}]},{"@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\/3226","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/comments?post=3226"}],"version-history":[{"count":28,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/3226\/revisions"}],"predecessor-version":[{"id":3334,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/3226\/revisions\/3334"}],"wp:attachment":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/media?parent=3226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}