{"id":67,"date":"2026-05-07T23:17:39","date_gmt":"2026-05-07T23:17:39","guid":{"rendered":"https:\/\/nexconn.cl\/?page_id=67"},"modified":"2026-06-05T02:23:58","modified_gmt":"2026-06-05T02:23:58","slug":"nexconn-services-spa","status":"publish","type":"page","link":"https:\/\/nexconn.cl\/","title":{"rendered":"I"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"67\" class=\"elementor elementor-67\">\n\t\t\t\t<div class=\"elementor-element elementor-element-816998d e-flex e-con-boxed e-con e-parent\" data-id=\"816998d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70c9913 elementor-widget elementor-widget-html\" data-id=\"70c9913\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n<link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n\n<script>\n    tailwind.config = {\n        theme: {\n            extend: {\n                fontFamily: { sans: ['Inter', 'sans-serif'] },\n                colors: {\n                    'nexconn-dark':   '#070b14',\n                    'nexconn-panel':  '#111827',\n                    'nexconn-blue':   '#1e3a8a',\n                    'nexconn-accent': '#f59e0b',\n                }\n            }\n        }\n    }\n<\/script>\n\n<script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n<script>\n    AOS.init({ once: true, duration: 900 });\n<\/script>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n    const btn  = document.getElementById('nexconn-menu-btn');\n    const menu = document.getElementById('nexconn-mobile-menu');\n    if (!btn || !menu) return;\n\n    btn.addEventListener('click', function () {\n        menu.classList.toggle('hidden');\n    });\n\n    menu.querySelectorAll('a').forEach(link => {\n        link.addEventListener('click', () => menu.classList.add('hidden'));\n    });\n\n    document.addEventListener('click', function (e) {\n        if (!menu.contains(e.target) && !btn.contains(e.target)) {\n            menu.classList.add('hidden');\n        }\n    });\n});\n<\/script>\n\n<style>\n    \/* \u2500\u2500 Logo \u2500\u2500 *\/\n    .logo-hover {\n        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n    .logo-hover:hover {\n        transform: scale(1.06) translateY(-3px);\n        filter: brightness(1.1);\n    }\n\n    \/* \u2500\u2500 Men\u00fa c\u00e1psula desktop \u2500\u2500 *\/\n    .nexconn-menu {\n        background: linear-gradient(\n            135deg,\n            rgba(11,17,32,0.96) 0%,\n            rgba(17,24,39,0.92) 55%,\n            rgba(30,58,138,0.18) 100%\n        );\n        border: 1px solid rgba(30,58,138,0.35);\n        border-radius: 9999px;\n        padding: 0.45rem 0.75rem;\n        backdrop-filter: blur(18px);\n        -webkit-backdrop-filter: blur(18px);\n        box-shadow:\n            0 12px 35px rgba(0,0,0,0.35),\n            inset 0 1px 0 rgba(255,255,255,0.04);\n    }\n\n    .nexconn-menu a {\n        position: relative;\n        padding: 0.65rem 1.15rem;\n        border-radius: 9999px;\n        font-size: 0.96rem;\n        font-weight: 600;\n        letter-spacing: 0.01em;\n        color: #e5e7eb;\n        transition: all 0.3s ease;\n    }\n    .nexconn-menu a:hover {\n        color: #f59e0b;\n        background: rgba(245,158,11,0.08);\n        box-shadow: inset 0 0 0 1px rgba(245,158,11,0.12);\n    }\n    .nexconn-menu a:active {\n        transform: scale(0.98);\n    }\n\n    \/* \u2500\u2500 Bot\u00f3n hamburguesa \u2500\u2500 *\/\n    .nexconn-menu-btn {\n        width: 46px;\n        height: 46px;\n        border-radius: 12px;\n        background: rgba(17,24,39,0.85);\n        border: 1px solid rgba(255,255,255,0.08);\n        color: #ffffff;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s ease;\n    }\n    .nexconn-menu-btn:hover {\n        color: #f59e0b;\n        border-color: rgba(245,158,11,0.4);\n    }\n\n    \/* \u2500\u2500 Men\u00fa m\u00f3vil desplegable \u2500\u2500 *\/\n    #nexconn-mobile-menu {\n        position: fixed;\n        top: 76px;           \/* justo bajo la nav de 72px + margen *\/\n        left: 16px;\n        right: 16px;\n        background: rgba(7,11,20,0.98);\n        border: 1px solid rgba(255,255,255,0.08);\n        border-radius: 20px;\n        backdrop-filter: blur(20px);\n        box-shadow: 0 20px 60px rgba(0,0,0,0.5);\n        padding: 1rem;\n        z-index: 9998;\n    }\n    #nexconn-mobile-menu a {\n        display: block;\n        padding: 1rem 1.2rem;\n        border-radius: 14px;\n        color: #e5e7eb;\n        font-weight: 600;\n        transition: all 0.25s ease;\n    }\n    #nexconn-mobile-menu a:hover {\n        background: rgba(245,158,11,0.08);\n        color: #f59e0b;\n    }\n\n    \/* \u2500\u2500 Responsive navbar \u2500\u2500 *\/\n    @media (max-width: 768px) {\n        .logo-hover { height: 34px !important; }\n\n        \/* Empuja el contenido del hero para que no quede bajo la nav *\/\n        #inicio { padding-top: 7rem !important; }\n    }\n\n    \/* \u2500\u2500 Cards de servicios \u2500\u2500 *\/\n    .service-card {\n        position: relative;\n        background: linear-gradient(\n            180deg,\n            rgba(17,24,39,0.95) 0%,\n            rgba(10,15,28,0.98) 100%\n        );\n        border: 1px solid rgba(30,58,138,0.18);\n        overflow: hidden;\n        transition: all 0.45s ease;\n        box-shadow:\n            0 12px 35px rgba(0,0,0,0.28),\n            inset 0 1px 0 rgba(255,255,255,0.03);\n    }\n    .service-card::before {\n        content: \"\";\n        position: absolute;\n        top: 0; left: 24px; right: 24px;\n        height: 2px;\n        background: linear-gradient(90deg, transparent, rgba(245,158,11,0.9), transparent);\n        opacity: 0;\n        transition: opacity 0.4s ease;\n    }\n    .service-card:hover {\n        transform: translateY(-12px);\n        border-color: rgba(245,158,11,0.35);\n        box-shadow:\n            0 25px 60px rgba(0,0,0,0.45),\n            0 0 35px rgba(245,158,11,0.08);\n    }\n    .service-card:hover::before { opacity: 1; }\n\n    \/* En touch no tiene hover real \u2014 evita que quede pegado *\/\n    @media (hover: none) {\n        .service-card:hover {\n            transform: none;\n            border-color: rgba(30,58,138,0.18);\n            box-shadow:\n                0 12px 35px rgba(0,0,0,0.28),\n                inset 0 1px 0 rgba(255,255,255,0.03);\n        }\n        .service-card:hover::before { opacity: 0; }\n    }\n\n    \/* Icono *\/\n    .service-icon {\n        position: relative;\n        width: 72px;\n        height: 72px;\n        border-radius: 22px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: linear-gradient(\n            135deg,\n            rgba(30,58,138,0.25) 0%,\n            rgba(245,158,11,0.12) 100%\n        );\n        border: 1px solid rgba(245,158,11,0.14);\n        box-shadow:\n            0 10px 25px rgba(0,0,0,0.25),\n            inset 0 1px 0 rgba(255,255,255,0.05);\n        transition: all 0.4s ease;\n    }\n    .service-icon i {\n        font-size: 2rem;\n        color: #f59e0b;\n        transition: all 0.4s ease;\n    }\n    .service-card:hover .service-icon {\n        transform: scale(1.08) rotate(3deg);\n        box-shadow:\n            0 15px 35px rgba(245,158,11,0.18),\n            0 0 25px rgba(245,158,11,0.12);\n    }\n    .service-card:hover .service-icon i {\n        color: #ffd36a;\n        transform: scale(1.08);\n    }\n\n    \/* Etiqueta tag *\/\n    .service-tag {\n        display: inline-block;\n        margin-bottom: 1rem;\n        padding: 0.3rem 0.7rem;\n        font-size: 0.72rem;\n        font-weight: 700;\n        letter-spacing: 0.08em;\n        text-transform: uppercase;\n        color: #93c5fd;\n        background: rgba(30,58,138,0.16);\n        border: 1px solid rgba(30,58,138,0.22);\n        border-radius: 9999px;\n    }\n\n    \/* Imagen de fondo en tarjeta *\/\n    .service-bg {\n        position: absolute;\n        inset: 0;\n        z-index: 0;\n        overflow: hidden;\n        border-radius: inherit;\n    }\n    .service-bg img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0.35;\n        transform: scale(1);\n        transition: transform 0.8s ease, opacity 0.6s ease;\n    }\n    .service-bg::after {\n        content: \"\";\n        position: absolute;\n        inset: 0;\n        background: linear-gradient(\n            180deg,\n            rgba(7,11,20,0.25) 0%,\n            rgba(7,11,20,0.65) 55%,\n            rgba(7,11,20,0.88) 100%\n        );\n    }\n    .service-card:hover .service-bg img {\n        transform: scale(1.08);\n        opacity: 0.45;\n    }\n    .service-card > *:not(.service-bg) {\n        position: relative;\n        z-index: 2;\n    }\n\n    \/* \u2500\u2500 WhatsApp flotante en m\u00f3vil \u2500\u2500 *\/\n    @media (max-width: 768px) {\n        .fixed.bottom-6.right-6 {\n            width: 56px !important;\n            height: 56px !important;\n            bottom: 20px !important;\n            right: 20px !important;\n        }\n        .fixed.bottom-6.right-6 i {\n            font-size: 28px !important;\n        }\n    }\n<\/style>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 NAVBAR \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<nav class=\"fixed top-0 left-0 w-full z-[9999] bg-[#070b14]\/95 backdrop-blur-lg border-b border-gray-700\">\n    <div class=\"max-w-7xl mx-auto px-6 lg:px-8\">\n        <div class=\"flex items-center h-24 md:h-24\" style=\"height:72px\">\n\n            <!-- Logo -->\n            <a href=\"#inicio\" class=\"flex-shrink-0\">\n                <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-07-1.png\"\n                     alt=\"Nexconn Logo\"\n                     class=\"logo-hover h-10 md:h-14 w-auto cursor-pointer\">\n            <\/a>\n\n            <div class=\"flex-1\"><\/div>\n\n            <!-- Men\u00fa Desktop -->\n            <div class=\"hidden md:flex items-center gap-4 nexconn-menu\">\n                <a href=\"#inicio\">Inicio<\/a>\n                <a href=\"#nosotros\">Nosotros<\/a>\n                <a href=\"#servicios\">Servicios<\/a>\n                <a href=\"#contacto\">Contacto<\/a>\n            <\/div>\n\n            <!-- Hamburguesa m\u00f3vil -->\n            <button id=\"nexconn-menu-btn\"\n                    class=\"md:hidden nexconn-menu-btn ml-3\"\n                    aria-label=\"Abrir men\u00fa\">\n                <i class=\"fas fa-bars text-lg\"><\/i>\n            <\/button>\n        <\/div>\n    <\/div>\n<\/nav>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 MEN\u00da M\u00d3VIL \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<div id=\"nexconn-mobile-menu\" class=\"hidden md:hidden\">\n    <a href=\"#inicio\">Inicio<\/a>\n    <a href=\"#nosotros\">Nosotros<\/a>\n    <a href=\"#servicios\">Servicios<\/a>\n    <a href=\"#contacto\">Contacto<\/a>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44b2920 e-flex e-con-boxed e-con e-parent\" data-id=\"44b2920\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-989eea6 elementor-widget elementor-widget-html\" data-id=\"989eea6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- PANTALLA DE CARGA (LOADING SCREEN) -->\n<div id=\"loading-screen\" class=\"fixed inset-0 z-[9999] bg-nexconn-dark flex items-center justify-center\">\n    \n    <!-- Contenedor del loader -->\n    <div class=\"text-center\">\n        \n        <!-- Logo -->\n        <div class=\"mb-8\">\n            <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-07-1.png\" \n                 alt=\"Nexconn Logo\" \n                 class=\"h-16 mx-auto mb-6 opacity-90\">\n        <\/div>\n        \n        <!-- Spinner animado -->\n        <div class=\"relative w-16 h-16 mx-auto mb-8\">\n            <div class=\"absolute inset-0 rounded-full border-4 border-nexconn-panel\"><\/div>\n            <div class=\"absolute inset-0 rounded-full border-4 border-transparent border-t-nexconn-accent border-r-nexconn-accent animate-spin\"><\/div>\n        <\/div>\n        \n        <!-- Texto -->\n        <p class=\"text-gray-400 text-sm tracking-widest uppercase\">Cargando contenido...<\/p>\n        \n        <!-- Barra de progreso -->\n        <div class=\"mt-6 w-48 h-1 bg-nexconn-panel rounded-full overflow-hidden\">\n            <div class=\"h-full bg-gradient-to-r from-nexconn-accent to-cyan-400 rounded-full animate-pulse\" style=\"width: 70%;\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<style>\n    \/* Asegura que el loader est\u00e9 visible *\/\n    #loading-screen {\n        background: linear-gradient(\n            135deg,\n            #070b14 0%,\n            #0f1628 50%,\n            #070b14 100%\n        );\n        opacity: 1;\n        visibility: visible;\n        transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;\n    }\n\n    \/* Cuando se oculta *\/\n    #loading-screen.hidden {\n        opacity: 0;\n        visibility: hidden;\n    }\n\n    \/* Animaci\u00f3n del spinner *\/\n    @keyframes spin {\n        from {\n            transform: rotate(0deg);\n        }\n        to {\n            transform: rotate(360deg);\n        }\n    }\n<\/style>\n\n<script>\n(function () {\n    const loadingScreen = document.getElementById('loading-screen');\n    \n    \/\/ Variables de control\n    let videoReady = false;\n    let pageReady = false;\n    let minLoadingTime = 1500; \/\/ M\u00ednimo 1.5 segundos de pantalla de carga\n    let loadingStartTime = Date.now();\n\n    \/\/ === ESPERAR A QUE EL VIDEO EST\u00c9 LISTO ===\n    const video = document.getElementById('hero-video');\n    \n    if (video) {\n        \/\/ El video est\u00e1 listo cuando tiene metadata (duraci\u00f3n, dimensiones, etc.)\n        video.addEventListener('loadedmetadata', function () {\n            console.log('\u2705 Video listo');\n            videoReady = true;\n            checkIfLoadingComplete();\n        });\n\n        \/\/ Fallback: si el video no carga en 5 segundos, mostrar p\u00e1gina igual\n        setTimeout(function () {\n            if (!videoReady) {\n                console.log('\u26a0\ufe0f  Video no carg\u00f3 en 5s, continuando');\n                videoReady = true;\n                checkIfLoadingComplete();\n            }\n        }, 5000);\n    } else {\n        videoReady = true;\n    }\n\n    \/\/ === ESPERAR A QUE LA P\u00c1GINA EST\u00c9 LISTA ===\n    if (document.readyState === 'complete') {\n        pageReady = true;\n    } else {\n        window.addEventListener('load', function () {\n            console.log('\u2705 P\u00e1gina completamente cargada');\n            pageReady = true;\n            checkIfLoadingComplete();\n        });\n    }\n\n    \/\/ === OCULTAR PANTALLA DE CARGA ===\n    function checkIfLoadingComplete() {\n        if (videoReady && pageReady) {\n            const elapsed = Date.now() - loadingStartTime;\n            const timeToWait = Math.max(0, minLoadingTime - elapsed);\n\n            console.log(`\ud83d\udcca Tiempo transcurrido: ${elapsed}ms, esperando: ${timeToWait}ms m\u00e1s`);\n\n            setTimeout(function () {\n                console.log('\ud83c\udfac Ocultando pantalla de carga');\n                loadingScreen.classList.add('hidden');\n\n                \/\/ Asegurar que desaparece\n                setTimeout(function () {\n                    loadingScreen.style.display = 'none';\n                }, 600);\n            }, timeToWait);\n        }\n    }\n\n    \/\/ Fallback final: si nada pasa en 10 segundos, mostrar la p\u00e1gina\n    setTimeout(function () {\n        if (!loadingScreen.classList.contains('hidden')) {\n            console.log('\u26a0\ufe0f  Fallback: ocultando pantalla de carga');\n            loadingScreen.classList.add('hidden');\n        }\n    }, 10000);\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d72c1d6 e-con-full e-flex e-con e-parent\" data-id=\"d72c1d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76de9bd elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"76de9bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- INYECCI\u00d3N DE CSS GLOBAL PARA ELIMINAR ESPACIO VAC\u00cdO -->\n<style>\n    \/* NUCLEAR: Quitar TODO padding\/margin a las secciones Elementor *\/\n    \n    html {\n        margin: 0;\n        padding: 0;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n    }\n\n    #inicio {\n        margin: 0 !important;\n        padding: 0 !important;\n        min-height: 100vh !important;\n        height: 100vh !important;\n    }\n\n    #inicio + * {\n        margin-top: 0 !important;\n    }\n\n    #inicio .elementor-container,\n    #inicio .elementor-column,\n    #inicio .elementor-widget-wrap,\n    .e-con#inicio {\n        padding: 0 !important;\n        margin: 0 !important;\n        gap: 0 !important;\n    }\n\n    @media (max-width: 767px) {\n        #inicio {\n            margin-top: 0 !important;\n            padding-top: 0 !important;\n            min-height: 100vh !important;\n            height: 100vh !important;\n        }\n    }\n<\/style>\n\n<!-- HERO CON VIDEO LOOP + CARRUSEL -->\n<section id=\"inicio\" class=\"relative w-full flex items-center overflow-hidden\" style=\"min-height: 100vh; height: 100vh; padding: 0; margin: 0; top: 0; left: 0;\">\n\n    <div class=\"absolute inset-0 z-0\" style=\"width: 100%; height: 100%; top: 0; left: 0;\">\n\n        <!-- VIDEO: SIN LOOP, solo reproducci\u00f3n \u00fanica -->\n        <video id=\"hero-video\"\n               muted\n               playsinline\n               class=\"w-full h-full object-cover\"\n               style=\"display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0;\">\n            <source src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/Fondoweb.mp4\" type=\"video\/mp4\">\n        <\/video>\n\n        <!-- CARRUSEL DE IM\u00c1GENES -->\n        <div id=\"image-slideshow\"\n             style=\"display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0;\">\n            \n            <!-- Imagen 1: Logo a la derecha en m\u00f3vil -->\n            <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/fondo2-scaled.jpg\"\n                 class=\"hero-slide hero-slide-logo\"\n                 style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0;\">\n            \n            <!-- Imagen 2: Centrada -->\n            <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/Captura-de-pantalla-26.jpg\"\n                 class=\"hero-slide\"\n                 style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0;\">\n            \n            <!-- Imagen 3: Centrada -->\n            <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/FondoNosotros-scaled.jpeg\"\n                 class=\"hero-slide\"\n                 style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0;\">\n                 \n                 <!-- Imagen 4: Centrada -->\n            <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/MVIMG_20210429_091800.jpg\"\n                 class=\"hero-slide\"\n                 style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0;\">\n                 \n        <\/div>\n\n        <!-- OVERLAY -->\n        <div class=\"hero-overlay\" style=\"position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2;\"><\/div>\n    <\/div>\n\n    <!-- CONTENIDO CON PARALLAX -->\n    <div id=\"hero-content\" class=\"max-w-7xl mx-auto px-6 lg:px-8 w-full relative z-10\" style=\"position: relative;\">\n        <div class=\"max-w-2xl text-left\">\n\n            <div class=\"inline-flex items-center gap-3 border border-cyan-400\/30 bg-white\/5 backdrop-blur-md text-cyan-300 px-5 py-2.5 md:px-6 md:py-3 rounded-full text-xs md:text-sm font-medium mb-6 md:mb-8\" data-aos=\"fade-down\">\n                <span class=\"w-2 h-2 bg-cyan-400 rounded-full animate-pulse flex-shrink-0\"><\/span>\n                SOLUCIONES T\u00c9CNICAS ESPECIALIZADAS\n            <\/div>\n\n            <h1 class=\"text-[2.2rem] leading-[1.1] md:text-6xl lg:text-[68px] font-bold text-white mb-5 md:mb-6 tracking-[-1px]\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                Conectividad, Seguridad y <span class=\"text-cyan-300\">Energ\u00eda Continua<\/span>\n            <\/h1>\n\n            <p class=\"text-base md:text-xl text-gray-200 leading-relaxed mb-8 md:mb-10\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                Soluciones integrales en monitoreo, energ\u00eda, telecomunicaciones y seguridad para industrias exigentes.\n            <\/p>\n\n            <div class=\"flex flex-col sm:flex-row gap-3 md:gap-4\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n                <a href=\"https:\/\/wa.me\/56935906810\" target=\"_blank\"\n                   class=\"bg-cyan-500 hover:bg-cyan-400 text-gray-900 px-6 md:px-8 py-3.5 md:py-4 rounded-2xl font-semibold text-base md:text-lg flex items-center justify-center gap-3 transition-all\">\n                    <i class=\"fa-brands fa-whatsapp text-xl\"><\/i>\n                    Hablar con un Experto\n                <\/a>\n                <a href=\"#servicios\"\n                   class=\"border border-white\/60 hover:bg-white\/10 text-white px-6 md:px-8 py-3.5 md:py-4 rounded-2xl font-semibold text-base md:text-lg flex items-center justify-center transition-all\">\n                    Ver Soluciones T\u00e9cnicas\n                <\/a>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n\/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n   ESTILOS DE SLIDES\n   \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n\n.hero-slide {\n    object-fit: cover;\n    opacity: 0;\n    transition: opacity 1.4s ease-in-out;\n    transform-origin: center center;\n    will-change: opacity, transform;\n}\n\n\/* Desktop: todas las im\u00e1genes centradas *\/\n@media (min-width: 768px) {\n    .hero-slide {\n        object-position: center center;\n    }\n}\n\n\/* M\u00f3vil: im\u00e1genes centradas, parte superior *\/\n@media (max-width: 767px) {\n    .hero-slide {\n        object-position: center 15%;\n    }\n    \n    \/* Imagen con logo: mostrar lado DERECHO en m\u00f3vil *\/\n    .hero-slide-logo {\n        object-position: right center;\n    }\n}\n\n\/* Slide activo: visible + animaci\u00f3n Ken Burns *\/\n.hero-slide.active {\n    opacity: 1;\n    animation: kbSlide 12s ease-in-out forwards;\n}\n\n@keyframes kbSlide {\n    0%   { transform: scale(1); }\n    100% { transform: scale(1.06); }\n}\n\n\/* \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n   OVERLAY\n   \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n\n.hero-overlay {\n    background: linear-gradient(\n        to right,\n        rgba(7,11,20,0.55) 0%,\n        rgba(7,11,20,0.20) 40%,\n        rgba(7,11,20,0.05) 100%\n    );\n}\n\n\/* M\u00f3vil: gradiente vertical *\/\n@media (max-width: 767px) {\n    .hero-overlay {\n        background: linear-gradient(\n            to bottom,\n            rgba(7,11,20,0.50) 0%,\n            rgba(7,11,20,0.10) 40%,\n            rgba(7,11,20,0.35) 100%\n        );\n    }\n}\n<\/style>\n\n<script>\n(function () {\n    const video = document.getElementById('hero-video');\n    const slideshow = document.getElementById('image-slideshow');\n    const slides = Array.from(slideshow.querySelectorAll('.hero-slide'));\n    const heroContent = document.getElementById('hero-content');\n    \n    const SLIDE_DURATION = 12000;\n    \n    let currentIdx = 0;\n    let state = 'video';\n    let carouselTimer = null;\n\n    \/* === PARALLAX EN EL TEXTO === *\/\n    window.addEventListener('scroll', () => {\n        const scrollY = window.scrollY;\n        const parallax = scrollY * 0.08;\n        heroContent.style.transform = `translateY(${parallax}px)`;\n    });\n\n    function showSlide(idx) {\n        slides.forEach(s => s.classList.remove('active'));\n        currentIdx = idx % slides.length;\n        void slides[currentIdx].offsetWidth;  \/* forzar reflow *\/\n        slides[currentIdx].classList.add('active');\n    }\n\n    function transitionToCarousel() {\n        state = 'carousel';\n        video.style.display = 'none';\n        slideshow.style.display = 'block';\n        showSlide(0);\n        carouselTimer = setInterval(() => showSlide(currentIdx + 1), SLIDE_DURATION);\n    }\n\n    function restartCycle() {\n        state = 'video';\n        if (carouselTimer) clearInterval(carouselTimer);\n        slideshow.style.display = 'none';\n        video.style.display = 'block';\n        video.currentTime = 0;\n        video.play().catch(() => {\n            console.log('Autoplay bloqueado, pasando a carrusel');\n            setTimeout(transitionToCarousel, 500);\n        });\n    }\n\n    video.addEventListener('ended', function () {\n        console.log('Video terminado, iniciando carrusel');\n        transitionToCarousel();\n        setTimeout(restartCycle, SLIDE_DURATION * slides.length);\n    });\n\n    video.play().catch(() => {\n        console.log('Autoplay bloqueado al cargar');\n        setTimeout(transitionToCarousel, 500);\n    });\n\n    \/* Fallback: si nada sucede en 45 segundos *\/\n    setTimeout(() => {\n        if (state === 'video') {\n            console.log('Fallback: iniciando carrusel');\n            transitionToCarousel();\n        }\n    }, 45000);\n\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4cee8f2 e-con-full e-flex e-con e-parent\" data-id=\"4cee8f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d7a668 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"0d7a668\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- NOSOTROS - CON FONDO DE IMAGEN -->\n<section id=\"nosotros\" class=\"relative py-24 overflow-hidden\">\n    \n    <!-- FONDO CON IMAGEN -->\n    <div class=\"absolute inset-0 z-0\" style=\"background-image: url('https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/FondoNosotros-scaled.jpeg'); background-size: cover; background-position: center; background-attachment: fixed;\">\n    <\/div>\n    \n    <!-- OVERLAY OSCURO para legibilidad de texto -->\n    <div class=\"absolute inset-0 z-1 bg-gradient-to-r from-nexconn-panel\/95 via-nexconn-panel\/85 to-nexconn-panel\/70\"><\/div>\n    \n    <!-- CONTENIDO -->\n    <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10\">\n        <div class=\"flex flex-col lg:flex-row items-center gap-16\">\n            \n            <!-- Imagen con esquinas muy redondeadas -->\n            <div class=\"lg:w-1\/2 w-full relative\" data-aos=\"fade-right\">\n                <div class=\"overflow-hidden rounded-3xl shadow-2xl\">\n                    <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/1\/15\/Jaula_cultivo_salmon_chile.jpg\" \n                         alt=\"Jaulas de cultivo de salm\u00f3n\" \n                         class=\"w-full h-[450px] lg:h-[500px] object-cover hover:scale-105 transition-transform duration-700\">\n                <\/div>\n                \n                <!-- Sello +10 a\u00f1os -->\n                <div class=\"absolute -bottom-6 left-6 lg:-bottom-8 lg:-left-6 bg-[#0B1120] border-2 border-nexconn-accent px-7 py-6 rounded-2xl shadow-2xl\">\n                    <span class=\"text-5xl font-black text-nexconn-accent\">+10<\/span>\n                    <span class=\"block text-sm font-bold uppercase tracking-widest text-white\">A\u00f1os de<br>Experiencia<\/span>\n                <\/div>\n            <\/div>\n            \n            <!-- Texto -->\n            <div class=\"lg:w-1\/2\" data-aos=\"fade-left\">\n                <h2 class=\"text-sm font-bold text-nexconn-accent tracking-widest uppercase mb-3\">Sobre Nexconn<\/h2>\n                <h3 class=\"text-4xl lg:text-5xl font-bold text-white leading-tight mb-6\">\n                    Un est\u00e1ndar de trabajo serio y orientado a resultados\n                <\/h3>\n                <p class=\"text-gray-300 text-lg leading-relaxed mb-6\">\n                    En Nexconn nos dedicamos a entregar soluciones t\u00e9cnicas avanzadas para la industria, empresas y sector acu\u00edcola.\n                <\/p>\n                <p class=\"text-gray-400 leading-relaxed\">\n                    Nuestro personal cuenta con m\u00e1s de una d\u00e9cada de experiencia en terreno abordando proyectos complejos de telecomunicaciones, electricidad y monitoreo.\n                <\/p>\n                <div class=\"grid grid-cols-2 gap-6 mt-10\">\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fa-solid fa-shield-halved text-2xl text-nexconn-blue\"><\/i>\n                        <span class=\"text-white font-medium\">Trabajo Responsable<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fa-solid fa-gears text-2xl text-nexconn-blue\"><\/i>\n                        <span class=\"text-white font-medium\">Continuidad Operativa<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fa-solid fa-tower-cell text-2xl text-nexconn-blue\"><\/i>\n                        <span class=\"text-white font-medium\">Experiencia en Terreno<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-3\">\n                        <i class=\"fa-solid fa-check-double text-2xl text-nexconn-blue\"><\/i>\n                        <span class=\"text-white font-medium\">Soluciones Integradas<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n    \/* Optimizaciones para fondo *\/\n    #nosotros {\n        position: relative;\n    }\n\n    #nosotros > div:first-child {\n        background-attachment: fixed;\n        will-change: background-position;\n    }\n\n    \/* Fix para iOS: parallax no funciona en Safari mobile *\/\n    @media (max-width: 767px) {\n        #nosotros > div:first-child {\n            background-attachment: scroll;\n        }\n    }\n\n    \/* Overlay m\u00e1s oscuro en m\u00f3vil para legibilidad *\/\n    @media (max-width: 767px) {\n        #nosotros > div:nth-child(2) {\n            background: linear-gradient(\n                to right,\n                rgba(11, 17, 32, 0.97) 0%,\n                rgba(11, 17, 32, 0.90) 50%,\n                rgba(11, 17, 32, 0.80) 100%\n            ) !important;\n        }\n    }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66f8e55 e-con-full e-flex e-con e-parent\" data-id=\"66f8e55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08751d7 elementor-widget elementor-widget-html\" data-id=\"08751d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- SECCI\u00d3N SERVICIOS CON FONDO -->\n<section id=\"servicios\" class=\"relative py-24 overflow-hidden\">\n    \n    <!-- FONDO CON IMAGEN -->\n    <div class=\"absolute inset-0 z-0\" style=\"background-image: url('https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/FondoServicios-scaled.jpg'); background-size: cover; background-position: center; background-attachment: fixed;\">\n    <\/div>\n    \n    <!-- OVERLAY OSCURO para legibilidad -->\n    <div class=\"absolute inset-0 z-1 bg-gradient-to-r from-nexconn-dark\/95 via-nexconn-dark\/85 to-nexconn-dark\/75\"><\/div>\n    \n    <!-- CONTENIDO -->\n    <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10\">\n\n        <!-- T\u00edtulo -->\n        <div class=\"text-center mb-16\" data-aos=\"fade-up\">\n            <h2 class=\"text-sm font-bold text-nexconn-accent tracking-widest uppercase mb-3\">\n                Nuestras Especialidades\n            <\/h2>\n            <h3 class=\"text-4xl lg:text-5xl font-bold text-white\">\n                Servicios Integrales\n            <\/h3>\n            <div class=\"w-24 h-1 bg-nexconn-accent mx-auto mt-6 rounded-full\"><\/div>\n            <p class=\"mt-6 text-gray-400 max-w-2xl mx-auto text-lg\">\n                Tecnolog\u00eda y experiencia aplicadas para resolver las necesidades de energ\u00eda, seguridad y conectividad de tu negocio.\n            <\/p>\n        <\/div>\n\n        <!-- Grid -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n\n            <!-- Monitoreo -->\n            <div class=\"service-card p-8 rounded-3xl\" data-aos=\"fade-up\">\n                <div class=\"service-bg\">\n                    <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/fondo2-scaled.jpg\"\n                         alt=\"Sistemas de Monitoreo\">\n                <\/div>\n\n                <span class=\"service-tag\">Monitoreo<\/span>\n\n                <div class=\"service-icon mb-6\">\n                    <i class=\"fa-solid fa-desktop\"><\/i>\n                <\/div>\n\n                <h4 class=\"text-2xl font-bold text-white mb-4\">Sistemas de Monitoreo<\/h4>\n                <p class=\"text-gray-400 leading-relaxed\">\n                    Implementaci\u00f3n y reinstalaci\u00f3n de sistemas de monitoreo avanzado,\n                    incluyendo monitoreo submarino para acuicultura y visualizaci\u00f3n remota\n                    en tiempo real.\n                <\/p>\n            <\/div>\n\n            <!-- CCTV -->\n            <div class=\"service-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                <div class=\"service-bg\">\n                    <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/CCTV-scaled.jpeg\"\n                         alt=\"CCTV y Vigilancia\">\n                <\/div>\n\n                <span class=\"service-tag\">Seguridad<\/span>\n\n                <div class=\"service-icon mb-6\">\n                    <i class=\"fa-solid fa-video\"><\/i>\n                <\/div>\n\n                <h4 class=\"text-2xl font-bold text-white mb-4\">CCTV y Vigilancia<\/h4>\n                <p class=\"text-gray-400 leading-relaxed\">\n                    Sistemas de videovigilancia PTZ, t\u00e9rmicos e IP con grabaci\u00f3n continua\n                    y acceso remoto seguro.\n                <\/p>\n            <\/div>\n\n            <!-- Telecomunicaciones -->\n            <div class=\"service-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                <div class=\"service-bg\">\n                    <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/Telecomunicaciones-scaled.jpeg\"\n                         alt=\"Telecomunicaciones\">\n                <\/div>\n\n                <span class=\"service-tag\">Conectividad<\/span>\n\n                <div class=\"service-icon mb-6\">\n                    <i class=\"fa-solid fa-satellite-dish\"><\/i>\n                <\/div>\n\n                <h4 class=\"text-2xl font-bold text-white mb-4\">Telecomunicaciones<\/h4>\n                <p class=\"text-gray-400 leading-relaxed\">\n                    Enlaces inal\u00e1mbricos, Starlink, fibra \u00f3ptica y segmentaci\u00f3n de redes\n                    para conectividad robusta.\n                <\/p>\n            <\/div>\n\n            <!-- Electricidad -->\n            <div class=\"service-card p-8 rounded-3xl\" data-aos=\"fade-up\">\n                <div class=\"service-bg\">\n                    <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/Electricos-scaled.jpeg\"\n                         alt=\"Electricidad y Respaldo\">\n                <\/div>\n\n                <span class=\"service-tag\">Energ\u00eda<\/span>\n\n                <div class=\"service-icon mb-6\">\n                    <i class=\"fa-solid fa-bolt\"><\/i>\n                <\/div>\n\n                <h4 class=\"text-2xl font-bold text-white mb-4\">Electricidad y Respaldo<\/h4>\n                <p class=\"text-gray-400 leading-relaxed\">\n                    Tableros el\u00e9ctricos, UPS, inversores, bancos de bater\u00edas y soluciones\n                    solares.\n                <\/p>\n            <\/div>\n\n            <!-- Soporte T\u00e9cnico -->\n            <div class=\"service-card p-8 rounded-3xl\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                <div class=\"service-bg\">\n                    <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/Mantenimiento-scaled.jpeg\"\n                         alt=\"Soporte T\u00e9cnico y Mantenimiento\">\n                <\/div>\n\n                <span class=\"service-tag\">Soporte<\/span>\n\n                <div class=\"service-icon mb-6\">\n                    <i class=\"fa-solid fa-screwdriver-wrench\"><\/i>\n                <\/div>\n\n                <h4 class=\"text-2xl font-bold text-white mb-4\">\n                    Soporte T\u00e9cnico y Mantenimiento\n                <\/h4>\n\n                <p class=\"text-gray-400 leading-relaxed\">\n                    Mantenimiento preventivo y correctivo, diagn\u00f3stico r\u00e1pido y resoluci\u00f3n\n                    de contingencias.\n                <\/p>\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n<\/section>\n\n<style>\n    \/* Optimizaciones para fondo *\/\n    #servicios {\n        position: relative;\n    }\n\n    #servicios > div:first-child {\n        background-attachment: fixed;\n        will-change: background-position;\n    }\n\n    \/* Fix para iOS: parallax no funciona en Safari mobile *\/\n    @media (max-width: 767px) {\n        #servicios > div:first-child {\n            background-attachment: scroll;\n        }\n    }\n\n    \/* Overlay m\u00e1s oscuro en m\u00f3vil para legibilidad *\/\n    @media (max-width: 767px) {\n        #servicios > div:nth-child(2) {\n            background: linear-gradient(\n                to right,\n                rgba(7, 11, 20, 0.97) 0%,\n                rgba(7, 11, 20, 0.92) 50%,\n                rgba(7, 11, 20, 0.85) 100%\n            ) !important;\n        }\n    }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85fa152 e-con e-atomic-element e-flexbox-base e-7a20730 \" data-id=\"85fa152\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"85fa152\">\n    \t\t<div class=\"elementor-element elementor-element-efae83f elementor-widget elementor-widget-html\" data-id=\"efae83f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GALER\u00cdA -->\n<section id=\"galeria\" class=\"py-24 bg-nexconn-dark\">\n    <div class=\"max-w-7xl mx-auto px-6 lg:px-8\">\n        \n        <!-- T\u00edtulo -->\n        <div class=\"text-center mb-16\" data-aos=\"fade-up\">\n            <h2 class=\"text-sm font-bold text-nexconn-accent tracking-widest uppercase mb-3\">\n                Nuestros Trabajos\n            <\/h2>\n            <h3 class=\"text-4xl lg:text-5xl font-bold text-white\">\n                Proyectos en Acci\u00f3n\n            <\/h3>\n            <div class=\"w-24 h-1 bg-nexconn-accent mx-auto mt-6 rounded-full\"><\/div>\n        <\/div>\n\n        <!-- AQU\u00cd VA TU SHORTCODE  -->\n        <style type=\"text\/css\">\n#foogallery-gallery-560 .fg-image { width: 450px; }<\/style>\n\t\t\t<div class=\"foogallery foogallery-container foogallery-carousel foogallery-lightbox-foogallery fg-carousel fg-ready fg-dark fg-border-thin fg-round-medium fg-shadow-large fg-shadow-inset-outline fg-loading-partial fg-loaded-slide-up fg-hover-semi-zoomed fg-hover-fade fg-hover-eye\" id=\"foogallery-gallery-560\" data-foogallery=\"{&quot;panel&quot;:{&quot;buttons&quot;:{&quot;download&quot;:false}},&quot;item&quot;:{&quot;showCaptionTitle&quot;:true,&quot;showCaptionDescription&quot;:true},&quot;lazy&quot;:true,&quot;template&quot;:{&quot;maxItems&quot;:5,&quot;scale&quot;:0.179999999999999993338661852249060757458209991455078125,&quot;gutter&quot;:{&quot;min&quot;:-40,&quot;max&quot;:-20,&quot;unit&quot;:&quot;%&quot;},&quot;autoplay&quot;:{&quot;time&quot;:0,&quot;interaction&quot;:&quot;pause&quot;},&quot;centerOnClick&quot;:true,&quot;align&quot;:&quot;center&quot;,&quot;activePosition&quot;:&quot;center&quot;}}\" data-foogallery-lightbox=\"{&quot;thumbs&quot;:&quot;bottom&quot;,&quot;thumbsCaptions&quot;:false,&quot;thumbsBestFit&quot;:false,&quot;thumbsSmall&quot;:false,&quot;thumbsCaptionsAlign&quot;:&quot;default&quot;,&quot;info&quot;:&quot;bottom&quot;,&quot;infoVisible&quot;:true,&quot;infoOverlay&quot;:true,&quot;infoAlign&quot;:&quot;default&quot;,&quot;transition&quot;:&quot;fade&quot;,&quot;hoverButtons&quot;:false,&quot;fitMedia&quot;:false,&quot;noScrollbars&quot;:true,&quot;preserveButtonSpace&quot;:true,&quot;buttons&quot;:{&quot;fullscreen&quot;:true,&quot;info&quot;:true,&quot;thumbs&quot;:false,&quot;download&quot;:false},&quot;video&quot;:{&quot;autoPlay&quot;:true}}\" style=\"--fg-title-line-clamp: 1; --fg-description-line-clamp: 2;\" >\n\t<button type=\"button\" class=\"fg-carousel-prev\" title=\"Anterior\"><\/button>\n\t<div class=\"fg-carousel-inner\">\n\t\t<div class=\"fg-carousel-center\"><\/div>\n\t\t<div class=\"fg-item fg-type-image fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/20251007_080454.jpg\" data-attachment-id=\"528\" data-type=\"image\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img fetchpriority=\"high\" decoding=\"async\" width=\"450\" height=\"300\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/nexconn.cl\/wp-content\/uploads\/cache\/2026\/06\/20251007_080454\/558731916.jpg\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22450%22%20height%3D%22300%22%20viewBox%3D%220%200%20450%20300%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><div class=\"fg-item fg-type-image fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/MVIMG_20220215_192605.jpg\" data-attachment-id=\"529\" data-type=\"image\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" width=\"450\" height=\"300\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/nexconn.cl\/wp-content\/uploads\/cache\/2026\/06\/MVIMG_20220215_192605\/194866280.jpg\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22450%22%20height%3D%22300%22%20viewBox%3D%220%200%20450%20300%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><div class=\"fg-item fg-type-image fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/20260512195033879_c34a636c62f8404cb16a905cbde128ef_G98096368.jpg\" data-attachment-id=\"526\" data-type=\"image\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" width=\"450\" height=\"300\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/nexconn.cl\/wp-content\/uploads\/cache\/2026\/06\/20260512195033879_c34a636c62f8404cb16a905cbde128ef_G98096368\/2803986843.jpg\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22450%22%20height%3D%22300%22%20viewBox%3D%220%200%20450%20300%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><div class=\"fg-item fg-type-image fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/20260518102047271_4060509917c84b52997fa5db6e33f930_AX6428007.jpg\" data-attachment-id=\"530\" data-type=\"image\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" width=\"450\" height=\"300\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/nexconn.cl\/wp-content\/uploads\/cache\/2026\/06\/20260518102047271_4060509917c84b52997fa5db6e33f930_AX6428007\/2079126452.jpg\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22450%22%20height%3D%22300%22%20viewBox%3D%220%200%20450%20300%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><div class=\"fg-item fg-type-image fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/IMG_20220530_115107.jpg\" data-attachment-id=\"533\" data-type=\"image\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" width=\"450\" height=\"300\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/nexconn.cl\/wp-content\/uploads\/cache\/2026\/06\/IMG_20220530_115107\/4127342628.jpg\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22450%22%20height%3D%22300%22%20viewBox%3D%220%200%20450%20300%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><div class=\"fg-item fg-type-image fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/20241205_191605.jpg\" data-attachment-id=\"527\" data-type=\"image\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" width=\"450\" height=\"300\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/nexconn.cl\/wp-content\/uploads\/cache\/2026\/06\/20241205_191605\/2479433298.jpg\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22450%22%20height%3D%22300%22%20viewBox%3D%220%200%20450%20300%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div>\t<\/div>\n\t<div class=\"fg-carousel-bottom\"><\/div>\n\t<div class=\"fg-carousel-progress\"><\/div>\n\t<button type=\"button\" class=\"fg-carousel-next\" title=\"Siguiente\"><\/button>\n<\/div>\n        <!-- Reemplaza \"123\" con el ID de tu galer\u00eda -->\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-e5dfe5c e-con-full e-flex e-con e-parent\" data-id=\"e5dfe5c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fd81aa elementor-widget elementor-widget-html\" data-id=\"3fd81aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- SECCI\u00d3N INDUSTRIA - VERSI\u00d3N FINAL CUSTOMIZADA -->\n<section id=\"industria\" class=\"relative py-20 lg:py-32 overflow-hidden border-y border-gray-800 min-h-auto lg:min-h-[100vh] flex flex-col justify-center\">\n    \n    <!-- Fondo con imagen responsive -->\n    <div class=\"absolute inset-0 z-0\">\n        <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/06\/Captura-de-pantalla-12.jpg\" \n             alt=\"Nexconn Operaciones\" \n             class=\"w-full h-full object-cover object-center\"\n             style=\"width: 100%; height: 100%;\">\n        <div class=\"absolute inset-0 bg-gradient-to-r from-nexconn-dark\/85 via-nexconn-dark\/70 to-nexconn-dark\/50\"><\/div>\n    <\/div>\n\n    <!-- Contenido -->\n    <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10 w-full\">\n        \n        <!-- T\u00edtulo principal -->\n        <div class=\"text-center mb-16 lg:mb-20\" data-aos=\"fade-up\">\n            <h2 class=\"text-3xl md:text-5xl lg:text-6xl font-black text-white leading-tight mb-6 tracking-tight\" data-aos=\"fade-up\">\n                Nuestra Fortaleza\n            <\/h2>\n            <p class=\"text-base md:text-lg lg:text-xl text-gray-300 max-w-3xl mx-auto leading-relaxed\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                Experiencia probada, soporte garantizado y especializaci\u00f3n en los ambientes m\u00e1s exigentes del sur de Chile.\n            <\/p>\n        <\/div>\n\n        <!-- Grid de 5 cards -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-5 gap-6 lg:gap-6\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n            \n            <!-- Card 1: Experiencia -->\n            <div class=\"group relative p-6 lg:p-8 rounded-2xl backdrop-blur-md bg-white\/5 border border-cyan-400\/30 hover:bg-white\/10 hover:border-cyan-400\/60 transition-all duration-300\">\n                <div class=\"absolute top-0 left-0 w-1 h-12 bg-gradient-to-b from-cyan-400 to-transparent rounded-r-full\"><\/div>\n                \n                <div class=\"flex items-start gap-4 mb-6\">\n                    <div class=\"w-12 h-12 rounded-lg bg-cyan-400\/20 flex items-center justify-center flex-shrink-0 group-hover:bg-cyan-400\/30 transition-colors\">\n                        <i class=\"fa-solid fa-medal text-cyan-400 text-xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-xl lg:text-2xl font-bold text-white mb-3\">Experiencia Comprobada<\/h3>\n                <p class=\"text-gray-400 text-sm lg:text-base leading-relaxed\">\n                    10 a\u00f1os en el sector acu\u00edcola con muchos proyectos exitosos. Especializaci\u00f3n profunda en soluciones marinas.\n                <\/p>\n            <\/div>\n\n            <!-- Card 2: Disponibilidad -->\n            <div class=\"group relative p-6 lg:p-8 rounded-2xl backdrop-blur-md bg-white\/5 border border-blue-400\/30 hover:bg-white\/10 hover:border-blue-400\/60 transition-all duration-300\">\n                <div class=\"absolute top-0 left-0 w-1 h-12 bg-gradient-to-b from-blue-400 to-transparent rounded-r-full\"><\/div>\n                \n                <div class=\"flex items-start gap-4 mb-6\">\n                    <div class=\"w-12 h-12 rounded-lg bg-blue-400\/20 flex items-center justify-center flex-shrink-0 group-hover:bg-blue-400\/30 transition-colors\">\n                        <i class=\"fa-solid fa-bolt text-blue-400 text-xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-xl lg:text-2xl font-bold text-white mb-3\">Soporte Garantizado<\/h3>\n                <p class=\"text-gray-400 text-sm lg:text-base leading-relaxed\">\n                    Diagn\u00f3stico r\u00e1pido y resoluci\u00f3n efectiva. Soporte remoto y presencia en terreno para contingencias inmediatas.\n                <\/p>\n            <\/div>\n\n            <!-- Card 3: Presencia -->\n            <div class=\"group relative p-6 lg:p-8 rounded-2xl backdrop-blur-md bg-white\/5 border border-emerald-400\/30 hover:bg-white\/10 hover:border-emerald-400\/60 transition-all duration-300\">\n                <div class=\"absolute top-0 left-0 w-1 h-12 bg-gradient-to-b from-emerald-400 to-transparent rounded-r-full\"><\/div>\n                \n                <div class=\"flex items-start gap-4 mb-6\">\n                    <div class=\"w-12 h-12 rounded-lg bg-emerald-400\/20 flex items-center justify-center flex-shrink-0 group-hover:bg-emerald-400\/30 transition-colors\">\n                        <i class=\"fa-solid fa-map-location-dot text-emerald-400 text-xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-xl lg:text-2xl font-bold text-white mb-3\">Presencia Local<\/h3>\n                <p class=\"text-gray-400 text-sm lg:text-base leading-relaxed\">\n                    Base en Puerto Montt con cobertura garantizada en todo el sur de Chile para sector acu\u00edcola.\n                <\/p>\n            <\/div>\n\n            <!-- Card 4: Compromiso Post Venta -->\n            <div class=\"group relative p-6 lg:p-8 rounded-2xl backdrop-blur-md bg-white\/5 border border-orange-400\/30 hover:bg-white\/10 hover:border-orange-400\/60 transition-all duration-300\">\n                <div class=\"absolute top-0 left-0 w-1 h-12 bg-gradient-to-b from-orange-400 to-transparent rounded-r-full\"><\/div>\n                \n                <div class=\"flex items-start gap-4 mb-6\">\n                    <div class=\"w-12 h-12 rounded-lg bg-orange-400\/20 flex items-center justify-center flex-shrink-0 group-hover:bg-orange-400\/30 transition-colors\">\n                        <i class=\"fa-solid fa-handshake text-orange-400 text-xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-xl lg:text-2xl font-bold text-white mb-3\">Compromiso Post Venta<\/h3>\n                <p class=\"text-gray-400 text-sm lg:text-base leading-relaxed\">\n                    Garant\u00eda respaldada y soporte continuo despu\u00e9s de la implementaci\u00f3n. Tu tranquilidad es nuestra prioridad.\n                <\/p>\n            <\/div>\n\n            <!-- Card 5: Especializaci\u00f3n Marina -->\n            <div class=\"group relative p-6 lg:p-8 rounded-2xl backdrop-blur-md bg-white\/5 border border-nexconn-accent\/30 hover:bg-white\/10 hover:border-nexconn-accent\/60 transition-all duration-300\">\n                <div class=\"absolute top-0 left-0 w-1 h-12 bg-gradient-to-b from-nexconn-accent to-transparent rounded-r-full\"><\/div>\n                \n                <div class=\"flex items-start gap-4 mb-6\">\n                    <div class=\"w-12 h-12 rounded-lg bg-nexconn-accent\/20 flex items-center justify-center flex-shrink-0 group-hover:bg-nexconn-accent\/30 transition-colors\">\n                        <i class=\"fa-solid fa-water text-nexconn-accent text-xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <h3 class=\"text-xl lg:text-2xl font-bold text-white mb-3\">Especializaci\u00f3n Marina<\/h3>\n                <p class=\"text-gray-400 text-sm lg:text-base leading-relaxed\">\n                    Expertise en ambientes salinos y marinos. Equipos resistentes a condiciones extremas con mantenimiento especializado.\n                <\/p>\n            <\/div>\n\n        <\/div>\n\n        <!-- Secci\u00f3n complementaria: Lo que significa para ti -->\n        <div class=\"mt-16 lg:mt-20 bg-white\/5 backdrop-blur-md border border-white\/10 rounded-2xl p-8 lg:p-12\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n            <div class=\"text-center mb-8 lg:mb-12\">\n                <h3 class=\"text-2xl lg:text-3xl font-bold text-white mb-3\">\n                    En Pocas Palabras\n                <\/h3>\n                <p class=\"text-gray-400 text-base lg:text-lg max-w-2xl mx-auto\">\n                    Somos el partner que entiende tu operaci\u00f3n, que est\u00e1 presente cuando te necesitas y que se compromete con tu \u00e9xito a largo plazo.\n                <\/p>\n            <\/div>\n            \n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\n                <div class=\"text-center\">\n                    <div class=\"w-12 h-12 rounded-full bg-cyan-400\/20 flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fa-solid fa-check text-cyan-400 text-lg\"><\/i>\n                    <\/div>\n                    <p class=\"text-gray-300 text-sm lg:text-base\">\n                        Sabemos qu\u00e9 significa operar en el sur extremo de Chile\n                    <\/p>\n                <\/div>\n                <div class=\"text-center\">\n                    <div class=\"w-12 h-12 rounded-full bg-blue-400\/20 flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fa-solid fa-check text-blue-400 text-lg\"><\/i>\n                    <\/div>\n                    <p class=\"text-gray-300 text-sm lg:text-base\">\n                        Estamos ah\u00ed cuando algo falla, no cuando es conveniente\n                    <\/p>\n                <\/div>\n                <div class=\"text-center\">\n                    <div class=\"w-12 h-12 rounded-full bg-nexconn-accent\/20 flex items-center justify-center mx-auto mb-4\">\n                        <i class=\"fa-solid fa-check text-nexconn-accent text-lg\"><\/i>\n                    <\/div>\n                    <p class=\"text-gray-300 text-sm lg:text-base\">\n                        Tu operaci\u00f3n es nuestra responsabilidad compartida\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA -->\n        <div class=\"text-center mt-16 lg:mt-20\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n            <a href=\"#servicios\" class=\"inline-flex items-center gap-3 px-8 py-4 bg-gradient-to-r from-nexconn-accent to-yellow-400 text-gray-900 font-bold rounded-2xl hover:shadow-2xl hover:shadow-nexconn-accent\/50 transition-all hover:scale-105\">\n                <span>Conocer Nuestras Soluciones<\/span>\n                <i class=\"fa-solid fa-arrow-right\"><\/i>\n            <\/a>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<style>\n    \/* Optimizaci\u00f3n de imagen de fondo para m\u00f3vil y desktop *\/\n    #industria img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        object-position: center center;\n    }\n\n    \/* En m\u00f3vil: ajustar posici\u00f3n de imagen si es necesario *\/\n    @media (max-width: 767px) {\n        #industria img {\n            object-position: center 30%;\n        }\n\n        #industria {\n            min-height: auto;\n        }\n\n        \/* En m\u00f3vil: grid de 2 columnas m\u00e1ximo para las 5 cards *\/\n        .grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-5 {\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        }\n    }\n\n    \/* Animaci\u00f3n de hover sutil para cards *\/\n    @media (hover: hover) {\n        .group:hover {\n            transform: translateY(-4px);\n        }\n    }\n\n    \/* Fix para touch devices *\/\n    @media (hover: none) {\n        .group {\n            background-color: rgba(255, 255, 255, 0.07);\n        }\n    }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5351f41 e-con-full e-flex e-con e-parent\" data-id=\"5351f41\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c8f553e elementor-widget elementor-widget-html\" data-id=\"c8f553e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- FOOTER FINAL - CORREGIDO -->\r\n<footer id=\"contacto\" class=\"bg-[#070b14] pt-20 pb-20 border-t border-white\/10 relative overflow-hidden\">\r\n    \r\n    <div class=\"max-w-7xl mx-auto px-6 lg:px-8 relative z-10\">\r\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-12 gap-12 mb-16\">\r\n            \r\n            <!-- Logo + Info -->\r\n            <div class=\"lg:col-span-5\">\r\n                <img decoding=\"async\" src=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-07-1.png\" \r\n                     alt=\"Nexconn Logo\" \r\n                     class=\"h-12 w-auto mb-6\">\r\n                <p class=\"text-gray-400 max-w-md\">\r\n                    Tecnolog\u00eda confiable para la industria. Trabajamos enfocados en dar respuestas concretas y manteniendo un est\u00e1ndar serio, responsable y orientado a resultados.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <!-- Contacto Directo -->\r\n            <div class=\"lg:col-span-3\">\r\n                <h4 class=\"text-white font-semibold mb-6 text-lg\">Contacto Directo<\/h4>\r\n                <ul class=\"space-y-4 text-gray-400\">\r\n                    <li class=\"flex items-start gap-3\">\r\n                        <i class=\"fa-solid fa-location-dot text-cyan-400 mt-1\"><\/i>\r\n                        <span>Puerto Montt, Chile<\/span>\r\n                    <\/li>\r\n                    <li class=\"flex items-center gap-3\">\r\n                        <i class=\"fa-solid fa-envelope text-cyan-400\"><\/i>\r\n                        <a href=\"mailto:contacto@nexconn.cl\" class=\"hover:text-white\">contacto@nexconn.cl<\/a>\r\n                    <\/li>\r\n                    <li class=\"flex items-center gap-3\">\r\n                        <i class=\"fa-solid fa-globe text-cyan-400\"><\/i>\r\n                        <a href=\"https:\/\/nexconn.cl\" class=\"hover:text-white\">nexconn.cl<\/a>\r\n                    <\/li>\r\n                <\/ul>\r\n            <\/div>\r\n\r\n            <!-- Tel\u00e9fonos -->\r\n            <div class=\"lg:col-span-4\">\r\n                <h4 class=\"text-white font-semibold mb-6 text-lg\">Ll\u00e1manos<\/h4>\r\n                <div class=\"space-y-5\">\r\n                    <a href=\"https:\/\/wa.me\/56935906810\" target=\"_blank\" class=\"flex items-center gap-4 group\">\r\n                        <div class=\"w-11 h-11 bg-emerald-600\/10 border border-emerald-500\/30 rounded-2xl flex items-center justify-center group-hover:bg-emerald-600 transition-all\">\r\n                            <i class=\"fa-brands fa-whatsapp text-2xl text-emerald-400\"><\/i>\r\n                        <\/div>\r\n                        <div>\r\n                            <span class=\"block text-white font-medium\">+56 9 3590 6810<\/span>\r\n                            <span class=\"text-sm text-gray-500\">Respuesta inmediata<\/span>\r\n                        <\/div>\r\n                    <\/a>\r\n                    \r\n                    <a href=\"https:\/\/wa.me\/56938961878\" target=\"_blank\" class=\"flex items-center gap-4 group\">\r\n                        <div class=\"w-11 h-11 bg-emerald-600\/10 border border-emerald-500\/30 rounded-2xl flex items-center justify-center group-hover:bg-emerald-600 transition-all\">\r\n                            <i class=\"fa-brands fa-whatsapp text-2xl text-emerald-400\"><\/i>\r\n                        <\/div>\r\n                        <div>\r\n                            <span class=\"block text-white font-medium\">+56 9 3896 1878<\/span>\r\n                        <\/div>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- L\u00ednea final -->\r\n        <div class=\"pt-10 border-t border-white\/10 text-center text-sm text-gray-500\">\r\n            \u00a9 2026 Nexconn. Todos los derechos reservados. Soluciones Integrales para la Industria.\r\n        <\/div>\r\n    <\/div>\r\n<\/footer>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bee6b19 e-con-full e-flex e-con e-parent\" data-id=\"bee6b19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e3a1de elementor-widget elementor-widget-html\" data-id=\"5e3a1de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- WHATSAPP FLOTANTE -->\r\n<a href=\"https:\/\/wa.me\/56935906810\" \r\n   target=\"_blank\"\r\n   class=\"fixed bottom-6 right-6 z-[9999] bg-[#25D366] hover:bg-[#20ba5c] w-16 h-16 rounded-full flex items-center justify-center shadow-2xl shadow-emerald-600\/50 hover:scale-110 transition-all duration-300 group\">\r\n    <i class=\"fa-brands fa-whatsapp text-4xl text-white\"><\/i>\r\n    \r\n    <!-- Pulsaci\u00f3n sutil -->\r\n    <span class=\"absolute inset-0 bg-[#25D366] rounded-full animate-ping opacity-20\"><\/span>\r\n<\/a>\r\n\r\n<!-- Tooltip opcional -->\r\n<div class=\"fixed bottom-24 right-6 bg-gray-800 text-white text-sm px-4 py-2 rounded-xl opacity-0 group-hover:opacity-100 transition-all pointer-events-none whitespace-nowrap z-[9998]\">\r\n    \u00bfNecesitas ayuda? Escr\u00edbenos\r\n<\/div>\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>Inicio Nosotros Servicios Contacto Inicio Nosotros Servicios Contacto Cargando contenido&#8230; SOLUCIONES T\u00c9CNICAS ESPECIALIZADAS Conectividad, Seguridad y Energ\u00eda Continua Soluciones integrales en monitoreo, energ\u00eda, telecomunicaciones y seguridad para industrias exigentes. Hablar con un Experto Ver Soluciones T\u00e9cnicas +10 A\u00f1os deExperiencia Sobre Nexconn Un est\u00e1ndar de trabajo serio y orientado a resultados En Nexconn nos dedicamos a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-67","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nexconn Services Spa | Soluciones Tecnol\u00f3gicas para la Industria<\/title>\n<meta name=\"description\" content=\"Soluciones tecnol\u00f3gicas, conectividad y servicios especializados para la industria acu\u00edcola e industrial.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nexconn.cl\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nexconn Services\" \/>\n<meta property=\"og:description\" content=\"Soluciones tecnol\u00f3gicas, conectividad y servicios especializados para la industria acu\u00edcola e industrial.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nexconn.cl\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-05T02:23:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-05.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2250\" \/>\n\t<meta property=\"og:image:height\" content=\"2250\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"13 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nexconn.cl\\\/\",\"url\":\"https:\\\/\\\/nexconn.cl\\\/\",\"name\":\"Nexconn Services Spa | Soluciones Tecnol\u00f3gicas para la Industria\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nexconn.cl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ORIGINAL_NEXCONN-07-1.png\",\"datePublished\":\"2026-05-07T23:17:39+00:00\",\"dateModified\":\"2026-06-05T02:23:58+00:00\",\"description\":\"Soluciones tecnol\u00f3gicas, conectividad y servicios especializados para la industria acu\u00edcola e industrial.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nexconn.cl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/nexconn.cl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ORIGINAL_NEXCONN-07-1.png\",\"contentUrl\":\"https:\\\/\\\/nexconn.cl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ORIGINAL_NEXCONN-07-1.png\",\"width\":184,\"height\":69},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/nexconn.cl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"I\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#website\",\"url\":\"https:\\\/\\\/nexconn.cl\\\/\",\"name\":\"NEXCONN SERVICES\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#organization\"},\"alternateName\":\"NEXCONN\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nexconn.cl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#organization\",\"name\":\"Nexconn Services Spa\",\"url\":\"https:\\\/\\\/nexconn.cl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nexconn.cl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ORIGINAL_NEXCONN-05.png\",\"contentUrl\":\"https:\\\/\\\/nexconn.cl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/ORIGINAL_NEXCONN-05.png\",\"width\":2250,\"height\":2250,\"caption\":\"Nexconn Services Spa\"},\"image\":{\"@id\":\"https:\\\/\\\/nexconn.cl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nexconn Services Spa | Soluciones Tecnol\u00f3gicas para la Industria","description":"Soluciones tecnol\u00f3gicas, conectividad y servicios especializados para la industria acu\u00edcola e industrial.","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:\/\/nexconn.cl\/","og_locale":"es_ES","og_type":"article","og_title":"Nexconn Services","og_description":"Soluciones tecnol\u00f3gicas, conectividad y servicios especializados para la industria acu\u00edcola e industrial.","og_url":"https:\/\/nexconn.cl\/","article_modified_time":"2026-06-05T02:23:58+00:00","og_image":[{"width":2250,"height":2250,"url":"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-05.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"13 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nexconn.cl\/","url":"https:\/\/nexconn.cl\/","name":"Nexconn Services Spa | Soluciones Tecnol\u00f3gicas para la Industria","isPartOf":{"@id":"https:\/\/nexconn.cl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nexconn.cl\/#primaryimage"},"image":{"@id":"https:\/\/nexconn.cl\/#primaryimage"},"thumbnailUrl":"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-07-1.png","datePublished":"2026-05-07T23:17:39+00:00","dateModified":"2026-06-05T02:23:58+00:00","description":"Soluciones tecnol\u00f3gicas, conectividad y servicios especializados para la industria acu\u00edcola e industrial.","breadcrumb":{"@id":"https:\/\/nexconn.cl\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nexconn.cl\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nexconn.cl\/#primaryimage","url":"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-07-1.png","contentUrl":"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-07-1.png","width":184,"height":69},{"@type":"BreadcrumbList","@id":"https:\/\/nexconn.cl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/nexconn.cl\/"},{"@type":"ListItem","position":2,"name":"I"}]},{"@type":"WebSite","@id":"https:\/\/nexconn.cl\/#website","url":"https:\/\/nexconn.cl\/","name":"NEXCONN SERVICES","description":"","publisher":{"@id":"https:\/\/nexconn.cl\/#organization"},"alternateName":"NEXCONN","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nexconn.cl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/nexconn.cl\/#organization","name":"Nexconn Services Spa","url":"https:\/\/nexconn.cl\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nexconn.cl\/#\/schema\/logo\/image\/","url":"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-05.png","contentUrl":"https:\/\/nexconn.cl\/wp-content\/uploads\/2026\/05\/ORIGINAL_NEXCONN-05.png","width":2250,"height":2250,"caption":"Nexconn Services Spa"},"image":{"@id":"https:\/\/nexconn.cl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/pages\/67","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/comments?post=67"}],"version-history":[{"count":370,"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/pages\/67\/revisions"}],"predecessor-version":[{"id":568,"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/pages\/67\/revisions\/568"}],"wp:attachment":[{"href":"https:\/\/nexconn.cl\/index.php\/wp-json\/wp\/v2\/media?parent=67"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}