
body[data-department-route] .dept-breadcrumb::before{
  content:"Área do Departamento · ";
  color:#b73543;
  font-weight:700;
}
body[data-department-route] .dept-title h2{
  color:#1f2937;
}
body[data-department-route] .dept-tabs button.active{
  background:linear-gradient(135deg,#c54653,#a92d39)!important;
  color:#fff!important;
  border-color:transparent!important;
}
body[data-department-route] .dept-card:hover{
  border-color:#e7aab2!important;
  box-shadow:0 18px 40px rgba(169,45,57,.10)!important;
}
body[data-department-route] .dept-orb{
  background:linear-gradient(90deg,#d95b68,#b73543,#8d2832)!important;
  box-shadow:0 0 13px rgba(183,53,67,.25)!important;
}
body[data-department-route] .dept-go{
  color:#b73543!important;
}
