.footer {
  border-bottom: 5px solid #572EE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .share {
  margin: 47px 0 23px 0;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.footer .noc-facebook, .footer .hover-facebook, .footer .noc-twitter, .footer .hover-twitter, .footer .noc-instagram, .footer .hover-instagram {
  display: none;
}

.footer .img-social {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .img-social .twitter {
  margin: 0 20px 0 20px;
}

.footer .img-social .twitter:hover .normal-twitter {
  display: none;
}

.footer .img-social .twitter:hover .hover-twitter {
  display: block;
}

.footer .img-social .facebook:hover .normal-facebook {
  display: none;
}

.footer .img-social .facebook:hover .hover-facebook {
  display: block;
}

.footer .img-social .instagram:hover .normal-instagram {
  display: none;
}

.footer .img-social .instagram:hover .hover-instagram {
  display: block;
}

.footer .autor {
  margin: 46px 0 23px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 111px;
    padding: 0 156px 0 156px;
  }
  .footer .share {
    margin: 0 17px 0px 0;
    font-size: 13px;
  }
  .footer .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .img-social .twitter {
    margin: 0 20px 0 20px;
  }
  .footer .autor {
    margin: 0 0 0 0;
    font-size: 13px;
  }
}
/*# sourceMappingURL=footer.css.map */