.setores {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  flex-direction: column;
  background-color: #fff;
  padding: 80px;
  margin-top: -50px;
}

.setores-title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #000;
}

.setor-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
  flex-wrap: wrap;
  margin-left: -60px;
}

.setor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.setor-item i {
  font-size: 3.5rem;
  color: #000;
  margin-bottom: 0.5rem;
  transition: transform .3s ease, box-shadow .3s ease;
}

.setor-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

.setor-item i:hover {
    transform: translateY(-10px) scale(1.02);
  color: #fc821b;
}

.setor-item i {
  font-size: 3.5rem;
  color: #000;
  margin-bottom: 0.5rem;
}