.toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    /* Agrega cualquier otro estilo deseado */
  }

  #complementos {
    height: 70.5vh;
    overflow-y: auto;
  }

  .tab-content {
    background-color: rgb(255, 255, 255);
  }