{"id":10307,"date":"2026-04-09T17:09:47","date_gmt":"2026-04-09T17:09:47","guid":{"rendered":"https:\/\/www.switchfleet.com\/?page_id=10307"},"modified":"2026-04-21T10:39:29","modified_gmt":"2026-04-21T10:39:29","slug":"pro-ley-de-movilidad-2026","status":"publish","type":"page","link":"https:\/\/www.switchfleet.com\/en\/pro-ley-de-movilidad-2026\/","title":{"rendered":"\u2014 Pro &#8211; Ley de Movilidad 2026"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10307\" class=\"elementor elementor-10307\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0172c1b light-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0172c1b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-99ff703\" data-id=\"99ff703\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f456dd elementor-widget elementor-widget-html\" data-id=\"2f456dd\" 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>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Diagn\u00f3stico de Movilidad SwitchFleet<\/title>\r\n    <!-- Google Fonts -->\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@700;800;900&family=Raleway:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n    <!-- Tailwind CSS para estilado r\u00e1pido y limpio -->\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <style>\r\n        \/* Encapsulamos todo bajo un ID \u00fanico para evitar interferencias *\/\r\n        #sw-diagnostico-root {\r\n            --color-yellow: #f6d32d;\r\n            --color-blue: #45556c;\r\n            --color-bg-light: #f9fafc;\r\n            font-family: 'Raleway', sans-serif;\r\n            background-color: #ffffff;\r\n            color: var(--color-blue);\r\n            margin: 0;\r\n            padding: 0;\r\n            font-size: 18.5px; \/* Ligeramente aumentado para desktop *\/\r\n        }\r\n\r\n        #sw-diagnostico-root h1, \r\n        #sw-diagnostico-root h2, \r\n        #sw-diagnostico-root h3, \r\n        #sw-diagnostico-root h4 {\r\n            font-family: 'DM Sans', sans-serif;\r\n            font-weight: 800;\r\n            letter-spacing: -0.02em;\r\n        }\r\n\r\n        #sw-diagnostico-root .option-card {\r\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n            cursor: pointer;\r\n        }\r\n\r\n        #sw-diagnostico-root .option-card:hover {\r\n            border-color: var(--color-yellow);\r\n            background-color: rgba(246, 211, 45, 0.08);\r\n            transform: translateY(-4px);\r\n            box-shadow: 0 15px 30px -10px rgba(69, 85, 108, 0.1);\r\n        }\r\n\r\n        #sw-diagnostico-root .hidden { display: none; }\r\n        \r\n        #sw-diagnostico-root .fade-in {\r\n            animation: swFadeIn 0.6s ease-out forwards;\r\n        }\r\n\r\n        @keyframes swFadeIn {\r\n            from { opacity: 0; transform: translateY(20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        #sw-diagnostico-root .diagnostico-wrapper {\r\n            width: 100%;\r\n            max-width: 1100px; \/* Aumentado para dar aire a los textos m\u00e1s grandes *\/\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            text-align: center;\r\n        }\r\n\r\n        #sw-diagnostico-root .text-huge {\r\n            font-size: clamp(2.2rem, 6vw, 5.5rem); \/* Aumentado l\u00edmite superior *\/\r\n            line-height: 1.1;\r\n            font-weight: 800;\r\n        }\r\n\r\n        #sw-diagnostico-root .text-body-large {\r\n            font-size: clamp(1.1rem, 2.2vw, 1.7rem); \/* Aumentado l\u00edmite superior *\/\r\n            line-height: 1.5;\r\n        }\r\n\r\n        #sw-diagnostico-root .btn-xl {\r\n            font-size: clamp(1.1rem, 2.2vw, 1.7rem); \/* Aumentado l\u00edmite superior *\/\r\n            padding: 1.4rem 3rem;\r\n        }\r\n\r\n        #sw-diagnostico-root .countdown-unit {\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: #ffffff;\r\n            border: 1px solid #eee;\r\n            border-radius: 1rem;\r\n            padding: 0.75rem;\r\n            min-width: 75px;\r\n            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n            #sw-diagnostico-root .countdown-unit {\r\n                padding: 1.3rem;\r\n                min-width: 120px; \/* Unidades m\u00e1s grandes en desktop *\/\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div id=\"sw-diagnostico-root\">\r\n        \r\n        <!-- 1. BLOQUE DE DIAGN\u00d3STICO -->\r\n        <div id=\"diagnostico-container\" class=\"diagnostico-wrapper py-10 md:py-16 px-4 sm:px-8\">\r\n            \r\n            <!-- Pantalla de Inicio -->\r\n            <div id=\"step-intro\" class=\"fade-in flex flex-col items-center\">\r\n                <!-- Bot\u00f3n de actualizaci\u00f3n -->\r\n                <div class=\"inline-block bg-[#f6d32d] text-[#45556c] px-8 md:px-12 py-3 md:py-5 rounded-xl text-sm md:text-xl font-black uppercase tracking-[0.25em] mb-10 md:mb-14 shadow-lg shadow-yellow-500\/20 italic transform -rotate-1 text-center\">\r\n                    Actualizaci\u00f3n Legislativa 2026\r\n                <\/div>\r\n                \r\n                <div class=\"bg-[#f9fafc] border border-slate-100 rounded-[2.5rem] md:rounded-[4rem] p-8 md:p-28 shadow-2xl shadow-slate-100\/50 w-full relative overflow-hidden\">\r\n                    <!-- Decoraci\u00f3n fondo -->\r\n                    <div class=\"absolute -top-24 -right-24 w-64 h-64 bg-slate-100 rounded-full opacity-50\"><\/div>\r\n                    \r\n                    <h2 class=\"text-3xl md:text-6xl font-black text-[#45556c] mb-8 md:mb-12 leading-tight relative z-10\">\r\n                        \u00bfCumple su empresa con los <span class=\"underline decoration-[#f6d32d] decoration-4 md:decoration-8 underline-offset-4\">nuevos plazos<\/span>?\r\n                    <\/h2>\r\n                    \r\n                    <button onclick=\"nextStep(1)\" class=\"bg-[#45556c] text-white font-extrabold btn-xl rounded-2xl hover:bg-slate-700 transition-all flex items-center gap-4 shadow-xl mx-auto transform hover:scale-105 active:scale-95 group relative z-10 mb-10 md:mb-16\">\r\n                        Empezar Evaluaci\u00f3n <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-6 h-6 md:w-10 md:h-10 group-hover:translate-x-1 transition-transform\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\r\n                    <\/button>\r\n\r\n                    <!-- Contador de Cuenta Atr\u00e1s -->\r\n                    <div class=\"relative z-10\">\r\n                        <p class=\"text-[10px] md:text-base uppercase font-black tracking-[0.2em] text-slate-400 mb-6 md:mb-10\">Tiempo restante para cumplimiento (Dic. 2026)<\/p>\r\n                        <div id=\"countdown\" class=\"flex flex-wrap justify-center gap-2 md:gap-10\">\r\n                            <div class=\"countdown-unit\">\r\n                                <span id=\"days\" class=\"block text-2xl md:text-5xl font-black text-[#45556c]\">00<\/span>\r\n                                <span class=\"text-[8px] md:text-sm uppercase font-bold text-slate-400\">D\u00edas<\/span>\r\n                            <\/div>\r\n                            <div class=\"countdown-unit\">\r\n                                <span id=\"hours\" class=\"block text-2xl md:text-5xl font-black text-[#45556c]\">00<\/span>\r\n                                <span class=\"text-[8px] md:text-sm uppercase font-bold text-slate-400\">Horas<\/span>\r\n                            <\/div>\r\n                            <div class=\"countdown-unit\">\r\n                                <span id=\"minutes\" class=\"block text-2xl md:text-5xl font-black text-[#45556c]\">00<\/span>\r\n                                <span class=\"text-[8px] md:text-sm uppercase font-bold text-slate-400\">Min<\/span>\r\n                            <\/div>\r\n                            <div class=\"countdown-unit\">\r\n                                <span id=\"seconds\" class=\"block text-2xl md:text-5xl font-black text-[#f6d32d]\">00<\/span>\r\n                                <span class=\"text-[8px] md:text-sm uppercase font-bold text-slate-400\">Seg<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Pregunta 1 -->\r\n            <div id=\"step-1\" class=\"hidden fade-in flex flex-col items-center\">\r\n                <div class=\"flex gap-4 mb-10 md:mb-14 justify-center\">\r\n                    <div class=\"h-2 md:h-3 w-16 md:w-24 rounded-full bg-[#f6d32d]\"><\/div>\r\n                    <div class=\"h-2 md:h-3 w-16 md:w-24 rounded-full bg-slate-100\"><\/div>\r\n                <\/div>\r\n                <h2 class=\"text-3xl md:text-6xl font-black text-[#45556c] mb-4 md:mb-8 tracking-tight\">\u00bfTama\u00f1o de su plantilla?<\/h2>\r\n                <p class=\"text-lg md:text-2xl text-slate-500 mb-10 md:mb-16 max-w-2xl font-medium\">La normativa var\u00eda seg\u00fan el volumen de empleados por centro.<\/p>\r\n                \r\n                <div class=\"grid gap-4 md:gap-6 w-full max-w-3xl mx-auto\">\r\n                    <div onclick=\"selectOption('employees', 'small', 2)\" class=\"option-card border-2 border-slate-100 bg-[#f9fafc] p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] font-bold text-xl md:text-3xl flex justify-between items-center text-left\">\r\n                        <span>Menos de 100 empleados<\/span>\r\n                        <div class=\"w-6 h-6 md:w-12 md:h-12 rounded-full border-4 border-slate-200\"><\/div>\r\n                    <\/div>\r\n                    <div onclick=\"selectOption('employees', 'medium', 2)\" class=\"option-card border-2 border-slate-100 bg-[#f9fafc] p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] font-bold text-xl md:text-3xl flex justify-between items-center text-left\">\r\n                        <span>Entre 100 y 200 empleados<\/span>\r\n                        <div class=\"w-6 h-6 md:w-12 md:h-12 rounded-full border-4 border-slate-200\"><\/div>\r\n                    <\/div>\r\n                    <div onclick=\"selectOption('employees', 'large', 2)\" class=\"option-card border-2 border-slate-100 bg-[#f9fafc] p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] font-bold text-xl md:text-3xl flex justify-between items-center text-left\">\r\n                        <span>M\u00e1s de 250 empleados<\/span>\r\n                        <div class=\"w-6 h-6 md:w-12 md:h-12 rounded-full border-4 border-slate-200\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <button onclick=\"nextStep(0)\" class=\"mt-8 md:mt-14 px-6 md:px-10 py-3 md:py-5 rounded-xl hover:bg-slate-50 text-slate-400 text-lg md:text-2xl font-bold hover:text-[#45556c] transition-all flex items-center gap-3 italic\">\r\n                    \u2190 Volver al inicio\r\n                <\/button>\r\n            <\/div>\r\n\r\n            <!-- Pregunta 2 -->\r\n            <div id=\"step-2\" class=\"hidden fade-in flex flex-col items-center\">\r\n                <div class=\"flex gap-4 mb-10 md:mb-14 justify-center\">\r\n                    <div class=\"h-2 md:h-3 w-16 md:w-24 rounded-full bg-[#f6d32d]\"><\/div>\r\n                    <div class=\"h-2 md:h-3 w-16 md:w-24 rounded-full bg-[#f6d32d]\"><\/div>\r\n                <\/div>\r\n                <h2 class=\"text-3xl md:text-6xl font-black text-[#45556c] mb-4 md:mb-8 tracking-tight\">\u00bfDisponen de un PMST?<\/h2>\r\n                <p class=\"text-lg md:text-2xl text-slate-500 mb-10 md:mb-16 max-w-2xl font-medium\">El Plan de Movilidad Sostenible al Trabajo es ahora prioritario.<\/p>\r\n                \r\n                <div class=\"grid gap-4 md:gap-6 w-full max-w-3xl mx-auto\">\r\n                    <div onclick=\"selectOption('hasPlan', 'yes', 'final')\" class=\"option-card border-2 border-slate-100 bg-[#f9fafc] p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] font-bold text-xl md:text-3xl flex justify-between items-center text-left\">\r\n                        <span>S\u00ed, ya est\u00e1 implantado<\/span>\r\n                        <div class=\"w-6 h-6 md:w-12 md:h-12 rounded-full border-4 border-slate-200\"><\/div>\r\n                    <\/div>\r\n                    <div onclick=\"selectOption('hasPlan', 'process', 'final')\" class=\"option-card border-2 border-slate-100 bg-[#f9fafc] p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] font-bold text-xl md:text-3xl flex justify-between items-center text-left\">\r\n                        <span>En fase de elaboraci\u00f3n<\/span>\r\n                        <div class=\"w-6 h-6 md:w-12 md:h-12 rounded-full border-4 border-slate-200\"><\/div>\r\n                    <\/div>\r\n                    <div onclick=\"selectOption('hasPlan', 'no', 'final')\" class=\"option-card border-2 border-slate-100 bg-[#f9fafc] p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] font-bold text-xl md:text-3xl flex justify-between items-center text-left\">\r\n                        <span>No, a\u00fan no hemos comenzado<\/span>\r\n                        <div class=\"w-6 h-6 md:w-12 md:h-12 rounded-full border-4 border-slate-200\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <button onclick=\"nextStep(1)\" class=\"mt-8 md:mt-14 px-6 md:px-10 py-3 md:py-5 rounded-xl hover:bg-slate-50 text-slate-400 text-lg md:text-2xl font-bold hover:text-[#45556c] transition-all flex items-center gap-3 italic text-center\">\r\n                    \u2190 Volver atr\u00e1s\r\n                <\/button>\r\n            <\/div>\r\n\r\n            <!-- RESULTADOS -->\r\n            <div id=\"step-results\" class=\"hidden fade-in flex flex-col items-center w-full\">\r\n                <div id=\"result-box\" class=\"p-8 md:p-24 rounded-[2.5rem] md:rounded-[4.5rem] border-4 mb-10 md:mb-14 shadow-2xl w-full max-w-5xl text-center overflow-hidden relative mx-auto\">\r\n                    <div class=\"absolute top-0 right-0 w-32 h-32 bg-slate-50 rounded-full -mr-16 -mt-16\"><\/div>\r\n                    \r\n                    <div class=\"flex flex-col items-center gap-6 md:gap-10 mb-10 md:mb-14\">\r\n                        <div id=\"result-icon\" class=\"p-4 md:p-10 bg-white rounded-[1.5rem] md:rounded-[2.5rem] shadow-sm border border-slate-50 inline-block scale-110\"><\/div>\r\n                        <h2 class=\"text-3xl md:text-6xl font-black text-[#45556c] tracking-tight text-center\">An\u00e1lisis de Cumplimiento<\/h2>\r\n                    <\/div>\r\n                    <p id=\"result-text\" class=\"text-lg md:text-3xl text-[#45556c] mb-10 md:mb-16 font-bold max-w-4xl mx-auto\"><\/p>\r\n\r\n                    <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-6 md:gap-12 mb-10 md:mb-16\">\r\n                        <div class=\"bg-white p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] border border-slate-100 shadow-sm\">\r\n                            <h4 class=\"text-slate-500 font-bold text-sm md:text-xl uppercase tracking-[0.2em] mb-2 md:mb-5\">Fecha L\u00edmite Legal<\/h4>\r\n                            <p class=\"text-[#45556c] font-black text-xl md:text-4xl italic\">5 Diciembre 2026<\/p>\r\n                        <\/div>\r\n                        <div class=\"bg-white p-6 md:p-12 rounded-[1.5rem] md:rounded-[3rem] border border-slate-100 shadow-sm\">\r\n                            <h4 class=\"text-slate-500 font-bold text-sm md:text-xl uppercase tracking-[0.2em] mb-2 md:mb-5\">Grado de Acci\u00f3n<\/h4>\r\n                            <p id=\"priority-label\" class=\"font-black text-xl md:text-4xl italic uppercase tracking-tighter\"><\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"bg-[#45556c] rounded-[2rem] md:rounded-[3.5rem] p-8 md:p-16 text-white shadow-2xl relative overflow-hidden group\">\r\n                        <div class=\"absolute top-0 right-0 w-48 h-48 bg-[#f6d32d]\/10 rounded-full -mr-24 -mt-24 transition-transform group-hover:scale-110 duration-700\"><\/div>\r\n                        \r\n                        <h3 class=\"text-xl md:text-4xl font-black mb-4 md:mb-8 relative z-10 italic text-white leading-tight\">\u00bfDesea formalizar su hoja de ruta legal?<\/h3>\r\n                        <p class=\"text-slate-300 text-base md:text-2xl mb-8 md:mb-14 leading-relaxed max-w-2xl mx-auto relative z-10 font-medium\">Nuestros expertos t\u00e9cnicos definir\u00e1n el plan de movilidad \u00f3ptimo para su estructura corporativa.<\/p>\r\n                        \r\n                        <button onclick=\"redirectToForm()\" class=\"w-full sm:w-auto px-10 md:px-20 bg-[#f6d32d] text-[#45556c] font-black py-4 md:py-7 rounded-2xl hover:bg-[#ffe35a] transition-all transform hover:scale-105 active:scale-95 shadow-xl relative z-10 text-xl md:text-4xl italic tracking-tight uppercase\">\r\n                            SOLICITAR CONSULTOR\u00cdA \u2192\r\n                        <\/button>\r\n                    <\/div>\r\n                <\/div>\r\n                <button onclick=\"location.reload()\" class=\"mx-auto block px-8 md:px-12 py-4 md:py-6 rounded-2xl hover:bg-slate-50 text-slate-400 text-lg md:text-2xl font-bold hover:text-[#45556c] transition-all uppercase tracking-widest text-center\">Reiniciar evaluaci\u00f3n<\/button>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- 2. BLOQUE HERO \/ INFORMATIVO (DENTRO DE UN CARD REDONDEADO) -->\r\n        <div class=\"diagnostico-wrapper px-4 sm:px-8 pb-20\">\r\n            <header class=\"bg-[#f9fafc] border border-slate-100 rounded-[2.5rem] md:rounded-[4rem] py-14 md:py-24 px-6 shadow-xl shadow-slate-100\/30 text-center\">\r\n                <div class=\"max-w-5xl mx-auto\">\r\n                    <div class=\"flex items-center justify-center gap-3 mb-6 md:mb-10 opacity-80\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-[#45556c]\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n                        <span class=\"text-sm md:text-lg font-bold uppercase tracking-[0.3em]\">Marco Normativo Movilidad 2026<\/span>\r\n                    <\/div>\r\n                    <h1 class=\"text-huge text-[#45556c] mb-6 md:mb-10 tracking-tighter\">\r\n                        Consultor\u00eda Estrat\u00e9gica <br class=\"hidden md:block\"> <span class=\"text-slate-400 font-light italic text-[0.8em]\">RD-ley 7\/2026<\/span>\r\n                    <\/h1>\r\n                    <p class=\"text-body-large text-slate-500 max-w-4xl mx-auto font-medium leading-relaxed\">\r\n                        Acompa\u00f1amos a organizaciones en la transici\u00f3n hacia el cumplimiento de la nueva <strong>Ley de Movilidad Sostenible<\/strong> mediante inteligencia de datos aplicada al transporte corporativo.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/header>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <script>\r\n        let state = {\r\n            employees: '',\r\n            hasPlan: ''\r\n        };\r\n\r\n        \/\/ --- L\u00d3GICA DEL CONTADOR ---\r\n        function updateCountdown() {\r\n            const targetDate = new Date(\"Dec 5, 2026 00:00:00\").getTime();\r\n            const now = new Date().getTime();\r\n            const distance = targetDate - now;\r\n\r\n            const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\r\n            const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\r\n            const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\r\n            const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\r\n\r\n            const dEl = document.getElementById(\"days\");\r\n            const hEl = document.getElementById(\"hours\");\r\n            const mEl = document.getElementById(\"minutes\");\r\n            const sEl = document.getElementById(\"seconds\");\r\n\r\n            if (dEl && hEl && mEl && sEl) {\r\n                dEl.innerText = days < 10 ? '0' + days : days;\r\n                hEl.innerText = hours < 10 ? '0' + hours : hours;\r\n                mEl.innerText = minutes < 10 ? '0' + minutes : minutes;\r\n                sEl.innerText = seconds < 10 ? '0' + seconds : seconds;\r\n            }\r\n        }\r\n\r\n        setInterval(updateCountdown, 1000);\r\n        updateCountdown();\r\n\r\n        \/\/ --- L\u00d3GICA DEL DIAGN\u00d3STICO ---\r\n        function nextStep(stepNumber) {\r\n            document.querySelectorAll('#sw-diagnostico-root [id^=\"step-\"]').forEach(div => {\r\n                div.classList.add('hidden');\r\n            });\r\n            \r\n            const targetId = stepNumber === 0 ? 'step-intro' : `step-${stepNumber}`;\r\n            const target = document.getElementById(targetId);\r\n            if (target) target.classList.remove('hidden');\r\n            \r\n            \/\/ Scroll al inicio del contenedor del diagn\u00f3stico\r\n            const container = document.getElementById('diagnostico-container');\r\n            container.scrollIntoView({ behavior: 'smooth', block: 'start' });\r\n        }\r\n\r\n        function selectOption(field, value, next) {\r\n            state[field] = value;\r\n            if (next === 'final') {\r\n                showResults();\r\n            } else {\r\n                nextStep(next);\r\n            }\r\n        }\r\n\r\n        function showResults() {\r\n            const resultBox = document.getElementById('result-box');\r\n            const resultText = document.getElementById('result-text');\r\n            const resultIcon = document.getElementById('result-icon');\r\n            const priorityLabel = document.getElementById('priority-label');\r\n\r\n            if (state.employees === 'large' && state.hasPlan === 'no') {\r\n                resultBox.className = \"p-8 md:p-24 rounded-[2.5rem] md:rounded-[4.5rem] border-4 border-red-200 bg-red-50\/10 mb-10 shadow-2xl shadow-red-500\/5 w-full max-w-5xl text-center relative overflow-hidden mx-auto\";\r\n                resultText.innerText = \"ALERTA NORMATIVA. Su organizaci\u00f3n supera los umbrales legales y carece de PMST. El riesgo de sanci\u00f3n por el incumplimiento del RD-ley 7\/2026 es elevado. Se requiere intervenci\u00f3n estrat\u00e9gica inmediata.\";\r\n                priorityLabel.innerText = \"CR\u00cdTICA \/ INMEDIATA\";\r\n                priorityLabel.className = \"text-red-600 font-black text-xl md:text-4xl italic uppercase tracking-tighter\";\r\n                resultIcon.innerHTML = `<svg class=\"text-red-500 w-12 h-12 md:w-20 md:h-20\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" stroke-width=\"2.5\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\/><\/svg>`;\r\n            } else if (state.employees === 'large' || state.hasPlan === 'process') {\r\n                resultBox.className = \"p-8 md:p-24 rounded-[2.5rem] md:rounded-[4.5rem] border-4 border-[#f6d32d]\/40 bg-[#f6d32d]\/5 mb-10 shadow-2xl shadow-yellow-500\/5 w-full max-w-5xl text-center relative overflow-hidden mx-auto\";\r\n                resultText.innerText = \"FASE PREVENTIVA. Su empresa se encuentra en el rango de obligaci\u00f3n. Es imperativo acelerar el dise\u00f1o t\u00e9cnico del plan para cumplir con los plazos de diciembre de 2026.\";\r\n                priorityLabel.innerText = \"ALTA \/ PRIORITARIA\";\r\n                priorityLabel.className = \"text-[#f6d32d] font-black text-xl md:text-4xl italic uppercase tracking-tighter\";\r\n                resultIcon.innerHTML = `<svg class=\"text-[#f6d32d] w-12 h-12 md:w-20 md:h-20\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" stroke-width=\"2.5\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>`;\r\n            } else {\r\n                resultBox.className = \"p-8 md:p-24 rounded-[2.5rem] md:rounded-[4.5rem] border-4 border-blue-200 bg-blue-50\/10 mb-10 shadow-2xl shadow-blue-500\/5 w-full max-w-5xl text-center relative overflow-hidden mx-auto\";\r\n                resultText.innerText = \"SITUACI\u00d3N ESTABLE. Actualmente cumple con los requisitos m\u00ednimos de la ley. No obstante, recomendamos una auditor\u00eda de eficiencia para optimizar costes operativos mediante inteligencia de datos.\";\r\n                priorityLabel.innerText = \"OPTIMIZACI\u00d3N \/ EST\u00c1NDAR\";\r\n                priorityLabel.className = \"text-blue-500 font-black text-xl md:text-4xl italic uppercase tracking-tighter\";\r\n                resultIcon.innerHTML = `<svg class=\"text-blue-500 w-12 h-12 md:w-20 md:h-20\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\" stroke-width=\"2.5\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg>`;\r\n            }\r\n\r\n            document.querySelectorAll('#sw-diagnostico-root [id^=\"step-\"]').forEach(div => div.classList.add('hidden'));\r\n            document.getElementById('step-results').classList.remove('hidden');\r\n            \r\n            const container = document.getElementById('diagnostico-container');\r\n            container.scrollIntoView({ behavior: 'smooth', block: 'start' });\r\n        }\r\n\r\n        function redirectToForm() {\r\n            const anchor = document.getElementById('soporte');\r\n            if (anchor) {\r\n                anchor.scrollIntoView({ behavior: 'smooth', block: 'start' });\r\n            } else {\r\n                window.location.hash = 'soporte';\r\n            }\r\n        }\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3d31a41f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3d31a41f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6e932a4d\" data-id=\"6e932a4d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c2e1333 elementor-widget elementor-widget-spacer\" data-id=\"6c2e1333\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba4a7c1 elementor-widget elementor-widget-spacer\" data-id=\"7ba4a7c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5db9d5d8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5db9d5d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:500,&quot;_animation&quot;:&quot;fadeIn&quot;}\" 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\">Conf\u00edan en Nosotros<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4ca2e16b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4ca2e16b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f9f5a3a\" data-id=\"f9f5a3a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db57b02 elementor-widget elementor-widget-image-carousel\" data-id=\"db57b02\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;8&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:400,&quot;speed&quot;:1800,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" 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 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/Movertis-removebg-preview.png\" alt=\"Movertis-removebg-preview\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 400px; --smush-placeholder-aspect-ratio: 400\/400;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/calaf-blanco.png\" alt=\"calaf blanco\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1484px; --smush-placeholder-aspect-ratio: 1484\/438;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/LogotipoFluidra_RGB_Negativo1ok_2134b8ab-aca9-4291-957b-4f794bcb1399.png\" alt=\"LogotipoFluidra_RGB_Negativo1ok_2134b8ab-aca9-4291-957b-4f794bcb1399\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 3406px; --smush-placeholder-aspect-ratio: 3406\/340;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/Moeve_Logo_RGB_White-scaled-e1753258082112.png\" alt=\"Logo MOEVE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2082px; --smush-placeholder-aspect-ratio: 2082\/650;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/LogoBBVA-1.png\" alt=\"LogoBBVA-1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 841px; --smush-placeholder-aspect-ratio: 841\/290;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/karl-storz-header-alpha.png\" alt=\"karl-storz-header-alpha\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 357px; --smush-placeholder-aspect-ratio: 357\/130;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/logo-vila-viniteca.e26ac43b2bb5bd4897bb6d1da818ce78-3.png\" alt=\"logo-vila-viniteca.e26ac43b2bb5bd4897bb6d1da818ce78-3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 336px; --smush-placeholder-aspect-ratio: 336\/119;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/Pascual3.png\" alt=\"Pascual3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 198px; --smush-placeholder-aspect-ratio: 198\/117;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/TKE_2.png\" alt=\"TKE_2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 207px; --smush-placeholder-aspect-ratio: 207\/109;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/berge-1.png\" alt=\"berge\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/Puma-OK-W-1.png\" alt=\"Puma OK - W\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 707px; --smush-placeholder-aspect-ratio: 707\/353;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"12 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/everis_bn.png\" alt=\"everis_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"13 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/stellantis_bn.png\" alt=\"stellantis_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"14 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/takeda_bn.png\" alt=\"takeda_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"15 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/iberdrola_bn.png\" alt=\"iberdrola_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"16 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/bmw_bn.png\" alt=\"bmw_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"17 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/mapfre_bn.png\" alt=\"mapfre_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"18 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/astrazeneca_bn.png\" alt=\"astrazeneca_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"19 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/pulpo_bn.png\" alt=\"pulpo_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"20 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/aedive_bn.png\" alt=\"aedive_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"21 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/wallbox.png\" alt=\"wallbox\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"22 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/astara.png\" alt=\"astara\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"23 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/montepioCredito.png\" alt=\"montepioCredito\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"24 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/emovili_bn.png\" alt=\"emovili_bn\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/150;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"25 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/BVI.PA_BIG.D-9d953cc6-1.png\" alt=\"BVI.PA_BIG.D-9d953cc6\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1261px; --smush-placeholder-aspect-ratio: 1261\/1564;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"26 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/idHFIVFgJq-2.png\" alt=\"idHFIVFgJq\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 800px; --smush-placeholder-aspect-ratio: 800\/599;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"27 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/BAT-white-1.png\" alt=\"BAT white\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200\/1350;\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"28 de 28\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image lazyload\" data-src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/BAYER-white-1.png\" alt=\"BAYER white\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1200px; --smush-placeholder-aspect-ratio: 1200\/1350;\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed2f343 elementor-widget elementor-widget-spacer\" data-id=\"ed2f343\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a2b9550 elementor-section-height-min-height elementor-reverse-mobile light-section elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"a2b9550\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9533d59\" data-id=\"9533d59\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49470be elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"49470be\" 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>\u00bfQu\u00e9 es <strong>SwitchFleet.PRO<\/strong>?<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3cdbf5e elementor-reverse-mobile elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3cdbf5e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9cb6357\" data-id=\"9cb6357\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0188d75 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"0188d75\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" 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>SwitchFleet.PRO\u00a0<\/strong>es la plataforma tecnol\u00f3gica l\u00edder para la electrificaci\u00f3n y descarbonizaci\u00f3n de grandes flotas de veh\u00edculos, basada en <strong>BigData, Inteligencia Artificial y Anal\u00edtica Avanzada<\/strong>.<\/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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-27416c3\" data-id=\"27416c3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b6f5738 elementor-invisible elementor-widget elementor-widget-video\" data-id=\"b6f5738\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;start&quot;:4}\" 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=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/Video-mini-PRO.mp4#t=4\" autoplay=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2ac40878 elementor-section-height-min-height light-section elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"2ac40878\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-792cf3db\" data-id=\"792cf3db\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7c5dae01 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c5dae01\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div data-ra-url=\"https:\/\/www.switchfleet.com\/pro\/empresas\/\" data-ra-target=\"_self\" class=\"ra-clickable-wrapper elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4ad5d6bf hover-tilt\" style=\"cursor:pointer;\" data-id=\"4ad5d6bf\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5354f5ea hover-tilt elementor-widget elementor-widget-heading\" data-id=\"5354f5ea\" 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<h3 class=\"elementor-heading-title elementor-size-default\">Soy Empresa \u27a1\ufe0f<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-776b9b3e elementor-widget elementor-widget-spacer\" data-id=\"776b9b3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b384e39 elementor-widget elementor-widget-heading\" data-id=\"7b384e39\" 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<h3 class=\"elementor-heading-title elementor-size-default\"><b>Quick Start<\/b><br>Comienza a planificar la transici\u00f3n de tu flota con nuestra gu\u00eda de inicio r\u00e1pido.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div data-ra-url=\"https:\/\/www.switchfleet.com\/pro\/partners\/\" data-ra-target=\"_self\" class=\"ra-clickable-wrapper elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6d08f5a1 hover-tilt\" style=\"cursor:pointer;\" data-id=\"6d08f5a1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50ed6934 hover-tilt elementor-widget elementor-widget-heading\" data-id=\"50ed6934\" 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<h3 class=\"elementor-heading-title elementor-size-default\">Soy Partner \u27a1\ufe0f<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42f410dd elementor-widget elementor-widget-spacer\" data-id=\"42f410dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36ee66df elementor-widget elementor-widget-heading\" data-id=\"36ee66df\" 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<h3 class=\"elementor-heading-title elementor-size-default\"><B>Partners SwitchFleet.Pro<\/B> <br>\u00danete a nuestro programa y entra en nuestra red de partners.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div data-ra-url=\"https:\/\/www.switchfleet.com\/pro\/aapp\/\" data-ra-target=\"_self\" class=\"ra-clickable-wrapper elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-79519d10 hover-tilt\" style=\"cursor:pointer;\" data-id=\"79519d10\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5ff1088 hover-tilt elementor-widget elementor-widget-heading\" data-id=\"5ff1088\" 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<h3 class=\"elementor-heading-title elementor-size-default\">Soy Administraci\u00f3n P\u00fablica \u27a1\ufe0f<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35826b37 elementor-widget elementor-widget-heading\" data-id=\"35826b37\" 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<h3 class=\"elementor-heading-title elementor-size-default\"><B>Programa AAPPs<\/B> <br>Implanta la tecnolog\u00eda de movilidad m\u00e1s avanzada en tu ciudad o Regi\u00f3n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6b20b130 light-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b20b130\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-51294221\" data-id=\"51294221\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b76c75 elementor-widget elementor-widget-menu-anchor\" data-id=\"7b76c75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"soporte\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ecb66c9 elementor-widget elementor-widget-heading\" data-id=\"4ecb66c9\" 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\">Cont\u00e1ctanos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7bcd9f2e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7bcd9f2e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-56470db7\" data-id=\"56470db7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-200e310e elementor-widget elementor-widget-hubspot-form\" data-id=\"200e310e\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"soporte\" data-no-translation=\"\" data-widget_type=\"hubspot-form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>.elementor-element-200e310e{display:none !important}<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20f6a51 elementor-widget elementor-widget-hubspot-form\" data-id=\"20f6a51\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"soporte\" data-no-translation=\"\" data-widget_type=\"hubspot-form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 144722784,\n\t\t\t\t\t\t\t\t\tformId: \"31766909-102f-4f61-adab-dc77621e8ee0\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1779732433000-7200004260\",\n\t\t\t\t\t\t\t\t\tregion: \"eu1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1779732433000-7200004260\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-14551d2\" data-id=\"14551d2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-667c9a48 elementor-widget elementor-widget-image\" data-id=\"667c9a48\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"336\" src=\"https:\/\/www.switchfleet.com\/comp\/uploads\/Audi.png\" class=\"attachment-medium_large size-medium_large wp-image-6516\" 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 class=\"elementor-element elementor-element-50d7d51 elementor-widget elementor-widget-text-editor\" data-id=\"50d7d51\" 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>Contacto<\/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-28e3d16 elementor-widget elementor-widget-text-editor\" data-id=\"28e3d16\" 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>switch@switchfleet.com<\/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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Diagn\u00f3stico de Movilidad SwitchFleet Actualizaci\u00f3n Legislativa 2026 \u00bfCumple su empresa con los nuevos plazos? Empezar Evaluaci\u00f3n Tiempo restante para cumplimiento (Dic. 2026) 00 D\u00edas 00 Horas 00 Min 00 Seg \u00bfTama\u00f1o de su plantilla? La normativa var\u00eda seg\u00fan el volumen de empleados por centro. Menos de 100 empleados Entre 100 y 200 empleados M\u00e1s de [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"content-type":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-10307","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/pages\/10307","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/comments?post=10307"}],"version-history":[{"count":85,"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/pages\/10307\/revisions"}],"predecessor-version":[{"id":10433,"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/pages\/10307\/revisions\/10433"}],"wp:attachment":[{"href":"https:\/\/www.switchfleet.com\/en\/wp-json\/wp\/v2\/media?parent=10307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}