:root{--bg-primary:#0d2f4b;--cta-primary:#ff1a2b;--text-on-light:#b2b0b0;--text-white:#fff;--font-primary:'Inter' , 'Google Sans' , sans-serif}.hero-eyebrow{font-family: var(--font-primary);font-size:.85rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:12px}.hero-subtitle{font-family: var(--font-primary);font-size:clamp(.95rem,1.4vw,1.2rem);color:rgba(255,255,255,.65);font-weight:300;line-height:1.6;max-width:420px;margin-bottom:35px;margin-top:16px}.hero-ctas{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-cta-ghost{padding:18px 36px;border-radius:50px;font-weight:600;text-transform:uppercase;text-decoration:none;font-size:.9rem;border:1.5px solid rgba(255,255,255,.35);color:rgba(255,255,255,.85);letter-spacing:1px;transition:all .3s ease;backdrop-filter:blur(8px);background:rgba(255,255,255,.05)}.hero-cta-ghost:hover{border-color:#fff;color:#fff;background:rgba(255,255,255,.12);transform:translateY(-3px)}.kpis-section{background:#051421;border-top:1px solid rgba(255,26,43,.3);border-bottom:1px solid rgba(255,26,43,.15);padding:60px 40px;position:relative;z-index:5}.kpis-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.kpi-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.kpi-number{font-family: var(--font-primary);font-size:clamp(2.8rem,5vw,4.5rem);font-weight:900;color:var(--cta-primary);line-height:1;letter-spacing:-2px;text-shadow:0 0 30px rgba(255,26,43,.4);transition:text-shadow .3s ease}.kpi-item:hover .kpi-number{text-shadow:0 0 40px rgba(255,26,43,.8)}.kpi-label{font-family: var(--font-primary);font-size:.78rem;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:2px;margin-top:10px;line-height:1.5}.kpi-divider{width:1px;height:70px;background:linear-gradient(to bottom,transparent,rgba(255,26,43,.4),transparent);flex-shrink:0}@media (max-width:768px){.kpis-container{flex-wrap:wrap;gap:40px 20px;justify-content:center}.kpi-item{flex:0 0 40%}.kpi-divider{display:none}}.footer-tagline{font-family: var(--font-primary);font-size:.9rem;color:rgba(255,255,255,.4);line-height:1.6;margin-top:16px;margin-bottom:24px}.footer-social{display:flex;gap:14px;margin-top:4px}.footer-social a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);font-size:1rem;text-decoration:none;transition:all .3s ease}.footer-social a:hover{background:var(--cta-primary);border-color:var(--cta-primary);color:#fff;transform:translateY(-4px);box-shadow:0 8px 20px rgba(255,26,43,.35)}footer .footer-columns{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:50px;text-align:left}footer .footer-col{align-items:flex-start;text-align:left}footer .footer-col h4{font-family: var(--font-primary);font-size:.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--cta-primary);margin-bottom:20px;opacity:1}footer .footer-col p{color:rgba(255,255,255,.55);font-size:.9rem;margin-bottom:10px;line-height:1.6;display:flex;align-items:center;gap:8px}footer .footer-col p a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s ease}footer .footer-col p a:hover{color:var(--cta-primary)}footer .footer-col p i{color:var(--cta-primary);width:16px;flex-shrink:0}@media (max-width:768px){footer .footer-columns{flex-direction:column;gap:40px;align-items:center;text-align:center}footer .footer-col{align-items:center;text-align:center}footer .footer-col p{justify-content:center}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgba(13,47,75,.3);border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--cta-primary) 0%,#c91422 100%);border-radius:10px;border:2px solid rgba(13,47,75,.5);transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#f34 0%,var(--cta-primary) 100%);border-color:var(--cta-primary);box-shadow:0 0 10px rgba(255,26,43,.5)}*{scrollbar-width:thin;scrollbar-color:var(--cta-primary) rgba(13,47,75,.3)}html{scroll-behavior:smooth}@import url('https://fonts.googleapis.com/css2?family=Google+Sans');*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:'Google Sans',sans-serif;background-color:var(--bg-primary);color:var(--text-white);overflow-x:hidden;display:flex;flex-direction:column}header{position:absolute;top:0;left:0;width:100%;z-index:100;background:transparent;display:flex;justify-content:space-between;align-items:center;padding:20px 50px;height:80px}.header-left{display:flex;align-items:center;gap:30px}.header-social-link{color:#fff;font-size:1.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none!important}.header-social-link:hover{color:var(--cta-primary);transform:scale(1.1);text-decoration:underline!important}.hamburger-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;z-index:1100}.hamburger-btn .bar{width:30px;height:3px;background-color:#fff;transition:.3s}.hamburger-btn:hover .bar{background-color:var(--cta-primary)}.fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:#f9f9f9;z-index:2000;opacity:0;visibility:hidden;transition:all .5s ease-in-out;display:flex;justify-content:center;align-items:center;overflow:hidden}.fullscreen-menu.active{opacity:1;visibility:visible}.close-btn{position:absolute;top:40px;right:40px;width:50px;height:50px;background:#fff;border:1px solid #ddd;border-radius:50%;color:#000;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#000;color:#fff;transform:rotate(90deg)}.menu-content{display:flex;width:90%;height:80%;max-width:1600px;justify-content:space-between;align-items:center}.menu-contact-info{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;padding-bottom:50px;font-family:'Google Sans',sans-serif;color:#111}.menu-social-links{display:flex;gap:20px;margin-bottom:20px}.menu-social-link{color:var(--bg-primary);font-size:2rem;text-decoration:none!important;transition:all .3s ease}.menu-social-link:hover{color:var(--cta-primary);transform:translateY(-5px);text-decoration:underline!important}.contact-label{font-size:.8rem;font-weight:700;letter-spacing:2px;color:var(--cta-primary);margin-bottom:20px;text-transform:uppercase}.contact-email{font-size:2.5rem;color:var(--bg-primary);text-decoration:none;font-weight:400;margin-bottom:10px;letter-spacing:-1px}.contact-phone{font-size:2rem;font-weight:300;margin-bottom:30px;color:var(--text-on-light)}.contact-address p{font-size:1rem;color:var(--text-on-light);line-height:1.5}.menu-links{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.menu-link{font-family:'Google Sans',sans-serif;font-size:clamp(4rem,8vw,8rem);color:var(--bg-primary);text-decoration:none;line-height:.9;text-transform:lowercase;transition:transform .3s , color .3s;position:relative}.menu-link:hover{color:var(--cta-primary);transform:translateX(-20px)}@media (max-width:1024px){.menu-content{flex-direction:column-reverse;justify-content:center;gap:50px;text-align:center}.menu-contact-info{align-items:center;height:auto;padding-bottom:0}.menu-links{align-items:center}.contact-email{font-size:1.5rem}}.header-right{display:flex;align-items:center}.social-icons a{color:#fff;font-size:1.2rem;text-decoration:none;transition:color .3s}.social-icons a:hover{color:#f60}.header-cta{padding:12px 25px;border:1px solid rgba(255,255,255,.3);border-radius:30px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:10px;box-shadow:0 5px 15px rgba(255,255,255,.1);animation:pulse-glow-white 2s ease-in-out infinite}.header-cta:hover{background:#fff;color:#000;box-shadow:0 8px 25px rgba(255,255,255,.3)}@keyframes pulse-glow-white {

    0%,
    100% {
        box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
    }

    50% {
        box-shadow: 0 5px 25px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.2);
    }
}.intro-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);background:radial-gradient(circle at center,#153a5c 0%,#0d2f4b 100%);overflow:hidden;padding-top:0}.nosotros-section{position:relative;width:100%;padding:100px 50px;background:var(--bg-primary);display:flex;justify-content:center;background:radial-gradient(circle at 80% 50%,rgba(215,14,25,.1) 0%,rgba(13,47,75,0) 60%);z-index:2;opacity:0;transform:translateY(100px) scale(.95);transition:all 1s cubic-bezier(.16,1,.3,1)}.nosotros-section.section-visible{opacity:1;transform:translateY(0) scale(1)}.nosotros-container{width:100%;max-width:1400px;display:flex;justify-content:stretch;align-items:stretch;gap:0;overflow:hidden;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.3)}.nosotros-image-col{flex:1;min-height:100px;position:relative}.nosotros-image-col img{width:100%;height:100%;object-fit:cover}.nosotros-content-col{flex:1;background:#051421;padding:50px;display:flex;flex-direction:column;justify-content:center}.nosotros-label{font-size:.9rem;font-weight:600;letter-spacing:2px;color:var(--cta-primary);text-transform:uppercase;margin-bottom:30px;display:block}.nosotros-text{width:100%}.nosotros-text p{font-family:'Google Sans',sans-serif;font-size:clamp(1rem,1.3vw,1.35rem);line-height:1.65;color:var(--text-white);font-weight:300;margin-bottom:20px}.nosotros-text p:last-child{margin-bottom:0}.nosotros-text .word{display:inline-block;opacity:0;transform:translateY(20px);transition:opacity .5s ease , transform .5s cubic-bezier(.2,.8,.2,1);white-space:pre-wrap}.nosotros-text .word.visible{opacity:1;transform:translateY(0)}.text-purple,.text-cyan,.text-yellow{color:var(--cta-primary);font-weight:800;font-size:1.1em;letter-spacing:1px;text-shadow:0 0 5px rgba(255,26,43,.8) , 0 0 10px rgba(255,26,43,.6) , 0 0 20px rgba(255,26,43,.4) , 0 0 40px rgba(255,26,43,.2);transition:all .3s ease;animation:text-pulse 3s infinite ease-in-out}.text-purple:hover,.text-cyan:hover,.text-yellow:hover{text-shadow:0 0 10px rgba(255,26,43,1) , 0 0 20px rgba(255,26,43,.8) , 0 0 40px rgba(255,26,43,.6);transform:scale(1.05)}@keyframes text-pulse {

    0%,
    100% {
        filter: brightness(1);
        text-shadow: 0 0 5px rgba(255, 26, 43, 0.6), 0 0 15px rgba(255, 26, 43, 0.3);
    }

    50% {
        filter: brightness(1.3);
        text-shadow: 0 0 10px rgba(255, 26, 43, 0.9), 0 0 25px rgba(255, 26, 43, 0.5);
    }
}@media (max-width:1024px){.nosotros-container{flex-direction:column;height:auto}.nosotros-image-col{min-height:300px;width:100%}.nosotros-content-col{padding:40px;width:100%}}.hero-container{position:relative;width:100%;max-width:1600px;height:80vh;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding:0 80px}.hero-visual-carousel-container{position:relative;width:605px;height:605px;justify-self:end;display:flex;flex-direction:column;align-items:center;gap:80px}.hero-visual-carousel{position:relative;width:100%;height:100%;z-index:5;display:flex;justify-content:center;align-items:center;perspective:1500px}.video-card{position:absolute;width:100%;height:100%;border-radius:40px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.6);transition:all .9s cubic-bezier(.4,0,.2,1);opacity:0;z-index:1;cursor:pointer}.video-card:first-of-type{opacity:1;z-index:10;transform:scale(1) translateY(0);border:5px solid var(--cta-primary)}.video-card:nth-of-type(2) {opacity:.7;z-index:5;transform:scale(.92) translateY(-70px)}.video-card:nth-of-type(3) {opacity:.7;z-index:5;transform:scale(.92) translateY(70px)}.video-card:nth-of-type(4) {opacity:.4;z-index:2;transform:scale(.85) translateY(-140px)}.carousel-indicator-arrow{position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:45px;height:55px;background-color:var(--cta-primary);clip-path:polygon(0 0,0% 100%,100% 50%);z-index:20;filter:drop-shadow(5px 0 10px rgba(255,26,43,.4))}.carousel-nav{display:flex;gap:20px}.carousel-nav button{background:rgba(13,47,75,.4);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);color:#fff;width:55px;height:55px;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.carousel-nav button:hover{background:var(--cta-primary);border-color:var(--cta-primary);transform:scale(1.15);box-shadow:0 0 20px rgba(255,26,43,.4)}.card-video{width:100%;height:100%;object-fit:cover}.hero-content-layer{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;z-index:10;padding-left:20px}.hero-logo-top{width:180px;margin-bottom:30px;z-index:10;filter:drop-shadow(0 5px 15px rgba(0,0,0,.5))}.hero-title{font-family:'Google Sans',sans-serif;font-size:clamp(2.5rem,5vw,6rem);line-height:.9;text-align:left;color:#fff;display:flex;flex-direction:column;text-shadow:0 10px 30px rgba(0,0,0,.5);margin-bottom:40px}.hero-title span{display:block}.line-1,.line-2,.line-3{transform:none;z-index:12}.line-2{color:transparent;-webkit-text-stroke:2px #fff;color:#fff}.hero-cta-pill{margin-top:20px;background-color:var(--cta-primary);color:var(--text-white);padding:20px 50px;border-radius:50px;font-weight:700;text-transform:uppercase;text-decoration:none;font-size:1.1rem;pointer-events:auto;box-shadow:0 10px 30px rgba(255,26,43,.6);transition:transform .3s ease , box-shadow .3s ease;z-index:20;animation:pulse-glow 2s ease-in-out infinite;align-self:center}.hero-cta-pill:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px rgba(255,26,43,.8)}@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 10px 30px rgba(255, 26, 43, 0.6);
    }

    50% {
        box-shadow: 0 10px 40px rgba(255, 26, 43, 0.9), 0 0 25px rgba(255, 26, 43, 0.5);
    }
}.scroll-indicator{margin-top:120px;color:var(--text-white);font-size:1.5rem;z-index:20;animation:bounce 2s infinite;opacity:.6;cursor:pointer;align-self:center;display:flex;flex-direction:column;align-items:center;gap:10px}@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}@media (max-width:1024px){.hero-visual-carousel{width:440px;height:440px}.main-container{grid-template-columns:repeat(2,1fr);height:auto;gap:15px;padding:0 20px 60px}.column{height:350px;flex:none;border-radius:20px;border:none}}@media (max-width:768px){header{padding:10px 20px!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;height:70px!important}.header-left,.header-right{display:flex!important;align-items:center!important;height:100%}.hamburger-btn{margin:0;justify-content:center}.menu-link{font-size:2rem}.hero-container{grid-template-columns:1fr;padding:40px 20px 100px;gap:15px;height:auto;padding-top:120px}.brands-grid{margin-bottom:50px!important}.split-section{padding-bottom:50px!important}.hero-visual-carousel{width:100%;max-width:330px;height:330px;justify-self:center;margin:40px auto 10px;order:-1}.hero-content-layer{align-items:center;padding-left:0;text-align:center}.hero-title{font-size:2.2rem;text-align:center;align-items:center;line-height:1.1;margin-bottom:30px}.hero-logo-top{width:100px;margin-top:0;margin-bottom:20px}.nosotros-label{position:static;margin-bottom:20px;width:100%;text-align:center}.nosotros-text{font-size:1.2rem}.nosotros-container{flex-direction:column;gap:20px}.main-container{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;grid-template-columns:none!important;gap:15px!important;padding:0 20px 40px!important}.column{width:100%!important;height:300px!important;flex:0 0 300px!important;border:none!important;border-radius:15px!important}.split-section{clear:both;position:relative;z-index:2;margin-top:0}}.main-container{display:grid;grid-template-columns:repeat(4,1fr);flex-grow:1;width:100%;min-height:75vh;gap:20px;padding:0 40px 100px;z-index:3;opacity:0;transform:translateY(120px) scale(.9);transition:all 1.2s cubic-bezier(.16,1,.3,1)}.main-container.section-visible{opacity:1;transform:translateY(0) scale(1)}.column{position:relative;height:100%;overflow:hidden;cursor:pointer;border-radius:30px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.column:last-child{border-right:none}.column-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .8s ease;filter:brightness(.5)}.content{position:absolute;bottom:0;left:0;width:100%;padding:40px;box-sizing:border-box;transition:background .4s ease}.content-header{display:flex;align-items:center;gap:15px;margin-bottom:5px}.number{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;opacity:.6;transition:all .4s ease}.title{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:1.2;transition:transform .4s ease}.description{font-size:.9rem;line-height:1.6;color:#fff;opacity:0;max-height:0;transform:translateY(20px);transition:all .5s ease;width:100%;max-width:300px}.arrow-icon{margin-top:20px;font-size:1.2rem;opacity:0;transform:translateX(-10px);transition:all .4s ease}.column.highlight .column-bg{filter:brightness(.8);transform:scale(1.05)}.column.highlight .content{background:linear-gradient(135deg,var(--cta-primary) 0%,#c00 100%);min-height:15vh;display:flex;flex-direction:column;justify-content:flex-end}.column.highlight .number{opacity:1;font-size:3rem}.column.highlight .title{transform:translateY(0)}.column.highlight .description{opacity:1;max-height:200px;transform:translateY(0);margin-top:10px;margin-bottom:10px}.column.highlight .arrow-icon{opacity:1;transform:translateX(0)}.contact-footer{background:#061423;padding:80px 50px 30px;position:relative;color:#fff;border-top:5px solid var(--cta-primary)}.footer-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:60px}.footer-title{font-family:'Archivo Black',sans-serif;font-size:3rem;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.footer-subtitle{font-family:'Google Sans',sans-serif;font-size:1.1rem;color:#94a3b8;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.contact-item{display:flex;align-items:center;gap:20px}.contact-item i{font-size:1.5rem;color:var(--cta-primary);width:30px;text-align:center}.contact-item a,.contact-item p{color:#fff;text-decoration:none;font-size:1.1rem;font-family:'Google Sans',sans-serif;transition:color .3s}.contact-item a:hover{color:var(--cta-primary)}.footer-social{display:flex;gap:20px}.social-link{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.2rem;transition:all .3s ease;border:1px solid transparent}.social-link:hover{background:var(--cta-primary);transform:translateY(-5px);box-shadow:0 5px 15px rgba(255,26,43,.4)}.footer-form-container{background:rgba(255,255,255,.05);padding:40px;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group input,.form-group textarea{width:100%;padding:15px 20px;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-family:'Google Sans',sans-serif;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--cta-primary);background:rgba(0,0,0,.5);box-shadow:0 0 10px rgba(255,26,43,.2)}.submit-btn{padding:18px 30px;background:var(--cta-primary);color:#fff;border:none;border-radius:50px;font-family:'Google Sans',sans-serif;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;letter-spacing:1px}.submit-btn:hover{background:#fff;color:var(--cta-primary);transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,26,43,.4)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:60px;padding-top:30px;text-align:center}.footer-bottom p{color:rgba(255,255,255,.4);font-size:.9rem}@media (max-width:992px){.footer-grid{grid-template-columns:1fr;gap:50px}.footer-info{text-align:center;align-items:center;display:flex;flex-direction:column}.contact-details{align-items:center}}.floating-squares-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none}.bg-square{position:absolute;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);border-radius:8px;pointer-events:auto;transition:transform .6s cubic-bezier(.2,.8,.2,1) , opacity .5s;box-shadow:0 10px 30px rgba(0,0,0,.1)}.mouse-gradient{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:#0d2f4b;background:radial-gradient(800px circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(21,58,92,.4),#0d2f4b 40%);pointer-events:none;will-change:background}.split-section{padding:100px 50px;background:transparent;border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:4;opacity:0;transform:translateY(150px) scale(.92);transition:all 1.3s cubic-bezier(.16,1,.3,1)}.split-section.section-visible{opacity:1;transform:translateY(0) scale(1)}.split-container{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:50px}.section-label{flex:1;max-width:200px;font-size:.9rem;font-weight:600;letter-spacing:2px;color:var(--cta-primary);text-transform:uppercase;position:relative;padding-top:5px;position:sticky;top:100px}.section-content-wrapper{flex:3;display:flex;flex-direction:column;gap:40px}.section-intro{font-family:'Google Sans',sans-serif;font-size:1.5rem;color:#fff;font-weight:300;margin-bottom:20px}.brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.brand-card{background:#fff;border:none;border-radius:12px;overflow:hidden;transition:transform .3s ease , box-shadow .3s ease;display:flex;flex-direction:column}.brand-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.brand-image-wrapper{height:200px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;padding:30px}.brand-img-bg{width:100%;height:100%;object-fit:contain;opacity:1;transition:transform .3s}.brand-card:hover .brand-img-bg{transform:scale(1.05)}.brand-overlay,.brand-logo-text{display:none}.brand-info{padding:25px;background:#fff;flex-grow:1;border-top:1px solid #f1f1f1}.brand-info h3{color:#0d2f4b;margin-bottom:8px;font-family:'Google Sans',sans-serif;font-size:1.3rem;font-weight:700}.brand-info p{color:#64748b;font-size:.95rem;line-height:1.5}.slider-container{width:100%;position:relative;display:flex;align-items:center;gap:0;perspective:2000px}.slider-btn{position:absolute;top:40%;transform:translateY(-50%);width:70px;height:70px;border-radius:50%;background:rgba(13,47,75,.4);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:all .3s;z-index:20;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.slider-btn:hover{background:var(--cta-primary);border-color:var(--cta-primary);transform:translateY(-50%) scale(1.1);box-shadow:0 0 20px rgba(255,26,43,.5)}.prev-btn{left:30px}.next-btn{right:30px}.slider-track-window{overflow:hidden;width:100%;border-radius:20px;box-shadow:0 30px 60px rgba(0,0,0,.6);background:var(--cta-primary);position:relative}.slider-track{display:flex;gap:0;transition:transform 1s cubic-bezier(.16,1,.3,1)}.slide-card{min-width:100%;width:100%;flex-shrink:0;position:relative;overflow:hidden;display:flex;flex-direction:column}.slide-image{height:500px;width:100%;position:relative;overflow:hidden}.slide-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.3);transition:transform 2s cubic-bezier(.25,.46,.45,.94) , filter 1s ease;filter:brightness(.7) grayscale(30%)}.slide-card.active .slide-image img{transform:scale(1.05);filter:brightness(1)}.slide-info-content{padding:30px 40px;display:flex;justify-content:flex-start;align-items:center;gap:30px;width:100%;min-height:120px;margin:0;position:relative;z-index:5}.fixed-thumbnails{position:absolute;bottom:30px;right:40px;display:flex;gap:15px;z-index:10}.info-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}.info-title{font-size:1.8rem;font-weight:800;color:#fff;font-family:'Google Sans',sans-serif;margin:0;line-height:1.2}.info-desc{font-size:1rem;color:#fff;line-height:1.4;max-width:600px;font-family:'Google Sans',sans-serif;opacity:.9}.info-thumbnails{display:flex;gap:15px}.thumb{width:100px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:all .3s ease;cursor:pointer;box-shadow:0 5px 15px rgba(0,0,0,.2)}.thumb.active{border-color:#fff;transform:scale(1.1)}.thumb img{width:100%;height:100%;object-fit:cover}.slide-card.active .info-title,.slide-card.active .info-desc{animation:fadeInUp .8s forwards}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}@media (max-width:1024px){.slide-info-content{flex-direction:column;align-items:flex-start;gap:20px;padding:30px}.info-text{gap:10px}.info-desc{max-width:100%}}@media (max-width:768px){.slide-image{height:350px}.slider-btn{width:40px;height:40px;font-size:1rem;top:35%;left:10px}.next-btn{right:10px}.fixed-thumbnails{position:relative;bottom:0;right:0;margin:20px 0 10px;display:flex;justify-content:center;width:100%;gap:15px;z-index:10;padding:0}.slide-info-content{padding:30px 20px 10px;min-height:auto}.info-title{font-size:1.25rem}.info-desc{font-size:.85rem;max-width:100%;line-height:1.4}.slider-track-window{height:auto;overflow:visible;background:var(--cta-primary);padding-bottom:10px}.slider-track-window{overflow:hidden}.split-container{flex-direction:column;gap:30px}.section-label{position:static;max-width:100%;margin-bottom:20px;top:0}.section-content-wrapper{width:100%}.thumb{width:70px;height:42px}}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.news-card{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden;transition:transform .3s , box-shadow .3s;display:flex;flex-direction:column}.news-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.04);box-shadow:0 10px 30px rgba(0,0,0,.3)}.news-image{width:100%;height:180px;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.news-card:hover .news-image img{transform:scale(1.1)}.news-body{padding:20px}.news-date{font-size:.8rem;color:var(--cta-primary);font-weight:700;margin-bottom:10px;letter-spacing:1px}.news-body h3{font-size:1.2rem;color:#fff;margin-bottom:10px;font-family:'Google Sans',sans-serif;line-height:1.3}.news-body p{color:#94a3b8;font-size:.9rem;margin-bottom:20px;line-height:1.5}.read-more{display:inline-block;margin-top:auto;background:transparent;border:1px solid var(--cta-primary);color:var(--cta-primary);padding:10px 25px;text-decoration:none;font-size:.9rem;font-weight:600;border-radius:30px;transition:all .3s;text-transform:uppercase;letter-spacing:1px;align-self:flex-start}.read-more:hover{background:var(--cta-primary);color:#fff;box-shadow:0 0 20px rgba(255,26,43,.5);transform:translateY(-2px)}@media (max-width:1024px){.split-container{flex-direction:column;gap:50px;overflow:visible}.section-label{position:static!important;margin-bottom:30px;width:100%;max-width:100%;text-align:center}.split-section{padding:80px 20px;overflow:visible}.brands-grid,.news-grid{grid-template-columns:1fr;margin-bottom:60px}.section-content-wrapper{gap:30px;padding-bottom:20px}}.clients-section{padding:60px 0;background:#fff;position:relative;z-index:5}.clients-title-small{text-align:center;color:#64748b;font-size:.9rem;letter-spacing:2px;margin-bottom:40px;text-transform:uppercase;font-weight:700}.clients-track-container{overflow:hidden;white-space:nowrap;position:relative;width:100%}.clients-track-container::before,.clients-track-container::after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.clients-track-container::before{left:0;background:linear-gradient(to right,#fff,transparent)}.clients-track-container::after{right:0;background:linear-gradient(to left,#fff,transparent)}.clients-track{display:inline-block;animation:marquee 40s linear infinite;will-change:transform}.clients-track:hover{animation-play-state:paused}.client-logo{display:inline-flex;align-items:center;justify-content:center;margin:0 50px;height:80px;opacity:1;transition:all .3s;filter:grayscale(100%);opacity:.6}.client-logo:hover{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.client-logo img{height:100%;width:auto;object-fit:contain}.client-logo i{font-size:1.5rem;color:#0d2f4b}@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}footer{background:#051421;padding:60px 0 20px;color:#fff;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1400px;margin:0 auto;padding:0 40px}.footer-columns{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;margin-bottom:40px;text-align:center}.footer-col{display:flex;flex-direction:column;align-items:center}.footer-col:first-child,
.footer-col:nth-child(2),
.footer-col:nth-child(3),
.footer-col:last-child {align-items:center;text-align:center;width:100%}.footer-col h4{margin-bottom:15px;font-family:'Google Sans',sans-serif;color:#fff;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;opacity:.5}.footer-col p{color:#94a3b8;line-height:1.6;margin-bottom:5px;font-size:.95rem}.footer-logo{width:160px;opacity:1;margin-bottom:0}.footer-logo:hover{opacity:1}.social-links a{display:inline-flex;justify-content:center;align-items:center;width:45px;height:45px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;text-decoration:none;transition:all .3s;font-size:1.2rem}.social-links a:hover{background:var(--cta-primary);border-color:var(--cta-primary);transform:translateY(-3px)}.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.05);padding-top:20px;display:flex;justify-content:space-between;align-items:center;color:#475569;font-size:.85rem}@media (max-width:768px){.footer-columns{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-col:first-child,
    .footer-col:nth-child(3),
    .footer-col:last-child {align-items:center}.footer-bottom-bar{flex-direction:column;gap:10px}}.viewer-360-container{width:100%;margin-top:20px}.viewer-360-wrapper{position:relative;width:100%;height:600px;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px rgba(0,0,0,.6);background:#000;cursor:grab;user-select:none}.viewer-360-wrapper:active{cursor:grabbing}.panorama-image{width:100%;height:100%;background-size:auto 100%;background-position:0 center;background-repeat:repeat-x;pointer-events:none;will-change:background-position}.viewer-360-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;pointer-events:none;z-index:10}.viewer-instructions{text-align:center;color:#fff;animation:pulse 2s ease-in-out infinite}.viewer-instructions i{font-size:3rem;margin-bottom:15px;display:block;color:var(--cta-primary)}.viewer-instructions p{font-size:1.2rem;font-family:'Google Sans',sans-serif;font-weight:300;letter-spacing:1px;margin:0}@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}@media (max-width:1024px){.viewer-360-wrapper{height:450px}.viewer-instructions i{font-size:2.5rem}.viewer-instructions p{font-size:1rem}}@media (max-width:768px){.viewer-360-wrapper{height:350px;border-radius:12px}.viewer-instructions i{font-size:2rem}.viewer-instructions p{font-size:.9rem}}body,html{font-family:'Inter','Google Sans',-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}header{transition:background .4s ease , backdrop-filter .4s ease , box-shadow .4s ease}header.scrolled{position:fixed;background:rgba(5,20,33,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(255,255,255,.06) , 0 8px 32px rgba(0,0,0,.3)}.floating-squares-container{display:none!important}.intro-section{min-height:100vh!important;width:100%!important;padding-top:140px!important;padding-bottom:100px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:20!important;overflow:hidden!important;background:#051421!important}.intro-section::before{content:''!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;background:radial-gradient(circle at center,rgba(5,20,33,.25) 0%,rgba(5,20,33,.5) 100%) , linear-gradient(180deg,rgba(5,20,33,.4) 0%,rgba(5,20,33,.15) 50%,rgba(5,20,33,.55) 100%)!important;z-index:2!important;pointer-events:none!important}.hero-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;max-width:1000px!important;margin:0 auto!important;padding:40px 20px!important;height:auto!important;position:relative!important;z-index:25!important;grid-template-columns:none!important}.hero-content-layer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;padding:0!important;margin:0!important;align-self:center!important}.hero-visual-carousel-container{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;z-index:1!important;pointer-events:none!important;overflow:hidden!important;display:block!important}.hero-visual-carousel{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;z-index:1!important;perspective:none!important}.hero-visual-carousel .video-card{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:0!important;border:none!important;box-shadow:none!important;transform:none!important;opacity:0!important;z-index:1!important;transition:opacity 1.2s ease-in-out!important;cursor:default!important}.hero-visual-carousel .video-card:first-of-type{opacity:.88!important;z-index:2!important;transform:none!important;border:none!important}.hero-visual-carousel .video-card:nth-of-type(2),
.hero-visual-carousel .video-card:nth-of-type(3),
.hero-visual-carousel .video-card:nth-of-type(4) {opacity:0!important;z-index:1!important;transform:none!important;border:none!important}.hero-visual-carousel .card-video{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;display:block!important}.carousel-audio-btn{position:absolute!important;bottom:35px!important;right:35px!important;z-index:100!important;width:48px!important;height:48px!important;border-radius:50%!important;background:rgba(5,20,33,.85)!important;backdrop-filter:blur(12px)!important;border:1.5px solid rgba(255,255,255,.3)!important;color:#fff!important;font-size:1.05rem!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;box-shadow:0 6px 20px rgba(0,0,0,.5)!important;pointer-events:auto!important}.carousel-audio-btn:hover{background:var(--cta-primary)!important;border-color:var(--cta-primary)!important;color:#fff!important;transform:scale(1.12)!important;box-shadow:0 0 25px rgba(255,26,43,.8)!important}.carousel-audio-btn.unmuted{background:var(--cta-primary)!important;border-color:#fff!important;box-shadow:0 0 25px rgba(255,26,43,.95) , 0 0 10px rgba(255,255,255,.6)!important}.carousel-nav{display:none!important}.hero-logo-top{width:220px!important;margin-bottom:24px!important;margin-top:0!important;display:block!important;filter:drop-shadow(0 8px 24px rgba(0,0,0,.8))!important;transition:transform .3s ease!important}.hero-logo-top:hover{transform:scale(1.03)!important}.hero-eyebrow{font-size:.75rem;letter-spacing:4px;color:var(--cta-primary);font-weight:700;opacity:1;text-transform:uppercase;margin-bottom:12px}.hero-title{font-family:'Inter',sans-serif;font-size:clamp(2rem,4.2vw,3.8rem)!important;font-weight:800;line-height:1.15!important;letter-spacing:-1.5px;text-align:center!important;align-items:center!important;margin-bottom:24px!important;text-shadow:0 10px 30px rgba(0,0,0,.85)!important}.line-1{color:#fff;display:block;text-align:center!important}.line-2{color:rgba(255,255,255,.85)!important;-webkit-text-stroke:0!important;display:block;text-align:center!important}.line-3{color:var(--cta-primary)!important;font-weight:900;text-shadow:0 0 45px rgba(255,26,43,.4);display:block;text-align:center!important}.hero-subtitle{font-family:'Inter',sans-serif;font-size:clamp(1rem,1.3vw,1.25rem)!important;font-weight:500!important;color:rgba(255,255,255,.92)!important;line-height:1.6!important;border-left:none!important;border-top:2px solid var(--cta-primary)!important;padding-left:0!important;padding-top:14px!important;margin:0 auto 36px auto!important;max-width:700px!important;text-align:center!important;white-space:normal!important;text-shadow:0 4px 15px rgba(0,0,0,.7)!important}.hero-ctas{display:flex!important;flex-direction:row!important;gap:16px!important;align-items:center!important;justify-content:center!important;margin:0 auto!important}.hero-cta-pill,.hero-cta-ghost{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:52px!important;padding:0 32px!important;font-family:'Inter',sans-serif!important;font-size:.82rem!important;font-weight:700!important;letter-spacing:1.5px!important;text-transform:uppercase!important;border-radius:4px!important;box-sizing:border-box!important;line-height:1!important;margin:0!important;vertical-align:middle!important;transition:all .3s ease!important}.hero-cta-pill{background:var(--cta-primary)!important;color:#fff!important;border:none!important;box-shadow:0 8px 25px rgba(255,26,43,.4)!important}.hero-cta-ghost{background:rgba(255,255,255,.05)!important;color:rgba(255,255,255,.85)!important;border:1.5px solid rgba(255,255,255,.25)!important;backdrop-filter:blur(8px)!important}.hero-cta-pill i{font-size:.65rem;margin-right:8px;transition:transform .3s ease}.hero-cta-pill:hover i{transform:translateX(4px)}.nosotros-section{background:#051421!important;padding:100px 40px!important;position:relative!important}.nosotros-container{max-width:1360px!important;margin:0 auto!important;display:flex!important;align-items:center!important;background:rgba(8,24,38,.95)!important;border:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(16px)!important;border-radius:24px!important;box-shadow:0 30px 80px rgba(0,0,0,.6)!important;overflow:hidden!important;transition:border-color .4s ease , box-shadow .4s ease!important}.nosotros-container:hover{border-color:rgba(255,255,255,.18)!important;box-shadow:0 40px 100px rgba(0,0,0,.75)!important}.nosotros-image-col{flex:1.15!important;position:relative!important;min-height:500px!important;overflow:hidden!important}.nosotros-image-col::after{content:''!important;position:absolute!important;top:0!important;right:0!important;width:140px!important;height:100%!important;background:linear-gradient(to right,transparent,rgba(8,24,38,.95))!important;pointer-events:none!important}.nosotros-image-col img{width:100%!important;height:100%!important;object-fit:cover!important;filter:brightness(.85) contrast(1.02)!important;transition:transform .8s cubic-bezier(.16,1,.3,1) , filter .8s ease!important}.nosotros-container:hover .nosotros-image-col img{filter:brightness(.95) contrast(1.05)!important;transform:scale(1.03)!important}.nosotros-content-col{flex:1.35!important;padding:64px 60px!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.nosotros-content-col::before{content:''!important;position:absolute!important;left:0!important;top:15%!important;height:70%!important;width:3px!important;background:linear-gradient(to bottom,transparent,rgba(255,26,43,.4),transparent)!important;border-radius:3px!important}.nosotros-label{margin-bottom:28px!important;display:inline-block!important}.nosotros-label span{font-family:'Inter',sans-serif!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:3px!important;padding:8px 20px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:30px!important;color:#fff!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;gap:8px!important;text-transform:uppercase!important}.nosotros-text p{font-family:'Inter',sans-serif!important;font-size:clamp(1.2rem,1.7vw,1.58rem)!important;line-height:1.75!important;color:rgba(255,255,255,.78)!important;font-weight:400!important;letter-spacing:-.2px!important;margin:0!important}.nosotros-text p .text-highlight,.nosotros-text p .text-purple{color:#fff!important;font-weight:700!important;border-bottom:2px solid var(--cta-primary)!important;padding-bottom:2px!important}@media (max-width:992px){.nosotros-container{flex-direction:column!important}.nosotros-image-col{min-height:320px!important;width:100%!important}.nosotros-image-col::after{width:100%!important;height:100px!important;bottom:0!important;top:auto!important;background:linear-gradient(to bottom,transparent,rgba(8,28,44,.95))!important}.nosotros-content-col{padding:40px 30px!important;width:100%!important}.nosotros-content-col::before{display:none!important}}.column{border-radius:18px!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275) , box-shadow .4s ease!important}.column:hover{box-shadow:0 24px 60px rgba(0,0,0,.45)}.column-bg{filter:brightness(.35)!important;transition:filter .6s ease , transform .8s ease!important}.column.highlight .column-bg{filter:brightness(.65)!important}.title{font-family:'Inter',sans-serif;font-size:.95rem!important;font-weight:700;letter-spacing:.3px;line-height:1.3}.description{font-family:'Inter',sans-serif;font-size:.85rem!important;line-height:1.7!important;color:rgba(255,255,255,.8)!important}.number{font-family:'Inter',sans-serif;font-size:1.8rem!important;font-weight:900;opacity:.22!important}.column.highlight .number{opacity:.75!important}.section-label{font-family:'Inter',sans-serif;font-size:.62rem!important;font-weight:700;letter-spacing:3.5px;color:rgba(255,255,255,.28)!important;position:relative;padding-left:18px!important;padding-top:2px}.section-label::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:2px;background:var(--cta-primary);border-radius:2px}.section-intro{font-family:'Inter',sans-serif!important;font-size:clamp(1.5rem,2.3vw,2.3rem)!important;font-weight:700!important;color:#fff!important;line-height:1.25!important;letter-spacing:-.5px;margin-bottom:0!important}.brands-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:18px!important}a.brand-card,.brand-card{text-decoration:none!important;color:inherit!important;display:block!important;border-radius:14px!important;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.05)!important;transition:transform .35s cubic-bezier(.175,.885,.32,1.275) , box-shadow .35s ease!important;background:#fff!important}a.brand-card:hover,.brand-card:hover{cursor:pointer!important;transform:translateY(-8px) scale(1.01)!important;box-shadow:0 24px 60px rgba(0,0,0,.13) , 0 0 0 2px rgba(255,26,43,.15)!important}.innovation-card{position:relative;display:grid!important;grid-template-columns:1.1fr .9fr!important;gap:40px!important;align-items:center!important;background:linear-gradient(135deg,#051827 0%,#0c2a44 50%,#061928 100%)!important;border:1.5px solid rgba(255,255,255,.14)!important;border-radius:24px!important;padding:48px!important;box-shadow:0 30px 80px rgba(0,0,0,.6) , inset 0 1px 0 rgba(255,255,255,.18)!important;overflow:hidden;transition:all .4s ease!important}.innovation-card:hover{border-color:rgba(255,26,43,.45)!important;box-shadow:0 40px 90px rgba(0,0,0,.7) , 0 0 35px rgba(255,26,43,.25)!important}.innovation-content{display:flex!important;flex-direction:column!important;align-items:flex-start!important;z-index:2!important}.innovation-badge{display:inline-flex!important;align-items:center!important;gap:10px!important;background:rgba(255,26,43,.12)!important;border:1.5px solid rgba(255,26,43,.45)!important;color:#f34!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:2.2px!important;text-transform:uppercase!important;padding:7px 18px!important;border-radius:30px!important;margin-bottom:22px!important;box-shadow:0 4px 15px rgba(255,26,43,.2)!important}.pulse-dot{width:8px;height:8px;background-color:var(--cta-primary);border-radius:50%;box-shadow:0 0 10px var(--cta-primary);animation:pulseGlow 1.8s infinite ease-in-out}@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}.innovation-title{font-family:'Inter',sans-serif!important;font-size:clamp(2rem,3.2vw,2.8rem)!important;font-weight:900!important;line-height:1.15!important;margin-bottom:18px!important;letter-spacing:-1px!important;display:flex!important;flex-direction:column!important}.inn-title-primary{background:linear-gradient(135deg,#fff 0%,#ff4d5a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 15px rgba(255,26,43,.3))}.inn-title-sub{color:#fff;font-size:.75em;opacity:.9}.innovation-desc{font-family:'Inter',sans-serif!important;font-size:1.02rem!important;color:rgba(255,255,255,.88)!important;line-height:1.65!important;max-width:780px!important;margin-bottom:30px!important}.innovation-features{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-bottom:36px!important}.inn-feat-item{display:flex!important;align-items:center!important;gap:10px!important;background:rgba(255,255,255,.07)!important;backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.14)!important;padding:11px 20px!important;border-radius:12px!important;color:#fff!important;font-size:.88rem!important;font-weight:600!important;transition:all .3s ease!important}.inn-feat-item:hover{background:rgba(255,26,43,.12)!important;border-color:rgba(255,26,43,.4)!important;transform:translateY(-2px)!important}.inn-feat-item i{color:var(--cta-primary)!important;font-size:.95rem!important}.innovation-cta-btn{display:inline-flex!important;align-items:center!important;gap:14px!important;background:var(--cta-primary)!important;color:#fff!important;text-decoration:none!important;font-family:'Inter',sans-serif!important;font-weight:800!important;font-size:.85rem!important;letter-spacing:1.8px!important;text-transform:uppercase!important;padding:18px 38px!important;border-radius:6px!important;box-shadow:0 10px 30px rgba(255,26,43,.45)!important;transition:all .35s cubic-bezier(.175,.885,.32,1.275)!important}.innovation-cta-btn:hover{transform:translateY(-4px) scale(1.03)!important;box-shadow:0 18px 45px rgba(255,26,43,.7)!important;background:#ff2a3b!important}.innovation-cta-btn i{transition:transform .3s ease!important;font-size:.85rem!important}.innovation-cta-btn:hover i{transform:translateX(6px)!important}.innovation-video-box{width:100%!important;height:100%!important;min-height:320px!important;max-height:420px!important;border-radius:20px!important;overflow:hidden!important;border:1.5px solid rgba(255,255,255,.18)!important;box-shadow:0 25px 60px rgba(0,0,0,.75)!important;position:relative!important;background:#000!important}.innovation-video-player{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.innovation-play-overlay{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:rgba(5,20,33,.62)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:none!important;cursor:pointer!important;z-index:10!important;transition:opacity .4s ease , visibility .4s ease!important}.play-overlay-circle{width:80px!important;height:80px!important;border-radius:50%!important;background:var(--cta-primary)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:1.7rem!important;padding-left:5px!important;box-shadow:0 0 40px rgba(255,26,43,.85) , 0 0 0 12px rgba(255,26,43,.25)!important;transition:all .35s cubic-bezier(.175,.885,.32,1.275)!important}.innovation-play-overlay:hover .play-overlay-circle{transform:scale(1.15)!important;box-shadow:0 0 55px rgba(255,26,43,1) , 0 0 0 18px rgba(255,26,43,.3)!important;background:#ff2a3b!important}.play-overlay-text{margin-top:16px!important;font-family:'Inter',sans-serif!important;font-size:.8rem!important;font-weight:800!important;letter-spacing:2.5px!important;color:#fff!important;text-shadow:0 3px 12px rgba(0,0,0,.9)!important;transition:transform .3s ease!important}.innovation-play-overlay:hover .play-overlay-text{transform:translateY(2px)!important}.innovation-video-box.playing .innovation-play-overlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.brand-image-wrapper{height:150px!important;padding:24px 32px!important;background:#f8f9fb!important;border-bottom:1px solid #eeeff1}.brand-img-bg{transition:transform .4s cubic-bezier(.175,.885,.32,1.275)!important}.brand-card:hover .brand-img-bg{transform:scale(1.07)!important}.brand-info{padding:20px 22px 24px!important;background:#fff!important}.brand-info h3{font-family:'Inter',sans-serif!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:2.5px!important;text-transform:uppercase!important;color:#0d2f4b!important;margin-bottom:8px!important}.brand-info p{font-family:'Inter',sans-serif!important;font-size:.86rem!important;color:#718096!important;line-height:1.6!important;font-weight:400!important}.slide-info-content{background:linear-gradient(135deg,#0a2035 0%,#051421 100%)!important}.info-title{font-family:'Inter',sans-serif!important;font-size:clamp(1.15rem,1.8vw,1.55rem)!important;font-weight:800!important;line-height:1.2!important;letter-spacing:-.3px}.info-desc{font-family:'Inter',sans-serif!important;font-size:.88rem!important;line-height:1.72!important;color:rgba(255,255,255,.62)!important}.info-desc strong{color:var(--cta-primary);font-weight:700}.news-card{background:rgba(4,15,26,.7)!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:14px!important;transition:transform .35s ease , box-shadow .35s ease , border-color .35s ease!important}.news-card:hover{transform:none!important;border-color:rgba(255,26,43,.2)!important;box-shadow:0 24px 60px rgba(0,0,0,.45)!important}.news-carousel-track{display:flex!important;align-items:stretch!important}.news-card{display:flex!important;flex-direction:column!important;height:auto!important}.news-image{height:200px!important;min-height:200px!important;flex-shrink:0!important;position:relative;overflow:hidden}.news-image::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:55%;background:linear-gradient(to top,rgba(4,15,26,.75),transparent);pointer-events:none}.news-body{padding:26px!important;display:flex!important;flex-direction:column!important;flex-grow:1!important}.news-body h3{font-family:'Inter',sans-serif!important;font-size:1.05rem!important;font-weight:700!important;line-height:1.35!important;letter-spacing:-.2px;min-height:48px!important;margin-bottom:10px!important}.news-body p{font-family:'Inter',sans-serif!important;font-size:.86rem!important;color:rgba(255,255,255,.65)!important;line-height:1.65!important;margin-bottom:24px!important;flex-grow:1!important}.news-date{font-family:'Inter',sans-serif!important;font-size:.65rem!important;font-weight:700;letter-spacing:2.5px;margin-bottom:8px!important}.read-more{font-family:'Inter',sans-serif!important;font-size:.7rem!important;letter-spacing:2px;font-weight:700;border-radius:4px!important;padding:8px 18px!important;border:1px solid rgba(255,26,43,.45)!important;color:rgba(255,26,43,.9)!important;background:transparent!important;transition:all .25s ease!important;margin-top:auto!important;align-self:flex-start!important;display:inline-block!important}.read-more:hover{background:var(--cta-primary)!important;color:#fff!important;border-color:var(--cta-primary)!important;box-shadow:0 8px 25px rgba(255,26,43,.3)!important;transform:translateY(-2px)!important}.clients-section{background:#fff!important;padding:72px 0!important}.clients-section-white{background:#fff!important;padding:5px 0!important;border-bottom:1px solid rgba(0,0,0,.06)!important;position:relative!important;z-index:5!important}.clients-section-white img{width:60%!important}.clients-title-dark{color:#0c1a26!important;font-family:'Inter',sans-serif!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:3.5px!important;text-transform:uppercase!important;text-align:center!important;margin-bottom:32px!important;opacity:.85!important}.clients-section-white .client-logo{opacity:.8!important;filter:grayscale(100%)!important;transition:opacity .35s ease , filter .35s ease , transform .35s ease!important}.clients-section-white .client-logo:hover{opacity:1!important;filter:grayscale(0%)!important;transform:scale(1.08)!important}.clients-title-small{font-family:'Inter',sans-serif!important;font-size:.62rem!important;font-weight:700;letter-spacing:4px;color:#b8c5ce!important;margin-bottom:44px!important}.client-logo{margin:0 18px!important;opacity:.6!important;filter:grayscale(100%)!important;transition:opacity .35s ease , filter .35s ease , transform .35s ease!important}.client-logo:hover{opacity:1!important;filter:grayscale(0%)!important;transform:scale(1.1)!important}footer{background:#030c14!important;border-top:1px solid rgba(255,26,43,.12)!important;padding:80px 0 0!important}.footer-logo{width:130px!important}.footer-tagline{font-family:'Inter',sans-serif;font-size:.85rem!important;color:rgba(255,255,255,.6)!important;line-height:1.7;max-width:280px;margin-top:5px!important;margin-bottom:22px!important;text-align:left!important}.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.04)!important;padding:22px 0 28px!important;margin-top:0!important;display:flex!important;justify-content:space-between!important;align-items:center!important;font-family:'Inter',sans-serif;font-size:.76rem!important;color:rgba(255,255,255,.16)!important}.split-section,.nosotros-section,.main-container{opacity:1!important;transform:none!important;visibility:visible!important;transition:opacity .4s ease!important}#services{margin-top:25px!important}.split-container{flex-direction:column!important;gap:24px!important}.section-label{flex:none!important;max-width:100%!important;position:relative!important;top:0!important;margin-bottom:8px!important;text-align:left!important;width:100%!important}.section-label span{font-family:'Inter',sans-serif!important;font-size:clamp(1.8rem,3.5vw,2.8rem)!important;font-weight:900!important;color:#fff!important;letter-spacing:-1px!important;text-transform:uppercase!important;display:inline-flex!important;align-items:center!important;gap:16px!important;line-height:1.1!important}.section-label span::before{content:''!important;display:inline-block!important;width:36px!important;height:4px!important;background:var(--cta-primary)!important;border-radius:4px!important;box-shadow:0 0 15px rgba(255,26,43,.7)!important}.nosotros-label{font-size:.9rem!important;font-weight:600!important;letter-spacing:2px!important;color:var(--cta-primary)!important;text-transform:uppercase!important;margin-bottom:20px!important;display:block!important}.nosotros-label span::before{display:none!important}.section-content-wrapper{flex:none!important;width:100%!important;gap:20px!important}.fullscreen-menu{background:#f8f8f7!important}.menu-link{font-family:'Inter',sans-serif!important;font-weight:900!important;letter-spacing:-3px!important;font-size:clamp(2.8rem,6.5vw,7rem)!important;line-height:.92!important;color:#0d2f4b!important;transition:color .2s ease , transform .2s ease!important}.menu-link:hover{color:var(--cta-primary)!important;transform:translateX(-12px)!important}a:focus-visible,button:focus-visible{outline:2px solid var(--cta-primary);outline-offset:3px;border-radius:4px}::selection{background:rgba(255,26,43,.2);color:#fff}img{transition:opacity .3s ease}.kpis-section{background:#051421!important;border-top:1px solid rgba(255,26,43,.25)!important;border-bottom:1px solid rgba(255,255,255,.05)!important;padding:60px 40px!important;position:relative;z-index:5}.kpis-container{max-width:1300px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:24px!important}.kpi-card{background:rgba(5,20,33,.9)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:16px!important;padding:32px 28px!important;position:relative!important;overflow:hidden!important;backdrop-filter:blur(10px)!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.kpi-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--cta-primary),transparent);opacity:.8;transition:opacity .3s ease}.kpi-card:hover{transform:translateY(-8px)!important;background:rgba(13,47,75,.95)!important;border-color:rgba(255,26,43,.5)!important;box-shadow:0 20px 40px rgba(0,0,0,.5) , 0 0 30px rgba(255,26,43,.2)!important}.kpi-card:hover::before{opacity:1}.kpi-icon-wrap{width:44px;height:44px;border-radius:10px;background:rgba(255,26,43,.15);border:1px solid rgba(255,26,43,.35);display:flex;align-items:center;justify-content:center;color:var(--cta-primary);font-size:1.2rem;margin-bottom:20px}.kpi-value-wrap{margin-bottom:8px}.kpi-number{font-family:'Inter',sans-serif!important;font-size:clamp(2.5rem,3.5vw,3.4rem)!important;font-weight:900!important;color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:-2px!important;line-height:1!important;text-shadow:0 0 25px rgba(255,26,43,.5)!important;display:inline-block!important}.kpi-title{font-family:'Inter',sans-serif!important;font-size:1.02rem!important;font-weight:700!important;color:#fff!important;letter-spacing:.3px!important;margin-bottom:6px!important}.kpi-desc{font-family:'Inter',sans-serif!important;font-size:.85rem!important;color:rgba(255,255,255,.85)!important;line-height:1.5!important;margin:0!important}.exp-carousel-wrapper{position:relative!important;width:100%!important;margin-top:15px!important}.exp-carousel-controls{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:16px!important;margin-bottom:24px!important}.exp-nav-btn{width:44px!important;height:44px!important;border-radius:50%!important;background:rgba(13,47,75,.6)!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;backdrop-filter:blur(8px)!important}.exp-nav-btn:hover{background:var(--cta-primary)!important;border-color:var(--cta-primary)!important;box-shadow:0 0 20px rgba(255,26,43,.5)!important;transform:scale(1.08)!important}.exp-carousel-wrapper{position:relative!important;width:100%!important;margin-top:15px!important}.exp-carousel-controls{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:16px!important;margin-bottom:24px!important}.exp-nav-btn{width:46px!important;height:46px!important;border-radius:50%!important;background:rgba(13,47,75,.8)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;backdrop-filter:blur(8px)!important;box-shadow:0 4px 15px rgba(0,0,0,.3)!important}.exp-nav-btn:hover{background:var(--cta-primary)!important;border-color:var(--cta-primary)!important;box-shadow:0 0 20px rgba(255,26,43,.6)!important;transform:scale(1.1)!important}.exp-indicators{display:flex!important;align-items:center!important;gap:10px!important}.exp-dot{width:10px!important;height:10px!important;border-radius:50%!important;background:rgba(255,255,255,.25)!important;cursor:pointer!important;transition:all .3s ease!important}.exp-dot.active{background:var(--cta-primary)!important;width:28px!important;border-radius:10px!important;box-shadow:0 0 12px rgba(255,26,43,.7)!important}.exp-carousel-viewport{overflow:hidden!important;width:100%!important;border-radius:20px!important;position:relative!important;cursor:grab!important}.exp-carousel-viewport:active{cursor:grabbing!important}.exp-carousel-track{display:flex!important;gap:24px!important;transition:transform .5s cubic-bezier(.16,1,.3,1)!important;will-change:transform!important;width:100%!important}.exp-slide-card{flex:0 0 calc(38.5% - 16px)!important;min-width:0!important;background:rgba(5,20,33,.85)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:20px!important;overflow:hidden!important;transition:transform .4s cubic-bezier(.175,.885,.32,1.275) , box-shadow .4s ease , border-color .4s ease!important;display:flex!important;flex-direction:column!important;box-shadow:0 15px 40px rgba(0,0,0,.4)!important;box-sizing:border-box!important;user-select:none!important}.exp-slide-card:hover{transform:none!important;border-color:rgba(255,26,43,.4)!important;box-shadow:0 25px 60px rgba(0,0,0,.6) , 0 0 30px rgba(255,26,43,.15)!important}.exp-slide-card .exp-card-media img{transition:transform .6s cubic-bezier(.16,1,.3,1) , filter .6s ease!important}.exp-slide-card:hover .exp-card-media img{transform:scale(1.08)!important;filter:brightness(.98) saturate(1.1)!important}@media (max-width:992px){.exp-slide-card{flex:0 0 100%!important}}.news-carousel-wrapper{position:relative!important;width:100%!important;margin-top:15px!important}.news-carousel-controls{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:16px!important;margin-bottom:24px!important}.news-nav-btn{width:44px!important;height:44px!important;border-radius:50%!important;background:rgba(13,47,75,.8)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .3s ease!important;backdrop-filter:blur(8px)!important}.news-nav-btn:hover{background:var(--cta-primary)!important;border-color:var(--cta-primary)!important;box-shadow:0 0 20px rgba(255,26,43,.6)!important;transform:scale(1.08)!important}.news-indicators{display:flex!important;align-items:center!important;gap:8px!important}.news-dot{width:10px!important;height:10px!important;border-radius:50%!important;background:rgba(255,255,255,.25)!important;cursor:pointer!important;transition:all .3s ease!important}.news-dot.active{background:var(--cta-primary)!important;width:26px!important;border-radius:10px!important;box-shadow:0 0 10px rgba(255,26,43,.6)!important}.news-carousel-viewport{overflow:hidden!important;width:100%!important;border-radius:20px!important;position:relative!important}.news-carousel-track{display:flex!important;gap:24px!important;transition:transform .5s cubic-bezier(.16,1,.3,1)!important;will-change:transform!important;width:100%!important}.news-card{flex:0 0 calc(38.5% - 16px)!important;min-width:0!important;background:#051421!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:20px!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:0 15px 40px rgba(0,0,0,.4)!important;transition:border-color .4s ease , box-shadow .4s ease!important;user-select:none!important}.news-card .news-image img{transition:transform .6s cubic-bezier(.16,1,.3,1) , filter .6s ease!important}.news-card:hover{transform:none!important;border-color:rgba(255,26,43,.4)!important;box-shadow:0 25px 60px rgba(0,0,0,.6) , 0 0 30px rgba(255,26,43,.15)!important}.news-card:hover .news-image img{transform:scale(1.08)!important;filter:brightness(1.05)!important}@media (max-width:992px){.news-card{flex:0 0 calc(50% - 12px)!important}}@media (max-width:640px){.news-card{flex:0 0 100%!important}}.exp-card-media{position:relative!important;height:260px!important;overflow:hidden!important}.exp-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:brightness(.85) saturate(.9)!important;transition:transform .6s ease , filter .6s ease!important}.exp-showcase-card:hover .exp-card-media img{transform:scale(1.06)!important;filter:brightness(.95) saturate(1.05)!important}.exp-card-badge{position:absolute!important;top:20px!important;left:20px!important;background:rgba(255,26,43,.9)!important;backdrop-filter:blur(8px)!important;color:#fff!important;font-family:'Inter',sans-serif!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:2px!important;padding:8px 16px!important;border-radius:30px!important;box-shadow:0 5px 15px rgba(255,26,43,.4)!important;display:flex!important;align-items:center!important;gap:8px!important}.exp-card-badge.alt{background:rgba(13,47,75,.9)!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 5px 15px rgba(0,0,0,.4)!important}.exp-card-content{padding:32px!important;display:flex!important;flex-direction:column!important;gap:16px!important;flex-grow:1!important}.exp-card-title{font-family:'Inter',sans-serif!important;font-size:1.35rem!important;font-weight:800!important;color:#fff!important;line-height:1.25!important;letter-spacing:-.3px!important;margin:0!important}.exp-card-desc{font-family:'Inter',sans-serif!important;font-size:.9rem!important;color:rgba(255,255,255,.65)!important;line-height:1.7!important;margin:0!important}.exp-card-features{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:auto!important;padding-top:10px!important}.exp-feat-tag{font-family:'Inter',sans-serif!important;font-size:.72rem!important;font-weight:600!important;color:rgba(255,255,255,.85)!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;padding:6px 14px!important;border-radius:20px!important;display:inline-flex!important;align-items:center!important;gap:6px!important}.exp-feat-tag i{color:var(--cta-primary)!important;font-size:.7rem!important}@media (max-width:1024px){.kpis-container{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.experience-showcase-grid{grid-template-columns:1fr!important;gap:24px!important}}@media (max-width:768px){header{padding:10px 20px!important;height:65px!important}.intro-section{min-height:auto!important;padding-top:85px!important;padding-bottom:50px!important;overflow:visible!important}.hero-container{display:flex!important;flex-direction:column!important;padding:0 16px!important;gap:16px!important;margin-top:0!important;align-items:center!important;overflow:visible!important}.hero-content-layer{order:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:0!important;margin:0!important;width:100%!important;opacity:1!important;visibility:visible!important;overflow:visible!important}.hero-logo-top{width:130px!important;margin:0 auto 12px auto!important;display:block!important;opacity:1!important;visibility:visible!important}.hero-title{letter-spacing:-1px!important;text-align:center!important;width:100%!important;font-size:clamp(1.6rem,5.5vw,2.2rem)!important;line-height:1.25!important;margin-bottom:10px!important;opacity:1!important;visibility:visible!important;display:block!important}.line-1,.line-2,.line-3{display:block!important;opacity:1!important;visibility:visible!important}.hero-subtitle{text-align:center!important;white-space:normal!important;border-left:none!important;border-top:2px solid var(--cta-primary)!important;padding-left:0!important;padding-top:10px!important;margin:10px auto 18px auto!important;max-width:95%!important;font-size:.98rem!important;line-height:1.5!important;opacity:1!important;visibility:visible!important;display:block!important}.hero-ctas{display:flex!important;flex-direction:column!important;width:100%!important;gap:10px!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important}.hero-cta-pill,.hero-cta-ghost{width:100%!important;max-width:280px!important;height:48px!important;justify-content:center!important;text-align:center!important;font-size:.78rem!important}.hero-visual-carousel-container{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;z-index:1!important;pointer-events:none!important;overflow:hidden!important;display:block!important}.hero-visual-carousel{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;z-index:1!important}.hero-visual-carousel .video-card{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:0!important;border:none!important;box-shadow:none!important;transform:none!important;opacity:0!important;z-index:1!important}.hero-visual-carousel .video-card:first-of-type{opacity:.85!important;z-index:2!important;transform:none!important;border:none!important}.hero-visual-carousel .video-card:nth-of-type(2),
    .hero-visual-carousel .video-card:nth-of-type(3) {opacity:0!important;z-index:1!important;transform:none!important;border:none!important}.hero-visual-carousel .card-video{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important}.carousel-nav{position:absolute!important;bottom:20px!important;right:20px!important;z-index:50!important;display:flex!important;gap:10px!important;justify-content:center!important;margin:0!important;pointer-events:auto!important}.carousel-nav button{width:38px!important;height:38px!important;font-size:.85rem!important}.nosotros-content-col{padding:32px 24px!important}.nosotros-content-col::before{display:none}.section-intro{font-size:1.45rem!important}.kpis-section{padding:48px 20px!important}.kpi-number{font-size:2.8rem!important;letter-spacing:-2px!important}.brand-image-wrapper{height:120px!important}.footer-bottom-bar{flex-direction:column!important;gap:6px;text-align:center}.innovation-card{padding:24px 18px!important;gap:22px!important;border-radius:18px!important;grid-template-columns:1fr!important;display:flex!important;flex-direction:column!important}.innovation-content{width:100%!important;align-items:center!important;text-align:center!important}.innovation-badge{font-size:.7rem!important;padding:5px 14px!important;margin:0 auto 16px auto!important}.innovation-title{font-size:clamp(1.4rem,5.5vw,1.9rem)!important;margin-bottom:12px!important;text-align:center!important;align-items:center!important}.inn-title-primary,.inn-title-sub{text-align:center!important}.inn-title-sub{font-size:.85em!important}.innovation-desc{font-size:.9rem!important;line-height:1.55!important;margin-bottom:20px!important;text-align:center!important}.innovation-features{flex-direction:column!important;align-items:center!important;gap:10px!important;width:100%!important;margin-bottom:24px!important}.inn-feat-item{width:100%!important;max-width:320px!important;justify-content:center!important;padding:9px 14px!important;font-size:.82rem!important;border-radius:10px!important}.innovation-cta-btn{width:100%!important;max-width:320px!important;justify-content:center!important;height:48px!important;padding:0 20px!important;font-size:.78rem!important;letter-spacing:1.2px!important;margin:0 auto!important}.innovation-video-box{width:100%!important;min-height:200px!important;max-height:250px!important;border-radius:14px!important;margin-top:6px!important}.play-overlay-circle{width:62px!important;height:62px!important;font-size:1.35rem!important;box-shadow:0 0 25px rgba(255,26,43,.8) , 0 0 0 8px rgba(255,26,43,.2)!important}.play-overlay-text{font-size:.7rem!important;letter-spacing:1.8px!important;margin-top:10px!important}}@media (max-width:580px){.kpis-container{grid-template-columns:1fr!important}.exp-card-media{height:200px!important}.exp-card-content{padding:24px!important}.brands-grid{grid-template-columns:1fr!important}}footer{background:#030c14!important;border-top:1px solid rgba(255,26,43,.25)!important;padding:60px 0 0!important;position:relative;z-index:5}.footer-cta-banner{background:linear-gradient(135deg,rgba(13,47,75,.9) 0%,rgba(5,20,33,.95) 100%)!important;border:1px solid rgba(255,26,43,.3)!important;border-radius:20px!important;padding:40px 50px!important;margin-bottom:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important;box-shadow:0 20px 50px rgba(0,0,0,.5) , 0 0 30px rgba(255,26,43,.12)!important;backdrop-filter:blur(12px)!important}.cta-banner-text h2{font-family:'Inter',sans-serif!important;font-size:clamp(1.4rem,2vw,1.8rem)!important;font-weight:800!important;color:#fff!important;margin:0 0 8px 0!important;letter-spacing:-.5px!important}.cta-banner-text p{font-family:'Inter',sans-serif!important;font-size:.92rem!important;color:rgba(255,255,255,.7)!important;margin:0!important;line-height:1.5!important}.cta-banner-btn{display:inline-flex!important;align-items:center!important;gap:10px!important;background:var(--cta-primary)!important;color:#fff!important;font-family:'Inter',sans-serif!important;font-size:.85rem!important;font-weight:800!important;letter-spacing:1.5px!important;text-transform:uppercase!important;padding:16px 32px!important;border-radius:50px!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 10px 30px rgba(255,26,43,.4)!important;transition:all .3s ease!important;flex-shrink:0!important}.cta-banner-btn:hover{transform:translateY(-4px) scale(1.03)!important;box-shadow:0 15px 40px rgba(255,26,43,.6)!important;background:#fff!important;color:var(--cta-primary)!important}.footer-columns{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:32px!important;margin-bottom:60px!important;text-align:left!important;align-items:start!important}.footer-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.footer-col-header{height:44px!important;display:flex!important;align-items:center!important;margin-bottom:20px!important}.footer-col.brand-col .footer-logo{width:140px!important;height:auto!important;display:block!important;margin:0!important}.footer-col .footer-tagline{font-family:'Inter',sans-serif!important;font-size:.85rem!important;color:rgba(255,255,255,.6)!important;line-height:1.7!important;margin-top:5px!important;margin-bottom:24px!important;max-width:280px!important;text-align:left!important}.footer-col h4{font-family:'Inter',sans-serif!important;font-size:.78rem!important;font-weight:800!important;letter-spacing:2.5px!important;text-transform:uppercase!important;color:var(--cta-primary)!important;margin:0!important;line-height:1.2!important}.footer-links-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important}.footer-links-list li{font-family:'Inter',sans-serif!important;font-size:.86rem!important;color:rgba(255,255,255,.7)!important;display:flex!important;align-items:center!important;gap:10px!important;line-height:1.4!important}.footer-links-list li a{color:rgba(255,255,255,.7)!important;text-decoration:none!important;transition:color .3s ease!important}.footer-links-list li a:hover{color:var(--cta-primary)!important}.footer-links-list li strong{color:#fff!important}.list-icon{font-size:.65rem!important;color:rgba(255,255,255,.3)!important;transition:color .3s ease!important;flex-shrink:0!important}.list-icon.highlight{font-size:.85rem!important;color:var(--cta-primary)!important}.footer-links-list li:hover .list-icon{color:var(--cta-primary)!important}.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.06)!important;padding:26px 0!important;display:flex!important;justify-content:space-between!important;align-items:center!important;font-family:'Inter',sans-serif!important;font-size:.8rem!important;color:rgba(255,255,255,.35)!important}@media (max-width:992px){.footer-cta-banner{flex-direction:column!important;text-align:center!important;padding:32px 24px!important}.footer-columns{grid-template-columns:repeat(2,1fr)!important;gap:36px!important}}@media (max-width:580px){.footer-columns{grid-template-columns:1fr!important;text-align:center!important;gap:30px!important}.footer-col{align-items:center!important;text-align:center!important}.footer-col.brand-col .footer-tagline{max-width:100%!important}.footer-col.contact-col p{justify-content:center!important}.footer-social{justify-content:center!important}.footer-bottom-bar{flex-direction:column!important;gap:8px!important;text-align:center!important}}@media (min-width:1024px){html{zoom:.82}}