@import"~simplebar/dist/simplebar.min.css";*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;list-style:none;font-family:"Poppins",sans-serif;-webkit-transition:.3s all;transition:.3s all;color:#fff}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth;scroll-behavior:auto}img{max-width:100%;display:block}button{cursor:pointer;background-color:rgba(0,0,0,0);border:0}body{background-color:#020203;overflow-x:hidden}::-webkit-scrollbar{display:none}.container{width:100%;max-width:1330px;padding:0 15px;margin:0 auto}@media(max-width: 1440px){.container{max-width:124.6rem}}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.6rem;line-height:4.1rem;border-radius:.3rem;color:#fff;font-weight:500;font-size:1.4rem}.btn img{margin-right:.8rem}.btn.btn-primary{background-color:#00aeff}.btn.btn-primary:hover{background-color:#61cdff}.btn .close{border:none !important}.btn.btn-outline{border:1px solid #fff;background-color:solid rgba(0,0,0,0)}.btn.btn-outline:hover{background-color:#fff;color:#0b0d12}.btn.user-logado{display:none}.btn.logout{background-color:rgba(255,0,0,.8)}.btn.logout:hover{background-color:red}input[type=text],input[type=password]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:42.6rem;height:4.8rem;padding:1.2rem 1.6rem;border:.2rem solid #fff;border-radius:.4rem;color:#020203}input[type=text]:focus,input[type=password]:focus{outline:none;border:2px solid #00aeff}input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder{color:#363842}input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder{color:#363842}input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder{color:#363842}input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder{color:#363842}input[type=text]::placeholder,input[type=password]::placeholder{color:#363842}.course-card{display:block;width:100%;max-width:28rem}.course-card:hover img{scale:1.05}.course-card .image{overflow:hidden;border-radius:.4rem;width:100%;height:38.3rem;margin-bottom:2.4rem}.course-card .info h3{color:#e5e5e5;font-size:1.935rem;font-weight:600;margin-bottom:.43rem}.course-card .info span{color:#e5e5e5;font-size:1.505rem;font-weight:400;line-height:normal;opacity:.8}@media(max-width: 1200px){.course-card .image{height:34.3rem}}@media(max-width: 991px){.course-card .image{height:30.3rem}}@media(max-width: 560px){.course-card .info{display:none}.course-card .image{height:25rem;margin-bottom:0}}header{position:absolute;top:0;left:0;width:100%;height:9.6rem;border-bottom:1.5px solid rgba(255,255,255,.1);-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:99}header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .container .left-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .container .left-container .logo{position:relative}header .container .left-container nav{margin-left:11.2rem}header .container .left-container nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .container .left-container nav ul li:not(:last-child){margin-right:3.4rem}header .container .left-container nav ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;text-align:center;font-size:1.4rem;font-weight:500;line-height:normal}header .container .left-container nav ul li a img{margin-left:1.4rem;-webkit-transition:rotate .3s;transition:rotate .3s}header .container .left-container nav ul li a.active{color:#00aeff}header .container .left-container nav ul li a.active img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .container .right-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .container .right-container .btn-outline{margin-right:1.6rem}header .container .btn-mobile{display:none}@media(max-width: 930px){header .container .left-container nav{display:none}}@media(max-width: 477px){header .container{position:inherit;z-index:97}header .container .right-container .btn{display:none}header .container .right-container .btn-mobile{display:block;margin-left:8rem}}@media(max-width: 400px){header .container .left-container a{max-width:8rem}}@media(max-width: 400px){header{height:8.3rem}}header.profile{position:unset;top:unset;left:unset;border-bottom:1.5px solid rgba(0,37,80,.8)}.menu{position:absolute;top:0;left:0;z-index:4;background:-webkit-gradient(linear, left top, left bottom, from(#020203), color-stop(96.35%, rgba(14, 17, 23, 0.92)), to(rgba(14, 17, 23, 0.9)));background:linear-gradient(180deg, #020203 0%, rgba(14, 17, 23, 0.92) 96.35%, rgba(14, 17, 23, 0.9) 100%);-webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;padding-top:9.6rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;pointer-events:none}.menu.active{opacity:1;-webkit-transform:translateY(0%);transform:translateY(0%);pointer-events:all}.menu .area-menu{padding-top:3.8rem;padding-bottom:5.5rem}.menu .area-menu ul{display:grid;grid-template-columns:repeat(6, 1fr);grid-gap:2.8rem 3.2rem}.menu .area-menu ul li a{width:17.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu .area-menu ul li a .icon{width:6.94rem;height:6.94rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:.86rem}.menu .area-menu ul li a span{display:block;text-align:center;color:#9d9d9d;font-size:1.3rem}.menu.esports .area-menu ul{grid-template-columns:repeat(5, 1fr);grid-gap:6.4rem}.menu.esports .area-menu ul li a{width:100%;height:23.7rem}.menu.esports .area-menu ul li a .icon{width:17.4rem;height:17.9rem}.menu .footer-menu{background-color:rgba(21,23,27,.7);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:7rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu .footer-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:70rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu .footer-menu ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu .footer-menu ul li a img{margin-right:1rem}.menu .footer-menu ul li a span{color:#fff;text-align:center;font-size:1.4rem;font-weight:600}.menu.esports .footer-menu ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-hero{position:relative;z-index:2}.s-hero .slide-principal{width:100%;height:73.6rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide{padding-top:20.7rem;background-size:cover !important}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-01{background:url(../img/banners/ghedyvan2.webp) no-repeat center center}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02{background:url(../img/banners/deniel2.webp) no-repeat center center}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-03{background:url(../img/banners/athilas.webp) no-repeat center center}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-04{background:url(../img/banners/ruivinha.webp) no-repeat center center}.s-hero .slide-principal .swiper-wrapper .swiper-slide .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content{margin-left:22.3rem;width:100%;max-width:62.2rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content h2{color:#fff;font-size:6.4rem;font-weight:700;line-height:110.2%;margin-bottom:1.6rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content p{color:#fff;font-size:1.8rem;font-weight:400;letter-spacing:-0.09px;margin-bottom:3.2rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content .btn{padding:0px 5.5rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content{width:100%;max-width:29.2rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .logo{width:100%;max-width:28rem;height:18rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:8.6rem;margin-top:-3.4rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .video{width:100%;max-width:28rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .video span{display:block;-webkit-box-align:right;-ms-flex-align:right;align-items:right;text-align:right;color:#fff;font-size:13px;font-weight:600;text-transform:uppercase}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .video .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:5.1rem;height:5.1rem;border-radius:51px;background-color:rgba(0,174,255,.6);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .video .icon img{padding-left:.5rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video{width:100%;height:15.8rem;border-radius:.4rem;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video .thumb{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video .thumb:hover.hover{opacity:1}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video .thumb:hover.default{opacity:0}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video .thumb.default{opacity:1}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video .thumb.hover{opacity:0}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .btn-video .icon{position:relative;z-index:1}.s-hero .slide-icons{position:absolute;z-index:2;top:24.1rem;left:9%;height:32rem;width:100%;max-width:5rem}.s-hero .slide-icons .swiper-wrapper .swiper-slide{width:4.8rem;height:4.8rem;cursor:pointer;opacity:.4;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.s-hero .slide-icons .swiper-wrapper .swiper-slide-thumb-active{opacity:1;-webkit-filter:grayscale(0%);filter:grayscale(0%)}.s-hero .slide-icons .swiper-wrapper .swiper-slide-disabled{cursor:none}@media(max-width: 1200px){.s-hero .slide-icons{left:1%}}@media(max-width: 991px){.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 .left-content{max-width:46.2rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 .left-content h2{font-size:5.8rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-03 .left-content{max-width:46.2rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-03 .left-content h2{font-size:5.8rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content{margin-left:0}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content h2{font-size:6.4rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content{position:absolute;right:0}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content .logo{margin-top:-5.3rem;margin-bottom:21rem}.s-hero .slide-icons{left:1.5rem;top:initial;bottom:10.5rem;height:4.8rem}}@media(max-width: 600px){.s-hero .slide-principal{height:62.2rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide{padding-top:13.1rem;width:100%}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-01{background-position-x:60%}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02{background-position-x:60%}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 .left-content h2{font-size:3.6rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-02 .left-content p{font-size:1.6rem;max-width:25.5rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-03{background-position-x:70%}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-03 .left-content h2{font-size:4rem;max-width:33rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-03 .left-content p{font-size:1.6rem;max-width:25.5rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-04{background-position-x:50%}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-04 .left-content h2{font-size:4rem;max-width:33rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide.slide-04 .left-content p{font-size:1.6rem;max-width:25.5rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content{max-width:28.3rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .left-content h2{font-size:4rem}.s-hero .slide-principal .swiper-wrapper .swiper-slide .right-content{display:none}.s-hero .slide-icons{bottom:6.5rem}}.s-games .container{padding-top:7.8rem;padding-bottom:11.1rem}.s-games .container .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:7.8rem}.s-games .container .top .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:39.9rem}.s-games .container .top .left-top span{color:#8f9199;font-size:1.5rem;font-weight:600;margin-top:1.1rem;display:block}.s-games .container .top .left-top h2{color:#fff;font-size:3.2rem;font-weight:700;line-height:110.2%;width:100%;max-width:17.5rem}.s-games .container .top .right-top{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:58.3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.s-games .container .top .right-top ul{display:-webkit-box;display:-ms-flexbox;display:flex}.s-games .container .top .right-top ul li:not(:last-child){margin-right:2.4rem}.s-games .container .top .right-top ul li a img{opacity:.5}.s-games .container .top .right-top ul li a.active img{opacity:1}.s-games .container .top .right-top .btn-all-games{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:15.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00aeff;font-size:1.6rem;font-weight:600}.s-games .container .top .right-top .btn-all-games img{width:100%;max-width:.9rem;height:.9rem;margin-right:1rem}.s-games .container .tab-games-content .tab-pane-games{display:none}.s-games .container .tab-games-content .tab-pane-games.active{display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:4.7rem 3.2rem;-webkit-animation:fadeUp .7s forwards;animation:fadeUp .7s forwards}.s-games .container .tab-games-content .tab-pane-games .card-all-games{width:100%;max-width:28rem;height:38.4rem;border-radius:.4rem;border:1.5px solid #212428;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none}.s-games .container .tab-games-content .tab-pane-games .card-all-games .logo-card{margin-bottom:3.4rem}.s-games .container .tab-games-content .tab-pane-games .card-all-games .txt{display:-webkit-box;display:-ms-flexbox;display:flex}.s-games .container .tab-games-content .tab-pane-games .card-all-games .txt img{margin-right:1.3rem}@media(max-width: 991px){.s-games .container .tab-games-content .tab-pane-games.active{grid-template-columns:repeat(3, 1fr)}.s-games .container .top .left-top span{display:none}}@media(max-width: 560px){.s-games .container{padding-bottom:5.7rem}.s-games .container .top{margin-bottom:5.7rem}.s-games .container .top .left-top h2{font-size:2.8rem}.s-games .container .top .right-top{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.s-games .container .top .right-top ul{display:none}.s-games .container .top .right-top .btn-all-games{display:none}.s-games .container .tab-games-content .tab-pane-games.active{grid-template-columns:repeat(2, 1fr);grid-gap:2.4rem 1.6rem}.s-games .container .tab-games-content .tab-pane-games .card-all-games{height:23.5rem}.s-games .container .tab-games-content .tab-pane-games .card-all-games img{max-width:6.9rem}.s-games .container .tab-games-content .tab-pane-games .card-all-games span{margin-top:1.5rem;font-size:1.4rem}}.about-us,.frontSection,.pythonSection,.powerBiSection,.oficinasSection{display:none}.about-us .container,.frontSection .container,.pythonSection .container,.powerBiSection .container,.oficinasSection .container{margin-bottom:10rem}.about-us .container .top,.frontSection .container .top,.pythonSection .container .top,.powerBiSection .container .top,.oficinasSection .container .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-us .container .top .left-top,.frontSection .container .top .left-top,.pythonSection .container .top .left-top,.powerBiSection .container .top .left-top,.oficinasSection .container .top .left-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:39.9rem}.about-us .container .top .left-top span,.frontSection .container .top .left-top span,.pythonSection .container .top .left-top span,.powerBiSection .container .top .left-top span,.oficinasSection .container .top .left-top span{color:#8f9199;font-size:1.5rem;font-weight:600;margin-top:1.1rem;display:block}.about-us .container .top .left-top h2,.frontSection .container .top .left-top h2,.pythonSection .container .top .left-top h2,.powerBiSection .container .top .left-top h2,.oficinasSection .container .top .left-top h2{color:#fff;font-size:3.2rem;font-weight:700;line-height:110.2%;width:100%;max-width:17.5rem}.about-us .container .top .right-top,.frontSection .container .top .right-top,.pythonSection .container .top .right-top,.powerBiSection .container .top .right-top,.oficinasSection .container .top .right-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.about-us .container .top .right-top button,.frontSection .container .top .right-top button,.pythonSection .container .top .right-top button,.powerBiSection .container .top .right-top button,.oficinasSection .container .top .right-top button{display:-webkit-box;display:-ms-flexbox;display:flex;color:#00aeff;font-size:1.6rem;font-weight:600;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about-us .container .top .right-top button img,.frontSection .container .top .right-top button img,.pythonSection .container .top .right-top button img,.powerBiSection .container .top .right-top button img,.oficinasSection .container .top .right-top button img{padding-right:1rem}.about-us .container .content,.frontSection .container .content,.pythonSection .container .content,.powerBiSection .container .content,.oficinasSection .container .content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:7.8rem}.about-us .container .content .slide-about,.frontSection .container .content .slide-about,.pythonSection .container .content .slide-about,.powerBiSection .container .content .slide-about,.oficinasSection .container .content .slide-about{width:100%}.about-us .container .content .slide-about .swiper-wrapper,.frontSection .container .content .slide-about .swiper-wrapper,.pythonSection .container .content .slide-about .swiper-wrapper,.powerBiSection .container .content .slide-about .swiper-wrapper,.oficinasSection .container .content .slide-about .swiper-wrapper{width:50rem;overflow:hidden}.about-us .container .content .slide-about .swiper-wrapper .swiper-slide .image,.frontSection .container .content .slide-about .swiper-wrapper .swiper-slide .image,.pythonSection .container .content .slide-about .swiper-wrapper .swiper-slide .image,.powerBiSection .container .content .slide-about .swiper-wrapper .swiper-slide .image,.oficinasSection .container .content .slide-about .swiper-wrapper .swiper-slide .image{width:100%}.about-us .container .content .slide-about .swiper-wrapper .swiper-slide .image img,.frontSection .container .content .slide-about .swiper-wrapper .swiper-slide .image img,.pythonSection .container .content .slide-about .swiper-wrapper .swiper-slide .image img,.powerBiSection .container .content .slide-about .swiper-wrapper .swiper-slide .image img,.oficinasSection .container .content .slide-about .swiper-wrapper .swiper-slide .image img{width:100%;border-radius:1.5rem}.about-us .container .content .text-about,.frontSection .container .content .text-about,.pythonSection .container .content .text-about,.powerBiSection .container .content .text-about,.oficinasSection .container .content .text-about{padding-left:5rem}.about-us .container .content .text-about h2,.frontSection .container .content .text-about h2,.pythonSection .container .content .text-about h2,.powerBiSection .container .content .text-about h2,.oficinasSection .container .content .text-about h2{color:#e5e5e5;font-size:2.8rem;font-weight:700;line-height:110.2%;width:100%}.about-us .container .content .text-about p,.frontSection .container .content .text-about p,.pythonSection .container .content .text-about p,.powerBiSection .container .content .text-about p,.oficinasSection .container .content .text-about p{margin-top:4rem;color:#e5e5e5;font-family:Poppins;font-size:19.35px;font-weight:600}@media(max-width: 991px){.about-us .container .content,.frontSection .container .content,.pythonSection .container .content,.powerBiSection .container .content,.oficinasSection .container .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about-us .container .content .slide-about,.frontSection .container .content .slide-about,.pythonSection .container .content .slide-about,.powerBiSection .container .content .slide-about,.oficinasSection .container .content .slide-about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:5rem}.about-us .container .content .slide-about .swiper-wrapper,.frontSection .container .content .slide-about .swiper-wrapper,.pythonSection .container .content .slide-about .swiper-wrapper,.powerBiSection .container .content .slide-about .swiper-wrapper,.oficinasSection .container .content .slide-about .swiper-wrapper{width:100%}.about-us .container .content .text-about,.frontSection .container .content .text-about,.pythonSection .container .content .text-about,.powerBiSection .container .content .text-about,.oficinasSection .container .content .text-about{padding-left:unset}.about-us .container .content .text-about h2,.frontSection .container .content .text-about h2,.pythonSection .container .content .text-about h2,.powerBiSection .container .content .text-about h2,.oficinasSection .container .content .text-about h2{text-align:center}.about-us .container .content .text-about p,.frontSection .container .content .text-about p,.pythonSection .container .content .text-about p,.powerBiSection .container .content .text-about p,.oficinasSection .container .content .text-about p{text-align:center}}@media(max-width: 560px){.about-us .container .top .left-top span,.frontSection .container .top .left-top span,.pythonSection .container .top .left-top span,.powerBiSection .container .top .left-top span,.oficinasSection .container .top .left-top span{display:none}.about-us .container .top .right-top,.frontSection .container .top .right-top,.pythonSection .container .top .right-top,.powerBiSection .container .top .right-top,.oficinasSection .container .top .right-top{display:none}}.modal{position:fixed;top:0;left:0;z-index:2023;width:100%;height:100%;opacity:0;pointer-events:none}.modal .overlay{position:fixed;top:0;left:0;z-index:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5)}.modal .box{position:relative;z-index:1;width:100%;max-width:69.6rem;height:60rem;background:url(../img/banners/luan.webp) no-repeat center center;background-size:cover;border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translate(50px);transform:translate(50px);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.modal .box .close{position:absolute;right:2.4rem;top:2.4rem;border:none}.modal .box .logo{margin-bottom:4rem;width:16.6rem}.modal .box .confirmacao{display:none;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-bottom:5rem;max-width:40rem}.modal .box .confirmacao h1{font-size:2.2rem}.modal .box form{width:100%;max-width:42.6rem}.modal .box form .form-group{margin-bottom:1.6rem}.modal .box form .form-group:last-child{margin-bottom:2.4rem}.modal .box form .form-group input[type=text],.modal .box form .form-group input[type=password]{height:4.8rem;width:100%}.modal .box form .form-group.flex{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal .box form .form-group.flex label{max-width:70%;font-size:1.4rem}.modal .box form .form-group.flex input{width:24px;margin-right:1rem}.modal .box form button{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:5.2rem;font-size:1.6rem}.modal .box .others-connect{margin-bottom:3.5rem}.modal .box .others-connect p{color:#fff;text-align:center;font-size:14px;font-weight:500;margin-bottom:1.6rem}.modal .box .others-connect ul{display:-webkit-box;display:-ms-flexbox;display:flex}.modal .box .others-connect ul li:not(:first-child){margin-left:1.6rem}.modal .box .message-user{text-align:center}.modal .box .message-user a{color:#00aeff;font-family:Poppins;font-size:16px;font-weight:500;text-decoration-line:underline}.modal .box .message-user a:hover{color:#61cdff}.modal .box .message-user p{color:#fff;font-size:1.6rem;font-weight:500;margin-bottom:1.6rem}@media(max-width: 600px){.modal .box{top:0;left:0;width:100vw;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh;overflow:hidden;background-position-x:10%}}@media(max-width: 400px){.modal .box form{max-width:90%}.modal .box .close{top:6rem}}.modal.active{opacity:1;pointer-events:all}.modal.active .box{-webkit-transform:translate(0);transform:translate(0)}.modalCourse{position:fixed;top:0;left:0;z-index:2023;width:100%;height:100%;opacity:0;pointer-events:none}.modalCourse .overlay{position:fixed;top:0;left:0;z-index:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.5)}.modalCourse .box{position:relative;z-index:1;width:100%;max-width:80rem;height:auto;max-height:55rem;border-radius:var(--main-system-8-px, 0.8rem);border:.1rem solid var(--base-white, #002550);background:linear-gradient(136deg, #051046 25.89%, #280b4d 56.31%, #622563 92.91%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-size:cover;border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transform:translate(50px);transform:translate(50px);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.modalCourse .box .close{position:absolute;right:2.4rem;top:2.4rem}.modalCourse .box .parte-cima{padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem}.modalCourse .box .parte-cima .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modalCourse .box .parte-cima .info .title h1{font-size:2.6rem;font-weight:700;color:#e5e5e5}.modalCourse .box .parte-cima .info .descricao{height:225px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modalCourse .box .parte-cima .info .descricao.active{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.modalCourse .box .parte-cima .info .step-2,.modalCourse .box .parte-cima .info .step-3{display:none}.modalCourse .box .parte-cima .info .step-2.active,.modalCourse .box .parte-cima .info .step-3.active{display:unset}.modalCourse .box .parte-cima .info .step-2.active p,.modalCourse .box .parte-cima .info .step-3.active p{font-size:1.8rem;font-weight:400;text-align:center}.modalCourse .box .parte-cima .info .conjunto{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}.modalCourse .box .parte-cima .info .conjunto .text h2{font-size:1.8rem;font-weight:500;color:#e5e5e5}.modalCourse .box .parte-cima .info .conjunto .text h3{font-size:1.6rem;font-weight:400}.modalCourse .box .botton{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modalCourse .box .botton :last-child{display:none !important}.modalCourse .box .botton .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:17rem}.modalCourse .box .botton .btn.indisponivel{pointer-events:none;background-color:red}.modalCourse .box .botton.encerrado :first-child{display:none !important;pointer-events:none !important}.modalCourse .box .botton.encerrado :last-child{display:unset !important}.modalCourse .box .botton.active{display:-webkit-box;display:-ms-flexbox;display:flex}.modalCourse .box .botton-2,.modalCourse .box .botton-3{display:none;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modalCourse .box .botton-2 .btn,.modalCourse .box .botton-3 .btn{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:17rem;padding:.5rem 1.6rem}.modalCourse .box .botton-2 .btn.indisponivel,.modalCourse .box .botton-3 .btn.indisponivel{background-color:red}.modalCourse .box .botton-2.active,.modalCourse .box .botton-3.active{display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width: 600px){.modalCourse .box{max-width:90%}.modalCourse .box .parte-cima{grid-template-columns:1fr;gap:3rem;text-align:center;width:100%}.modalCourse .box .parte-cima .image{display:none}.modalCourse .box .parte-cima .info{width:100%}.modalCourse .box .parte-cima .info .descricao{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;margin-bottom:4rem}.modalCourse .box .parte-cima .info .descricao.active{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.modalCourse .box .parte-cima .info .title h1{font-size:2.2rem;margin-bottom:3rem}.modalCourse .box .parte-cima .info p{margin-bottom:4rem}.modalCourse .box .parte-cima .info .conjunto .text h2{font-size:1.6rem}.modalCourse .box .parte-cima .info .conjunto .text h3{font-size:1.4rem}.modalCourse .box .parte-cima .botton{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modalCourse .box .parte-cima .botton-3 button{width:100%;max-width:100%;padding:.5rem}.modalCourse .box .parte-cima .botton-3 button:first-child{margin-bottom:1.5rem}.modalCourse .box .parte-cima .botton-3.active{justify-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.modalCourse.active{opacity:1;pointer-events:all}.modalCourse.active .box{-webkit-transform:translate(0);transform:translate(0)}.menuMobile{display:none;position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:#002550;z-index:95;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.menuMobile nav{padding-top:8.3rem}.menuMobile nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2rem}.menuMobile nav ul li{width:100%;height:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1.5px solid rgba(255,255,255,.1)}.menuMobile nav ul li a{color:#fff;text-align:center;font-size:2rem;font-weight:500}.menuMobile nav ul li:last-child{height:15rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:none;margin-top:2rem;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.menuMobile nav ul li:last-child a{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menuMobile.active{display:block;-webkit-animation:fadeUp .6s forwards;animation:fadeUp .6s forwards}@-webkit-keyframes fadeUp{from{opacity:0;-webkit-transform:translateX(20rem);transform:translateX(20rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeUp{from{opacity:0;-webkit-transform:translateX(20rem);transform:translateX(20rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeDown{from{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:1;-webkit-transform:translateX(20rem);transform:translateX(20rem)}}@keyframes fadeDown{from{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:1;-webkit-transform:translateX(20rem);transform:translateX(20rem)}}footer{width:100%}footer .container{padding:6.4rem 0 1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .container .top-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid var(--stroke-dark-base, #323539);height:7.2rem}footer .container .top-area .right-content img{width:80%}footer .container .top-area .mid-content ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4.8rem}footer .container .top-area .mid-content ul li{color:#e5e5e5;font-size:1.6rem;font-weight:500;line-height:2.4rem;letter-spacing:-0.016rem}footer .container .top-area .right-content ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.4rem}footer .container .top-area .right-content ul li img{width:2.4rem}footer .container .bottom-content{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:5.5rem}footer .container .bottom-content .left-area p{color:#979aa0;text-align:center;font-size:1.6rem;font-weight:500;line-height:2.4rem;letter-spacing:-0.016rem}footer .container .bottom-content .right-area{margin-bottom:3rem}footer .container .bottom-content .right-area ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.4rem}footer .container .bottom-content .right-area ul li a{color:#979aa0;font-size:1.6rem;font-weight:500;line-height:2.4rem;letter-spacing:-0.016rem}@media(max-width: 1250px){footer .container{padding:0rem 1rem 3rem 1rem}}@media(max-width: 700px){footer .container{padding:0rem 1rem 3rem 1rem}footer .container .top-area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:20rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .container .top-area .left-content,footer .container .top-area .mid-content{margin-bottom:2.4rem}footer .container .top-area .mid-content{width:100%}footer .container .top-area .mid-content ul{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;gap:unset}footer .container .bottom-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .container .bottom-content .left-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer .container .bottom-content .right-area{width:100%}footer .container .bottom-content .right-area ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width: 375px){footer .container .bottom-content{padding-top:2rem}}.simplebar-thumb{background-color:blue;color:red}.simplebar-scrollbar{color:red;background-color:red}