.footer {
  background-color: #f0f1f2;
  background-image: url(../assets/bg-header.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding: 35px 0;
  text-align: left;
}
@media (max-width: 992px) {
  .footer {
    text-align: center;
  }
}
.footer p, .footer a {
  color: #18242a;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
  font-family: "Bebas Neue";
  margin-top: 8px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .footer p, .footer a {
    font-size: 18px;
    line-height: 22px;
    padding: 30px 0;
  }
}

.footer a {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .footer a {
    float: none;
  }
}
@media (max-width: 992px) {
  .footer img {
    margin: 0 auto;
    display: inline-block;
  }
}
.footer-logo {
  width: 214px;
  display: block;
}
.footer-links {
  list-style-type: none;
  font-size: 21px;
  font-weight: 600;
}
.footer-links a, .footer-links a:hover {
  color: #f0f;
  text-decoration: none;
}
.footer-payments {
  margin-bottom: 30px;
}
.footer .link {
  margin: 0 7px;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer .link-facebook {
  width: 11px;
  height: 22px;
  background-image: url(../assets/link-facebook.png);
}
.footer .link-instagram {
  width: 22px;
  height: 22px;
  background-image: url(../assets/link-instagram.png);
}
.footer .link-youtube {
  width: 33px;
  height: 22px;
  background-image: url(../assets/link-youtube.png);
}
.footer .link-whatsapp {
  width: 22px;
  height: 22px;
  background-image: url(../assets/link-whatsapp.png);
}
.footer .link-twitter {
  width: 30px;
  height: 22px;
  background-image: url(../assets/link-twitter.png);
}

.subfooter {
  background-color: #333;
  padding: 31px 0 27px;
}
.subfooter p {
  color: #6d6d6d;
  font-size: 14px;
  width: 450px;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 18px;
  font-family: "Myriad Pro", sans-serif;
}
@media (max-width: 500px) {
  .subfooter p {
    width: 90%;
    padding: 0 5%;
    margin: 0;
  }
}
.subfooter img {
  padding: 4px;
}