body {
  padding-top: 60px;
}

.header-minisite {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 10px;
  color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: #ef5327;
}
.header-minisite .btn-link {
  appearance: none;
  background: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  color: currentColor;
  display: inline-flex;
  align-items: center;
  padding: 0.5em;
}
.header-minisite .btn-link .icon + *,
.header-minisite .btn-link * + .icon {
  margin-left: 0.5em;
}

@media (max-width: 767px) {
  .header-minisite .hidable {
    display: none;
  }
}
.header-minisite_section {
  display: flex;
  align-items: center;
}

.header-minisite_burger {
  margin-right: 1em;
  background: none;
  border: none;
  cursor: pointer;
}

.header-minisite_logo {
  font-size: 41px;
  font-family: "CircularStd", arial, sans-serif;
  padding-left: 135px;
  background: url("./logo.svg") center left no-repeat;
}

.header-minisite_beta > *:not(:last-child) {
  margin-right: 10px;
}

.user-box {
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .user-box_toggle > *:not(:first-child) {
    display: none;
  }
}
.user-box_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  box-shadow: -1px 2px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: #ef5327;
}

.user-box_dropdown[aria-hidden=false] {
  display: block;
}

.user-box_dropdown ul {
  padding: 20px;
}

.user-box_dropdown li a {
  position: relative;
  padding-left: 20px;
}

.user-box_dropdown li a .icon {
  position: absolute;
  top: 2px;
  left: 0;
}

.user-box_logout {
  display: block;
}

.header-minisite-municipales .header-minisite_number {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}