#footer-lgpd.hide{
  display: none;
}

#footer-lgpd {
  position: fixed;
  z-index: 9999999999;
  bottom: 20px;
  left: 20px;
  transition: .3s ease-in-out;
  background: #fff;
  width: 100%;
  max-width: 350px;
  padding: 15px;
  box-shadow: 0 0 10px #aaa;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

#footer-lgpd h5{
  font-weight: bold;
  font-size: 16px;
}

#footer-lgpd p {
  margin-bottom: 0;
}

#footer-lgpd p a{
  text-decoration: none;
  color: var(--main-empresa);
}

#footer-lgpd * {
  font-size: 14px;
}

#footer-lgpd #lgpd-accept, .bhf #footer-lgpd #lgpd-accept-link {
  white-space: nowrap;
  color: var(--main-empresa);
}

#footer-lgpd #lgpd-accept {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid var(--main-empresa);
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
}

#footer-lgpd .botao{
  margin-top: 15px;
}

@media(max-width: 767px){
  #footer-lgpd {
    display: block;
  }

  #footer-lgpd p {
    text-align: center;
  }

  #footer-lgpd #lgpd-accept{
    margin-left: 0px;
    margin-top: 10px;
    width: 100%;
  }

}