{"id":19518,"date":"2024-08-11T08:27:14","date_gmt":"2024-08-11T06:27:14","guid":{"rendered":"https:\/\/ig.technology\/?page_id=19518"},"modified":"2025-12-04T02:35:33","modified_gmt":"2025-12-04T01:35:33","slug":"it-management","status":"publish","type":"page","link":"https:\/\/ig.technology\/index.php\/it-management\/","title":{"rendered":"IT management"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19518\" class=\"elementor elementor-19518\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2749d52 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"2749d52\" 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-9b6fcdd elementor-widget elementor-widget-html\" data-id=\"9b6fcdd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\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>IG Technologies Presents Pulseway<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        \/* --- VARIABLES DE DISE\u00d1O --- *\/\r\n        :root {\r\n            --ig-green: #5BBA4F;\r\n            --ig-hover: #4ca341;\r\n            --ig-bg-light: #fcfdfc; \r\n            --text-dark: #1a1a1a;\r\n            --text-gray: #666666;\r\n            --white: #ffffff;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\r\n            margin: 0;\r\n            padding: 0;\r\n            background-color: var(--white);\r\n            color: var(--text-dark);\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* --- FONDO PREMIUM SUTIL --- *\/\r\n        .page-wrapper {\r\n            position: relative;\r\n            background: radial-gradient(circle at 50% 0%, #ffffff 0%, var(--ig-bg-light) 70%);\r\n            min-height: 100vh;\r\n        }\r\n\r\n        .page-wrapper::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0; left: 0; right: 0; bottom: 0;\r\n            background-image: radial-gradient(var(--ig-green) 0.7px, transparent 0.7px);\r\n            background-size: 24px 24px;\r\n            opacity: 0.12;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        \/* --- ANIMACIONES --- *\/\r\n        @keyframes fadeInUpSmooth {\r\n            0% { opacity: 0; transform: translateY(40px) scale(0.98); }\r\n            100% { opacity: 1; transform: translateY(0) scale(1); }\r\n        }\r\n\r\n        \/* --- BOTONES --- *\/\r\n        .btn-container {\r\n            display: flex;\r\n            gap: 15px;\r\n            flex-wrap: wrap;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        .btn-ig {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background-color: var(--ig-green);\r\n            color: white;\r\n            padding: 12px 35px;\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            text-decoration: none;\r\n            border-radius: 50px;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 10px 20px -10px rgba(91, 186, 79, 0.5);\r\n            border: 2px solid var(--ig-green); \r\n            cursor: pointer;\r\n        }\r\n\r\n        .btn-ig:hover {\r\n            background-color: var(--ig-hover);\r\n            border-color: var(--ig-hover);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 15px 30px -10px rgba(91, 186, 79, 0.7);\r\n            color: white;\r\n        }\r\n\r\n        .btn-ig-secondary {\r\n            background-color: white;\r\n            color: var(--ig-green);\r\n            box-shadow: 0 4px 10px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        .btn-ig-secondary:hover {\r\n            background-color: var(--ig-green);\r\n            color: white;\r\n        }\r\n\r\n        \/* --- HERO SECTION --- *\/\r\n        .hero-section {\r\n            padding: 140px 0 80px 0;\r\n            position: relative;\r\n        }\r\n\r\n        .hero-split {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 60px;\r\n        }\r\n\r\n        .hero-text { \r\n            flex: 1; \r\n            opacity: 0; \r\n            animation: fadeInUpSmooth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\r\n        }\r\n\r\n        .hero-image { \r\n            flex: 1; \r\n            position: relative;\r\n            opacity: 0; \r\n            animation: fadeInUpSmooth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\r\n            animation-delay: 0.3s;\r\n        }\r\n\r\n        .hero-image img {\r\n            width: 100%;\r\n            border-radius: 20px;\r\n            box-shadow: 0 20px 60px rgba(91, 186, 79, 0.15);\r\n            transition: transform 0.5s ease;\r\n        }\r\n        \r\n        .hero-section:hover .hero-image img { transform: scale(1.02); }\r\n\r\n        h1 { font-size: 3rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--text-dark); font-weight: 800; }\r\n        h2 { font-size: 2.2rem; margin-bottom: 1rem; color: var(--text-dark); font-weight: 700;}\r\n        p { color: var(--text-gray); font-size: 1.1rem; margin-bottom: 1.5rem; line-height: 1.6; }\r\n        .highlight-text { color: var(--ig-green); }\r\n\r\n\r\n        \/* --- INTRO SECTION --- *\/\r\n        .intro-section { padding: 80px 0; text-align: center; }\r\n        .intro-content {\r\n            max-width: 800px; \r\n            margin: 0 auto;\r\n            opacity: 0;\r\n            animation: fadeInUpSmooth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\r\n            animation-timeline: view();\r\n            animation-range: entry 10% cover 30%;\r\n        }\r\n\r\n        \/* --- FEATURES GRID (CENTRALIZADO) --- *\/\r\n        .features-section { padding: 50px 0 100px 0; }\r\n\r\n        .features-header {\r\n            text-align: center; \r\n            max-width: 800px; \r\n            margin: 0 auto 50px auto;\r\n        }\r\n\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(4, 1fr);\r\n            gap: 30px;\r\n        }\r\n\r\n        .feature-card {\r\n            background: var(--white);\r\n            border-radius: 12px;\r\n            padding: 35px 25px;\r\n            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\r\n            border: 1px solid rgba(0,0,0,0.04);\r\n            display: flex;\r\n            flex-direction: column;\r\n            \r\n            \/* --- AQU\u00cd EST\u00c1 EL CAMBIO PARA CENTRALIZAR TODO --- *\/\r\n            align-items: center; \/* Centra horizontalmente el icono y textos *\/\r\n            text-align: center;  \/* Centra el texto de los p\u00e1rrafos *\/\r\n            \r\n            position: relative;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.02);\r\n            height: 100%;\r\n            \r\n            opacity: 0;\r\n            animation: fadeInUpSmooth 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;\r\n            animation-timeline: view();\r\n            animation-range: entry 0% cover 20%;\r\n        }\r\n\r\n        .feature-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 40px rgba(91, 186, 79, 0.12);\r\n            border-bottom: 3px solid var(--ig-green);\r\n        }\r\n\r\n        .icon-wrapper {\r\n            width: 60px; height: 60px;\r\n            background: rgba(91, 186, 79, 0.08);\r\n            border-radius: 14px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 25px;\r\n            transition: 0.3s ease-in-out;\r\n        }\r\n\r\n        .icon-wrapper i { font-size: 1.8rem; color: var(--ig-green); transition: 0.3s; }\r\n\r\n        .feature-card:hover .icon-wrapper { background: var(--ig-green); box-shadow: 0 5px 15px rgba(91, 186, 79, 0.3); }\r\n        .feature-card:hover .icon-wrapper i { color: white; }\r\n\r\n        .feature-card h3 {\r\n            font-size: 1.25rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            color: var(--text-dark);\r\n        }\r\n\r\n        .feature-card p {\r\n            font-size: 0.95rem;\r\n            color: var(--text-gray);\r\n            line-height: 1.6;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* --- MOBILE SECTION (SPLIT) --- *\/\r\n        .mobile-section { padding: 100px 0; }\r\n        \r\n        .split-layout {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 60px;\r\n        }\r\n        \r\n        .split-content { flex: 1; }\r\n        .split-image { flex: 1; text-align: center; }\r\n\r\n        .split-image img {\r\n            max-width: 80%;\r\n            border-radius: 20px;\r\n            box-shadow: 0 20px 50px rgba(0,0,0,0.1);\r\n            transform: rotate(-3deg);\r\n            transition: transform 0.5s ease;\r\n        }\r\n        \r\n        .mobile-section:hover .split-image img { transform: rotate(0deg) scale(1.02); }\r\n\r\n        .check-list { list-style: none; padding: 0; margin-top: 25px; }\r\n        .check-list li { margin-bottom: 15px; display: flex; align-items: center; font-weight: 600; font-size: 1.05rem;}\r\n        .check-list li i { color: var(--ig-green); margin-right: 15px; font-size: 1.2rem; background: rgba(91, 186, 79, 0.1); padding: 5px; border-radius: 50%;}\r\n\r\n\r\n        \/* --- RESPONSIVE --- *\/\r\n        @media (max-width: 992px) {\r\n            .hero-split, .split-layout { flex-direction: column; text-align: center; gap: 40px; }\r\n            .features-grid { grid-template-columns: repeat(2, 1fr); }\r\n            .btn-container { justify-content: center; }\r\n            .split-layout { flex-direction: column-reverse; }\r\n            h1 { font-size: 2.5rem; }\r\n            .hero-section { padding-top: 100px; }\r\n            .check-list li { justify-content: center; }\r\n        }\r\n\r\n        @media (max-width: 600px) {\r\n            .features-grid { grid-template-columns: 1fr; }\r\n            h1 { font-size: 2rem; }\r\n        }\r\n\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"page-wrapper\">\r\n\r\n    <header class=\"hero-section\">\r\n        <div class=\"container\">\r\n            <div class=\"hero-split\">\r\n                <div class=\"hero-text\">\r\n                    <h4 style=\"color: var(--ig-green); font-weight: 700; letter-spacing: 1px; margin-bottom: 15px; text-transform: uppercase;\">IG Technologies Presents<\/h4>\r\n                    <h1>Control Your IT Infrastructure with <span class=\"highlight-text\">Pulseway<\/span>.<\/h1>\r\n                    <p>The most powerful, portable, and efficient RMM platform designed for modern MSPs and internal IT teams.<\/p>\r\n                    \r\n                    <div class=\"btn-container\">\r\n                        <a href=\"https:\/\/forms.zohopublic.com\/iris6\/form\/RequestDemo\/formperma\/0KlW9dN9LiHhxLXTJldeYKYa-3iF_PrteFAp6KJIvDM?zf_pf_id=264617\" target=\"_blank\" class=\"btn-ig\">Request a Live Demo<\/a>\r\n                        \r\n                        <a href=\"https:\/\/ig.technology\/wp-content\/uploads\/2025\/12\/RMM-Pulseway.pdf.pdf\" target=\"_blank\" class=\"btn-ig btn-ig-secondary\">\r\n                            <i class=\"fas fa-file-pdf\" style=\"margin-right: 8px;\"><\/i> View Flyer\r\n                        <\/a>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n                <div class=\"hero-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80\" alt=\"Pulseway Dashboard\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <section class=\"intro-section\">\r\n        <div class=\"container intro-content\">\r\n            <h2 style=\"font-weight:800; font-size: 2.5rem;\">Redefining IT Efficiency<\/h2>\r\n            <p>\r\n                Stop reacting to problems and start preventing them. Pulseway gives you real-time visibility and control over all your servers, workstations, and network devices from a single, intuitive pane of glass.\r\n            <\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"features-section\">\r\n        <div class=\"container\">\r\n            <div class=\"features-header\">\r\n                <h2 class=\"highlight-text\">One Platform. Total Control.<\/h2>\r\n                <p>Powerful features designed to simplify complex IT operations.<\/p>\r\n            <\/div>\r\n\r\n            <div class=\"features-grid\">\r\n                \r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon-wrapper\"><i class=\"fas fa-network-wired\"><\/i><\/div>\r\n                    <h3>Remote Desktop<\/h3>\r\n                    <p>Connect to any remote system instantly. Troubleshoot issues without interrupting the end-user using background tools.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon-wrapper\"><i class=\"fas fa-cogs\"><\/i><\/div>\r\n                    <h3>Automation<\/h3>\r\n                    <p>Auto-remediate issues before they escalate. Build complex workflows to patch software and maintain system health automatically.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon-wrapper\"><i class=\"fas fa-shield-virus\"><\/i><\/div>\r\n                    <h3>Patch Management<\/h3>\r\n                    <p>Keep your environment secure. Automate patching for Windows, macOS, Linux, and over 220 third-party applications.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"feature-card\">\r\n                    <div class=\"icon-wrapper\"><i class=\"fas fa-file-invoice-dollar\"><\/i><\/div>\r\n                    <h3>Custom Reporting<\/h3>\r\n                    <p>Prove your value with detailed reports. Generate executive summaries on system health, asset inventory, and security status.<\/p>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"mobile-section\">\r\n        <div class=\"container\">\r\n            <div class=\"split-layout\">\r\n                <div class=\"split-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1512941937669-90a1b58e7e9c?ixlib=rb-4.0.3&auto=format&fit=crop&w=600&q=80\" alt=\"Mobile App Pulseway\">\r\n                <\/div>\r\n                <div class=\"split-content\">\r\n                    <h2>IT Management in Your Pocket<\/h2>\r\n                    <p class=\"highlight-text\" style=\"font-weight: 700; margin-bottom: 15px;\">The industry's most powerful mobile RMM app.<\/p>\r\n                    <p>Stop being tied to your desk. With Pulseway, you have full control over your infrastructure from anywhere.<\/p>\r\n                    \r\n                    <ul class=\"check-list\">\r\n                        <li><i class=\"fas fa-check\"><\/i> Real-time critical alerts instantly.<\/li>\r\n                        <li><i class=\"fas fa-check\"><\/i> Restart services remotely.<\/li>\r\n                        <li><i class=\"fas fa-check\"><\/i> Run terminal commands on the go.<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div style=\"margin-top: 30px;\">\r\n                        <a href=\"https:\/\/forms.zohopublic.com\/iris6\/form\/RequestDemo\/formperma\/0KlW9dN9LiHhxLXTJldeYKYa-3iF_PrteFAp6KJIvDM?zf_pf_id=264617\" target=\"_blank\" class=\"btn-ig\">Get the Mobile App<\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>IG Technologies Presents Pulseway IG Technologies Presents Control Your IT Infrastructure with Pulseway. The most powerful, portable, and efficient RMM platform designed for modern MSPs and internal IT teams. Request a Live Demo View Flyer Redefining IT Efficiency Stop reacting to problems and start preventing them. Pulseway gives you real-time visibility and control over all your servers, workstations, and network devices from a single, intuitive pane of glass. One Platform. Total Control. Powerful features designed to simplify complex IT operations. Remote Desktop Connect to any remote system instantly. Troubleshoot issues without interrupting the end-user using background tools. Automation Auto-remediate issues before they escalate. Build complex workflows to patch software and maintain system health automatically. Patch Management Keep your environment secure. Automate patching for Windows, macOS, Linux, and over 220 third-party applications. Custom Reporting Prove your value with detailed reports. Generate executive summaries on system health, asset inventory, and security status. IT Management in Your Pocket The industry&#8217;s most powerful mobile RMM app. Stop being tied to your desk. With Pulseway, you have full control over your infrastructure from anywhere. Real-time critical alerts instantly. Restart services remotely. Run terminal commands on the go. Get the Mobile App<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-19518","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/pages\/19518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/comments?post=19518"}],"version-history":[{"count":100,"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/pages\/19518\/revisions"}],"predecessor-version":[{"id":21948,"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/pages\/19518\/revisions\/21948"}],"wp:attachment":[{"href":"https:\/\/ig.technology\/index.php\/wp-json\/wp\/v2\/media?parent=19518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}