.footer {
  font-family: "Century Gothic";
}
.footer > p {
  text-align: center;
  background: #18141b;
  padding-bottom: 50px;
  color: white;
  font-size: 18px;
}
.footer-contact {
  background: #18141b;
  display: flex;
  padding: 50px 80px;
}
.footer-contact__place {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.footer-contact__place > img {
  width: 180px;
}
.footer-contact__place > span {
  display: flex;
  align-items: flex-start;
  margin: 20px 0px;
  line-height: 2;
  font-size: 14px;
  color: white;
}
.footer-contact__place > span > img {
  margin-right: 10px;
}
.footer-contact__place > span:nth-child(3) {
  align-items: center;
}
.footer-contact__sitio {
  color: white;
  width: 33%;
  text-align: right;
}
.footer-contact__sitio > p {
  margin-bottom: 15px;
}
.footer-contact__sitio > a {
  text-decoration: none;
  margin-bottom: 15px;
    display: block;
  color: #fff;
}
.a:active{
  color:#fff;
  text-decoration: none;
}
.a:visited{
  color:#fff;
  text-decoration: none;
}
.footer-contact__sitio > a:first-child {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
}
.social-media {
  max-width: 1280px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-media > p {
  font-family: "Century Gothic";
  font-size: 30px;
  font-weight: bold;
  color: #59629f;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.social-media .social-media__icons {
  display: flex;
  justify-content: center;
  margin: 0px 25px;
}
.social-media__icons img:hover{
  filter:invert(73%) sepia(8%) saturate(1868%) hue-rotate(190deg) brightness(89%) contrast(89%);
}
