/* Seção: Setores */
#setores {
  --setores-map-width: 1300px;
  --setores-map-modal-width: 1600px;
  padding: 4rem 0;
  background-color: hsl(var(--background));
  scroll-margin-top: 0
}

#setores-map-button {
  max-width: var(--setores-map-width);
}

#setores-map-modal .setores-map-panel {
  max-width: min(100%, var(--setores-map-modal-width));
}
