/* 
sociais - p: #0076b9 s: #68593b
artes - p: #ae6dab s: #71d0df
vida - p: #36a551 s: #df7415
juridicas - p: #c13438 s: #7db0e0
humanas - p: #ec6129 s: #00af9a
exatas - p: #1d4975 s: #cc7e89
*/
/* SOCIAIS */
.sociais-border{
    border-color: #0076b9 !important;
  }
  .sociais-color{
    color: #0076b9 !important;
  }
  .sociais-color:hover{
    color: #0076b9 !important;
  }
  .sociais-bg{
    background-color: #0076b9 !important;
    --bs-table-bg: #0076b9;
    --bs-table-border-color: #0076b9;
    --bs-table-color: #fff;
  }
  .sociais .nav-item .nav-link.active{
    color: #0076b9 !important;
    font-weight: bold;
  }
  
  /* ARTES */
  .artes-border{
    border-color: #ae6dab !important;
  }
  .artes-color{
    color: #ae6dab !important;
  }
  .artes-color:hover{
    color: #ae6dab !important;
  }
  .artes-bg{
    background-color: #ae6dab !important;
    --bs-table-bg: #ae6dab;
    --bs-table-border-color: #ae6dab;
    --bs-table-color: #fff;
  }
  .artes .nav-item .nav-link.active{
    color: #ae6dab !important;
    font-weight: bold;
  }
  
  /* VIDA */
  .vida-border{
    border-color: #36a551 !important;
  }
  .vida-color{
    color: #36a551 !important;
  }
  .vida-color:hover{
    color: #36a551 !important;
  }
  .vida-bg{
    background-color: #36a551 !important;
    --bs-table-bg: #36a551;
    --bs-table-border-color: #36a551;
    --bs-table-color: #fff;
  }
  .vida .nav-item .nav-link.active{
    color: #36a551 !important;
    font-weight: bold;
  }
  
  /* JURIDICAS */
  .juridicas-border{
    border-color: #c13438 !important;
  }
  .juridicas-color {
    color: #c13438 !important;
  }
  .juridicas-color:hover{
    color: #c13438 !important;
  }
  .juridicas-bg{
    background-color: #c13438 !important;
    --bs-table-bg: #c13438;
    --bs-table-border-color: #c13438;
    --bs-table-color: #fff;
  }
  .juridicas .nav-item .nav-link.active{
    color: #c13438 !important;
    font-weight: bold;
  }
  
  /* HUMANAS */
  .humanas-border{
    border-color: #ec6129 !important;
  }
  .humanas-color{
    color: #ec6129 !important;
  }
  .humanas-color:hover{
    color: #ec6129 !important;
  }
  .humanas-bg{
    background-color: #ec6129 !important;
    --bs-table-bg: #ec6129;
    --bs-table-border-color: #ec6129;
    --bs-table-color: #fff;
  }
  .humanas .nav-item .nav-link.active{
    color: #ec6129 !important;
    font-weight: bold;
  }
  
  /* EXATAS */
  .exatas-border{
    border-color: #1d4975 !important;
  }
  .exatas-color{
    color: #1d4975 !important;
  }
  .exatas-color:hover{
    color: #1d4975 !important;
  }
  .exatas-bg{
    background-color: #1d4975 !important;
    --bs-table-bg: #1d4975;
    --bs-table-border-color: #1d4975;
    --bs-table-color: #fff;
  }
  .exatas .nav-item .nav-link.active{
    color: #1d4975 !important;
    font-weight: bold;
  }
  
  .grayColor{
    color: #333 !important;
  }
  .grayColor:hover{
    color: #333 !important;
  }
  