#mw-eleicoes,
#mw-eleicoes * {
  box-sizing: border-box;
}

#mw-eleicoes {
  width: 100%;
  overflow: hidden;
}

.eleicoes-topo {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  color: #fff;
  background-color: #00507d;
  background-image: url("../../img/eleicoes/bg_eleicoes_desktop.webp");
  background-position: center top;
  background-size: max(1500px, 100%) 381px;
  background-repeat: no-repeat;
}

.eleicoes-topo-container {
  position: relative;
  width: min(80%, 1200px);
  height: 100%;
  margin: 0 auto;
}

.eleicoes-titulo {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eleicoes-logo {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 50%;
  width: 180px;
  height: auto;
  transform: translateX(-50%);
}

.eleicoes-menu {
  display: grid;
  grid-template-columns: repeat(5, max-content) 245px repeat(4, max-content);
  align-items: center;
  gap: 27px;
  height: 119px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  white-space: nowrap;
}

.eleicoes-menu a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.eleicoes-menu a:hover,
.eleicoes-menu a:focus-visible {
  text-decoration: underline;
}

.eleicoes-menu .eleicoes-menu-voltar {
  font-weight: 700;
}

.eleicoes-chamada {
  margin: 24px 0 0;
  color: #6cc9f4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 5.35vw, 80px);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: -5px;
  b {
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .eleicoes-topo {
    height: 218px;
    min-height: 0;
    background-image: url("../../img/eleicoes/bg_eleicoes_mobile.webp");
    background-position: center top;
    background-size: 100% 278px;
  }

  .eleicoes-topo-container {
    width: 100%;
  }

  .eleicoes-logo {
    top: 22px;
    width: 118px;
  }

  .eleicoes-menu {
    position: absolute;
    top: 69px;
    left: 20px;
    display: flex;
    gap: 26px;
    width: calc(100% - 20px);
    height: 39px;
    padding-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .eleicoes-menu::-webkit-scrollbar {
    display: none;
  }

  .eleicoes-menu a {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .eleicoes-menu-espaco {
    display: none;
  }

  .eleicoes-chamada {
    position: absolute;
    top: 135px;
    left: 31px;
    margin: 0;
    font-size: 39px;
    line-height: 1;
    text-align: left;
    letter-spacing: -2.5px;
  }
}
