/* tarjeta producto */
.card-producto{
  position: relative;
  border: 0 !important;
  height: 330px;
  overflow: hidden;
  border-radius: 10px;
}

.card-producto .card-body-categoria{
  overflow-y: hidden; font-size: 12px;
}

.card-producto .card-body-titulo{
  min-height: 40px;
  max-height: 40px;
  font-size: 18px;
  overflow-y: hidden; line-height: 1.25;
}

.card-producto .card-body-precio{
  min-height: 20px;
  max-height: 20px;
}

.card-producto .card-body-descripcion{
  min-height: 20px;
  max-height: 20px;
  font-size: 12px;
  overflow-y: hidden;
}