@import"https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;transition:all .3s ease}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px;position:relative}.navbar-brand{display:flex;align-items:center}.brand-text{font-family:var(--fonte-principal);font-size:1.5rem;font-weight:700;color:var(--cor-principal);text-decoration:none}.navbar-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;position:absolute;left:50%;transform:translate(-50%)}.navbar-item{position:relative}.navbar-link{font-family:var(--fonte-principal);font-size:1rem;font-weight:500;color:var(--cinza-escuro);text-decoration:none;padding:.5rem 0;transition:all .3s ease;position:relative}.navbar-link:hover{color:var(--cor-principal)}.navbar-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--cor-principal);transition:width .3s ease}.navbar-link:hover:after{width:100%}.navbar-hamburger{display:none;flex-direction:column;cursor:pointer;padding:.5rem;gap:4px}.hamburger-line{width:25px;height:3px;background:var(--cor-principal);transition:all .3s ease;border-radius:2px}@media(max-width:768px){.navbar-container{padding:0 1rem}.navbar-menu{position:absolute;top:100%;left:0;right:0;transform:none;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;gap:0;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-item{padding:0 2rem}.navbar-link{display:block;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.navbar-link:after{display:none}.navbar-hamburger{display:flex}.brand-text{font-size:1.2rem}}@media(max-width:480px){.navbar-container{height:60px}.brand-text{font-size:1.1rem}.hamburger-line{width:20px;height:2px}}.navbar-hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-hamburger.active .hamburger-line:nth-child(2){opacity:0}.navbar-hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.header{position:relative;height:90vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:70px}.header-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2}.header-container{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.institution-logos-container{position:absolute;top:-30px;right:0;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.institution-logos{display:flex;gap:2rem;align-items:center}.institution-logos a{transition:transform .3s ease}.institution-logos a:hover{transform:translateY(-3px)}.inst-logo{height:45px;width:auto;filter:drop-shadow(0 2px 5px rgba(0,0,0,.3))}.hero-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.logo-section{margin-bottom:1rem}.main-logo{height:150px;width:auto}.text-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-title{font-family:var(--quinta-fonte);font-size:4rem;font-weight:700;margin:0;text-shadow:2px 2px 6px rgba(0,0,0,.7);color:var(--cor-principal)}.hero-subtitle{font-family:var(--fonte-principal);font-size:1.5rem;font-weight:400;margin:0;color:#fff;opacity:.9;text-transform:uppercase;letter-spacing:2px}.hero-description{font-family:var(--fonte-principal);font-size:1.2rem;margin:0;color:#e0e0e0;opacity:.8;max-width:500px;line-height:1.5}@media(max-width:1024px){.hero-title{font-size:3.5rem}.main-logo{height:120px}}@media(max-width:768px){.header{height:90vh;padding-top:40px}.header-container{padding:0 1.5rem}.institution-logos-container{position:static;margin-bottom:2rem;width:100%;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.8rem 1rem}.institution-logos{justify-content:space-between;width:100%}.inst-logo{height:40px}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem;letter-spacing:1px}.hero-description{font-size:1.1rem}.main-logo{height:100px}}@media(max-width:480px){.header{height:85vh;padding-top:20px}.header-container{padding:0 1rem}.institution-logos-container{padding:.6rem .8rem;border-radius:12px}.institution-logos{justify-content:space-between;width:100%;gap:1rem}.inst-logo{height:35px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.main-logo{height:80px}}.info{display:flex;align-items:center;padding:1rem 0 0;gap:2rem;font-family:var(--fonte-secundaria);max-width:1400px;margin:0 auto}.logo{width:25rem;height:auto}.logo img{width:100%;height:auto}.text-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.text-content p{font-size:1.1rem;line-height:1.6;color:var(--preto);text-align:justify;margin:0}@media(max-width:768px){.info{flex-direction:column;padding:2rem;gap:2rem;text-align:center}.logo{width:150px}.info p{text-align:left;font-size:1rem}}@media(max-width:480px){.info{padding:1.5rem;gap:1.5rem}.logo{width:120px}.info p{font-size:.9rem}}.objectives{background:linear-gradient(135deg,#1e4db0,#164ba7);padding:3rem;min-height:70vh;display:flex;align-items:center;justify-content:center}.objectives-container{max-width:1200px;width:90%;margin:0 auto}.objectives-title{text-align:center;font-family:var(--terceira-fonte);font-size:3.2rem;font-weight:700;margin-bottom:2rem;letter-spacing:.1em;white-space:nowrap}.title-orange{color:var(--cor-principal)}.title-white{color:var(--branco)}.objectives-title span{display:inline}.objectives-list{display:flex;flex-direction:column;max-width:900px;margin:0 auto;padding-top:1rem}.objective-item{display:flex;align-items:baseline;gap:1rem;padding:1.5rem 0}.objective-number{color:var(--cor-principal);font-family:var(--fonte-principal);font-size:2rem;font-weight:700;flex-shrink:0}.objective-text{color:var(--branco);font-family:var(--fonte-secundaria);font-size:1.3rem;font-weight:400;line-height:1.6;margin:0}.objective-textOne{color:var(--branco);font-family:var(--fonte-secundaria);font-size:1.3rem;font-weight:400;line-height:1.6;padding-left:.4rem;margin:0;text-align:justify}@media(max-width:1024px){.objectives-title{font-size:3.5rem}.objective-number{font-size:2.5rem}.objective-text{font-size:1.3rem}.objective-textOne{font-size:1.3rem;padding-left:.3rem}}@media(max-width:768px){.objectives{padding:3rem 0}.objectives-title{font-size:2.8rem;margin-bottom:3rem;white-space:normal}.objectives-list{gap:2.5rem}.objective-item{gap:1rem;padding:1rem 0}.objective-number{font-size:2rem}.objective-text{font-size:1.2rem}.objective-textOne{font-size:1.2rem;padding-left:.2rem}}@media(max-width:480px){.objectives-title{font-size:2.2rem;margin-bottom:2.5rem}.objective-item{flex-direction:column;gap:1rem;text-align:center}.objective-number{font-size:1.8rem;align-self:flex-start}.objective-text{font-size:1.1rem;text-align:left}.objective-textOne{font-size:1.1rem;text-align:left;padding-left:0}}.performance{background-color:#f5f5f5;padding:2rem 0;min-height:60vh;display:flex;align-items:center;justify-content:center}.performance-container{max-width:1400px;width:95%}.performance-carousel-container{overflow:hidden;position:relative}.performance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center;margin:2rem 0}.performance-card{background:var(--branco);border-radius:20px;padding:2rem 1.5rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:300px}.performance-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.card-icon{margin-bottom:2rem;height:80px;display:flex;align-items:center;justify-content:center}.icon-group{display:flex;gap:-10px;position:relative}.person-icon{width:40px;height:40px;background:var(--azul);border-radius:50%;position:relative;border:3px solid var(--branco)}.person-icon.center{background:#4a90e2;z-index:2;margin:0 -10px;transform:scale(1.2)}.laptop-icon{width:60px;height:45px;position:relative}.laptop-screen{width:60px;height:35px;background:var(--azul);border-radius:4px 4px 0 0;border:2px solid var(--azul)}.laptop-keyboard{width:70px;height:8px;background:var(--azul);border-radius:0 0 8px 8px;margin:0 auto;position:relative;top:-2px}.project-icon{display:flex;gap:8px;align-items:flex-end;height:50px}.chart-bar{width:15px;background:var(--azul);border-radius:3px 3px 0 0}.chart-bar:nth-child(1){height:30px}.chart-bar:nth-child(2){height:45px}.chart-bar:nth-child(3){height:35px}.course-icon{position:relative;width:50px;height:40px}.book-spine{width:50px;height:40px;background:var(--azul);border-radius:3px;position:relative}.book-pages{width:45px;height:35px;background:var(--branco);border:2px solid var(--azul);border-radius:2px;position:absolute;top:2px;left:2px}.card-content{text-align:center}.card-title{font-family:var(--terceira-fonte);font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;line-height:1.3}.title-blue{color:var(--azul);display:block}.title-orange{color:var(--cor-principal);display:block}.card-number{font-family:var(--fonte-principal);font-size:4rem;font-weight:700;color:var(--azul);line-height:1}@media(max-width:1200px){.performance-container{width:98%}.performance-grid{gap:1.5rem}.performance-card{padding:1.8rem 1.2rem;min-height:250px;max-width:280px}}@media(max-width:992px){.performance-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.performance-card{max-width:350px}}@media(max-width:768px){.performance{padding:3rem 0}.performance-carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.performance-carousel-container::-webkit-scrollbar{display:none}.performance-grid{display:flex;gap:2rem;padding:1rem 0;min-width:max-content}.performance-card{flex:0 0 300px;padding:2.5rem 2rem;min-height:300px;scroll-snap-align:center}.card-title{font-size:1.1rem}.card-number{font-size:3.5rem}}@media(max-width:480px){.performance-container{width:95%}.performance-card{padding:2rem 1.5rem;min-height:280px}.card-icon{margin-bottom:1.5rem;height:60px}.card-title{font-size:1rem;margin-bottom:1rem}.card-number{font-size:3rem}.person-icon{width:30px;height:30px}.laptop-icon{width:50px;height:35px}.laptop-screen{width:50px;height:28px}.laptop-keyboard{width:55px}}.team{background:#f5f5f5}.team-header{background:linear-gradient(135deg,var(--cor-principal) 0%,var(--laranja) 100%);padding:4rem 0 3rem;text-align:center}.team-container{max-width:1200px;width:90%;margin:0 auto}.team-title{font-family:var(--terceira-fonte);background-color:#fff;width:100vw;margin-left:calc(-50vw + 50%);padding:1.5rem 0;font-size:3.2rem;font-weight:700;margin-bottom:3rem;letter-spacing:.1em;text-align:center}.title-orange{color:var(--laranja)}.title-dark{color:var(--preto)}.team-title span{display:inline}.coordinator-card{padding-top:1rem;display:inline-block;text-align:center}.coordinator-photo{width:150px;height:150px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden}.coordinator-card .member-name{color:var(--branco);font-size:1.4rem}.coordinator-card .member-role{color:var(--preto);font-weight:600}.member-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:4px solid var(--branco);box-shadow:0 8px 20px #00000026}.member-photo img{width:100%;height:100%;object-fit:cover}.member-info{text-align:center}.member-name{font-family:var(--fonte-principal);font-size:1.2rem;font-weight:700;color:var(--cor-principal);margin:0 0 .5rem;letter-spacing:.05em}.member-role{font-family:var(--fonte-principal);font-size:.9rem;font-weight:500;color:#666;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.1em}.member-social{display:flex;justify-content:center;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:8px;text-decoration:none;font-family:var(--fonte-principal);font-weight:700;font-size:.9rem;transition:all .3s ease}.social-link img{width:18px;height:18px;filter:brightness(0) invert(1)}.social-link.linkedin{background:#0077b5;color:var(--branco)}.social-link.lattes{background:var(--preto);color:var(--branco)}.social-link:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.team-members{padding:4rem 0;background:var(--branco)}.carousel-container{overflow:visible;position:relative}.members-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.member-card{text-align:center;padding:2rem 1rem;color:var(--preto);background:var(--branco);border-radius:20px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:280px;box-shadow:0 12px 35px #00000026,0 0 #0000;transition:transform .3s ease,box-shadow .3s ease}.member-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px #0000002e,0 0 #0000}@media(max-width:1024px){.members-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}.member-card{min-height:360px;padding:2rem 1rem}}@media(max-width:768px){.carousel-container{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.carousel-container::-webkit-scrollbar{display:none}.members-grid{display:flex;gap:1.5rem;padding:0 calc((100vw - 280px)/2);margin:2rem 0}.member-card{flex:0 0 280px;min-height:340px;padding:1.8rem 1rem;scroll-snap-align:center}}@media(max-width:480px){.carousel-container{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 0}.carousel-container::-webkit-scrollbar{display:none}.members-grid{display:flex;gap:1.5rem;padding:0 calc((100vw - 280px)/2);margin:2rem 0}.member-card{flex:0 0 280px;min-height:320px;padding:1.5rem 1rem;scroll-snap-align:center}.member-name{font-size:1.1rem}.social-link{width:30px;height:30px;font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{overflow-x:hidden;min-height:100vh;margin:0;display:flex;flex-direction:column}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}:root{--cor-principal: #fd810a;--cor-secundaria: #f4f4f4;--branco: #ffffff;--azul: #164ca8;--laranja: #eb5414;--preto: #000000;--fonte-principal: "montserrat", sans-serif;--fonte-secundaria: "Roboto", arial;--terceira-fonte: "Space Mono", sans-serif;--quarta-fonte: "Arimo", monospace;--quinta-fonte: "Roboto Mono", monospace}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;flex-shrink:0;width:100%;margin-top:auto}.footer-main{padding:2rem 0 0rem}.footer-container{max-width:1200px;width:90%;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.column-title{font-family:var(--quinta-fonte);font-size:1.2rem;font-weight:700;color:var(--cor-principal);text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem;border-bottom:2px solid var(--cor-principal);padding-bottom:.5rem}.contact-list{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-radius:8px;transition:all .3s ease}.contact-item:hover{background:#ffffff0d;padding-left:.5rem}.contact-icon{width:24px;height:24px;color:var(--cor-principal);flex-shrink:0;margin-top:2px}.contact-icon svg{width:100%;height:100%}.contact-icon img{width:100%;height:100%;filter:invert(54%) sepia(93%) saturate(2718%) hue-rotate(1deg) brightness(101%) contrast(102%)}.youtube-icon img{filter:none}.contact-link{font-family:var(--fonte-principal);font-size:.95rem;color:#fff;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--cor-principal);transition:all .3s ease}.social-divider{margin:2rem 0 1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.social-subtitle{font-family:var(--quinta-fonte);font-size:1rem;font-weight:600;color:var(--cor-principal);text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.social-item{background:#ffffff08;border-radius:12px;padding:1rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.05)}.social-item:hover{background:#ffffff14;border-color:var(--cor-principal);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.social-icon{width:28px;height:28px;transition:all .3s ease}.github-icon,.linkedin-icon{color:#ffffffb3}.youtube-icon{color:var(--cor-principal)}.social-item:hover .github-icon{color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,.3))}.social-item:hover .linkedin-icon{color:#0077b5;filter:drop-shadow(0 0 8px rgba(0,119,181,.4))}.contact-content,.social-link{display:flex;flex-direction:column;gap:.2rem}.social-platform{font-weight:600;font-size:.95rem;color:#fff}.social-description{font-size:.8rem;color:#ffffffb3;font-weight:400}.social-item:hover .social-platform{color:var(--cor-principal)}.social-item:hover .social-description{color:#ffffffe6}.contact-text p{font-family:var(--fonte-principal);font-size:.95rem;color:#fff;line-height:1.5;margin:0}.partners-list{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}.partner-item{display:flex;align-items:center}.partner-item a{display:block;transition:transform .3s ease}.partner-item a:hover{transform:scale(1.05)}.partner-logo{max-width:150px;height:50px;object-fit:contain;transition:all .3s ease}.partner-logo:hover{transform:scale(1.05);filter:brightness(1.1)}.footer-bottom{background:#0000004d;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.copyright-content{display:flex;justify-content:center;align-items:center;text-align:center}.copyright-content p{font-family:var(--fonte-principal);font-size:.85rem;color:#ccc;margin:0}@media(max-width:1024px){.footer-grid{gap:2.5rem}.column-title{font-size:1.1rem}.contact-link,.contact-text p{font-size:.9rem}}@media(max-width:768px){.footer-main{padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.contact-item{justify-content:center}.social-item{text-align:left}.social-divider{text-align:center}.partner-item{justify-content:center}.partners-list{justify-content:center;align-items:center}.copyright-content{text-align:center}}@media(max-width:480px){.footer-main{padding:2rem 0 1rem}.footer-grid{gap:1.5rem}.column-title{font-size:1rem}.contact-link,.contact-text p{font-size:.85rem}.partner-logo{max-width:120px;height:40px}.copyright-content p{font-size:.8rem;text-align:center}}.articles-container{padding:8rem 2rem 12rem;max-width:1200px;margin:0 auto}.articles-header{text-align:center;margin-bottom:2rem}.articles-header h2{font-size:1.85rem;color:var(--cor-principal);margin-bottom:.25rem;font-family:var(--fonte-principal)}.articles-header p{color:#666}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.article-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 6px 14px #0206170f;display:flex;flex-direction:column;min-height:220px;transition:transform .2s cubic-bezier(.2,.8,.2,1),box-shadow .2s cubic-bezier(.2,.8,.2,1),border-color .2s ease}.article-card:focus-within,.article-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #0f0f0f1f}.article-title{margin:0 0 .25rem;font-size:1.1rem;color:#222}.article-meta{font-size:.85rem;color:#777;margin-bottom:.75rem}.article-summary{color:#555;flex-grow:1;margin-bottom:1rem}.article-link{color:var(--cor-principal);text-decoration:none;font-weight:700}.article-link:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){.article-card,.article-card:hover,.article-card:focus-within{transform:none!important;transition:none!important;box-shadow:0 6px 14px #0206170f!important}}@media(max-width:768px){.articles-container{padding:8rem 1rem}.articles-header h2{font-size:1.5rem}}.events-container{padding:7rem;max-width:1200px;margin:0 auto}.events-header{text-align:center;margin-bottom:2rem}.events-header h2{font-size:1.85rem;color:var(--cor-principal);margin-bottom:.25rem;font-family:var(--fonte-principal)}.services-header h2{font-size:1.85rem;color:var(--cor-principal);margin-bottom:.25rem}.events-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.tab-button{padding:.8rem 2rem;font-size:1.1rem;border:none;background:#f0f0f0;color:#666;border-radius:5px;cursor:pointer;transition:all .3s ease}.tab-button:hover{background:#e0e0e0}.tab-button.active{background:var(--cor-principal);color:#000}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.event-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;min-height:300px}.event-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.event-card h3{font-family:var(--fonte-principal);font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.event-info{margin-bottom:1rem}.event-info p{display:flex;align-items:center;margin:.5rem 0;color:#666;font-family:var(--fonte-secundaria)}.event-info i{margin-right:.5rem;color:#3498db}.event-description{color:#666;margin-bottom:1.5rem;line-height:1.6;flex-grow:1;font-family:var(--quarta-fonte)}.event-button{background:#3498db;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:5px;cursor:pointer;font-weight:600;transition:background .3s ease;width:100%}.event-button:hover{background:#2980b9}.event-button:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:768px){.events-container{padding:5rem 1rem}.events-grid{grid-template-columns:1fr}}.services-container{padding:8rem 2rem 9rem;max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:1.75rem}.services-header h2{font-size:1.85rem;color:var(--cor-principal);margin-bottom:.25rem;font-family:var(--fonte-principal)}.services-header p{color:#666;margin:0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.service-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 6px 18px #1414140f;display:flex;flex-direction:column;min-height:200px;transition:transform .22s ease,box-shadow .22s ease}.service-card:focus-within,.service-card:hover{transform:translateY(-6px);box-shadow:0 14px 30px #0f0f0f1f}.service-top{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:.6rem}.service-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fd810a14;color:var(--cor-principal);border-radius:8px;flex-shrink:0}.service-title{margin:0;font-size:1.05rem;color:#1f2937;line-height:1.2}.service-date{display:block;font-size:.85rem;color:#6b7280;margin-top:4px}.service-description{color:#374151;margin:.65rem 0;flex-grow:1;font-size:.95rem}.service-result{font-size:.95rem;color:#374151;background:#f3f4f699;padding:.6rem;border-radius:8px}.service-status{align-self:flex-end;margin-top:.9rem;background:#16a34a;color:#fff;padding:.3rem .6rem;border-radius:999px;font-weight:700;font-size:.8rem}.service-card:focus-within{outline:3px solid rgba(34,197,94,.12);outline-offset:4px}@media(max-width:992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.services-container{padding:8rem 1rem}.services-grid{grid-template-columns:1fr}.service-status{align-self:flex-start}}@media(prefers-reduced-motion:reduce){.service-card,.service-card:focus-within,.service-card:hover{transform:none;transition:none}}
