footer {
  background-color: #f2f2f2;
  font-size: 16px;
}

footer p {
  font-size: 16px;
}

footer.share {
  background-color: var(--primary-color);
  color: white;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

footer.share > div {
  padding-top: 30px;
  padding-bottom: 20px;
  height: auto;
  text-align: center;
}

footer.share > div:nth-child(2) {
  background-color: #70b0a9;
  text-align: center;
  line-height: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

footer.share > div > p > a.colaborators {
  margin-bottom: 25px;
  display: inline-block;
}

footer.share > div.color-text-black {
  color: black;
}

footer.share > div.color-text-black > p, footer.share > div.color-text-black > address {
  text-align: justify;
}

footer.share > div.color-text-black > p > a, footer.share > div.color-text-black > address > a {
  text-decoration: none;
  text-align: justify;
  color: black;
}

footer.share > div.color-text-black > p > a:hover, footer.share > div.color-text-black > address > a:hover {
  text-decoration: none;
  color: #DDDDDD;
}

footer.legal {
  text-align: center;
  padding: 15px;
  background-color: #f2f2f2;
}

footer.legal > span > a {
  text-decoration: none;
  color: #5c6183;
}

footer.legal > span > a:hover {
  text-decoration: none;
  color: #adadad;
}

footer.share address a {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  text-decoration: none;
  color: black;
}

footer.share address a img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

footer.share address a span {
  display: inline-block;
  word-break: break-word;
}
