@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);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}#root,.App,body,html{height:100%;width:100%}*{-webkit-tap-highlight-color:transparent;border:none;box-sizing:border-box;color:#fff;font-family:Ubuntu,sans-serif;margin:0;outline:none;padding:0;text-decoration:none}header *{position:relative}header.float{background-image:none;height:60px;padding-bottom:0;position:fixed;top:0;visibility:hidden}header.float>*{opacity:0;pointer-events:none;transition-delay:0;transition-duration:.3s;visibility:hidden}header.float.off>*{transition-delay:0ms!important;transition-duration:0ms!important}header.float.show>*{opacity:100%;pointer-events:all;transition-delay:.4s;visibility:visible}header.float.show{visibility:visible}#message_box{align-items:center;-webkit-animation:msg_box_out .2s forwards;animation:msg_box_out .2s forwards;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955);border-radius:15px;display:flex;flex-direction:row;font-size:1.1rem;font-weight:500;height:50px;justify-content:center;left:0;margin:0 calc(50% - 250px);max-width:calc(100% - 20px);position:fixed;top:30px;width:500px;z-index:1}#message_box.show{-webkit-animation:msg_box_in .2s forwards;animation:msg_box_in .2s forwards;-webkit-animation-timing-function:cubic-bezier(.455,.03,.515,.955);animation-timing-function:cubic-bezier(.455,.03,.515,.955)}@-webkit-keyframes shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}10%{-webkit-transform:translateX(5px);transform:translateX(5px)}20%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}30%{-webkit-transform:translateX(5px);transform:translateX(5px)}40%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}50%{-webkit-transform:translateX(5px);transform:translateX(5px)}60%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}70%{-webkit-transform:translateX(5px);transform:translateX(5px)}80%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}90%{-webkit-transform:translateX(5px);transform:translateX(5px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}10%{-webkit-transform:translateX(5px);transform:translateX(5px)}20%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}30%{-webkit-transform:translateX(5px);transform:translateX(5px)}40%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}50%{-webkit-transform:translateX(5px);transform:translateX(5px)}60%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}70%{-webkit-transform:translateX(5px);transform:translateX(5px)}80%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}90%{-webkit-transform:translateX(5px);transform:translateX(5px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}form button.error{-webkit-animation:shake .5s ease-in-out forwards;animation:shake .5s ease-in-out forwards;background-color:red}form button .b,form button .c{opacity:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}form button.error .a,form button.ok .a{opacity:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}form button.error .c{opacity:100%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}form button.ok{background-color:#00f000}form button.ok .b{opacity:100%;-webkit-transform:rotate(0deg);transform:rotate(0deg)}@-webkit-keyframes msg_box_in{0%{-webkit-transform:translateY(-85px);transform:translateY(-85px)}to{-webkit-transform:none;transform:none}}@keyframes msg_box_in{0%{-webkit-transform:translateY(-85px);transform:translateY(-85px)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes msg_box_out{0%{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-85px);transform:translateY(-85px)}}@keyframes msg_box_out{0%{-webkit-transform:none;transform:none}to{-webkit-transform:translateY(-85px);transform:translateY(-85px)}}header:before{background-color:rgba(4,4,6,.97);content:"";height:60px;left:0;position:fixed;top:0;-webkit-transform:translateY(-60px);transform:translateY(-60px);transition-delay:.2s;transition-duration:.3s;width:100%}header.show:before{-webkit-transform:none;transform:none;transition-delay:0}body::-webkit-scrollbar{background-color:#989898;width:10px}body::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}#autors>box>img{left:0;max-height:100vh;min-width:100vw;position:fixed;top:0;z-index:-1}#contact>box{display:flex;flex-direction:column;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#contact{height:45%;padding:0 8% 0 10%}#contact~section:last-of-type{align-items:flex-start;height:-webkit-max-content;height:max-content;justify-content:space-evenly;padding:0;position:relative}#contact~section:last-of-type>box{display:flex;flex-direction:column;height:55vh;justify-content:center;margin-left:2%;min-height:400px}#contact~section:last-of-type box label{font-weight:500}#contact~section:last-of-type box p{font-size:1.2rem;font-weight:400;margin-bottom:10px}#contact~section form{flex-wrap:wrap;justify-content:space-between;margin-top:30px;max-width:550px;padding:20px;position:relative;right:0;top:0;width:35%}#contact~section form,header{display:flex;flex-direction:row}header{align-items:center;background-image:linear-gradient(180deg,rgba(0,0,0,.047),transparent);height:120px;justify-content:start;padding:0 30px 60px;position:absolute;width:100%;z-index:1}header div>a{font-size:1.05rem;font-weight:500;margin-left:30px;position:relative}header div>a:after{background-color:#fff;border-radius:5px;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition-duration:.2s;width:0}header div>a:hover:after{width:60%}header #logo{display:block;height:25px}html section[land]{background-position:100% 0;background-repeat:no-repeat;background-size:cover;flex-direction:row;padding:0 8%}#contact{background-image:url(/static/media/coiso.023f77663c18c576106c.jpg);min-height:350px}#home{background-image:url(/static/media/2795.ad96c14da175aab3efac.png);height:90%;justify-content:flex-start}#home box{margin-top:50px;position:relative}#home box button{background-color:rgba(0,149,255,.911);border-radius:25px;cursor:pointer;font-size:1.05rem;font-weight:400;height:40px;margin-bottom:20px;margin-top:15px;width:160px}#home box img{cursor:pointer;height:60px;margin-top:10px}#ods_container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 20px;width:calc(100% - 40px)}#ods_container h3{margin-bottom:100px;text-align:center}#ods_container h3:after{background-color:#fff;border-radius:10px;content:"";height:2px;left:calc(50% - 150px);position:absolute;top:-80px;width:300px}#ods_container .box{display:flex;flex-wrap:wrap;justify-content:center;max-width:calc(100vw - 20px)}#ods_container .item{align-items:center;border-radius:20px;display:flex;flex-direction:column;height:300px;margin:0 20px 50px;width:300px}#ods_container .item img{border-radius:40px;margin-bottom:30px;width:200px}#ods_container .item span{font-size:1.5rem;text-align:center}#image_shower{align-items:center;border-radius:10px;display:flex;height:32vw;justify-content:center;overflow:hidden;position:relative;width:32vw}#image_shower img{border-radius:10px;position:absolute;transition-duration:.5s;width:100%}#image_shower img:not(.show){opacity:0}section{align-items:center;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;position:relative;width:100%}section.reverse{background-color:#191919;flex-direction:row-reverse}section.no-reverse,section.reverse{justify-content:space-evenly;padding:0}section.no-reverse{background-color:#222;flex-direction:row}section>box>p{font-size:1.5rem;font-weight:300;margin-bottom:10px;position:relative;width:45vw}section>img{border-radius:10px;max-width:100%;position:relative;width:32vw}section:nth-child(2n)>img[background]{-webkit-clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);max-height:100%;width:42vw}section:nth-child(odd)>img[background]{-webkit-clip-path:polygon(0 0,75% 0,100% 100%,0 100%);clip-path:polygon(0 0,75% 0,100% 100%,0 100%);max-height:100%;width:45vw}iframe{border-radius:20px;height:20.9vw;width:38vw}#chart_container{align-items:center;display:flex;justify-content:center;max-width:100%;width:25vw}h1{font-size:4.5rem;margin-top:20px}#home h1{margin-top:0}h2{font-size:2rem}h3{font-size:2.4rem;margin-bottom:10px;position:relative}html section:not([land=yes]){padding-bottom:80px;padding-top:80px}form input,form textarea{background-color:#515151;border-radius:30px;color:#fff;font-size:1rem;height:50px;padding:0 20px;resize:none;width:100%}form box:nth-child(2){margin-right:20px}form box:nth-child(2),form box:nth-child(3){width:calc(50% - 10px)}form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.738)}form input::placeholder,form textarea::placeholder{color:hsla(0,0%,100%,.738)}form box{flex-direction:column-reverse;margin-bottom:10px}form box,form button{display:flex;width:100%}form button{align-items:center;background-color:#008cff;border-radius:30px;flex-direction:row;height:50px;justify-content:center;margin:25px 0;pointer-events:all;position:relative;transition-duration:.5s}form button:hover{cursor:pointer}form button:not(.off):not(.error):hover span{-webkit-transform:translateX(10px);transform:translateX(10px)}form button:not(.off):not(.error):hover img:not(.loading){-webkit-transform:translateX(-10px);transform:translateX(-10px)}form button span{font-size:1.1rem;font-weight:500;left:40px}form button img,form button span{position:absolute;transition-duration:.6s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}form button img:not(.loading){height:30%;right:30px}form button img.loading{-webkit-animation:loading 2s cubic-bezier(.68,-.55,.265,1.55) infinite;animation:loading 2s cubic-bezier(.68,-.55,.265,1.55) infinite;height:50%;opacity:0}form button.off img.loading{opacity:100%}@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}form button.off :not(.loading){opacity:0}form button.off{pointer-events:none}form box label{display:block;margin:5px 0 5px 15px;position:relative;top:0;transition-duration:.2s}form box input:focus~label,form box textarea:focus~label{opacity:100%;-webkit-transform:none;transform:none}#autor_ctn{flex-direction:row;flex-wrap:wrap;justify-content:center;margin:50px 20px 0}#autor_ctn,#autor_ctn box{align-items:center;display:flex}#autor_ctn box{background-color:hsla(0,0%,100%,.941);border-radius:25px;flex-direction:column;height:275px;margin:0 20px 40px;max-width:198px;min-width:210px;position:relative;transition-duration:.5s}#autor_ctn box:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}#autor_ctn box>img{border-radius:50%;box-shadow:0 0 5px 0 rgba(0,0,0,.6);margin:20px auto 0;width:52%}#autor_ctn box .name{color:rgba(0,0,0,.8);display:block;font-size:1.1rem;font-weight:400;margin-top:15px;text-align:center;width:-webkit-max-content;width:max-content}#autor_ctn box div:last-of-type{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:15px;position:absolute;width:100%}#autor_ctn box div:last-of-type a{align-items:center;color:rgba(0,0,0,.8);display:flex;flex-direction:row;font-weight:400;padding:0 18px}#autor_ctn box div:last-of-type a img{margin-right:5px;width:16px}#autor_ctn box .name+div{background:rgba(0,0,0,.4);border-radius:10px;height:3px;margin-top:5px;width:70px}#menu{background-color:#2a2a2e;border-top-left-radius:20px;box-shadow:-2px 0 20px -3px rgba(0,0,0,.501);height:100vh;padding:50px 10px 10px;position:fixed;right:0;top:0;-webkit-transform:translateX(280px);transform:translateX(280px);transition-duration:.6s;transition-timing-function:cubic-bezier(.19,1,.22,1);width:270px;z-index:1}#menu.show{-webkit-transform:none;transform:none}#menu li{border-radius:15px;height:45px;list-style:none;margin-bottom:8px;padding-left:15px;transition-duration:.4s;width:100%}#menu li:hover{background-color:hsla(0,0%,100%,.1)}#menu li.on{background-color:#fff;pointer-events:none}#menu li.on>a>img,#menu li.on>a>span{-webkit-filter:invert(1);filter:invert(1)}#menu li>a{align-items:center;display:flex;flex-direction:row;height:100%;opacity:.8;width:100%}#menu li>a>img{left:0;margin-left:5px;position:absolute;width:25px}#menu li>a>span{color:#fff;display:block;font-size:1rem;margin-left:55px;transition-duration:.2s}#menu li:hover>a{opacity:100%}#menu .container>span{color:hsla(0,0%,100%,.4);display:block;margin-bottom:20px;margin-left:15px}#menu_icon{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:14px;justify-content:center;margin-right:20px;position:absolute;right:0;width:25px;z-index:1}#menu_icon div{background-color:#fff;border-radius:5px;min-height:2px;position:absolute;transition-duration:.2s;width:20px}#menu_icon div:first-child{-webkit-transform:translateY(-6px);transform:translateY(-6px)}#menu_icon div:nth-child(3){-webkit-transform:translateY(6px);transform:translateY(6px)}#menu.show~#menu_icon div:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#menu.show~#menu_icon div:nth-child(2){-webkit-transform:scale(0);transform:scale(0)}#menu.show~#menu_icon div:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#footer{background-color:#0098e4;width:100%}@media (max-width:1100px){#chart_container{margin-top:60px;width:400px}h1{font-size:4rem}h2{white-space:nowrap}html section[land=yes]{justify-content:center;padding:0 20px!important}html section[land=yes] box{align-items:center;display:flex;flex-direction:column;width:-webkit-min-content;width:min-content}html section[land=yes]:not(#home){height:35%;min-height:200px}html section[land=yes] box p{width:100%}html section[land=yes] box button,html section[land=yes] box img{margin:20px 0 0!important}html section[land=yes] box img:first-of-type{margin-top:25px!important}html section[land=yes] box img:last-of-type{margin-top:10px!important}html section[land=yes] box button{height:45px!important;min-width:238px;width:60%!important}html section[land=yes] box button:last-of-type{margin-top:10px!important}html section:not([land=yes]){align-items:center!important;flex-direction:column!important;padding:50px 0}html section>box>p{max-width:calc(100vw - 40px);width:800px}html section>img[background]{-webkit-clip-path:none!important;clip-path:none!important;height:45vw!important;margin-top:80px;max-height:350px!important;object-fit:cover;object-position:0 -8vw;width:100%!important}iframe{border-radius:10px;height:330px;margin-top:60px;max-height:calc(55vw - 27.5px);max-width:calc(100vw - 50px);width:600px}#contact~section:last-of-type{flex-direction:column;height:-webkit-max-content!important;height:max-content!important}#contact~section:last-of-type>box{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:0;min-height:auto}#contact~section form{margin-top:20px;max-width:100%;width:550px}#home>box box{margin-top:0!important}#home>box>div{margin-top:40px!important}#home{justify-content:center;min-height:700px}#home:before{background-color:rgba(0,0,0,.74);content:"";height:90%;min-height:700px;position:absolute;width:100%}section>img{margin-top:60px;width:500px}}@media (max-width:480px){h1{font-size:3.4rem}h2{font-size:1.8rem}}@media (max-width:500px){#menu_icon{height:100%;margin-right:15px;width:40px}header #logo{height:23px}body::-webkit-scrollbar{width:0}#message_box{margin:0 10px}form button:not(.off):not(.error):hover img:not(.loading),form button:not(.off):not(.error):hover span{-webkit-transform:none;transform:none}}@media (max-width:600px){#ods_container h3{margin-top:30px}#ods_container h3:after{top:-35px}html section[land=yes]:not(#home){height:30%}#contact~section:last-of-type{padding-top:40px!important}html section>img[background]{margin-top:50px}iframe{margin:50px 0}form box:nth-child(2){margin-right:0;width:100%}form box:nth-child(3){width:100%}header{padding-left:20px;padding-right:20px}header>div:not(#menu):not(#menu_icon){display:none}iframe{border-radius:0;height:55vw;margin:50px 0 0;max-height:none;max-width:none;width:100%}section>iframe,section>img{border-radius:0;margin-bottom:-50px}#ods_container h3{margin-bottom:60px}}@media (max-width:410px){h1{font-size:3.1rem}h2{font-size:1.6rem}}
/*# sourceMappingURL=main.85ba1d85.css.map*/