footer {
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }
  @media screen and (min-width: 768px) {
    footer {
      position: absolute;
      bottom: 50px; } }
  footer .endereco {
    margin-left: 15px;
    text-align: justify; }
    footer .endereco::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f3c5";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      position: absolute;
      margin-left: -16px;
      margin-top: 5px; }
  footer .contatos {
    font-size: 1rem; }
    @media screen and (min-width: 992px) {
      footer .contatos {
        font-size: 1.3rem; } }
    @media screen and (max-width: 768px) {
      footer .contatos {
        font-size: 0.8rem; } }
    footer .contatos a {
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      footer .contatos a i {
        font-size: 19px; }
      footer .contatos a:hover {
        text-decoration: none;
        color: #d2d2d2; }
    footer .contatos .num {
      font-size: 1.3rem; }
      @media screen and (max-width: 768px) {
        footer .contatos .num {
          font-size: 0.9rem; } }

.copyright {
  color: #fff; }
  .copyright .copy {
    font-size: 0.8rem;
    margin-left: 0 !important; }
    @media screen and (max-width: 768px) {
      .copyright .copy {
        font-size: 0.7rem;
        padding-top: 10px; } }
  .copyright .d-flex > img, .copyright .d-flex > a {
    width: 50%;
    object-fit: contain; }
    .copyright .d-flex > img > img, .copyright .d-flex > a > img {
      object-fit: contain;
      width: 100%;
      height: 100%; }

.black-space {
  width: 100%;
  background: #000; }
  @media screen and (min-width: 768px) {
    .black-space {
      position: absolute;
      bottom: 0; } }

/*# sourceMappingURL=footer.css.map */
