{"id":691,"date":"2022-03-17T15:00:15","date_gmt":"2022-03-17T15:00:15","guid":{"rendered":"https:\/\/vmsenergyinc.com\/?page_id=691"},"modified":"2025-11-03T09:31:29","modified_gmt":"2025-11-03T15:31:29","slug":"our-products","status":"publish","type":"page","link":"https:\/\/vmsenergyinc.com\/en\/our-products\/","title":{"rendered":"OUR PRODUCTS"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"691\" class=\"elementor elementor-691\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d065982 e-con-full e-flex e-con e-parent\" data-id=\"d065982\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f09e39 elementor-widget elementor-widget-html\" data-id=\"7f09e39\" data-element_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>Services - VMS Energy Inc.<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700&display=swap\" rel=\"stylesheet\">\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Montserrat';\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .main-container {\r\n            position: relative;\r\n            width: 100vw;\r\n            height: 90vh;\r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* Parte superior negra *\/\r\n        .black-section {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 20%; \/* Altura de la barra negra *\/\r\n            background-color: #000;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Secci\u00f3n de la imagen *\/\r\n        .image-section {\r\n            position: absolute;\r\n            top: 20%; \/* Debe ser igual a la altura de black-section *\/\r\n            left: 0;\r\n            width: 100%;\r\n            height: 80%; \/* El resto de la altura *\/\r\n            background-image: url('https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/NUESTROS-PRODCUTOS.jpg');\r\n            background-position: center;\r\n            background-repeat: no-repeat;\r\n            background-size: cover;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Overlay para la imagen *\/\r\n        .image-overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            z-index: 2;\r\n            background-color: rgba(0, 0, 0, 0.4);\r\n        }\r\n\r\n        \/* Contenedor del t\u00edtulo *\/\r\n        .title-wrapper {\r\n            position: absolute;\r\n            width: 100%;\r\n            \/* Posicionado exactamente en la l\u00ednea divisoria *\/\r\n            top: 20%; \/* Igual a la altura de black-section *\/\r\n            transform: translateY(-50%); \/* Mueve la mitad hacia arriba *\/\r\n            z-index: 10;\r\n            text-align: center;\r\n        }\r\n\r\n        h1.title {\r\n            color: white;\r\n            font-size: 5.5rem;\r\n            font-weight: bolder;\r\n            text-transform: uppercase;\r\n            letter-spacing: 4px;\r\n            line-height: 1;\r\n            display: inline-block;\r\n            font-style: italic;\r\n            text-shadow: -7px 1px 10px black;\r\n        }\r\n\r\n        \/* Contenedor del bot\u00f3n CTA *\/\r\n        .cta-container {\r\n            position: absolute;\r\n            width: 100%;\r\n            height: 80%; \/* Igual a la altura de la secci\u00f3n de imagen *\/\r\n            top: 25%; \/* Igual a la altura de la barra negra *\/\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            z-index: 3;\r\n        }\r\n\r\n        \/* Estilo para el bot\u00f3n con estructura compleja *\/\r\n        .elementor-button.custom-cta-style {\r\n            display: inline-block;\r\n            background-color: #666666;\r\n            color: white;\r\n            padding: 7px 14px;\r\n            font-size: 1.8rem;\r\n            font-weight: 700;\r\n            text-transform: uppercase;\r\n            letter-spacing: 3px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 1);\r\n            border: none;\r\n        }\r\n\r\n        .elementor-button.custom-cta-style:hover {\r\n            background-color: white;\r\n            color: black;\r\n        }\r\n\r\n        \/* Asegurar que los spans internos hereden el estilo *\/\r\n        .elementor-button.custom-cta-style .elementor-button-content-wrapper,\r\n        .elementor-button.custom-cta-style .elementor-button-text {\r\n            color: inherit;\r\n            font-weight: inherit;\r\n            text-transform: inherit;\r\n            letter-spacing: inherit;\r\n        }\r\n\r\n        \/* Estilos responsivos *\/\r\n        \/* Tablets grandes y pantallas medianas *\/\r\n        @media (max-width: 1200px) {\r\n            h1.title {\r\n                font-size: 4.5rem;\r\n                letter-spacing: 3px;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 1.6rem;\r\n                padding: 6px 12px;\r\n                letter-spacing: 2px;\r\n            }\r\n        }\r\n\r\n        \/* Tablets *\/\r\n        @media (max-width: 992px) {\r\n            h1.title {\r\n                font-size: 4rem;\r\n                letter-spacing: 2px;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 1.4rem;\r\n                padding: 6px 12px;\r\n            }\r\n        }\r\n\r\n        \/* Tablets peque\u00f1as *\/\r\n        @media (max-width: 768px) {\r\n            h1.title {\r\n                font-size: 3.2rem;\r\n                letter-spacing: 2px;\r\n                text-shadow: -5px 1px 8px black;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 1.2rem;\r\n                padding: 8px 16px;\r\n                letter-spacing: 2px;\r\n            }\r\n        }\r\n\r\n        \/* M\u00f3viles grandes *\/\r\n        @media (max-width: 576px) {\r\n            h1.title {\r\n                font-size: 2.5rem;\r\n                letter-spacing: 1px;\r\n                text-shadow: -4px 1px 6px black;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 1rem;\r\n                padding: 8px 16px;\r\n                letter-spacing: 1px;\r\n            }\r\n        }\r\n\r\n        \/* M\u00f3viles peque\u00f1os *\/\r\n        @media (max-width: 480px) {\r\n            h1.title {\r\n                font-size: 2rem;\r\n                letter-spacing: 1px;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 0.9rem;\r\n                padding: 6px 12px;\r\n                letter-spacing: 1px;\r\n            }\r\n        }\r\n\r\n        \/* M\u00f3viles muy peque\u00f1os *\/\r\n        @media (max-width: 360px) {\r\n            h1.title {\r\n                font-size: 1.8rem;\r\n                letter-spacing: 0.5px;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 0.8rem;\r\n                padding: 5px 10px;\r\n                letter-spacing: 0.5px;\r\n            }\r\n        }\r\n\r\n        \/* Para pantallas con zoom m\u00e1ximo o muy peque\u00f1as *\/\r\n        @media (max-width: 320px) {\r\n            h1.title {\r\n                font-size: 1.5rem;\r\n                letter-spacing: 0.5px;\r\n            }\r\n            .elementor-button.custom-cta-style {\r\n                font-size: 0.7rem;\r\n                padding: 4px 8px;\r\n                letter-spacing: 0.5px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"main-container\">\r\n        <!-- Parte superior negra -->\r\n        <div class=\"black-section\"><\/div>\r\n        \r\n        <!-- Secci\u00f3n de la imagen -->\r\n        <div class=\"image-section\">\r\n            <div class=\"image-overlay\"><\/div>\r\n        <\/div>\r\n        \r\n        <!-- T\u00edtulo en la l\u00ednea divisoria -->\r\n        <div class=\"title-wrapper\">\r\n            <h1 class=\"title\">Our<br> Products<\/h1>\r\n        <\/div>\r\n        \r\n        <!-- Bot\u00f3n CTA centrado en la parte de la imagen -->\r\n         <div class=\"cta-container\">\r\n            <a class=\"elementor-button elementor-button-link elementor-size-xs custom-cta-style\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI3NTgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\r\n                <span class=\"elementor-button-content-wrapper\">\r\n                    <span class=\"elementor-button-text\">Get a quote<\/span>\r\n                <\/span>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8150123 btnxxx e-flex e-con-boxed e-con e-parent\" data-id=\"8150123\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-269731f elementor-align-left elementor-mobile-align-center elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"269731f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-xs\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI3NTgiLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">QUIERO SABER M\u00c1S<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5392fc61 elementor-section-full_width elementor-section-content-top elementor-section-height-default elementor-section-height-default\" data-id=\"5392fc61\" data-element_type=\"section\" id=\"explore\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7192c411\" data-id=\"7192c411\" data-element_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-4703a64e elementor-section-full_width elementor-section-content-top elementor-section-height-default elementor-section-height-default\" data-id=\"4703a64e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f7229a6\" data-id=\"f7229a6\" data-element_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-77dea4a1 elementor-widget elementor-widget-heading\" data-id=\"77dea4a1\" data-element_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\">WE ARE AUTHORIZED DISTRIBUTORS AND REPRESENTATIVES OF LEADING BRANDS IN CONTROLLERS, STARTERS AND MONITORING INSTRUMENTATION<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3687e82 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3687e82\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-inner-section elementor-element elementor-element-684137da elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"684137da\" data-element_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-504eb05f\" data-id=\"504eb05f\" data-element_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-68e5fdcb elementor-widget elementor-widget-text-editor\" data-id=\"68e5fdcb\" data-element_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 maintain a comprehensive inventory of spare parts across the product lines we represent, all offered at highly competitive prices to support our clients\u2019 operational needs.<\/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\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-4f7b15a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f7b15a\" data-element_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-b2f55b8\" data-id=\"b2f55b8\" data-element_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-a1c2221 elementor-widget elementor-widget-html\" data-id=\"a1c2221\" data-element_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>Cat\u00e1logo de Productos<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Montserrat';\r\n            background-color: #f5f5f5;\r\n        }\r\n\r\n        .catalog-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 20px;\r\n            font-family: 'Montserrat';\r\n        }\r\n\r\n        .categories-sidebar {\r\n            background: rgba(0,0,0,.8);\r\n            border-radius: 15px;\r\n            padding: 25px;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        h2.categories-title {\r\n            color: white;\r\n            font-size: 49px;\r\n            font-weight: bold;\r\n            letter-spacing: 4px;\r\n            margin-bottom: 25px;\r\n            text-transform: uppercase;\r\n            text-align: center;\r\n            text-shadow: 0 2px 4px rgba(0,0,0,0.3);\r\n        }\r\n\r\n        .categories-container {\r\n            display: flex;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            gap: 15px;\r\n        }\r\n\r\n        .category-item {\r\n            background: rgba(255,255,255,0.1);\r\n            border: none;\r\n            color: white;\r\n            padding: 15px 20px;\r\n            border-radius: 10px;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            font-size: 16px;\r\n            letter-spacing: 3px;\r\n            text-align: center;\r\n            backdrop-filter: blur(10px);\r\n            flex: 1;\r\n            min-width: 200px;\r\n        }\r\n\r\n        .category-item:hover {\r\n            background: rgba(255,255,255,0.2);\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .category-item.active {\r\n            background: rgba(255,255,255,0.3);\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        \/* Main carousel area *\/\r\n        .carousel-main {\r\n            position: relative;\r\n            margin: 0 auto;\r\n            overflow: hidden;\r\n            border-radius: 15px;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\r\n            background: white;\r\n            min-height: 400px;\r\n        }\r\n\r\n        .carousel-slide {\r\n            display: none;\r\n            opacity: 0;\r\n            transition: opacity 0.5s ease-in-out;\r\n            text-align: center;\r\n        }\r\n\r\n        .carousel-slide.active {\r\n            display: block;\r\n            opacity: 1;\r\n        }\r\n\r\n        .carousel-image {\r\n            width: 80%;\r\n            height: auto;\r\n            max-height: 400px;\r\n            margin-top:2em;\r\n            object-fit: contain;\r\n        }\r\n\r\n        .carousel-title {\r\n            font-size: 28px;\r\n            font-weight: bold;\r\n            color: #333;\r\n            margin: 20px 0;\r\n            text-align: center;\r\n        }\r\n\r\n        \/* Navigation arrows *\/\r\n        .carousel-arrow {\r\n            position: absolute;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            font-size: 40px;\r\n            background: rgba(0,0,0,0.5);\r\n            color: white;\r\n            border: none;\r\n            cursor: pointer;\r\n            padding: 10px 15px;\r\n            border-radius: 5px;\r\n            z-index: 10;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .carousel-arrow:hover {\r\n            background: rgba(0,0,0,0.7);\r\n        }\r\n\r\n        .carousel-arrow.prev {\r\n            left: 20px;\r\n        }\r\n\r\n        .carousel-arrow.next {\r\n            right: 20px;\r\n        }\r\n\r\n        \/* Dot navigation *\/\r\n        .carousel-dots {\r\n            position: absolute;\r\n            bottom: -30px; \/* Cambiar de 20px a -30px para moverlo m\u00e1s abajo *\/\r\n            left: 0;\r\n            right: 0;\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .dot {\r\n            width: 12px;\r\n            height: 12px;\r\n            border-radius: 50%;\r\n            background: rgba(0,0,0,0.3);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .dot.active {\r\n            background: rgba(0,0,0,0.8);\r\n            transform: scale(1.2);\r\n        }\r\n\r\n        .welcome-message {\r\n            text-align: center;\r\n            padding: 100px 20px;\r\n            color: #666;\r\n        }\r\n\r\n        .welcome-message h2 {\r\n            font-size: 42px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .welcome-message p {\r\n            font-size: 28px;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .carousel-image {\r\n                max-height: 300px;\r\n            }\r\n            \r\n            .carousel-arrow {\r\n                font-size: 30px;\r\n                padding: 5px 10px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .category-item {\r\n                min-width: 100%;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"catalog-container\">\r\n        <div class=\"categories-sidebar\">\r\n            <h2 class=\"categories-title\">Products<\/h2>\r\n            <div class=\"categories-container\">\r\n                <button class=\"category-item\" data-category=\"motores\">MOTOR CONTROL<\/button>\r\n<button class=\"category-item\" data-category=\"instrumentacion\">INSTRUMENTATION<\/button>\r\n<button class=\"category-item\" data-category=\"protecciones\">ELECTRICAL PROTECTION<\/button>\r\n\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"carousel-main\">\r\n            <div class=\"welcome-message\">\r\n                <h2>Welcome to Our Product Catalog!<\/h2>\r\n<p>Select a category to view our products<\/p>\r\n\r\n            <\/div>\r\n\r\n            <!-- Control de motores Slides -->\r\n            <div class=\"carousel-slide\" data-category=\"motores\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg\" alt=\"Control de Motores\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">MOTOR CONTROL<\/h3>\r\n            <\/div>\r\n            <div class=\"carousel-slide\" data-category=\"motores\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores2-web.jpg\" alt=\"Control de Motores\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">MOTOR CONTROL<\/h3>\r\n            <\/div>\r\n            <div class=\"carousel-slide\" data-category=\"motores\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores-3-web.jpg\" alt=\"Tableros de Distribuci\u00f3n\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">MOTOR CONTROL<\/h3>\r\n            <\/div>\r\n\r\n            <!-- Instrumentaci\u00f3n Slides -->\r\n            <div class=\"carousel-slide\" data-category=\"instrumentacion\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/instrumentacion_industrial.jpg\" alt=\"Instrumentaci\u00f3n\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">INSTRUMENTATION<\/h3>\r\n            <\/div>\r\n            <div class=\"carousel-slide\" data-category=\"instrumentacion\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Instrumentacion-industrial-2-web.jpg\" alt=\"Instrumentaci\u00f3n\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">INSTRUMENTATION<\/h3>\r\n            <\/div>\r\n            <div class=\"carousel-slide\" data-category=\"instrumentacion\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Instrumentacion-industrial-3-web.jpg\" alt=\"Variadores de Frecuencia\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">INSTRUMENTATION<\/h3>\r\n            <\/div>\r\n\r\n            <!-- Protecciones El\u00e9ctricas Slides -->\r\n            <div class=\"carousel-slide\" data-category=\"protecciones\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Protecciones-electricas-web.jpg\" alt=\"Protecciones El\u00e9ctricas\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">ELECTRICAL PROTECTION<\/h3>\r\n            <\/div>\r\n            <div class=\"carousel-slide\" data-category=\"protecciones\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/PROTECCIONESELECTRICAS-2-web.jpg\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">ELECTRICAL PROTECTION<\/h3>\r\n            <\/div>\r\n             <div class=\"carousel-slide\" data-category=\"protecciones\">\r\n                <img decoding=\"async\" src=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/protecciones-electricas-3-web.jpg\" class=\"carousel-image\">\r\n                <h3 class=\"carousel-title\">ELECTRICAL PROTECTION<\/h3>\r\n            <\/div>\r\n\r\n            <!-- Navigation Arrows -->\r\n            <button class=\"carousel-arrow prev\">&#10094;<\/button>\r\n            <button class=\"carousel-arrow next\">&#10095;<\/button>\r\n\r\n            <!-- Dot Navigation -->\r\n            <div class=\"carousel-dots\"><\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Current category and slide tracking\r\n        let currentCategory = null;\r\n        let currentSlideIndex = 0;\r\n        \r\n        \/\/ Get DOM elements\r\n        const categoryButtons = document.querySelectorAll('.category-item');\r\n        const welcomeMessage = document.querySelector('.welcome-message');\r\n        const slides = document.querySelectorAll('.carousel-slide');\r\n        const prevButton = document.querySelector('.carousel-arrow.prev');\r\n        const nextButton = document.querySelector('.carousel-arrow.next');\r\n        const dotsContainer = document.querySelector('.carousel-dots');\r\n        \r\n        \/\/ Hide navigation initially\r\n        prevButton.style.display = 'none';\r\n        nextButton.style.display = 'none';\r\n        \r\n        \/\/ Timer variable for auto slide change\r\n        let slideTimer = null;\r\n        const slideInterval = 3000; \/\/ Change slides every 5 seconds\r\n        \r\n        \/\/ Function to start automatic slideshow\r\n        function startSlideshow() {\r\n            \/\/ Clear any existing timer first\r\n            if (slideTimer) {\r\n                clearInterval(slideTimer);\r\n            }\r\n            \r\n            \/\/ Set a new timer\r\n            slideTimer = setInterval(() => {\r\n                if (currentCategory) {\r\n                    goToSlide(currentSlideIndex + 1);\r\n                }\r\n            }, slideInterval);\r\n        }\r\n        \r\n        \/\/ Function to reset timer when user interacts with slides\r\n        function resetTimer() {\r\n            \/\/ Clear the current timer and start a new one\r\n            if (slideTimer) {\r\n                clearInterval(slideTimer);\r\n            }\r\n            startSlideshow();\r\n        }\r\n\r\n        \/\/ Function to show category slides\r\n        function showCategory(category) {\r\n            currentCategory = category;\r\n            currentSlideIndex = 0;\r\n            \r\n            \/\/ Hide welcome message\r\n            welcomeMessage.style.display = 'none';\r\n            \r\n            \/\/ Show navigation\r\n            prevButton.style.display = 'block';\r\n            nextButton.style.display = 'block';\r\n            \r\n            \/\/ Update active category button\r\n            categoryButtons.forEach(button => {\r\n                if (button.dataset.category === category) {\r\n                    button.classList.add('active');\r\n                } else {\r\n                    button.classList.remove('active');\r\n                }\r\n            });\r\n            \r\n            \/\/ Hide all slides\r\n            slides.forEach(slide => {\r\n                slide.classList.remove('active');\r\n            });\r\n            \r\n            \/\/ Filter slides for current category\r\n            const categorySlides = Array.from(slides).filter(slide => slide.dataset.category === category);\r\n            \r\n            \/\/ Create dot navigation\r\n            createDots(categorySlides.length);\r\n            \r\n            \/\/ Show first slide\r\n            if (categorySlides.length > 0) {\r\n                categorySlides[0].classList.add('active');\r\n                updateDots(0);\r\n            }\r\n            \r\n            \/\/ Start the automatic slideshow\r\n            startSlideshow();\r\n        }\r\n        \r\n        \/\/ Function to create dot navigation\r\n        function createDots(count) {\r\n            \/\/ Clear existing dots\r\n            dotsContainer.innerHTML = '';\r\n            \r\n            \/\/ Create new dots\r\n            for (let i = 0; i < count; i++) {\r\n                const dot = document.createElement('div');\r\n                dot.classList.add('dot');\r\n                dot.addEventListener('click', () => {\r\n                    goToSlide(i);\r\n                    resetTimer(); \/\/ Reset timer on dot click\r\n                });\r\n                dotsContainer.appendChild(dot);\r\n            }\r\n        }\r\n        \r\n        \/\/ Function to update active dot\r\n        function updateDots(index) {\r\n            const dots = dotsContainer.querySelectorAll('.dot');\r\n            dots.forEach((dot, i) => {\r\n                if (i === index) {\r\n                    dot.classList.add('active');\r\n                } else {\r\n                    dot.classList.remove('active');\r\n                }\r\n            });\r\n        }\r\n        \r\n        \/\/ Function to go to specific slide\r\n        function goToSlide(index) {\r\n            if (!currentCategory) return;\r\n            \r\n            \/\/ Get current category slides\r\n            const categorySlides = Array.from(slides).filter(slide => slide.dataset.category === currentCategory);\r\n            \r\n            \/\/ Validate index\r\n            if (index < 0) index = categorySlides.length - 1;\r\n            if (index >= categorySlides.length) index = 0;\r\n            \r\n            currentSlideIndex = index;\r\n            \r\n            \/\/ Hide all slides\r\n            slides.forEach(slide => {\r\n                slide.classList.remove('active');\r\n            });\r\n            \r\n            \/\/ Show selected slide\r\n            categorySlides[index].classList.add('active');\r\n            \r\n            \/\/ Update dots\r\n            updateDots(index);\r\n        }\r\n        \r\n        \/\/ Previous slide button\r\n        prevButton.addEventListener('click', () => {\r\n            goToSlide(currentSlideIndex - 1);\r\n            resetTimer(); \/\/ Reset timer on button click\r\n        });\r\n        \r\n        \/\/ Next slide button\r\n        nextButton.addEventListener('click', () => {\r\n            goToSlide(currentSlideIndex + 1);\r\n            resetTimer(); \/\/ Reset timer on button click\r\n        });\r\n        \r\n        \/\/ Category button click event\r\n        categoryButtons.forEach(button => {\r\n            button.addEventListener('click', () => {\r\n                const category = button.dataset.category;\r\n                showCategory(category);\r\n            });\r\n        });\r\n        \r\n        \/\/ Pause slideshow when mouse hovers over carousel\r\n        document.querySelector('.carousel-main').addEventListener('mouseenter', () => {\r\n            if (slideTimer) {\r\n                clearInterval(slideTimer);\r\n            }\r\n        });\r\n        \r\n        \/\/ Resume slideshow when mouse leaves carousel\r\n        document.querySelector('.carousel-main').addEventListener('mouseleave', () => {\r\n            if (currentCategory) {\r\n                startSlideshow();\r\n            }\r\n        });\r\n    <\/script>\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<\/div>","protected":false},"excerpt":{"rendered":"<p>&nbsp; Our Products Get a quote QUIERO SABER M\u00c1S WE ARE AUTHORIZED DISTRIBUTORS AND REPRESENTATIVES OF LEADING BRANDS IN CONTROLLERS, STARTERS AND MONITORING INSTRUMENTATION We maintain a comprehensive inventory of spare parts across the product lines we represent, all offered at highly competitive prices to support our clients\u2019 operational needs. &nbsp; &nbsp; Products MOTOR CONTROL &#8230; <a title=\"OUR PRODUCTS\" class=\"read-more\" href=\"https:\/\/vmsenergyinc.com\/en\/our-products\/\" aria-label=\"Read more about OUR PRODUCTS\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-691","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OUR PRODUCTS - VMS Energy Inc.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vmsenergyinc.com\/en\/our-products\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OUR PRODUCTS - VMS Energy Inc.\" \/>\n<meta property=\"og:description\" content=\"&nbsp; Our Products Get a quote QUIERO SABER M\u00c1S WE ARE AUTHORIZED DISTRIBUTORS AND REPRESENTATIVES OF LEADING BRANDS IN CONTROLLERS, STARTERS AND MONITORING INSTRUMENTATION We maintain a comprehensive inventory of spare parts across the product lines we represent, all offered at highly competitive prices to support our clients\u2019 operational needs. &nbsp; &nbsp; Products MOTOR CONTROL ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vmsenergyinc.com\/en\/our-products\/\" \/>\n<meta property=\"og:site_name\" content=\"VMS Energy Inc.\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-03T15:31:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vmsenergyinc.com\/our-products\/\",\"url\":\"https:\/\/vmsenergyinc.com\/our-products\/\",\"name\":\"OUR PRODUCTS - VMS Energy Inc.\",\"isPartOf\":{\"@id\":\"https:\/\/vmsenergyinc.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/vmsenergyinc.com\/our-products\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/vmsenergyinc.com\/our-products\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg\",\"datePublished\":\"2022-03-17T15:00:15+00:00\",\"dateModified\":\"2025-11-03T15:31:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/vmsenergyinc.com\/our-products\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vmsenergyinc.com\/our-products\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vmsenergyinc.com\/our-products\/#primaryimage\",\"url\":\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg\",\"contentUrl\":\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vmsenergyinc.com\/our-products\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/vmsenergyinc.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OUR PRODUCTS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vmsenergyinc.com\/#website\",\"url\":\"https:\/\/vmsenergyinc.com\/\",\"name\":\"VMS Energy Inc.\",\"description\":\"Advanced control solutions, engineering, services, and specialized training.\",\"publisher\":{\"@id\":\"https:\/\/vmsenergyinc.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vmsenergyinc.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/vmsenergyinc.com\/#organization\",\"name\":\"VMS Energy Inc.\",\"url\":\"https:\/\/vmsenergyinc.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/vmsenergyinc.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2022\/02\/VMS-ENERGY-INC_VMS-INC-NEGRO.png\",\"contentUrl\":\"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2022\/02\/VMS-ENERGY-INC_VMS-INC-NEGRO.png\",\"width\":1771,\"height\":625,\"caption\":\"VMS Energy Inc.\"},\"image\":{\"@id\":\"https:\/\/vmsenergyinc.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"OUR PRODUCTS - VMS Energy Inc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vmsenergyinc.com\/en\/our-products\/","og_locale":"en_US","og_type":"article","og_title":"OUR PRODUCTS - VMS Energy Inc.","og_description":"&nbsp; Our Products Get a quote QUIERO SABER M\u00c1S WE ARE AUTHORIZED DISTRIBUTORS AND REPRESENTATIVES OF LEADING BRANDS IN CONTROLLERS, STARTERS AND MONITORING INSTRUMENTATION We maintain a comprehensive inventory of spare parts across the product lines we represent, all offered at highly competitive prices to support our clients\u2019 operational needs. &nbsp; &nbsp; Products MOTOR CONTROL ... Read more","og_url":"https:\/\/vmsenergyinc.com\/en\/our-products\/","og_site_name":"VMS Energy Inc.","article_modified_time":"2025-11-03T15:31:29+00:00","og_image":[{"url":"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vmsenergyinc.com\/our-products\/","url":"https:\/\/vmsenergyinc.com\/our-products\/","name":"OUR PRODUCTS - VMS Energy Inc.","isPartOf":{"@id":"https:\/\/vmsenergyinc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vmsenergyinc.com\/our-products\/#primaryimage"},"image":{"@id":"https:\/\/vmsenergyinc.com\/our-products\/#primaryimage"},"thumbnailUrl":"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg","datePublished":"2022-03-17T15:00:15+00:00","dateModified":"2025-11-03T15:31:29+00:00","breadcrumb":{"@id":"https:\/\/vmsenergyinc.com\/our-products\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vmsenergyinc.com\/our-products\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vmsenergyinc.com\/our-products\/#primaryimage","url":"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg","contentUrl":"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2025\/06\/Control-ded-motores.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/vmsenergyinc.com\/our-products\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/vmsenergyinc.com\/"},{"@type":"ListItem","position":2,"name":"OUR PRODUCTS"}]},{"@type":"WebSite","@id":"https:\/\/vmsenergyinc.com\/#website","url":"https:\/\/vmsenergyinc.com\/","name":"VMS Energy Inc.","description":"Advanced control solutions, engineering, services, and specialized training.","publisher":{"@id":"https:\/\/vmsenergyinc.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vmsenergyinc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/vmsenergyinc.com\/#organization","name":"VMS Energy Inc.","url":"https:\/\/vmsenergyinc.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vmsenergyinc.com\/#\/schema\/logo\/image\/","url":"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2022\/02\/VMS-ENERGY-INC_VMS-INC-NEGRO.png","contentUrl":"https:\/\/vmsenergyinc.com\/wp-content\/uploads\/2022\/02\/VMS-ENERGY-INC_VMS-INC-NEGRO.png","width":1771,"height":625,"caption":"VMS Energy Inc."},"image":{"@id":"https:\/\/vmsenergyinc.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/pages\/691","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/comments?post=691"}],"version-history":[{"count":136,"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/pages\/691\/revisions"}],"predecessor-version":[{"id":5235,"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/pages\/691\/revisions\/5235"}],"wp:attachment":[{"href":"https:\/\/vmsenergyinc.com\/en\/wp-json\/wp\/v2\/media?parent=691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}