.lista-romana-negrita {
  list-style-type: none;
  counter-reset: item;
}

.lista-romana-negrita li::before {
  content: counter(item, upper-roman) ".";
  counter-increment: item;
  font-weight: bold;
  margin-right: .5rem;
}

.bg-gray {
  background-color: #DAD9D9;
}

.bg-more2 {
  background-color: #A18872;
}

.bg-more {
  background-color: #B43D32;
}

.text-more {
  color: #641311;
}

.text-more1 {
  color: #AA983F;
}

.text-more2 {
  color: #851439;
}

.text-more3 {
  color: #754D25;
}

a {
  color: #754D25 !Important;
  text-decoration: none;
  background-color: transparent;
}

.btn-danger {
  color: #fff;
  background-color: #851439;
  border-color: #dc3545;
}

