.bg-more3 {
  background-color: #754D25!Important;
}

.bg-naran {
  background-color: #D47233!Important;
}

.bg-vc {
  background-color: #B3D8A9 !Important;
}

.bg-pur1 {
  background-color: #BE98C7;
}

.bg-pur2 {
  background-color: #5A2D8A;
}

.bg-bs {
  background-color: #24A7DF;
}

.bg-bm {
  background-color: #343393;
}

.bg-pink {
  background-color: #F2BDB1;
}

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

.bg-bluef {
  background-color: #28409A;
}

.bg-bluep {
  background-color: #3EC3D6;
}

.bg-ver {
  background-color: #58A537;
}

.bg-azul {
  background-color: #388CCB;
}

.bg-bf {
  background-color: #174281;
}

.bg-navy {
  background-color: #0B435C;
}

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

.text-orange {
  color: #D47233;
}

.text-more {
  color: #B43D32;
}

.text-azul {
  color: #388CCB;
}

.text-ver {
  color: #99B740;
}

.text-bf {
  color: #174281;
}

.text-gris1 {
  color: #6D6A71;
}

.text-more1 {
  color: #AA983F;
}

.text-more2 {
  color: #DFBF27;
}

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

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: initial;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

