.sb-tooltip-container {
    position: absolute;
    top: -32px;
    left: 0px;
  }
  
  .sb-tooltip {
    position: relative;
    font-size: 13px !important;
    font-family: var(--fuente-tokko);
    white-space: nowrap;
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
  }
  
  .sb-arrow {
    width: 3px;
    height: 3px;
    background: linear-gradient(-45deg, #000 50%, transparent 50%);
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
  }