{"id":86,"date":"2025-04-03T20:54:01","date_gmt":"2025-04-04T02:54:01","guid":{"rendered":"https:\/\/webtotal.com.mx\/index.php\/contacto\/"},"modified":"2026-05-16T00:50:18","modified_gmt":"2026-05-16T06:50:18","slug":"contacto","status":"publish","type":"page","link":"https:\/\/webtotal.com.mx\/index.php\/contacto\/","title":{"rendered":"Contacto"},"content":{"rendered":"\n<div id=\"wbt-pro-contact-wizard\">\n    <style>\n        \/* ==========================================================================\n           ENCAPSULACI\u00d3N ESTRICTA: #wbt-pro-contact-wizard\n           ========================================================================== *\/\n        \n        #wbt-pro-contact-wizard {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: transparent;\n            padding: 40px 15px;\n            display: flex;\n            justify-content: center;\n        }\n\n        #wbt-pro-contact-wizard * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        #wbt-pro-contact-wizard .wbt-main-card {\n            width: 100%;\n            max-width: 1200px;\n            background: #0F172A;\n            border: 1px solid #1E293B;\n            border-radius: 16px;\n            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);\n            overflow: hidden;\n            position: relative;\n            display: flex;\n            flex-direction: row;\n            animation: wbt-fadeInUp 0.6s ease-out;\n        }\n\n        \/* L\u00ednea superior dorada *\/\n        #wbt-pro-contact-wizard .wbt-main-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, #D4AF37, #B8941F);\n            z-index: 10;\n        }\n\n        \/* ==========================================\n           COLUMNA IZQUIERDA (DIRECTORIO & REDES)\n           ========================================== *\/\n        #wbt-pro-contact-wizard .wbt-info-col {\n            width: 35%;\n            background: #131B2F;\n            padding: 50px 40px;\n            border-right: 1px solid #1E293B;\n            display: flex;\n            flex-direction: column;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-header h2 {\n            font-size: clamp(24px, 3vw, 28px);\n            font-weight: 700;\n            color: #FFFFFF;\n            margin-bottom: 10px;\n            letter-spacing: -0.5px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-header p {\n            color: #94A3B8;\n            font-size: 14px;\n            line-height: 1.6;\n            margin-bottom: 40px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-list {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n            margin-bottom: 40px;\n            flex-grow: 1;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-icon {\n            width: 40px;\n            height: 40px;\n            background: rgba(212, 175, 55, 0.1);\n            color: #D4AF37;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            border: 1px solid rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-icon svg { width: 20px; height: 20px; }\n\n        #wbt-pro-contact-wizard .wbt-info-text h4 {\n            color: #F8FAFC;\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 4px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-text p, \n        #wbt-pro-contact-wizard .wbt-info-text a {\n            color: #CBD5E1;\n            font-size: 13px;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        #wbt-pro-contact-wizard .wbt-info-text a:hover { color: #D4AF37; }\n\n        \/* Cuadr\u00edcula de Redes Sociales *\/\n        #wbt-pro-contact-wizard .wbt-social-section {\n            background: #0F172A;\n            padding: 20px;\n            border-radius: 12px;\n            border: 1px solid #1E293B;\n            text-align: center;\n        }\n\n        #wbt-pro-contact-wizard .wbt-social-title {\n            color: #D4AF37;\n            font-size: 13px;\n            font-weight: 600;\n            margin-bottom: 15px;\n            letter-spacing: 0.5px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-social-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 10px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-social-link {\n            aspect-ratio: 1;\n            background: #1E293B;\n            color: #CBD5E1;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.3s ease;\n            text-decoration: none;\n        }\n\n        #wbt-pro-contact-wizard .wbt-social-link:hover {\n            background: #D4AF37;\n            color: #000;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);\n        }\n\n        #wbt-pro-contact-wizard .wbt-social-link svg { width: 18px; height: 18px; }\n\n        \/* ==========================================\n           COLUMNA DERECHA (WIZARD 4 PASOS)\n           ========================================== *\/\n        #wbt-pro-contact-wizard .wbt-form-col {\n            width: 65%;\n            display: flex;\n            flex-direction: column;\n            position: relative;\n        }\n\n        \/* Barra de Progreso *\/\n        #wbt-pro-contact-wizard .wbt-progress {\n            display: flex;\n            height: 4px;\n            background: #1E293B;\n            width: 100%;\n        }\n\n        #wbt-pro-contact-wizard .wbt-progress-bar {\n            height: 100%;\n            background: linear-gradient(90deg, #D4AF37, #FDE047);\n            width: 25%;\n            transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        #wbt-pro-contact-wizard .wbt-body {\n            padding: 40px;\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        #wbt-pro-contact-wizard .wbt-step {\n            display: none;\n            opacity: 0;\n            transform: translateY(15px);\n            transition: opacity 0.4s ease, transform 0.4s ease;\n        }\n\n        #wbt-pro-contact-wizard .wbt-step.wbt-active {\n            display: block;\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        #wbt-pro-contact-wizard .wbt-step-title {\n            font-size: 20px;\n            color: #F8FAFC;\n            margin-bottom: 25px;\n            font-weight: 700;\n            border-bottom: 1px solid #334155;\n            padding-bottom: 10px;\n        }\n\n        \/* Cards del Paso 1 *\/\n        #wbt-pro-contact-wizard .wbt-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 15px;\n            margin-bottom: 30px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-card { position: relative; }\n        #wbt-pro-contact-wizard .wbt-card input { display: none; }\n\n        #wbt-pro-contact-wizard .wbt-card label {\n            display: flex;\n            flex-direction: column;\n            padding: 20px;\n            background: #0F172A;\n            border: 1px solid #334155;\n            border-radius: 10px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            height: 100%;\n        }\n\n        #wbt-pro-contact-wizard .wbt-card label:hover {\n            border-color: #475569;\n            background: #1E293B;\n        }\n\n        #wbt-pro-contact-wizard .wbt-card input:checked + label {\n            border-color: #D4AF37;\n            background: rgba(212, 175, 55, 0.05);\n            box-shadow: 0 0 0 1px #D4AF37;\n        }\n\n        #wbt-pro-contact-wizard .wbt-card-title {\n            font-weight: 600;\n            color: #F8FAFC;\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-card-desc {\n            font-size: 13px;\n            color: #94A3B8;\n        }\n\n        \/* Entradas de Texto y Selects *\/\n        #wbt-pro-contact-wizard .wbt-input-group { margin-bottom: 20px; }\n        \n        #wbt-pro-contact-wizard .wbt-label {\n            display: block;\n            margin-bottom: 8px;\n            font-size: 13px;\n            color: #CBD5E1;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-input, \n        #wbt-pro-contact-wizard .wbt-select,\n        #wbt-pro-contact-wizard .wbt-textarea {\n            width: 100%;\n            padding: 14px 16px;\n            background: #131B2F;\n            border: 1px solid #334155;\n            border-radius: 8px;\n            color: #F8FAFC;\n            font-size: 15px;\n            transition: all 0.3s ease;\n            font-family: inherit;\n        }\n\n        #wbt-pro-contact-wizard .wbt-textarea {\n            resize: vertical;\n            min-height: 100px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-input:focus, \n        #wbt-pro-contact-wizard .wbt-select:focus,\n        #wbt-pro-contact-wizard .wbt-textarea:focus {\n            outline: none;\n            border-color: #D4AF37;\n            box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);\n            background: #1E293B;\n        }\n\n        \/* Resumen Final (Paso 4) *\/\n        #wbt-pro-contact-wizard .wbt-summary-box {\n            background: #131B2F;\n            border: 1px solid #334155;\n            border-radius: 10px;\n            padding: 20px;\n            margin-bottom: 30px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-summary-item {\n            display: flex;\n            justify-content: space-between;\n            padding: 10px 0;\n            border-bottom: 1px solid #1E293B;\n            font-size: 14px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-summary-item:last-child { border-bottom: none; }\n        #wbt-pro-contact-wizard .wbt-summary-key { color: #94A3B8; font-weight: 500; }\n        #wbt-pro-contact-wizard .wbt-summary-val { color: #F8FAFC; font-weight: 600; text-align: right; max-width: 60%; }\n\n        \/* Botones de Acci\u00f3n *\/\n        #wbt-pro-contact-wizard .wbt-actions {\n            display: flex;\n            justify-content: flex-end;\n            gap: 15px;\n            margin-top: auto;\n            padding-top: 30px;\n            border-top: 1px solid #1E293B;\n        }\n\n        #wbt-pro-contact-wizard .wbt-btn {\n            padding: 14px 28px;\n            border-radius: 8px;\n            font-size: 15px;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s;\n            border: none;\n            letter-spacing: 0.5px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            text-decoration: none;\n        }\n\n        #wbt-pro-contact-wizard .wbt-btn-outline {\n            background: transparent;\n            color: #94A3B8;\n            border: 1px solid #334155;\n        }\n\n        #wbt-pro-contact-wizard .wbt-btn-outline:hover {\n            background: #1E293B;\n            color: #F8FAFC;\n        }\n\n        #wbt-pro-contact-wizard .wbt-btn-primary {\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000;\n            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-contact-wizard .wbt-btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 25px rgba(212, 175, 55, 0.3);\n        }\n\n        \/* Botones Env\u00edo Final *\/\n        #wbt-pro-contact-wizard .wbt-decision-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        #wbt-pro-contact-wizard .wbt-btn-whatsapp { background: #25D366; color: white; }\n        #wbt-pro-contact-wizard .wbt-btn-whatsapp:hover { background: #20BD5A; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2); }\n\n        #wbt-pro-contact-wizard .wbt-btn-email { background: #2563EB; color: white; }\n        #wbt-pro-contact-wizard .wbt-btn-email:hover { background: #1D4ED8; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2); }\n\n        @keyframes wbt-fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 900px) {\n            #wbt-pro-contact-wizard .wbt-main-card { flex-direction: column; }\n            #wbt-pro-contact-wizard .wbt-info-col,\n            #wbt-pro-contact-wizard .wbt-form-col { width: 100%; }\n            #wbt-pro-contact-wizard .wbt-info-col { border-right: none; border-bottom: 1px solid #1E293B; padding: 40px 20px; }\n            #wbt-pro-contact-wizard .wbt-body { padding: 40px 20px; }\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-contact-wizard .wbt-actions { flex-direction: column-reverse; }\n            #wbt-pro-contact-wizard .wbt-btn { width: 100%; }\n            #wbt-pro-contact-wizard .wbt-decision-grid { grid-template-columns: 1fr; }\n            #wbt-pro-contact-wizard .wbt-grid { grid-template-columns: 1fr; }\n            #wbt-pro-contact-wizard .wbt-summary-item { flex-direction: column; gap: 5px; }\n            #wbt-pro-contact-wizard .wbt-summary-val { text-align: left; max-width: 100%; }\n            #wbt-pro-contact-wizard .wbt-social-grid { grid-template-columns: repeat(4, 1fr); }\n        }\n    <\/style>\n\n    <div class=\"wbt-main-card\">\n        \n        <!-- COLUMNA IZQUIERDA: CONTACTO Y REDES -->\n        <div class=\"wbt-info-col\">\n            <div class=\"wbt-info-header\">\n                <h2>Directorio Oficial<\/h2>\n                <p>Cont\u00e1ctanos directamente o inicia tu diagn\u00f3stico en la secci\u00f3n adjunta.<\/p>\n            <\/div>\n\n            <div class=\"wbt-info-list\">\n                <div class=\"wbt-info-item\">\n                    <div class=\"wbt-info-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n                    <\/div>\n                    <div class=\"wbt-info-text\">\n                        <h4>Llamadas \/ WhatsApp<\/h4>\n                        <a href=\"https:\/\/wa.me\/525643451631\" target=\"_blank\">+52 56 4345 1631<\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"wbt-info-item\">\n                    <div class=\"wbt-info-icon\">\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                    <div class=\"wbt-info-text\">\n                        <h4>Correo Corporativo<\/h4>\n                        <a href=\"mailto:contacto@webtotalmexico.com.mx\">contacto@webtotalmexico.com.mx<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- CUADR\u00cdCULA DE REDES SOCIALES -->\n            <div class=\"wbt-social-section\">\n                <div class=\"wbt-social-title\">S\u00cdGUENOS COMO @WEBTOTALMX<\/div>\n                <div class=\"wbt-social-grid\">\n                    <!-- FB -->\n                    <a href=\"https:\/\/facebook.com\/webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"Facebook\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path><\/svg>\n                    <\/a>\n                    <!-- IG -->\n                    <a href=\"https:\/\/instagram.com\/webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"Instagram\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line><\/svg>\n                    <\/a>\n                    <!-- YouTube -->\n                    <a href=\"https:\/\/youtube.com\/@webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"YouTube\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33 2.78 2.78 0 0 0 1.94 2c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.33 29 29 0 0 0-.46-5.33z\"><\/path><polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\"><\/polygon><\/svg>\n                    <\/a>\n                    <!-- LinkedIn -->\n                    <a href=\"https:\/\/linkedin.com\/company\/webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"LinkedIn\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"><\/path><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"><\/rect><circle cx=\"4\" cy=\"4\" r=\"2\"><\/circle><\/svg>\n                    <\/a>\n                    <!-- TikTok -->\n                    <a href=\"https:\/\/tiktok.com\/@webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"TikTok\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 12a4 4 0 1 0 4 4V0h4v4a5 5 0 0 0 5 5v4a9 9 0 0 1-5-1.5V16a8 8 0 1 1-8-8v4a4 4 0 0 0 4 4z\"><\/path><\/svg>\n                    <\/a>\n                    <!-- Threads (usamos at-sign) -->\n                    <a href=\"https:\/\/threads.net\/@webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"Threads\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"4\"><\/circle><path d=\"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94\"><\/path><\/svg>\n                    <\/a>\n                    <!-- X \/ Twitter -->\n                    <a href=\"https:\/\/x.com\/webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"X (Twitter)\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"4 4 20 20\"><\/polyline><polyline points=\"20 4 4 20\"><\/polyline><\/svg>\n                    <\/a>\n                    <!-- Reddit -->\n                    <a href=\"https:\/\/reddit.com\/user\/webtotalmx\" target=\"_blank\" class=\"wbt-social-link\" title=\"Reddit\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"><\/path><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"><\/line><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"><\/line><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- COLUMNA DERECHA: WIZARD CONSULTOR\u00cdA -->\n        <div class=\"wbt-form-col\">\n            \n            <div class=\"wbt-progress\">\n                <div class=\"wbt-progress-bar\" id=\"wbt-bar\"><\/div>\n            <\/div>\n\n            <div class=\"wbt-body\">\n                <!-- PASO 1 -->\n                <div class=\"wbt-step wbt-active\" data-step=\"1\">\n                    <div class=\"wbt-step-title\">1. \u00bfQu\u00e9 arquitectura requiere tu proyecto?<\/div>\n                    \n                    <div class=\"wbt-grid\">\n                        <div class=\"wbt-card\">\n                            <input type=\"radio\" name=\"wbt_servicio\" id=\"srv_express\" value=\"Identidad y Presencia \u00c1gil\">\n                            <label for=\"srv_express\">\n                                <span class=\"wbt-card-title\">Identidad Express<\/span>\n                                <span class=\"wbt-card-desc\">Despliegue r\u00e1pido, carga ultraligera y dominio corporativo.<\/span>\n                            <\/label>\n                        <\/div>\n                        <div class=\"wbt-card\">\n                            <input type=\"radio\" name=\"wbt_servicio\" id=\"srv_comercial\" value=\"Plataforma de Ventas \/ E-learning\">\n                            <label for=\"srv_comercial\">\n                                <span class=\"wbt-card-title\">Despliegue Comercial<\/span>\n                                <span class=\"wbt-card-desc\">Sistemas High-End para vender cursos o productos en l\u00ednea.<\/span>\n                            <\/label>\n                        <\/div>\n                        <div class=\"wbt-card\">\n                            <input type=\"radio\" name=\"wbt_servicio\" id=\"srv_soberana\" value=\"Arquitectura Vanilla \/ Nube Privada\">\n                            <label for=\"srv_soberana\">\n                                <span class=\"wbt-card-title\">Autogesti\u00f3n Soberana<\/span>\n                                <span class=\"wbt-card-desc\">Sistema propietario, servidor privado y bases de datos.<\/span>\n                            <\/label>\n                        <\/div>\n                        <div class=\"wbt-card\">\n                            <input type=\"radio\" name=\"wbt_servicio\" id=\"srv_auditoria\" value=\"Auditor\u00eda Tecnol\u00f3gica (EC0249)\">\n                            <label for=\"srv_auditoria\">\n                                <span class=\"wbt-card-title\">Auditor\u00eda Enterprise<\/span>\n                                <span class=\"wbt-card-desc\">Diagn\u00f3stico intensivo y dise\u00f1o de servidores a la medida.<\/span>\n                            <\/label>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"wbt-actions\">\n                        <button class=\"wbt-btn wbt-btn-primary\" onclick=\"WBTWizard.next(2)\">Siguiente Paso<\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- PASO 2 -->\n                <div class=\"wbt-step\" data-step=\"2\">\n                    <div class=\"wbt-step-title\">2. Datos Corporativos y de Contacto<\/div>\n                    \n                    <div class=\"wbt-grid\" style=\"grid-template-columns: 1fr 1fr; margin-bottom: 0;\">\n                        <div class=\"wbt-input-group\">\n                            <label class=\"wbt-label\">Nombre Completo *<\/label>\n                            <input type=\"text\" id=\"wbt_nombre\" class=\"wbt-input\" placeholder=\"Ej. Carlos Mendoza\">\n                        <\/div>\n                        <div class=\"wbt-input-group\">\n                            <label class=\"wbt-label\">Empresa \/ Instituci\u00f3n<\/label>\n                            <input type=\"text\" id=\"wbt_empresa\" class=\"wbt-input\" placeholder=\"Nombre de tu negocio\">\n                        <\/div>\n                        <div class=\"wbt-input-group\">\n                            <label class=\"wbt-label\">Correo Corporativo *<\/label>\n                            <input type=\"email\" id=\"wbt_email\" class=\"wbt-input\" placeholder=\"contacto@tuempresa.com\">\n                        <\/div>\n                        <div class=\"wbt-input-group\">\n                            <label class=\"wbt-label\">WhatsApp *<\/label>\n                            <input type=\"tel\" id=\"wbt_telefono\" class=\"wbt-input\" placeholder=\"10 d\u00edgitos\">\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"wbt-actions\">\n                        <button class=\"wbt-btn wbt-btn-outline\" onclick=\"WBTWizard.prev(1)\">Regresar<\/button>\n                        <button class=\"wbt-btn wbt-btn-primary\" onclick=\"WBTWizard.validateStep2()\">Siguiente Paso<\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- PASO 3 -->\n                <div class=\"wbt-step\" data-step=\"3\">\n                    <div class=\"wbt-step-title\">3. Detalles Estrat\u00e9gicos del Proyecto<\/div>\n                    \n                    <div class=\"wbt-grid\" style=\"grid-template-columns: 1fr 1fr; margin-bottom: 0;\">\n                        <div class=\"wbt-input-group\">\n                            <label class=\"wbt-label\">Nivel de Urgencia *<\/label>\n                            <select id=\"wbt_urgencia\" class=\"wbt-select\">\n                                <option value=\"\" disabled selected>Selecciona una opci\u00f3n&#8230;<\/option>\n                                <option value=\"Alta (1 a 2 semanas)\">Alta (Requiero despliegue en 1 a 2 semanas)<\/option>\n                                <option value=\"Media (Este mes)\">Media (Planeaci\u00f3n para este mes)<\/option>\n                                <option value=\"Baja (Cotizaci\u00f3n futura)\">Baja (Solo requiero cotizaci\u00f3n por ahora)<\/option>\n                            <\/select>\n                        <\/div>\n                        <div class=\"wbt-input-group\">\n                            <label class=\"wbt-label\">\u00bfCuentas con sitio web actualmente? *<\/label>\n                            <select id=\"wbt_sitio_actual\" class=\"wbt-select\">\n                                <option value=\"\" disabled selected>Selecciona una opci\u00f3n&#8230;<\/option>\n                                <option value=\"S\u00ed, busco redise\u00f1o\/migraci\u00f3n\">S\u00ed, busco un redise\u00f1o o migraci\u00f3n<\/option>\n                                <option value=\"No, es un proyecto desde cero\">No, es un proyecto desde cero<\/option>\n                            <\/select>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"wbt-input-group\">\n                        <label class=\"wbt-label\">Objetivo principal de este proyecto (Breve) *<\/label>\n                        <textarea id=\"wbt_descripcion\" class=\"wbt-textarea\" placeholder=\"Ej. Automatizar la venta de nuestros cursos, captar leads corporativos, redise\u00f1ar nuestra imagen...\"><\/textarea>\n                    <\/div>\n\n                    <div class=\"wbt-actions\">\n                        <button class=\"wbt-btn wbt-btn-outline\" onclick=\"WBTWizard.prev(2)\">Regresar<\/button>\n                        <button class=\"wbt-btn wbt-btn-primary\" onclick=\"WBTWizard.validateStep3()\">Revisar Solicitud<\/button>\n                    <\/div>\n                <\/div>\n\n                <!-- PASO 4 -->\n                <div class=\"wbt-step\" data-step=\"4\">\n                    <div class=\"wbt-step-title\">4. Confirmaci\u00f3n y Env\u00edo<\/div>\n                    \n                    <p style=\"color: #94A3B8; margin-bottom: 20px; font-size: 14px;\">Tu reporte preliminar ha sido generado. Verifica tus datos antes de enviarlo.<\/p>\n\n                    <div class=\"wbt-summary-box\">\n                        <div class=\"wbt-summary-item\">\n                            <span class=\"wbt-summary-key\">Arquitectura:<\/span>\n                            <span class=\"wbt-summary-val\" id=\"sum_servicio\"><\/span>\n                        <\/div>\n                        <div class=\"wbt-summary-item\">\n                            <span class=\"wbt-summary-key\">Nombre:<\/span>\n                            <span class=\"wbt-summary-val\" id=\"sum_nombre\"><\/span>\n                        <\/div>\n                        <div class=\"wbt-summary-item\">\n                            <span class=\"wbt-summary-key\">Urgencia:<\/span>\n                            <span class=\"wbt-summary-val\" id=\"sum_urgencia\"><\/span>\n                        <\/div>\n                    <\/div>\n\n                    <h3 style=\"color: #F8FAFC; font-size: 14px; margin-bottom: 10px;\">Selecciona tu m\u00e9todo de env\u00edo preferido:<\/h3>\n                    \n                    <div class=\"wbt-decision-grid\">\n                        <a href=\"#\" id=\"wbt_btn_wa\" target=\"_blank\" class=\"wbt-btn wbt-btn-whatsapp\">\n                            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"\/><\/svg>\n                            Enviar a WhatsApp\n                        <\/a>\n                        <a href=\"#\" id=\"wbt_btn_email\" class=\"wbt-btn wbt-btn-email\">\n                            <svg width=\"20\" height=\"20\" 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                            Enviar por Correo\n                        <\/a>\n                    <\/div>\n\n                    <div class=\"wbt-actions\" style=\"margin-top: 20px; padding-top: 15px;\">\n                        <button class=\"wbt-btn wbt-btn-outline\" onclick=\"WBTWizard.prev(3)\" style=\"width: 100%;\">\u2190 Regresar y Editar<\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ IIFE Encapsulado\n    const WBTWizard = (function() {\n        let currentStep = 1;\n        let data = {\n            servicio: '',\n            nombre: '',\n            empresa: '',\n            email: '',\n            telefono: '',\n            urgencia: '',\n            sitio_actual: '',\n            descripcion: ''\n        };\n\n        function updateProgress() {\n            document.getElementById('wbt-bar').style.width = (currentStep * 25) + '%';\n        }\n\n        function generateMessage() {\n            return `\ud83d\udcbb *SOLICITUD DE DIAGN\u00d3STICO - WBT M\u00c9XICO*\\n\\n` +\n                   `*1. Perfil del Proyecto:*\\n` +\n                   `\u2022 Arquitectura: ${data.servicio}\\n` +\n                   `\u2022 Urgencia: ${data.urgencia}\\n` +\n                   `\u2022 Sitio Actual: ${data.sitio_actual}\\n\\n` +\n                   `*2. Datos Corporativos:*\\n` +\n                   `\u2022 Nombre: ${data.nombre}\\n` +\n                   `\u2022 Empresa: ${data.empresa}\\n` +\n                   `\u2022 Correo: ${data.email}\\n` +\n                   `\u2022 M\u00f3vil: ${data.telefono}\\n\\n` +\n                   `*3. Objetivo Estrat\u00e9gico:*\\n${data.descripcion}\\n\\n` +\n                   `Solicito evaluaci\u00f3n para agendar consultor\u00eda.`;\n        }\n\n        return {\n            next: function(step) {\n                \/\/ Validaci\u00f3n Paso 1\n                if(currentStep === 1) {\n                    const serv = document.querySelector('input[name=\"wbt_servicio\"]:checked');\n                    if(!serv) return alert('Por favor, selecciona una opci\u00f3n de arquitectura para continuar.');\n                    data.servicio = serv.value;\n                }\n                \n                document.querySelector(`#wbt-pro-contact-wizard [data-step=\"${currentStep}\"]`).classList.remove('wbt-active');\n                currentStep = step;\n                document.querySelector(`#wbt-pro-contact-wizard [data-step=\"${currentStep}\"]`).classList.add('wbt-active');\n                updateProgress();\n            },\n            prev: function(step) {\n                document.querySelector(`#wbt-pro-contact-wizard [data-step=\"${currentStep}\"]`).classList.remove('wbt-active');\n                currentStep = step;\n                document.querySelector(`#wbt-pro-contact-wizard [data-step=\"${currentStep}\"]`).classList.add('wbt-active');\n                updateProgress();\n            },\n            validateStep2: function() {\n                const n = document.getElementById('wbt_nombre').value.trim();\n                const e = document.getElementById('wbt_email').value.trim();\n                const t = document.getElementById('wbt_telefono').value.trim();\n\n                if(!n || !e || !t) return alert('Los campos de Nombre, Correo y WhatsApp son obligatorios.');\n                if(!\/^\\S+@\\S+\\.\\S+$\/.test(e)) return alert('Ingresa un correo v\u00e1lido.');\n\n                data.nombre = n;\n                data.empresa = document.getElementById('wbt_empresa').value.trim() || 'No especificada';\n                data.email = e;\n                data.telefono = t;\n\n                this.next(3);\n            },\n            validateStep3: function() {\n                const u = document.getElementById('wbt_urgencia').value;\n                const s = document.getElementById('wbt_sitio_actual').value;\n                const d = document.getElementById('wbt_descripcion').value.trim();\n\n                if(!u || !s || !d) return alert('Por favor completa todos los campos estrat\u00e9gicos de este paso.');\n\n                data.urgencia = u;\n                data.sitio_actual = s;\n                data.descripcion = d;\n\n                \/\/ Llenar resumen en el Paso 4\n                document.getElementById('sum_servicio').innerText = data.servicio;\n                document.getElementById('sum_nombre').innerText = data.nombre;\n                document.getElementById('sum_urgencia').innerText = data.urgencia;\n\n                this.prepareLinks();\n                this.next(4);\n            },\n            prepareLinks: function() {\n                const textMessage = generateMessage();\n                \n                \/\/ Link WhatsApp\n                const waPhone = \"525643451631\";\n                const waUrl = `https:\/\/wa.me\/${waPhone}?text=${encodeURIComponent(textMessage)}`;\n                document.getElementById('wbt_btn_wa').href = waUrl;\n\n                \/\/ Link Correo (Mailto)\n                const emailTarget = \"contacto@webtotalmexico.com.mx\";\n                const subject = `Nuevo Proyecto: ${data.empresa !== 'No especificada' ? data.empresa : data.nombre} - ${data.servicio}`;\n                const bodyEmail = textMessage.replace(\/\\*\/g, '').replace(\/\\n\/g, '%0D%0A');\n                const mailtoUrl = `mailto:${emailTarget}?subject=${encodeURIComponent(subject)}&body=${bodyEmail}`;\n                document.getElementById('wbt_btn_email').href = mailtoUrl;\n            }\n        };\n    })();\n\n    \/\/ Iniciar con la barra al 25% (Paso 1)\n    document.addEventListener('DOMContentLoaded', () => {\n        document.getElementById('wbt-bar').style.width = '25%';\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Directorio Oficial Cont\u00e1ctanos directamente o inicia tu diagn\u00f3stico en la secci\u00f3n adjunta. Llamadas \/ WhatsApp +52 56 4345 1631 Correo Corporativo contacto@webtotalmexico.com.mx S\u00cdGUENOS COMO @WEBTOTALMX 1. \u00bfQu\u00e9 arquitectura requiere tu proyecto? Identidad Express Despliegue r\u00e1pido, carga ultraligera y dominio corporativo. Despliegue Comercial Sistemas High-End para vender cursos o productos en l\u00ednea. Autogesti\u00f3n Soberana Sistema propietario, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/full-width-page.php","meta":{"footnotes":""},"class_list":["post-86","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>Contacto - 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\/contacto\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contacto - Web Total M\u00e9xico Shop\" \/>\n<meta property=\"og:description\" content=\"Directorio Oficial Cont\u00e1ctanos directamente o inicia tu diagn\u00f3stico en la secci\u00f3n adjunta. Llamadas \/ WhatsApp +52 56 4345 1631 Correo Corporativo contacto@webtotalmexico.com.mx S\u00cdGUENOS COMO @WEBTOTALMX 1. \u00bfQu\u00e9 arquitectura requiere tu proyecto? Identidad Express Despliegue r\u00e1pido, carga ultraligera y dominio corporativo. Despliegue Comercial Sistemas High-End para vender cursos o productos en l\u00ednea. Autogesti\u00f3n Soberana Sistema propietario, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtotal.com.mx\/index.php\/contacto\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Total M\u00e9xico Shop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webtotalmx\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-16T06:50:18+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=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/contacto\\\/\",\"url\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/contacto\\\/\",\"name\":\"Contacto - Web Total M\u00e9xico Shop\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/#website\"},\"datePublished\":\"2025-04-04T02:54:01+00:00\",\"dateModified\":\"2026-05-16T06:50:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/contacto\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/contacto\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/webtotal.com.mx\\\/index.php\\\/contacto\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/webtotal.com.mx\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contacto\"}]},{\"@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":"Contacto - 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\/contacto\/","og_locale":"es_MX","og_type":"article","og_title":"Contacto - Web Total M\u00e9xico Shop","og_description":"Directorio Oficial Cont\u00e1ctanos directamente o inicia tu diagn\u00f3stico en la secci\u00f3n adjunta. Llamadas \/ WhatsApp +52 56 4345 1631 Correo Corporativo contacto@webtotalmexico.com.mx S\u00cdGUENOS COMO @WEBTOTALMX 1. \u00bfQu\u00e9 arquitectura requiere tu proyecto? Identidad Express Despliegue r\u00e1pido, carga ultraligera y dominio corporativo. Despliegue Comercial Sistemas High-End para vender cursos o productos en l\u00ednea. Autogesti\u00f3n Soberana Sistema propietario, [&hellip;]","og_url":"https:\/\/webtotal.com.mx\/index.php\/contacto\/","og_site_name":"Web Total M\u00e9xico Shop","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-05-16T06:50:18+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":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtotal.com.mx\/index.php\/contacto\/","url":"https:\/\/webtotal.com.mx\/index.php\/contacto\/","name":"Contacto - Web Total M\u00e9xico Shop","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2025-04-04T02:54:01+00:00","dateModified":"2026-05-16T06:50:18+00:00","breadcrumb":{"@id":"https:\/\/webtotal.com.mx\/index.php\/contacto\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtotal.com.mx\/index.php\/contacto\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtotal.com.mx\/index.php\/contacto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/webtotal.com.mx\/"},{"@type":"ListItem","position":2,"name":"Contacto"}]},{"@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\/86","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/comments?post=86"}],"version-history":[{"count":9,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/86\/revisions"}],"predecessor-version":[{"id":3240,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/86\/revisions\/3240"}],"wp:attachment":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/media?parent=86"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}