{"id":77,"date":"2025-04-03T20:50:37","date_gmt":"2025-04-04T02:50:37","guid":{"rendered":"https:\/\/webtotal.com.mx\/index.php\/servicios\/"},"modified":"2026-04-26T13:52:20","modified_gmt":"2026-04-26T19:52:20","slug":"servicios-web-total-mexico","status":"publish","type":"page","link":"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/","title":{"rendered":"Servicios"},"content":{"rendered":"\n<div id=\"wbt-pro-services-list\">\n    <style>\n        \/* ==========================================================================\n           ENCAPSULACI\u00d3N ESTRICTA: Protege el CSS del tema nativo de WordPress.\n           ========================================================================== *\/\n        \n        #wbt-pro-services-list {\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: 0 auto;\n            padding: 40px 15px;\n            line-height: 1.6;\n        }\n\n        #wbt-pro-services-list * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Cabecera *\/\n        #wbt-pro-services-list .wbt-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        #wbt-pro-services-list .wbt-header h2 {\n            font-size: clamp(28px, 4vw, 42px);\n            font-weight: 700;\n            color: #FFFFFF;\n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n        }\n\n        #wbt-pro-services-list .wbt-header p {\n            color: #94A3B8;\n            font-size: clamp(16px, 2vw, 18px);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        \/* Grid de Servicios *\/\n        #wbt-pro-services-list .wbt-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n            margin-bottom: 60px;\n        }\n\n        \/* Tarjetas de Servicio *\/\n        #wbt-pro-services-list .wbt-card {\n            background: #0F172A;\n            border: 1px solid #1E293B;\n            border-radius: 16px;\n            padding: 40px 30px;\n            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n            position: relative;\n            overflow: hidden;\n            opacity: 0; \n            transform: translateY(30px); \n            display: flex;\n            flex-direction: column;\n        }\n\n        #wbt-pro-services-list .wbt-card:hover {\n            transform: translateY(-8px) !important;\n            border-color: #334155;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);\n        }\n\n        \/* L\u00ednea superior decorativa *\/\n        #wbt-pro-services-list .wbt-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, #1E293B, #334155);\n            transition: background 0.4s ease;\n        }\n\n        #wbt-pro-services-list .wbt-card:hover::before {\n            background: linear-gradient(90deg, #2563EB, #60A5FA); \n        }\n\n        #wbt-pro-services-list .wbt-card.wbt-gold-card:hover::before {\n            background: linear-gradient(90deg, #D4AF37, #FDE047); \n        }\n\n        \/* Icono SVG *\/\n        #wbt-pro-services-list .wbt-icon {\n            width: 50px;\n            height: 50px;\n            margin-bottom: 25px;\n            color: #3B82F6;\n            background: rgba(59, 130, 246, 0.1);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 12px;\n            transition: all 0.3s ease;\n        }\n\n        #wbt-pro-services-list .wbt-gold-card .wbt-icon {\n            color: #D4AF37;\n            background: rgba(212, 175, 55, 0.1);\n        }\n\n        #wbt-pro-services-list .wbt-card:hover .wbt-icon {\n            transform: scale(1.1) rotateY(180deg);\n        }\n\n        \/* Textos de la Tarjeta *\/\n        #wbt-pro-services-list .wbt-card h3 {\n            font-size: 20px;\n            color: #F8FAFC;\n            margin-bottom: 15px;\n            font-weight: 600;\n            letter-spacing: -0.3px;\n        }\n\n        #wbt-pro-services-list .wbt-card p {\n            color: #94A3B8;\n            font-size: 15px;\n            margin-bottom: 25px;\n            line-height: 1.7;\n            flex-grow: 1;\n        }\n\n        \/* Lista de Caracter\u00edsticas *\/\n        #wbt-pro-services-list .wbt-features {\n            list-style: none;\n            border-top: 1px solid #1E293B;\n            padding-top: 20px;\n            margin-top: auto;\n        }\n\n        #wbt-pro-services-list .wbt-features li {\n            color: #CBD5E1;\n            font-size: 14px;\n            padding: 8px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n\n        #wbt-pro-services-list .wbt-features li svg {\n            width: 16px;\n            height: 16px;\n            min-width: 16px;\n            color: #10B981; \n            margin-right: 12px;\n            margin-top: 3px;\n        }\n\n        \/* Botones CTA *\/\n        #wbt-pro-services-list .wbt-cta-group {\n            display: flex;\n            flex-direction: row;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 20px;\n            flex-wrap: wrap;\n        }\n\n        #wbt-pro-services-list .wbt-btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 16px 32px;\n            border-radius: 8px;\n            font-size: 15px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n            min-width: 250px;\n        }\n\n        #wbt-pro-services-list .wbt-btn-primary {\n            background: linear-gradient(135deg, #D4AF37, #B8941F);\n            color: #000000;\n            border: none;\n            box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);\n        }\n\n        #wbt-pro-services-list .wbt-btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 15px 30px rgba(212, 175, 55, 0.3);\n            color: #000000;\n        }\n\n        #wbt-pro-services-list .wbt-btn-secondary {\n            background: #1E293B;\n            color: #F8FAFC;\n            border: 1px solid #334155;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n        }\n\n        #wbt-pro-services-list .wbt-btn-secondary:hover {\n            background: #0F172A;\n            border-color: #475569;\n            color: #FFFFFF;\n            transform: translateY(-2px);\n        }\n\n        @media (max-width: 768px) {\n            #wbt-pro-services-list .wbt-cta-group {\n                flex-direction: column;\n            }\n            #wbt-pro-services-list .wbt-btn {\n                width: 100%;\n            }\n        }\n    <\/style>\n\n    <div class=\"wbt-header\">\n        <h2>Cat\u00e1logo de Capacidades T\u00e9cnicas<\/h2>\n        <p>Soluciones de ingenier\u00eda de software y arquitectura digital dise\u00f1adas para garantizar la velocidad, soberan\u00eda y escalabilidad de tu empresa.<\/p>\n    <\/div>\n\n    <div class=\"wbt-grid\">\n        \n        <div class=\"wbt-card wbt-gold-card\">\n            <div class=\"wbt-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"16 18 22 12 16 6\"><\/polyline><polyline points=\"8 6 2 12 8 18\"><\/polyline><\/svg>\n            <\/div>\n            <h3>Ingenier\u00eda de Software a Medida<\/h3>\n            <p>Construimos sistemas y aplicaciones web avanzados. Programaci\u00f3n estricta en Vanilla JS puro (ES6+) para garantizar m\u00e1xima velocidad, sin depender de plantillas o frameworks lentos.<\/p>\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Arquitecturas ultraligeras y responsivas<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Cero dependencias comerciales<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Integraci\u00f3n con bases de datos relacionales<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"wbt-card\">\n            <div class=\"wbt-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            <h3>Custodia y Seguridad Normativa<\/h3>\n            <p>Garantizamos la soberan\u00eda de tus datos. Nos encargamos de mantener tu ecosistema protegido en capa de borde, asegurando el cumplimiento de las leyes de privacidad vigentes.<\/p>\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Blindaje global perimetral (Cloudflare)<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Respaldos \u00edntegros autom\u00e1ticos<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Optimizaci\u00f3n de red y prevenci\u00f3n DDoS<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"wbt-card wbt-gold-card\">\n            <div class=\"wbt-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"9\" cy=\"21\" r=\"1\"><\/circle><circle cx=\"20\" cy=\"21\" r=\"1\"><\/circle><path d=\"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6\"><\/path><\/svg>\n            <\/div>\n            <h3>Plataformas Transaccionales High-End<\/h3>\n            <p>Dise\u00f1amos tiendas online de lujo y academias virtuales (E-learning) completamente automatizadas para que factures sin fricciones t\u00e9cnicas ni intervenci\u00f3n manual.<\/p>\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Automatizaci\u00f3n de pasarelas de pago<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Gesti\u00f3n avanzada de inventarios \/ cursos<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Paneles anal\u00edticos de conversi\u00f3n<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"wbt-card\">\n            <div class=\"wbt-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"><\/path><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"><\/polyline><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"><\/line><\/svg>\n            <\/div>\n            <h3>Consultor\u00eda Estrat\u00e9gica (EC0249)<\/h3>\n            <p>Bajo la rigurosidad del est\u00e1ndar SEP EC0249, auditamos tus flujos de trabajo actuales para dise\u00f1ar la arquitectura l\u00f3gica y operativa que reducir\u00e1 tus pasivos tecnol\u00f3gicos.<\/p>\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Diagn\u00f3stico de infraestructura actual<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Blueprint de optimizaci\u00f3n de recursos<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Dise\u00f1o de l\u00f3gica de sistemas a la medida<\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"wbt-card wbt-gold-card\">\n            <div class=\"wbt-icon\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"><\/path><\/svg>\n            <\/div>\n            <h3>Emancipaci\u00f3n Digital \/ Nube Privada<\/h3>\n            <p>Te acompa\u00f1amos en el proceso de migraci\u00f3n para liberar a tu negocio de licencias comerciales. Recupera el control instalando tu propia oficina y servidores soberanos.<\/p>\n            <ul class=\"wbt-features\">\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Despliegue de servidores ARM<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Migraci\u00f3n a Nextcloud y correos privados<\/li>\n                <li><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg> Emancipaci\u00f3n financiera de Big Tech<\/li>\n            <\/ul>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"wbt-cta-group\">\n        <a href=\"https:\/\/webtotal.com.mx\/index.php\/desarrollo-y-diseno-de-paginas-web\/\" class=\"wbt-btn wbt-btn-secondary\">\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"margin-right:8px;\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"><\/polygon><\/svg>\n            INICIAR MI PROYECTO\n        <\/a>\n        <a href=\"https:\/\/webtotal.com.mx\/index.php\/agenda-tu-asesoria-consultoria\/\" class=\"wbt-btn wbt-btn-primary\">\n            AGENDA TU ASESOR\u00cdA \/ CONSULTOR\u00cdA\n            <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"margin-left:8px;\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/a>\n    <\/div>\n<\/div>\n\n<script>\n    \/\/ IIFE para aislar el script y aplicar la animaci\u00f3n Fade-In en cascada\n    (function() {\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const cards = document.querySelectorAll('#wbt-pro-services-list .wbt-card');\n            \n            const observerOptions = {\n                root: null,\n                rootMargin: '0px',\n                threshold: 0.15\n            };\n\n            const cardObserver = 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.1) + \"s\";\n                cardObserver.observe(card);\n            });\n        });\n    })();\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Cat\u00e1logo de Capacidades T\u00e9cnicas Soluciones de ingenier\u00eda de software y arquitectura digital dise\u00f1adas para garantizar la velocidad, soberan\u00eda y escalabilidad de tu empresa. Ingenier\u00eda de Software a Medida Construimos sistemas y aplicaciones web avanzados. Programaci\u00f3n estricta en Vanilla JS puro (ES6+) para garantizar m\u00e1xima velocidad, sin depender de plantillas o frameworks lentos. Arquitecturas ultraligeras y [&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-77","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>Servicios - Web Total M\u00e9xico<\/title>\n<meta name=\"description\" content=\"Descubre los servicios que Web Total M\u00e9xico tiene para ti. Programacion, dise\u00f1o y desarrollo web, con integraci\u00f3n de inteligencia artificial.\" \/>\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\/servicios-web-total-mexico\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Servicios - Web Total M\u00e9xico\" \/>\n<meta property=\"og:description\" content=\"Descubre los servicios que Web Total M\u00e9xico tiene para ti. Programacion, dise\u00f1o y desarrollo web, con integraci\u00f3n de inteligencia artificial.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/\" \/>\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-26T19:52:20+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=\"2 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\/servicios-web-total-mexico\/\",\"url\":\"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/\",\"name\":\"Servicios - Web Total M\u00e9xico\",\"isPartOf\":{\"@id\":\"https:\/\/webtotal.com.mx\/#website\"},\"datePublished\":\"2025-04-04T02:50:37+00:00\",\"dateModified\":\"2026-04-26T19:52:20+00:00\",\"description\":\"Descubre los servicios que Web Total M\u00e9xico tiene para ti. Programacion, dise\u00f1o y desarrollo web, con integraci\u00f3n de inteligencia artificial.\",\"breadcrumb\":{\"@id\":\"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/webtotal.com.mx\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Servicios\"}]},{\"@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":"Servicios - Web Total M\u00e9xico","description":"Descubre los servicios que Web Total M\u00e9xico tiene para ti. Programacion, dise\u00f1o y desarrollo web, con integraci\u00f3n de inteligencia artificial.","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\/servicios-web-total-mexico\/","og_locale":"es_MX","og_type":"article","og_title":"Servicios - Web Total M\u00e9xico","og_description":"Descubre los servicios que Web Total M\u00e9xico tiene para ti. Programacion, dise\u00f1o y desarrollo web, con integraci\u00f3n de inteligencia artificial.","og_url":"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/","og_site_name":"Web Total M\u00e9xico","article_publisher":"https:\/\/www.facebook.com\/webtotalmx","article_modified_time":"2026-04-26T19:52:20+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":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/","url":"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/","name":"Servicios - Web Total M\u00e9xico","isPartOf":{"@id":"https:\/\/webtotal.com.mx\/#website"},"datePublished":"2025-04-04T02:50:37+00:00","dateModified":"2026-04-26T19:52:20+00:00","description":"Descubre los servicios que Web Total M\u00e9xico tiene para ti. Programacion, dise\u00f1o y desarrollo web, con integraci\u00f3n de inteligencia artificial.","breadcrumb":{"@id":"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webtotal.com.mx\/index.php\/servicios-web-total-mexico\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/webtotal.com.mx\/"},{"@type":"ListItem","position":2,"name":"Servicios"}]},{"@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\/77","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=77"}],"version-history":[{"count":19,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":3175,"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/pages\/77\/revisions\/3175"}],"wp:attachment":[{"href":"https:\/\/webtotal.com.mx\/index.php\/wp-json\/wp\/v2\/media?parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}