#titulo-downloads {
  padding: 2rem 8rem 0.6rem 8rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid var(--accent-color);
  border-image: linear-gradient(
      90deg,
      var(--background-color),
      var(--highlight-color),
      var(--background-color)
    )
    1;
  animation: fadeIn 1s ease-in-out forwards;
}

.titulo-programas-sistemas_operacionais {
  padding: 0.6rem 4rem;
  border-bottom: 2px solid var(--highlight-color);
  font-size: 1.3rem;
}

#downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 2rem;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border-top: 3px solid var(--accent-color);
  border-bottom: 3px solid var(--accent-color);
  border-left: 3px solid var(--highlight-color);
  border-right: 3px solid var(--highlight-color);
  background-color: var(--secondary-color);
  margin-bottom: 2rem;
  width: 90%;
  animation: fadeIn 1s ease-in-out forwards;
}

#downloads img {
  width: 80px;
}

.downloads-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  width: 100%;
}

.downloads-container article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  gap: 1rem;
  background-color: var(--background-color);
  width: 15%;
  border-radius: 8px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.downloads-container article h3 {
  color: var(--highlight-color);
}

.downloads-container article a {
  text-decoration: none;
  color: var(--accent-color);
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
}

.downloads-container article a:hover {
  border-bottom: 2px solid var(--accent-color);
}

.downloads-container article a i {
  padding-right: 0.2rem;
}

#sistemas-operacionais {
  width: 100%;
  justify-content: center;
}

#sistemas-operacionais article {
  width: 15%;
}
