@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth}:root{--text-color: #FFFF;--primary-color: #212222;--secondary-color: #FFC000;font-size:16px;font-family:Montserrat,sans-serif;font-weight:900}.container{max-width:1200px;margin:0 auto}.primary-background{background-color:var(--primary-color);position:relative}.primary-background:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:247px;background-image:url(/images/nuvem1.svg);background-repeat:repeat;background-position:bottom;pointer-events:none}.primary-font{color:var(--primary-color)}.primary-bg-element{background-color:var(--primary-color)}.secondary-bg-element{background-color:var(--secondary-color)}.secondary-background,.secondary-background-help{background-color:var(--secondary-color);position:relative}.secondary-background:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:247px;background-image:url(/images/nuvem2.svg);background-repeat:repeat;background-position:bottom;pointer-events:none}.secondary-font{color:var(--secondary-color)}.bold{font-weight:700}@media screen and (max-width: 1400px){.container{max-width:1100px}}@media screen and (max-width: 1200px){.container{max-width:720px}}@media screen and (max-width: 720px){.container{max-width:300px}}.home{height:758px}.home-content{display:flex;justify-content:space-between;padding:148px 0;align-items:center}.logo{width:300px;height:300px}.home-title{font-size:51px;font-weight:900;text-align:left;max-width:700px;text-transform:uppercase;line-height:1.1em;white-space:pre-line}.discord-button{display:flex;gap:30px;align-items:center;padding:10px 35px;max-width:fit-content;border-radius:20px;text-decoration:none;margin-top:34px;animation:pulse 1.5s infinite;background-color:var(--primary-color)}.discord-image{width:58px}.discord-button-text{font-size:24px;font-weight:900;text-transform:uppercase;color:#fff;white-space:pre-line}.content{height:920px;display:flex;justify-content:center}.content-section-summary{display:flex;flex-direction:column;gap:50px;align-items:center;justify-content:center;margin-top:50px}.content-button{align-items:center;padding:24px 72px;max-width:fit-content;border-radius:20px;text-decoration:none;margin-top:34px;font-size:28px}.content-button:hover,.discord-button:hover{filter:brightness(90%)}.content-title{font-size:36px;max-width:600px;text-align:center;line-height:1.3em;white-space:pre-line}.video-box{width:640px;height:360px;border-radius:20px;overflow:hidden}.about-section-summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:130px}.about-section{display:flex;flex-direction:column;gap:50px;align-items:center;justify-content:center}.about-content{display:flex;flex-direction:column;justify-content:center;gap:20px}.about-title{font-size:36px;white-space:pre-line}.about-text{font-size:24px;font-weight:400;white-space:pre-line}.icon-about{width:30px;height:30px}.asset-left{position:absolute;left:20vw;bottom:180px}.asset-right{position:absolute;right:20vw;bottom:180px}.help-section{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;max-width:1000px}.help-section-title{font-size:48px}.help-section-paragraph{font-size:16px}.help-section-button{display:flex;gap:30px;align-items:center;padding:20px 70px;border-radius:20px;text-decoration:none;margin-top:34px;background-color:var(--primary-color);width:300px;justify-content:center}.help-section-button:hover{filter:brightness(90%);transform:scale(1.1)}.content-help{height:fit-content;padding-bottom:300px;text-align:center;display:flex;align-items:center;justify-content:center;color:var(--primary-color)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media screen and (max-width: 1920px){img.asset-left{left:12vw}img.asset-right{right:10vw}}@media screen and (max-width: 1600px){img.asset-left{left:2vw}img.asset-right{right:2vw}}@media screen and (max-width: 1200px){.home{height:fit-content}.about-section-summary{flex-direction:column-reverse;margin-bottom:300px;padding-top:100px}.about-content{align-items:center;margin-top:40px}.video-box{width:300px;height:169px}.home-content{flex-direction:column-reverse;gap:10px;padding:50px 0 200px}.home-title,.content-title{text-align:center;font-size:36px}.home-summary{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width: 1000px){img.asset-left{left:1vw;width:130px}img.asset-right{right:1vw;width:130px}}@media screen and (max-width: 516px){img.asset-left,img.asset-right{display:none}.help-section{max-width:300px}}.footer{background:var(--primary-color);color:var(--secondary-color);font-size:16px;font-weight:900;text-transform:uppercase}.footer-content{display:flex;align-items:initial;gap:100px;flex-direction:row;justify-content:space-between;padding:60px 0;align-items:center}.footer-link{text-decoration:none;color:var(--text-color);cursor:pointer}.developed-left{text-align:left}.developed-right{text-align:right}.footer-sumary{display:flex;flex-direction:row;gap:10px;align-items:center}.footer-logo{max-width:58px}.about-item{display:flex;align-items:center;gap:10px;margin-bottom:10px}@media screen and (max-width: 1200px){.footer-content{flex-direction:column;margin:0 auto;width:fit-content}.developed-right{text-align:center}}
