.card-header {
  height: 280px;
  background-color: orange;
}

#download-icon {
  font-size: 30px;
  color: black;
  opacity: 0.4;
}

#heading-card {
  margin-top: 40px;
  font-size: 45px;
}

.card-text {
  font-size: 1rem;
}

.cardheader-text {
  color: #fff;
}

.cardbody-sub-text {
  text-transform: uppercase;
  font-weight: 600;
}

.card-text.sub-text-color {
  color: #8c8c8c;
}

.card-text:last-child {
  font-size: 30px;
  color: #1e4851;
}

#cardheader-subtext {
  font-size: 20px;
}

.card.cards-shadown {
  box-shadow: 2px 2px 15px rgba(21,157,144,0.59);
}

.row.space-rows {
  margin: 40px;
}

.col {
  padding: 20px 7px 0px 7px;
}

.card.cards-shadown.cards-hover:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99;
}

.card-header:first-child:hover {
  background-color: #ffb366;
}

.card-header-bk01 {
  background-image: url("../../assets/img/colecoes/importados.png");
  background-size: cover;
  background-position: center;
}

.card-header-bk02 {
  background-image: url("../../assets/img/colecoes/classicos.png");
  background-size: cover;
  background-position: center;
}

.card-header-bk03 {
  background-image: url("../../assets/img/colecoes/exoticos.png");
  background-size: cover;
  background-position: center;
}

