@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&family=Poppins:wght@200;300;400;500&display=swap";
:root{--navy:#001641;--navy2:#001030;--teal:#0088a8;--teal2:#006880;--teal-light:#0088a814;--teal-hover:#0088a821;--gold:#ffc700;--gold-dark:#c79000;--red-cable:#e03030;--white:#fff;--gray:#3c4a5c;--gray-light:#64748a;--silver:#c8cdd6;--light:#f4f4f4;--light2:#eaeef3;--border:#0088a82e;--card-bg:#fff;--section-alt:#f7f9fc}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--light);color:var(--navy);cursor:none;font-family:Poppins,sans-serif;font-weight:400;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:Roboto,sans-serif;font-weight:700}.cable-deco{pointer-events:none;z-index:0;position:absolute;overflow:hidden}@keyframes pulseAmarillo{0%,to{opacity:.22;filter:drop-shadow(0 0 #ffc700)}50%{opacity:.48;filter:drop-shadow(0 0 6px #ffc700)}}@keyframes pulseAzul{0%,to{opacity:.24;filter:drop-shadow(0 0 #0088a8)}50%{opacity:.5;filter:drop-shadow(0 0 6px #0088a8)}}@keyframes pulseRojo{0%,to{opacity:.2;filter:drop-shadow(0 0 #e03030)}50%{opacity:.44;filter:drop-shadow(0 0 5px #e03030)}}.cable-fijo{fill:none;stroke-linecap:square;stroke-linejoin:miter}.cable-fijo-amarillo{stroke:#ffc700;animation:3.5s ease-in-out infinite pulseAmarillo}.cable-fijo-amarillo.delay-1{animation-delay:.8s}.cable-fijo-amarillo.delay-2{animation-delay:1.8s}.cable-fijo-azul{stroke:#0088a8;animation:4s ease-in-out infinite pulseAzul}.cable-fijo-azul.delay-1{animation-delay:1.2s}.cable-fijo-azul.delay-2{animation-delay:2.4s}.cable-fijo-rojo{stroke:#e03030;animation:4.5s ease-in-out infinite pulseRojo}.cable-fijo-rojo.delay-1{animation-delay:.5s}.cable-fijo-rojo.delay-2{animation-delay:2s}.cursor{background:var(--teal);pointer-events:none;z-index:9999;opacity:0;border-radius:50%;width:10px;height:10px;transition:transform .1s,opacity .2s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:9998;opacity:0;border:1.5px solid #0088a880;border-radius:50%;width:40px;height:40px;transition:width .2s,height .2s,opacity .2s;position:fixed;transform:translate(-50%,-50%)}nav#navbar{z-index:100;-webkit-backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #0088a81f;justify-content:space-between;align-items:center;padding:1.4rem 6%;transition:background .5s,padding .4s;display:flex;position:fixed;top:0;left:0;right:0}nav#navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffff7;border-bottom:1px solid #0088a833;padding:.85rem 6%;box-shadow:0 4px 24px #00164114}.logo-wrap{align-items:center;gap:0;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:62px}nav#navbar .nav-links{gap:1.7rem;list-style:none;display:flex}nav#navbar .nav-links a{color:var(--navy);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;font-family:Poppins,sans-serif;font-size:.74rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}nav#navbar .nav-links a:after{content:"";background:var(--teal);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-4px;left:0}nav#navbar .nav-links a:hover{color:var(--navy)}nav#navbar .nav-links a:hover:after{width:100%}nav#navbar .nav-links a.active{color:var(--teal);font-weight:700}nav#navbar .nav-links a.active:after{background:var(--gold);width:100%}#hero{background:var(--white);border-bottom:4px solid var(--teal);justify-content:center;align-items:center;min-height:100vh;padding:130px 6% 70px;display:flex;position:relative;overflow:hidden}.hero-split{z-index:3;grid-template-columns:minmax(0,1fr) minmax(0,.92fr);align-items:center;gap:3.5rem;width:100%;max-width:1480px;margin:0 auto;display:grid;position:relative}.grid-bg{background-image:linear-gradient(#0016410d 1px,#0000 1px),linear-gradient(90deg,#0016410d 1px,#0000 1px);background-size:70px 70px;animation:30s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(70px)}}.orb{filter:blur(100px);pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite floatOrb;position:absolute}.orb-1{background:#0088a829;width:600px;height:600px;animation-delay:0s;top:50%;left:-180px;transform:translateY(-50%)}.orb-2{background:#ffc70024;width:400px;height:400px;animation-delay:-4s;top:50%;right:-120px;transform:translateY(-50%)}.orb-3{background:#0088a81f;width:250px;height:250px;animation-delay:-7s;bottom:-60px;left:30%}@keyframes floatOrb{0%,to{filter:blur(100px)}50%{filter:blur(90px)}}.scanline{opacity:.35;background:linear-gradient(90deg,#0000,#0088a880,#0000);height:2px;animation:10s linear infinite scan;position:absolute;top:0;left:0;right:0}@keyframes scan{0%{top:0}to{top:100%}}.hero-content{z-index:3;text-align:left;width:100%;max-width:640px;position:relative}.hero-tag{letter-spacing:.28em;text-transform:uppercase;color:#8a6300;opacity:0;background:#c7900014;border:1px solid #c7900080;margin-bottom:2.2rem;padding:.55rem 1.6rem;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;animation:.8s .3s forwards fadeUp;display:inline-block}.hero-title{letter-spacing:-.02em;color:var(--navy);text-shadow:0 1px #00164126,0 3px 14px #0016411f;opacity:0;margin-bottom:1.8rem;font-family:Roboto,sans-serif;font-size:clamp(3.2rem,6.2vw,5.6rem);font-weight:900;line-height:1.02;animation:.8s .5s forwards fadeUp}.hero-title em{color:var(--teal2);text-shadow:0 1px #00586b40,0 3px 14px #0088a838;font-style:normal;display:block}.hero-sub{color:var(--navy);opacity:0;z-index:2;max-width:560px;margin:0 0 2.6rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8;animation:.8s .7s forwards fadeUp;position:relative}.hero-ctas{opacity:0;flex-wrap:wrap;justify-content:flex-start;gap:1.2rem;animation:.8s .9s forwards fadeUp;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.btn-primary{background:var(--teal);color:var(--white);letter-spacing:.15em;text-transform:uppercase;cursor:none;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));border:none;padding:1.15rem 2.8rem;font-family:Roboto,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .3s,transform .2s;display:inline-block}.btn-primary:hover{background:var(--teal2);transform:translateY(-3px)}.btn-full{text-align:center;width:100%}.btn-outline{color:var(--gray);letter-spacing:.15em;text-transform:uppercase;cursor:none;background:0 0;border:1px solid #5a6a7e59;padding:1.15rem 2.8rem;font-family:Roboto,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .3s,color .3s,background .3s;display:inline-block}.btn-outline:hover{border-color:var(--teal);color:var(--navy)}#hero .btn-outline{color:var(--navy);border:1px solid #00164159}#hero .btn-outline:hover{border-color:var(--teal);color:var(--navy);background:#0088a81a}.stats-bar{background:var(--navy);flex-wrap:wrap;justify-content:center;gap:5rem;padding:4rem 6%;display:flex;position:relative;overflow:hidden}.stats-bar:before{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--teal) 50%, var(--red-cable) 100%);opacity:.7;height:4px;position:absolute;bottom:0;left:0;right:0}.stats-bar:after{content:"";background:linear-gradient(90deg, var(--teal) 0%, var(--gold) 50%, var(--teal) 100%);opacity:.5;height:4px;position:absolute;top:0;left:0;right:0}.stat{text-align:center}.stat-num{color:var(--teal);font-family:Roboto,sans-serif;font-size:3rem;font-weight:900;line-height:1;display:block}.stat-label{letter-spacing:.16em;text-transform:uppercase;color:#dce6f5eb;margin-top:.4rem;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;display:block}.divider{background:linear-gradient(90deg,#0000,#0088a833,#0000);width:100%;height:1px}section{padding:9rem 6%;position:relative;overflow:hidden}.section-label{letter-spacing:.24em;text-transform:uppercase;color:var(--teal);z-index:2;align-items:center;gap:1rem;margin-bottom:1.2rem;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;display:flex;position:relative}.section-label:before{content:"";background:var(--teal);width:36px;height:1.5px;display:block}.section-title{letter-spacing:-.01em;color:var(--navy);z-index:2;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:900;line-height:1.05;position:relative}.section-title strong{color:var(--teal);font-weight:900}.section-sub{color:var(--navy);z-index:2;max-width:560px;font-family:Poppins,sans-serif;font-size:1.04rem;font-weight:500;line-height:1.8;position:relative}#quienes{background:var(--white);border-left:6px solid var(--teal)}.quienes-layout{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:6rem;margin-top:5rem;display:grid;position:relative}.quienes-intro{color:var(--navy);font-family:Poppins,sans-serif;font-size:1.04rem;font-weight:500;line-height:1.85}.quienes-pilares{flex-direction:column;gap:2.2rem;margin-top:3rem;display:flex}.pilar{align-items:flex-start;gap:1.5rem;display:flex}.pilar-icon{width:50px;height:50px;color:var(--teal);opacity:.85;flex-shrink:0}.pilar-icon svg{width:100%;height:100%}.pilar-titulo{color:var(--navy);margin-bottom:.4rem;font-family:Roboto,sans-serif;font-size:1rem;font-weight:700}.pilar-desc{color:var(--gray);font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;line-height:1.68}.quienes-mision{flex-direction:column;gap:0;display:flex}.mision-card{background:var(--section-alt);border:1px solid #0088a824;border-bottom:none;padding:2.8rem 3rem;transition:background .4s;position:relative;overflow:hidden}.mision-card:last-child{border-bottom:1px solid #0088a824}.mision-card:before{content:"";background:var(--teal);width:4px;height:0;transition:height .5s;position:absolute;top:0;left:0}.mision-card:hover{background:var(--teal-hover)}.mision-card:hover:before{height:100%}.mision-num{color:#0088a814;font-family:Roboto,sans-serif;font-size:4rem;font-weight:900;line-height:1;position:absolute;top:1.2rem;right:2rem}.mision-titulo{color:var(--teal);margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:700}.mision-desc{color:var(--gray);font-family:Poppins,sans-serif;font-size:.96rem;font-weight:500;line-height:1.8}#como{background:var(--navy);border-top:4px solid var(--teal);border-bottom:4px solid var(--teal)}#como .section-label{color:var(--teal)}#como .section-label:before{background:var(--teal)}#como .section-title{color:var(--white)}#como .section-title strong{color:var(--teal)}#como .section-sub{color:#dee8f5eb;font-weight:400}.proceso-grid{z-index:1;border:1px solid #0088a859;grid-template-columns:repeat(4,1fr);gap:0;margin-top:5rem;display:grid;position:relative}.paso-card{cursor:default;background:#ffffff0d;border-right:1px solid #0088a840;padding:3rem 2.5rem;transition:background .35s;position:relative;overflow:hidden}.paso-card:last-child{border-right:none}.paso-card:after{content:"";background:linear-gradient(90deg, transparent, var(--teal), transparent);height:3px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.paso-card:hover{background:#0088a826}.paso-card:hover:after{transform:scaleX(1)}.paso-icon-wrap{background:#0088a81f;border:1px solid #0088a84d;border-radius:4px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.8rem;display:flex;overflow:hidden}.paso-icon-wrap img{object-fit:contain;width:80px;height:80px}.paso-num{color:#0088a82e;margin-bottom:1.5rem;font-family:Roboto,sans-serif;font-size:4rem;font-weight:900;line-height:1;display:block}.paso-titulo{color:var(--white);margin-bottom:.8rem;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:700}.paso-desc{color:#dee8f5e6;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:400;line-height:1.75}#servicios{background:var(--white);border-top:4px solid #0088a84d}.services-grid{z-index:1;border:1px solid #0088a824;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:0;margin-top:5rem;display:grid;position:relative}.service-card{background:var(--white);cursor:default;border-bottom:1px solid #0088a824;border-right:1px solid #0088a824;padding:3rem;transition:background .35s;position:relative;overflow:hidden}.service-card:hover{background:var(--teal-hover)}.service-card:before{content:"";background:var(--teal);width:4px;height:0;transition:height .4s;position:absolute;top:0;left:0}.service-card:hover:before{height:100%}.service-icon-big{justify-content:center;align-items:center;width:130px;height:130px;margin-bottom:2rem;display:flex}.service-icon-big svg{width:100%;height:100%}.service-icon-img{object-fit:contain;width:100%;height:100%}.paso-cta{letter-spacing:.1em;text-transform:uppercase;color:var(--teal);border-bottom:1px solid #0088a859;margin-top:1.4rem;padding-bottom:2px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:300;text-decoration:none;transition:color .3s,border-color .3s;display:inline-block}.paso-cta:hover{color:var(--gold);border-color:var(--gold)}.paso-card-cta{background:#ffc7000a!important;border:1px solid #ffc70040!important}.paso-card-cta:hover{background:#ffc70014!important}.paso-emoji{margin-bottom:1.2rem;font-size:2.4rem;line-height:1;display:block}.service-num{color:#0088a817;font-family:Roboto,sans-serif;font-size:4rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;right:2rem}.service-name{color:var(--navy);margin-bottom:1rem;font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:700}.service-desc{color:var(--gray);font-family:Poppins,sans-serif;font-size:.96rem;font-weight:500;line-height:1.75}.service-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.tag{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);background:#0088a80a;border:1px solid #0088a84d;padding:.3rem .8rem;font-family:Poppins,sans-serif;font-size:.68rem;font-weight:500}#proyectos{background:var(--section-alt);border-top:4px solid var(--navy)}.projects-layout{z-index:1;border:1px solid #0088a824;grid-template-columns:repeat(2,1fr);gap:0;margin-top:5rem;display:grid;position:relative}.project-card{cursor:none;min-height:320px;position:relative;overflow:hidden}.project-card.featured{grid-column:span 2;min-height:420px}.project-bg{background:linear-gradient(135deg,#001a4a,#002870) 50%/cover no-repeat;transition:transform .7s;position:absolute;inset:0}.project-card:hover .project-bg{transform:scale(1.04)}.project-inner{z-index:2;background:linear-gradient(#0000 35%,#000a23f2 100%);flex-direction:column;justify-content:flex-end;height:100%;padding:3rem;display:flex;position:relative}.project-category{letter-spacing:.22em;text-transform:uppercase;color:var(--teal);margin-bottom:.8rem;font-family:Poppins,sans-serif;font-size:.68rem;font-weight:300}.project-title{color:var(--white);margin-bottom:.8rem;font-family:Roboto,sans-serif;font-size:1.8rem;font-weight:700;line-height:1.2}.project-desc{color:#e1e9f5f2;max-width:500px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:400;line-height:1.7}.plug-divider{background:var(--white);border-top:1px solid #0088a81f;border-bottom:1px solid #0088a81f;justify-content:center;align-items:center;gap:0;padding:5rem 6%;display:flex;position:relative;overflow:hidden}.cable{flex:1;align-items:center;height:10px;display:flex}.cable-inner{background:linear-gradient(90deg,#c8cdd6,#e8ecf2,#d0d5de,#e8ecf2,#c8cdd6);border-radius:5px;width:100%;height:10px;position:relative;box-shadow:0 2px 8px #0000001f,inset 0 1px #fff9}.cable-inner:after{content:"";background:#ffffff80;border-radius:2px;height:2px;position:absolute;top:2px;left:10%;right:10%}.plug-female,.plug-male{z-index:2;filter:drop-shadow(0 4px 10px #0003);flex-shrink:0;width:72px;height:54px}.plug-female{transition:transform .8s cubic-bezier(.34,1.56,.64,1),filter .4s;transform:translate(-26px)}.plug-male{transition:transform .8s cubic-bezier(.34,1.56,.64,1),filter .4s;transform:translate(26px)}.plug-divider.connected .plug-female,.plug-divider.connected .plug-male{filter:drop-shadow(0 4px 18px #0088a880);transform:translate(0)}.plug-spark{z-index:3;opacity:0;flex-shrink:0;width:52px;height:52px;transition:opacity .4s .6s,transform .4s .6s;position:relative;transform:scale(.4)}.plug-spark svg{width:100%;height:100%}.plug-divider.connected .plug-spark{opacity:1;animation:1.5s ease-in-out infinite sparkPulse;transform:scale(1)}@keyframes sparkPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.25)}}.plug-label{letter-spacing:.25em;text-transform:uppercase;color:var(--gray);white-space:nowrap;opacity:0;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:300;transition:opacity .5s 1s;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.plug-divider.connected .plug-label{opacity:1;color:var(--teal)}.plug-divider:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(#0088a80f 0%,#0000 70%);transition:opacity .6s;position:absolute;inset:0}.plug-divider.connected:before{opacity:1}#clientes{background:var(--navy);border-top:4px solid var(--teal)}#clientes .section-label{color:var(--teal)}#clientes .section-label:before{background:var(--teal)}#clientes .section-title{color:var(--white)}#clientes .section-title strong{color:var(--teal)}.clientes-grid{z-index:1;border:1px solid #0088a84d;grid-template-columns:repeat(4,1fr);gap:0;margin-top:5rem;display:grid;position:relative}.cliente-card{cursor:default;background:#ffffff0a;border-bottom:1px solid #0088a833;border-right:1px solid #0088a833;flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem;transition:background .35s;display:flex;position:relative;overflow:hidden}.cliente-card:hover{background:#0088a826}.cliente-card:after{content:"";background:linear-gradient(90deg, transparent, var(--teal), transparent);height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.cliente-card:hover:after{transform:scaleX(1)}.cliente-logo-chip{background:var(--white);border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:.7rem 1.1rem;transition:transform .3s;display:inline-flex;box-shadow:0 4px 14px #0000002e}.cliente-card:hover .cliente-logo-chip{transform:translateY(-2px)}.cliente-logo{object-fit:contain;width:auto;max-width:130px;height:32px}.cliente-nombre{color:var(--teal);font-family:Roboto,sans-serif;font-size:1rem;font-weight:700}.cliente-desc{color:#dee8f5e0;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:400;line-height:1.65}#marcas{background:var(--white)}.marcas-grid{z-index:1;flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:4rem;display:flex;position:relative}.marca-pill{color:var(--navy);background:var(--white);letter-spacing:.08em;text-transform:uppercase;z-index:2;border:1px solid #0088a838;align-items:center;gap:.8rem;padding:.8rem 2rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;transition:border-color .3s,color .3s,background .3s;display:flex;position:relative}.marca-pill:hover{border-color:var(--teal);color:var(--teal);background:var(--teal-hover)}.marca-logo-img{object-fit:contain;opacity:.85;width:auto;max-width:90px;height:28px;transition:opacity .3s}.marca-wordmark{letter-spacing:.01em;text-transform:none;font-family:Roboto,sans-serif;font-size:.95rem;font-weight:700}.marca-pill:hover .marca-logo-img{opacity:1}#contacto{background:var(--section-alt)}.contact-layout{z-index:1;grid-template-columns:1fr 1fr;align-items:start;gap:7rem;margin-top:5rem;display:grid;position:relative}.contact-item{border-bottom:1px solid #0088a81a;align-items:flex-start;gap:1.2rem;margin-bottom:2.5rem;padding-bottom:2.5rem;display:flex}.contact-item:last-child{border-bottom:none}.contact-icon-wrap{background:var(--white);width:46px;height:46px;color:var(--teal);border:1px solid #0088a840;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item-label{letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:500}.contact-item-val{color:var(--navy);font-family:Poppins,sans-serif;font-size:1.02rem;font-weight:400}.form-group{margin-bottom:1.8rem}.form-group label{letter-spacing:.16em;text-transform:uppercase;color:var(--navy);margin-bottom:.6rem;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{background:var(--white);width:100%;color:var(--navy);cursor:none;appearance:none;border:1px solid #0088a833;outline:none;padding:1rem 1.2rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:300;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--teal);background:#0088a808}.form-group textarea{resize:none;height:130px}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}footer{background:var(--navy);border-top:3px solid var(--teal);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem 6%;display:flex;position:relative;overflow:hidden}footer:before{content:"";background:linear-gradient(90deg, var(--red-cable), var(--navy) 20%, var(--teal) 50%, var(--navy) 80%, var(--gold));opacity:.7;height:3px;position:absolute;top:0;left:0;right:0}.footer-logo{filter:brightness(0)invert();width:auto;height:40px}.footer-logo-svg{width:auto;height:36px}.footer-nav{flex-wrap:wrap;gap:2rem;display:flex}.footer-nav a{letter-spacing:.08em;text-transform:uppercase;color:#dee8f5d9;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .3s}.footer-nav a:hover{color:var(--teal)}.footer-copy{color:#d2dceb99;letter-spacing:.05em;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:400}.reveal{opacity:0;transition:opacity .9s,transform .9s;transform:translateY(36px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (max-width:1200px){.proceso-grid,.clientes-grid{grid-template-columns:repeat(2,1fr)}nav#navbar .nav-links{gap:1.1rem}nav#navbar .nav-links a{letter-spacing:.04em;font-size:.68rem}}@media (max-width:1000px){.quienes-layout{grid-template-columns:1fr;gap:4rem}.projects-layout{grid-template-columns:1fr}.project-card.featured{grid-column:span 1}.hero-split{grid-template-columns:1fr;gap:3rem}.hero-content{max-width:100%}.hero-visual{aspect-ratio:4/3;border-radius:24px;order:-1;max-width:480px;height:auto}.hero-badge{width:104px;height:104px;bottom:18px;right:18px}}@media (max-width:768px){section{padding:6rem 5%}#hero{justify-content:center}.hero-content{text-align:center}.hero-sub{margin:0 auto 2.4rem}.hero-ctas{justify-content:center}.hero-features{grid-template-columns:1fr}.hero-feature-item{text-align:center;border-bottom:1px solid #0016411a;border-right:none;align-items:center}.hero-feature-item:last-child{border-bottom:none}.hero-cities{text-align:center}.hero-visual{aspect-ratio:4/3;max-width:100%;height:auto}.hero-badge{width:92px;height:92px;bottom:14px;right:14px}.hero-badge-num{font-size:1.3rem}.hero-badge-text{font-size:.54rem}.contact-layout{grid-template-columns:1fr;gap:4rem}.form-row{grid-template-columns:1fr}.stats-bar{gap:2.5rem}.proceso-grid{grid-template-columns:1fr}.clientes-grid{grid-template-columns:1fr 1fr}.plug-divider{padding:3.5rem 5%}.cable,.section-cables{display:none}}.section-cables{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.section-cables svg{width:100%;height:100%}.hero-cables{pointer-events:none;z-index:1;position:absolute;inset:0}.hero-cables svg{width:100%;height:100%}.section-label,.section-title,.section-sub,.quienes-layout,.quienes-texto,.quienes-mision,.proceso-grid,.services-grid,.projects-layout,.clientes-grid,.marcas-grid,.contact-layout,.contact-info,.contact-form{z-index:2;position:relative}#clientes .section-cables path,#como .section-cables path{opacity:.12!important}#clientes .section-cables .cable-fijo-amarillo{animation:3.5s ease-in-out infinite pulseAmarilloOscuro}#clientes .section-cables .cable-fijo-azul{animation:4s ease-in-out infinite pulseAzulOscuro}#clientes .section-cables .cable-fijo-rojo{animation:4.5s ease-in-out infinite pulseRojoOscuro}#como .section-cables .cable-fijo-amarillo{animation:3.5s ease-in-out infinite pulseAmarilloOscuro}#como .section-cables .cable-fijo-azul{animation:4s ease-in-out infinite pulseAzulOscuro}#como .section-cables .cable-fijo-rojo{animation:4.5s ease-in-out infinite pulseRojoOscuro}@keyframes pulseAmarilloOscuro{0%,to{opacity:.1;filter:drop-shadow(0 0 #ffc700)}50%{opacity:.28;filter:drop-shadow(0 0 4px #ffc700)}}@keyframes pulseAzulOscuro{0%,to{opacity:.12;filter:drop-shadow(0 0 #0088a8)}50%{opacity:.3;filter:drop-shadow(0 0 4px #0088a8)}}@keyframes pulseRojoOscuro{0%,to{opacity:.1;filter:drop-shadow(0 0 #e03030)}50%{opacity:.26;filter:drop-shadow(0 0 3px #e03030)}}.paso-desc,.project-desc,.cliente-desc,.contact-item-val{font-weight:500}#como .section-sub,.cliente-desc{color:#e0e9f5eb}.divider{background:linear-gradient(90deg,#0000,#0088a859,#0000);height:2px;position:relative}.divider:before{content:"";opacity:.6;background-image:repeating-linear-gradient(90deg,#0088a880 0 3px,#0000 3px 64px);height:8px;position:absolute;top:-3px;left:0;right:0}.hero-title em{display:inline-block;position:relative}.hero-features{background:var(--section-alt);opacity:0;border:1px solid #0016411a;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:0;animation:.8s 1.05s forwards fadeUp;display:grid;overflow:hidden;box-shadow:0 18px 40px -14px #0016411f}.hero-feature-item{border-right:1px solid #0016411a;flex-direction:column;align-items:flex-start;gap:.8rem;padding:1.5rem 1.3rem;display:flex;position:relative}.hero-feature-item:last-child{border-right:none}.hero-feature-icon{width:42px;height:42px;color:var(--gold);background:#0088a847;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-feature-item:nth-child(2) .hero-feature-icon{color:#3fd1f0;background:#0088a84d}.hero-feature-item:nth-child(3) .hero-feature-icon{color:var(--gold);background:#ffc7002e}.hero-feature-text h4{color:var(--navy);letter-spacing:.01em;margin-bottom:.35rem;font-family:Roboto,sans-serif;font-size:.92rem;font-weight:700;line-height:1.25}.hero-feature-text p{color:var(--gray-light);font-family:Poppins,sans-serif;font-size:.8rem;font-weight:300;line-height:1.55}.hero-cities{letter-spacing:.2em;text-transform:uppercase;color:var(--gray-light);opacity:0;margin-top:2rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;animation:.8s 1.25s forwards fadeUp}.hero-cities span{color:var(--teal);margin:0 .3em}.hero-visual{aspect-ratio:4/3;opacity:0;z-index:2;border:1px solid #0016411f;border-radius:32px;width:100%;max-width:600px;height:auto;margin:0 auto;animation:1s .4s forwards fadeUp;position:relative;overflow:hidden;box-shadow:0 30px 60px -20px #00164159}.hero-visual:before{content:"";background:linear-gradient(90deg, var(--teal) 0%, var(--gold) 50%, var(--teal) 100%);z-index:6;height:3px;position:absolute;top:0;left:0;right:0}.hero-carousel{background:var(--navy);position:absolute;inset:0;overflow:hidden}.hero-slide{opacity:0;filter:blur(22px)saturate(1.05)brightness(.92);z-index:1;background-position:50%;background-size:cover;transition:opacity 2.2s,filter 2.4s,transform 8s;position:absolute;inset:0;transform:scale(1.12)}.hero-slide.active{opacity:1;filter:blur()saturate(1.05)brightness(.92);z-index:2;transform:scale(1)}.hero-visual-tint{z-index:3;pointer-events:none;background:linear-gradient(200deg,#00164180 0%,#0016410d 45%,#0088a838 100%);position:absolute;inset:0}.hero-visual-fade{display:none}.hero-badge{background:var(--white);border:2px solid var(--teal);z-index:7;opacity:0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:128px;height:128px;animation:.8s 1.4s forwards fadeUp,5s ease-in-out 2.2s infinite floatBadge;display:flex;position:absolute;bottom:22px;right:22px;box-shadow:0 20px 40px -12px #0006}.hero-badge-num{color:var(--navy);font-family:Roboto,sans-serif;font-size:1.7rem;font-weight:900;line-height:1}.hero-badge-text{letter-spacing:.04em;text-transform:uppercase;color:var(--teal2);text-align:center;margin-top:.35rem;font-family:Poppins,sans-serif;font-size:.62rem;font-weight:500;line-height:1.3}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.scroll-cue{z-index:3;color:var(--gray-light);opacity:0;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;animation:.8s 1.5s forwards fadeUp;display:flex;position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%)}.scroll-cue span{background:linear-gradient(180deg, transparent, var(--teal));width:1px;height:34px}.scroll-cue svg{animation:1.8s ease-in-out infinite bounceDown}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.whatsapp-float{z-index:300;flex-direction:column;align-items:flex-end;gap:1rem;display:flex;position:fixed;bottom:2rem;right:2rem}.wa-btn{color:#fff;cursor:none;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 8px 24px #00000040}.wa-btn:hover{transform:scale(1.07);box-shadow:0 10px 28px #0000004d}.wa-btn:before{content:"";border:2px solid #25d36680;border-radius:50%;animation:2.2s ease-out infinite waRing;position:absolute;inset:-6px}@keyframes waRing{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.35)}}.wa-icon-close{display:none;position:absolute}.whatsapp-float.open .wa-icon-chat{display:none}.whatsapp-float.open .wa-icon-close{display:block}.whatsapp-float.open .wa-btn:before{display:none}.wa-panel{background:var(--white);clip-path:polygon(0 0,calc(100% - 16px) 0,100% 16px,100% 100%,16px 100%,0 calc(100% - 16px));opacity:0;pointer-events:none;border:1px solid #0088a82e;width:300px;padding:1.6rem;transition:transform .3s,opacity .3s;transform:translateY(16px)scale(.96);box-shadow:0 16px 48px #0016412e}.whatsapp-float.open .wa-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.wa-panel-header{align-items:center;gap:.9rem;margin-bottom:1rem;display:flex}.wa-panel-avatar{background:var(--navy);width:42px;height:42px;color:var(--white);letter-spacing:.05em;border-radius:50%;justify-content:center;align-items:center;font-family:Roboto,sans-serif;font-size:.72rem;font-weight:900;display:flex}.wa-panel-title{color:var(--navy);font-family:Roboto,sans-serif;font-size:.9rem;font-weight:700}.wa-panel-status{color:var(--gray);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.wa-panel-status span{background:#25d366;border-radius:50%;width:7px;height:7px;display:inline-block}.wa-panel-msg{color:var(--navy);margin-bottom:1.3rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:400;line-height:1.6}.wa-panel-cta{text-align:center;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#25d366;padding:.85rem 1rem;font-family:Roboto,sans-serif;font-size:.78rem;font-weight:700;text-decoration:none;transition:background .25s;display:block}.wa-panel-cta:hover{background:#1ebc59}#cobertura{background:var(--white)}.cobertura-layout{z-index:1;grid-template-columns:1.5fr 1.9fr;align-items:center;gap:3.2rem;display:grid;position:relative}.co-map{justify-content:center;align-items:center;padding-top:0;display:flex}.co-map-canvas{width:100%;max-width:560px;position:relative}.co-map svg{width:100%;max-width:560px;height:auto}.co-map-canvas svg{width:100%;max-width:none;height:auto;display:block}.co-silueta{fill:#0088a80f;stroke:var(--teal);stroke-width:1.3px;stroke-linejoin:round}.co-silueta path{fill-opacity:0;transition:stroke-dashoffset 1.7s cubic-bezier(.4,0,.2,1),fill-opacity 1.1s}.co-map.in-view .co-silueta path{fill-opacity:1}.co-link{fill:none;stroke:var(--teal);stroke-width:3px;stroke-dasharray:7 7;opacity:.45;transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1);animation:none}.co-link--flowing{animation:30s linear infinite coDash}@keyframes coDash{to{stroke-dashoffset:-200px}}.co-node{opacity:0;transform-origin:50%;transform-box:fill-box;cursor:pointer;transition:opacity .6s cubic-bezier(.34,1.56,.64,1),transform .6s cubic-bezier(.34,1.56,.64,1);transform:scale(.55)}.co-node--visible{opacity:1;transform:scale(1)}.co-node-dot{fill:var(--teal);transition:filter .3s,r .3s}.co-node-hub .co-node-dot{fill:var(--gold)}.co-node-pulse{fill:none;stroke:var(--teal);stroke-width:4px;transform-origin:50%;transform-box:fill-box;transition:stroke-width .3s;animation:2.4s ease-out infinite coPulse}.co-node-hub .co-node-pulse{stroke:var(--gold)}@keyframes coPulse{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.co-node-label{fill:var(--navy);font-family:Roboto,sans-serif;font-size:24px;font-weight:700;transition:fill .3s}.co-node-sub{fill:var(--gray-light);font-family:Poppins,sans-serif;font-size:18px;font-weight:400}.co-node:hover .co-node-dot,.co-node--active .co-node-dot{filter:drop-shadow(0 0 7px #0088a8bf)}.co-node-hub:hover .co-node-dot,.co-node-hub.co-node--active .co-node-dot{filter:drop-shadow(0 0 9px #ffc700d9)}.co-node:hover .co-node-pulse,.co-node--active .co-node-pulse{stroke-width:6px}.co-node:hover .co-node-label,.co-node--active .co-node-label{fill:var(--teal)}.co-node-hub:hover .co-node-label,.co-node-hub.co-node--active .co-node-label{fill:var(--gold-dark)}.co-node:focus{outline:none}.co-tooltip{z-index:20;-webkit-backdrop-filter:blur(16px)saturate(160%);opacity:0;pointer-events:none;background:#fff9;border:1px solid #ffffff8c;border-radius:12px;min-width:170px;max-width:230px;padding:.85rem 1rem;transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0;transform:translate(-50%,-125%);box-shadow:0 16px 34px #00164129,0 3px 10px #00164114}.co-tooltip:after{content:"";-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff9;border-bottom:1px solid #ffffff8c;border-right:1px solid #ffffff8c;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.co-tooltip.visible{opacity:1;transform:translate(-50%,-142%)}.co-tooltip-title{color:var(--navy);margin-bottom:.3rem;font-family:Roboto,sans-serif;font-size:.88rem;font-weight:700}.co-tooltip-desc{color:var(--gray);font-family:Poppins,sans-serif;font-size:.78rem;line-height:1.45}.co-right-title{margin-bottom:.9rem;font-size:clamp(1.8rem,2.6vw,2.4rem)}.co-right-sub{max-width:none;margin-bottom:2.2rem;font-size:.95rem}.co-cities{flex-direction:column;gap:1.1rem;display:flex}.co-city-card{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--teal);cursor:pointer;border-radius:10px;grid-template-columns:52px 1fr 130px;align-items:center;gap:1.2rem;padding:1.1rem 1.3rem;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,border-color .35s,background .35s;display:grid;box-shadow:0 2px 12px #0016410a}.co-city-card:hover,.co-city-card--active{border-left-color:var(--gold);background:#ffc7000f;transform:translateY(-3px);box-shadow:0 12px 26px #0016411a}.co-city-card:focus{outline:none}.co-city-hub{border-left-color:var(--gold);background:#ffc7000d}.co-city-icon{background:var(--teal-light);width:52px;height:52px;color:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.co-city-hub .co-city-icon{color:var(--gold-dark);background:#ffc70029}.co-city-icon svg{width:24px;height:24px}.co-city-name{color:var(--navy);align-items:center;gap:.55rem;margin-bottom:.35rem;font-family:Roboto,sans-serif;font-size:1.02rem;font-weight:700;display:flex}.co-city-name span{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark);background:#ffc70029;border-radius:20px;padding:.2rem .55rem;font-family:Poppins,sans-serif;font-size:.6rem;font-weight:400}.co-city-desc{color:var(--gray);font-family:Poppins,sans-serif;font-size:.85rem;line-height:1.55}.co-city-photo{color:#ffffff8c;border-radius:8px;flex-shrink:0;width:130px;height:80px;position:relative;overflow:hidden}.co-city-photo svg{fill:currentColor;width:100%;height:auto;position:absolute;bottom:0;left:0}.co-city-photo:after{content:"";background:linear-gradient(#0016410d,#00164159);position:absolute;inset:0}.co-city-photo--bogota{background:linear-gradient(135deg,#001641,#0088a8)}.co-city-photo--medellin{background:linear-gradient(135deg,#0b3d63,#0088a8)}.co-city-photo--cali{background:linear-gradient(135deg,#003a52,#00a8c9)}.co-city-photo--barranquilla{background:linear-gradient(135deg,#02506b,#00c2d1)}.marca-pill svg{color:var(--teal);opacity:.8;flex-shrink:0}@media (max-width:1000px){.cobertura-layout{grid-template-columns:1fr;gap:3rem}.co-map{max-width:420px;margin:0 auto}}@media (max-width:768px){.whatsapp-float{bottom:1.2rem;right:1.2rem}.wa-panel{width:260px}.scroll-cue{display:none}}.form-honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.contact-form button[disabled]{opacity:.6;cursor:wait}.form-msg{border-radius:6px;margin-top:1rem;padding:.85rem 1rem;font-size:.9rem}.form-msg--ok{background:var(--teal-light);color:var(--teal2);border:1px solid var(--border)}.form-msg--error{color:var(--red-cable);background:#e0303014;border:1px solid #e0303040}.form-consent{align-items:flex-start;gap:.75rem;margin:-.4rem 0 1.8rem;display:flex}.form-consent input[type=checkbox]{width:18px;height:18px;accent-color:var(--teal);cursor:none;flex-shrink:0;margin-top:.15rem}.form-consent label{color:var(--gray);font-family:Poppins,sans-serif;font-size:.82rem;font-weight:300;line-height:1.6}.form-consent a{color:var(--teal);text-underline-offset:2px;cursor:none;font-weight:500;text-decoration:underline}.form-consent a:hover{color:var(--teal2)}.politica{max-width:820px;color:var(--gray);margin:0 auto;padding:7rem 5% 5rem;font-family:Poppins,sans-serif;font-weight:300;line-height:1.8}.politica-volver{color:var(--teal);cursor:none;margin-bottom:2rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.politica h1{color:var(--navy);margin-bottom:.5rem;font-family:Roboto,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;line-height:1.2}.politica h2{color:var(--navy);margin:2.5rem 0 .75rem;font-family:Roboto,sans-serif;font-size:1.15rem;font-weight:700}.politica p,.politica li{margin-bottom:.75rem}.politica ul{padding-left:1.25rem}.politica strong{color:var(--navy);font-weight:500}.politica-meta{color:var(--gray-light);font-size:.85rem}.politica-aviso{border-left:3px solid var(--gold);background:#ffc70014;margin:1.5rem 0 0;padding:.85rem 1rem;font-size:.85rem}.nav-toggle{z-index:102;background:var(--white);cursor:none;border:1px solid #0088a840;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:46px;height:46px;padding:0;display:none;position:relative}.nav-toggle span{background:var(--navy);width:22px;height:2px;transition:transform .3s,opacity .2s;display:block}nav#navbar.menu-abierto .nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)}nav#navbar.menu-abierto .nav-toggle span:nth-child(2){opacity:0}nav#navbar.menu-abierto .nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-backdrop{display:none}@media (max-width:768px){.nav-toggle{display:flex}nav#navbar .nav-links{z-index:101;background:var(--white);border-left:1px solid #0088a82e;flex-direction:column;align-items:flex-start;gap:0;width:min(320px,86vw);height:100dvh;margin:0;padding:6.5rem 2rem 2rem;transition:transform .32s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-18px 0 48px #00164124}nav#navbar.menu-abierto .nav-links{transform:translate(0)}nav#navbar .nav-links li{width:100%}nav#navbar .nav-links a{letter-spacing:.08em;white-space:normal;border-bottom:1px solid #0088a81f;width:100%;padding:1.05rem 0;font-size:.85rem;display:block}nav#navbar .nav-links a:after{display:none}nav#navbar .nav-links a.active{color:var(--teal);border-bottom-color:var(--gold)}.nav-backdrop{z-index:100;opacity:0;pointer-events:none;background:#00164173;transition:opacity .3s;display:block;position:fixed;inset:0}nav#navbar.menu-abierto .nav-backdrop{opacity:1;pointer-events:auto}body{cursor:auto}.cursor,.cursor-ring{display:none}a,button,input,textarea,select{cursor:auto}section{padding:5rem 6%}nav#navbar{padding:.9rem 6%}nav#navbar.scrolled{padding:.65rem 6%}.logo-img{height:46px}.hero-title{font-size:clamp(2.3rem,10vw,3.2rem)}.hero-sub{font-size:.95rem}.section-title{font-size:clamp(1.9rem,7.5vw,2.6rem)}.section-sub{font-size:.95rem}.stats-bar{gap:2.5rem 1.5rem;padding:3rem 6%}.stat{min-width:8rem}.stat-num{font-size:2.2rem}.stat-label{letter-spacing:.1em;font-size:.62rem}.marcas-grid{gap:.7rem;margin-top:2.5rem}.marca-pill{gap:.5rem;padding:.65rem 1.1rem;font-size:.68rem}.services-grid{grid-template-columns:1fr;margin-top:3rem}.co-cities{gap:.9rem}.co-map{max-width:100%}}@media (max-width:480px){section{padding:4rem 5%}nav#navbar,nav#navbar.scrolled{padding:.7rem 5%}.logo-img{height:40px}.hero-title{font-size:clamp(2rem,11vw,2.6rem)}.hero-sub{font-size:.9rem;line-height:1.7}.hero-ctas{flex-direction:column;align-items:stretch;gap:.8rem}.hero-ctas .btn-primary,.hero-ctas .btn-outline{text-align:center;width:100%}.hero-badge{width:76px;height:76px;bottom:10px;right:10px}.section-title{font-size:clamp(1.7rem,8.5vw,2.1rem)}.section-label{letter-spacing:.18em;font-size:.6rem}.section-sub{font-size:.9rem}.stats-bar{gap:2rem 1rem}.stat{min-width:45%}.stat-num{font-size:1.9rem}.clientes-grid{grid-template-columns:1fr}.marca-pill{padding:.55rem .9rem;font-size:.62rem}.form-consent label{font-size:.78rem}.contact-item-val{word-break:break-word;font-size:.9rem}}
