.electionbar {
  width: 100%;
  height: 70px;
  margin: 1rem 0 2rem;
  padding: 5px 0;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .electionbar {
    height: 75px;
    padding: 7px 0;
  }
}
.electionbar__wrapper {
  position: relative;
  flex: 1;
  display: flex;
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  animation: none;
}
.electionbar__container {
  flex: 1;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .electionbar__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .electionbar__container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .electionbar__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .electionbar__container {
    max-width: 1140px;
  }
}
.electionbar__header {
  display: flex;
  min-height: 70px;
  max-height: 70px;
  justify-content: center;
  align-items: center;
  margin-top: -7px;
  margin-bottom: -7px;
  padding: 0 1.5rem;
  background-color: #6601FF;
  box-shadow: 3px 0 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .electionbar__header {
    min-height: 75px;
    max-height: 75px;
    clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
  }
}
.electionbar__header .header-icon {
  display: block;
  width: 100px;
  height: 45px;
  background: url("/resources/images/blocks/electionbar/eleicoes-logo-mob.png") center center no-repeat;
}
@media (min-width: 768px) {
  .electionbar__header .header-icon {
    width: 125px;
    height: 65px;
    background: url("/resources/images/blocks/electionbar/eleicoes-logo-desk.png") center center no-repeat;
  }
}
.electionbar__items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: #fff;
  padding: 0.5rem 1rem 0.5rem 0;
}
.electionbar__item {
  position: relative;
  display: flex;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: max-content;
  margin-left: 7px;
  padding: 0 0.75rem;
  border-radius: 4px;
  color: #0162fb;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.electionbar__item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #f0f0f0;
}
.electionbar__item:first-child::before {
  display: none;
}
.electionbar__item:hover {
  background-color: #0162fb;
  color: #fff;
}
.electionbar__item .item-icon {
  display: flex;
  justify-self: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
}
.electionbar__item .item-icon + .item-content {
  margin-left: 1.5rem;
}

.electionbar {
  display: flex !important;
}

/*# sourceMappingURL=electionbar.css.map */
