/*--------------------------------------------------------------
# Card Content - Arquivo (estilos do card)
--------------------------------------------------------------*/

/* Efeito hover no card */
.hover-shadow {
  transition: all 0.3s ease;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Efeito hover no título */
.card-title a:hover {
  color: #0d6efd !important;
  text-decoration: underline !important;
}

/*--------------------------------------------------------------
# Central de Downloads
--------------------------------------------------------------*/

.accordion{padding: 40px 0;}

.table > tbody > tr:hover {
    background-color: #F1F3F5 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #e7f1ff !important;
  color: #1666FF !important;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.table > tbody > tr:hover {
  background-color: #f8f9fa;
}