{"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-04-26T14:45:37","modified_gmt":"2026-04-26T20:45:37","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\">\n    <style>\n        \/* ==========================================================================\n           ENCAPSULACI\u00d3N ESTRICTA: #wbt-pro-contact protege el CSS de WordPress.\n           ========================================================================== *\/\n        \n        #wbt-pro-contact {\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 * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        #wbt-pro-contact .wbt-contact-card {\n            width: 100%;\n            max-width: 650px;\n            background: #0F172A;\n            border: 1px solid #1E293B;\n            border-radius: 16px;\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);\n            overflow: hidden;\n            position: relative;\n            animation: wbt-fadeInUp 0.6s ease-out;\n        }\n\n        \/* L\u00ednea superior dorada *\/\n        #wbt-pro-contact .wbt-contact-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        #wbt-pro-contact .wbt-header {\n            padding: 40px 40px 20px 40px;\n            text-align: center;\n        }\n\n        #wbt-pro-contact .wbt-header h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 700;\n            color: #FFFFFF;\n            margin-bottom: 10px;\n            letter-spacing: -0.5px;\n        }\n\n        #wbt-pro-contact .wbt-header p {\n            color: #94A3B8;\n            font-size: 15px;\n            line-height: 1.6;\n        }\n\n        #wbt-pro-contact .wbt-form-body {\n            padding: 20px 40px 40px 40px;\n        }\n\n        #wbt-pro-contact .wbt-form-group {\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        #wbt-pro-contact .wbt-label {\n            display: block;\n            color: #CBD5E1;\n            margin-bottom: 8px;\n            font-weight: 600;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        #wbt-pro-contact .wbt-input {\n            width: 100%;\n            padding: 15px 20px;\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 textarea.wbt-input {\n            min-height: 120px;\n            resize: vertical;\n            line-height: 1.5;\n        }\n\n        #wbt-pro-contact .wbt-input: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        #wbt-pro-contact .wbt-input::placeholder {\n            color: #475569;\n        }\n\n        #wbt-pro-contact .wbt-error-msg {\n            color: #EF4444;\n            font-size: 13px;\n            margin-top: 6px;\n            font-weight: 500;\n            display: none; \/* Oculto por defecto *\/\n        }\n\n        #wbt-pro-contact .wbt-grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n\n        \/* Bot\u00f3n Submit *\/\n        #wbt-pro-contact .wbt-btn-submit {\n            width: 100%;\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000;\n            border: none;\n            padding: 16px 30px;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin-top: 15px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-contact .wbt-btn-submit:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 25px rgba(212, 175, 55, 0.3);\n        }\n\n        #wbt-pro-contact .wbt-btn-submit:disabled {\n            opacity: 0.7;\n            cursor: not-allowed;\n            transform: none;\n        }\n\n        \/* Pantalla de \u00c9xito *\/\n        #wbt-pro-contact .wbt-success-screen {\n            display: none;\n            text-align: center;\n            padding: 20px 40px 40px 40px;\n            animation: wbt-fadeInUp 0.5s ease-out;\n        }\n\n        #wbt-pro-contact .wbt-success-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 80px;\n            height: 80px;\n            border-radius: 50%;\n            background: rgba(16, 185, 129, 0.1);\n            color: #10B981;\n            margin-bottom: 20px;\n        }\n\n        #wbt-pro-contact .wbt-success-icon svg {\n            width: 40px;\n            height: 40px;\n        }\n\n        #wbt-pro-contact .wbt-success-screen h3 {\n            color: #F8FAFC;\n            font-size: 24px;\n            margin-bottom: 15px;\n        }\n\n        #wbt-pro-contact .wbt-success-box {\n            background: #131B2F;\n            border: 1px solid #1E293B;\n            border-radius: 12px;\n            padding: 25px;\n            margin-bottom: 25px;\n        }\n\n        #wbt-pro-contact .wbt-success-box p {\n            color: #CBD5E1;\n            font-size: 15px;\n            margin-bottom: 20px;\n        }\n\n        #wbt-pro-contact .wbt-btn-whatsapp {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            background: #25D366;\n            color: white;\n            padding: 15px 30px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 15px;\n            transition: all 0.3s ease;\n            width: 100%;\n        }\n\n        #wbt-pro-contact .wbt-btn-whatsapp:hover {\n            background: #20BD5A;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);\n        }\n\n        #wbt-pro-contact .wbt-btn-whatsapp svg {\n            width: 20px;\n            height: 20px;\n            margin-right: 10px;\n        }\n\n        #wbt-pro-contact .wbt-btn-reset {\n            background: transparent;\n            color: #94A3B8;\n            border: none;\n            font-size: 14px;\n            margin-top: 20px;\n            cursor: pointer;\n            text-decoration: underline;\n        }\n\n        #wbt-pro-contact .wbt-btn-reset:hover {\n            color: #D4AF37;\n        }\n\n        @keyframes wbt-fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @media (max-width: 600px) {\n            #wbt-pro-contact .wbt-grid-2 {\n                grid-template-columns: 1fr;\n                gap: 0;\n            }\n            #wbt-pro-contact .wbt-header {\n                padding: 30px 20px 10px 20px;\n            }\n            #wbt-pro-contact .wbt-form-body {\n                padding: 20px;\n            }\n            #wbt-pro-contact .wbt-success-screen {\n                padding: 20px;\n            }\n        }\n    <\/style>\n\n    <div class=\"wbt-contact-card\">\n        \n        <div class=\"wbt-header\">\n            <h2>Contacto Estrat\u00e9gico<\/h2>\n            <p>Inicia la estructuraci\u00f3n de tu ecosistema. Un consultor evaluar\u00e1 tus requerimientos tecnol\u00f3gicos a la brevedad.<\/p>\n        <\/div>\n\n        <div class=\"wbt-form-body\" id=\"wbt-form-wrapper\">\n            <form id=\"wbt-contact-form\" novalidate>\n                \n                <div class=\"wbt-form-group\">\n                    <label class=\"wbt-label\" for=\"wbt_name\">Nombre Completo *<\/label>\n                    <input type=\"text\" id=\"wbt_name\" class=\"wbt-input\" placeholder=\"Ej. Carlos Mendoza\">\n                    <div class=\"wbt-error-msg\" id=\"wbt_err_name\">Este campo es obligatorio<\/div>\n                <\/div>\n\n                <div class=\"wbt-grid-2\">\n                    <div class=\"wbt-form-group\">\n                        <label class=\"wbt-label\" for=\"wbt_email\">Correo Corporativo *<\/label>\n                        <input type=\"email\" id=\"wbt_email\" class=\"wbt-input\" placeholder=\"contacto@tuempresa.com\">\n                        <div class=\"wbt-error-msg\" id=\"wbt_err_email\">Ingresa un correo v\u00e1lido<\/div>\n                    <\/div>\n\n                    <div class=\"wbt-form-group\">\n                        <label class=\"wbt-label\" for=\"wbt_phone\">Tel\u00e9fono \/ WhatsApp *<\/label>\n                        <input type=\"tel\" id=\"wbt_phone\" class=\"wbt-input\" placeholder=\"10 d\u00edgitos\">\n                        <div class=\"wbt-error-msg\" id=\"wbt_err_phone\">Ingresa un n\u00famero v\u00e1lido<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"wbt-form-group\">\n                    <label class=\"wbt-label\" for=\"wbt_message\">Requerimientos T\u00e9cnicos o Estrat\u00e9gicos *<\/label>\n                    <textarea id=\"wbt_message\" class=\"wbt-input\" placeholder=\"Describe brevemente las necesidades de tu empresa...\"><\/textarea>\n                    <div class=\"wbt-error-msg\" id=\"wbt_err_message\">Por favor, detalla tu solicitud<\/div>\n                <\/div>\n\n                <button type=\"submit\" class=\"wbt-btn-submit\" id=\"wbt_submit_btn\">Generar Solicitud<\/button>\n            <\/form>\n        <\/div>\n\n        <div class=\"wbt-success-screen\" id=\"wbt-success-wrapper\">\n            <div class=\"wbt-success-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n            <\/div>\n            <h3>\u00a1Da click en el boton para enviarnos tu solicitud!<\/h3>\n            \n            <div class=\"wbt-success-box\">\n                <p>Tu reporte t\u00e9cnico est\u00e1 listo para ser procesado por nuestro equipo de consultores.<\/p>\n                \n                <a href=\"#\" id=\"wbt_wa_link\" target=\"_blank\" class=\"wbt-btn-whatsapp\">\n                    <svg 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            <\/div>\n\n            <button class=\"wbt-btn-reset\" id=\"wbt_reset_btn\">\u2190 Redactar nueva solicitud<\/button>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ IIFE (Encapsulaci\u00f3n JS)\n    (function() {\n        const form = document.getElementById('wbt-contact-form');\n        const formWrapper = document.getElementById('wbt-form-wrapper');\n        const successWrapper = document.getElementById('wbt-success-wrapper');\n        const resetBtn = document.getElementById('wbt_reset_btn');\n        const waLink = document.getElementById('wbt_wa_link');\n\n        \/\/ Inputs\n        const iName = document.getElementById('wbt_name');\n        const iEmail = document.getElementById('wbt_email');\n        const iPhone = document.getElementById('wbt_phone');\n        const iMsg = document.getElementById('wbt_message');\n\n        \/\/ Errors\n        const eName = document.getElementById('wbt_err_name');\n        const eEmail = document.getElementById('wbt_err_email');\n        const ePhone = document.getElementById('wbt_err_phone');\n        const eMsg = document.getElementById('wbt_err_message');\n\n        function isValidEmail(email) {\n            return \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(email);\n        }\n\n        function clearErrors() {\n            eName.style.display = 'none';\n            eEmail.style.display = 'none';\n            ePhone.style.display = 'none';\n            eMsg.style.display = 'none';\n            iName.style.borderColor = '#334155';\n            iEmail.style.borderColor = '#334155';\n            iPhone.style.borderColor = '#334155';\n            iMsg.style.borderColor = '#334155';\n        }\n\n        function showError(input, errorElement) {\n            errorElement.style.display = 'block';\n            input.style.borderColor = '#EF4444';\n        }\n\n        form.addEventListener('submit', function(e) {\n            e.preventDefault();\n            clearErrors();\n\n            let isValid = true;\n\n            if (!iName.value.trim()) { showError(iName, eName); isValid = false; }\n            if (!iEmail.value.trim() || !isValidEmail(iEmail.value.trim())) { showError(iEmail, eEmail); isValid = false; }\n            if (!iPhone.value.trim()) { showError(iPhone, ePhone); isValid = false; }\n            if (!iMsg.value.trim()) { showError(iMsg, eMsg); isValid = false; }\n\n            if (isValid) {\n                \/\/ Preparamos el mensaje\n                const textMessage = `\ud83d\udcbb *NUEVA SOLICITUD ESTRAT\u00c9GICA*\\n\\n` +\n                                    `\ud83d\udc64 *Nombre:* ${iName.value.trim()}\\n` +\n                                    `\u2709\ufe0f *Correo:* ${iEmail.value.trim()}\\n` +\n                                    `\ud83d\udcf1 *Tel\u00e9fono:* ${iPhone.value.trim()}\\n\\n` +\n                                    `\ud83d\udcdd *Requerimientos:*\\n${iMsg.value.trim()}\\n\\n` +\n                                    `Solicito revisi\u00f3n de mi caso para agendar consultor\u00eda.`;\n\n                const phone = \"525643451631\";\n                waLink.href = `https:\/\/wa.me\/${phone}?text=${encodeURIComponent(textMessage)}`;\n\n                \/\/ Transici\u00f3n a pantalla de \u00e9xito\n                formWrapper.style.display = 'none';\n                successWrapper.style.display = 'block';\n            }\n        });\n\n        \/\/ Limpiar errores en tiempo real al escribir\n        [iName, iEmail, iPhone, iMsg].forEach(input => {\n            input.addEventListener('input', function() {\n                this.style.borderColor = '#334155';\n                const errElement = document.getElementById(this.id.replace('wbt_', 'wbt_err_'));\n                if(errElement) errElement.style.display = 'none';\n            });\n        });\n\n        \/\/ Volver a mostrar el formulario\n        resetBtn.addEventListener('click', function(e) {\n            e.preventDefault();\n            form.reset();\n            clearErrors();\n            successWrapper.style.display = 'none';\n            formWrapper.style.display = 'block';\n        });\n    })();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Contacto Estrat\u00e9gico Inicia la estructuraci\u00f3n de tu ecosistema. Un consultor evaluar\u00e1 tus requerimientos tecnol\u00f3gicos a la brevedad. Nombre Completo * Este campo es obligatorio Correo Corporativo * Ingresa un correo v\u00e1lido Tel\u00e9fono \/ WhatsApp * Ingresa un n\u00famero v\u00e1lido Requerimientos T\u00e9cnicos o Estrat\u00e9gicos * Por favor, detalla tu solicitud Generar Solicitud \u00a1Da click en el [&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 v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contacto - Web Total M\u00e9xico<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webtotal.com.mx\/index.php\/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\" \/>\n<meta property=\"og:description\" content=\"Contacto Estrat\u00e9gico Inicia la estructuraci\u00f3n de tu ecosistema. Un consultor evaluar\u00e1 tus requerimientos tecnol\u00f3gicos a la brevedad. Nombre Completo * Este campo es obligatorio Correo Corporativo * Ingresa un correo v\u00e1lido Tel\u00e9fono \/ WhatsApp * Ingresa un n\u00famero v\u00e1lido Requerimientos T\u00e9cnicos o Estrat\u00e9gicos * Por favor, detalla tu solicitud Generar Solicitud \u00a1Da click en el [&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\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webtotalmx\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-26T20:45:37+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\",\"isPartOf\":{\"@id\":\"https:\/\/webtotal.com.mx\/#website\"},\"datePublished\":\"2025-04-04T02:54:01+00:00\",\"dateModified\":\"2026-04-26T20:45:37+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","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","og_description":"Contacto Estrat\u00e9gico Inicia la estructuraci\u00f3n de tu ecosistema. Un consultor evaluar\u00e1 tus requerimientos tecnol\u00f3gicos a la brevedad. Nombre Completo * Este campo es obligatorio Correo Corporativo * Ingresa un correo v\u00e1lido Tel\u00e9fono \/ WhatsApp * Ingresa un n\u00famero v\u00e1lido Requerimientos T\u00e9cnicos o Estrat\u00e9gicos * Por favor, detalla tu solicitud Generar Solicitud \u00a1Da click en el [&hellip;]","og_url":"https:\/\/webtotal.com.mx\/index.php\/contacto\/","og_site_name":"Web Total M\u00e9xico","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-04-26T20:45:37+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","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2025-04-04T02:54:01+00:00","dateModified":"2026-04-26T20:45:37+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":8,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/86\/revisions"}],"predecessor-version":[{"id":3187,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/86\/revisions\/3187"}],"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}]}}