.block-sitebranding {
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .block-sitebranding {
    position: relative;
    z-index: 99999;
  }
}
@media screen and (max-width: 1199px) {
  .block-sitebranding > .container {
    max-width: 100%;
    margin: 0;
  }
}
.block-sitebranding .ajuntament-branding-logo {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.block-sitebranding .ajuntament-branding-logo img {
  transform: translateY(-30px);
  height: 18px;
  width: auto;
}
.block-sitebranding .ajuntament-branding-logo.show {
  max-height: 22px;
}
.block-sitebranding .ajuntament-branding-logo.show img {
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
.block-sitebranding .ajuntament-branding-header {
  gap: 4px;
  min-height: 56px;
  padding: 4px 0 12px;
  transition: max-width 0.3s ease, height 0.3s ease, padding-bottom 0.3s ease;
}
@media screen and (min-width: 576px) {
  .block-sitebranding .ajuntament-branding-header {
    min-height: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .block-sitebranding .ajuntament-branding-header {
    min-height: 94px;
    padding: 0 0 32px;
    transition: all 0.3s ease;
  }
}
.block-sitebranding .ajuntament-branding-header .ajuntament-menu-toggle:focus-visible {
  outline: 1.5px solid #000 !important;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .block-sitebranding .ajuntament-branding-header .ajuntament-menu-toggle:focus-visible {
    outline: 1.5px solid #DB2828 !important;
    color: #DB2828;
  }
}
.block-sitebranding .ajuntament-menu-toggle {
  width: 38px;
  height: 38px;
  color: #4B4B52;
  background-color: #fff;
  border: none;
  margin-left: -8px;
  cursor: pointer;
  position: relative;
  outline: none;
  flex-shrink: 0;
}
.block-sitebranding .ajuntament-menu-toggle:focus-visible {
  outline: 1.5px solid #000;
  color: #000;
}
.block-sitebranding .ajuntament-menu-toggle svg {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 576px) {
  .block-sitebranding .ajuntament-menu-toggle {
    width: 46px;
    height: 46px;
  }
  .block-sitebranding .ajuntament-menu-toggle svg {
    width: 34px;
    height: 34px;
  }
}
.block-sitebranding .ajuntament-menu-toggle .menu-svg-container {
  position: relative;
}
.block-sitebranding .ajuntament-menu-toggle .menu-svg-container .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: opacity 0.4s ease;
  outline: none;
}
.block-sitebranding .ajuntament-menu-toggle .menu-svg-container .menu {
  opacity: 1;
}
.block-sitebranding .ajuntament-menu-toggle .menu-svg-container .close {
  opacity: 0;
}
.block-sitebranding.ajuntament_menu_open .ajuntament-menu-toggle .menu {
  opacity: 0;
}
.block-sitebranding.ajuntament_menu_open .ajuntament-menu-toggle .close {
  opacity: 1;
}
.block-sitebranding.ajuntament_menu_open .ajuntament-menu-toggle .sr-only {
  margin-left: 19px;
}
.block-sitebranding h1 {
  margin-bottom: 2px;
  color: #000;
  transition: all 0.5s ease;
  font-size: 44px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.75px;
}
@media screen and (max-width: 1199px) {
  .block-sitebranding h1 {
    font-size: 34px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 575px) {
  .block-sitebranding h1 {
    font-size: 26px;
    line-height: 24px;
    letter-spacing: -0.25px;
  }
}
.block-sitebranding h1 a {
  color: #000;
  text-decoration: none;
}
.block-sitebranding h1 a:hover {
  text-decoration: underline;
}
.block-sitebranding h1 a:focus-visible {
  outline: 1.5px solid #000;
  color: #000;
}
.block-sitebranding h1 img {
  max-height: 44px;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .block-sitebranding h1 img {
    max-height: 34px;
  }
}
@media screen and (max-width: 575px) {
  .block-sitebranding h1 img {
    max-height: 24px;
  }
}
.block-sitebranding h1 img.sticky {
  display: none;
}
.block-sitebranding .ajuntament-branding-slogan {
  max-height: 0;
  overflow: hidden;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #696973;
  padding-left: 2px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .block-sitebranding .ajuntament-branding-slogan {
    font-size: 16px;
    line-height: 16px;
  }
}
.block-sitebranding .ajuntament-branding-slogan:focus-visible {
  outline: 1.5px solid #4B4B52;
}
.block-sitebranding .ajuntament-branding-slogan:focus-visible .sr-only {
  text-decoration: none;
  z-index: 3;
}
.block-sitebranding .ajuntament-branding-slogan.show {
  max-height: fit-content;
}

#header.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-anchor: none;
}
@media screen and (max-width: 1199px) {
  #header.sticky .region-header {
    height: 82px;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  #header.sticky .region-header {
    height: 66px;
  }
}
@media screen and (max-width: 1199px) {
  #header.sticky .region-header .block-sitebranding {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  #header.sticky .region-header nav {
    position: fixed;
    z-index: 9999;
    top: 82px;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  #header.sticky .region-header nav {
    top: 66px;
  }
}
#header.sticky .block-sitebranding {
  padding: 4px 0 6px;
}
@media screen and (min-width: 576px) {
  #header.sticky .block-sitebranding {
    padding: 7px 0;
  }
}
@media screen and (min-width: 1200px) {
  #header.sticky .block-sitebranding {
    padding: 8px 0 12px;
  }
}
#header.sticky .block-sitebranding .ajuntament-branding-logo {
  transition: all 0.4s ease;
}
@media screen and (min-width: 576px) {
  #header.sticky .block-sitebranding .ajuntament-branding-logo {
    padding: 0 0 6px;
  }
}
@media screen and (min-width: 1200px) {
  #header.sticky .block-sitebranding .ajuntament-branding-logo {
    padding: 0 2px 4px;
  }
}
@media screen and (max-width: 575px) {
  #header.sticky .block-sitebranding .ajuntament-branding-logo img {
    height: 14px;
  }
}
#header.sticky .block-sitebranding .ajuntament-branding-header {
  min-height: 38px;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  #header.sticky .block-sitebranding .ajuntament-branding-header {
    min-height: 46px;
  }
}
@media screen and (min-width: 1200px) {
  #header.sticky .block-sitebranding .ajuntament-branding-header {
    min-height: 24px;
  }
}
#header.sticky .block-sitebranding h1 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  #header.sticky .block-sitebranding h1 {
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.25px;
  }
}
#header.sticky .block-sitebranding h1 img {
  max-height: 24px;
}
@media screen and (max-width: 575px) {
  #header.sticky .block-sitebranding h1 img {
    max-height: 20px;
  }
}
#header.sticky .block-sitebranding h1 img.sticky {
  display: block;
}
#header.sticky .block-sitebranding h1 img.sticky + img {
  display: none;
}
@media screen and (min-width: 768px) {
  #header.sticky .block-sitebranding .ajuntament-branding-slogan {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  #header.sticky .block-sitebranding .ajuntament-branding-slogan-mobile {
    overflow: hidden;
  }
}
#header .region-header {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1019607843);
  -moz-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1019607843);
}

a:focus-visible .sr-only,
button:focus-visible .sr-only,
div:focus-visible .sr-only,
span:focus-visible .sr-only {
  width: auto;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
  height: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: #696973;
  border-radius: 4px;
  color: #fff !important;
  clip: auto;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%) translateY(100%);
  z-index: 3;
  padding: 3px 10px 4px;
}