*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,Arial,Helvetica,sans-serif;line-height:1.6;color:#333}.main-header{background-color:#1f538e;width:100%;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.header-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.logo-container{display:flex;align-items:center;flex-shrink:0}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-circle{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;border:3px solid white;box-shadow:0 2px 4px #0003}.logo-inner{width:50px;height:50px;border-radius:50%;background:#1f538e;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.logo-emblem{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.logo-star{color:#f8d43d;font-size:20px;position:absolute;z-index:2}.logo-bird{font-size:16px;position:absolute;z-index:1;transform:translateY(-5px)}.logo-shield{width:30px;height:30px;background:#dc3545;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);position:absolute;z-index:0}.logo-text-ring{position:absolute;font-size:6px;color:#fff;text-align:center;width:100%;top:50%;transform:translateY(-50%);font-weight:600;letter-spacing:.5px;opacity:.9}.logo-img{display:none}.main-nav{flex:1;display:flex;justify-content:center;margin:0 40px}.nav-links{display:flex;list-style:none;gap:30px;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:15px;font-weight:400;transition:all .3s ease;padding:5px 0;position:relative}.nav-link:hover{opacity:.8}.nav-link.active{text-decoration:underline;text-underline-offset:5px;font-weight:600}.header-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}.btn{padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:600;font-family:Montserrat,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-login{background:#fff;color:#1f538e;border:1px solid rgba(0,0,0,.1)}.btn-login:hover{background:#f5f5f5;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.btn-register{background:#f8d43d;color:#fff}.btn-register:hover{background:#e6c02a;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hero-section{position:relative;width:100%;height:600px;margin-top:70px;background-image:url(/assets/hero-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0009,#0006,#0003);z-index:1}.hero-content{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:0 40px;color:#fff}.hero-title{font-size:56px;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:20px;max-width:700px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-description{font-size:22px;font-weight:400;line-height:1.5;max-width:600px;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@media(max-width:1200px){.nav-links{gap:20px}.nav-link{font-size:14px}.hero-title{font-size:48px}.hero-description{font-size:20px}}@media(max-width:968px){.main-nav,.header-actions{display:none}.mobile-menu-toggle{display:flex}.hero-title{font-size:40px}.hero-description{font-size:18px}.hero-content{padding:0 30px}}@media(max-width:768px){.header-container{height:60px;padding:0 15px}.logo-circle{width:50px;height:50px}.logo-inner{width:42px;height:42px}.hero-section{height:500px;margin-top:60px}.hero-title{font-size:32px}.hero-description{font-size:16px}.hero-content{padding:0 20px}}@media(max-width:480px){.hero-title{font-size:24px;margin-bottom:15px}.hero-description{font-size:14px}.hero-section{height:400px}}.home-hero-section{position:relative;width:100%;height:600px;margin-top:70px;background-image:url(/assets/hero-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.home-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#00000080,#0000004d);z-index:1}.home-hero-content{position:relative;z-index:2;max-width:1400px;width:100%;margin:0 auto;padding:0 40px;color:#fff}.home-hero-title{font-size:48px;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:25px;max-width:800px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.home-hero-description{font-size:20px;font-weight:400;line-height:1.6;max-width:700px;margin-bottom:35px;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.home-hero-button{display:inline-block;padding:15px 40px;background:#1f538e;color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;font-family:Montserrat,Arial,Helvetica,sans-serif;transition:all .3s ease;box-shadow:0 2px 4px #0003}.home-hero-button:hover{background:#164070;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.stats-section{padding:80px 20px;background:#fff}.stats-container{max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:15px}.stat-number{font-size:64px;font-weight:700;color:#1f538e;line-height:1}.stat-label{font-size:14px;font-weight:600;text-transform:uppercase;color:#666;letter-spacing:1px}.cta-section{padding:80px 20px;background:#f5f5f5}.cta-container{max-width:1400px;margin:0 auto}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.cta-panels{display:flex;flex-direction:column;gap:20px}.cta-panel{display:flex;align-items:center;justify-content:space-between;padding:25px 30px;background:#1f538e;color:#fff;text-decoration:none;border-radius:4px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.cta-panel:hover{background:#164070;transform:translate(5px);box-shadow:0 4px 8px #0003}.cta-panel-light{background:#4a6fa5}.cta-panel-light:hover{background:#3a5f8f}.cta-panel-text{font-size:16px;font-weight:600;text-transform:uppercase;flex:1;line-height:1.4}.cta-panel-arrow{flex-shrink:0;margin-left:20px;color:#fff}.sponsorship-column{display:flex;flex-direction:column;gap:30px}.sponsorship-image{width:100%;height:300px;border-radius:4px;overflow:hidden;background:#e0e0e0}.sponsorship-image img{width:100%;height:100%;object-fit:cover}.sponsorship-content{display:flex;flex-direction:column;gap:20px}.sponsorship-title{font-size:24px;font-weight:700;color:#333;margin:0}.sponsorship-description{font-size:16px;line-height:1.6;color:#666;margin:0}.sponsorship-link{display:inline-flex;align-items:center;gap:8px;color:#1f538e;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;align-self:flex-start}.sponsorship-link:hover{color:#164070;gap:12px}.sponsorship-link svg{transition:transform .3s ease}.sponsorship-link:hover svg{transform:translate(4px)}@media(max-width:1200px){.home-hero-title{font-size:42px}.home-hero-description{font-size:18px}.stats-grid{gap:40px}.stat-number{font-size:56px}.cta-grid{gap:40px}}@media(max-width:968px){.home-hero-section{height:500px}.home-hero-title{font-size:36px}.home-hero-description{font-size:16px}.stats-grid{grid-template-columns:1fr;gap:40px}.stat-number{font-size:48px}.cta-grid{grid-template-columns:1fr;gap:40px}.cta-panel{padding:20px 25px}.cta-panel-text{font-size:14px}}@media(max-width:768px){.home-hero-section{height:450px;margin-top:60px}.home-hero-content{padding:0 20px}.home-hero-title{font-size:28px;margin-bottom:20px}.home-hero-description{font-size:15px;margin-bottom:25px}.home-hero-button{padding:12px 30px;font-size:14px}.stats-section{padding:60px 20px}.stat-number{font-size:42px}.stat-label{font-size:12px}.cta-section{padding:60px 20px}.sponsorship-image{height:250px}.sponsorship-title{font-size:20px}.sponsorship-description{font-size:15px}}@media(max-width:480px){.home-hero-section{height:400px}.home-hero-title{font-size:24px}.home-hero-description{font-size:14px}.stat-number{font-size:36px}.cta-panel{padding:18px 20px}.cta-panel-text{font-size:12px}.sponsorship-image{height:200px}}.network-section{padding:100px 20px;background:#fff}.network-container{max-width:1400px;margin:0 auto}.network-title{font-size:42px;font-weight:700;text-transform:uppercase;text-align:center;color:#333;margin-bottom:60px}.network-content{display:grid;grid-template-columns:200px 1fr;gap:40px}.network-sidebar{display:flex;flex-direction:column;gap:10px}.country-btn{padding:12px 20px;border:none;border-radius:20px;background:#e3f2fd;color:#1f538e;font-size:14px;font-weight:600;font-family:Montserrat,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .3s ease;text-align:left}.country-btn:hover{background:#bbdefb}.country-btn.active{background:#1f538e;color:#fff}.network-map-area{position:relative;display:flex;gap:40px;align-items:flex-start}.network-map{flex:1;position:relative;background:#f5f5f5;border-radius:8px;padding:20px;min-height:400px}.america-map{width:100%;height:100%}.country-dot{cursor:pointer;transition:all .3s ease}.country-dot:hover{r:6}.country-highlight{position:absolute;border:3px solid #1f538e;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .3s ease}.country-highlight.argentina{top:50%;left:30%;width:100px;height:150px;opacity:1}.country-info{flex:0 0 300px;padding:30px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.country-name{font-size:32px;font-weight:700;color:#dc3545;text-transform:uppercase;margin-bottom:10px}.country-members{font-size:16px;color:#666;margin-bottom:20px}.country-logos{display:flex;flex-wrap:wrap;gap:10px}.member-logo{width:50px;height:50px;border-radius:50%;background:#e0e0e0;border:2px solid #ccc}.news-section{padding:100px 20px;background:#fff}.news-container{max-width:1400px;margin:0 auto}.news-title{font-size:42px;font-weight:700;text-transform:uppercase;text-align:center;color:#1f538e;margin-bottom:60px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.news-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease;cursor:pointer;background:#fff}.news-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.news-image{width:100%;height:200px;overflow:hidden;background:#e0e0e0}.news-image img{width:100%;height:100%;object-fit:cover}.news-content{padding:20px}.news-headline{font-size:16px;font-weight:700;color:#333;margin-bottom:10px;line-height:1.4}.news-source{font-size:14px;color:#666;margin:0}.blog-section{padding:100px 20px;background:#fff}.blog-container{max-width:1400px;margin:0 auto}.blog-title{font-size:42px;font-weight:700;text-transform:uppercase;text-align:center;color:#1f538e;margin-bottom:60px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.blog-card{display:flex;gap:20px;padding:20px;background:#e3f2fd;border-radius:8px;transition:all .3s ease;cursor:pointer}.blog-card:hover{background:#bbdefb;transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.blog-thumbnail{flex-shrink:0;width:120px;height:120px;border-radius:4px;overflow:hidden;background:#ccc}.blog-thumbnail img{width:100%;height:100%;object-fit:cover}.blog-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.blog-post-title{font-size:14px;font-weight:600;color:#333;margin-bottom:10px;line-height:1.4}.blog-date{font-size:12px;color:#666;margin:0}.blog-cta{text-align:center}.blog-button{display:inline-block;padding:15px 40px;background:#1f538e;color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;font-family:Montserrat,Arial,Helvetica,sans-serif;transition:all .3s ease}.blog-button:hover{background:#164070;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.sponsors-section{padding:80px 20px;background:#fff}.sponsors-container{max-width:1400px;margin:0 auto}.sponsor-category{padding:40px 20px;background:#f5f5f5;margin-bottom:0}.sponsor-category-alt{background:#fff}.sponsor-category-title{font-size:24px;font-weight:700;text-align:center;color:#333;margin-bottom:40px}.sponsor-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.sponsor-logo{display:flex;align-items:center;justify-content:center;width:150px;height:100px;padding:15px;background:#fff;border-radius:4px;transition:all .3s ease}.sponsor-category-alt .sponsor-logo{background:#f5f5f5}.sponsor-logo:hover{transform:translateY(-4px);box-shadow:0 4px 8px #0000001a}.sponsor-logo img{max-width:100%;max-height:100%;object-fit:contain}.home-newsletter-section{padding:80px 20px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.home-newsletter-container{max-width:1000px;margin:0 auto;text-align:center}.home-newsletter-title{font-size:42px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.home-newsletter-description{font-size:18px;margin-bottom:40px;opacity:.9}.home-newsletter-form{max-width:800px;margin:0 auto}.home-newsletter-inputs{display:flex;gap:15px;flex-wrap:wrap}.home-newsletter-input{flex:1;min-width:200px;padding:15px 20px;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:#fffffff2;color:#333;font-size:16px;font-family:Montserrat,Arial,Helvetica,sans-serif}.home-newsletter-input::placeholder{color:#999}.home-newsletter-button{padding:15px 40px;border:none;border-radius:4px;background:#4a90e2;color:#fff;font-size:16px;font-weight:600;font-family:Montserrat,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .3s ease;white-space:nowrap}.home-newsletter-button:hover{background:#357abd;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.home-newsletter-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-message{margin-top:20px;padding:15px;border-radius:4px;text-align:center;font-size:14px;font-weight:500;display:none}.newsletter-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.newsletter-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}.newsletter-input.error{border-color:#dc3545;border-width:2px}@media(max-width:1200px){.network-content{grid-template-columns:180px 1fr}.news-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:968px){.network-section,.news-section,.blog-section{padding:60px 20px}.network-title,.news-title,.blog-title{font-size:32px;margin-bottom:40px}.network-content{grid-template-columns:1fr;gap:30px}.network-sidebar{flex-direction:row;flex-wrap:wrap;justify-content:center}.network-map-area{flex-direction:column}.country-info{flex:1;width:100%}.news-grid,.blog-grid{grid-template-columns:1fr}.sponsor-logos{gap:30px}.sponsor-logo{width:120px;height:80px}}@media(max-width:768px){.network-title,.news-title,.blog-title{font-size:28px}.country-name{font-size:24px}.sponsor-category-title{font-size:20px}.home-newsletter-title{font-size:32px}.home-newsletter-description{font-size:16px}.home-newsletter-inputs{flex-direction:column}.home-newsletter-button{width:100%}}@media(max-width:480px){.network-section,.news-section,.blog-section{padding:40px 15px}.network-title,.news-title,.blog-title{font-size:24px;margin-bottom:30px}.country-info{padding:20px}.country-name{font-size:20px}.news-headline{font-size:14px}.blog-card{flex-direction:column}.blog-thumbnail{width:100%;height:200px}.sponsor-logos{gap:20px}.sponsor-logo{width:100px;height:70px}.home-newsletter-title{font-size:28px}}.mvo-section{position:relative;padding:80px 20px;background:transparent;margin-top:-100px;z-index:2}.mvo-container{max-width:1400px;margin:0 auto}.mvo-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.mvo-block{padding:40px;border-radius:8px;color:#fff;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 6px #0000001a}.mission-block{background-color:#1f538e}.vision-block{background-color:#dc3545}.objectives-block{background-color:#f8d43d;color:#333;grid-column:1 / -1}.mvo-icon{width:50px;height:50px;color:#ffffffe6}.objectives-block .mvo-icon{color:#000000b3}.mvo-title{font-size:28px;font-weight:700;text-transform:uppercase;margin:0}.mvo-description{font-size:16px;line-height:1.6;margin:0}.history-section{padding:100px 20px;background-color:#f5f5f5}.history-container{max-width:1400px;margin:0 auto}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;padding-bottom:20px;border-bottom:2px solid #1f538e}.history-title{font-size:36px;font-weight:700;text-transform:uppercase;color:#333;margin:0}.history-nav{display:flex;gap:10px}.history-nav-btn{width:40px;height:40px;border-radius:50%;border:2px solid #1f538e;background:#fff;color:#1f538e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.history-nav-btn:hover{background:#1f538e;color:#fff}.timeline-container{position:relative;padding:40px 0}.timeline-line{position:absolute;top:50%;left:0;right:0;height:3px;background:#1f538e;transform:translateY(-50%);z-index:1}.timeline-events{display:flex;justify-content:space-around;position:relative;z-index:2;gap:40px}.timeline-event{flex:1;max-width:350px;text-align:center;position:relative;opacity:.5;transition:opacity .3s ease}.timeline-event.active{opacity:1}.timeline-marker{width:20px;height:20px;border-radius:50%;background:#1f538e;border:4px solid white;margin:0 auto 30px;position:relative;z-index:3;box-shadow:0 2px 4px #0003}.timeline-content{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.timeline-image{width:100%;height:200px;margin-bottom:20px;border-radius:4px;overflow:hidden;background:#e0e0e0}.timeline-image img{width:100%;height:100%;object-fit:cover}.timeline-year{font-size:48px;font-weight:700;color:#1f538e;margin-bottom:15px}.timeline-event-title{font-size:18px;font-weight:700;color:#1f538e;margin-bottom:15px;text-transform:uppercase}.timeline-event-description{font-size:14px;line-height:1.6;color:#666}.newsletter-section{padding:80px 20px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.newsletter-container{max-width:1000px;margin:0 auto;text-align:center}.newsletter-title{font-size:42px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.newsletter-description{font-size:18px;margin-bottom:40px;opacity:.9}.newsletter-form{max-width:800px;margin:0 auto}.newsletter-inputs{display:flex;gap:15px;flex-wrap:wrap}.newsletter-input{flex:1;min-width:200px;padding:15px 20px;border:none;border-radius:4px;background:#fffffff2;color:#333;font-size:16px;font-family:Montserrat,Arial,Helvetica,sans-serif}.newsletter-input::placeholder{color:#999}.newsletter-button{padding:15px 40px;border:none;border-radius:4px;background:#1f538e;color:#fff;font-size:16px;font-weight:600;font-family:Montserrat,Arial,Helvetica,sans-serif;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-button:hover{background:#164070;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.main-footer{background-color:#1f538e;color:#fff;padding:60px 20px 20px}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:flex;gap:60px;margin-bottom:40px;flex-wrap:wrap}.footer-logo{flex-shrink:0}.footer-logo .logo-circle{width:80px;height:80px}.footer-logo .logo-inner{width:70px;height:70px}.footer-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px;flex:1}.footer-nav-column{display:flex;flex-direction:column;gap:15px}.footer-nav-title{font-size:16px;font-weight:700;text-transform:uppercase;margin-bottom:10px}.footer-nav-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-nav-links a{color:#ffffffe6;text-decoration:none;font-size:14px;transition:all .3s ease}.footer-nav-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.2);flex-wrap:wrap;gap:20px}.footer-social{display:flex;gap:15px}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-icon:hover{opacity:.8;transform:translateY(-2px)}.footer-privacy{display:flex;align-items:center}.privacy-link{color:#ffffffe6;text-decoration:none;font-size:14px;transition:all .3s ease}.privacy-link:hover{color:#fff;text-decoration:underline}@media(max-width:968px){.mvo-grid{grid-template-columns:1fr}.objectives-block{grid-column:1}.timeline-events{flex-direction:column;align-items:center}.timeline-line{display:none}.timeline-marker{margin-bottom:20px}.timeline-event{display:none;max-width:100%}.timeline-event.active{display:block}.newsletter-inputs{flex-direction:column}.newsletter-button{width:100%}.footer-content{flex-direction:column}.footer-nav{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mvo-section{padding:60px 20px;margin-top:-80px}.mvo-block{padding:30px}.mvo-title{font-size:24px}.history-section{padding:60px 20px}.history-title{font-size:28px}.newsletter-section{padding:60px 20px}.newsletter-title{font-size:32px}.footer-nav{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.mvo-block{padding:20px}.mvo-title{font-size:20px}.mvo-description{font-size:14px}.history-title{font-size:24px}.timeline-year{font-size:36px}.newsletter-title{font-size:28px}.newsletter-description{font-size:16px}}
