.navbar-container{position:fixed;top:1rem;left:1rem;z-index:1000}.hamburger{background:none;border:none;display:flex;flex-direction:column;gap:4px;padding:.5rem;cursor:pointer}.hamburger span{display:block;width:22px;height:2px;background-color:var(--blanco-editorial);transition:transform .3s ease,opacity .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.navbar-menu{margin-top:1rem;padding:1rem;border-radius:6px;background-color:#0a0a0a4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 6px #0003;animation:fadeIn .3s ease-in-out}.navbar-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.navbar-menu a{color:var(--blanco-editorial);text-decoration:none;font-size:.9rem;opacity:.75;transition:opacity .2s ease}.navbar-menu a:hover{opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.orbital-wrapper{transform-origin:top center;transition:transform .3s ease}.hero-intro{width:100%;max-width:1200px;margin:0 auto;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:var(--ladrillo-oscuro);color:var(--blanco-editorial);padding:4rem 1rem 1.5rem;height:100vh;animation:fadeIn 1.2s ease-in-out}.hero-left{display:flex;flex-direction:column;align-items:flex-end;justify-content:right;transform:translateY(-28px);transition:transform .4s ease}.firma-img{position:relative;width:270px;max-width:90%;filter:drop-shadow(0 0 6px #33ccff) brightness(420%) contrast(80%);opacity:1;transition:transform .3s ease}.firma-img:hover{transform:scale(1.05)}.rol{font-family:var(--fuente-editorial);font-size:1.2rem;font-weight:250;letter-spacing:.5px;position:relative;text-align:left;margin-top:-1.2rem;padding:.8rem 0}.rol:before,.rol:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:100%;max-width:280px;height:1px;background-color:var(--blanco-editorial);opacity:.5}.rol:before{top:0}.rol:after{bottom:0}.hero-right{position:relative;width:500px;height:600px;margin-left:-10rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.orbital-wrapper{transform:scale(.7);transform-origin:top center;margin-top:2.5rem;margin-left:1.5rem;padding-top:1rem;padding-bottom:1rem}.hero-intro{margin:auto 0;flex-direction:row;height:auto;padding:1rem .5rem;align-items:center;justify-content:flex-start}.hero-left{width:100%;max-width:250px;align-items:flex-start;justify-content:flex-start;margin-top:7rem;margin-left:-5rem;margin-bottom:1rem;transform:none}.hero-right{width:300px;max-width:100vh;height:420px;margin-top:17rem;margin-left:-14rem;display:flex;justify-content:center;align-items:flex-start}.firma-img{margin:0;align-items:flex-start;width:clamp(160px,45vw,240px)}.rol{left:0%;font-size:clamp(1rem,5vw,1.6rem);margin-top:0rem;padding-bottom:1rem;text-align:left}.rol:before,.rol:after{margin-top:-1rem;max-width:180px;justify-content:left}}.orbital-menu{position:relative;width:500px;height:600px}.orbital-icon{position:absolute;width:95px;height:95px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease}.orbital-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(280%) contrast(80%)}.orbital-icon:hover img{filter:brightness(360%) contrast(120%) drop-shadow(0 0 8px #6cf);transform:scale(1.15);transition:filter .3s ease,transform .3s ease}.icono-con-nota{position:absolute;display:inline-block;text-align:center}.icono-svg{width:48px;filter:brightness(520%) contrast(15%);opacity:1;transition:filter .3s ease}.manifiesto-flota{animation:flota-manifiesto 3.4s ease-in-out infinite;animation-delay:0s}@keyframes flota-manifiesto{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}.proyectos-flota{animation:flota-proyectos 2.8s ease-in-out infinite;animation-delay:.3s}@keyframes flota-proyectos{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.soluciones-flota{animation:flota-soluciones 3.6s ease-in-out infinite;animation-delay:.6s}@keyframes flota-soluciones{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.04)}to{transform:translateY(0) scale(1)}}.stack-flota{animation:flota-stack 3s ease-in-out infinite;animation-delay:.9s}@keyframes flota-stack{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.sobre-flota{animation:flota-sobre 3.2s ease-in-out infinite;animation-delay:1.2s}@keyframes flota-sobre{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}.contacto-flota{animation:flota-contacto 2.6s ease-in-out infinite;animation-delay:1.5s}@keyframes flota-contacto{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1.02)}to{transform:translateY(0) scale(1)}}.nota-icono{position:absolute;top:50%;left:calc(100% + 40px);transform:translateY(-50%);background-color:#050d14d9;color:var(--blanco-editorial, #f2f2f2);padding:4px 8px;border-radius:4px;font-size:.95rem;font-family:var(--fuente-editorial, sans-serif);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease}.icono-con-nota:hover .nota-icono{opacity:1}@media (max-width: 768px){.orbital-menu{width:100vw;height:550px;min-width:0;min-height:0}.orbital-icon{width:82px;height:82px;margin-bottom:4rem}.icono-svg{width:32px}}:root{--ladrillo-oscuro:#050d14;--blanco-editorial: #f4f4f4;--fuente-editorial: "IBM Plex Serif", serif}:root{scroll-behavior:smooth}body{margin:0;font-family:var(--fuente-editorial),sans-serif;background-color:var(--ladrillo-oscuro);color:var(--blanco-editorial);overflow-x:hidden}.app-container{display:flex;flex-direction:column;min-height:100vh;position:relative;padding-inline:clamp(1rem,5vw,3rem)}.language-toggle{position:absolute;top:1rem;right:1rem;z-index:1000;display:flex;align-items:center;justify-content:flex-end;width:fit-content;max-width:200px;margin:0;padding:.2rem}.language-toggle button{margin:0;padding:.3rem .5rem;background:transparent;border:1px solid var(--blanco-editorial);font-size:.8rem;color:var(--blanco-editorial);cursor:pointer}a{color:var(--blanco-editorial);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6,p{margin:0;font-weight:300}button{background:transparent;border:none;color:var(--blanco-editorial);cursor:pointer;font-size:1rem}.fade-in{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.manifesto-section{background-color:var(--ladrillo-oscuro, #050d14);color:var(--blanco-editorial, #f2f2f2);padding:6rem 4rem;display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeIn 1s ease-in-out;position:relative;overflow:hidden}.bit-rain-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.3;pointer-events:none}.manifesto-icono img{width:95px;margin-bottom:1.5rem;filter:brightness(260%) contrast(120%) drop-shadow(0 0 6px #33ccff)}.manifesto-titulo{font-family:var(--fuente-editorial, sans-serif);font-size:2rem;letter-spacing:.8px;margin-bottom:2rem;text-transform:uppercase}.manifesto-frase{display:block;text-align:center;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.6px;margin:0 auto 2rem;max-width:680px;color:var(--acento-editorial, #a8cfff)}.manifesto-texto p{font-size:1rem;line-height:1.7;margin-bottom:1.2rem;font-family:Inter,sans-serif;max-width:740px;text-align:justify}.manifesto-cierre{font-weight:500;font-size:1.1rem;margin-top:2rem;color:var(--blanco-editorial)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.manifesto-section{padding:3rem 1.5rem}.manifesto-icono img{width:clamp(64px,18vw,95px);margin-bottom:1rem}.manifesto-titulo{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:1.5rem}.manifesto-frase{font-size:clamp(1rem,4.5vw,1.2rem);line-height:1.5;margin-bottom:1.5rem;padding-inline:.5rem;text-align:center}.manifesto-texto p{font-size:.95rem;line-height:1.6;text-align:left;margin-bottom:1rem;padding-inline:.5rem}.manifesto-cierre{font-size:1rem;margin-top:1.5rem;text-align:center}}.recent-wrapper{padding:60px 20px;text-align:center}.recent-header{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.recent-icon{width:95px;height:95px;margin-bottom:20px;filter:brightness(260%) contrast(120%) drop-shadow(0 0 6px #33ccff)}.recent-title{font-family:var(--fuente-editorial, sans-serif);font-size:2rem;letter-spacing:.8px;text-transform:uppercase}.recent-gallery{width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-top:2rem}@media (max-width: 768px){.recent-wrapper{padding:40px 1.5rem}.recent-icon{width:clamp(64px,18vw,95px);height:clamp(64px,18vw,95px);margin-bottom:1rem}.recent-title{font-size:clamp(1.5rem,6vw,2rem);letter-spacing:.5px}.recent-gallery{margin-top:1.5rem;transform:scale(.95)}}.gallery-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh}.gallery-box{position:relative;width:200px;height:300px;transform-style:preserve-3d;animation:animate 20s linear infinite}@keyframes animate{0%{transform:perspective(1000px) rotateY(0)}to{transform:perspective(1000px) rotateY(360deg)}}.gallery-box span{position:absolute;top:0;left:0;width:100%;height:100%;transform-origin:center;transform-style:preserve-3d;transform:rotateY(calc(var(--i) * 45deg)) translateZ(400px);-webkit-box-reflect:below 0px linear-gradient(transparent,transparent,#0004)}.gallery-box span img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast}.gallery-box:hover{animation-play-state:paused}.gallery-info{position:relative;display:block;width:100%;height:100%}.gallery-caption{position:absolute;bottom:0;left:0;width:100%;background-color:#000000b3;color:#fff;text-align:center;font-size:.9rem;padding:10px;opacity:0;transition:opacity .3s ease}.gallery-info:hover .gallery-caption{opacity:1}.creative-solutions{padding:3rem 2rem;background:#000;color:#fff;font-family:YourEditorialFont,sans-serif}.cs-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem}.cs-section-icon{width:95px;height:95px;margin-bottom:20px;filter:brightness(260%) contrast(120%) drop-shadow(0 0 6px #33ccff)}.cs-header h2{font-family:var(--fuente-editorial, sans-serif);font-size:2rem;letter-spacing:.8px;text-transform:uppercase}.case-card h3{text-align:center;font-size:1.2rem;margin-bottom:.5rem;font-weight:600;color:#e0e0e0}.cs-cards-row{display:flex;gap:2.5rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.case-card{width:300px;padding:1rem;border-radius:12px;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 10px #00ffff1a;transition:.8s;cursor:pointer}.case-card:hover{transform:translateY(-9px);box-shadow:0 0 15px #0ff3}.case-card-img{width:100%;border-radius:4px}.case-dilemma{font-size:.85rem;line-height:1.4;color:#b0b0b0;text-align:center;margin-bottom:.5rem}.case-card blockquote{font-style:italic;color:#e0e0e0;text-align:center;margin:.5rem 0 1rem;line-height:1.5;font-size:.95rem}.story-panel{display:flex;gap:1rem;margin-top:1rem;padding:1rem;border-radius:12px;background:#050d14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 0 10px #00ffff14}.story-result-img{width:150px;border-radius:4px;object-fit:cover}.story-text{flex:1}.story-text h4{text-align:center;font-weight:600;font-size:1.1rem;letter-spacing:.5px;margin-bottom:.75rem;color:#e0e0e0}.story-text p{font-size:.85rem;line-height:1.4;color:#b0b0b0;text-align:center;margin-bottom:.5rem}@media (max-width: 768px){.creative-solutions{padding:2rem 1.5rem}.cs-section-icon{width:clamp(64px,18vw,95px);height:clamp(64px,18vw,95px);margin-bottom:1rem}.cs-header h2{font-size:clamp(1.5rem,6vw,2rem);letter-spacing:.6px;margin-bottom:1.2rem;text-align:center}.cs-cards-row{gap:1.5rem;flex-direction:column;align-items:center;margin:0 auto;margin-top:1.5rem;padding-inline:1rem}.case-card{width:100%;max-width:320px}.case-card h3{font-size:clamp(1.05rem,5vw,1.2rem)}.case-card blockquote{font-size:.9rem;line-height:1.4;margin:.5rem 0 .75rem}.story-panel{flex-direction:column;align-items:center;padding:1rem .5rem}.story-result-img{width:100%;max-width:240px;margin-bottom:.75rem}.story-text h4{font-size:clamp(1rem,5vw,1.1rem);margin-bottom:.5rem}.story-text p{font-size:.8rem;padding-inline:.5rem}}.stack-section{padding:4rem 2rem;background-color:#050d14;color:#fff}.stack-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.stack-header-icon{width:95px;margin-bottom:1.5rem;filter:brightness(260%) contrast(120%) drop-shadow(0 0 6px #33ccff)}.stack-title{font-family:var(--fuente-editorial, sans-serif);font-size:2rem;letter-spacing:.8px;margin-bottom:2rem;text-transform:uppercase}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:2rem;justify-items:center;align-items:center}.stack-icon{width:64px;height:64px;object-fit:contain;transition:transform .3s ease,filter .3s ease;filter:drop-shadow(0 0 .3rem rgba(255,255,255,.15))}.stack-icon:hover{transform:scale(1.05);filter:drop-shadow(0 0 .6rem rgba(255,255,255,.3))}.stack-carousel{overflow:hidden;width:100%;padding:2rem 0}.stack-track{display:flex;gap:3rem;white-space:nowrap;animation:scrollStack 30s linear infinite}@keyframes scrollStack{0%{transform:translate(0)}to{transform:translate(-50%)}}.stack-icon{width:64px;height:64px;object-fit:contain;transition:transform .3s ease}.stack-icon:hover{transform:scale(1.1)}@media (max-width: 768px){.stack-section{padding:3rem 1.5rem}.stack-header-icon{width:clamp(64px,18vw,95px);margin-bottom:1rem}.stack-title{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:1.5rem}.stack-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(48px,1fr))}.stack-icon{width:48px;height:48px}.stack-carousel{padding:1.5rem 0}.stack-track{gap:2rem}}.about-me-section{padding:4rem 2rem;background-color:#000;color:#f5f5f5}.about-me-section h2{display:flex;flex-direction:column;align-items:center}.about-me-title{font-family:var(--fuente-editorial, sans-serif);font-size:2rem;letter-spacing:.8px;margin-bottom:2rem;text-transform:uppercase}.about-me-icon{width:95px;margin-bottom:1.5rem;filter:brightness(260%) contrast(120%) drop-shadow(0 0 6px #33ccff)}.about-me-content{display:flex;flex-wrap:wrap;gap:3rem;align-items:flex-start;justify-content:space-between}.about-me-video{aspect-ratio:9 / 16;width:min(240px,30%);object-fit:cover;border-radius:8px;box-shadow:0 0 20px #0000004d;margin-left:40px}.about-me-text{flex:1;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.6;padding-inline:3rem}.skills-title{font-family:Inter,sans-serif;font-size:1.5rem;margin-bottom:1rem;color:#05bdfa}.skills-list{color:#05bdfa}@media (max-width: 768px){.about-me-section{padding:3rem 1.5rem}.about-me-title{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:1.5rem;text-align:center}.about-me-icon{width:clamp(64px,18vw,95px);margin-inline:auto;margin-bottom:1rem}.about-me-content{flex-direction:column;gap:2rem;align-items:center;text-align:center}.about-me-video{width:100%;max-width:280px;margin:0 auto}.about-me-text{padding-inline:1.5rem;font-size:1rem}.skills-title{font-size:clamp(1.2rem,5vw,1.5rem);margin-top:1.5rem}}.contacto-section{padding:3rem 2rem;text-align:center}.contacto-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.contacto-icon{width:95px;margin-bottom:1.5rem;filter:brightness(260%) contrast(120%) drop-shadow(0 0 6px #33ccff)}.contacto-header h2{font-family:var(--fuente-editorial, sans-serif);font-size:2rem;letter-spacing:.8px;margin-bottom:1rem;text-transform:uppercase}.contacto-form{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:0 auto 3rem}.contacto-form input,.contacto-form textarea{padding:.8rem;border:none;border-radius:6px;background:#ffffff1a;color:#fff;font-family:inherit;resize:none}.contacto-form button{padding:.8rem;border:none;border-radius:6px;background-color:#05bdfa;color:#fff;font-weight:700;cursor:pointer;transition:background-color .3s}.contacto-form button:hover{background-color:#0773b0}.contacto-redes{display:flex;justify-content:center;gap:2rem}.contacto-redes img{width:64px;height:64px;border-radius:30px;background-color:#f4f6f7;box-shadow:0 0 10px #fafbfc80;transition:transform .3s}.contacto-redes img:hover{transform:scale(1.2)}.mensaje-confirmacion,.mensaje-error{margin-top:1rem;padding:.75rem 1.25rem;border-radius:6px;font-size:.95rem;line-height:1.4;font-weight:500;max-width:480px;transition:opacity .3s ease;text-align:center}.mensaje-confirmacion{background:#32a0781a;border:1px solid rgba(50,160,120,.5);color:#32a078}.mensaje-error{background:#b446461a;border:1px solid rgba(180,70,70,.4);color:#b44646}@media (max-width: 768px){.contacto-section{padding:2.5rem 1.5rem}.contacto-header h2{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:1rem;text-align:center}.contacto-icon{width:clamp(64px,18vw,95px);margin-bottom:1rem}.contacto-form{padding-inline:.5rem;margin-bottom:2rem}.contacto-form input,.contacto-form textarea{font-size:1rem}.contacto-form button{font-size:1rem;padding:.8rem}.contacto-redes{flex-wrap:wrap;gap:1rem;justify-content:center;padding-bottom:1rem}.contacto-redes img{width:48px;height:48px}.mensaje-confirmacion,.mensaje-error{font-size:.9rem;padding:.6rem 1rem;margin-inline:auto}}.footer{text-align:center;padding:1rem;font-family:Inter,sans-serif;font-size:.875rem;color:#888;background-color:transparent}@media (max-width: 768px){.footer{font-size:clamp(.75rem,4vw,.875rem);padding:1.5rem 1rem}}
