.courseCard {
  height: 100%;
}

.priceTag {
  position: absolute;
  z-index: 20;
  background-color: rgba(58, 58, 58, 0.6);
  color: white;
  font-size: 1.5rem;
  border-radius: 5px 0 25px 0;
  min-width: 25%;
  font-weight: 500;
}

.no-sale {
  color: var(--bs-secondary-color);
  text-decoration: line-through;
  text-decoration-color: rgba(227, 93.4, 106.2, 0.75);
}

.nombre {
  min-height: 10rem;
}

.card-footer.card-cfc {
  padding: 0.5rem 5rem;
}

/*# sourceMappingURL=categoria.css.map */
