 body{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
  }
  .fundo{
    background-color: #444A69;
  }
  .top-bar {
    background-color: #f50711;
    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 .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; 
  }
  .mostra-botao{
    display: none; 
  }
  .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;
    background-color:rgb(245 7 194);
    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;
  }
  
  @media (max-width: 768px) {
    a.btn-cta, .btn-cta {
        font-size: 22px;
    }
    .bottom-video h4 {
      font-size: 16px;
    }
    .bottom-comments .card-body {
      padding: 0.5rem 0.8rem;
    }
    .bottom-comments .card-inner{
      padding-left: 30px;
    }
    .top-head h2 {
      font-size: 1.6rem;
    }
    .bottom-cta h3 {
      font-size: 1.5rem;
    }
    .top-head h5 {
        padding-bottom: 18px;
    }
  }

  
  

