@media (min-width: 768px) {
    #navbar-top .navbar-brand .navbar-logo {
        max-width: 200px!important;
    }
}

@media (max-width: 767px) {
    #navbar-top .navbar-brand .navbar-logo {
        max-width: 160px!important;
    }
}

body {
    background-color: #0d0620!important;
}

#navbar-top{
    background: #130a2d!important;
}

.container-busca input[name=input-busca]{
  background-color: #190d39!important;
  border-color: #190d39!important;
}

  .planos-premium .card{
    background-color: #190d39!important;
  }
  
    .planos-premium .list-group-item{
    background-color: #190d39!important;
  }
  
.midia-intro .midia-background{
  background-color: rgba(13, 6, 32, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}