@charset "UTF-8";

.tooltip-inner {
  max-width: 400px;
  /* max-height: 400px; */
  /* overflow: auto; */
}

.asteriskField{
  color: red;
  padding-left: 3px;
}

.badge-izq{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: 0.75rem;
}

.product-card:hover:not(.card-static) {
  border-color: #fff !important;    
  box-shadow: 0 0.3rem 1.525rem 0.65rem rgba(0,0,0,.1);
  z-index: 10;
}


/*.tarjeta-producto {
  transition: transform .2s;}*/

.tarjeta-producto:hover{
  border-color: #fff !important;    
  box-shadow: 0 0.3rem 1.525rem 0.65rem rgba(0,0,0,.1);
  z-index: 10;
}

.ml-n8{
  margin-left: -8rem !important;
}

.pr-2{
  padding-right: 0.75rem !important;
}