{"id":193,"date":"2025-03-02T05:22:21","date_gmt":"2025-03-02T05:22:21","guid":{"rendered":"https:\/\/cloud360corp.azurewebsites.net\/?page_id=193"},"modified":"2026-05-05T21:29:26","modified_gmt":"2026-05-05T21:29:26","slug":"power-bi-2","status":"publish","type":"page","link":"https:\/\/cloud360.com.ec\/en\/power-bi-2\/","title":{"rendered":"Power BI"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"193\" class=\"elementor elementor-193\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7543d4a4 e-flex e-con-boxed e-con e-parent\" data-id=\"7543d4a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-527a9de3 elementor-widget elementor-widget-html\" data-id=\"527a9de3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;600&display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --accent: #0141FC;\n            --accent-dark: #0030cc;\n            --text: #0f0f0f;\n            --text-muted: #666;\n            --border: #eeeeee;\n            --bg: #ffffff;\n            --bg-hover: #f0f4ff;\n            --bg-icon: #f0f4ff;\n        }\n\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        body { font-family: 'DM Sans', sans-serif; }\n\n        \/* \u2500\u2500\u2500 NAVBAR \u2500\u2500\u2500 *\/\n        .navbar {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 0 5%;\n            height: 68px;\n            background: var(--bg);\n            border-bottom: 1px solid var(--border);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n\n        \/* \u2500\u2500\u2500 LOGO \u2500\u2500\u2500 *\/\n        .nb-logo {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            text-decoration: none;\n        }\n\n        .nb-logo-icon {\n            width: 34px;\n            height: 34px;\n            background: var(--accent);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .nb-logo-icon img {\n            height: 40px;\n            filter: brightness(0) invert(1);\n        }\n\n        \/* Si usas el logo completo en lugar del \u00edcono: *\/\n        .nb-logo-full img {\n            height: 50px;\n            display: block;\n        }\n\n        .nb-logo-name {\n            font-size: 15px;\n            font-weight: 600;\n            color: var(--text);\n            letter-spacing: -0.3px;\n        }\n\n        .nb-logo-name span { color: var(--accent); }\n\n        \/* \u2500\u2500\u2500 LINKS \u2500\u2500\u2500 *\/\n        .nb-links {\n            display: flex;\n            align-items: center;\n            gap: 2px;\n        }\n\n        .nb-link {\n            text-decoration: none;\n            color: var(--text-muted);\n            font-size: 13.5px;\n            font-weight: 500;\n            padding: 8px 13px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            gap: 5px;\n            transition: background 0.15s, color 0.15s;\n            cursor: pointer;\n            background: none;\n            border: none;\n            font-family: inherit;\n            white-space: nowrap;\n        }\n\n        .nb-link:hover { background: var(--bg-hover); color: var(--accent); }\n\n        \/* \u2500\u2500\u2500 CHEVRON \u2500\u2500\u2500 *\/\n        .nb-chevron {\n            width: 12px;\n            height: 12px;\n            transition: transform 0.2s;\n        }\n\n        .nb-item:hover .nb-chevron { transform: rotate(180deg); }\n\n        \/* \u2500\u2500\u2500 DROPDOWN \u2500\u2500\u2500 *\/\n        .nb-item { position: relative; }\n\n        .nb-drop {\n            position: absolute;\n            top: calc(100% + 8px);\n            left: 0;\n            background: var(--bg);\n            border: 1px solid var(--border);\n            border-radius: 12px;\n            min-width: 230px;\n            padding: 6px;\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(-6px);\n            transition: opacity 0.18s, transform 0.18s, visibility 0.18s;\n            z-index: 200;\n            box-shadow: 0 12px 32px rgba(0,0,0,0.08);\n        }\n\n        .nb-item:hover .nb-drop {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n\n        .nb-drop-section {\n            font-size: 10.5px;\n            color: #aaa;\n            font-weight: 500;\n            text-transform: uppercase;\n            letter-spacing: 0.6px;\n            padding: 8px 12px 4px;\n            margin-top: 2px;\n        }\n\n        .nb-drop-link {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            padding: 9px 12px;\n            border-radius: 8px;\n            text-decoration: none;\n            color: #333;\n            font-size: 13px;\n            font-weight: 500;\n            transition: background 0.12s, color 0.12s;\n        }\n\n        .nb-drop-link:hover { background: var(--bg-hover); color: var(--accent); }\n\n        .nb-drop-icon {\n            width: 28px;\n            height: 28px;\n            border-radius: 6px;\n            background: var(--bg-icon);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .nb-drop-icon svg {\n            width: 14px;\n            height: 14px;\n            stroke: var(--accent);\n            fill: none;\n            stroke-width: 1.8;\n        }\n\n        .nb-drop-label {\n            font-size: 11px;\n            color: #999;\n            font-weight: 400;\n        }\n\n        \/* \u2500\u2500\u2500 CTA \u2500\u2500\u2500 *\/\n        .nb-cta {\n            text-decoration: none;\n            background: var(--accent);\n            color: #fff;\n            font-size: 13px;\n            font-weight: 500;\n            padding: 8px 18px;\n            border-radius: 8px;\n            transition: background 0.15s;\n            margin-left: 10px;\n            white-space: nowrap;\n        }\n\n        .nb-cta:hover { background: var(--accent);\n        color: white;}\n\n        \/* \u2500\u2500\u2500 HAMBURGER \u2500\u2500\u2500 *\/\n        .nb-ham {\n            display: none;\n            flex-direction: column;\n            gap: 5px;\n            cursor: pointer;\n            padding: 6px;\n            background: none;\n            border: none;\n        }\n\n        .nb-ham span {\n            width: 22px;\n            height: 2px;\n            background: var(--accent);\n            border-radius: 2px;\n            display: block;\n            transition: 0.25s;\n        }\n\n        .nb-ham.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }\n        .nb-ham.active span:nth-child(2) { opacity: 0; }\n        .nb-ham.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }\n\n        \/* \u2500\u2500\u2500 OVERLAY \u2500\u2500\u2500 *\/\n        .nb-overlay {\n            display: none;\n            position: fixed;\n            inset: 0;\n            background: rgba(0,0,0,0.35);\n            z-index: 900;\n        }\n\n        .nb-overlay.active { display: block; }\n\n        \/* \u2500\u2500\u2500 MOBILE PANEL \u2500\u2500\u2500 *\/\n        @media (max-width: 768px) {\n            .nb-ham { display: flex; }\n\n            .nb-links {\n                position: fixed;\n                top: 0;\n                right: -100%;\n                height: 100%;\n                width: min(320px, 85%);\n                background: var(--bg);\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 80px 20px 30px;\n                gap: 4px;\n                transition: right 0.3s;\n                z-index: 950;\n                overflow-y: auto;\n                box-shadow: -4px 0 24px rgba(0,0,0,0.08);\n            }\n\n            .nb-links.active { right: 0; }\n\n            .nb-link { width: 100%; font-size: 15px; padding: 11px 14px; }\n\n            .nb-item { width: 100%; }\n\n            .nb-drop {\n                position: static;\n                opacity: 1;\n                visibility: visible;\n                transform: none;\n                box-shadow: none;\n                border: none;\n                background: #f9faff;\n                border-radius: 10px;\n                margin: 4px 0;\n                padding: 4px;\n                display: none;\n            }\n\n            .nb-item.open .nb-drop { display: block; }\n            .nb-item.open .nb-chevron { transform: rotate(180deg); }\n\n            .nb-cta {\n                margin: 10px 0 0;\n                width: 100%;\n                text-align: center;\n                padding: 11px;\n                font-size: 14px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"nb-overlay\" id=\"nb-overlay\"><\/div>\n\n<nav class=\"navbar\">\n\n    <a class=\"nb-logo-full\" href=\"\/en\/\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/LOGO-CLOUD-360-6.png\" alt=\"Cloud360\">\n    <\/a>\n\n\n    <button class=\"nb-ham\" id=\"nb-ham\" aria-label=\"Abrir men\u00fa\">\n        <span><\/span><span><\/span><span><\/span>\n    <\/button>\n\n    <div class=\"nb-links\" id=\"nb-links\">\n\n        <a href=\"\/en\/\" class=\"nb-link\">Inicio<\/a>\n        <a href=\"\/en\/about-us\/\" class=\"nb-link\">Sobre nosotros<\/a>\n\n        <!-- PRODUCTOS -->\n        <div class=\"nb-item\" id=\"drop-productos\">\n            <button class=\"nb-link\" aria-haspopup=\"true\">\n                Productos\n                <svg class=\"nb-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\">\n                    <polyline points=\"6 9 12 15 18 9\"\/>\n                <\/svg>\n            <\/button>\n            <div class=\"nb-drop\" role=\"menu\">\n                <div class=\"nb-drop-section\">Microsoft<\/div>\n                <a href=\"\/en\/Microsoft365\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"8\" height=\"8\"\/><rect x=\"13\" y=\"3\" width=\"8\" height=\"8\"\/><rect x=\"3\" y=\"13\" width=\"8\" height=\"8\"\/><rect x=\"13\" y=\"13\" width=\"8\" height=\"8\"\/><\/svg><\/div>\n                    <div><div>Microsoft 365<\/div><div class=\"nb-drop-label\">Suite de productividad<\/div><\/div>\n                <\/a>\n                <a href=\"\/en\/Azure\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><polygon points=\"12 2 2 7 12 12 22 7\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg><\/div>\n                    <div><div>Azure<\/div><div class=\"nb-drop-label\">Nube empresarial<\/div><\/div>\n                <\/a>\n                <div class=\"nb-drop-section\">Power Platform<\/div>\n                <a href=\"\/en\/Power-Automate\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg><\/div>\n                    <div>Power Automate<\/div>\n                <\/a>\n                <a href=\"\/en\/Power-BI\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><\/svg><\/div>\n                    <div>Power BI<\/div>\n                <\/a>\n                <a href=\"\/en\/Power-Apps\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 21V9\"\/><\/svg><\/div>\n                    <div>Power Apps<\/div>\n                <\/a>\n                <a href=\"\/en\/Copilot-for-business\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83\"\/><\/svg><\/div>\n                    <div>Copilot for Business<\/div>\n                <\/a>\n                <a href=\"\/en\/Adobe\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5M2 12l10 5 10-5\"\/><\/svg><\/div>\n                    <div>Adobe<\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- SERVICIOS -->\n        <div class=\"nb-item\" id=\"drop-servicios\">\n            <button class=\"nb-link\" aria-haspopup=\"true\">\n                Servicios\n                <svg class=\"nb-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\">\n                    <polyline points=\"6 9 12 15 18 9\"\/>\n                <\/svg>\n            <\/button>\n            <div class=\"nb-drop\" role=\"menu\">\n                <a href=\"\/en\/automatizacion-con-ia\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z\"\/><\/svg><\/div>\n                    <div><div>Automatizaci\u00f3n con IA<\/div><div class=\"nb-drop-label\">Workflows inteligentes<\/div><\/div>\n                <\/a>\n                <a href=\"\/en\/Ciberseguridad\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg><\/div>\n                    <div><div>Cibersecurity<\/div><div class=\"nb-drop-label\">Protecci\u00f3n empresarial<\/div><\/div>\n                <\/a>\n                <a href=\"\/en\/Process-Mining\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg><\/div>\n                    <div>Process Mining<\/div>\n                <\/a>\n                <a href=\"\/en\/RPA\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\/><path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\/><\/svg><\/div>\n                    <div>RPA<\/div>\n                <\/a>\n                <a href=\"\/en\/Beneficios-ONG\/\" class=\"nb-drop-link\">\n                    <div class=\"nb-drop-icon\"><svg viewbox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg><\/div>\n                    <div>Beneficios ONG<\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <a href=\"\/en\/Blog\/\" class=\"nb-link\">Blog<\/a>\n\n        <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=593982847909&text=Hola%2C+me+gustar%C3%ADa+obtener+mas+informaci%C3%B3n+de&type=phone_number&app_absent=0\" class=\"nb-cta\">Hablar con un experto<\/a>\n    <\/div>\n<\/nav>\n\n<script>\n    const ham = document.getElementById('nb-ham');\n    const links = document.getElementById('nb-links');\n    const overlay = document.getElementById('nb-overlay');\n\n    function closeMenu() {\n        ham.classList.remove('active');\n        links.classList.remove('active');\n        overlay.classList.remove('active');\n    }\n\n    ham.addEventListener('click', () => {\n        const open = links.classList.toggle('active');\n        ham.classList.toggle('active', open);\n        overlay.classList.toggle('active', open);\n    });\n\n    overlay.addEventListener('click', closeMenu);\n\n    \/\/ Mobile dropdowns\n    document.querySelectorAll('.nb-item > button').forEach(btn => {\n        btn.addEventListener('click', () => {\n            if (window.innerWidth <= 768) {\n                btn.parentElement.classList.toggle('open');\n            }\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2258d420 e-flex e-con-boxed e-con e-parent\" data-id=\"2258d420\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2747b5c4 e-con-full e-flex e-con e-child\" data-id=\"2747b5c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fb23270 elementor-widget elementor-widget-html\" data-id=\"4fb23270\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display: inline-block; background-color: #3052BE; color: #FFC300; padding: 8px 24px; border-radius: 50px; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border: 1px solid rgba(255, 195, 0, 0.3); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\">\n    La revoluci\u00f3n del analisis de datos\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bead6 elementor-widget elementor-widget-heading\" data-id=\"4bead6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Decisiones Estrat\u00e9gicas Basadas en Datos, No en Intuici\u00f3n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cea5038 elementor-widget elementor-widget-text-editor\" data-id=\"1cea5038\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Transformamos la informaci\u00f3n dispersa de tu empresa en Dashboards interactivos y en tiempo real con Microsoft Power BI. Descubre insights ocultos y anticipa las tendencias de tu negocio.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-676ca7e9 e-con-full e-flex e-con e-child\" data-id=\"676ca7e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-494eff4a elementor-widget elementor-widget-html\" data-id=\"494eff4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; ; padding: 2rem;\">\n\n    <a href=\"https:\/\/outlook.office.com\/bookwithme\/user\/6d82e7eccc5b4c07a23e16a1d08ff866%40grupo360.com.ec?anonymous&ismsaljsauthenabled=true\" style=\"background-color: #FFC300; color: #3052BE; font-family: 'Inter', sans-serif; font-size: 1.05rem; font-weight: 700; padding: 14px 32px; border-radius: 8px; text-decoration: none; display: inline-block; box-shadow: 0 4px 15px rgba(255, 195, 0, 0.3); border: none; cursor: pointer;\">\n        Empieza el diagnostico sin costo\n    <\/a>\n\n    <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=593982847909&text=me+gustaria+mas+informacion+de+power+BI&type=phone_number&app_absent=0\" style=\"background-color: transparent; color: #ffffff; font-family: 'Inter', sans-serif; font-size: 1.05rem; font-weight: 600; padding: 14px 32px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.2); text-decoration: none; display: inline-block; cursor: pointer;\">\n        Conoce el proceso\n    <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3421616 elementor-widget elementor-widget-text-editor\" data-id=\"3421616\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\ud83d\ude80 M\u00e1s de 200 clientes en 12 pa\u00edses.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-519619a2 e-flex e-con-boxed e-con e-parent\" data-id=\"519619a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6623faeb elementor-widget elementor-widget-text-editor\" data-id=\"6623faeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Mas de 200 clientes han confiado en nosotros<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4437796b elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel\" data-id=\"4437796b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel de im\u00e1genes\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"\/wp-content\/uploads\/2026\/03\/383616-300x101.png\" alt=\"383616\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"\/wp-content\/uploads\/2026\/03\/383617-300x101.png\" alt=\"383617\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"\/wp-content\/uploads\/2026\/03\/383618-300x101.png\" alt=\"383618\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"\/wp-content\/uploads\/2026\/03\/383615-300x101.png\" alt=\"383615\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"\/wp-content\/uploads\/2026\/03\/1-6-300x101.png\" alt=\"1 (6)\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewbox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewbox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7dfa132e e-flex e-con-boxed e-con e-parent\" data-id=\"7dfa132e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-54d7b326 e-con-full e-flex e-con e-child\" data-id=\"54d7b326\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49b13f0a elementor-widget elementor-widget-heading\" data-id=\"49b13f0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El Riesgo de Operar a Ciegas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e18f662 elementor-widget elementor-widget-text-editor\" data-id=\"3e18f662\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Las empresas generan m\u00e1s datos que nunca, pero muy pocas saben c\u00f3mo capitalizarlos.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71999a2 e-flex e-con-boxed e-con e-parent\" data-id=\"71999a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-535d00e4 e-grid e-con-full e-con e-child\" data-id=\"535d00e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ee851d elementor-widget elementor-widget-html\" data-id=\"49ee851d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 300px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n        <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M14 2H6C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V8L14 2Z\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M14 2V8H20\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M8 13L12 17M12 13L8 17\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 600;\">El Infierno de Excel<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Horas invertidas cada semana consolidando hojas de c\u00e1lculo manualmente, con un alto riesgo de errores en las f\u00f3rmulas.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4514abac elementor-widget elementor-widget-html\" data-id=\"4514abac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 300px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n        <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M12 2L2 7L12 12L22 7L12 2Z\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M2 17L12 22L22 17\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M2 12L12 17L22 12\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 600;\">Silos de Informaci\u00f3n<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Datos comerciales en el CRM, finanzas en el ERP y marketing en la web. Informaci\u00f3n fragmentada que impide ver el panorama.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21dad39f elementor-widget elementor-widget-html\" data-id=\"21dad39f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 300px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n        <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M12 8V12L15 15\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M3.05 11C3.01667 11.3333 3 11.6667 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C9.5 3 7.25 4 5.6 5.6L3 8V3\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 600;\">Reportes Obsoletos<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Para cuando el informe gerencial llega a tus manos a fin de mes, los datos ya son viejos y es demasiado tarde para actuar.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72b2b94 elementor-widget elementor-widget-html\" data-id=\"72b2b94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 300px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n        <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#d9b30f\" stroke-width=\"2\"\/>\n            <path d=\"M16.2426 7.75736L14.1213 14.1213L7.75736 16.2426L9.87868 9.87868L16.2426 7.75736Z\" stroke=\"#d9b30f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 600;\">Decisiones por Intuici\u00f3n<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Sin una fuente \u00fanica de verdad, los l\u00edderes se ven obligados a adivinar el rumbo, aumentando la fricci\u00f3n en la mesa directiva.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dd66cd3 e-flex e-con-boxed e-con e-parent\" data-id=\"dd66cd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-62debf02 e-con-full e-flex e-con e-child\" data-id=\"62debf02\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d1a9859 elementor-widget elementor-widget-heading\" data-id=\"2d1a9859\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El Poder de la Inteligencia de Negocios<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d3d668 elementor-widget elementor-widget-text-editor\" data-id=\"3d3d668\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Conectamos cualquier fuente de datos para entregarte una visi\u00f3n clara, interactiva y accionable.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a963109 e-grid e-con-full e-con e-child\" data-id=\"2a963109\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b3acfc elementor-widget elementor-widget-html\" data-id=\"9b3acfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: left; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 320px;\">\n    <div style=\"margin-bottom: 20px;\">\n        <svg width=\"35\" height=\"35\" viewbox=\"0 0 24 24\" fill=\"#0141FC\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M11 2v9h9c0 4.97-4.03 9-9 9s-9-4.03-9-9 4.03-9 9-9z\"\/>\n            <path d=\"M13 2.05v7.9h7.9c-.45-4.06-3.84-7.45-7.9-7.9z\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 700;\">Dashboards Interactivos<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Olv\u00eddate de las presentaciones est\u00e1ticas. Haz clic en un gr\u00e1fico para filtrar toda la pantalla por regi\u00f3n, vendedor, producto o rango de fechas en milisegundos.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d0cee18 elementor-widget elementor-widget-html\" data-id=\"5d0cee18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: left; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 320px;\">\n    <div style=\"margin-bottom: 20px;\">\n        <svg width=\"35\" height=\"35\" viewbox=\"0 0 24 24\" fill=\"#0141FC\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M17 11V9h-4V5h2V1h-6v4h2v4H7v2H3v6h6v-6H7v-2h10v2h-2v6h6v-6h-4z\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 700;\">Integraci\u00f3n Total (ETL)<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Extraemos, transformamos y cargamos datos desde m\u00e1s de 100 fuentes nativas (SAP, Dynamics, Salesforce, SQL, APIs personalizadas) hacia un modelo de datos unificado.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba7284d elementor-widget elementor-widget-html\" data-id=\"7ba7284d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); text-align: left; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 320px;\">\n    <div style=\"margin-bottom: 20px;\">\n        <svg width=\"35\" height=\"35\" viewbox=\"0 0 24 24\" fill=\"#0141FC\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M7.5 5.6L5 7l1.4-2.5L5 2l2.5 1.4L10 2 8.6 4.5 10 7 7.5 5.6zm12 9.8L17 14l1.4 2.5L17 19l2.5-1.4L22 19l-1.4-2.5L22 14l-2.5 1.4zM22 2l-2.5 1.4L17 2l1.4 2.5L17 7l2.5-1.4L22 7l-1.4-2.5L22 2zm-7.6 5.3c-.3-.3-.8-.3-1.1 0L2.6 18c-.3.3-.3.8 0 1.1l2.3 2.3c.3.3.8.3 1.1 0l10.7-10.7c.3-.3.3-.8 0-1.1l-2.3-2.3z\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.3rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 700;\">Insights con Inteligencia Artificial<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Utiliza lenguaje natural (Q&A) para preguntarle a tus datos: \"\u00bfCu\u00e1les fueron las ventas del mes pasado?\". La IA de Power BI genera el gr\u00e1fico al instante.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c20d332 e-flex e-con-boxed e-con e-parent\" data-id=\"c20d332\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bef246 elementor-widget elementor-widget-video\" data-id=\"3bef246\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=yKTSLffVGbk&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15d26e96 e-flex e-con-boxed e-con e-parent\" data-id=\"15d26e96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-58718944 e-con-full e-flex e-con e-child\" data-id=\"58718944\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e33ff0f elementor-widget elementor-widget-heading\" data-id=\"5e33ff0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nuestra Metodolog\u00eda de Implementaci\u00f3n BI<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79a9cb53 elementor-widget elementor-widget-text-editor\" data-id=\"79a9cb53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Construimos cimientos s\u00f3lidos para garantizar que tus m\u00e9tricas sean 100% confiables<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2ccc433b e-grid e-con-full e-con e-child\" data-id=\"2ccc433b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6bb62c9e elementor-widget elementor-widget-html\" data-id=\"6bb62c9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-top: 4px solid #F2C811; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 350px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n        <svg width=\"45\" height=\"45\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"2\" y=\"5\" width=\"20\" height=\"6\" rx=\"2\" fill=\"#d9b30f\"\/>\n            <rect x=\"2\" y=\"13\" width=\"20\" height=\"6\" rx=\"2\" fill=\"#d9b30f\"\/>\n            <circle cx=\"18\" cy=\"8\" r=\"1\" fill=\"#ffffff\"\/>\n            <circle cx=\"15\" cy=\"8\" r=\"1\" fill=\"#ffffff\"\/>\n            <circle cx=\"18\" cy=\"16\" r=\"1\" fill=\"#ffffff\"\/>\n            <circle cx=\"15\" cy=\"16\" r=\"1\" fill=\"#ffffff\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.2rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 700;\">1. Modelado y Arquitectura<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Limpiamos tus datos y construimos un modelo relacional eficiente (esquema de estrella). Calculamos las m\u00e9tricas clave (DAX) que realmente importan a tu negocio.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-332bfea elementor-widget elementor-widget-html\" data-id=\"332bfea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-top: 4px solid #F2C811; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 350px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n         <svg width=\"45\" height=\"45\" viewbox=\"0 0 512 512\" fill=\"#d9b30f\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M512 256c0 .5 0 1-.1 1.5c-1.6 44.5-39 80.5-83.9 80.5H384c-17.7 0-32 14.3-32 32c0 8.8 3.6 16.8 9.4 22.6c11.3 11.3 17.4 27 15.6 43.6c-4.1 36.3-35.4 63.8-71.9 63.8C134.1 500 0 365.9 0 256S134.1 12 300.9 12C422.3 12 512 108.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.2rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 700;\">2. Dise\u00f1o Visual (UI\/UX)<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Creamos reportes visualmente atractivos y f\u00e1ciles de entender. Aplicamos principios de \"Data Storytelling\" para que los gr\u00e1ficos cuenten la historia detr\u00e1s de los n\u00fameros.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59834c22 elementor-widget elementor-widget-html\" data-id=\"59834c22\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border-top: 4px solid #F2C811; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; max-width: 350px;\">\n    <div style=\"margin-bottom: 20px; display: flex; justify-content: center;\">\n         <svg width=\"55\" height=\"45\" viewbox=\"0 0 640 512\" fill=\"#d9b30f\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H322.8c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1H178.3zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4c-15 4.6-30.9 4.6-45.9 0L452.5 235.7c-15.6-15.6-40.9-15.6-56.6 0l-22.6 22.6c-15.6 15.6-15.6 40.9 0 56.6l29.4 29.4c-4.6 15-4.6 30.9 0 45.9l-29.4 29.4c-15.6 15.6-15.6 40.9 0 56.6l22.6 22.6c15.6 15.6 40.9 15.6 56.6 0l29.4-29.4c15-4.6 30.9-4.6 45.9 0l29.4 29.4c15.6 15.6 40.9 15.6 56.6 0l22.6-22.6c15.6-15.6 15.6-40.9 0-56.6l-29.4-29.4c4.6-15 4.6-30.9 0-45.9l29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-22.6-22.6zM512 384a48 48 0 1 1 0-96 48 48 0 1 1 0 96zM432 256a96 96 0 1 0 0-192 96 96 0 1 0 0 192z\"\/>\n        <\/svg>\n    <\/div>\n    <h3 style=\"font-size: 1.2rem; color: #0d2b4d; margin: 0 0 15px 0; font-weight: 700;\">3. Despliegue y Adopci\u00f3n<\/h3>\n    <p style=\"color: #666666; font-size: 0.95rem; line-height: 1.6; margin: 0;\">Publicamos los tableros en Power BI Service con seguridad a nivel de fila (RLS), asegurando que cada gerente solo vea la informaci\u00f3n que le corresponde. Capacitamos a tu equipo.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53dd1db3 e-flex e-con-boxed e-con e-parent\" data-id=\"53dd1db3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-227fb475 e-con-full e-flex e-con e-child\" data-id=\"227fb475\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-702cef05 elementor-widget elementor-widget-heading\" data-id=\"702cef05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El Impacto de una Cultura Data-Driven<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6687ceca elementor-widget elementor-widget-text-editor\" data-id=\"6687ceca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Las empresas que adoptan anal\u00edtica avanzada superan consistentemente a su competencia.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22a78c58 e-grid e-con-full e-con e-child\" data-id=\"22a78c58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73894cee elementor-widget elementor-widget-html\" data-id=\"73894cee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 20px; border-radius: 10px; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; height: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\n    <h2 style=\"font-size: 3.5rem; color: #0141FC; margin: 0 0 10px 0; font-weight: 700;\">100%<\/h2>\n    <p style=\"color: #666666; font-size: 1rem; line-height: 1.5; margin: 0;\">Eliminaci\u00f3n de la generaci\u00f3n manual de reportes<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ece71ac elementor-widget elementor-widget-html\" data-id=\"4ece71ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 20px; border-radius: 10px; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; height: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\n    <h2 style=\"font-size: 3.5rem; color: #0141FC; margin: 0 0 10px 0; font-weight: 700;\">360\u00b0<\/h2>\n    <p style=\"color: #666666; font-size: 1rem; line-height: 1.5; margin: 0;\">Visibilidad en tiempo real de toda la operaci\u00f3n<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3151a2f9 elementor-widget elementor-widget-html\" data-id=\"3151a2f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 20px; border-radius: 10px; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; height: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\n    <h2 style=\"font-size: 3.5rem; color: #0141FC; margin: 0 0 10px 0; font-weight: 700;\">+8%<\/h2>\n    <p style=\"color: #666666; font-size: 1rem; line-height: 1.5; margin: 0;\">Aumento promedio de ingresos operativos<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3395e26e elementor-widget elementor-widget-html\" data-id=\"3395e26e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"background-color: #ffffff; padding: 40px 20px; border-radius: 10px; text-align: center; font-family: 'Inter', sans-serif; box-sizing: border-box; width: 100%; height: 100%; box-shadow: 0 5px 15px rgba(0,0,0,0.05);\">\n    <h2 style=\"font-size: 3.5rem; color: #0141FC; margin: 0 0 10px 0; font-weight: 700;\">24\/7<\/h2>\n    <p style=\"color: #666666; font-size: 1rem; line-height: 1.5; margin: 0;\">Acceso a KPIs desde cualquier dispositivo m\u00f3vil<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c4836cc e-flex e-con-boxed e-con e-parent\" data-id=\"c4836cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72d60972 e-flex e-con-boxed e-con e-parent\" data-id=\"72d60972\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-16c5f3ab e-grid e-con-full e-con e-child\" data-id=\"16c5f3ab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-59b7f64 e-con-full e-flex e-con e-child\" data-id=\"59b7f64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-719ba12c elementor-widget elementor-widget-heading\" data-id=\"719ba12c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cloud360<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78774de9 elementor-widget elementor-widget-text-editor\" data-id=\"78774de9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We help businesses innovate and grow with cutting-edge technology.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d15fbb8 e-grid e-con-full e-con e-child\" data-id=\"4d15fbb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5459636b elementor-widget elementor-widget-image\" data-id=\"5459636b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.facebook.com\/Cloud360ec\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" src=\"\/wp-content\/uploads\/2025\/02\/Icon.png\" class=\"attachment-large size-large wp-image-74\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba06f4a elementor-widget elementor-widget-image\" data-id=\"ba06f4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.linkedin.com\/company\/cloud360-us\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" src=\"\/wp-content\/uploads\/2025\/02\/Icon-1.png\" class=\"attachment-large size-large wp-image-73\" alt=\"\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-121fd2e6 elementor-widget elementor-widget-image\" data-id=\"121fd2e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"48\" height=\"48\" src=\"\/wp-content\/uploads\/2025\/02\/Icon-2.png\" class=\"attachment-large size-large wp-image-75\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13cfa98a elementor-widget elementor-widget-text-editor\" data-id=\"13cfa98a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>8350 Northwest 52nd Terrace, Doral, Florida 33166, United States<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41ac0d24 e-flex e-con-boxed e-con e-parent\" data-id=\"41ac0d24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f03f38d elementor-widget elementor-widget-text-editor\" data-id=\"6f03f38d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Cloud360 Internacional Corp\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Inicio Sobre nosotros Productos Microsoft Microsoft 365Suite de productividad AzureNube empresarial Power Platform Power Automate Power BI Power Apps Copilot for Business Adobe Servicios Automatizaci\u00f3n con IAWorkflows inteligentes CiberseguridadProtecci\u00f3n empresarial Process Mining RPA Beneficios ONG Blog Hablar con un experto La revoluci\u00f3n del analisis de datos Decisiones Estrat\u00e9gicas Basadas en Datos, No en Intuici\u00f3n Transformamos [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-193","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/pages\/193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/comments?post=193"}],"version-history":[{"count":71,"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/pages\/193\/revisions"}],"predecessor-version":[{"id":2501,"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/pages\/193\/revisions\/2501"}],"wp:attachment":[{"href":"https:\/\/cloud360.com.ec\/en\/wp-json\/wp\/v2\/media?parent=193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}