@charset "UTF-8";
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,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin:0;
    padding:0;
    border:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
h1,h2,h3,h4,h5,h6{
    font-family:Urbanist,sans-serif
}
a,body,input,label,p{
    font-family:Urbanist,sans-serif
}
html{
    scroll-behavior:smooth
}

/* exit intent popup */
.exit-intent-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(33, 33, 33, 0.8);
  transform: translateY(60%) scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.exit-intent-popup.visible {
  transform: translateY(0) scale(1);
}
.exitter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  min-width: 321px;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-family: rubik;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}
.close:hover {
  background: #ddd;
}
.modal{
    display:none;
    position:fixed;
    z-index:99;
    padding-top:1%;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    color:#fff;
    background:rgba(57,57,57,.8)
}
@media (max-width:1199.98px){
    .modal{
        padding-top:5%
    }
}
@media (max-width:767.98px){
    .modal{
        padding-top:6%
    }
}
.modal-content{
    background:#090a11;
    margin:auto;
    padding:20px;
    border:1px solid #090a11;
    width:85%;
    max-width:530px;
    z-index:9;
    position:relative
}
.close{
    color:#fff;
    float:right;
    font-size:40px;
    font-weight:700;
    z-index:99;
    width:20px;
    right:20px;
    position:absolute;
    top:0
}
@media (max-width:575.98px){
    .close{
        top:-15px;
        right:13px
    }
}
.close:focus,.close:hover{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.modal form p.titulo{
    font-size:35px;
    font-style:normal;
    font-weight:800;
    line-height:41px;
    letter-spacing:0;
    text-align:center;
    color:#fff;
    max-width:100%;
    margin:20px auto 25px
}
.modal form p.titulo span{
    color:#12a3c3
}
@media (max-width:991.98px){
    .modal form p.titulo{
        font-size:30px;
        line-height:35px;
        margin:20px auto 20px
    }
}
@media (max-width:767.98px){
    .modal form p.titulo{
        font-size:25px;
        line-height:30px;
        margin:15px auto 20px
    }
}
@media (max-width:575.98px){
    .modal form p.titulo{
        font-size:22px;
        line-height:27px
    }
}
@media (max-width:375.98px){
    .modal form p.titulo{
        font-size:17px;
        line-height:23px;
        margin:10px auto 15px
    }
}
.modal form input{
    padding-left:10px;
    padding-right:10px;
    font-size:16px;
    line-height:1.3em;
    display:block;
    width:100%;
    text-align:left;
    color:#fff;
    font-weight:400;
    background:0 0;
    border-bottom:1.2px solid #fff;
    border-left:0;
    border-top:0;
    border-right:0;
    margin-top:25px;
    outline:0
}
.modal form ._submit{
    width:100%;
    font-style:normal;
    font-weight:700;
    font-size:22px;
    line-height:25px;
    text-align:center;
    text-transform:uppercase;
    color:#090a11;
    display:table;
    margin:25px 0 10px 0;
    cursor:pointer;
    background:linear-gradient(82.41deg,#12a3c3 4.49%,#688318 95.18%);
    padding:15px 0;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
    border:none;
    border-radius:6px
}
.modal form ._submit:hover{
    background:linear-gradient(82.41deg,#688318 4.49%,#12a3c3 95.18%)
}
@media (max-width:575.98px){
    .modal form ._submit{
        font-size:18px;
        line-height:22px
    }
}
@media (max-width:375.98px){
    .modal form ._submit{
        font-size:15px;
        line-height:20px
    }
}
.modal form ._error-inner{
    color:#ffc75c;
    font-size:12px;
    position:absolute;
    padding:1px 0 0 10px
}
@media (max-width:575.98px){
    .modal form ._error-inner{
        font-size:10px
    }
}
#myProgress,#myProgresss{
    width:100%;
    background-color:#e5fd9e;
    border-radius:20px
}
#myBar,#myBars{
    width:10%;
    height:22px;
    text-align:right;
    line-height:22px;
    color:#000;
    background:#12a3c3;
    background:-moz-linear-gradient(90deg,#12a3c3 0,#7d9b22 100%);
    background:-webkit-linear-gradient(90deg,#12a3c3 0,#7d9b22 100%);
    background:linear-gradient(90deg,#12a3c3 0,#7d9b22 100%);
    border-radius:20px;
    font-size:12px!important;
    font-weight:700;
    padding-right:10px
}
#js-msg-termos{
    color:#aeb8cd;
    text-align:center;
    font-size:11px;
    max-width:100%;
    margin:0 auto;
    line-height:18px
}
#js-msg-termos a{
    color:#aeb8cd;
    text-align:center;
    font-size:11px;
    cursor:pointer
}
.box-rodape{
    background:#272932
}
.box-rodape img{
    text-align:center;
    height:auto;
    padding:40px 0;
    margin:0 auto;
    display:block
}
@media (max-width:767.98px){
    .box-rodape img{
        padding:25px 0 15px 0
    }
}
@media (max-width:575.98px){
    .box-rodape img{
        width:130px
    }
}
.box-rodape p{
    font-size:16px;
    line-height:17px;
    text-align:center;
    color:#fff;
    margin:27px 0 0 0
}
@media (max-width:767.98px){
    .box-rodape p{
        margin:10px 0
    }
}
.modal-backdrop.show{
    z-index:1
}
.lightbox-carousel.carousel .carousel-control{
    z-index:999;
    display:none
}
.lightbox-carousel.carousel .carousel-control.carousel-control-prev{
    display:none;
    left:-10%
}
.lightbox-carousel.carousel .carousel-control.carousel-control-next{
    right:-10%
}
.text-feature {
    color: #af86ff;
}
#lp-home .timeline-12-semanas{
    background-image:url(../../img/bg1-wide.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    display:block;
    overflow:hidden;
    padding-top:120px;
    padding-bottom:120px
}
#lp-home .timeline-12-semanas *,#lp-home .timeline-12-semanas ::after,#lp-home .timeline-12-semanas ::before{
    box-sizing:border-box
}
@media (max-width:1399.98px){
    #lp-home .timeline-12-semanas{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .timeline-12-semanas{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .timeline-12-semanas{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .timeline-12-semanas{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .timeline-12-semanas{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .timeline-12-semanas h3,
#lp-home .timeline-12-semanas h2{
    width:100%;
    max-width:60%;
    margin:0 auto 50px;
    color:#fff;
    font-weight:700;
    font-size:48px;
    line-height:58px;
    text-align:center
}
#lp-home .timeline-12-semanas h3 {
    font-size: 22px;
    line-height: 1.75;
}
#lp-home .timeline-12-semanas h3 span,
#lp-home .timeline-12-semanas h2 span{
    color:#40dcff
}
@media (max-width:1199.98px){
    #lp-home .timeline-12-semanas h2{
        font-size:40px;
        line-height:45px;
        margin:0 auto 45px;
        max-width:500px
    }
}
@media (max-width:991.98px){
    #lp-home .timeline-12-semanas h2{
        font-size:30px;
        line-height:35px;
        margin:0 auto 40px;
        max-width:380px
    }
}
@media (max-width:767.98px){
    #lp-home .timeline-12-semanas h2{
        font-size:25px;
        line-height:30px;
        margin:0 auto 35px;
        max-width:300px
    }
}
@media (max-width:575.98px){
    #lp-home .timeline-12-semanas h2{
        font-size:24px;
        line-height:29px;
        margin:0 auto 25px
    }
}
#lp-home .timeline-12-semanas a{
    background-color:#fd7823;
    box-shadow:0 0 16px #fd7823;
    color:#fff;
    font-size:17px;
    margin:40px auto 80px;
    display:table;
    padding:3vw 6vw;
    font-weight:700;
    text-decoration:none;
    border-radius:7px;
    text-align:center;
    cursor:pointer;
    text-transform:uppercase
}
#lp-home .timeline-12-semanas a:hover{
    background-color:#fb6000;
    transition:all .3s ease-in
}
@media (max-width:1399.98px){
    #lp-home .timeline-12-semanas a{
        margin:40px auto 80px
    }
}
@media (max-width:1199.98px){
    #lp-home .timeline-12-semanas a{
        margin:30px auto 60px;
        padding:1vw 3vw
    }
}
@media (max-width:767.98px){
    #lp-home .timeline-12-semanas a{
        font-size:24px;
        margin:20px auto 40px;
        padding:1vw 3vw;
        width:70%;
        max-width:824px
    }
}
@media (max-width:575.98px){
    #lp-home .timeline-12-semanas a{
        margin:15px auto 60px
    }
}
#lp-home .timeline-12-semanas .timeline{
    position:relative;
    width:100%;
    max-width:745px;
    margin:0 auto;
    padding:15px 0
}
#lp-home .timeline-12-semanas .timeline::after{
    content:'';
    position:absolute;
    width:5px;
    background:#12a3c3;
    top:10%;
    bottom:6%;
    left:50%;
    margin-left:-2px
}
#lp-home .timeline-12-semanas .timeline-container{
    z-index:1;
    padding:15px 30px;
    position:relative;
    background:inherit;
    width:50%
}
#lp-home .timeline-12-semanas .timeline-container.left{
    left:0
}
#lp-home .timeline-12-semanas .timeline-container.right{
    left:50%
}
#lp-home .timeline-12-semanas .timeline-container.right::after{
    left:-8px
}
#lp-home .timeline-12-semanas .timeline-container::before{
    content:'';
    position:absolute;
    top:calc(37% - 1px);
    right:20px;
    z-index:1;
    width:0;
    height:0;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
    border-left:25px solid #1c1c20
}
#lp-home .timeline-12-semanas .timeline-container.right::before{
    content:'';
    position:absolute;
    top:calc(37% - 1px);
    left:20px;
    z-index:1;
    width:0;
    height:0;
    border-left:none;
    border-top:25px solid transparent;
    border-bottom:25px solid transparent;
    border-right:25px solid #1c1c20
}
#lp-home .timeline-12-semanas .timeline-container .date{
    position:absolute;
    display:inline-block;
    top:calc(40% - -1px);
    text-align:center;
    font-size:20px;
    font-weight:900;
    color:#000;
    text-transform:uppercase;
    letter-spacing:1px;
    z-index:1;
    font-family:Urbanist,sans-serif
}
#lp-home .timeline-12-semanas .timeline-container.left .date{
    right:-5px;
    z-index:5
}
#lp-home .timeline-12-semanas .timeline-container.right .date{
    left:-5px;
    z-index:5
}
#lp-home .timeline-12-semanas .timeline-container .icon{
    position:absolute;
    display:inline-block;
    width:30px;
    height:30px;
    padding:0;
    top:calc(45% - 1px);
    background:#f3f0f0;
    border-radius:40px;
    text-align:center;
    font-size:20px;
    color:#000;
    z-index:1;
    font-family:Urbanist,sans-serif;
    font-weight:900;
    line-height:30px;
    padding-right:4px
}
#lp-home .timeline-12-semanas .timeline-container.left .icon{
    right:-15px
}
#lp-home .timeline-12-semanas .timeline-container.right .icon{
    left:-15px
}
#lp-home .timeline-12-semanas .timeline-container .timeline-content{
    padding:20px;
    background:#1c1c20;
    position:relative;
    border-radius:8px;
    width:98%;
    min-height:115px;
    display:table
}
#lp-home .timeline-12-semanas .timeline-container.right .timeline-content{
    padding:15px 30px;
    margin-left:10px
}
#lp-home .timeline-12-semanas .timeline-container .timeline-content small{
    color:#12a3c3;
    font-size:18px;
    font-family:Urbanist,sans-serif;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:-5px;
    display:table
}
#lp-home .timeline-12-semanas .timeline-container .timeline-content h2{
    margin:0 0 10px 0;
    font-size:18px;
    font-weight:400;
    color:#12a3c3
}
#lp-home .timeline-12-semanas .timeline-container .timeline-content h3{
    font-size:35px;
    text-transform:uppercase;
    font-weight:700;
    line-height:45px;
    margin:7px 0 15px 0
}
#lp-home .timeline-12-semanas .timeline-container .timeline-content p{
    margin:0;
    font-size:18px;
    line-height:24px;
    text-align:center;
    color:#fff;
    font-weight:600;
    display:table-cell;
    vertical-align:middle
}
@media (max-width:1199.98px){
    #lp-home .timeline-12-semanas .timeline-container .timeline-content h3{
        font-size:26px;
        line-height:36px
    }
    #lp-home .timeline-12-semanas .timeline::after{
        bottom:8.2%
    }
}
@media (max-width:767.98px){
    #lp-home .timeline-12-semanas .timeline{
        max-width:95%
    }
    #lp-home .timeline-12-semanas .timeline::after{
        left:auto;
        right:24px;
        bottom:6%
    }
    #lp-home .timeline-12-semanas .timeline-container{
        width:100%;
        padding-right:65px;
        padding-left:30px
    }
    #lp-home .timeline-12-semanas .timeline-container.right{
        left:0
    }
    #lp-home .timeline-12-semanas .timeline-container.left::after,#lp-home .timeline-12-semanas .timeline-container.right::after{
        left:82px
    }
    #lp-home .timeline-12-semanas .timeline-container.left::before,#lp-home .timeline-12-semanas .timeline-container.right::before{
        right:55px
    }
    #lp-home .timeline-12-semanas .timeline-container.left .date,#lp-home .timeline-12-semanas .timeline-container.right .date{
        right:auto;
        left:15px
    }
    #lp-home .timeline-12-semanas .timeline-container.left .icon,#lp-home .timeline-12-semanas .timeline-container.right .icon{
        left:auto;
        right:11px
    }
    #lp-home .timeline-12-semanas .timeline-container.left .timeline-content,#lp-home .timeline-12-semanas .timeline-container.right .timeline-content{
        padding:20px 30px;
        margin:0
    }
    #lp-home .timeline-12-semanas .timeline-container.right::before{
        border-right:none;
        border-top:25px solid transparent;
        border-bottom:25px solid transparent;
        border-left:25px solid #1c1c20;
        left:auto;
        right:55px
    }
    #lp-home .timeline-12-semanas .timeline-container .timeline-content small{
        font-size:12px
    }
    #lp-home .timeline-12-semanas .timeline-container .timeline-content h2{
        font-size:18px
    }
    #lp-home .timeline-12-semanas .timeline-container .timeline-content h3{
        font-size:22px;
        line-height:26px;
        margin-bottom:10px
    }
}
@media (max-width:575.98px){
    #lp-home .timeline-12-semanas .timeline::after{
        top:10%;
        bottom:8.9%
    }
    #lp-home .timeline-12-semanas .timeline-container.left::before,#lp-home .timeline-12-semanas .timeline-container.right::before{
        right:50px;
        top:calc(44% - 4%)
    }
    #lp-home .timeline-12-semanas .timeline-container{
        padding-right:65px;
        padding-left:30px
    }
    #lp-home .timeline-12-semanas .timeline-container .timeline-content small{
        font-size:10px
    }
    #lp-home .timeline-12-semanas .timeline-container .timeline-content h2{
        font-size:18px
    }
    #lp-home .timeline-12-semanas .timeline-container .timeline-content h3{
        font-size:20px;
        line-height:20px;
        margin-bottom:7px
    }
}
#lp-home .bg-modulos{
    background-image:url(../../img/bg3.png);
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:#09090a;
    background-size:cover
}
#lp-home .modulos{
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .modulos{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .modulos{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .modulos{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .modulos{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .modulos{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .modulos h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:58px;
    text-align:left;
    width:100%;
    max-width:870px;
    margin-bottom:50px
}
#lp-home .modulos h2 span{
    color:#40dcff
}
@media (max-width:1199.98px){
    #lp-home .modulos h2{
        font-size:40px;
        line-height:45px
    }
}
@media (max-width:991.98px){
    #lp-home .modulos h2{
        font-size:35px;
        line-height:40px
    }
}
@media (max-width:767.98px){
    #lp-home .modulos h2{
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:575.98px){
    #lp-home .modulos h2{
        font-size:25px;
        line-height:30px
    }
}
@media (max-width:375.98px){
    #lp-home .modulos h2{
        font-size:24px;
        line-height:28px
    }
}
#lp-home .modulos .item{
    border-radius:10px;
    width:90%;
    display:table;
    margin:0 auto 50px;
    background:#768b04;
    background:-moz-linear-gradient(90deg,#778a04 0,rgba(119,138,4,0) 100%);
    background:-webkit-linear-gradient(90deg,#778a04 0,rgba(119,138,4,0) 100%);
    background:linear-gradient(90deg,#778a04 0,rgba(119,138,4,0) 100%)
}
#lp-home .modulos .item .bg{
    background:#fbffef;
    margin:2px;
    border-radius:10px;
    min-height:300px;
    display:table;
    width:100%
}
@media (max-width:991.98px){
    #lp-home .modulos .item .bg{
        min-height:250px
    }
}
@media (max-width:767.98px){
    #lp-home .modulos .item .bg{
        min-height:auto
    }
}
#lp-home .modulos .item .bg .box{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    position:relative;
    padding:15px
}
@media (max-width:767.98px){
    #lp-home .modulos .item .bg .box{
        padding:45px 25px
    }
}
@media (max-width:575.98px){
    #lp-home .modulos .item .bg .box{
        padding:30px 20px
    }
}
#lp-home .modulos .item a.btn{
    background:#12a3c3;
    border:1px solid #12a3c3;
    width:40px;
    height:40px;
    border-radius:50%;
    display:table;
    float:right;
    font-size:25px;
    font-weight:900;
    line-height:25px;
    margin:-15px -15px 0 0;
    transition:all .3s ease-in;
    position:absolute;
    top:0;
    right:0
}
#lp-home .modulos .item a.btn:hover{
    transition:all .3s ease-in;
    border:1px solid #fd7823;
    background-color:#17171a;
    color:#fd7823
}
#lp-home .modulos .item h4{
    color:#000;
    font-weight:500;
    font-size:20px;
    line-height:23px;
    letter-spacing:-.005em;
    text-align:center;
    margin:0 auto;
    display:table;
    width:100%
}
@media (max-width:575.98px){
    #lp-home .modulos .item h4{
        font-size:18px;
        line-height:20px
    }
}
#lp-home .modulos .item img.icon{
    margin:15px auto 15px;
    display:table
}
@media (max-width:767.98px){
    #lp-home .modulos .item img.icon{
        width:60px;
        height:auto
    }
}
@media (max-width:575.98px){
    #lp-home .modulos .item img.icon{
        width:48px;
        height:auto;
        font-size:18px;
        line-height:20px
    }
}
#lp-home .modulos .item h3{
    color:#000;
    font-size:32px;
    font-weight:700;
    line-height:37px;
    letter-spacing:-.005em;
    text-align:center
}
@media (max-width:991.98px){
    #lp-home .modulos .item h3{
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:767.98px){
    #lp-home .modulos .item h3{
        font-size:26px;
        line-height:32px
    }
}
@media (max-width:575.98px){
    #lp-home .modulos .item h3{
        font-size:23px;
        line-height:26px
    }
}
@media (max-width:375.98px){
    #lp-home .modulos .item h3{
        font-size:20px;
        line-height:23px
    }
}
#lp-home .modulos .item .modal-content{
    padding:0;
    background:#fbffef;
    border-radius:10px;
    box-shadow:0 60px 140px rgba(92,122,0,.6),0 40px 56px rgba(92,122,0,.4),0 20px 24px rgba(92,122,0,.3),0 10px 12px rgba(92,122,0,.25),0 0 4px rgba(92,122,0,.2);
    border:1px solid #5c7a00
}
@media (max-width:575.98px){
    #lp-home .modulos .item .modal-content{
        border:0
    }
}
#lp-home .modulos .item .modal-content .modal-header{
    background:#5c7a00
}
#lp-home .modulos .item .modal-content .modal-header h5{
    color:#fff;
    font-weight:700;
    font-size:30px;
    text-align:left;
    line-height:35px;
    width:100%;
    padding-right:70px
}
#lp-home .modulos .item .modal-content .modal-header h5 img{
    margin:0;
    position:absolute;
    right:30px;
    top:3%
}
@media (max-width:375.98px){
    #lp-home .modulos .item .modal-content .modal-header h5 img{
        margin:0;
        position:absolute;
        right:6px;
        top:5%;
        width:30px;
        height:auto
    }
}
@media (max-width:575.98px){
    #lp-home .modulos .item .modal-content .modal-header h5{
        font-size:25px;
        line-height:30px
    }
}
#lp-home .modulos .item .modal-content .modal-header .btn-close{
    position:absolute;
    top:0;
    right:0;
    border:1px solid #12a3c3;
    background:#12a3c3;
    color:#09090a;
    border-radius:50%;
    opacity:1;
    line-height:15px;
    font-size:15px;
    font-weight:900;
    transition:all .3s ease-in
}
#lp-home .modulos .item .modal-content .modal-header .btn-close:hover{
    transition:all .3s ease-in;
    border:1px solid #fd7823;
    background-color:#17171a;
    color:#fd7823
}
@media (max-width:375.98px){
    #lp-home .modulos .item .modal-content .modal-header .btn-close{
        line-height:8px;
        font-size:8px
    }
}
#lp-home .modulos .item .modal-body p{
    color:#2c2b2b;
    font-weight:400;
    font-size:20px;
    line-height:28px;
    text-align:left
}
@media (max-width:575.98px){
    #lp-home .modulos .item .modal-body p{
        font-size:17px;
        line-height:23px
    }
}
#lp-home .modulos .item .modal-footer button.btn{
    background:0 0;
    color:#000;
    font-weight:500;
    border:1px solid #aaa5a5;
    transition:all .3s ease-in
}
#lp-home .modulos .item .modal-footer button.btn:hover{
    transition:all .3s ease-in;
    border:1px solid #5c7a00;
    background-color:#5c7a00;
    color:#fff
}
#lp-home .bottom-button{
    color:#fff;
    background:#fd7823;
    border:1px solid #fd7823;
    font-weight:800;
    text-transform:uppercase;
    font-size:20px;
    line-height:28px;
    text-align:center;
    box-shadow:0 60px 140px rgba(253,120,35,.6),0 40px 56px rgba(253,120,35,.4),0 20px 24px rgba(253,120,35,.3),0 10px 12px rgba(253,120,35,.25),0 0 4px rgba(253,120,35,.2);
    border-radius:8px;
    padding:0 20px;
    text-decoration:none;
    transition:all .3s ease-in;
    width:100%;
    display:table;
    max-width:465px;
    padding:23px 0;
    margin:40px auto 50px;
    cursor:pointer
}
#lp-home .bottom-button:hover{
    border:1px solid #fd7823;
    background-color:#17171a;
    transition:all .3s ease-in;
    color:#fd7823
}
@media (max-width:1199.98px){
    #lp-home .bottom-button{
        font-size:19px;
        line-height:25px;
        padding:22px 0
    }
}
@media (max-width:991.98px){
    #lp-home .bottom-button{
        font-size:18px;
        line-height:24px;
        padding:21px 0
    }
}
@media (max-width:767.98px){
    #lp-home .bottom-button{
        font-size:17px;
        line-height:23px;
        padding:20px 0;
        margin:0 auto 0
    }
}
@media (max-width:575.98px){
    #lp-home .bottom-button{
        font-size:16px;
        line-height:22px;
        padding:19px 0
    }
}
#lp-home .bg-semformula-magica{
    background-color:#1b1b1f
}
#lp-home .sem-formula-magica{
    background:-moz-linear-gradient(left,#09090a 0,#09090a 2%,rgba(27,27,31,0) 100%);
    background:-webkit-linear-gradient(left,#09090a 0,#09090a 2%,rgba(27,27,31,0) 100%);
    background:linear-gradient(to right,#09090a 0,#09090a 2%,rgba(27,27,31,0) 100%)
}
#lp-home .sem-formula-magica *{
    transition:all 1s
}
#lp-home .sem-formula-magica:hover{
    background-size:100%;
    background-image:linear-gradient(270deg,#1c1c20 0,rgba(25,25,28,0) 54.86%);
    position:relative;
    z-index:100
}
#lp-home .sem-formula-magica:hover:before{
    background-image:linear-gradient(270deg,#91bb15 0,#12a3c3 54.86%);
    content:"";
    display:block;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    z-index:-100;
    transition:opacity 1s
}
#lp-home .sem-formula-magica:hover:hover:before{
    opacity:1
}
#lp-home .sem-formula-magica .container-fluid{
    padding-top:70px;
    padding-bottom:70px;
    padding-left:0;
    padding-right:0
}
@media (max-width:1199.98px){
    #lp-home .sem-formula-magica .container-fluid{
        padding-top:70px;
        padding-bottom:70px
    }
}
@media (max-width:991.98px){
    #lp-home .sem-formula-magica .container-fluid{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .sem-formula-magica .container-fluid{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .sem-formula-magica .container-fluid{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .sem-formula-magica .container-fluid p.sem-formula{
    color:#12a3c3;
    font-weight:500;
    font-size:20px;
    line-height:28px;
    text-align:left;
    margin:0 0 30px 0;
    text-transform:uppercase
}
@media (max-width:1199.98px){
    #lp-home .sem-formula-magica .container-fluid p.sem-formula{
        font-size:19px;
        line-height:27px;
        margin:0 0 25px 0
    }
}
@media (max-width:991.98px){
    #lp-home .sem-formula-magica .container-fluid p.sem-formula{
        font-size:18px;
        line-height:26px;
        margin:0 0 20px 0
    }
}
@media (max-width:767.98px){
    #lp-home .sem-formula-magica .container-fluid p.sem-formula{
        font-size:17px;
        line-height:25px;
        text-align:left;
        margin:0 0 15px 0
    }
}
@media (max-width:575.98px){
    #lp-home .sem-formula-magica .container-fluid p.sem-formula{
        font-size:16px;
        line-height:24px;
        margin:0 0 10px 0
    }
}
#lp-home .sem-formula-magica .container-fluid h2{
    color:#fff;
    font-size:48px;
    font-style:normal;
    font-weight:700;
    line-height:58px;
    letter-spacing:0;
    text-align:left;
    margin:0 0 25px 0
}
#lp-home .sem-formula-magica .container-fluid h2 span{
    color:#40dcff
}
@media (max-width:1399.98px){
    #lp-home .sem-formula-magica .container-fluid h2{
        font-size:45px;
        line-height:55px;
        margin:0 0 20px 0
    }
}
@media (max-width:1199.98px){
    #lp-home .sem-formula-magica .container-fluid h2{
        font-size:40px;
        line-height:50px
    }
}
@media (max-width:991.98px){
    #lp-home .sem-formula-magica .container-fluid h2{
        font-size:35px;
        line-height:45px;
        margin:0 0 15px 0
    }
}
@media (max-width:767.98px){
    #lp-home .sem-formula-magica .container-fluid h2{
        font-size:30px;
        line-height:34px;
        margin:0 0 15px 0;
        text-align:left
    }
}
@media (max-width:575.98px){
    #lp-home .sem-formula-magica .container-fluid h2{
        font-size:20px;
        line-height:24px;
        margin:0 0 10px 0
    }
}
#lp-home .sem-formula-magica .container-fluid p.noticia{
    color:#fff;
    font-size:24px;
    line-height:34px;
    text-align:left;
    font-weight:400
}
#lp-home .sem-formula-magica .container-fluid p.noticia b{
    font-weight:700
}
@media (max-width:1199.98px){
    #lp-home .sem-formula-magica .container-fluid p.noticia{
        font-size:23px;
        line-height:29px
    }
}
@media (max-width:991.98px){
    #lp-home .sem-formula-magica .container-fluid p.noticia{
        font-size:18px;
        line-height:24px
    }
}
@media (max-width:767.98px){
    #lp-home .sem-formula-magica .container-fluid p.noticia{
        font-size:17px;
        line-height:23px;
        text-align:left
    }
}
@media (max-width:575.98px){
    #lp-home .sem-formula-magica .container-fluid p.noticia{
        font-size:16px;
        line-height:22px
    }
}
#lp-home .sem-formula-magica .container-fluid:hover h2,#lp-home .sem-formula-magica .container-fluid:hover p.noticia,#lp-home .sem-formula-magica .container-fluid:hover p.sem-formula,#lp-home .sem-formula-magica .container-fluid:hover span{
    color:#fff
}
#lp-home .sem-formula-magica .container-fluid:hover h2 span,#lp-home .sem-formula-magica .container-fluid:hover p{
    color:#40dcff!important
}
#lp-home .a-boa{
    background-color:#09090a;
    padding-top:70px;
    padding-bottom:70px
}
@media (max-width:1199.98px){
    #lp-home .a-boa{
        padding-top:70px;
        padding-bottom:70px
    }
}
@media (max-width:991.98px){
    #lp-home .a-boa{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .a-boa{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .a-boa{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .a-boa h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:32px;
    line-height:38px;
    text-align:left;
    color:#fff;
    margin:0 0 12px 0
}
@media (max-width:1199.98px){
    #lp-home .a-boa h1{
        font-size:28px;
        line-height:33px
    }
}
@media (max-width:991.98px){
    #lp-home .a-boa h1{
        font-size:25px;
        line-height:30px
    }
}
@media (max-width:575.98px){
    #lp-home .a-boa h1{
        font-size:20px;
        line-height:24px
    }
}
#lp-home .a-boa p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:24px;
    line-height:33px;
    margin:0 0 12px 0;
    color:#fff;
    max-width:570px
}
#lp-home .a-boa p span{
    color:#12a3c3;
    font-weight:700
}
@media (max-width:991.98px){
    #lp-home .a-boa p{
        font-size:20px;
        line-height:30px
    }
}
@media (max-width:767.98px){
    #lp-home .a-boa p{
        font-size:18px;
        line-height:26px
    }
}
@media (max-width:575.98px){
    #lp-home .a-boa p{
        font-size:16px;
        line-height:22px
    }
}
#lp-home .a-boa .card-value{
    background:linear-gradient(121.47deg,#1c1c20 0,#121214 100%);
    border-radius:10px;
    padding:32px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:32px 16px;
    min-height:263px
}
@media (max-width:1399.98px){
    #lp-home .a-boa .card-value{
        min-height:263px
    }
}
@media (max-width:1199.98px){
    #lp-home .a-boa .card-value{
        min-height:320px
    }
}
@media (max-width:991.98px){
    #lp-home .a-boa .card-value{
        min-height:282px
    }
}
@media (max-width:767.98px){
    #lp-home .a-boa .card-value{
        min-height:268px;
        margin:24px 0 0 0
    }
}
@media (max-width:575.98px){
    #lp-home .a-boa .card-value{
        min-height:auto
    }
}
#lp-home .a-boa .card-value h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    text-align:center;
    font-size:32px;
    line-height:38px;
    color:#fff
}
@media (max-width:767.98px){
    #lp-home .a-boa .card-value h2{
        font-size:24px
    }
}
#lp-home .a-boa .card-value .vezes{
    color:#12a3c3
}
#lp-home .a-boa .card-value img{
    margin:0 0 32px 0;
    max-width:100%
}
#lp-home .a-boa .card-value p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:16px;
    line-height:19px;
    text-align:center;
    color:#fff
}
#lp-home .vagas-limitadas{
    background:#0e0e10;
    padding-top:70px;
    padding-bottom:70px
}
@media (max-width:1199.98px){
    #lp-home .vagas-limitadas{
        padding-top:70px;
        padding-bottom:70px
    }
}
@media (max-width:991.98px){
    #lp-home .vagas-limitadas{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .vagas-limitadas{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .vagas-limitadas{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .vagas-limitadas h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:24px;
    line-height:29px;
    text-align:left;
    color:#fff;
    margin:0 0 12px 0
}
#lp-home .vagas-limitadas p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:18px;
    line-height:140%;
    margin:0 0 12px 0;
    color:#fff;
    max-width:582px
}
#lp-home .vagas-limitadas p span{
    color:#12a3c3;
    font-weight:700
}
@media (max-width:767.98px){
    #lp-home .vagas-limitadas p{
        font-size:16px
    }
}
#lp-home .vagas-limitadas .card-value{
    background:linear-gradient(121.47deg,#1c1c20 0,#121214 100%);
    border-radius:10px;
    padding:32px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:32px 16px;
    min-height:263px
}
@media (max-width:1399.98px){
    #lp-home .vagas-limitadas .card-value{
        min-height:263px
    }
}
@media (max-width:1199.98px){
    #lp-home .vagas-limitadas .card-value{
        min-height:320px
    }
}
@media (max-width:991.98px){
    #lp-home .vagas-limitadas .card-value{
        min-height:282px
    }
}
@media (max-width:767.98px){
    #lp-home .vagas-limitadas .card-value{
        width:100%;
        margin:0 0 24px 0
    }
}
@media (max-width:575.98px){
    #lp-home .vagas-limitadas .card-value{
        min-height:145px;
        background:#698710
    }
}
@media (max-width:375.98px){
    #lp-home .vagas-limitadas .card-value{
        min-height:145px
    }
}
#lp-home .vagas-limitadas .card-value h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    text-align:center;
    font-size:32px;
    line-height:38px;
    color:#fff
}
@media (max-width:767.98px){
    #lp-home .vagas-limitadas .card-value h2{
        font-size:24px
    }
}
@media (max-width:575.98px){
    #lp-home .vagas-limitadas .card-value h2{
        font-size:32px
    }
}
#lp-home .vagas-limitadas .card-warning{
    background:linear-gradient(121.47deg,#1c1c20 0,#121214 100%);
    border-radius:8px;
    padding:20px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin:32px 0
}
#lp-home .vagas-limitadas .card-warning img{
    margin:0 24px 0 0
}
#lp-home .areas{
    background-color:#09090a;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .areas{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .areas{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .areas{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .areas{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .areas{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .areas h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    color:#fff;
    max-width:800px
}
#lp-home .areas h1 span{
    color:#12a3c3
}
@media (max-width:991.98px){
    #lp-home .areas h1{
        font-size:36px
    }
}
@media (max-width:767.98px){
    #lp-home .areas h1{
        font-size:24px
    }
}
#lp-home .areas .button-default{
    background-color:#12a3c3;
    border-radius:8px;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin:35px auto 35px 0;
    width:100%;
    max-width:467px;
    text-transform:uppercase;
    cursor:pointer;
    padding-top:32px;
    padding-bottom:32px
}
#lp-home .areas .button-default span{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:800;
    font-size:20px;
    line-height:140%;
    text-transform:uppercase;
    color:#000
}
@media (max-width:991.98px){
    #lp-home .areas .button-default span{
        font-size:18px
    }
}
@media (max-width:767.98px){
    #lp-home .areas .button-default span{
        font-size:16px
    }
}
@media (max-width:767.98px){
    #lp-home .areas .button-default{
        max-width:100%
    }
}
#lp-home .areas .button-default:hover span{
    color:#12a3c3
}
#lp-home .areas .button-default:hover{
    border:1px solid #12a3c3;
    background-color:#000;
    transition:all .3s ease-in
}
#lp-home .areas .col-fixed{
    position:-webkit-sticky;
    position:sticky;
    top:80px
}
@media (max-width:767.98px){
    #lp-home .areas .col-fixed{
        position:inherit
    }
}
#lp-home .areas .content-text{
    border-radius:8px;
    background-color:#fff
}
#lp-home .areas .content-text .modulo{
    padding:60px
}
@media (max-width:991.98px){
    #lp-home .areas .content-text .modulo{
        padding:40px
    }
}
@media (max-width:575.98px){
    #lp-home .areas .content-text .modulo{
        padding:35px
    }
}
@media (max-width:375.98px){
    #lp-home .areas .content-text .modulo{
        padding:30px
    }
}
#lp-home .areas .content-text .modulo h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:20px;
    line-height:115%;
    letter-spacing:-.005em;
    color:#000;
    margin:0 0 8px 0
}
#lp-home .areas .content-text .modulo h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:32px;
    line-height:115%;
    letter-spacing:-.005em;
    color:#000;
    margin:0 0 24px 0
}
@media (max-width:767.98px){
    #lp-home .areas .content-text .modulo h2{
        font-size:24px
    }
}
@media (max-width:575.98px){
    #lp-home .areas .content-text .modulo h2{
        font-size:20px
    }
}
#lp-home .areas .content-text .modulo .icon{
    float:right
}
#lp-home .areas .content-text .modulo p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:400;
    font-size:20px;
    line-height:140%;
    letter-spacing:-.005em;
    color:#000
}
#lp-home .final-curso{
    background:#0e0e10;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .final-curso{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .final-curso{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .final-curso{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .final-curso{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .final-curso{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .final-curso .content{
    max-width:1054px;
    margin:auto
}
#lp-home .final-curso .content h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    text-align:center;
    color:#fff;
    max-width:549px;
    margin:0 auto 68px auto
}
@media (max-width:991.98px){
    #lp-home .final-curso .content h1{
        font-size:36px;
        max-width:430px
    }
}
@media (max-width:767.98px){
    #lp-home .final-curso .content h1{
        font-size:24px;
        max-width:280px;
        margin:32px auto
    }
}
#lp-home .final-curso .content h1 span{
    color:#12a3c3
}
#lp-home .final-curso .content .card-final{
    background:#1c1c20;
    border-radius:8px;
    padding:24px;
    margin:24px 0 0 0;
    min-height:94.78px;
    display:flex;
    justify-content:center;
    align-items:center
}
#lp-home .final-curso .content .card-final h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:18px;
    line-height:130%;
    text-align:center;
    color:#f5f5f5
}
@media (max-width:767.98px){
    #lp-home .final-curso .content .card-final h2{
        font-size:16px
    }
}
@media (max-width:1199.98px){
    #lp-home .final-curso .content .card-final{
        min-height:118.17px
    }
}
@media (max-width:991.98px){
    #lp-home .final-curso .content .card-final{
        min-height:141.56px
    }
}
@media (max-width:575.98px){
    #lp-home .final-curso .content .card-final{
        min-height:94.78px
    }
}
#lp-home .metodo-viver-de-renda{
    background:#09090a;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .metodo-viver-de-renda{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .metodo-viver-de-renda{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .metodo-viver-de-renda{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .metodo-viver-de-renda{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .metodo-viver-de-renda{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .metodo-viver-de-renda h2{
    color:#fff;
    font-weight:700;
    font-size:48px;
    line-height:58px;
    text-align:center;
    margin:0 auto 55px
}
#lp-home .metodo-viver-de-renda h2 span{
    color:#40dcff
}
@media (max-width:1399.98px){
    #lp-home .metodo-viver-de-renda h2{
        font-size:40px;
        line-height:45px
    }
}
@media (max-width:1199.98px){
    #lp-home .metodo-viver-de-renda h2{
        font-size:35px;
        line-height:40px
    }
}
@media (max-width:991.98px){
    #lp-home .metodo-viver-de-renda h2{
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:767.98px){
    #lp-home .metodo-viver-de-renda h2{
        font-size:26px;
        line-height:30px
    }
}
@media (max-width:575.98px){
    #lp-home .metodo-viver-de-renda h2{
        font-size:24px;
        line-height:28px
    }
}
#lp-home .metodo-viver-de-renda .item{
    background:rgba(255,255,255,.08);
    border-radius:10px;
    display:table;
    transition:transform 1.2s
}
#lp-home .metodo-viver-de-renda .item h3{
    color:#fff;
    font-weight:700;
    font-size:40px;
    line-height:46px;
    text-align:center;
    margin:50px auto 25px
}
@media (max-width:1399.98px){
    #lp-home .metodo-viver-de-renda .item h3{
        margin:45px auto 25px;
        font-size:40px;
        line-height:45px
    }
}
@media (max-width:1199.98px){
    #lp-home .metodo-viver-de-renda .item h3{
        margin:40px auto 25px;
        font-size:35px;
        line-height:40px
    }
}
@media (max-width:991.98px){
    #lp-home .metodo-viver-de-renda .item h3{
        margin:30px auto 20px;
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:767.98px){
    #lp-home .metodo-viver-de-renda .item h3{
        margin:25px auto 15px;
        font-size:26px;
        line-height:30px
    }
}
@media (max-width:575.98px){
    #lp-home .metodo-viver-de-renda .item h3{
        font-size:24px;
        line-height:28px
    }
}
#lp-home .metodo-viver-de-renda .item img{
    width:100%;
    max-width:290px;
    height:auto;
    display:table;
    margin:0 auto
}
#lp-home .metodo-viver-de-renda .item p{
    color:#fff;
    font-weight:400;
    font-size:20px;
    line-height:28px;
    letter-spacing:-.005em;
    text-align:left;
    background:rgba(255,255,255,.06);
    border-radius:0 0 10px 10px;
    padding:40px 25px;
    min-height:280px
}
@media (max-width:1659.98px){
    #lp-home .metodo-viver-de-renda .item p{
        min-height:310px
    }
}
@media (max-width:1559.98px){
    #lp-home .metodo-viver-de-renda .item p{
        min-height:350px
    }
}
@media (max-width:1399.98px){
    #lp-home .metodo-viver-de-renda .item p{
        font-size:20px;
        line-height:24px
    }
}
@media (max-width:1199.98px){
    #lp-home .metodo-viver-de-renda .item p{
        font-size:25px;
        line-height:33px
    }
}
@media (max-width:991.98px){
    #lp-home .metodo-viver-de-renda .item p{
        font-size:23px;
        line-height:30px;
        min-height:255px
    }
}
@media (max-width:767.98px){
    #lp-home .metodo-viver-de-renda .item p{
        font-size:20px;
        line-height:22px;
        min-height:auto
    }
}
@media (max-width:575.98px){
    #lp-home .metodo-viver-de-renda .item p{
        font-size:18px;
        line-height:20px
    }
}
@media (max-width:1199.98px){
    #lp-home .metodo-viver-de-renda .item{
        max-width:430px;
        margin:0 auto 40px
    }
}
#lp-home .metodo-viver-de-renda .item:hover{
    background:#5c7a00;
    transition:transform 1.2s;
    transform:scale(1.1)
}
#lp-home .assista-aulas{
    background:url(../../img/Bullets.webp);
    background-size:cover
}
#lp-home .assista-aulas .content{
    padding-top:120px;
    padding-bottom:0
}
@media (max-width:1399.98px){
    #lp-home .assista-aulas .content{
        padding-top:100px;
        padding-bottom:0
    }
}
@media (max-width:1199.98px){
    #lp-home .assista-aulas .content{
        padding-top:80px;
        padding-bottom:0
    }
}
@media (max-width:991.98px){
    #lp-home .assista-aulas .content{
        padding-top:60px;
        padding-bottom:0
    }
}
@media (max-width:768.98px){
    #lp-home .assista-aulas .content{
        padding-top:50px;
        padding-bottom:0
    }
}
@media (max-width:575.98px){
    #lp-home .assista-aulas .content{
        padding-top:40px;
        padding-bottom:0
    }
}
#lp-home .assista-aulas .content .content-col{
    padding:0
}
#lp-home .assista-aulas .content img{
    max-width:649px
}
@media (max-width:1399.98px){
    #lp-home .assista-aulas .content img{
        max-width:450px
    }
}
@media (max-width:1199.98px){
    #lp-home .assista-aulas .content img{
        max-width:649px;
        max-width:80%
    }
}
@media (max-width:991.98px){
    #lp-home .assista-aulas .content img{
        max-width:50%
    }
}
@media (max-width:768.98px){
    #lp-home .assista-aulas .content img{
        max-width:50%
    }
}
@media (max-width:575.98px){
    #lp-home .assista-aulas .content img{
        max-width:60%
    }
}
@media (max-width:375.98px){
    #lp-home .assista-aulas .content img{
        max-width:75%
    }
}
#lp-home .assista-aulas .content .card-aula{
    background:linear-gradient(142.18deg,#09090a 0,rgba(9,9,10,0) 78.15%);
    border-radius:10px;
    padding:48px 32px;
    margin:0 40px 40px 40px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:407.95px
}
@media (max-width:991.98px){
    #lp-home .assista-aulas .content .card-aula{
        margin:0 10px 20px 10px
    }
}
@media (max-width:767.98px){
    #lp-home .assista-aulas .content .card-aula{
        background:#1c1c20;
        margin:0 10px 20px 10px;
        padding:24px;
        min-height:275.16px
    }
}
@media (max-width:575.98px){
    #lp-home .assista-aulas .content .card-aula{
        margin:0 auto 20px;
        min-height:auto;
        width:90%
    }
}
#lp-home .assista-aulas .content .card-aula h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:20px;
    line-height:130%;
    text-align:center;
    letter-spacing:-.005em;
    margin:24px 0;
    color:#fff
}
@media (max-width:767.98px){
    #lp-home .assista-aulas .content .card-aula h2{
        font-size:16px
    }
}
@media (max-width:575.98px){
    #lp-home .assista-aulas .content .card-aula h2{
        font-size:16px
    }
}
@media (max-width:375.98px){
    #lp-home .assista-aulas .content .card-aula h2{
        font-size:16px
    }
}
#lp-home .assista-aulas .content .card-aula p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:16px;
    line-height:140%;
    text-align:center;
    letter-spacing:-.005em;
    color:#fff
}
@media (max-width:575.98px){
    #lp-home .assista-aulas .content .card-aula p{
        font-size:16px;
        line-height:22px
    }
}
#lp-home .bonus-ultima{
    background:#09090a;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .bonus-ultima{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .bonus-ultima{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-ultima{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .bonus-ultima{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .bonus-ultima h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    text-align:center;
    color:#fff;
    max-width:530px;
    margin:0 auto 68px auto
}
@media (max-width:991.98px){
    #lp-home .bonus-ultima h1{
        font-size:36px;
        max-width:390px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-ultima h1{
        font-size:24px;
        max-width:260px;
        margin:32px auto
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima h1{
        font-size:20px;
        line-height:24px
    }
}
#lp-home .bonus-ultima h1 span{
    color:#12a3c3
}
#lp-home .bonus-ultima .card-bonus{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    margin:0 40px 40px 40px;
    background-color:#1c1c20;
    border-radius:10px
}
@media (max-width:1399.98px){
    #lp-home .bonus-ultima .card-bonus{
        margin:0 30px 30px 30px
    }
}
@media (max-width:1199.98px){
    #lp-home .bonus-ultima .card-bonus{
        margin:0 30px 30px 30px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-ultima .card-bonus{
        margin:0 0 20px 0
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima .card-bonus{
        flex-direction:column
    }
}
#lp-home .bonus-ultima .card-bonus img{
    border-radius:10px 0 0 10px
}
@media (max-width:1399.98px){
    #lp-home .bonus-ultima .card-bonus img{
        width:45%
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima .card-bonus img{
        width:100%;
        border-radius:10px 10px 0 0
    }
}
#lp-home .bonus-ultima .card-bonus .card-body{
    padding:84px 170px
}
@media (max-width:1660.98px){
    #lp-home .bonus-ultima .card-bonus .card-body{
        padding:66px 120px
    }
}
@media (max-width:1399.98px){
    #lp-home .bonus-ultima .card-bonus .card-body{
        padding:30px 40px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-ultima .card-bonus .card-body{
        padding:20px 20px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima .card-bonus .card-body{
        padding:32px 24px
    }
}
#lp-home .bonus-ultima .card-bonus .card-body h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:40px;
    line-height:48px;
    display:flex;
    align-items:center;
    color:#fff;
    margin:0 0 32px 0
}
@media (max-width:1660.98px){
    #lp-home .bonus-ultima .card-bonus .card-body h2{
        font-size:32px;
        line-height:40px
    }
}
@media (max-width:1399.98px){
    #lp-home .bonus-ultima .card-bonus .card-body h2{
        margin:0 0 16px 0
    }
}
@media (max-width:1199.98px){
    #lp-home .bonus-ultima .card-bonus .card-body h2{
        font-size:24px;
        line-height:30px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-ultima .card-bonus .card-body h2{
        font-size:16px;
        line-height:20px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-ultima .card-bonus .card-body h2{
        margin:0 0 8px 0;
        font-size:14px;
        line-height:19px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima .card-bonus .card-body h2{
        font-size:18px;
        line-height:22px;
        margin:0 0 24px 0
    }
}
#lp-home .bonus-ultima .card-bonus .card-body p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:20px;
    line-height:30px;
    color:#fff
}
@media (max-width:1199.98px){
    #lp-home .bonus-ultima .card-bonus .card-body p{
        font-size:19px;
        line-height:27px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-ultima .card-bonus .card-body p{
        font-size:18px;
        line-height:25px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-ultima .card-bonus .card-body p{
        font-size:17px;
        line-height:24px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-ultima .card-bonus .card-body p{
        font-size:16px;
        line-height:22px
    }
}
#lp-home .bonus-exclusivo{
    background-color:#1c1c20;
    padding-top:120px;
    padding-bottom:0
}
@media (max-width:1399.98px){
    #lp-home .bonus-exclusivo{
        padding-top:60px;
        padding-bottom:0
    }
}
@media (max-width:1199.98px){
    #lp-home .bonus-exclusivo{
        padding-top:50px;
        padding-bottom:0
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-exclusivo{
        padding-top:40px;
        padding-bottom:0
    }
}
@media (max-width:768.98px){
    #lp-home .bonus-exclusivo{
        padding-top:50px;
        padding-bottom:0
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-exclusivo{
        padding-top:40px;
        padding-bottom:0
    }
}
#lp-home .bonus-exclusivo h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    text-align:left;
    color:#fff;
    margin:0 auto 24px auto
}
@media (max-width:991.98px){
    #lp-home .bonus-exclusivo h1{
        font-size:36px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-exclusivo h1{
        font-size:28px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-exclusivo h1{
        font-size:24px
    }
}
#lp-home .bonus-exclusivo h1 span{
    color:#12a3c3
}
#lp-home .bonus-exclusivo p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:medium;
    font-size:24px;
    line-height:36px;
    margin:0 0 12px 0;
    color:#fff;
    max-width:580px
}
#lp-home .bonus-exclusivo p span{
    color:#12a3c3
}
@media (max-width:991.98px){
    #lp-home .bonus-exclusivo p{
        font-size:20px;
        line-height:32px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-exclusivo p{
        font-size:16px;
        line-height:22px
    }
}
#lp-home .bonus-exclusivo .button-default{
    background:#323922;
    background:-moz-linear-gradient(0deg,#323922 0,#1c1c20 100%);
    background:-webkit-linear-gradient(0deg,#323922 0,#1c1c20 100%);
    background:linear-gradient(0deg,#323922 0,#1c1c20 100%);
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin:30px 0 120px 0;
    width:100%;
    max-width:467px;
    text-transform:uppercase;
    box-shadow:0 60px 140px rgba(182,227,48,.6),0 40px 56px rgba(182,227,48,.4),0 20px 24px rgba(182,227,48,.3),0 10px 12px rgba(182,227,48,.25),0 0 4px rgba(182,227,48,.2);
    cursor:pointer;
    padding-top:24px;
    padding-bottom:24px;
    border:2px solid #12a3c3;
    transition:all .3s ease-in
}
#lp-home .bonus-exclusivo .button-default span{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:800;
    font-size:20px;
    line-height:28px;
    text-transform:uppercase
}
@media (max-width:991.98px){
    #lp-home .bonus-exclusivo .button-default span{
        font-size:18px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-exclusivo .button-default span{
        font-size:16px
    }
}
#lp-home .bonus-exclusivo .button-default:hover{
    color:#09090a;
    border:2px solid #12a3c3;
    background:#12a3c3;
    background:-moz-linear-gradient(0deg,#12a3c3 0,#ffe330 100%);
    background:-webkit-linear-gradient(0deg,#12a3c3 0,#12a3c3 100%);
    background:linear-gradient(0deg,#12a3c3 0,#12a3c3 100%);
    transition:all .3s ease-in
}
@media (max-width:767.98px){
    #lp-home .bonus-exclusivo .button-default{
        margin:30px auto 60px;
        padding:20px 0
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-exclusivo .button-default{
        padding:15px 0
    }
}
#lp-home .bonus-exclusivo .img-mob{
    display:none
}
@media (max-width:768.98px){
    #lp-home .bonus-exclusivo .img-mob{
        display:inherit;
        max-width:500px;
        height:auto;
        width:100%;
        margin:60px auto 0
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-exclusivo .img-mob{
        margin:30px auto 0
    }
}
#lp-home .bonus-exclusivo .box-img-socios{
    position:relative
}
#lp-home .bonus-exclusivo .box-img-socios .img-desk{
    margin:10px auto 0;
    position:absolute;
    bottom:0;
    max-width:85%
}
@media (max-width:1699.98px){
    #lp-home .bonus-exclusivo .box-img-socios .img-desk{
        max-width:100%
    }
}
@media (max-width:768.98px){
    #lp-home .bonus-exclusivo .box-img-socios .img-desk{
        display:none
    }
}
#lp-home .box-escolha{
    background-color:#0e0e0e;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .box-escolha{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .box-escolha{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .box-escolha{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .box-escolha{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .box-escolha .area-escolha{
    width:100%;
    max-width:1410px;
    margin:0 auto
}
#lp-home .box-escolha .texto .img-seta{
    margin:30px auto -120px;
    display:table
}
@media (max-width:991.98px){
    #lp-home .box-escolha .texto .img-seta{
        margin:30px auto -60px
    }
}
@media (max-width:767.98px){
    #lp-home .box-escolha .texto .img-seta{
        margin:40px auto 20px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .texto .img-seta{
        width:35px;
        height:auto
    }
}
#lp-home .box-escolha .texto h2{
    color:#fff;
    font-weight:700;
    font-size:40px;
    line-height:48px;
    text-align:center;
    width:100%;
    max-width:1050px;
    margin:0 auto 50px;
    display:table
}
#lp-home .box-escolha .texto h2 span{
    color:#40dcff
}
@media (max-width:991.98px){
    #lp-home .box-escolha .texto h2{
        font-size:35px;
        line-height:40px;
        margin:0 auto 40px
    }
}
@media (max-width:767.98px){
    #lp-home .box-escolha .texto h2{
        font-size:30px;
        line-height:34px;
        margin:0 auto 30px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .texto h2{
        font-size:24px;
        line-height:28px;
        margin:0 auto 25px
    }
}
#lp-home .box-escolha .texto p{
    color:#12a3c3;
    text-align:center;
    font-size:20px;
    line-height:30px;
    max-width:800px;
    margin:10px auto;
    width:100%
}
@media (max-width:767.98px){
    #lp-home .box-escolha .texto p{
        font-size:28px;
        line-height:30px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .texto p{
        font-size:16px;
        line-height:24px
    }
}
#lp-home .box-escolha .desistir{
    background-image:url(../../img/bg-bruno-perini-01.webp);
    background-repeat:no-repeat;
    background-position:top left
}
@media (max-width:991.98px){
    #lp-home .box-escolha .desistir{
        background-image:none
    }
}
@media (max-width:767.98px){
    #lp-home .box-escolha .desistir{
        background-image:url(../../img/bg-bruno-perini-01.webp);
        padding-top:65%;
        background-position:top center;
        background-size:65%
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .desistir{
        background-image:url(../../img/bg-bruno-perini-01.webp);
        padding-top:82%;
        background-position:top center;
        background-size:80%
    }
}
#lp-home .box-escolha .box-desistir{
    background:linear-gradient(148.06deg,#1c1c20 0,rgba(25,25,28,0) 100%);
    border:3px solid #fd7823;
    box-sizing:border-box;
    box-shadow:0 0 60px rgba(0,0,0,.7);
    border-radius:10px;
    width:75%;
    float:right;
    margin-top:20%;
    margin-left:20%;
    max-width:390px;
    margin-right:3%;
    padding:50px 20px;
    min-height:515px
}
@media (max-width:1199.98px){
    #lp-home .box-escolha .box-desistir{
        width:80%;
        margin-right:0;
        margin-top:30%
    }
}
@media (max-width:991.98px){
    #lp-home .box-escolha .box-desistir{
        width:100%;
        margin-right:0;
        margin-top:40px;
        min-height:510px
    }
}
@media (max-width:767.98px){
    #lp-home .box-escolha .box-desistir{
        width:95%;
        margin:20px auto 45px;
        display:table;
        float:none;
        min-height:auto
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .box-desistir{
        width:100%
    }
}
#lp-home .box-escolha .box-desistir h3{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:48px;
    text-align:center;
    color:#fd7823;
    margin-bottom:40px
}
@media (max-width:767.98px){
    #lp-home .box-escolha .box-desistir h3{
        margin-bottom:45px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .box-desistir h3{
        margin-bottom:35px;
        font-size:32px;
        line-height:38px;
        max-width:250px;
        margin:0 auto 30px
    }
}
#lp-home .box-escolha .box-desistir ul{
    width:85%;
    margin:0 auto 0;
    max-width:270px;
    list-style-image:url(../../img/check-desistir.webp)
}
@media (max-width:991.98px){
    #lp-home .box-escolha .box-desistir ul{
        width:75%
    }
}
#lp-home .box-escolha .box-desistir ul li{
    font-weight:400;
    font-size:20px;
    line-height:26px;
    color:#fff;
    margin-bottom:21px
}
#lp-home .box-escolha .sucesso{
    background-image:url(../../img/bg-bruno-perini-02.webp);
    background-repeat:no-repeat;
    background-position:top right
}
@media (max-width:991.98px){
    #lp-home .box-escolha .sucesso{
        background:0 0
    }
}
#lp-home .box-escolha .box-sucesso{
    background:linear-gradient(148.06deg,#1c1c20 0,rgba(25,25,28,0) 100%);
    border:3px solid #12a3c3;
    box-sizing:border-box;
    box-shadow:0 0 60px rgba(0,0,0,.7);
    border-radius:10px;
    width:75%;
    float:left;
    margin-top:20%;
    margin-right:20%;
    max-width:390px;
    margin-left:3%;
    padding:50px 20px;
    min-height:515px
}
@media (max-width:1199.98px){
    #lp-home .box-escolha .box-sucesso{
        width:80%;
        margin-left:0;
        margin-top:30%
    }
}
@media (max-width:991.98px){
    #lp-home .box-escolha .box-sucesso{
        width:100%;
        margin-left:0;
        margin-top:40px;
        min-height:510px
    }
}
@media (max-width:767.98px){
    #lp-home .box-escolha .box-sucesso{
        width:90%;
        margin:0 auto 40px;
        display:table;
        float:none;
        min-height:auto
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .box-sucesso{
        width:100%
    }
}
#lp-home .box-escolha .box-sucesso h3{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:48px;
    text-align:center;
    color:#12a3c3;
    margin-bottom:40px
}
@media (max-width:767.98px){
    #lp-home .box-escolha .box-sucesso h3{
        margin-bottom:45px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha .box-sucesso h3{
        margin-bottom:35px;
        font-size:32px;
        line-height:38px;
        max-width:250px;
        margin:0 auto 30px
    }
}
#lp-home .box-escolha .box-sucesso ul{
    width:85%;
    margin:0 auto 0;
    max-width:270px;
    list-style-image:url(../../img/check-sucesso.webp)
}
@media (max-width:991.98px){
    #lp-home .box-escolha .box-sucesso ul{
        width:75%
    }
}
#lp-home .box-escolha .box-sucesso ul li{
    font-weight:400;
    font-size:20px;
    line-height:26px;
    color:#fff;
    margin-bottom:21px
}
#lp-home .box-escolha a.bottom-button{
    color:#000;
    background:#12a3c3;
    border:1px solid #12a3c3;
    font-weight:800;
    text-transform:uppercase;
    font-size:20px;
    line-height:28px;
    text-align:center;
    box-shadow:0 60px 140px rgba(182,227,48,.6),0 40px 56px rgba(182,227,48,.4),0 20px 24px rgba(182,227,48,.3),0 10px 12px rgba(182,227,48,.25),0 0 4px rgba(182,227,48,.2);
    border-radius:8px;
    padding:0 20px;
    text-decoration:none;
    transition:all .3s ease-in;
    width:100%;
    display:table;
    max-width:465px;
    padding:23px 0;
    margin:70px auto 50px;
    cursor:pointer
}
#lp-home .box-escolha a.bottom-button:hover{
    border:1px solid #12a3c3;
    background-color:#17171a;
    transition:all .3s ease-in;
    color:#12a3c3
}
@media (max-width:1199.98px){
    #lp-home .box-escolha a.bottom-button{
        font-size:19px;
        line-height:25px;
        padding:22px 0
    }
}
@media (max-width:991.98px){
    #lp-home .box-escolha a.bottom-button{
        font-size:18px;
        line-height:24px;
        padding:21px 0;
        margin:60px auto 60px
    }
}
@media (max-width:767.98px){
    #lp-home .box-escolha a.bottom-button{
        font-size:17px;
        line-height:23px;
        padding:20px 0;
        margin:40px auto 40px
    }
}
@media (max-width:575.98px){
    #lp-home .box-escolha a.bottom-button{
        font-size:16px;
        line-height:22px;
        padding:19px 0;
        margin:20px auto 20px;
        max-width:90%
    }
}
#lp-home .bonus-nft{
    background:url(../../img/bg-bonus-nft.webp);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .bonus-nft{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .bonus-nft{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-nft{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .bonus-nft{
        padding:0;
        border-radius:0
    }
}
#lp-home .bonus-nft .content-row{
    max-width:100%;
    margin:0
}
#lp-home .bonus-nft .content-col{
    padding:0
}
#lp-home .bonus-nft .content{
    background:url(../../img/Frame_4130.webp);
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:8px;
    max-width:1274px;
    margin:0 auto
}
@media (max-width:819.98px){
    #lp-home .bonus-nft .content{
        padding-top:0;
        padding-bottom:0
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content{
        background:url(../../img/BonusNFT.webp);
        background-size:cover;
        background-repeat:no-repeat;
        border-radius:0;
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-nft .content{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .bonus-nft .content .text{
    padding:37px 0 37px 95px
}
@media (max-width:1199.98px){
    #lp-home .bonus-nft .content .text{
        padding:25px 0 25px 10px
    }
}
@media (max-width:768.98px){
    #lp-home .bonus-nft .content .text{
        padding:25px 0 25px 0;
        text-align:center
    }
}
#lp-home .bonus-nft .content .text h2{
    color:#fff;
    font-weight:800;
    font-size:20px;
    line-height:120%;
    letter-spacing:.05em;
    text-transform:uppercase;
    text-align:left;
    margin:0 auto 14px 0
}
#lp-home .bonus-nft .content .text h2 span{
    color:#40dcff
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text h2{
        font-size:18px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text h2{
        margin:0 auto 25px;
        font-size:14px;
        text-align:center;
        background:#09090a;
        border:1px solid #12a3c3;
        padding:16px;
        width:100%;
        max-width:300px;
        border-radius:35px
    }
}
#lp-home .bonus-nft .content .text h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    text-align:left;
    color:#fff;
    margin:0 auto 33px 0
}
@media (max-width:1199.98px){
    #lp-home .bonus-nft .content .text h1{
        font-size:40px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-nft .content .text h1{
        font-size:36px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text h1{
        margin:0 auto 33px auto;
        text-align:center;
        font-size:24px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-nft .content .text h1{
        font-size:20px
    }
}
#lp-home .bonus-nft .content .text h1 span{
    color:#12a3c3
}
#lp-home .bonus-nft .content .text p{
    font-family:Urbanist,sans-serif;
    font-weight:500;
    font-size:24px;
    line-height:36px;
    margin:0 0 32px 0;
    color:#fff;
    max-width:460px
}
#lp-home .bonus-nft .content .text p span{
    color:#12a3c3
}
@media (max-width:991.98px){
    #lp-home .bonus-nft .content .text p{
        font-size:18px;
        line-height:32px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text p{
        margin:0 auto 23px auto;
        justify-content:center;
        font-size:16px;
        text-align:center;
        line-height:22px;
        max-width:300px
    }
}
#lp-home .bonus-nft .content .text .small{
    font-weight:500;
    font-size:18px
}
@media (max-width:991.98px){
    #lp-home .bonus-nft .content .text .small{
        font-size:16px
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text .small{
        margin:0 auto 7px;
        font-style:italic
    }
}
#lp-home .bonus-nft .content .text .small img{
    margin:0
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text .small img{
        margin:0 13px 0 0
    }
}
#lp-home .bonus-nft .content .text .button-default{
    color:#fff;
    background:#fd7823;
    border:1px solid #fd7823;
    font-weight:800;
    text-transform:uppercase;
    font-size:20px;
    line-height:28px;
    text-align:center;
    box-shadow:0 60px 140px rgba(253,120,35,.6),0 40px 56px rgba(253,120,35,.4),0 20px 24px rgba(253,120,35,.3),0 10px 12px rgba(253,120,35,.25),0 0 4px rgba(253,120,35,.2);
    border-radius:8px;
    padding:0 20px;
    text-decoration:none;
    transition:all .3s ease-in;
    width:100%;
    display:table;
    max-width:600px;
    padding:23px 0;
    margin:0;
    cursor:pointer
}
#lp-home .bonus-nft .content .text .button-default:hover{
    border:1px solid #fd7823;
    background-color:#17171a;
    transition:all .3s ease-in;
    color:#fd7823
}
@media (max-width:1199.98px){
    #lp-home .bonus-nft .content .text .button-default{
        max-width:450px;
        font-size:19px;
        line-height:25px;
        padding:22px 0;
        margin:0
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-nft .content .text .button-default{
        max-width:85%;
        font-size:18px;
        line-height:24px;
        padding:21px 0;
        margin:0 auto
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .text .button-default{
        font-size:17px;
        line-height:23px;
        padding:20px 0;
        margin:30px auto 0;
        max-width:350px
    }
}
@media (max-width:575.98px){
    #lp-home .bonus-nft .content .text .button-default{
        font-size:16px;
        line-height:22px;
        padding:19px 0;
        max-width:100%
    }
}
#lp-home .bonus-nft .content .nft{
    border-radius:0 8px 8px 0
}
@media (max-width:1199.98px){
    #lp-home .bonus-nft .content .nft{
        min-height:529px
    }
}
@media (max-width:991.98px){
    #lp-home .bonus-nft .content .nft{
        min-height:auto
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .nft{
        min-height:auto
    }
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .desk{
        display:none
    }
}
#lp-home .bonus-nft .content .mobile{
    display:none
}
@media (max-width:767.98px){
    #lp-home .bonus-nft .content .mobile{
        display:flex;
        margin:0 0 -140px 0
    }
}
#lp-home .beneficio-viver{
    background:url(../../img/beneficios.webp);
    background-size:cover;
    background-repeat:no-repeat;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .beneficio-viver{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .beneficio-viver{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .beneficio-viver{
        padding-top:50px;
        padding-bottom:50px;
        background:#09090a
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .beneficio-viver .content-col,#lp-home .beneficio-viver .content-row{
    margin:0
}
@media (max-width:768.98px){
    #lp-home .beneficio-viver .content-col,#lp-home .beneficio-viver .content-row{
        padding:0
    }
}
#lp-home .beneficio-viver h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    text-align:center;
    color:#fff;
    margin:0 auto 68px auto
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver h1{
        font-size:36px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver h1{
        font-size:24px;
        margin:32px auto
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver h1{
        font-size:20px;
        padding:0 20px
    }
}
#lp-home .beneficio-viver h1 span{
    color:#12a3c3
}
#lp-home .beneficio-viver .card-benefit{
    background:linear-gradient(142.18deg,#09090a 0,rgba(9,9,10,0) 78.15%);
    border-radius:10px;
    padding:56px 88px;
    margin:0 24px 40px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:relative
}
@media (max-width:1399.98px){
    #lp-home .beneficio-viver .card-benefit{
        margin:0 12px 40px 12px;
        padding:52px 66px
    }
}
@media (max-width:1199.98px){
    #lp-home .beneficio-viver .card-benefit{
        margin:0 12px 40px 12px;
        padding:44px 55px
    }
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-benefit{
        margin:0 12px 40px 12px;
        padding:36px 36px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-benefit{
        background:#1c1c20;
        margin:25px auto 30px;
        padding:35px 25px;
        max-width:335px
    }
}
#lp-home .beneficio-viver .card-benefit img{
    margin:0 auto 24px 0;
    position:absolute;
    left:69px;
    top:-20px
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-benefit img{
        margin:0 auto;
        position:absolute;
        left:0;
        top:-20px;
        right:0
    }
}
#lp-home .beneficio-viver .card-benefit h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:20px;
    line-height:130%;
    letter-spacing:-.005em;
    text-align:left;
    color:#fff
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-benefit h2{
        font-size:16px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-benefit h2{
        text-align:center;
        font-size:18px
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver .card-benefit h2{
        font-size:16px
    }
}
#lp-home .beneficio-viver .card-day{
    background:linear-gradient(142.18deg,#09090a 0,rgba(9,9,10,0) 78.15%);
    border-radius:10px;
    padding:72px 138px;
    margin:0 24px 40px 24px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center
}
@media (max-width:1399.98px){
    #lp-home .beneficio-viver .card-day{
        padding:52px 66px
    }
}
@media (max-width:1199.98px){
    #lp-home .beneficio-viver .card-day{
        margin:0 12px 40px 12px;
        padding:44px 55px
    }
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-day{
        margin:0 12px 40px 12px;
        padding:36px 36px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-day{
        flex-direction:column;
        background:#1c1c20;
        margin:70px 0 20px 0;
        padding:70px 20px 20px 20px
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver .card-day{
        border-radius:0
    }
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-day img{
        max-width:30%
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-day img{
        max-width:687px
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver .card-day img{
        max-width:258px
    }
}
@media (max-width:375.98px){
    #lp-home .beneficio-viver .card-day img{
        max-width:258px
    }
}
#lp-home .beneficio-viver .card-day .text{
    margin:0 0 0 190px
}
@media (max-width:1399.98px){
    #lp-home .beneficio-viver .card-day .text{
        margin:0 0 0 150px
    }
}
@media (max-width:1199.98px){
    #lp-home .beneficio-viver .card-day .text{
        margin:0 0 0 100px
    }
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-day .text{
        margin:0 0 0 70px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-day .text{
        margin:0
    }
}
#lp-home .beneficio-viver .card-day .text h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:40px;
    line-height:130%;
    color:#fff;
    margin:0 0 24px 0;
    max-width:472px
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-day .text h2{
        max-width:390px;
        font-size:32px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-day .text h2{
        margin:55px 0 24px 0;
        font-size:36px
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver .card-day .text h2{
        font-size:24px;
        line-height:31px;
        margin-top:40px
    }
}
#lp-home .beneficio-viver .card-day .text h2 span{
    color:#40dcff
}
#lp-home .beneficio-viver .card-day .text p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:20px;
    line-height:140%;
    color:#f5f5f5
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-day .text p{
        font-size:16px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-day .text p{
        font-size:18px
    }
}
@media (max-width:575.98px){
    #lp-home .beneficio-viver .card-day .text p{
        font-size:16px
    }
}
#lp-home .beneficio-viver .card-day .text .button-default{
    background-color:#12a3c3;
    border-radius:8px;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin:35px auto 35px 0;
    width:100%;
    max-width:467px;
    text-transform:uppercase;
    cursor:pointer;
    padding-top:24px;
    padding-bottom:24px
}
#lp-home .beneficio-viver .card-day .text .button-default span{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:800;
    font-size:20px;
    line-height:140%;
    text-transform:uppercase;
    color:#000
}
@media (max-width:991.98px){
    #lp-home .beneficio-viver .card-day .text .button-default span{
        font-size:18px
    }
}
@media (max-width:767.98px){
    #lp-home .beneficio-viver .card-day .text .button-default span{
        font-size:16px
    }
}
#lp-home .beneficio-viver .card-day .text .button-default:hover span{
    color:#12a3c3
}
#lp-home .beneficio-viver .card-day .text .button-default:hover{
    border:1px solid #12a3c3;
    background-color:#000;
    transition:all .3s ease-in
}
#lp-home .voce-acesso{
    background-color:#09090a;
    background-image:url(../../img/bg-voce-acesso.webp);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    padding-top:120px;
    padding-bottom:50px
}
@media (max-width:1399.98px){
    #lp-home .voce-acesso{
        padding-top:100px;
        padding-bottom:50px
    }
}
@media (max-width:1199.98px){
    #lp-home .voce-acesso{
        padding-top:80px;
        padding-bottom:40px
    }
}
@media (max-width:991.98px){
    #lp-home .voce-acesso{
        padding-top:60px;
        padding-bottom:30px
    }
}
@media (max-width:768.98px){
    #lp-home .voce-acesso{
        padding-top:50px;
        padding-bottom:50px;
        background-image:none
    }
}
@media (max-width:575.98px){
    #lp-home .voce-acesso{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .voce-acesso h1{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:48px;
    line-height:120%;
    text-align:center;
    color:#fff;
    margin:0 auto 56px auto
}
@media (max-width:991.98px){
    #lp-home .voce-acesso h1{
        font-size:36px
    }
}
@media (max-width:767.98px){
    #lp-home .voce-acesso h1{
        margin:0 auto 32px auto;
        font-size:24px
    }
}
@media (max-width:575.98px){
    #lp-home .voce-acesso h1{
        font-size:20px
    }
}
#lp-home .voce-acesso h1 span{
    color:#12a3c3
}
#lp-home .voce-acesso img{
    margin:0 auto
}
@media (max-width:767.98px){
    #lp-home .voce-acesso img{
        margin:0 auto
    }
}
@media (max-width:767.98px){
    #lp-home .voce-acesso .desk{
        display:none
    }
}
#lp-home .voce-acesso .mobile{
    display:none
}
@media (max-width:767.98px){
    #lp-home .voce-acesso .mobile{
        display:flex
    }
}
#lp-home .voce-acesso .box-acesso{
    background-color:#1c1c20;
    width:100%;
    display:table;
    margin:0 auto;
    padding:30px 0;
    border-radius:8px;
    max-width:350px
}
#lp-home .voce-acesso .box-acesso .card-acess{
    max-width:250px;
    width:100%;
    margin:0 auto;
    display:table;
    text-align:center
}
#lp-home .voce-acesso .box-acesso .card-acess img{
    margin:0 auto
}
#lp-home .voce-acesso .box-acesso .card-acess h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:16px;
    line-height:23px;
    color:#fff;
    max-width:100%;
    text-align:center;
    margin-top:25px
}
#lp-home .voce-acesso .box-acesso .card-acess .linha{
    width:100%;
    height:2px;
    border-radius:25px;
    background-color:#2b2b2c;
    margin:30px auto
}
#lp-home .investimento-total{
    background-color:#09090a;
    padding-top:120px;
    padding-bottom:120px;
    max-width:1920px
}
@media (max-width:1399.98px){
    #lp-home .investimento-total{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .investimento-total{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .investimento-total{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .investimento-total{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .investimento-total .content-col,#lp-home .investimento-total .content-row{
    margin:0;
    max-width:100%
}
@media (max-width:991.98px){
    #lp-home .investimento-total .content-col,#lp-home .investimento-total .content-row{
        padding:0
    }
}
@media (max-width:575.98px){
    #lp-home .investimento-total .content-col,#lp-home .investimento-total .content-row{
        padding:0
    }
}
#lp-home .investimento-total .card-price{
    width:100%;
    padding:0;
    border-radius:8px;
    background:#161619;
    display:flex;
    justify-content:center;
    flex-direction:row
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price{
        flex-direction:column;
        border-radius:0;
        background:0 0
    }
}
#lp-home .investimento-total .card-price .card-left{
    width:50%;
    display:flex;
    align-items:start;
    justify-content:space-between;
    flex-direction:column
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-left{
        width:100%;
        align-items:center
    }
}
#lp-home .investimento-total .card-price .card-left .img-fluid{
    width:100%;
    height:auto;
    max-width:400px;
    margin:-20% 0 0 25%
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-left img{
        display:none
    }
}
#lp-home .investimento-total .card-price .card-left .content-left{
    padding:0 37px 40px 37px;
    margin:auto 0;
    width:100%
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-left .content-left{
        padding:40px 20px 0 20px;
        margin:0 auto auto
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-left .content-left{
        padding:0 20px 0 20px;
        margin:auto 0 auto 0
    }
}
#lp-home .investimento-total .card-price .card-left .content-left .card-bon{
    padding:32px 22px 32px 46px;
    border-radius:10px;
    background:rgba(255,255,255,.06);
    display:flex;
    align-items:center;
    justify-content:start;
    flex-direction:column
}
#lp-home .investimento-total .card-price .card-left .content-left .card-bon .itens li{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:18px;
    line-height:120%;
    color:#fff;
    list-style:none;
    border-bottom:1px solid rgba(255,255,255,.13);
    padding-bottom:30px;
    margin-bottom:30px;
    position:relative
}
#lp-home .investimento-total .card-price .card-left .content-left .card-bon .itens li::before{
    content:'';
    position:absolute;
    top:8px;
    margin:-5px 0 0 -25px;
    vertical-align:middle;
    display:inline-block;
    width:14.45px;
    height:12px
}
@media (max-width:1399.98px){
    #lp-home .investimento-total .card-price .card-left .content-left .card-bon .itens li{
        font-size:12px
    }
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-left .content-left .card-bon .itens li{
        font-size:12px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-left .content-left .card-bon .itens li{
        font-size:16px
    }
}
#lp-home .investimento-total .card-price .card-left .content-left .card-bon .itens li:last-child{
    margin:0;
    padding:0;
    border:0
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-left .content-left .card-bon{
        justify-content:center;
        margin:0 auto 32px auto;
        max-width:450px
    }
}
#lp-home .investimento-total .card-price .card-right{
    padding:40px 87px 80px 87px;
    width:50%;
    background:#17171a;
    border-radius:0 10px 10px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column
}
@media (max-width:1599.98px){
    #lp-home .investimento-total .card-price .card-right{
        padding:40px 45px 80px 45px
    }
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right{
        padding:0 40px 50px 40px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right{
        width:100%;
        max-width:800px;
        min-height:auto;
        border-radius:0;
        padding:20px 20px 40px 20px;
        margin:0 auto;
        display:block
    }
}
#lp-home .investimento-total .card-price .card-right .title{
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    padding:24px 0;
    width:100%
}
@media (max-width:575.98px){
    #lp-home .investimento-total .card-price .card-right .title{
        padding:18px 0
    }
}
@media (max-width:375.98px){
    #lp-home .investimento-total .card-price .card-right .title{
        padding:16px 0
    }
}
#lp-home .investimento-total .card-price .card-right .title h1{
    width:100%;
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    text-align:center;
    font-size:32px;
    line-height:120%;
    color:#fff
}
@media (max-width:1399.98px){
    #lp-home .investimento-total .card-price .card-right .title h1{
        font-size:21px
    }
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right .title h1{
        font-size:24px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right .title h1{
        font-size:22px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right .title h1{
        font-size:20px
    }
}
@media (max-width:575.98px){
    #lp-home .investimento-total .card-price .card-right .title h1{
        font-size:18px
    }
}
@media (max-width:375.98px){
    #lp-home .investimento-total .card-price .card-right .title h1{
        font-size:16px;
        line-height:19px
    }
}
#lp-home .investimento-total .card-price .card-right .price{
    display:flex;
    align-items:start;
    justify-content:center;
    margin:40px 0 0 0
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right .price{
        margin:32px 0 0 0
    }
}
#lp-home .investimento-total .card-price .card-right .price h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:900;
    font-size:70px;
    color:#12a3c3
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right .price h2{
        font-size:32px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right .price h2{
        font-size:56px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right .price h2{
        font-size:40px
    }
}
#lp-home .investimento-total .card-price .card-right .price h3{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:183px;
    color:#fff;
    margin:-30px 10px -10px 10px
}
@media (max-width:1399.98px){
    #lp-home .investimento-total .card-price .card-right .price h3{
        font-size:156px
    }
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right .price h3{
        font-size:120px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right .price h3{
        font-size:185px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right .price h3{
        font-size:125px
    }
}
@media (max-width:575.98px){
    #lp-home .investimento-total .card-price .card-right .price h3{
        margin:-20px 10px -10px 10px;
        font-size:105px
    }
}
@media (max-width:375.98px){
    #lp-home .investimento-total .card-price .card-right .price h3{
        font-size:105px
    }
}
#lp-home .investimento-total .card-price .card-right .price h4{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:900;
    font-size:70px;
    color:#fff
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right .price h4{
        font-size:32px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right .price h4{
        font-size:56px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right .price h4{
        font-size:40px
    }
}
#lp-home .investimento-total .card-price .card-right p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:32px;
    line-height:110%;
    margin:10px 0 56px 0;
    color:#fff;
    text-align:center
}
#lp-home .investimento-total .card-price .card-right p span{
    color:#12a3c3
}
@media (max-width:1919.98px){
    #lp-home .investimento-total .card-price .card-right p{
        font-size:24px
    }
}
@media (max-width:1399.98px){
    #lp-home .investimento-total .card-price .card-right p{
        font-size:18px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right p{
        margin:10px 0 52px 0;
        font-size:30px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right p{
        margin:10px 0 50px 0;
        font-size:28px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right p{
        margin:10px 0 32px 0;
        font-size:24px
    }
}
@media (max-width:575.98px){
    #lp-home .investimento-total .card-price .card-right p{
        font-size:18px
    }
}
@media (max-width:375.98px){
    #lp-home .investimento-total .card-price .card-right p{
        font-size:18px
    }
}
#lp-home .investimento-total .card-price .card-right .button-default-dark{
    background-color:#fd7823;
    filter:drop-shadow(0px 17px 17px #FD7823);
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    margin:0 auto 0 auto;
    width:100%;
    max-width:580px;
    text-transform:uppercase;
    cursor:pointer;
    padding:20px 0 20px 0;
    border:1px solid #fd7823;
    border-radius:8px
}
#lp-home .investimento-total .card-price .card-right .button-default-dark span{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:24px;
    line-height:33px;
    text-transform:uppercase;
    color:#fff
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right .button-default-dark span{
        font-size:20px;
        line-height:30px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right .button-default-dark span{
        font-size:18px;
        line-height:25px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right .button-default-dark span{
        font-size:16px;
        line-height:22px
    }
}
#lp-home .investimento-total .card-price .card-right .button-default-dark:hover span{
    color:#fd7823
}
#lp-home .investimento-total .card-price .card-right .button-default-dark:hover{
    border:1px solid #fd7823;
    background-color:#17171a;
    transition:all .3s ease-in
}
#lp-home .investimento-total .card-price .card-right p.footer{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:600;
    font-size:14px;
    line-height:140%;
    margin:25px 0 0 0;
    color:#fff
}
@media (max-width:1199.98px){
    #lp-home .investimento-total .card-price .card-right p.footer{
        font-size:10px
    }
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right p.footer{
        font-size:14px
    }
}
@media (max-width:767.98px){
    #lp-home .investimento-total .card-price .card-right p.footer{
        margin:15px 0 0 0;
        font-size:12px
    }
}
@media (max-width:575.98px){
    #lp-home .investimento-total .card-price .card-right p.footer{
        font-size:12px
    }
}
@media (max-width:375.98px){
    #lp-home .investimento-total .card-price .card-right p.footer{
        font-size:10px
    }
}
#lp-home .investimento-total .card-price .card-right p.footer img:nth-child(1){
    max-height:20px;
    max-width:60px;
    top:-3px;
    position:relative
}
#lp-home .investimento-total .card-price .card-right p.footer img:nth-child(2){
    max-height:20px;
    max-width:20px;
    top:-3px;
    position:relative
}
#lp-home .investimento-total .card-price .card-right::before{
    width:40px;
    height:40px;
    position:relative;
    top:270px;
    left:-23.5vw
}
@media (max-width:991.98px){
    #lp-home .investimento-total .card-price .card-right::before{
        content:' ';
        top:0;
        left:0;
        width:0
    }
}
#lp-home .alunos-amam{
    background:#09090a;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .alunos-amam{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .alunos-amam{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .alunos-amam{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .alunos-amam{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .alunos-amam{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .alunos-amam h1{
    font-family:Urbanist,sans-serif;
    font-weight:700;
    font-size:40px;
    line-height:46px;
    text-align:center;
    color:#fff;
    max-width:530px;
    margin:0 auto 16px
}
@media (max-width:991.98px){
    #lp-home .alunos-amam h1{
        font-size:35px;
        line-height:40px;
        max-width:390px
    }
}
@media (max-width:767.98px){
    #lp-home .alunos-amam h1{
        font-size:24px;
        line-height:30px;
        max-width:260px;
        margin:32px auto
    }
}
@media (max-width:575.98px){
    #lp-home .alunos-amam h1{
        max-width:240px;
        margin:0 auto 14px auto;
        font-size:20px;
        line-height:23px
    }
}
#lp-home .alunos-amam h1 span{
    color:#12a3c3
}
#lp-home .alunos-amam p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:24px;
    line-height:150%;
    text-align:center;
    color:#fff;
    margin:0 0 56px 0
}
@media (max-width:767.98px){
    #lp-home .alunos-amam p{
        margin:0 0 50px 0;
        font-size:20px
    }
}
@media (max-width:575.98px){
    #lp-home .alunos-amam p{
        font-size:18px
    }
}
@media (max-width:375.98px){
    #lp-home .alunos-amam p{
        font-size:16px
    }
}
#lp-home .alunos-amam .card-percent{
    display:flex;
    align-items:start;
    justify-content:center;
    flex-direction:column;
    background:linear-gradient(157.23deg,#1c1c20 7.21%,rgba(28,28,32,0) 102.39%);
    border:.5px solid rgba(182,227,48,.3);
    box-sizing:border-box;
    border-radius:8px;
    padding:40px;
    margin:0 20px 24px 0;
    min-height:245px
}
@media (max-width:1650.98px){
    #lp-home .alunos-amam .card-percent{
        min-height:295px
    }
}
@media (max-width:1399.98px){
    #lp-home .alunos-amam .card-percent{
        min-height:345px
    }
}
@media (max-width:1199.98px){
    #lp-home .alunos-amam .card-percent{
        margin:0 0 24px 0;
        min-height:219px
    }
}
@media (max-width:991.98px){
    #lp-home .alunos-amam .card-percent{
        min-height:244px
    }
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .card-percent{
        min-height:295px
    }
}
@media (max-width:575.98px){
    #lp-home .alunos-amam .card-percent{
        min-height:219px
    }
}
#lp-home .alunos-amam .card-percent h2{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:38px;
    line-height:140%;
    color:#12a3c3;
    text-align:left;
    margin:0 0 8px 0
}
#lp-home .alunos-amam .card-percent h2 span{
    font-size:20px
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .card-percent h2 span{
        font-size:28px
    }
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .card-percent h2{
        font-size:28px;
        line-height:40px
    }
}
#lp-home .alunos-amam .card-percent p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:18px;
    line-height:140%;
    text-align:left;
    margin:0;
    color:#fff
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .card-percent p{
        font-size:16px;
        font-weight:500;
        line-height:22px
    }
}
#lp-home .alunos-amam .second-content{
    margin:56px 0 0 0
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .second-content{
        margin:46px 0 0 0
    }
}
@media (max-width:575.98px){
    #lp-home .alunos-amam .second-content{
        margin:40px 0 0 0
    }
}
#lp-home .alunos-amam .second-content .content-left{
    max-width:409px;
    margin:0 auto 0 0
}
@media (max-width:991.98px){
    #lp-home .alunos-amam .second-content .content-left{
        max-width:300px
    }
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .second-content .content-left{
        margin:0 auto 0 auto;
        display:flex;
        flex-direction:column;
        align-self:center;
        justify-content:center
    }
}
#lp-home .alunos-amam .second-content .content-left h3{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:700;
    font-size:40px;
    line-height:115%;
    letter-spacing:-.01em;
    text-align:left;
    color:#fff
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .second-content .content-left h3{
        text-align:center
    }
}
#lp-home .alunos-amam .second-content .content-left p{
    font-family:Urbanist,sans-serif;
    font-style:normal;
    font-weight:500;
    font-size:24px;
    line-height:150%;
    color:#fff;
    text-align:left
}
@media (max-width:1199.98px){
    #lp-home .alunos-amam .second-content .content-left p{
        font-size:20px
    }
}
@media (max-width:991.98px){
    #lp-home .alunos-amam .second-content .content-left p{
        font-size:18px
    }
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .second-content .content-left p{
        text-align:center;
        font-size:20px
    }
}
@media (max-width:575.98px){
    #lp-home .alunos-amam .second-content .content-left p{
        font-size:18px
    }
}
@media (max-width:375.98px){
    #lp-home .alunos-amam .second-content .content-left p{
        font-size:16px
    }
}
#lp-home .alunos-amam .second-content .content-left .stars{
    filter:drop-shadow(0px 0px 20px rgba(191, 164, 126, .8));
    margin:16px auto 16px 0
}
@media (max-width:767.98px){
    #lp-home .alunos-amam .second-content .content-left .stars{
        margin:24px auto 24px auto
    }
}
#lp-home .depoimentos{
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .depoimentos{
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:1199.98px){
    #lp-home .depoimentos{
        padding-top:80px;
        padding-bottom:80px
    }
}
@media (max-width:991.98px){
    #lp-home .depoimentos{
        padding-top:60px;
        padding-bottom:60px
    }
}
@media (max-width:768.98px){
    #lp-home .depoimentos{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:575.98px){
    #lp-home .depoimentos{
        padding-top:40px;
        padding-bottom:40px
    }
}
#lp-home .depoimentos h2{
    font-weight:700;
    color:#fff;
    font-size:48px;
    line-height:58px;
    letter-spacing:0;
    text-align:center;
    display:table;
    float:left;
    margin-top:25px
}
@media (max-width:1399.98px){
    #lp-home .depoimentos h2{
        font-size:40px;
        line-height:45px
    }
}
@media (max-width:1199.98px){
    #lp-home .depoimentos h2{
        font-size:35px;
        line-height:40px
    }
}
@media (max-width:991.98px){
    #lp-home .depoimentos h2{
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:768.98px){
    #lp-home .depoimentos h2{
        font-size:25px;
        line-height:30px;
        float:none;
        text-align:center;
        width:100%
    }
}
@media (max-width:575.98px){
    #lp-home .depoimentos h2{
        text-align:center;
        font-size:20px;
        line-height:25px
    }
}
#lp-home .depoimentos .img-alunos-no-mundo{
    max-width:372px;
    width:100%;
    height:auto
}
@media (max-width:991.98px){
    #lp-home .depoimentos .img-alunos-no-mundo{
        max-width:260px
    }
}
@media (max-width:768.98px){
    #lp-home .depoimentos .img-alunos-no-mundo{
        display:table;
        float:none;
        max-width:370px;
        margin:0 auto -30px
    }
}
@media (max-width:575.98px){
    #lp-home .depoimentos .img-alunos-no-mundo{
        display:table;
        float:none;
        max-width:370px;
        margin:0 auto
    }
}
#lp-home .depoimentos .button-default{
    color:#12a3c3;
    font-size:18px;
    line-height:25px;
    font-weight:700;
    text-align:center;
    border:1px solid #12a3c3;
    text-transform:uppercase;
    width:100%;
    max-width:400px;
    padding:20px 0;
    display:table;
    float:right;
    border-radius:4px;
    text-decoration:none;
    transition:all .3s ease-in;
    margin:25px 0 0 0
}
#lp-home .depoimentos .button-default:hover{
    transition:all .3s ease-in;
    color:#000;
    border:1px solid #12a3c3;
    background:#12a3c3
}
@media (max-width:1399.98px){
    #lp-home .depoimentos .button-default{
        font-size:17px;
        line-height:24px
    }
}
@media (max-width:1199.98px){
    #lp-home .depoimentos .button-default{
        font-size:16px;
        line-height:23px;
        max-width:250px
    }
}
@media (max-width:991.98px){
    #lp-home .depoimentos .button-default{
        font-size:15px;
        line-height:20px;
        max-width:250px
    }
}
@media (max-width:768.98px){
    #lp-home .depoimentos .button-default{
        display:none
    }
}
#lp-home .depoimentos .item{
    width:100%;
    max-width:410px;
    margin:30px auto 0
}
@media (max-width:768.98px){
    #lp-home .depoimentos .item{
        margin:35px auto 0
    }
}
@media (max-width:575.98px){
    #lp-home .depoimentos .item{
        margin:30px auto 0
    }
}
#lp-home .depoimentos .item h3{
    color:#fff;
    font-size:24px;
    font-style:normal;
    font-weight:700;
    line-height:30px;
    letter-spacing:0;
    text-align:left;
    margin:25px 0 10px 0
}
@media (max-width:991.98px){
    #lp-home .depoimentos .item h3{
        font-size:22px;
        line-height:27px;
        text-align:center
    }
}
@media (max-width:768.98px){
    #lp-home .depoimentos .item h3{
        font-size:20px;
        line-height:25px
    }
}
@media (max-width:575.98px){
    #lp-home .depoimentos .item h3{
        font-size:18px;
        line-height:22px
    }
}
#lp-home .depoimentos .item a{
    display:table;
    width:auto;
    height:auto;
    position:relative
}
#lp-home .depoimentos .item a img{
    width:100%;
    height:auto;
    max-width:410px;
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:gray
}
#lp-home .depoimentos .item a img:hover{
    -webkit-filter:none;
    filter:none
}
#lp-home .depoimentos .item a .img-play{
    width:100%;
    height:auto;
    max-width:50px;
    position:absolute;
    top:43%;
    left:0;
    right:0;
    margin:0 auto;
    opacity:.6
}
#lp-home .depoimentos .item p{
    color:#fff;
    font-weight:400;
    font-size:16px;
    line-height:24px;
    text-align:left
}
@media (max-width:991.98px){
    #lp-home .depoimentos .item p{
        font-size:15px;
        line-height:23px;
        text-align:center
    }
}
@media (max-width:575.98px){
    #lp-home .depoimentos .item p{
        font-size:14px;
        line-height:20px
    }
}
#lp-home .quem-e{
    background-image:url(../../img/quem.png);
    background-repeat:no-repeat;
    background-color:#0f0f10;
    background-position:right center;
    background-size:auto 100%;
    padding-top:120px;
    padding-bottom:120px
}
@media (max-width:1399.98px){
    #lp-home .quem-e{
        background-position:135% center;
        background-size:auto 100%;
        padding-top:100px;
        padding-bottom:100px
    }
}
@media (max-width:992px){
    #lp-home .quem-e {
        background-image: url(../../img/quem-xs.png);
        background-position: top center;
        background-size: contain;
        padding-top:350px;
        padding-bottom:80px
    }
}
#lp-home .quem-e .info{
    width:100%;
    max-width:510px
}
#lp-home .quem-e .info h2{
    color:#fff;
    font-weight:700;
    font-size:48px;
    line-height:58px;
    text-align:left;
    margin:0 0 30px 0
}
#lp-home .quem-e .info h2 span{
    color:#12a3c3
}
@media (max-width:1399.98px){
    #lp-home .quem-e .info h2{
        font-size:40px;
        line-height:45px
    }
}
@media (max-width:1199.98px){
    #lp-home .quem-e .info h2{
        font-size:35px;
        line-height:40px
    }
}
@media (max-width:991.98px){
    #lp-home .quem-e .info h2{
        font-size:30px;
        line-height:35px
    }
}
@media (max-width:767.98px){
    #lp-home .quem-e .info h2{
        font-size:25px;
        line-height:30px
    }
}
@media (max-width:575.98px){
    #lp-home .quem-e .info h2{
        font-size:20px;
        line-height:24px
    }
}
#lp-home .quem-e .info p{
    color:#fff;
    font-size:16px;
    line-height:24px;
    text-align:left;
    margin:0 0 10px 0
}
#lp-home .quem-e .info p b{
    font-weight:800
}
#lp-home .quem-e h3{
    color:#fff;
    font-weight:700;
    font-size:32px;
    line-height:38px;
    text-align:left;
    margin:60px 0 40px 0
}
@media (max-width:991.98px){
    #lp-home .quem-e h3{
        margin:30px 0 35px 0
    }
}
@media (max-width:575.98px){
    #lp-home .quem-e h3{
        font-weight:700;
        font-size:18px;
        line-height:22px;
        margin:25px 0 30px 0
    }
}
#lp-home .quem-e .item{
    background:#1c1c20;
    padding:25px;
    min-height:150px
}
@media (max-width:991.98px){
    #lp-home .quem-e .item{
        margin-bottom:20px;
        min-height:125px
    }
}
@media (max-width:767.98px){
    #lp-home .quem-e .item{
        text-align:center;
        min-height:auto
    }
}
@media (max-width:575.98px){
    #lp-home .quem-e .item{
        text-align:center
    }
}
#lp-home .quem-e .item p{
    color:#d2d2d2;
    font-size:16px;
    font-style:normal;
    font-weight:600;
    line-height:22px;
    letter-spacing:0;
    text-align:left;
    margin-top:15px
}
@media (max-width:767.98px){
    #lp-home .quem-e .item p{
        text-align:center;
        max-width:80%;
        margin:25px auto 0
    }
}
@media (max-width:575.98px){
    #lp-home .quem-e .item p{
        max-width:70%
    }
}
#lp-home .box-faq{
    background:#09090a;
    padding-top:100px;
    padding-bottom:100px
}
@media (max-width:1199.98px){
    #lp-home .box-faq{
        padding-top:80px;
        padding-bottom:90px
    }
}
@media (max-width:991.98px){
    #lp-home .box-faq{
        padding-top:60x;
        padding-bottom:80px
    }
}
@media (max-width:767.98px){
    #lp-home .box-faq{
        padding-top:50px;
        padding-bottom:130px
    }
}
@media (max-width:575.98px){
    #lp-home .box-faq{
        padding:50px 10px 120px 10px
    }
}
@media (max-width:475.98px){
    #lp-home .box-faq{
        padding:40px 10px 120px 10px
    }
}
#lp-home .box-faq .perguntas h2{
    color:#fff;
    font-weight:700;
    font-size:40px;
    line-height:46px;
    letter-spacing:-.01em;
    text-align:center;
    width:100%;
    max-width:220px;
    margin:0 auto 55px;
    display:table
}
#lp-home .box-faq .perguntas h2 span{
    color:#12a3c3
}
@media (max-width:991.98px){
    #lp-home .box-faq .perguntas h2{
        font-size:35px;
        line-height:40px;
        margin:0 auto 50px
    }
}
@media (max-width:767.98px){
    #lp-home .box-faq .perguntas h2{
        font-size:30px;
        line-height:35px;
        margin:0 auto 40px
    }
}
@media (max-width:575.98px){
    #lp-home .box-faq .perguntas h2{
        font-size:22px;
        line-height:26px;
        margin:0 auto 30px;
        max-width:100%
    }
}
@media (max-width:475.98px){
    #lp-home .box-faq .perguntas h2{
        font-size:20px;
        line-height:24px
    }
}
#lp-home .box-faq .perguntas .accordion-item{
    background:#1c1c20;
    margin-bottom:20px;
    border-radius:6px
}
#lp-home .box-faq .perguntas .accordion-button{
    font-weight:700;
    font-size:20px;
    line-height:30px;
    color:#fff;
    background:0 0;
    box-shadow:none
}
#lp-home .box-faq .perguntas .accordion-button span{
    padding-right:15px
}
@media (max-width:767.98px){
    #lp-home .box-faq .perguntas .accordion-button span{
        padding-right:10px
    }
}
@media (max-width:991.98px){
    #lp-home .box-faq .perguntas .accordion-button{
        font-size:19px;
        line-height:28px
    }
}
@media (max-width:767.98px){
    #lp-home .box-faq .perguntas .accordion-button{
        font-size:18px;
        line-height:27px
    }
}
#lp-home .box-faq .perguntas .accordion-button::after{
    background-image:url(../../img/mais.webp);
    background-repeat:no-repeat;
    transform:none
}
#lp-home .box-faq .perguntas .accordion-button:not(.collapsed)::after{
    background-image:url(../../img/menos.webp);
    background-repeat:no-repeat;
    transform:none
}
#lp-home .box-faq .perguntas .accordion-body{
    color:#939395;
    font-size:16px;
    line-height:26px
}
.modal{
    display:none;
    position:fixed;
    z-index:99;
    padding-top:1%;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    color:#fff;
    background:rgba(57,57,57,.8)
}
@media (max-width:1199.98px){
    .modal{
        padding-top:5%
    }
}
@media (max-width:767.98px){
    .modal{
        padding-top:6%
    }
}
.modal-content{
    background:#090a11;
    margin:auto;
    padding:20px;
    border:1px solid #090a11;
    width:85%;
    max-width:530px;
    z-index:9;
    position:relative
}
.close{
    color:#fff;
    float:right;
    font-size:40px;
    font-weight:700;
    z-index:99;
    width:20px;
    right:20px;
    position:absolute;
    top:0
}
@media (max-width:575.98px){
    .close{
        top:-15px;
        right:13px
    }
}
.close:focus,.close:hover{
    color:#fff;
    text-decoration:none;
    cursor:pointer
}
.modal form p.titulo{
    font-size:35px;
    font-style:normal;
    font-weight:800;
    line-height:41px;
    letter-spacing:0;
    text-align:center;
    color:#fff;
    max-width:100%;
    margin:20px auto 25px
}
.modal form p.titulo span{
    color:#12a3c3
}
@media (max-width:991.98px){
    .modal form p.titulo{
        font-size:30px;
        line-height:35px;
        margin:20px auto 20px
    }
}
@media (max-width:767.98px){
    .modal form p.titulo{
        font-size:25px;
        line-height:30px;
        margin:15px auto 20px
    }
}
@media (max-width:575.98px){
    .modal form p.titulo{
        font-size:22px;
        line-height:27px
    }
}
@media (max-width:375.98px){
    .modal form p.titulo{
        font-size:17px;
        line-height:23px;
        margin:10px auto 15px
    }
}
.modal form input{
    padding-left:10px;
    padding-right:10px;
    font-size:16px;
    line-height:1.3em;
    display:block;
    width:100%;
    text-align:left;
    color:#fff;
    font-weight:400;
    background:0 0;
    border-bottom:1.2px solid #fff;
    border-left:0;
    border-top:0;
    border-right:0;
    margin-top:25px;
    outline:0
}
.modal form ._submit{
    width:100%;
    font-style:normal;
    font-weight:700;
    font-size:22px;
    line-height:25px;
    text-align:center;
    text-transform:uppercase;
    color:#090a11;
    display:table;
    margin:25px 0 10px 0;
    cursor:pointer;
    background:linear-gradient(82.41deg,#12a3c3 4.49%,#688318 95.18%);
    padding:15px 0;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
    border:none;
    border-radius:6px
}
.modal form ._submit:hover{
    background:linear-gradient(82.41deg,#688318 4.49%,#12a3c3 95.18%)
}
@media (max-width:575.98px){
    .modal form ._submit{
        font-size:18px;
        line-height:22px
    }
}
@media (max-width:375.98px){
    .modal form ._submit{
        font-size:15px;
        line-height:20px
    }
}
.modal form ._error-inner{
    color:#ffc75c;
    font-size:12px;
    position:absolute;
    padding:1px 0 0 10px
}
@media (max-width:575.98px){
    .modal form ._error-inner{
        font-size:10px
    }
}
#myProgress,#myProgresss{
    width:100%;
    background-color:#e5fd9e;
    border-radius:20px
}
#myBar,#myBars{
    width:10%;
    height:22px;
    text-align:right;
    line-height:22px;
    color:#000;
    background:#12a3c3;
    background:-moz-linear-gradient(90deg,#12a3c3 0,#7d9b22 100%);
    background:-webkit-linear-gradient(90deg,#12a3c3 0,#7d9b22 100%);
    background:linear-gradient(90deg,#12a3c3 0,#7d9b22 100%);
    border-radius:20px;
    font-size:12px!important;
    font-weight:700;
    padding-right:10px
}
#js-msg-termos{
    color:#aeb8cd;
    text-align:center;
    font-size:11px;
    max-width:100%;
    margin:0 auto;
    line-height:18px
}
#js-msg-termos a{
    color:#aeb8cd;
    text-align:center;
    font-size:11px;
    cursor:pointer
}
.box-rodape{
    background:#272932
}
.box-rodape img{
    text-align:center;
    height:auto;
    padding:40px 0;
    margin:0 auto;
    display:block
}
@media (max-width:767.98px){
    .box-rodape img{
        padding:25px 0 15px 0
    }
}
@media (max-width:575.98px){
    .box-rodape img{
        width:130px
    }
}
.box-rodape p{
    font-size:16px;
    line-height:17px;
    text-align:center;
    color:#fff;
    margin:27px 0 0 0
}
@media (max-width:767.98px){
    .box-rodape p{
        margin:10px 0
    }
}
.modal-backdrop.show{
    z-index:1
}
.lightbox-carousel.carousel .carousel-control{
    z-index:999;
    display:none
}
.lightbox-carousel.carousel .carousel-control.carousel-control-prev{
    display:none;
    left:-10%
}
.lightbox-carousel.carousel .carousel-control.carousel-control-next{
    right:-10%
}
#lp-home .topo .barra{
    background:rgba(28,28,32,.7);
    position:fixed;
    z-index:9
}
@media (max-width:575.98px){
    #lp-home .topo .barra{
        padding:0
    }
}
@media (max-width:575.98px){
    #lp-home .topo .barra .area-logo{
        display:none
    }
}
#lp-home .topo .barra .area-logo .logo{
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    display:flex;
    flex-direction:row;
    align-items:start;
    justify-content:center
}
#lp-home .topo .barra .area-logo .logo img{
    width:100%;
    height:auto;
    float:left
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .area-logo .logo img{
        max-width:115px
    }
}
#lp-home .topo .barra .area-logo .logo p{
    display:table;
    float:left;
    font-weight:500;
    font-size:18px;
    line-height:25px;
    text-align:left;
    color:#fff;
    margin:auto 0 auto 85px;
    max-width:125px
}
#lp-home .topo .barra .area-logo .logo p b{
    font-weight:700;
    color:#12a3c3
}
@media (max-width:1399.98px){
    #lp-home .topo .barra .area-logo .logo p{
        margin-left:39px
    }
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .area-logo .logo p{
        font-size:15px;
        line-height:20px;
        margin-left:13px
    }
}
@media (max-width:991.98px){
    #lp-home .topo .barra .area-logo .logo p{
        display:none
    }
}
#lp-home .topo .barra .box-contador{
    display:table;
    margin:8px auto
}
@media (max-width:767.98px){
    #lp-home .topo .barra .box-contador{
        text-align:center;
        float:right;
        margin:10px 0 0 0
    }
}
@media (max-width:575.98px){
    #lp-home .topo .barra .box-contador{
        margin:10px auto;
        float:none
    }
}
#lp-home .topo .barra .box-contador p{
    font-size:20px;
    font-weight:700;
    line-height:22px;
    color:#e9e9e9;
    text-align:center;
    margin:0 0 7px 0;
    text-transform:uppercase
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .box-contador p{
        font-size:18px;
        line-height:20px;
        margin:4px 0 7px 0
    }
}
@media (max-width:767.98px){
    #lp-home .topo .barra .box-contador p{
        font-size:17px;
        line-height:19px;
        margin:4px 0 7px 0
    }
}
@media (max-width:575.98px){
    #lp-home .topo .barra .box-contador p{
        font-size:16px;
        line-height:16px;
        margin-top:0
    }
}
@media (max-width:475.98px){
    #lp-home .topo .barra .box-contador p{
        font-size:16px;
        line-height:16px
    }
}
#lp-home .topo .barra .box-contador .contador{
    width:auto;
    display:table;
    float:none;
    margin:0 auto;
    padding:0
}
@media (max-width:767.98px){
    #lp-home .topo .barra .box-contador .contador{
        margin:0 auto;
        float:none;
        background:0 0
    }
}
#lp-home .topo .barra .box-contador .contador .countdown{
    display:table;
    margin:0 auto;
    color:#fff;
    width:100%;
    text-align:center;
    border-radius:10px
}
#lp-home .topo .barra .box-contador .contador .countdown .clock{
    width:auto;
    display:table;
    margin:0 auto
}
#lp-home .topo .barra .box-contador .contador .countdown .area{
    display:table;
    float:left;
    width:auto;
    min-width:61px
}
@media (max-width:575.98px){
    #lp-home .topo .barra .box-contador .contador .countdown .area{
        min-width:50px
    }
}
#lp-home .topo .barra .box-contador .contador .countdown .hora{
    width:100%;
    display:table;
    text-align:center;
    padding:0 5px
}
#lp-home .topo .barra .box-contador .contador .countdown .info-a{
    font-family:"Stick No Bills",sans-serif;
    letter-spacing:.1em;
    color:#12a3c3;
    font-size:40px;
    line-height:34px;
    font-weight:700;
    text-align:center;
    padding:0;
    width:auto;
    display:inline-block;
    margin:0
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .box-contador .contador .countdown .info-a{
        font-size:30px;
        line-height:25px
    }
}
#lp-home .topo .barra .box-contador .contador .countdown .info-b{
    font-family:"Stick No Bills",sans-serif;
    color:#12a3c3;
    display:inline-block;
    font-size:53px;
    line-height:30px;
    font-weight:700;
    margin:0 -5px 0 5px;
    top:-8px;
    position:relative;
    left:-1px
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .box-contador .contador .countdown .info-b{
        font-size:35px;
        line-height:20px
    }
}
#lp-home .topo .barra .box-contador .contador .countdown .info-c{
    font-family:"Stick No Bills",sans-serif;
    color:#fff;
    font-weight:400;
    font-size:18px;
    line-height:18px;
    text-align:center;
    width:100%;
    text-transform:uppercase;
    letter-spacing:.1em
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .box-contador .contador .countdown .info-c{
        font-size:14px;
        line-height:14px
    }
}
@media (max-width:767.98px){
    #lp-home .topo .barra .area-botao{
        display:none
    }
}
#lp-home .topo .barra .area-botao .bottom-button{
    cursor:pointer;
    color:#12a3c3;
    text-decoration:none;
    float:right;
    font-size:18px;
    line-height:25px;
    font-weight:800;
    text-align:center;
    width:100%;
    max-width:350px;
    padding:20px 28px;
    text-transform:uppercase;
    border:1px solid #12a3c3;
    box-sizing:border-box;
    border-radius:4px;
    transition:all .3s ease-in;
    margin:30px 5px 0 0
}
#lp-home .topo .barra .area-botao .bottom-button:hover{
    transition:all .3s ease-in;
    border:1px solid #1c1c20;
    background:#12a3c3;
    color:#1c1c20
}
@media (max-width:1199.98px){
    #lp-home .topo .barra .area-botao .bottom-button{
        font-size:15px;
        line-height:20px;
        max-width:290px;
        padding:15px 20px;
        margin:25px 5px 0 0
    }
}
@media (max-width:991.98px){
    #lp-home .topo .barra .area-botao .bottom-button{
        padding:15px 0;
        margin:25px 5px 0 0
    }
}
#lp-home .topo .box{
    background-image:url(../../img/bg_topo.png);
    background-repeat:no-repeat;
    background-position:center 75%;
    background-color:#09090a;
    padding-top:170px;
    padding-bottom:50px
}
@media (max-width:1399.98px){
    #lp-home .topo .box{
        padding-top:150px;
        padding-bottom:50px
    }
}
@media (max-width:1199.98px){
    #lp-home .topo .box{
        padding-top:140px;
        padding-bottom:50px
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box{
        padding-top:130px;
        padding-bottom:40px
    }
}
@media (max-width:768.98px){
    #lp-home .topo .box{
        padding-top:120px;
        padding-bottom:90px;
        background-position:center 0
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box{
        padding-top:100px;
        padding-bottom:50px
    }
}
#lp-home .topo .box .info p.patrimonio{
    color:#12a3c3;
    font-size:20px;
    font-weight:500;
    line-height:28px;
    text-transform:uppercase;
    text-align:center;
    border:1px solid #12a3c3;
    box-sizing:border-box;
    border-radius:41px;
    width:100%;
    max-width:340px;
    padding:12px;
    margin:0 0 40px 0
}
@media (max-width:1399.98px){
    #lp-home .topo .box .info p.patrimonio{
        font-size:19px;
        line-height:26px;
        margin:0 0 35px 0
    }
}
@media (max-width:1199.98px){
    #lp-home .topo .box .info p.patrimonio{
        font-size:18px;
        line-height:26px;
        margin:0 0 30px 0
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box .info p.patrimonio{
        font-size:17px;
        line-height:25px;
        margin:0 0 20px 0;
        padding:10px
    }
}
@media (max-width:767.98px){
    #lp-home .topo .box .info p.patrimonio{
        font-size:16px;
        line-height:24px;
        margin:0 auto 15px
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box .info p.patrimonio{
        font-size:15px;
        line-height:23px;
        margin:0 auto 10px
    }
}
@media (max-width:375.98px){
    #lp-home .topo .box .info p.patrimonio{
        display:none
    }
}
#lp-home .topo .box .info h1{
    color:#fff;
    font-weight:700;
    font-size:48px;
    line-height:58px;
    text-align:left;
    width:100%;
    max-width:650px;
    margin:0 0 30px 0
}
#lp-home .topo .box .info h1 span{
    color:#12a3c3
}
@media (max-width:1399.98px){
    #lp-home .topo .box .info h1{
        font-size:38px;
        line-height:48px;
        margin-top:20px
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box .info h1{
        font-size:30px;
        line-height:40px
    }
}
@media (max-width:767.98px){
    #lp-home .topo .box .info h1{
        margin:0 auto 10px;
        text-align:center
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box .info h1{
        font-size:24px;
        line-height:30px;
        max-width:90%
    }
}
@media (max-width:375.98px){
    #lp-home .topo .box .info h1{
        font-size:21px;
        line-height:28px;
        margin-bottom:0;
        max-width:90%
    }
}
#lp-home .topo .box .info p.lista.desk{
    color:#fff;
    font-size:24px;
    font-weight:400;
    line-height:34px;
    text-align:left;
    width:100%;
    max-width:570px;
    margin:0 0 30px 0
}
@media (max-width:1399.98px){
    #lp-home .topo .box .info p.lista.desk{
        font-size:20px;
        line-height:30px
    }
}
@media (max-width:1199.98px){
    #lp-home .topo .box .info p.lista.desk{
        font-size:17px;
        line-height:27px
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box .info p.lista.desk{
        font-size:15px;
        line-height:25px;
        margin:0 0 20px 0
    }
}
@media (max-width:767.98px){
    #lp-home .topo .box .info p.lista.desk{
        margin:0 auto 15px;
        text-align:center;
        display:none
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box .info p.lista.desk{
        margin:0 auto 10px
    }
}
#lp-home .topo .box .info .bottom-button{
    cursor:pointer;
    color:#12a3c3;
    display:table;
    text-decoration:none;
    font-size:20px;
    line-height:28px;
    font-weight:800;
    text-align:center;
    width:100%;
    max-width:340px;
    padding:20px 30px;
    text-transform:uppercase;
    border:1px solid #12a3c3;
    box-sizing:border-box;
    border-radius:4px;
    transition:all .3s ease-in;
    margin:0
}
#lp-home .topo .box .info .bottom-button:hover{
    transition:all .3s ease-in;
    border:1px solid #1c1c20;
    background:#12a3c3;
    color:#1c1c20
}
@media (max-width:1199.98px){
    #lp-home .topo .box .info .bottom-button{
        font-size:19px;
        line-height:25px;
        padding:18px 0
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box .info .bottom-button{
        font-size:18px;
        line-height:24px;
        padding:17px 0
    }
}
@media (max-width:767.98px){
    #lp-home .topo .box .info .bottom-button{
        font-size:16px;
        line-height:22px;
        padding:16px 0;
        margin:0 auto
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box .info .bottom-button{
        font-size:15px;
        line-height:20px;
        padding:15px 0
    }
}
#lp-home .topo .box p.lista.mobili{
    color:#fff;
    font-size:24px;
    font-weight:400;
    line-height:34px;
    text-align:left;
    width:100%;
    max-width:570px;
    margin:0 0 30px 0;
    display:none
}
@media (max-width:1399.98px){
    #lp-home .topo .box p.lista.mobili{
        font-size:20px;
        line-height:30px
    }
}
@media (max-width:1199.98px){
    #lp-home .topo .box p.lista.mobili{
        font-size:17px;
        line-height:27px
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box p.lista.mobili{
        font-size:15px;
        line-height:25px;
        margin:0 0 20px 0
    }
}
@media (max-width:767.98px){
    #lp-home .topo .box p.lista.mobili{
        margin:-20px auto 0;
        max-width:355px;
        text-align:center;
        display:block;
        font-size:18px;
        line-height:27px
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box p.lista.mobili{
        margin:-30px auto 0;
        font-size:16px;
        line-height:25px;
        max-width:90%
    }
}
#lp-home .topo .box .videos{
    width:100%;
    margin:0 auto 25px
}
@media (max-width:767.98px){
    #lp-home .topo .box .videos{
        margin:5px auto 20px
    }
}
#lp-home .topo .box .videos .youtube{
    height:0;
    margin:0 auto;
    padding-bottom:56.25%;
    padding-top:3%;
    position:relative!important
}
#lp-home .topo .box .videos .youtube img{
    border:3px solid #fd7823
}
#lp-home .topo .box .videos iframe{
    height:95%;
    left:0;
    position:absolute!important;
    top:15px;
    width:100%;
    border-radius:20px;
    border:0;
    padding:2px;
    background:#fd7823;
    background:-moz-linear-gradient(90deg,#fd7823 0,rgba(253,120,35,0) 100%);
    background:-webkit-linear-gradient(90deg,#fd7823 0,rgba(253,120,35,0) 100%);
    background:linear-gradient(90deg,#fd7823 0,rgba(253,120,35,0) 100%)
}
#lp-home .topo .box .videos img{
    width:100%;
    height:auto;
    padding:3px;
    border-radius:20px;
    cursor:pointer
}
#lp-home .topo .box .bottom-button{
    color:#fff;
    background:#fd7823;
    border:1px solid #fd7823;
    font-weight:800;
    text-transform:uppercase;
    font-size:20px;
    line-height:28px;
    text-align:center;
    box-shadow:0 60px 140px rgba(253,120,35,.6),0 40px 56px rgba(253,120,35,.4),0 20px 24px rgba(253,120,35,.3),0 10px 12px rgba(253,120,35,.25),0 0 4px rgba(253,120,35,.2);
    border-radius:8px;
    padding:0 20px;
    text-decoration:none;
    transition:all .3s ease-in;
    width:100%;
    display:table;
    max-width:465px;
    padding:23px 0;
    margin:40px auto 50px;
    cursor:pointer
}
#lp-home .topo .box .bottom-button:hover{
    border:1px solid #fd7823;
    background-color:#17171a;
    transition:all .3s ease-in;
    color:#fd7823
}
@media (max-width:1199.98px){
    #lp-home .topo .box .bottom-button{
        font-size:19px;
        line-height:25px;
        padding:22px 0
    }
}
@media (max-width:991.98px){
    #lp-home .topo .box .bottom-button{
        font-size:18px;
        line-height:24px;
        padding:21px 0
    }
}
@media (max-width:767.98px){
    #lp-home .topo .box .bottom-button{
        font-size:17px;
        line-height:23px;
        padding:20px 0
    }
}
@media (max-width:575.98px){
    #lp-home .topo .box .bottom-button{
        font-size:16px;
        line-height:22px;
        padding:19px 0
    }
}
