.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;background-color:var(--primary-color);color:var(--text-color-light);padding:.75rem 0;box-shadow:0 2px 10px #00000026;z-index:1000;height:60px;display:flex;align-items:center}.navbar-container[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1140px;margin:0 auto}.nav-logo[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--text-color-light);font-family:var(--font-headings);font-weight:700;font-size:1.4rem;text-decoration:none}.nav-menu[data-astro-cid-5blmo7yk]{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--text-color-light);text-decoration:none;font-family:var(--font-headings);font-size:.95rem;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;transform:translate(-50%);background-color:var(--accent-color);transition:width .3s ease}.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover,.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:focus,.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk].active{color:var(--accent-color);text-decoration:none}.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover:after,.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:focus:after,.nav-item[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk].active:after{width:100%}.menu-toggle[data-astro-cid-5blmo7yk]{display:none}@media (max-width: 768px){.nav-menu[data-astro-cid-5blmo7yk]{display:none;position:absolute;top:60px;left:0;width:100%;background-color:var(--primary-color);flex-direction:column;padding:1rem 0;box-shadow:0 4px 8px #0000001a}.nav-menu[data-astro-cid-5blmo7yk].active{display:flex}.nav-item[data-astro-cid-5blmo7yk]{text-align:center;padding:.5rem 0}.menu-toggle[data-astro-cid-5blmo7yk]{display:block;background:none;border:none;color:var(--text-color-light);font-size:1.8rem;cursor:pointer}}.whatsapp-float[data-astro-cid-iehx2mtc]{position:fixed;width:60px;height:60px;bottom:40px;left:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 6px #0000004d;z-index:100;transition:transform .3s ease,background-color .3s ease;display:flex;justify-content:center;align-items:center}.whatsapp-float[data-astro-cid-iehx2mtc]:hover{transform:scale(1.1);background-color:#128c7e}.whatsapp-icon[data-astro-cid-iehx2mtc]{margin-top:0}:root{--primary-color: #192a56;--secondary-color: #ffffff;--accent-color: #4169E1;--accent-color-darker: #2c4aa0;--text-color: #192a56;--text-color-light: #f8f9fa;--border-color: #e2e8f0;--background-alt: #f7fafc;--font-primary: "Roboto", sans-serif;--font-headings: "Montserrat", sans-serif;font-family:var(--font-primary);font-size:16px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}html{scroll-behavior:smooth}body{padding-top:60px;line-height:1.7;background-color:var(--secondary-color);color:var(--text-color);min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);line-height:1.3;margin-top:2em;margin-bottom:.8em;font-weight:700}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,2.8rem);text-align:center;color:var(--primary-color)}h3{font-size:clamp(1.5rem,3vw,2rem);color:var(--primary-color)}p{margin-bottom:1.2em;max-width:70ch}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover,a:focus{color:var(--accent-color-darker);text-decoration:underline}.container{width:90%;max-width:1140px;margin-left:auto;margin-right:auto;padding-top:3rem;padding-bottom:3rem}section{padding:4rem 0;overflow:hidden}section:nth-of-type(odd){background-color:var(--background-alt)}section:nth-of-type(2n){background-color:var(--secondary-color)}section:first-of-type{background-color:var(--primary-color);padding-top:calc(4rem + 60px);margin-top:-60px}img{max-width:100%;height:auto;display:block;border-radius:8px}.text-center{text-align:center}.responsive-grid{display:grid;gap:2rem}@media (min-width: 768px){.responsive-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.cta-button{display:inline-block;padding:.8rem 1.8rem;background-color:var(--accent-color);color:var(--text-color-light);font-family:var(--font-headings);font-weight:700;border-radius:50px;text-decoration:none;transition:background-color .3s ease,transform .3s ease;margin-top:1rem;box-shadow:0 4px 15px #0000001a}.cta-button:hover,.cta-button:focus{background-color:var(--accent-color-darker);text-decoration:none;transform:translateY(-3px);box-shadow:0 6px 20px #3182ce4d}:root{--font-primary: "Roboto", sans-serif;--font-headings: "Montserrat", sans-serif}body{font-family:var(--font-primary)}h1[data-astro-cid-sckkx6r4],h2[data-astro-cid-sckkx6r4],h3[data-astro-cid-sckkx6r4],h4[data-astro-cid-sckkx6r4],h5[data-astro-cid-sckkx6r4],h6[data-astro-cid-sckkx6r4]{font-family:var(--font-headings);font-weight:700}.hero[data-astro-cid-bbe6dxrz]{background:linear-gradient(#192a56d9,#192a56f2),url(/images/presentador-1.jpeg) no-repeat center top;background-size:cover;color:var(--text-color-light);padding:4rem 0;text-align:center;position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;bottom:-50px;left:50%;width:200%;height:100px;background:var(--secondary-color);border-radius:50%;transform:translate(-50%);z-index:1}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;max-width:90%}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:clamp(2.8rem,6vw,4.5rem);font-family:var(--font-headings);color:var(--text-color-light);font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.3);margin-bottom:.5rem}.hero[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:clamp(1.1rem,2.5vw,1.4rem);max-width:650px;margin:0 auto 2rem;opacity:.95;font-weight:400;text-shadow:1px 1px 6px rgba(0,0,0,.4)}.hero-socials[data-astro-cid-bbe6dxrz]{margin-top:1.5rem;display:flex;justify-content:center;gap:2rem}.hero-socials[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]{color:var(--text-color-light);font-size:1.8rem;transition:color .3s ease,transform .3s ease}.hero-socials[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:hover,.hero-socials[data-astro-cid-bbe6dxrz] a[data-astro-cid-bbe6dxrz]:focus{color:var(--accent-color);transform:scale(1.15)}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz],.hero[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out forwards}.hero[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{animation-delay:.3s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.trajectory[data-astro-cid-iisuz7qn] h2[data-astro-cid-iisuz7qn]{margin-bottom:2rem}.content-grid[data-astro-cid-iisuz7qn]{display:grid;gap:2.5rem;align-items:start}.content-grid[data-astro-cid-iisuz7qn] p[data-astro-cid-iisuz7qn]{line-height:1.8;font-size:1.05rem;max-width:none}.content-grid[data-astro-cid-iisuz7qn] strong[data-astro-cid-iisuz7qn]{color:var(--accent-color)}@media (min-width: 768px){.content-grid[data-astro-cid-iisuz7qn]{grid-template-columns:1fr 1fr;gap:3.5rem}}.digital-ecosystem[data-astro-cid-f5jw5j4w] h2[data-astro-cid-f5jw5j4w]{margin-bottom:2rem}.digital-ecosystem[data-astro-cid-f5jw5j4w] p[data-astro-cid-f5jw5j4w]{text-align:center;margin-left:auto;margin-right:auto}.digital-ecosystem[data-astro-cid-f5jw5j4w] strong[data-astro-cid-f5jw5j4w]{color:var(--accent-color);font-weight:700}.platform-links[data-astro-cid-f5jw5j4w]{margin-top:2.5rem;text-align:center}.platform-links[data-astro-cid-f5jw5j4w] p[data-astro-cid-f5jw5j4w]{margin-bottom:1rem;font-weight:700;color:var(--primary-color)}.platform-links[data-astro-cid-f5jw5j4w] a[data-astro-cid-f5jw5j4w]{display:inline-block;margin:.5rem;padding:.6rem 1.2rem;background-color:var(--accent-color);color:var(--text-color-light);border-radius:6px;text-decoration:none;font-family:var(--font-headings);font-size:.95rem;transition:background-color .3s ease,transform .2s ease}.platform-links[data-astro-cid-f5jw5j4w] a[data-astro-cid-f5jw5j4w]:hover{background-color:var(--accent-color-darker);text-decoration:none;transform:translateY(-2px)}.alliances[data-astro-cid-dbgldhsx]{padding:4rem 0;background-color:var(--bg-light)}.alliances[data-astro-cid-dbgldhsx] h2[data-astro-cid-dbgldhsx]{text-align:center;margin-bottom:3rem;color:var(--primary-color)}.swiper[data-astro-cid-dbgldhsx].alliances-swiper{max-width:1100px;margin:0 auto;padding:1rem 0}.swiper-slide[data-astro-cid-dbgldhsx]{display:flex;justify-content:center;align-items:center;text-align:center;height:120px}.brand-logo[data-astro-cid-dbgldhsx]{max-height:100px;max-width:200px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:filter .4s ease,opacity .4s ease,transform .3s ease}.brand-logo[data-astro-cid-dbgldhsx]:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.alliances[data-astro-cid-dbgldhsx] p[data-astro-cid-dbgldhsx]{text-align:center;margin-left:auto;margin-right:auto}.alliances[data-astro-cid-dbgldhsx] strong[data-astro-cid-dbgldhsx]{color:var(--accent-color);font-weight:700}.image-gallery[data-astro-cid-gjhjmbi3] h2[data-astro-cid-gjhjmbi3]{margin-bottom:1rem}.image-gallery[data-astro-cid-gjhjmbi3] .description[data-astro-cid-gjhjmbi3]{text-align:center;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;color:var(--text-color);opacity:.9}.gallery-grid[data-astro-cid-gjhjmbi3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:1.5rem}.image-placeholder[data-astro-cid-gjhjmbi3],.gallery-grid[data-astro-cid-gjhjmbi3] img[data-astro-cid-gjhjmbi3]{aspect-ratio:4 / 3;width:100%;object-fit:cover;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0000001a}.image-placeholder[data-astro-cid-gjhjmbi3]:hover,.gallery-grid[data-astro-cid-gjhjmbi3] img[data-astro-cid-gjhjmbi3]:hover{transform:scale(1.03);box-shadow:0 8px 25px #00000026}.image-placeholder[data-astro-cid-gjhjmbi3]{background-color:#e2e8f0;display:flex;justify-content:center;align-items:center;color:var(--text-color);font-style:italic;font-size:.9rem;text-align:center;padding:1rem}.instructions[data-astro-cid-gjhjmbi3]{margin-top:2rem;font-size:.9rem;color:#555;text-align:center;background-color:#f0f0f0;padding:1rem;border-radius:8px;max-width:700px;margin-left:auto;margin-right:auto}.instructions[data-astro-cid-gjhjmbi3] code[data-astro-cid-gjhjmbi3]{background-color:#d1d5db;padding:.2em .4em;border-radius:4px;font-family:monospace}footer[data-astro-cid-sz7xmlte]{background-color:var(--primary-color);color:var(--text-color-light);padding:1.5rem 0;text-align:center;margin-top:3rem;border-top:3px solid var(--accent-color)}footer[data-astro-cid-sz7xmlte] .container[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-socials[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem;margin-bottom:.5rem}.footer-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-color-light);font-size:1.5rem;transition:color .3s ease,transform .3s ease}.footer-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus{color:var(--accent-color);transform:scale(1.1)}footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0;font-size:.9rem;opacity:.8}
