/* El símbolo conserva los colores y píxeles del PNG original. */
.site-header {
  background: var(--ink);
  color: #f7f7f5;
  border-bottom: 1px solid var(--line);
}

.brand {
  width: 58px;
  height: 62px;
}

.brand img,
footer img {
  width: 54px;
  height: auto;
}

.header-contact {
  border-color: #d8dbe1;
}

footer {
  background: var(--ink);
  color: var(--mist);
  border-top: 1px solid var(--line);
}

footer img {
  width: 52px;
}

footer div {
  color: #f7f7f5;
}

@media (max-width: 760px) {
  .brand {
    width: 52px;
    height: 58px;
  }

  .brand img {
    width: 48px;
  }
}
