@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:16px}@media screen and (max-width:1300px){html{font-size:11px}}body{color:#303031;font-family:Poppins,sans-serif;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,button{-webkit-appearance:none;appearance:none;cursor:pointer}h1,h2,h3,h4,h5,p{cursor:default}*{scrollbar-color:#282828;scrollbar-width:5px}@media(max-width:767px){* ::-webkit-scrollbar{display:none}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#282828}::-webkit-scrollbar-thumb{background-color:#cdcccc;border:0;border-radius:10px}@keyframes ShowUp{0%{opacity:0}to{opacity:1}}.MainWrapper{background-color:#282828;display:flex;flex-flow:column;height:100vh;overflow-x:hidden;overflow-y:auto;width:100vw}.MainWrapper>*{flex-shrink:0}.MainWrapper .hotbar{align-items:center;animation:ShowUp 1s ease 3s forwards;background-color:#282828fc;display:flex;height:100%;justify-content:center;left:0;max-height:4.7rem;opacity:0;position:-webkit-sticky;position:sticky;top:0;transition:background-color 1s ease-in-out,max-height .5s ease-in-out .2s;z-index:2}@media(max-width:767px){.MainWrapper .hotbar{display:none}}.MainWrapper .hotbar.darker{background-color:#1d1d1d;max-height:5.5rem}.MainWrapper .hotbar.darker .Links button{font-size:1.5rem}.MainWrapper .hotbar a,.MainWrapper .hotbar button{animation:ShowUp 1s ease 3.2s forwards;opacity:0}.MainWrapper .hotbar .Links button:nth-last-of-type(4){animation-delay:3.5s}.MainWrapper .hotbar .Links button:nth-last-of-type(3){animation-delay:4s}.MainWrapper .hotbar .Links button:nth-last-of-type(2){animation-delay:4.5s}.MainWrapper .hotbar .Links button:last-of-type{animation-delay:5s}.MainWrapper .hotbar>div{align-items:center;display:flex;height:100%;justify-content:flex-start;margin:0 auto;max-width:1920px;padding:0 5rem;width:100%}.MainWrapper .hotbar>div>button{background-color:#0000;border:none;display:flex;height:55%;transform:scale(1);transition:transform .2s ease-in-out}.MainWrapper .hotbar>div>button:hover{transform:scale(1.2)}.MainWrapper .hotbar>div>button:active{transform:scale(1.05)}.MainWrapper .hotbar>div>button>*{height:100%}.MainWrapper .hotbar .Links{display:flex;flex-flow:row;margin-left:auto}.MainWrapper .hotbar .Links button{align-items:flex-start;background-color:#0000;border:none;color:#fff;display:flex;flex-flow:column;font-size:1.2rem;height:100%;justify-content:center;margin:0 0 0 2rem;transition:transform .2s ease-in,font-size .5s ease .3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MainWrapper .hotbar .Links button hr{background-color:#b6b6b6;border-color:#0000;margin:0;max-width:0;opacity:0;transition:max-width .3s ease-out .1s,opacity .2s;width:100%}.MainWrapper .hotbar .Links button.active,.MainWrapper .hotbar .Links button:hover{transform:scale(1.1)}.MainWrapper .hotbar .Links button.active hr,.MainWrapper .hotbar .Links button:hover hr{max-width:100%;opacity:1}.MainWrapper .hotbar .Links button:active{transform:scale(.9)}.MainWrapper h1.title{color:#fff;font-size:4rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase}.MainWrapper .Default-Button{background-color:#282828;border:none;border-radius:1rem;color:#fff;font-size:1.5rem;font-style:italic;opacity:1;padding:.6rem 1.2rem;transition:transform .3s ease,opacity .3s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MainWrapper .Default-Button:hover{transform:scale(1.1)}.MainWrapper .Default-Button:active{opacity:.5;transform:scale(.95)}.MainWrapper .Default-Button:disabled{opacity:.2}.MainWrapper .Invert-Button{background-color:#fff;border:none;border-radius:1rem;color:#282828;font-size:1.5rem;font-weight:600;opacity:1;padding:.6rem 1.2rem;transition:transform .3s ease,opacity .3s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MainWrapper .Invert-Button:hover{transform:scale(1.1)}.MainWrapper .Invert-Button:active{opacity:.5;transform:scale(.95)}.MainWrapper .Invert-Button:disabled{opacity:.2;transform:scale(1)}.MainWrapper .Invert-Button.hide{opacity:0;pointer-events:none}.Home{align-items:center;background-color:#282828;display:flex;height:92vh;justify-content:center;overflow:hidden;position:relative;width:100vw}@keyframes Roll{0%{opacity:0;transform:translateY(-30%)}50%{opacity:1;transform:translateY(30%)}to{opacity:0;transform:translateY(80%)}}@keyframes Appear{0%{opacity:0}to{opacity:.5}}.Content{color:#fff;display:flex;flex:1 1;height:100%;width:100%;z-index:1}.Content .scroll{align-items:center;background-color:#0000;border:none;display:flex;flex-flow:column;justify-content:center;margin:auto auto 4rem;opacity:0;pointer-events:none;transition:transform .3s ease}.Content .scroll>*{height:2rem;width:2rem}.Content .scroll>:last-of-type{animation:Roll 1s ease infinite forwards;width:1.5rem}.Content .scroll.show{animation:Appear 3s ease 3s forwards;pointer-events:all}.Content .scroll:hover{transform:scale(1.2) translateY(.3rem)}.Content .scroll:active{transform:scale(.9)}@keyframes cube{0%{opacity:.2;transform:scale(0) rotate(0deg) translate(-50%,-50%)}to{opacity:0;transform:scale(20) rotate(1turn) translate(-50%,-50%)}}.background{background:#282828;height:92vh;left:0;overflow:hidden;position:absolute;top:0;width:100vw;z-index:0}.background li{animation:cube 30s linear infinite forwards;border:1px solid #525252;color:#0000;height:10px;left:45vw;position:absolute;top:80vh;transform:scale(0) rotate(0deg) translate(-50%,-50%);transform-origin:top left;width:10px}.background li:nth-child(0){animation-delay:0s;left:13vw;top:57vh}.background li:first-child{animation-delay:2s;left:40vw;top:60vh}.background li:nth-child(2){animation-delay:4s;border-color:#535353;left:80vw;top:42vh}.background li:nth-child(3){animation-delay:6s;left:59vw;top:99vh}.background li:nth-child(4){animation-delay:8s;border-color:#3a3a3a;left:66vw;top:68vh}.background li:nth-child(5){animation-delay:10s;left:78vw;top:21vh}.background li:nth-child(6){animation-delay:12s;left:87vw;top:26vh}.background li:nth-child(7){animation-delay:14s;left:99vw;top:47vh}.background li:nth-child(8){animation-delay:16s;border-color:#474747;left:91vw;top:38vh}.background li:nth-child(9){animation-delay:18s;border-color:#5a5a5a;left:37vw;top:30vh}.background li:nth-child(10){animation-delay:20s;left:23vw;top:3vh}.background li:nth-child(11){animation-delay:22s;left:45vw;top:5vh}.background li:nth-child(12){animation-delay:24s;border-color:#505050;left:2vw;top:93vh}.background li:nth-child(13){animation-delay:26s;left:60vw;top:50vh}.background li:nth-child(14){animation-delay:28s;left:73vw;top:71vh}.background li:nth-child(15){animation-delay:30s;border-color:#444;left:53vw;top:16vh}.background li:nth-child(16){animation-delay:32s;left:25vw;top:83vh}.background li:nth-child(17){animation-delay:34s;left:6vw;top:87vh}.background li:nth-child(18){animation-delay:36s;border-color:#535353;left:16vw;top:75vh}.background li:nth-child(19){animation-delay:38s;left:32vw;top:12vh}@keyframes Appear-Img{0%{opacity:0;right:29%}to{opacity:1;right:30%}}.SobreMim{align-items:center;background-color:#282828;display:flex;height:90vh;justify-content:center;overflow:visible;padding-top:8rem;position:relative;width:100vw}@media(max-width:767px){.SobreMim{height:60vh}}.SobreMim>img{height:92%;opacity:0;position:absolute;right:25%;top:5rem;transform:translateX(50%);width:auto;z-index:0}@media(max-width:767px){.SobreMim>img{height:auto;top:15rem;transform:translateX(30%);width:100vw}}.SobreMim>img.in-view{animation:Appear-Img 3s ease 1s forwards}.SobreMim-Content{display:flex;flex-flow:column;height:95%;margin:0 auto;max-width:1920px;padding:0 5rem;width:100%;z-index:1}.SobreMim-Content p{color:#fff;font-size:1.8rem;font-style:italic;font-weight:200;line-height:2.2rem;max-width:70%}.Habilidades{background-color:#282828;display:flex;flex-flow:column;height:100vh;position:relative;width:100vw}@media(max-width:767px){.Habilidades{height:60vh}}@keyframes Appear-dgBox{0%{height:10%}to{height:81%}}.diagonal-box{align-items:center;background-color:#eaeaea;bottom:0;box-shadow:inset 0 3px 49px 0 #000000a6;display:flex;flex-flow:column;height:10%;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:54%;transform:skewY(-3deg) translateY(-50%)}.diagonal-box.in-view{animation:Appear-dgBox .8s ease-in-out forwards}.content{align-items:center;background-color:#0000;display:flex;flex-flow:column;height:88%;justify-content:center;max-width:1360px;transform:skewY(3deg);width:100%}.content h1{color:#303031;font-size:4.5rem;font-weight:800;line-height:4.5rem;text-transform:uppercase}.content h1:last-of-type{font-size:4.35rem;margin-bottom:3rem}.content .Icons{align-items:center;display:flex;flex-flow:column;justify-content:center;margin:0 auto .5rem;width:100%}.content .Icons:last-of-type .Desc p,.content .Icons:last-of-type .Svg div{width:6rem}.content .Icons .Svg{display:flex;flex-flow:row;height:100%}.content .Icons .Svg div{align-items:center;cursor:cell;display:flex;justify-content:center;margin:0 .8rem;transition:transform .2s ease;width:7rem}.content .Icons .Svg div:hover{transform:scale(1.2)}.content .Icons .Svg svg{width:85%}.content .Icons .Desc{display:flex;flex-flow:row;height:2.5rem}.content .Icons .Desc p{font-size:1.3rem;height:100%;margin:0 .8rem;text-align:center;width:7rem}.Projetos,.content .Icons .Desc p{align-items:center;display:flex;justify-content:center}.Projetos{background-color:#282828;height:90vh;padding-top:5rem;position:relative;width:100vw}@media(max-width:767px){.Projetos{height:45vh}}.Projetos-Content{display:flex;flex-flow:column;height:100%;margin:0 auto;max-width:1920px;padding:0 5rem;width:100%}@media(max-width:767px){.Projetos-Content{padding:0 3rem}}.Galeria{flex-flow:column;height:100%;justify-content:flex-start;width:100%}.Galeria,.Galeria>:last-child{align-items:center;display:flex}.Galeria>:last-child{height:10%;justify-content:center}@media(max-width:767px){.Galeria>:last-child{display:none}}.Galeria>:last-child button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Galeria .hide{opacity:0;pointer-events:none}.Galeria .Line{display:flex;flex-flow:row;height:21rem;position:relative;transition:transform .3s ease-in-out;width:100%}@media(max-width:767px){.Galeria .Line{height:19rem}}@media(min-width:768px){.Galeria .Line.showMore .G11{opacity:0;transform:translateX(-100vw);transition:transform .4s ease-in-out 0s,opacity 0s 1s}.Galeria .Line.showMore .G12{opacity:1;transform:translateX(0);transition:transform .4s ease-in-out 0s,opacity 0s 0s}.Galeria .Line.showMore .G21{opacity:0;transform:translateX(-100vw);transition:transform .4s ease-in-out .2s,opacity 0s 1s}.Galeria .Line.showMore .G22{opacity:1;transform:translateX(0);transition:transform .4s ease-in-out .2s,opacity 0s 0s}.Galeria .Line .G11{opacity:1;transform:translateX(0);transition:transform .4s ease-in-out 0s,opacity 0s 0s}.Galeria .Line .G12{opacity:0;transform:translateX(100vw);transition:transform .4s ease-in-out 0s,opacity 0s 1s}.Galeria .Line .G21{opacity:1;transform:translateX(0);transition:transform .4s ease-in-out .2s,opacity 0s 0s}.Galeria .Line .G22{opacity:0;transform:translateX(100vw);transition:transform .4s ease-in-out .2s,opacity 0s 1s}}.Galeria .Line .Group{align-items:center;display:flex;flex-flow:row;flex-shrink:0;justify-content:space-between;position:absolute;width:100%}@media(max-width:767px){.Galeria .Line .Group{position:static;transform:translate(0)}.Galeria .Line .Group:last-of-type{display:none}}.Galeria .Line .Group .Item{align-items:center;background-color:#eaeaea;border-radius:20px;display:flex;flex-flow:column;flex-shrink:0;justify-content:center;margin:0;overflow:hidden;position:relative;transition:transform .2s ease;width:30%}@media(max-width:767px){.Galeria .Line .Group .Item{width:48%}.Galeria .Line .Group .Item:last-of-type{display:none}}@media(min-width:768px){.Galeria .Line .Group .Item:hover{transform:scale(1.05)}.Galeria .Line .Group .Item:hover button div{max-height:20%}.Galeria .Line .Group .Item:hover button div>*{opacity:1}.Galeria .Line .Group .Item:active{transform:scale(.95)}}.Galeria .Line .Group .Item img{height:auto;width:100%}.Galeria .Line .Group .Item button{align-items:center;border:none;bottom:0;display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;width:100%}.Galeria .Line .Group .Item button div{align-items:center;background-color:rgba(40,40,40,.671);color:#fff;display:flex;height:100%;justify-content:space-between;margin-top:auto;max-height:0;overflow:hidden;padding:0 1rem;pointer-events:none;transition:max-height .3s ease;width:100%}@media(max-width:767px){.Galeria .Line .Group .Item button div{max-height:20%}}.Galeria .Line .Group .Item button div>*{transition:opacity .2s ease}@media(min-width:768px){.Galeria .Line .Group .Item button div>*{opacity:0}}.Galeria .Line .Group .Item button div h5{font-size:1.5rem;font-weight:500;text-shadow:3px 2px 3px #fff3,2px 2px 4px #000}.Galeria .Line .Group .Item button div span{background-color:#282828;border-radius:.8rem;font-size:1.1rem;font-weight:300;padding:.4rem .9rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Galeria .Line .Group .Item.disabled{opacity:0;pointer-events:none}@keyframes Fade-Appear{0%{opacity:0}to{opacity:1}}.Fade{-webkit-appearance:none;appearance:none;background-color:#000c;border:none;height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:11}.Fade.move{animation:Fade-Appear .5s ease-in-out forwards;display:flex}.Fade.close{display:none}.Inspect{align-items:center;background-color:#cdcccc;display:flex;flex-flow:column;height:100%;justify-content:center;overflow:hidden;position:fixed;top:0;transform:translateX(-50%);transition:max-width .5s ease .3s;width:90%;z-index:12}.Inspect,.Inspect.open{left:0;left:var(--left-value);max-width:1335px}.Inspect.move{left:50%;max-width:1335px;transition:max-width .5s ease .3s,left .3s ease-out .2s}.Inspect.close{left:50%;max-width:0;transition:max-width .5s ease,left .3s ease-out}.Inspect .Inspect-Content{display:flex;flex-flow:row;flex-shrink:0;height:100%;max-width:1335px;overflow-x:hidden;overflow-y:scroll;width:90vw}.Inspect .Inspect-Content>div{display:flex;flex-flow:row;height:100%;width:100%}.Inspect .Inspect-Content h1{color:#303031;font-size:4rem;font-style:italic;font-weight:700;margin:0 0 1rem .5rem}.Inspect .Inspect-Content h2{color:#303031;font-size:2.5rem;font-style:italic;font-weight:700;margin:1.5rem 0 0 .5rem}.Inspect .Inspect-Content .Side{-ms-overflow-style:none;background-color:#cdcccc;display:flex;flex-flow:column;height:100%;overflow-y:auto;padding:1rem 2rem 3rem;scrollbar-width:none;width:50%}.Inspect .Inspect-Content .Side::-webkit-scrollbar{display:none}.Inspect .Inspect-Content .Side p{font-size:1.35rem;font-style:italic;margin-bottom:2rem}.Inspect .Inspect-Content .Side a{margin-left:auto}.Inspect .Inspect-Content .Side:last-of-type{background-color:#eaeaea}.Inspect .Inspect-Content .Vertical-Content{align-items:center;display:flex;flex-flow:column;height:100%;justify-self:flex-start;padding:1rem 2rem;width:100%}.Inspect .Inspect-Content .Vertical-Content .Line{display:flex;flex-flow:row;width:100%}.Inspect .Inspect-Content .Vertical-Content .Block{align-items:flex-start;display:flex;flex-flow:column;justify-content:flex-start;margin-top:1rem;width:100%}.Inspect .Inspect-Content .Window{border-radius:3rem;display:flex;flex-shrink:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;width:100%}.Inspect .Inspect-Content .Close-Button{align-items:center;background-color:#0000;border:none;border-radius:2rem;color:#cdcccc;display:flex;height:2.3rem;justify-content:center;margin:0 0 3rem auto;opacity:1;transition:transform .3s ease,opacity .3s ease-in-out,background-color .2s ease;width:2.3rem}.Inspect .Inspect-Content .Close-Button:hover{background-color:#282828;transform:scale(1.2)}.Inspect .Inspect-Content .Close-Button:hover *{fill:#cdcccc}.Inspect .Inspect-Content .Close-Button:active{transform:scale(.9)}.Inspect .Inspect-Content .Close-Button>*{height:2.3rem;width:2.3rem}.Inspect *{scrollbar-color:#7e7e7e;scrollbar-width:5px}.Inspect ::-webkit-scrollbar{width:5px}.Inspect ::-webkit-scrollbar-track{background:#cdcccc}.Inspect ::-webkit-scrollbar-thumb{background-color:#7e7e7e;border:0;border-radius:10px}:root{--left-value:0px}.Rive{align-items:center;display:flex;flex-flow:column;flex-shrink:0;justify-content:center;position:relative;width:100%}.Rive h1.title{margin-left:5rem}.Rive-Container{cursor:grab;flex-shrink:0;height:340px;overflow:hidden;position:relative;width:100%}.Rive-Container>div{height:340px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1266px}.Controls{align-items:center;background-color:#e8e8e8;display:flex;justify-content:center;width:100%}.Outline{outline:1px solid red}.Appear{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}80%{opacity:0}to{opacity:1}}.Menu{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:center;max-width:700px;position:relative;width:100%}.Menu>*{transition:opacity .5s ease 2s}.Menu .buttons>*{margin:.5rem 0}.Menu .hide{opacity:0;pointer-events:none;transition:opacity .5s ease}.Menu .StartButton{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.Menu .row{align-items:center;display:flex;flex-flow:row;justify-content:flex-end;overflow:hidden;width:90%}.Menu .row p{font-size:2.5rem}.Menu .row input{width:2rem}.Menu input{border:2px solid #63c400;border-radius:.5rem;height:2.5rem;padding:.1rem .5rem;width:18rem}.Menu input,.Menu input::placeholder{font-size:1.3rem}.Menu input:focus{border-color:#75ea00;outline:none}.Menu .Password{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Menu .Password .ShowPassword{align-items:center;background-color:#63c400;border-bottom-left-radius:0;border-bottom-right-radius:.5rem;border-top-left-radius:0;border-top-right-radius:.5rem;display:flex;height:2.8rem;justify-content:center;overflow:hidden;position:absolute;right:0;top:0;width:3.5rem}.Menu .Password .ShowPassword>*{width:2.5rem}button{background-color:#0000;border:none;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:5rem}button:disabled{opacity:.5;pointer-events:none}.ToogleSvg{color:#fff;font-size:1.5rem;font-weight:600;position:relative;text-transform:uppercase;width:20rem}.ToogleSvg>*{width:auto}.ToogleSvg span{left:50%;position:absolute;top:23%;transform:translate(-50%)}.ToogleSvg svg:first-of-type{display:flex}.ToogleSvg svg:nth-of-type(2){display:none}.ToogleSvg:active span{top:35%}.ToogleSvg:active svg:first-of-type{display:none}.ToogleSvg:active svg:nth-of-type(2){display:flex}.Reflect{transform:scaleX(-1)}@keyframes dash{0%{stroke-dashoffset:0;opacity:.8}5%{opacity:0}20%{stroke-dashoffset:0;opacity:0}23%{stroke-dashoffset:1720;opacity:0}24%{opacity:1}to{stroke-dashoffset:0;opacity:1}}.Servicos{align-items:center;background-color:#282828;display:flex;height:92vh;justify-content:center;margin:0 auto;max-width:1440px;overflow:visible;position:relative;width:100vw}@media(max-width:767px){.Servicos{height:40vh}}.Servicos .Area{background-color:#232323;border:2px solid #4a4a4a;border-radius:1rem;color:#fff;cursor:cell;display:flex;flex-flow:column;flex-shrink:0;height:40%;justify-content:flex-end;margin:0 1vw;opacity:.7;padding:2rem;transition:border-color .5s ease-in-out,opacity .5s ease-in-out,background-color 1s ease,transform .5s ease-in-out;width:25%;z-index:0}.Servicos .Area:hover{background-color:#171717;border-color:#cdcdcd;border-width:2px;opacity:1}.Servicos .Area:hover.First,.Servicos .Area:hover.Last,.Servicos .Area:hover.Middle{transform:rotate(0deg) translateY(-5%) scale(1.12);z-index:1}.Servicos .Area:hover svg{opacity:1;transform:scale(.8);transition:transform .3s ease,opacity .5s ease .9s}.Servicos .Area:hover svg *{animation:dash 2.5s ease-in-out forwards}.Servicos .Area svg{height:50%;margin:0 auto auto;opacity:.3;pointer-events:none;transform:scale(.7);transition:transform .3s ease,opacity .5s ease;width:auto}.Servicos .Area svg *{stroke-dasharray:1720;stroke-dashoffset:0}.Servicos .Area h6{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;pointer-events:none}.Servicos .Area p{color:#a0a0a0;font-style:italic;font-weight:300;height:25%;line-height:2rem;pointer-events:none}.Servicos .Area.First{transform:rotate(-3deg)}.Servicos .Area.Middle{transform:translateY(-3%)}.Servicos .Area.Last{transform:rotate(3deg)}.Contato{background-color:#282828;display:flex;flex-flow:column;height:91vh;padding-top:12vh;position:relative;width:100vw}@media(max-width:767px){.Contato{height:70vh}}.contato-diagonal-box{align-items:flex-start;background-color:#fff;bottom:0;display:flex;flex-flow:column;height:89%;justify-content:flex-start;left:0;position:absolute;right:0;top:50%;transform:skewY(-3deg) translateY(-50%);z-index:0}.contatoContent{background-color:#fff;display:flex;height:100%;width:100%;z-index:1}.contatoContent h1.title{color:#303031;line-height:3rem;margin-bottom:2rem;text-transform:capitalize}.half{align-items:center;background-color:#eaeaea;display:flex;height:100%;justify-content:center;width:60%}@media(max-width:767px){.half{width:100%}}.half h1.title{margin-top:3rem}.half>div{padding:0 5rem;width:100%}.half .info,.half>div{display:flex;flex-flow:column;height:100%}.half .info .item{align-items:center;cursor:cell;display:flex;flex-flow:row;font-size:1.2rem;font-weight:500;justify-content:flex-start;line-height:1.8rem;margin-bottom:1.5rem}.half .info .item div{pointer-events:none}.half .info .item span{pointer-events:none;text-decoration:none}.half .info .item p{font-size:1.9rem;font-weight:700;text-decoration:none}.half .info .item a{align-items:center;cursor:cell;display:flex;height:100%;justify-content:center;padding-top:5px;transform:scale(1);transition:transform .3s ease}.half .info .item a:hover{transform:scale(1.3)}.half .info .item a:active{transform:scale(.9)}.half .info .item button{cursor:cell;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0;padding:0;transform:scale(1);transition:transform .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.half .info .item button:hover{transform:scale(1.3)}.half .info .item button:active{transform:scale(.9)}.half .info img{height:3.8rem;margin-right:1rem;width:auto}.half .info .footer{margin:auto 0 2rem}.half .info .footer .item{font-size:1.6rem;font-weight:500;line-height:2rem;margin-bottom:0}.half .info .footer .item p{font-size:1.3rem;font-weight:300;line-height:1rem;margin:0 0 .5rem}.half .info .footer .item img{height:3.3rem}.Outros{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;overflow-y:auto;width:40%}@media(max-width:767px){.Outros{align-items:flex-start;border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:40%;justify-content:flex-start;left:50%;padding-top:2rem;position:absolute;top:67%;transform:translate(-50%,-50%);width:85%}}.Outros>div{align-items:flex-end;display:flex;flex-flow:column;height:100%;padding:0 5rem;position:relative;width:100%}@media(max-width:767px){.Outros>div{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0 2rem}}.Outros>div h1.title{font-size:4rem;text-align:right}.Outros>div .OutrosGaleria{-ms-overflow-style:none;align-items:center;display:flex;flex-flow:row wrap;height:100%;justify-content:space-between;overflow-y:auto;padding-bottom:2rem;scrollbar-width:none;width:100%}@media(max-width:767px){.Outros>div .OutrosGaleria{align-items:flex-start}}.Outros>div .OutrosGaleria>*{background-color:#282828;cursor:cell;display:flex;flex-shrink:0;margin-bottom:.3rem;overflow:hidden;padding-top:32%;position:relative;width:32.5%}.Outros>div .OutrosGaleria>*>*{left:0;position:absolute;top:0;transition:transform .3s ease,opacity .3s ease-in}.Outros>div .OutrosGaleria>* img{height:100%;transform:scale(1);width:100%}.Outros>div .OutrosGaleria>* .HoverFade{align-items:center;background-color:rgba(40,40,40,.816);display:flex;height:100%;justify-content:center;opacity:0;width:100%}.Outros>div .OutrosGaleria>* .HoverFade span{color:#fff;font-size:1.3rem;font-weight:600;max-height:90%;opacity:0;pointer-events:none;text-align:center;text-shadow:-1px 0 9px #000;text-transform:capitalize;transition:opacity .3s ease-in .5s;width:90%}.Outros>div .OutrosGaleria>:hover img{transform:scale(1.1)}.Outros>div .OutrosGaleria>:hover .HoverFade,.Outros>div .OutrosGaleria>:hover .HoverFade span{opacity:1}.Outros>div .OutrosGaleria::-webkit-scrollbar{display:none}@keyframes appear{0%{background-color:#0000}to{background-color:hsla(0,0%,6%,.973)}}.Fullscreen{align-items:center;animation:appear .5s ease-out forwards;background-color:#0000;display:flex;flex-flow:row;justify-content:center;overflow:hidden;z-index:2}.Fullscreen,.Fullscreen .FullscreenFade{height:100%;left:0;position:absolute;top:0;width:100%}.Fullscreen .FullscreenFade{cursor:default;z-index:-1}.Fullscreen .PrevNext{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:4rem;justify-content:center;overflow:hidden;width:4rem;z-index:3}.Fullscreen .PrevNext,.Fullscreen .PrevNext svg{transform:scale(1);transition:transform .3s ease}.Fullscreen .PrevNext svg{height:50%}.Fullscreen .PrevNext svg *{fill:#282828}.Fullscreen .PrevNext:hover svg{transform:scale(1.3)}.Fullscreen .PrevNext:active{transform:scale(.9);transition:transform 0s}.Fullscreen .PrevNext.Exit{height:3rem;margin-bottom:auto;width:3rem}.Fullscreen .controlWrap{align-items:center;height:55%;justify-content:flex-end;margin-bottom:auto;padding-top:5.8rem}.Fullscreen .controlWrap,.Panel{box-sizing:border-box;display:flex;flex-flow:column}.Panel{flex-shrink:1;height:100%;margin:auto 2rem;padding:5.8rem 0 .2rem}.Panel img{height:100%;max-height:85%;width:auto}.Panel span{color:#fff;height:15%;padding:1rem 0}
/*# sourceMappingURL=main.8d702065.css.map*/