#footer--ajuntament {
  background-color: #FF2828;
}

#footer--ajuntament p {
  margin-top: 0;
}

#footer--ajuntament ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer--ajuntament #menu-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 16px 0;
}

@media screen and (max-width: 767px) {
  #footer--ajuntament #menu-footer {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 20px;
  }
}

#footer--ajuntament #menu-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px 8px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #footer--ajuntament #menu-footer ul {
    justify-content: center;
    margin-left: 0;
  }
}

#footer--ajuntament #menu-footer ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

#footer--ajuntament #menu-footer ul li:not(:first-child):before {
  content: "";
  background-color: #b31c1c;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  margin-right: 8px;
}

#footer--ajuntament #menu-footer a,
#footer--ajuntament #menu-footer span {
  font-size: 14px;
  color: #000;
  transition: color 0.3s;
}

#footer--ajuntament #menu-footer a span:not(.sr-only) {
  display: inline-block;
  position: relative;
  top: 1px;
  transition: color 0.3s;
}

#footer--ajuntament #menu-footer a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

#footer--ajuntament #menu-footer a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  outline: 1px solid #000;
}

#footer--ajuntament #menu-footer img {
  width: auto;
  height: auto;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #footer--ajuntament #menu-footer img {
    width: 120px;
    padding-bottom: 0;
  }
}

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;
}