.Solicitud {
  display: none;
}
.link {
    /*border: 1px solid #fab31e;*/
    padding: 10px;
    background-color: #fab31e;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Helvetica', sans-serif;
    border-radius: 5px;
    text-align: center;
    margin-left: 141px !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bolder;
  }
  #get-button {
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    cursor: pointer;
    padding: 0.7em 1.2em;
    border: medium none;
    appearance: none;
    text-decoration: none;
    flex: 0 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    background: #006BDD none repeat scroll 0% 0%;
    font-style: normal;
    border-radius: 6px;
    margin-left: 6px;
    visibility: visible;
    outline: currentcolor none medium;
  }
  .hidden-button {
    display: none;
  }