.banner-lgpd-container {
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 1000;
  width: 100%;
}
.banner-lgpd-wrapper{
  width: 96%;
  margin: 2% auto;
  max-width: 1350px;
  border-radius: 5px;
  background-color: rgba(64,64,64,.9);
  box-shadow: 0 8px 6px 0 rgba(0,0,0,.41);
  margin: 0 auto;
  padding: 20px;
}
.banner-lgpd{
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin: 0 auto;
}
.banner-lgpd--show {
  animation: show 1s both;
}
.banner-lgpd__column {
  padding: 0 54px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  text-align: center;
}
.banner-lgpd__bt {
  display: block;
  width: 118px;
  height: 36px;
  /*line-height: 34px;*/
  background: #006DFF;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  margin: 15px auto;
}
@media screen and (min-width:1000px) {
  .banner-lgpd {
    font-size: 14px;
  }
  .banner-lgpd-wrapper {
    display: grid;
    grid-template-columns: 85% 15%;
  }
  .banner-lgpd__bt {
    margin: 0 auto;
  }
}