.lgpd-wrapper {
  width: 100vw;
  margin: 0px auto;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  align-items: center;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  z-index: 100;
}

.lgpd-wrapper p {
  font-family: Helvetica;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.lgpd-wrapper a {
  transition: all ease-in-out 0.4s;
  text-decoration: underline;
}

.lgpd-wrapper a:hover {
  color: #000;
  text-decoration: underline;
}

.btn-config {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}

button#btn_agree {
  background-color: #000;
  display: block;
  width: fit-content;
  color: #fff;
  font-family: "Plaak 5 B";
  font-size: 1.47556rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  outline: none !important;
  border: 1.8px solid #060e17 !important;
  border-radius: 0;
  padding: 1.2rem 2.3rem;
  transition: all 0.5s;
  height: fit-content !important;
}

button#btn_agree:hover,
button#btn_agree:focus {
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 992px) {
  .lgpd-wrapper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 4%;
    flex-flow: column;
  }
  .lgpd-wrapper p {
    margin-bottom: 20px;
    padding-right: 0%;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
