/* STI FACU RUIZ - Empresas V15 */
.sti-v15-price{
  display:flex !important;
  min-height:128px !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:.35rem !important;
  padding:1rem 1.1rem !important;
}
.sti-v15-price .sti-v15-label{
  display:block !important;
  color:#667085 !important;
  font-size:.82rem !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
}
.sti-v15-price strong{
  display:block !important;
  color:#1f66df !important;
  font-size:clamp(2rem,3vw,2.75rem) !important;
  line-height:1 !important;
  letter-spacing:-.035em !important;
  white-space:nowrap !important;
}
.sti-v15-price small{
  display:block !important;
  margin-top:.35rem !important;
  color:#667085 !important;
  font-size:.8rem !important;
  font-weight:600 !important;
}