/*
** Footer
*/
footer {
  background-image: linear-gradient(-47.45deg, #87cefa 0%, #87ceea 52.2%, #77a2e4 100%);
  padding: 5.5rem 0;
}
footer.referer-content {
  padding: 0;
  background-image: none;
  background-color: #77a3e4;
}
footer p.text {
  color: #fff;
  font-size: .75rem;
  margin-top: 1.5rem;
}
footer.referer-content p.text {
  margin: 1rem 0;
  text-align: left;
}
footer.referer-content p.text.type-2 {
  text-align: right;
}
footer p.text span {
  background-image: url(../img/icon-logo-ft.svg);
  width: 3.25rem;
  height: .75rem;
  display: inline-block;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
footer ul li {
  display: grid;
  padding-left: 2.5rem;
}
footer ul li a {
  text-indent: 1000rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin: .313rem;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer ul li a.instagram {
  background-image: url(../img/socials/instagram.svg);
}
footer ul li a.linkedin {
  background-image: url(../img/socials/linkedin.svg);
}
footer ul li a.vimeo {
  background-image: url(../img/socials/vimeo.svg);
  width: 1.438rem;
}
footer ul li a.twitter {
  background-image: url(../img/socials/twitter.svg);
  width: 1.563rem;
}
footer a.referer {
  display: inline-block;
  background-image: url(../img/puxo.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.75rem;
  text-indent: 9999rem;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  footer .logo {
    margin: 0 auto 2rem;
    width: 12.125rem;
    display: block;
  }
  footer p.text {
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  footer.referer-content p.text,
  footer.referer-content p.text.type-2 {
    text-align: center;
    margin: .5rem 0;
  }
}
