/* Igual aos blocos <style> de templates/partials/servicos-grid.html e templates/servicos/servicos.html */

#slider {
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--gradiente2), var(--gradiente1));
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.card.hidden {
  display: none;
}

/* Altura fixa do legado quebra o grid em telas estreitas */
@media (max-width: 1023px) {
  .servicos-cards {
    height: auto !important;
  }
}
