/*  NAVBAR TOPO  */
/* ============= */
/* background color */
.navbar-custom1 {
  background-color: #404040;
    height: 140px;
}

/* background color */
.tit_app {
   padding-right: 20x;
   color: #969696;
}

/* links dos serviços */
a.link-sistemas:link {
    width: 100%;
    padding: 0px 0;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: -.06px;
}
a.link-sistemas:visited {
    width: 100%;
    padding: 0px 0;
    font-size: 12px;
    color: #FFF;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: -.06px;
}
a.link-sistemas:hover  {
    text-decoration:underline;
}

/* nome do utilizador autenticado */
.user_auth {
   padding-right: 20px;
   color: #c6c6c6;
}

/* botao de login */
.btn-custom1 {
    font-family: 'Roboto', sans-serif;
    background-color: #DB3021;
    color: #FFFFFF;
}



/* ============= */
.custom_tit1{
  background-color: rgb(227, 227, 227) !important;
    border-radius: 180px;
    height: 150px;
    width: 150px;
  }
  

  .custom_box{
  border:0px;
  }
  
  .custom_tit{
  background-color: #b2b2b2;
    border-radius: 180px;
    height: 150px;
    width: 150px;
  }
  




body {
   
    font-family: outfit, sans-serif; 
}
h1 {
    color: #333;
}

.custom_tit_intraRH{
background-color: #99c2b2;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}


.custom_tit_intraCPO{
background-color: #ff0011;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}
.custom_tit_intraENTIDADE{
background-color: #00ff99;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}
.custom_tit_intraEVENTOS{
background-color: #00ff99;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}
.custom_tit_intraDesk{
background-color: #00ff99;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}
.custom_tit_intraForm{
background-color: #00ff99;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}
.custom_tit_intraStud{
background-color: #00ff99;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}
.custom_tit_intraDAE{
background-color: #00ff99;
  border-radius: 180px;
  height: 150px;
  width: 150px;
}


/* NAVBAR - background*/
.custom-bg-nav-intraSYS{
  background-color:antiquewhite !important;
}
.custom-bg-nav-intraRH{
  background-color: #acbddb !important;
}
.custom-bg-nav-intraCPO{
  background-color: rgb(189, 234, 201) !important;
}
.custom-bg-nav-intraDAE{
  background-color: rgb(255, 181, 147) !important;
}
.custom-bg-nav-intraEVENTOS{
  background-color: rgb(198, 191, 231) !important;
}
.custom-bg-nav-intraENTIDADE{
  background-color: rgb(246, 185, 185) !important;
}
.custom-bg-nav-intraBIB{
  background-color: rgb(231, 244, 147) !important;
}