.elementor-2638 .elementor-element.elementor-element-610d669{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* CSS Variables & Design Tokens */
        :root {
            --bg-dark-1: #050505;
            --bg-dark-2: #0a0c10;
            --card-bg: rgba(16, 21, 28, 0.7);
            --glass-bg: rgba(10, 12, 16, 0.75);
            --glass-border: rgba(255, 255, 255, 0.08);
            --glass-border-hover: rgba(0, 148, 254, 0.4);

            --text-white: #ffffff;
            --text-gray: #94a3b8;
            --text-muted: #64748b;

            --brand-blue: #0094fe;
            --cta-green: #01cf52;
            --accent-yellow: #f4bc38;

            --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            --radius-sm: 8px;
            --radius-md: 16px;
            --radius-lg: 24px;
            --radius-full: 9999px;

            --transition-fast: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
            --transition-normal: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Base & Reset */
        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            font-family: var(--font-main);
            background-color: var(--bg-dark-1);
            color: var(--text-white);
            overflow-x: hidden;
        }

        body {
            background:
                radial-gradient(circle at 0% 0%, rgba(0, 148, 254, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 100% 20%, rgba(1, 207, 82, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 100% 100%, rgba(0, 148, 254, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 0% 100%, rgba(1, 207, 82, 0.08) 0%, transparent 40%),
                var(--bg-dark-1);
            background-attachment: fixed;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

        /* Scoping para WordPress/Elementor */
        .summit-scope {
            font-family: var(--font-main) !important;
            color: var(--text-white) !important;
            line-height: 1.6;
            width: 100%;
            overflow-x: hidden;
            position: relative;
        }

        .summit-scope h1, .summit-scope h2, .summit-scope h3, .summit-scope h4, .summit-scope p, .summit-scope span {
            font-family: var(--font-main) !important;
        }

        /* Scroll Reveal Animations */
        .reveal-on-scroll {
            opacity: 0;
            transform: translateY(35px);
            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: opacity, transform;
        }
        .reveal-on-scroll.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Typography */
        h1, h2, h3, h4 {
            color: var(--text-white);
            line-height: 1.15;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .heading-hero {
            font-size: clamp(2rem, 5vw, 4.5rem) !important;
            margin-bottom: 1rem;
        }

        .heading-section {
            font-size: clamp(1.8rem, 3.5vw, 2.75rem);
            margin-bottom: 1rem;
        }

        .gradient-text-alt {
            background: linear-gradient(135deg, var(--brand-blue) 0%, var(--cta-green) 100%) !important;
            -webkit-background-clip: text !important;
            background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            color: transparent !important;
        }

        .text-body {
            font-size: clamp(1rem, 1.2vw, 1.125rem);
            color: var(--text-gray);
            font-weight: 400;
        }

        .container {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .section-padding {
            padding: 100px 0;
        }

        /* Icon Override */
        .summit-scope .material-symbols-outlined {
            font-family: 'Material Symbols Outlined' !important;
            font-weight: normal !important;
            font-style: normal !important;
            font-size: 24px;
            line-height: 1 !important;
            text-transform: none !important;
            display: inline-block !important;
            -webkit-font-smoothing: antialiased !important;
        }

        /* ======= Secciones de Experiencia ======= */
        
        /* 1. Hero Experiencia */
        .experiencia-hero {
            position: relative;
            min-height: 90vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            padding-top: 60px; /* Offset for no nav */
        }
        
        .experiencia-hero-bg {
            position: absolute;
            inset: 0;
            background-image: url('https://images.unsplash.com/photo-1544197150-b99a580bb7a8?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            z-index: 0;
        }
        
        .experiencia-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(5,5,5,1) 0%, rgba(5,5,5,0.85) 50%, rgba(5,5,5,0.4) 100%);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
        }

        .experiencia-list {
            margin: 2.5rem 0;
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .experiencia-list li {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            font-size: 1.15rem;
            font-weight: 600;
            color: var(--text-white);
            list-style: none !important;
        }

        .experiencia-list .icon-box {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 32px;
            height: 32px;
            border-radius: 8px;
            background: rgba(0, 148, 254, 0.15);
            border: 1px solid rgba(0, 148, 254, 0.3);
            color: var(--brand-blue);
        }

        /* 2. Resultados y Casos - Rediseño 9 Ciudades (Bento Grid & Glassmorphism) */
        .city-filter-wrapper {
            margin-bottom: 2rem;
            position: relative;
        }

        .city-tab-bar {
            display: flex;
            gap: 0.85rem;
            overflow-x: auto;
            padding: 0.75rem 0.5rem 1.25rem 0.5rem;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: thin;
            scrollbar-color: var(--brand-blue) rgba(255, 255, 255, 0.05);
        }

        .city-tab-bar::-webkit-scrollbar {
            height: 5px;
        }
        .city-tab-bar::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 4px;
        }
        .city-tab-bar::-webkit-scrollbar-thumb {
            background: var(--brand-blue);
            border-radius: 4px;
        }

        .city-tab {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.75rem 1.4rem;
            border-radius: var(--radius-full);
            background: rgba(16, 21, 28, 0.65);
            border: 1px solid var(--glass-border);
            color: var(--text-gray);
            font-size: 0.95rem;
            font-weight: 600;
            white-space: nowrap;
            cursor: pointer;
            transition: all var(--transition-fast);
            backdrop-filter: blur(12px);
            user-select: none;
        }

        .city-tab:hover {
            color: var(--text-white);
            border-color: rgba(0, 148, 254, 0.5);
            background: rgba(0, 148, 254, 0.12);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 148, 254, 0.2);
        }

        .city-tab.active {
            color: var(--text-white);
            background: linear-gradient(135deg, rgba(0, 148, 254, 0.4) 0%, rgba(1, 207, 82, 0.3) 100%);
            border-color: var(--brand-blue);
            box-shadow: 0 6px 25px rgba(0, 148, 254, 0.35);
        }

        .city-tab .flag-icon {
            font-size: 1.2rem;
            line-height: 1;
        }

        /* Stats Header Bar */
        .city-stats-bar {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
            margin-bottom: 2.5rem;
            background: rgba(16, 21, 28, 0.75);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            padding: 1.5rem 1rem;
            backdrop-filter: blur(16px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .city-stat-item {
            text-align: center;
            padding: 0.5rem 1rem;
            border-right: 1px solid rgba(255, 255, 255, 0.08);
        }

        .city-stat-item:last-child {
            border-right: none;
        }

        .city-stat-num {
            font-size: clamp(1.5rem, 2.2vw, 2rem);
            font-weight: 800;
            color: var(--text-white);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            line-height: 1.2;
        }

        .city-stat-label {
            font-size: 0.825rem;
            color: var(--text-gray);
            text-transform: uppercase;
            letter-spacing: 0.06em;
            margin-top: 0.35rem;
            font-weight: 600;
        }

        /* Showcase Bento Grid */
        .showcase-grid-container {
            position: relative;
            min-height: 520px;
        }

        .resultados-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
            margin-bottom: 3.5rem;
            transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .resultados-grid.switching {
            opacity: 0;
            transform: translateY(16px);
        }

        .resultado-item {
            position: relative;
            border-radius: var(--radius-md);
            overflow: hidden;
            border: 1px solid var(--glass-border);
            aspect-ratio: 4/3;
            cursor: pointer;
            background: var(--card-bg);
            transition: all var(--transition-normal);
        }

        .resultado-item:hover {
            border-color: var(--glass-border-hover);
            box-shadow: 0 12px 35px rgba(0, 148, 254, 0.25);
            transform: translateY(-5px);
        }
        
        .resultado-item.large {
            grid-column: span 2;
            aspect-ratio: 16/9;
        }

        .resultado-item.wide {
            grid-column: span 2;
            aspect-ratio: 21/9;
        }

        .resultado-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform var(--transition-normal);
        }

        .resultado-item:hover .resultado-img {
            transform: scale(1.06);
        }

        .resultado-badge {
            position: absolute;
            top: 1rem;
            left: 1rem;
            background: rgba(5, 5, 5, 0.8);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.18);
            padding: 0.4rem 0.85rem;
            border-radius: var(--radius-full);
            font-size: 0.78rem;
            font-weight: 700;
            color: var(--text-white);
            display: flex;
            align-items: center;
            gap: 0.4rem;
            z-index: 2;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        }

        .resultado-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 3rem 1.25rem 1.25rem 1.25rem;
            background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.95) 100%);
            z-index: 2;
            pointer-events: none;
        }

        .resultado-title {
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--text-white);
            margin-bottom: 0.2rem;
            line-height: 1.3;
        }

        .resultado-city-tag {
            font-size: 0.825rem;
            color: var(--accent-yellow);
            font-weight: 600;
        }

        .video-overlay {
            position: absolute;
            inset: 0;
            background: rgba(5, 5, 5, 0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background var(--transition-fast);
            z-index: 1;
        }

        .resultado-item:hover .video-overlay {
            background: rgba(5, 5, 5, 0.15);
        }

        .play-button {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: rgba(0, 148, 254, 0.5);
            backdrop-filter: blur(10px);
            border: 2px solid var(--brand-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transition: all var(--transition-fast);
            box-shadow: 0 0 25px rgba(0, 148, 254, 0.5);
            animation: playPulse 2.5s infinite ease-in-out;
        }

        @keyframes playPulse {
            0% { box-shadow: 0 0 0 0 rgba(0, 148, 254, 0.6); }
            70% { box-shadow: 0 0 0 15px rgba(0, 148, 254, 0); }
            100% { box-shadow: 0 0 0 0 rgba(0, 148, 254, 0); }
        }

        .resultado-item:hover .play-button {
            background: var(--cta-green);
            border-color: var(--cta-green);
            transform: scale(1.15);
            box-shadow: 0 0 30px rgba(1, 207, 82, 0.7);
            animation: none;
        }

        /* Modal Lightbox Multimedia */
        .summit-modal {
            position: fixed;
            inset: 0;
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
            opacity: 0;
            visibility: hidden;
            transition: all var(--transition-normal);
        }

        .summit-modal.active {
            opacity: 1;
            visibility: visible;
        }

        .summit-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(5, 5, 5, 0.92);
            backdrop-filter: blur(20px);
        }

        .summit-modal-container {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 920px;
            background: var(--bg-dark-2);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7);
            transform: scale(0.95);
            transition: transform var(--transition-normal);
        }

        .summit-modal.active .summit-modal-container {
            transform: scale(1);
        }

        .summit-modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.25rem 1.5rem;
            background: rgba(16, 21, 28, 0.9);
            border-bottom: 1px solid var(--glass-border);
        }

        .summit-modal-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text-white);
        }

        .summit-modal-close {
            background: rgba(255, 255, 255, 0.1);
            border: none;
            color: var(--text-white);
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background var(--transition-fast);
        }

        .summit-modal-close:hover {
            background: rgba(239, 68, 68, 0.85);
        }

        .summit-modal-body {
            position: relative;
            aspect-ratio: 16/9;
            background: #000;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .summit-modal-body video,
        .summit-modal-body img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        /* Marcas Continuous Marquee con Tarjetas Blancas para Contraste */
        .marcas-section {
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            padding: 2rem 1.5rem;
            backdrop-filter: blur(14px);
            overflow: hidden;
            position: relative;
            -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
        }

        .marcas-marquee-track {
            display: flex;
            align-items: center;
            gap: 2rem;
            width: max-content;
            animation: marqueeScroll 28s linear infinite;
        }

        .marcas-marquee-track:hover {
            animation-play-state: paused;
        }

        .marcas-brand-card {
            background: rgba(255, 255, 255, 0.94);
            border-radius: 12px;
            padding: 0.65rem 1.5rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
            transition: all var(--transition-fast);
            min-width: 140px;
            height: 60px;
        }

        .marcas-brand-card:hover {
            background: #ffffff;
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 6px 22px rgba(0, 148, 254, 0.45);
        }

        .marcas-brand-card img {
            height: 36px;
            max-width: 130px;
            object-fit: contain;
            filter: none !important;
            opacity: 1 !important;
        }

        @keyframes marqueeScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        @media (max-width: 992px) {
            .city-stats-bar {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.75rem;
            }
            .city-stat-item:nth-child(2) {
                border-right: none;
            }
        }

        @media (max-width: 768px) {
            .city-stats-bar {
                grid-template-columns: 1fr 1fr;
            }
            .resultados-grid {
                grid-template-columns: 1fr;
            }
            .resultado-item.large {
                grid-column: span 1;
                aspect-ratio: 16/9;
            }
        }

        /* 3. Testimonios */
        .testimonios-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2.5rem;
        }

        @media (max-width: 992px) {
            .testimonios-grid, .resultados-grid {
                grid-template-columns: 1fr;
            }
            .resultado-item.large {
                grid-column: span 1;
                aspect-ratio: 4/3;
            }
        }

        .testimonio-card {
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            padding: 3rem;
            backdrop-filter: blur(12px);
            position: relative;
            overflow: hidden;
            transition: transform var(--transition-normal), border-color var(--transition-normal);
        }

        .testimonio-card:hover {
            transform: translateY(-5px);
            border-color: rgba(255, 255, 255, 0.2);
        }

        .quote-icon {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            font-size: 6rem !important;
            color: rgba(255, 255, 255, 0.03);
            pointer-events: none;
            line-height: 1;
        }

        .testimonio-text {
            font-size: 1.2rem;
            font-weight: 400;
            color: var(--text-white);
            margin-bottom: 2rem;
            font-style: italic;
            position: relative;
            z-index: 1;
        }

        .testimonio-separator {
            width: 50px;
            height: 3px;
            border-radius: 2px;
            margin-bottom: 1.5rem;
        }

        .testimonio-author {
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--text-white);
        }

        .testimonio-position {
            font-size: 0.9rem;
            color: var(--text-gray);
            margin-top: 0.25rem;
        }

        /* Ambient Blurbs for Background */
        .ambient-blurbs-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .ambient-blurb {
            position: absolute;
            border-radius: 50%;
            filter: blur(120px);
            opacity: 0.35;
            animation: floatBlurb 25s infinite ease-in-out alternate;
        }

        .ambient-blurb.blurb-1 {
            width: 50vw;
            height: 50vw;
            background: rgba(0, 148, 254, 0.4);
            top: -10%;
            left: -10%;
        }

        .ambient-blurb.blurb-2 {
            width: 60vw;
            height: 60vw;
            background: rgba(1, 207, 82, 0.3);
            bottom: -20%;
            right: -10%;
            animation-delay: -7s;
            animation-direction: alternate-reverse;
        }
        
        .ambient-blurb.blurb-3 {
            width: 45vw;
            height: 45vw;
            background: rgba(0, 148, 254, 0.25);
            top: 30%;
            left: 40%;
            animation-delay: -14s;
        }

        @keyframes floatBlurb {
            0% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(3%, 5%) scale(1.1); }
            66% { transform: translate(-2%, 8%) scale(0.95); }
            100% { transform: translate(4%, -5%) scale(1.05); }
        }/* End custom CSS */