nav.navbar.navbar-expand-lg {
  border-bottom: 1px solid #ccc;
}

a.navbar-brand {
  font-size: 26px;
  font-weight: 700;
  color:#a8d67b;
}

a.nav-link.btn.btn-success {
    background: #a8d67b;
    color: #fff;
    border: #a8d67b;
    border: #a8d67b;
    padding: 8px 30px;
}

a.btn.btn-sm.btn-success {
  background: #a8d67b;
  color: #000;
  font-weight: 600;
  border: #a8d67b;
  border: #a8d67b;
  padding: 13px 30px;
  font-size: 15px;
}
a.btn.btn-sm.btn-secondary {
    padding: 13px;
    color: #000;
    font-weight: 600;
    background: #ccc;
    border: none;
}
.col-6.text-secondary.text-end {
  color: #b7b7b7 !important;
}

.col-6.text-success {
  color: #a8d67b !important;
  font-weight: 600;
}

.card-header h3 {
  font-size: 2.5em;
  font-weight: 700;
}

a.nav-link.active {
  font-weight: 600;
  color: #a8cd83 !important;
}
.parceiros img {
  width: 145px;
}

.card-header {
  background: #ffffff;
}

.card-header .row {
  font-size: 18px !important;
}

.bg-light {
  background-color: #fff !important;
}

.col-6.text-dark {
  font-size: 18px;
  padding: 5px 10px;
  font-weight: 600;
  border-bottom: 2px solid #e7e7e7;
}

.col-6.text-secondary.text-end {
  padding: 5px 10px;
  border-bottom: 2px solid #e7e7e7;
}

.card.col-4 {
  border: none;
  box-shadow: 0px 0px 20px 0px #d9d9d9;
  margin: 16px;
  width: 408px;
}

img.card-img-top {
  padding: 14px 0px;
}

section.parceiros {
  border-top: 2px solid #ccc;
  margin-top: 30px;
}

.card.card-1 {
  border: none;
}