.bg-dark {
  background-color: #AA983F!important;
}

.bg-more {
  background-color: #AA983F!important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 700;
}

a {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #212529;
  text-decoration: none;
}

.bg-purple {
  background-color: #563D7C!important;
}

.bg-purple {
  background-color: #563D7C!important;
}

.bg-pink {
  background-color: #FA3A61!important;
}

.bg-orange {
  background-color: #E77817!important;
}

.bg-greenl {
  background-color: #6EB708!important;
}

.card-cge {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-image: url(../../assets/img/tajin3.png);
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.text-more {
  color: #B33B30!important;
}

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

