.lista h6 {
    font-weight: bold;
    color: #444444;
}

.lista {
    font-size: 14px;
    line-height: 1.2;
    color: #929191;
    text-align: justify;	
}

.card { border: 0; }
.card-header {
    border: 0!important;
    font-weight: bold;
    color: #444444;
    border-bottom: 1px solid #B98947!important;
}

.card-header .btn {
    color: #000;
    border: 0;
    width: 100%;
    text-align: left;
}

.btnDetail {
  background: #B98947;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.btnDetail:hover {
  background: #343b40;
}
