.paging-desk{
display: flex;
justify-content: center;
margin: 5px;
}


.pag-link{
    border: solid 1px gray;margin: 0 1px;
    padding: 3px 3px;min-width: 1.5rem;
    height: 1.5rem;font-size: 0.85rem;
    line-height: 1.1rem;text-align: center;/* align-items: center; */
  }

  .pgl-atual{
background-color:#c5dbfd;
font-weight: 600;
color: #0147b1;
}

.paging-mobile{
justify-content: center;
display: none;
}

@media (max-width: 790px){
  .paging-mobile{
justify-content: center;
display: flex;
}
.paging-desk{
  display: none;
  justify-content: center;
  margin: 5px;
  }
  .unid_tab{
  display: none;
  }
  .cx_tab{
  display: none;
  }
  .descr_tab{
  display: none;
  }
  .pag-link-mob{
border: solid 1px gray;
margin: 0 3px;
padding: 5px 5px;
min-width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
font-size: 12px;
}

  
}