*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#002b00;--secondary:#eb9b00;--accent:#e63946;--white:#fff;--light-gray:#f9fafb;--dark:#00420d;--text-dark:#1f2937;--text-light:#6b7280;--border-color:#e5e7eb}@supports (color:lab(0% 0 0)){:root{--primary:lab(14.2587% -31.8 25.6755);--secondary:lab(70.724% 25.7916 96.3337)}}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:var(--white);font-family:Inter,sans-serif;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-dark);font-family:Montserrat,sans-serif;font-weight:700;line-height:1.3}.container-custom{max-width:1140px;margin:0 auto;padding:0 24px}.nav{z-index:1000;-webkit-backdrop-filter:blur();backdrop-filter:blur();background-color:#fff0;transition:all .3s;position:fixed;top:0;left:0;right:0}.nav.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 2px 16px #0000000f}.nav .container-custom{justify-content:space-between;align-items:center;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}.logo{color:var(--white);align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:1.35rem;font-weight:700;transition:all .3s;display:flex}.logo-img{background:#fff;border-radius:6px;padding:2px}.nav.scrolled .logo{color:var(--primary)}.nav-links{align-items:center;gap:.25rem;list-style:none;display:flex}.nav-links a{color:var(--white);border-radius:6px;padding:.625rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.nav.scrolled .nav-links a{color:var(--text-dark)}.nav-links a:hover{background-color:#ffffff1a}.nav.scrolled .nav-links a:hover{background-color:#00420d14}.nav-links a.active{font-weight:600}.nav-links a.active:after{content:"";background-color:var(--white);border-radius:2px;height:2px;position:absolute;bottom:.375rem;left:1rem;right:1rem}.nav.scrolled .nav-links a.active:after{background-color:var(--accent)}.nav-links a.nav-cta{background-color:var(--accent);color:var(--white);margin-left:.5rem;font-weight:600}.nav-links a.nav-cta:hover{background-color:#d32f3c;transform:translateY(-1px)}.nav.scrolled .nav-links a.nav-cta{color:var(--white)}.nav.scrolled .nav-links a.nav-cta:after{display:none}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:4px;display:none}.hamburger span{background-color:var(--white);width:24px;height:2px;transition:all .3s}.nav.scrolled .hamburger span{background-color:var(--primary)}.hamburger.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.hero{text-align:center;min-height:100vh;color:var(--white);justify-content:center;align-items:center;padding:10rem 24px 8rem;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-bg-img{object-fit:cover;object-position:center 60%;filter:brightness(.55)saturate(.8)}.hero-overlay{background:linear-gradient(#001e078c 0%,#001204b8 60%,#000a02d9 100%);position:absolute;inset:0}@keyframes float{0%,to{transform:translateY(0)translate(0)}33%{transform:translateY(-20px)translate(15px)}66%{transform:translateY(20px)translate(-15px)}}.hero-content{z-index:1;max-width:850px;position:relative}.hero-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff26;border:1px solid #fff3;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.hero h1{letter-spacing:-.03em;color:var(--white);margin-bottom:1rem;font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05}.hero-subtitle{opacity:.95;color:var(--white);margin-bottom:1rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.hero .tagline{opacity:.9;max-width:720px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:400;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2.25rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn:hover:before{width:300px;height:300px}.btn span,.btn svg{z-index:1;position:relative}.btn-primary{background:var(--accent);color:var(--white);box-shadow:0 4px 14px #e6394666}.btn-primary:hover{background:#d32f3c;transform:translateY(-2px);box-shadow:0 6px 20px #e6394680}.btn-outline{color:var(--white);border:2px solid var(--white);background-color:#0000}.btn-outline:hover{background-color:var(--white);color:var(--primary);transform:translateY(-2px)}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:700px;margin:0 auto;padding:1.5rem 2.5rem;display:flex}.hero-stat-item{text-align:center}.hero-stat-number{color:var(--white);margin-bottom:.25rem;font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:700}.hero-stat-label{opacity:.85;color:var(--white);font-size:.8rem;font-weight:500}.hero-stat-divider{background-color:#ffffff4d;width:1px;height:40px}.hero-scroll-indicator{opacity:.7;flex-direction:column;align-items:center;gap:.75rem;animation:2s ease-in-out infinite bounce;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-10px)}}.scroll-mouse{border:2px solid var(--white);border-radius:12px;width:24px;height:36px;position:relative}.scroll-wheel{background-color:var(--white);border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite scroll-wheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scroll-wheel{0%,to{opacity:1;top:6px}50%{opacity:.5;top:16px}}.hero-scroll-indicator span{text-transform:uppercase;letter-spacing:.1em;color:var(--white);font-size:.75rem;font-weight:500}section{opacity:0;padding:5rem 0;transition:opacity .6s,transform .6s;transform:translateY(20px)}section.visible{opacity:1;transform:translateY(0)}.section-title{color:var(--primary);text-align:center;letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.section-subtitle{color:var(--secondary);text-align:center;margin-bottom:1rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:500}.section-description{text-align:center;max-width:700px;color:var(--text-light);margin:0 auto 3rem;font-size:1rem;line-height:1.7}.section-white{background-color:var(--white)}.section-gray{background-color:var(--light-gray)}.sobre-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}.sobre-text{color:var(--text-light);font-size:1rem;line-height:1.8}.sobre-photo-wrapper{margin-top:2rem}.sobre-photo{object-fit:cover;border-radius:12px;width:100%;height:auto;box-shadow:0 8px 32px #0000001f}.sobre-photo-caption{color:var(--text-light);text-align:center;margin-top:.5rem;font-size:.8rem;font-style:italic}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.stat-card{background:var(--primary);text-align:center;color:var(--white);border:1px solid #ffffff1a;border-radius:8px;padding:2rem 1.5rem;transition:transform .2s}.stat-card:hover{transform:translateY(-4px)}.stat-number{margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:2.75rem;font-weight:700}.stat-label{opacity:.9;font-size:.85rem;font-weight:400;line-height:1.4}.localizacao-content{grid-template-columns:1fr 1fr;gap:3rem;margin:3rem 0;display:grid}.localizacao-text{color:var(--text-light);font-size:1rem;line-height:1.8}.map-container{background-color:var(--light-gray);border:1px solid var(--border-color);border-radius:8px;justify-content:center;align-items:center;height:400px;margin-top:3rem;display:flex;overflow:hidden}.map-placeholder{text-align:center;color:var(--primary);padding:2rem;font-weight:500}.map-placeholder h3{margin-bottom:.5rem;font-size:1.1rem}.map-placeholder p{color:var(--text-light);font-size:.9rem}.objetivos-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.objetivo-card{background-color:var(--white);border:1px solid var(--border-color);border-left:3px solid var(--secondary);border-radius:8px;padding:2rem;transition:all .2s}.objetivo-card:first-child{border-left-color:var(--primary)}.objetivo-card:nth-child(3){border-left-color:var(--accent)}.objetivo-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.objetivo-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.objetivo-card p{color:var(--text-light);font-size:.95rem;line-height:1.7}.objetivo-card ul{margin-top:1rem;list-style:none}.objetivo-card li{color:var(--text-light);padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;line-height:1.6;position:relative}.objetivo-card li:before{content:"•";color:var(--accent);font-size:1.25rem;line-height:1;position:absolute;left:0}.metodologia-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.metodo-card{background-color:var(--white);text-align:center;border:1px solid var(--border-color);border-radius:8px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:all .2s;display:flex}.metodo-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.metodo-icon{text-align:center;margin-bottom:1rem;font-size:4.5rem}.metodo-card h4{color:var(--primary);font-size:.95rem;font-weight:600;line-height:1.4}.publico-content{grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;display:grid}.publico-card{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;padding:2rem}.publico-card h3{color:var(--primary);margin-bottom:1.25rem;font-size:1.5rem;font-weight:600}.publico-card ul{list-style:none}.publico-card li{color:var(--text-light);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.publico-card li:before{content:"✓";color:var(--secondary);font-size:1rem;font-weight:600;position:absolute;left:0}.publico-card p{color:var(--text-light);font-size:.95rem;line-height:1.8}.capacitacoes-layout{grid-template-columns:1fr auto;align-items:start;gap:3rem;margin-top:3rem;display:grid}.capacitacoes-photo-wrapper{flex-shrink:0}.capacitacoes-photo-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:10px;max-width:420px;display:grid}.capacitacoes-photo{object-fit:cover;border-radius:10px;width:100%;height:auto;box-shadow:0 4px 16px #0000001f}.capacitacoes-photo-main{grid-column:1/-1}.modulos-list{margin:0}.modulo-item{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;align-items:center;gap:1.25rem;margin-bottom:.75rem;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.modulo-item:hover{transform:translate(4px);box-shadow:0 2px 8px #0000000f}.modulo-number{background:var(--primary);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:600;display:flex}.modulo-text{color:var(--text-dark);font-size:.95rem;line-height:1.5}.projetos-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.projeto-card{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.projeto-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.projeto-header{background:var(--primary);color:var(--white);padding:1.75rem}.projeto-card:nth-child(2) .projeto-header{background:var(--secondary)}.projeto-card:nth-child(3) .projeto-header{background:#1e5a8e}.projeto-card:nth-child(4) .projeto-header{background:var(--accent)}.projeto-title{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600;line-height:1.3}.projeto-subtitle{opacity:.9;font-size:.9rem;font-weight:400;line-height:1.4}.projeto-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag{background-color:#fff3;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.projeto-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.projeto-body h4{color:var(--primary);margin-bottom:.75rem;font-size:1rem;font-weight:600}.projeto-body ul{flex-grow:1;margin-bottom:1.25rem;list-style:none}.projeto-body li{color:var(--text-light);padding:.4rem 0 .4rem 1.25rem;font-size:.875rem;line-height:1.6;position:relative}.projeto-body li:before{content:"▸";color:var(--secondary);font-weight:600;position:absolute;left:0}.projeto-footer{background-color:var(--light-gray);text-align:center;color:var(--primary);border-top:1px solid var(--border-color);justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;display:flex}.jogos-content{max-width:800px;margin:3rem auto 0}.jogos-text{background-color:var(--white);border:1px solid var(--border-color);color:var(--text-light);border-radius:8px;margin-bottom:1.5rem;padding:2rem;font-size:.95rem;line-height:1.8}.jogo-destaque{background:var(--primary);color:var(--white);text-align:center;border-radius:8px;padding:1.75rem}.jogo-destaque h4{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.jogo-info{opacity:.95;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.875rem;display:flex}.jogo-info span{align-items:center;gap:.4rem;display:flex}.section-contato{background:linear-gradient(135deg, var(--primary) 0%, #002b08 100%);color:var(--white)}.section-contato .section-title{color:var(--white)}.section-contato .section-description{color:#ffffffd9}.contato-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;margin-bottom:4rem;display:grid}.contato-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background-color:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:2.5rem 2rem;transition:all .3s;position:relative;overflow:hidden}.contato-card:before{content:"";background:linear-gradient(90deg, var(--secondary), var(--accent));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.contato-card:hover:before{transform:scaleX(1)}.contato-card:hover{background-color:#ffffff1f;transform:translateY(-8px);box-shadow:0 12px 32px #0003}.contato-card-primary .contato-icon{background:linear-gradient(135deg, var(--secondary), #1e5a8e)}.contato-card-secondary .contato-icon{background:linear-gradient(135deg,#8b3a8b,#e63946)}.contato-card-accent .contato-icon{background:linear-gradient(135deg, var(--accent), #ff6b6b)}.contato-icon{width:64px;height:64px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:transform .3s;display:flex}.contato-card:hover .contato-icon{transform:scale(1.1)rotate(5deg)}.contato-card h3{color:var(--white);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.contato-link{color:var(--white);margin-bottom:.75rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.contato-link:hover{color:var(--accent);transform:scale(1.05)}.contato-info{opacity:.75;color:var(--white);margin:0;font-size:.85rem}.contato-cta{background:#fffffff2;border-radius:16px;margin-top:2rem;padding:3rem;box-shadow:0 8px 32px #00000026}.cta-content{max-width:100%}.cta-text{text-align:center;margin-bottom:2rem}.cta-text h3{color:var(--primary);margin-bottom:1rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:700}.cta-text p{color:var(--text-light);max-width:700px;margin:0 auto;font-size:1rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-white{background:var(--primary);color:var(--white);box-shadow:0 4px 14px #00420d4d}.btn-white:hover{background:#002b08;transform:translateY(-2px);box-shadow:0 6px 20px #00420d66}.btn-outline-white{color:var(--primary);border:2px solid var(--primary);background-color:#0000}.btn-outline-white:hover{background-color:var(--primary);color:var(--white);transform:translateY(-2px)}footer{background-color:var(--dark);color:var(--white);padding:4rem 0 0}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.footer-about{max-width:320px}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.footer-logo-img{background:#fff;border-radius:6px;padding:2px}.footer-description{color:#ffffffb3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-social{gap:.75rem;display:flex}.social-link{background-color:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{background-color:var(--secondary);transform:translateY(-2px)}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.footer-links a:hover{color:var(--white);padding-left:4px}.footer-contact{list-style:none}.footer-contact li{color:#ffffffb3;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.contact-icon{flex-shrink:0;font-size:1.1rem}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:var(--white)}.footer-partners{border-bottom:1px solid #ffffff1a;padding:3rem 0}.partners-title{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:#fff9;margin-bottom:2rem;font-size:.85rem;font-weight:600}.partners-logos{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.partner-badge{text-align:center;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:180px;padding:1.25rem 2rem;transition:all .2s;display:flex}.partner-logo{opacity:.85;border:6px solid #fff;max-width:160px;height:auto}.partner-badge:hover{background-color:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.partner-name{color:var(--white);margin-bottom:.25rem;font-size:1.1rem;font-weight:700;display:block}.partner-subtitle{color:#fff9;font-size:.8rem;display:block}.footer-bottom{text-align:center;padding:2rem 0}.footer-bottom p{opacity:.7;margin-bottom:.5rem;font-size:.875rem;line-height:1.6}.footer-credits{opacity:.6;justify-content:center;align-items:center;gap:1rem;font-size:.85rem;display:flex}.back-to-top{background:var(--accent);color:var(--white);cursor:pointer;opacity:0;visibility:hidden;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 12px #00000026}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:#d32f3c;transform:translateY(-2px)}@media (max-width:1024px){.sobre-content,.localizacao-content,.publico-content{grid-template-columns:1fr;gap:2.5rem}.capacitacoes-layout{grid-template-columns:1fr}.capacitacoes-photo{max-width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-about{grid-column:1/-1;max-width:100%}}@media (max-width:768px){.nav .nav-links{background-color:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:75%;max-width:320px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-4px 0 12px #0000001a}.nav .nav-links a{color:var(--text-dark);font-size:1.1rem}.nav .nav-links.active{right:0}.hamburger{display:flex}.hero{padding-top:8rem}section{padding:4rem 0}.stats-grid{grid-template-columns:1fr}.metodologia-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.projetos-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-about{grid-column:1}.partners-logos{gap:1rem}.partner-badge{min-width:140px;padding:1rem 1.5rem}.contato-grid{grid-template-columns:1fr}.contato-cta{padding:2rem 1.5rem}.cta-actions{flex-direction:column;width:100%}.cta-actions .btn{justify-content:center;width:100%}}@media (max-width:480px){.container-custom{padding:0 20px}.hero h1{font-size:2rem}.stat-number{font-size:2.25rem}.back-to-top{width:44px;height:44px;bottom:20px;right:20px}.footer-social{justify-content:center}.partners-logos{flex-direction:column;align-items:center}.partner-badge{width:100%;max-width:280px}}
