@font-face{font-family:"Borna-Regular";font-style:normal;font-weight:normal;src:url("fonts/Borna-Regular.woff2") format("woff2"),url("fonts/Borna-Regular.woff") format("woff")}@font-face{font-family:"Borna-SemiBold";font-style:normal;font-weight:normal;src:url("fonts/Borna-SemiBold.woff2") format("woff2"),url("fonts/Borna-SemiBold.woff") format("woff")}@font-face{font-family:"Borna-Medium";font-style:normal;font-weight:normal;src:url("fonts/Borna-Medium.woff2") format("woff2"),url("fonts/Borna-Medium.woff") format("woff")}:root{--var-color-header:#2C3539;--var-color-blue:#009DE0;--var-text-color:var(--var-color-header);--var-margem:40px;--var-header:80px}@media only screen and (max-width: 767px){:root{--var-margem:20px }}*,::after,::before{box-sizing:border-box}body,html{font-family:"Borna-Regular";-webkit-text-size-adjust:100%;margin:0;padding:0;border:none;color:var(--var-text-color);font-size:15px;-webkit-font-smoothing:antialiased;background-color:#fff}a{color:inherit;text-decoration:none}a:hover,.botao:hover{text-decoration:none}.bold,strong,b{font-weight:normal;font-family:"Borna-SemiBold"}input,textarea,a{outline:none !important}.text-center{text-align:center}.italic{font-style:italic}.left{float:left}.right{float:right}.clear{clear:both}.relative{position:relative}.vvhide{visibility:hidden}.block{display:block}.aright{text-align:right}.hide{display:none}.flex{display:flex;flex-wrap:wrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-space-between{justify-content:space-between}.nowrap{flex-wrap:nowrap}textarea,input[type=text],input[type=button],input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}button,input[type=button],input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}header{position:fixed;z-index:9909;transition:all .2s ease-out !important;height:var(--var-header);background-color:var(--var-color-header);width:100%;top:-80px;opacity:0}header.show{opacity:1;top:0px}header .logo{left:50%;transform:translateX(-50%);position:absolute;width:100px;top:15px}@media only screen and (max-width: 767px){header .logo{left:var(--var-margem);transform:translateX(0%)}}header .logo img{width:100%;max-width:100%;height:auto;display:block}header .menu_open_wrap{position:absolute;right:calc(var(--var-margem) - 10px);top:20px;transition:.25s ease-in-out;display:block;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;z-index:9000}@media only screen and (max-width: 767px){header .menu_open_wrap{right:calc(var(--var-margem) - 5px)}}header .menu_open_wrap.open{transform:rotate(45deg)}header nav{position:fixed;width:50vw;right:-102vw;height:100vh;background-color:var(--var-color-header);transition:all .4s ease-in-out;display:flex;justify-content:space-between;flex-direction:column;padding-left:var(--var-margem);padding-bottom:var(--var-margem)}@media only screen and (max-width: 1023px){header nav{height:100dvh}}@media only screen and (max-width: 767px){header nav{width:100vw}}header nav.open{right:0px}header nav .menu{margin:0;padding:0;padding-top:calc(var(--var-header))}header nav .menu li{color:#fff;list-style:none;font-family:"Borna-Regular";text-transform:uppercase;letter-spacing:1.6px;margin-top:30px;font-size:35px}header nav .menu li:first-child{margin-top:0px}@media only screen and (max-width: 767px){header nav .menu li{margin-top:15px;font-size:30px}}@media only screen and (max-width: 370px){header nav .menu li{font-size:27px}}header nav .menu li a{color:#fff;transition:all .2s ease-out}header nav .menu li a:hover,header nav .menu li a.sel{color:var(--var-color-blue);font-family:"Borna-SemiBold"}header nav .texto-menu-wrap .texto-menu{color:#fff;font-size:18px;line-height:28px;font-family:"Borna-SemiBold";padding-right:var(--var-margem)}@media only screen and (max-width: 767px){header nav .texto-menu-wrap .texto-menu{font-size:14px;line-height:22px}}@media only screen and (max-width: 370px){header nav .texto-menu-wrap .texto-menu{font-size:12px;line-height:20px}}header nav .texto-menu-wrap .texto-menu a{color:var(--var-color-blue)}header nav .texto-menu-wrap .texto-menu a:hover{text-decoration:underline}header nav .texto-menu-wrap .lang{margin:0;padding:0;margin-top:30px}header nav .texto-menu-wrap .lang li{list-style:none;display:inline-block;color:#fff;font-family:"Borna-SemiBold"}header nav .texto-menu-wrap .lang li.sep{padding-left:6px;padding-right:6px}header nav .texto-menu-wrap .lang li a:hover,header nav .texto-menu-wrap .lang li a.sel{color:var(--var-color-blue)}#main{position:relative;z-index:1001}main{position:relative;z-index:800}main .item-wrap .img-wrap{height:100vh;position:relative;z-index:800}main .item-wrap .img-wrap .img{height:100%;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover}main .item-wrap .img-wrap .filter{position:absolute;background-color:rgba(0,157,224,.1882352941);bottom:0px;left:0px;width:100%;height:25vh;transition:opacity .6s ease-out !important;opacity:0}main .item-wrap .img-wrap .filter .filter-inner{position:relative;color:#fff}main .item-wrap .img-wrap .filter.show{opacity:1}main .item-wrap .item-text{position:relative;z-index:900;background-color:#fff}main .item-wrap .item-text .item-text-text{margin-top:60px;margin-bottom:100px;font-size:38px;line-height:45px;width:60%;padding-left:var(--var-margem);padding-right:var(--var-margem);margin-left:auto;margin-right:auto;font-family:"Borna-Medium";text-align:center}@media only screen and (max-width: 1200px){main .item-wrap .item-text .item-text-text{width:75%}}@media only screen and (max-width: 1023px){main .item-wrap .item-text .item-text-text{width:82%;font-size:25px;line-height:31px}}@media only screen and (max-width: 767px){main .item-wrap .item-text .item-text-text{width:90%;font-size:22px;line-height:28px}}main .item-wrap .item-text .item-text-text strong,main .item-wrap .item-text .item-text-text b{color:#000}main .item-wrap .item-text .item-text-text sup{font-size:20px;line-height:28px}@media only screen and (max-width: 767px){main .item-wrap .item-text .item-text-text sup{font-size:16px;line-height:24px}}main .item-wrap .item-text h2{font-size:70px;line-height:70px;text-align:center;font-family:"Borna-Medium";padding-top:25px;padding-bottom:25px;position:relative;z-index:2;padding-left:var(--var-margem);padding-right:var(--var-margem)}@media only screen and (max-width: 1023px){main .item-wrap .item-text h2{font-size:42px;line-height:42px}}@media only screen and (max-width: 767px){main .item-wrap .item-text h2{font-size:32px;line-height:32px}}main .item-wrap .item-text h2:before{content:"";position:absolute;z-index:-1;bottom:0px;left:0px;width:100%;height:100%;background-color:var(--var-color-blue);opacity:.3}main .item-wrap .item-text .bull{width:24px;height:24px;background-position:center center;background-size:contain;background-repeat:no-repeat;background-image:url(/images/bull.svg);margin-left:auto;margin-right:auto;position:relative;top:25px;margin-bottom:5px}@media only screen and (max-width: 1023px){main .item-wrap .item-text .bull{margin-bottom:12px}}main .item-wrap .item-text .bt_mais,main .item-wrap .item-text .bt_form{font-size:15px;color:#fff;width:100px;height:25px;line-height:25px;background-color:var(--var-color-header);border-radius:12px;display:inline-block;transition:all .3s ease-out;border:none;cursor:pointer;margin-top:25px}main .item-wrap .item-text .bt_mais.off,main .item-wrap .item-text .bt_form.off{opacity:0;pointer-events:none}main .item-wrap .item-text .bt_mais:hover,main .item-wrap .item-text .bt_form:hover{background-color:var(--var-color-blue)}main .item-wrap .item-text .bt_form{padding:0;margin:0}main .item-wrap .item-text .item-text-text-inner{padding-top:15px;display:none}footer{position:relative;z-index:1001}footer .footer-inner{padding-top:var(--var-margem);padding-bottom:calc(4*var(--var-margem));background-color:var(--var-color-header)}@media only screen and (max-width: 1023px){footer .footer-inner{padding-bottom:calc(3*var(--var-margem))}}footer .footer-inner .socials{margin:0;padding:0;display:flex;flex-direction:row;justify-content:center}footer .footer-inner .socials li{list-style:none;margin-left:5px;margin-right:5px;width:36px;transition:all .3s ease-out !important}footer .footer-inner .socials li img{max-width:100%;height:auto;display:block}footer .footer-inner .socials li:hover{transform:scale(1.1)}footer .footer-inner .text-footer{width:60%;padding-left:var(--var-margem);padding-right:var(--var-margem);margin-left:auto;margin-right:auto;font-family:"Borna-Medium";text-align:center;color:#fff;font-size:22px;line-height:28px;margin-top:20px}@media only screen and (max-width: 1200px){footer .footer-inner .text-footer{width:75%}}@media only screen and (max-width: 1023px){footer .footer-inner .text-footer{width:82%;font-size:20px;line-height:26px}}@media only screen and (max-width: 767px){footer .footer-inner .text-footer{width:90%;font-size:18px;line-height:24px}}footer .footer-inner .text-footer sup{line-height:16px}@media only screen and (max-width: 767px){footer .footer-inner .text-footer sup{line-height:16px}}footer .footer-inner .text-footer a:hover{text-decoration:underline}.loader{position:fixed}.videoWrapper{position:relative;padding-bottom:56.25%;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.goTop{position:absolute;z-index:99999;right:50px;bottom:30px;display:none}@media only screen and (max-width: 800px){.goTop{right:25px;bottom:30px}}#cm{width:100%;position:fixed;background-color:var(--var-color-blue);left:0px;bottom:0px;font-size:16px;color:#fff !important;padding:0px !important;line-height:20px !important;padding-top:20px !important;padding-bottom:15px !important;max-width:none !important;border-radius:0 !important}#cm #c-inr{padding-left:20px !important;padding-right:20px !important;max-width:none !important;display:flex;justify-content:space-between}@media only screen and (max-width: 1023px){#cm #c-inr{width:100% !important;padding-left:var(--var-margem) !important;padding-right:var(--var-margem) !important;display:block}}#cm #c-txt{font-size:14px !important;color:#fff !important;line-height:20px !important;font-family:"Borna-Regular" !important}@media only screen and (max-width: 767px){#cm #c-txt{font-size:12px !important;line-height:16px !important}}#cm #c-txt .cc-link{color:inherit !important;font-weight:normal !important;font-family:"Borna-Regular" !important}#cm #c-ttl{font-family:"Borna-Regular" !important;margin-bottom:10px !important}#cm #c-inr-i{width:70%}@media only screen and (max-width: 1100px){#cm #c-inr-i{width:70%}}@media only screen and (max-width: 1023px){#cm #c-inr-i{width:100%}}#cm #c-bns{display:inline-block;max-width:none;align-content:center;align-items:center;align-self:center;margin-top:0px !important}#cm #c-p-bn,#cm #c-s-bn,#cm #c-ss-bn{float:none !important;margin-top:0px;min-height:40px;background-color:#fff;color:var(--var-color-blue);font-family:"Borna-Regular" !important;font-size:13px;line-height:20px;text-align:center;display:inline-block !important;padding:0px !important;padding-left:12px !important;padding-right:12px !important;font-weight:normal !important;padding-top:3px !important;padding-bottom:0px !important;border-radius:20px !important;transition:opacity .3s ease-out !important;box-sizing:border-box;position:relative;z-index:900}@media only screen and (max-width: 767px){#cm #c-p-bn,#cm #c-s-bn,#cm #c-ss-bn{width:auto;font-size:11px;padding-left:8px !important;padding-right:8px !important;min-height:35px}}@media only screen and (max-width: 420px){#cm #c-p-bn,#cm #c-s-bn,#cm #c-ss-bn{font-size:10px;padding-left:5px !important;padding-right:5px !important;min-height:30px;padding-top:1px;margin-top:10px}}#cm #c-p-bn:hover,#cm #c-s-bn:hover,#cm #c-ss-bn:hover{opacity:.6 !important}#cm #c-s-bn{background-color:#000;margin-left:10px;color:#fff}@media only screen and (max-width: 767px){#cm #c-s-bn{margin-left:5px}}#cm #c-ss-bn{background-color:rgba(0,0,0,0) !important;border:none !important;min-height:0 !important;outline:none !important;color:#fff;margin-left:5px !important;padding:0px !important;text-decoration:underline}@media only screen and (max-width: 420px){#cm #c-ss-bn{margin-top:0px}}#cs .cc_div .cc-link{color:inherit !important}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important;z-index:99999}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto !important;-webkit-clip-path:none !important;clip-path:none !important;height:auto !important;margin:auto !important;overflow:visible !important;width:auto !important;white-space:normal !important}.sr-only a:hover{text-decoration:underline}.animatable{visibility:hidden;animation-play-state:paused}.animated{visibility:visible;animation-fill-mode:both;animation-duration:1s;animation-play-state:running}.animated.fast{animation-duration:.5s}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}60%{opacity:0}20%{opacity:0}100%{opacity:1}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{transform:translateX(20px)}80%{transform:translateX(-5px)}100%{opacity:1;transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{transform:translateX(-20px)}80%{transform:translateX(5px)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(0.3)}50%{transform:scale(1.05)}70%{transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}@keyframes moveUp{0%{opacity:1;transform:translateY(40px)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeBgColor{0%{background:none}70%{background:none}100%{background:#464646}}.animated.animationDelay{animation-delay:.4s;-webkit-animation-delay:.4s}.animated.animationDelayHalf{animation-delay:.2s;-webkit-animation-delay:.2s}.animated.animationDelayMed{animation-delay:1.2s;-webkit-animation-delay:1.2s}.animated.animationDelayLong{animation-delay:1.6s;-webkit-animation-delay:1.6s}.animated.fadeBgColor{animation-name:fadeBgColor}.animated.bounceIn{animation-name:bounceIn}.animated.bounceInRight{animation-name:bounceInRight}.animated.bounceInLeft{animation-name:bounceInLeft}.animated.fadeIn{animation-name:fadeIn}.animated.fadeInDown{animation-name:fadeInDown}.animated.fadeInUp{animation-name:fadeInUp}.animated.moveUp{animation-name:moveUp}.wrap_error{height:100vh;width:100%;position:relative}.wrap_error h1{font-size:30px;font-family:"Borna-Regular";position:absolute;top:50%;transform:translateY(-50%);text-align:center;width:100%}.stage{position:absolute;bottom:50px;left:50%;transform:translateX(-50%)}.stage .text{color:#fff;font-size:12px;text-transform:uppercase;position:absolute;white-space:nowrap;top:30px;left:50%;transform:translateX(-50%);font-family:"Borna-SemiBold"}.dot-flashing{position:relative;width:6px;height:6px;border-radius:6px;background-color:#fff;animation:dot-flashing 1s infinite linear alternate;animation-delay:.5s;top:0px}.dot-flashing::before,.dot-flashing::after{content:"";display:inline-block;position:absolute;top:0}.dot-flashing::before{left:0px;width:6px;height:6px;border-radius:6px;background-color:#fff;color:#fff;animation:dot-flashing 1s infinite alternate;animation-delay:0s;top:-13px}.dot-flashing::after{left:0px;top:13px;width:6px;height:6px;border-radius:6px;background-color:#fff;color:#fff;animation:dot-flashing 1s infinite alternate;animation-delay:1s}@keyframes dot-flashing{0%{background-color:#fff}50%,100%{background-color:rgba(255,255,255,.6)}}.logo_home{position:absolute;z-index:99999;top:100px;width:300px;left:50%;top:50%;transform:translate(-50%, -50%)}@media only screen and (max-width: 767px){.logo_home{width:200px}}.logo_home #gx-logo path{animation:tronFilter 12s infinite}@keyframes tronFilter{0%{filter:drop-shadow(-0.75px 0px 6px #fff);stroke:#fff}25%{filter:drop-shadow(-0.75px 0px 6px silver);stroke:silver}50%{filter:drop-shadow(-0.75px 0px 6px #009DE0);stroke:#009de0}75%{filter:drop-shadow(-0.75px 0px 6px #2C3539);stroke:#2c3539}100%{filter:drop-shadow(-0.75px 0px 6px #fff);stroke:#fff}}.destaque_texto_home{position:absolute;z-index:99999;top:100px;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center;color:#fff;font-family:"Borna-SemiBold";font-size:7vw;line-height:1;width:100%}@media only screen and (max-width: 1023px){.destaque_texto_home{font-size:10vw;line-height:1.1}}@media only screen and (max-width: 767px){.destaque_texto_home{font-size:10vw;line-height:1.2}}.flexslider_news h3{font-family:"Borna-SemiBold";margin-bottom:30px}.flexslider_news .img{height:26vw;margin-bottom:55px}.flexslider_news .img img{max-width:100%}#contactForm{text-align:left;width:60%;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1023px){#contactForm{width:70%}}@media only screen and (max-width: 767px){#contactForm{width:90%}}#contactForm label{display:block}#contactForm input{margin-bottom:20px;width:100%;font-size:20px;line-height:45px}#contactForm textarea,#contactForm input{width:100%;border:none;border:solid 1px gray;font-size:20px;padding-left:5px}@media only screen and (max-width: 767px){#contactForm textarea,#contactForm input{font-size:18px}}#contactForm textarea{height:140px;padding-top:5px}#contactForm .autorizo_wrap{line-height:13px}#contactForm .autorizo_wrap input,#contactForm .autorizo_wrap label{display:inline-block;width:auto}#contactForm .autorizo_wrap label{font-size:15px}#contactForm #msg{color:red;font-size:15px}@media only screen and (max-width: 767px){#contactForm #msg{font-size:13px}}/*# sourceMappingURL=style.css.map */