 body{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
  }
  .fundo{
    background-color: #444A69;
  }

  .top-bar {
    background-color: #FCA308;
    padding-top: 8px;
    color: #fff;
  }

  .top-logo{
    padding: 25px 0 25px 0;
  }
  .top-logo .logo{
      max-width: 150px;
  }

  .top-head .bg-head{
    background-color: rgb(245 7 194);
    color:#fff;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
  }
  .top-head h2{
    color: #fff;
  }
  .top-head h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
    font-weight: 400;
  }

 
  .section-price {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
  }
  .arrow-top-vendas-left {
      position: absolute;
      width: 70px;
      transform: rotate(48deg);
      bottom: 4px;
      left: 4%;
  }
  .arrow-top-vendas-right {
      position: absolute;
      width: 70px;
      transform: rotate(-48deg);
      bottom: 4px;
      right: 3%;
  }

  .bottom-cta .bg-bottom{
    background-color: #ec4400;
    color:#fff;
    font-weight: 500;
    padding-right: 5px;
    padding-left: 5px;
  }
  .bottom-cta h3{
    color: #fff;
  }
  .bottom-cta h6{
    color: #fff;
    font-weight:400;
    font-size:20px;
    line-height:1.4;
  }
  .bottom-cta .cartoes{
    max-width: 380px;
    background-color: #fff;
    border-radius: 20px;
    padding:10px;
  }

  .bottom-comments .bg{
    background-color: #fff;
    border-radius: 20px;
    padding:10px;
  }
  .bottom-comments .col{
    padding-left: 0;
  }
  a.btn-cta, .btn-cta {
    font-size: 24px;
    padding: 12px 30px;
    padding-top: 13px;
    font-weight: 500;
    padding: 16px 36px;
    letter-spacing: -0.01em;
    border: none;
    color: #fff;
    background: #36b843;
    text-transform: uppercase;
}
a.btn-cta:hover, .btn-cta:hover {
  background: #06aa14;
  color: #fff;
}

  a.btn-oval{
    border-radius: 20px;
  }

  .borda-video{
      border-radius: 10px;
      border-color: #fff;
      border-width: 4px;
      border-style: solid;
  }
  .bottom-video h4{
    color: rgba(255,255,255,.8);
    padding-top: 8px;
    padding: 10px 0 20px 0;
    font-size: 18px;
    font-weight: 400;
  }
  .esconde-botao{
    display: none !important; 
  }
  .bottom-cta .compra-segura{
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
  }
  .bottom-cta .avista{
    font-weight: 400;
    font-size: 20px;
    opacity: 80%;
    color: #fff;
  }
  .bottom-cta .parcelado{

      font-size: 28px;
      color: #fff;
  }
  .bottom-cta .preco{
      font-size: 70px; 
      color: #fff;
  }
  .bottom-cta .espaco{
    letter-spacing: -0.02em;
    padding:0 10px;
  }
  .bottom-cta .de-span {
      color: #ff0000;
      text-decoration: line-through;
      letter-spacing: -0.02em;
  }

  .footer-basic {
    padding: 40px 0;
    color: #4b4c4d;
  }
  
  .footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
  }
  
  .footer-basic li {
    padding: 0px;
  }
  
  .footer-basic ul a {
    color: #aaa;
    text-decoration: none;
    font-size:12px;
  }
  
  .footer-basic ul a:hover {
    opacity: 1;
  }
  
  .footer-basic .social {
    text-align: center;
    padding-bottom: 25px;

  }
  
  .footer-basic .social > a {
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
    color: inherit;
    color: #FFF;
    background-color:  rgba(255,255,255,.3);
    border-radius:50%;
  }
  
  .footer-basic .social > a:hover {
    opacity: 0.9;
  }
  
  .footer-basic .copyright {
    margin-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
  }
  

  .bottom-comments{
    font-family: Arial, sans-serif !important ;
    font-size: 14px;
  }

  .bottom-comments .card{
    border:0;
  }
  .bottom-comments .card-inner{
    padding-left: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .bottom-comments .card-inner .borda{
    border-left: 1px solid #eaeaea;
  }
  
  .bottom-comments .card-body .tit{
    font-weight: bold;
  }
  .bottom-comments .card-body {
      padding: 0.5rem 1.25rem;
  }
  .bottom-comments .card-body .name{
    font-weight: bold;
    color:#365899;
  }
  .bottom-comments .card-body .img-avatar{
    max-width: 50px !important;
    max-height: 50px !important;
  }
  .bottom-comments .card-body .fa{
    font-size: 10px;
  }

  .bottom-comments .card-body .depo{
    margin-bottom: 0;
  }
  .bottom-comments .card-body .infos {
      font-size: 11px;
      color: #90949c;
  }

  .info{
    background: #171923;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info h2{
    color: #fff;
  }
  .info h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
  }
  .info h6 {
      color: rgba(255,255,255,.8);
      padding-bottom: 16px;
      font-weight: 400;
      line-height: 1.4;
  }
  .info .mob{
    padding-top:0px;
  }

  .resultados{
    padding-top:40px;
    padding-bottom: 40px;
  }
  .resultados h2{
    color: #fff;
  }
  .resultados h4{
    color: #FFF;
  }
  .resultados h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
    font-weight: 400;
  }
  .resultados .item-resu img {
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
    border-radius: 20px;
    width: 100%;
}

  .depoimentos{
    background: #171923;
    padding-top:40px;
    padding-bottom: 40px;
  }
  .depoimentos h2{
    color: #fff;
  }
  .depoimentos h4{
    color: #FFF;
  }
  .depoimentos h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
    font-weight: 400;
  }

  .countdown{
    background: #171923;
    padding-top:40px;
    padding-bottom: 40px;
  }
  .countdown h2{
    color: #fff;
  }
  .countdown h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
    font-weight: 400;
  }
  .countdown p.number-days, p.number-hours, p.number-minutes, p.number-seconds {
    font-size: 2rem;
    line-height: 1;
  }
  .countdown p.text-countdown {
    font-size: 1.2rem;
  }
  .countdown .boxed-countdown p.number-days, .boxed-countdown p.number-hours, .boxed-countdown p.number-minutes, .boxed-countdown p.number-seconds {
    padding: 1.5rem 0;
    background: rgb(252,163,6);
    color:#fff;
  }
  .countdown .boxed-countdown p.text-countdown {
    padding: .5rem 0 .6rem;
    background: rgb(255 163 0 / 81%);
    margin: 0;
    color:#fff;
  }
  .countdown .mw{
    max-width: 700px;
  }
  .duvidas{
    padding-top:40px;
    padding-bottom: 40px;
  }
  .duvidas h2{
    color: #fff;
  }
  .duvidas h4{
    color: #FFF;
  }
  .duvidas h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
    font-weight: 400;
  }
  
  .duvidas .panel-title {
    border-bottom: 4px solid #FCA311;
    border-radius: 10px;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    padding-right: 2rem;
  }
  .duvidas .collapsed {
    border: none;
  }
  .duvidas .collapsed span {
    transform: rotate(0deg);
  }
  .duvidas .btn span {
    font-size: 2.5rem;
    transition: all 0.3s;
    transform: rotate(0);
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    padding-right: 5px;
  }
  .duvidas span {
    font-size: 1.2rem;
    transition: all 0.3s;
    transform: rotate(45deg);
    background: #FCA311;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
  }
  .duvidas .inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
  }
  .duvidas .panel-text {
    color: #E5E5E5;
  }
  .duvidas .panel-body {
    padding: 0.5rem 1.9rem;
  }
  .duvidas .card {
    border-radius: 0px;
    margin-bottom: -1px;
    background-color: transparent;
    border: none;
  }
  .duvidas .card .card-header {
    border-radius: 0px;
    margin: 0.5rem 0;
    border: 0px;
    background: #E5E5E5;
    padding: 0;
    border-radius: 10px;
    
  }
  .duvidas .card .card-header a.panel-title {
    margin-bottom: 0;
    margin-top: -1px;
    font-style: normal;
    text-decoration: none !important;
    line-height: normal;
  }
  .duvidas .card .card-header a.panel-title:focus {
    text-decoration: none !important;
  }
  .duvidas .card .card-header a.panel-title h4 {
    padding: 1.3rem 2rem;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 0;
    color: #15223d;
  }
  .duvidas .card .card-header a.panel-title h4 .sign {
    padding-right: 1rem;
  }
  .cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
    padding: 1.3rem 2rem;
    margin-bottom: 0;
}


  .features{
    padding-top:40px;
    padding-bottom: 10px;
  }
  .features h2{
    color: #fff;
  }
  .features h4{
    color: #FFF;
  }
  .features h5{
    color: rgba(255,255,255,.8);
    padding-bottom: 20px;
    font-weight: 400;
  }
  .features h6{
    color: rgba(255,255,255,.8);
    padding-bottom: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  .features .card {
    background-color: transparent;
    border: none;
    z-index: 1;
    min-height: 100px;
    position: relative;
    transition: all 0.3s;
  }
  .features .card .img-wrapper {
    overflow: hidden;
  } 
  .features .card-wrapper {
    padding: 1rem;
  }
  .features .card-wrapper {
    -webkit-flex: 1;
  }
  .features .ico-mobi {
      font-size: 3rem;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      padding-bottom: 1rem;
      color: #FCA308;
  }

  
  .line-nova {
      width: 55px;
      margin-bottom: 0.5rem;
      height: 5px;
      display: inline-block;
      background: #FCA311;
  }
  .line-nova-inverte {
    width: 55px;
    margin-bottom: 0.5rem;
    height: 5px;
    display: inline-block;
    background: #495173;
  }
  @media (max-width: 768px) {
    .countdown h2{
      font-size: 1.6rem;
    }
    .countdown p.text-countdown {
      font-size: 0.8rem;
    }
    .countdown .boxed-countdown p.number-days, .boxed-countdown p.number-hours, .boxed-countdown p.number-minutes, .boxed-countdown p.number-seconds {
      padding: 0.8rem 0;
    }
    .countdown p.number-days, p.number-hours, p.number-minutes, p.number-seconds {
      font-size: 1.5rem;
    }
    a.btn-cta, .btn-cta {
        font-size: 22px;
    }
    .features .card {
       min-height: 100px;
      
    }
    .features .card-wrapper {
      padding-top: 0;
      padding-bottom: 0;
    }
    .features .ico-mobi {
       padding-bottom: 0.05rem;
    }
    .bottom-video h4 {
      font-size: 16px;
    }
    .bottom-comments .card-body {
      padding: 0.5rem 0.8rem;
    }
    .bottom-comments .card-inner{
      padding-left: 30px;
    }
    .features h2{
      font-size: 1.6rem;
    }
    .features h4{
      font-size: 18px;
    }
    .features h5{
      font-size: 16px;
    }

    .info{
      padding-bottom:20px
    }
    .info h2{
      font-size: 1.6rem;
    }
    .info h4{
      font-size: 18px;
    }
    .info h5{
      font-size: 16px;
    }
    .info .mob{
      padding-top:40px;
    }
    
    .resultados{
      padding-bottom: 20px;
    }
    .resultados h2{
      font-size: 1.6rem;
    }
    .resultados h4{
      font-size: 18px;
    }
    .resultados h5{
      font-size: 16px;
    }

    .depoimentos{
      padding-bottom: 20px;
    }
    .depoimentos h2{
      font-size: 1.6rem;
    }
    .depoimentos h4{
      font-size: 18px;
    }
    .depoimentos h5{
      font-size: 16px;
    }

    .duvidas h2{
      font-size: 1.6rem;
    }
    .duvidas h4{
      font-size: 18px;
    }
    .duvidas h5{
      font-size: 16px;
    }
    .duvidas .card .card-header a.panel-title h4 {
      font-size: 1.0rem;
    }
    .top-head h2 {
      font-size: 1.6rem;
    }
    .bottom-cta h3 {
      font-size: 1.5rem;
    }
    .top-head h5 {
        padding-bottom: 18px;
    }
  }

  
  

