footer {
    display: block;
  }

  #footer {
    padding: 45px 10px 40px 10px;
    position: relative;
    /* z-index: 9; */
    font-size: 14px;
    color: #fff;
    background: #333333;
    overflow: hidden;
  }

  #footer > div {
    max-width: calc(100% - 300px);
    margin: 0 auto;
  }
  .social > a {
    margin-right: 10px;
  }
  #footer a {
    color: #fff;
  }
  #footer .social,
  #footer .group_reference {
    margin: 0;
    float: right;
    text-align: justify;
  }
  .socialNo {
    top: 58px;
    position: relative;
  }
  .socialNoE {
    top: 25px;
    position: relative;
  }
  .foot {
    float: right;
    margin-top: 1%;
  }

  #footer .social:after {
    content: "";
    width: 100%;
    display: inline-block;
  }

  #footer .social h6,
  #footer .group_reference {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  #footer .social a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .no-touch #footer .social a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
  }
  /* 	#footer .group_reference {
          min-height: 66px;
          padding-left: 32px;
          margin-left: 32px;
          border-left: 1px solid #FFF;
      } */
  #footer .group_reference {
    min-height: 66px;
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid #fff;
  }
  #footer .group_reference img {
    /* margin: 8px auto 0 auto; */
    display: block;
  }

  #footer .legal {
    margin-right: 260px;
  }
  #footer .legal address {
    margin-bottom: 18px;
    display: block;
    font-size: 13px;
    font-weight: normal;
  }
  #footer .legal address a {
    text-transform: lowercase;
    font-weight: inherit;
  }

  #footer .legal  .privacy {
    text-transform: none;
  }

  #footer .legal > a {
    text-decoration: underline;
  }
  .no-touch #footer .legal > a:hover {
    color: #ec3c12;
  }

  .clearfix .lgpd {
    position:absolute;
    left:47px;
    bottom:10px;
    width: 50px;
  }