.rowButtons{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5px;
  .content-button{
    width: 135px;
    height: 20px;
    .button-opc{
      gap: 5px
    }
    #btn_guardar{
      .material-symbols-outlined {
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
      }
    }
  }
}



