
@media (max-width: 767px) {
    .rodape .content {
      text-align: center;
    }
    .rodape .content > div:not(:last-child) {
      margin-bottom: 2rem;
    }
  }
  @media (max-width: 767px) {
    .rodape .media-wrap {
      margin-bottom: 1rem;
    }
  }
  .rodape .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
  }
  .rodape .media-wrap img {
    height: 8rem;
  }
  @media (max-width: 767px) {
    .rodape .footer-lower .copyright {
      margin-bottom: 1rem;
      text-align: center;
    }
  }
  .rodape .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
  }
  .rodape .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .rodape .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
  }
  .rodape .footer-lower .social-list .soc-item {
    margin: 0 .5rem;
  }
  .rodape .footer-lower .social-list a {
    margin: 0;
    opacity: .5;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
  .rodape .footer-lower .social-list a:hover {
    opacity: 1;
  }
  @media (max-width: 767px) {
    .rodape .footer-lower .social-list {
      justify-content: center;
      -webkit-justify-content: center;
    }
  }