body{background-color:var(--background-gray);display:flex;justify-content:center;flex-direction:column}section{display:flex;flex-direction:column}footer{width:100%;display:flex;flex-direction:column}footer .contentFooter{display:flex;justify-content:space-between;flex-direction:row;align-items:center;width:100%;background-color:var(--background-white);padding:30px 200px;gap:20px}.linkLogo h2{color:var(--black);font-size:85px;transition:text-shadow .3s ease;font-family:var(--bold)}.linkLogo h2:hover{text-shadow:2px 2px 2px rgba(0,0,0,.759)}footer div.direitos p{font-family:var(--regular);color:var(--principal)}@media (max-width: 1100px){footer .contentFooter{padding:30px 100px}footer div.direitos p{font-size:15px}}@media (max-width: 650px){footer .contentFooter{flex-direction:column}}header{width:100%;height:100px;top:0;display:flex;justify-content:center;padding:0 200px;position:fixed;align-items:center;opacity:0;transform:translateY(-20px)}.header-scrolled{border-radius:0 0 10px 10px;box-shadow:1px 1px 15px 2px #00000035;z-index:1000;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}header nav{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;font-family:var(--bold);align-items:center}header nav h1{color:var(--black);font-size:60px;transition:text-shadow .3s ease}header nav h1:hover{text-shadow:2px 2px 2px rgba(0,0,0,.759)}header nav ul.links{list-style:none;display:flex}nav ul.links li{display:flex;justify-content:center;align-items:center;height:100%;padding:15px}ul.links li .link{font-size:2.2vh;position:relative;font-style:none;list-style:none;text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--principal)}.link p:before{content:"";position:absolute;width:100%;height:2px;border-radius:4px;background-color:var(--principal);bottom:0;left:0;transform-origin:right;transform:scaleX(0);transition:transform .7s ease-in-out}.link:hover p:before{transform-origin:left;transform:scaleX(1)}@media (max-width: 1100px){header#header{justify-content:center;align-items:center;padding:0}header#header nav{width:auto}header#header nav ul.links{display:none}}div#contato{width:100%;padding:75px 200px 0;display:flex;justify-content:space-between;align-items:center;flex-direction:column}div#contato h2{font-family:var(--bold);color:var(--principal);font-size:55px}div#contato div.contentContato{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:550px}div#contato div.contentContato div.textContato{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;margin-right:50px}div#contato div.contentContato div.textContato a.cardContato{display:flex;align-items:left;width:320px;height:50px;flex-direction:row;justify-content:left;align-items:center;background-color:var(--background-white);padding:10px;border-radius:15px;box-shadow:0 0 15px 3px #0006;margin:10px;color:#000;font-family:var(--regular)}div#contato div.textContato a.cardContato:hover,div#contato div.textContato a.cardContato:active{animation:hover-sombra .2s linear 1;animation-fill-mode:forwards}div#contato div.textContato a.cardContato svg{width:40px;height:40px;margin:10px}@media (max-width: 1100px){div#contato div.contentContato{height:400px;padding:25px 0}div#contato div.contentContato img{display:none}div#contato div.contentContato div.textContato{margin:0}}@media (max-width: 800px){div#contato{padding:25px 0}}#conhecimentos{width:100%;padding:75px 200px;display:flex;flex-direction:column;align-items:center;background:#f7f7f7}#conhecimentos .titleConhecimentos{font-family:var(--bold);color:var(--principal);font-size:40px;margin-bottom:40px}.knowledge-carousel{width:100%;overflow:hidden;position:relative;padding:50px 0}.knowledge-track{display:flex;align-items:center;gap:40px;animation:knowledge-scroll 18s linear infinite}.knowledge-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;background-color:#000;box-shadow:0 0 20px #0006;width:80px;height:80px;border-radius:50%}.knowledge-item .knowledge-icon{width:60%;height:60%;object-fit:contain}@keyframes knowledge-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1100px){#conhecimentos{padding:50px 40px}.knowledge-track{gap:32px;animation-duration:20s}}@media (max-width: 650px){#conhecimentos{padding:40px 20px}.knowledge-icon{width:64px;height:64px;padding:12px}.knowledge-track{animation-duration:22s}}@keyframes subir-descer{0%,to{transform:translateY(0)}50%{transform:translateY(-10%)}}div#home{display:flex;width:100%;height:80vh;justify-content:space-between;align-items:center;font-family:var(--bold);padding:0 200px;margin-top:100px}div#home div.textHome{display:flex;flex-direction:column;align-items:left;justify-content:center}div#home div.textHome p.helloHome{display:flex;color:var(--principal);font-size:3vh;margin:10px 0}div#home div.textHome h2{display:flex;font-size:11vh;margin:15px 0;font-family:var(--bold)}div#home div.textHome div.anmHome{display:flex}div#home div.textHome div.anmHome h3#animationTextHome{white-space:nowrap;overflow:hidden;font-family:var(--bold);font-size:25px;color:var(--principal);margin:10px 0}div#home div.textHome div.anmHome h3#animationTextHome:after{content:"";display:inline-block;width:1px;height:1em;margin-left:2px;background:#000;animation:cursorBlink .8s steps(1) infinite}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}div#home div.animationHome{position:relative;height:400px;align-items:center;display:flex;justify-content:center;width:400px;background-color:var(--principal);border-radius:50%;box-shadow:none;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35));-webkit-filter:drop-shadow(0 20px 40px rgba(0,0,0,.35))}div#home div.animationHome:after{content:"";position:absolute;bottom:40px;display:flex;width:100%;border-radius:70%;height:40px;filter:blur(10px);background-color:#00000054;z-index:1}div#home div.animationHome img#imgAnimationHome{position:absolute;top:0;width:100%;animation:subir-descer 5s ease-in-out infinite;z-index:2}@media (max-width: 1100px){div#home{padding:0 150px}div#home{flex-direction:column;padding:0;height:auto}div#home div.textHome,div#home div.animationHome{margin:50px 0}div#home div.animationHome{margin:10px}}@media (max-width: 650px){div#home{padding:10px;display:flex;justify-content:center;align-items:center}div#home div.textHome h2{margin:25px 0;align-self:center;font-size:12vw}div#home div.textHome p.helloHome{font-size:15px;align-self:center}div#home div.textHome div.anmHome{align-self:center}div#home div.textHome div.anmHome h3#animationTextHome{font-size:18px;align-self:center}div#home div.animationHome{width:300px;height:300px}}div#sobre{display:flex;justify-content:space-evenly;width:100%;height:60vh;background-color:var(--background-white);padding:50px 200px;align-items:center;box-shadow:0 0 5px 3px var(--background-white)}div#sobre div.imgSobre{width:45vh;overflow:hidden;border-radius:15px;display:flex;object-fit:cover}div#sobre div.imgSobre img{width:100%;height:100%}div#sobre div.textSobre{max-width:600px;padding:10px}div#sobre div.textSobre h2{font-family:var(--bold);color:var(--principal);font-size:4vh}div#sobre div.textSobre p{font-family:var(--regular);font-size:2.5vh}@media (max-width: 1100px){div#sobre{flex-direction:column;height:auto;padding:10px 50px}div#sobre div.imgSobre{width:300px;height:300px;margin:15px}div#sobre div.textSobre{height:280px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}div#sobre div.textSobre p{font-size:15px}}@media (max-width: 650px){div#sobre{padding:10px}div#sobre div.textSobre{height:360px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}div#sobre div.textSobre p{font-size:16px}}.why-section{width:100%;padding:80px 200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.why-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:60px}.why-text{flex:1}.why-text h1{font-family:var(--bold);color:var(--principal);font-size:40px;margin-bottom:20px}.why-text p{font-family:var(--regular);font-size:16px;line-height:1.6;color:var(--principal)}.why-image{flex:1;display:flex;align-items:center;justify-content:center}.why-image img{max-width:420px;width:100%;border-radius:24px;object-fit:cover}.why-grid{width:100%;margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.why-card{background-color:#fff;border-radius:16px;padding:24px 22px;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;gap:12px}.why-card h2{font-family:var(--bold);font-size:18px;color:var(--principal)}.why-card p{font-family:var(--regular);font-size:14px;line-height:1.6;color:var(--principal)}.why-cta{margin-top:60px;max-width:800px;text-align:center;display:flex;flex-direction:column;gap:16px;align-items:center}.why-cta h2{font-family:var(--bold);font-size:28px;color:var(--principal)}.why-cta p{font-family:var(--regular);font-size:15px;line-height:1.6;color:var(--principal)}.why-button{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:999px;border:none;background-color:var(--principal);color:var(--white);font-family:var(--bold);font-size:14px;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.why-button:hover{transform:translateY(-2px);background-color:#000;box-shadow:0 15px 35px #00000040}@media (max-width: 1100px){.why-section{padding:60px 40px}.why-header{flex-direction:column;text-align:center}.why-text{order:1}.why-image{order:0}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 650px){.why-section{padding:40px 20px}.why-text h1{font-size:30px}.why-grid{grid-template-columns:1fr}}.intro-root{position:fixed;top:0;right:0;bottom:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:var(--background-gray);z-index:9999;overflow:hidden;opacity:1;transform:scale(1);transition:opacity .7s ease,transform .7s ease}.intro-leave{opacity:0;transform:scale(1.02)}.intro-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,transparent 0%,#cdcdcd 70%)}.intro-content{position:relative;text-align:center;padding:2rem}.intro-root .intro-content h1{font-family:var(--bold);color:#000}.intro-root .intro-content p{font-family:var(--regular);color:#212121}.intro-root .intro-content .linkLogo h1{color:var(--black);font-size:100px;transition:text-shadow .3s ease,transform .3s ease;margin-bottom:1.5rem}.intro-root .intro-content .linkLogo h1:hover{text-shadow:2px 2px 2px rgba(0,0,0,.759);transform:scale(1.02)}.intro-title{font-size:2.2rem;color:#e5e7eb;margin-bottom:.5rem;letter-spacing:.04em;opacity:0}.intro-subtitle{font-size:1rem;color:#9ca3af;margin-bottom:1.5rem;opacity:0}.intro-button{padding:.75rem 1.75rem;border-radius:999px;border:1px solid rgba(129,140,248,.7);background:rgba(15,23,42,.9);color:#e5e7eb;font-weight:500;font-size:.95rem;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:translateY(10px);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.intro-button:hover{transform:translateY(0);background:rgba(79,70,229,.9);box-shadow:0 15px 40px #4f46e566}@keyframes hover-sombra{0%{box-shadow:0 0 15px 3px #0006}to{box-shadow:0 0 20px 3px #0000009d}}:root{--white: #ffffff;--background-white: #f7f7f7;--black: #000000;--principal: #212121;--background-gray: #cdcdcd;--regular: "montserrat-regular";--bold: "montserrat-bold";--medium: "montserrat-medium"}@font-face{font-family:montserrat-bold;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/MontserratAlternates-Bold-4a204f20.ttf) format("woff")}@font-face{font-family:montserrat-medium;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/MontserratAlternates-Medium-02cf8892.ttf) format("woff")}@font-face{font-family:montserrat-regular;font-weight:400;font-style:normal;font-display:swap;src:url(/assets/MontserratAlternates-Regular-720187e6.ttf) format("woff")}html{scrollbar-color:var(--principal) var(--background-gray);scrollbar-width:10px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:var(--principal);border-radius:10px}::-webkit-scrollbar-track{background-color:var(--background-gray)}*{box-sizing:border-box;margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background-color:var(--background-gray);scroll-behavior:smooth}body{margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--background-gray);scroll-behavior:smooth}::selection{color:var(--white);background-color:var(--principal)}a,img,svg,button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-touch-callout:none;-o-user-select:none}a{background-color:transparent;cursor:pointer}img{border-style:none}button{font-family:inherit;line-height:1;margin:0;text-transform:none;overflow:visible;cursor:pointer}button *{pointer-events:none}input{font-family:inherit;line-height:1;overflow:visible}textarea{font-family:inherit;line-height:1;overflow:auto}button::-moz-focus-inner,[type=button]::-moz-focus-inner{border-style:none}[hidden]{display:none;opacity:0;visibility:hidden}
