.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;
}

.form #sendmessage {
  color: #974B00;
  border: 1px solid #974B00;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form #sendmessage.show, .form #errormessage.show, .form .show {
  display: block;
}
.form button[type="submit"] {
  background: #B98947;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.form button[type="submit"]:hover {
  background: #343b40;
}

.validation {
    //display: block;
    
}