.lgpd-wrapper {
  width: 100%;
  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 #09291a;
  z-index: 100;
}

.lgpd-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.625rem + 0.5208vw, 1.25rem);
  margin-bottom: 0;
  text-align: left;
}

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

.lgpd-wrapper a:hover {
  color: #09291a;
  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;
  border-radius: 15px;
}

button#btn_agree {
   width: fit-content;
  max-width: 100%;
  min-width: clamp(3.125rem, 2.2917rem + 1.7361vw, 4.375rem);
  padding-top: clamp(0.75rem, 0.4167rem + 0.6944vw, 1.25rem);
  padding-bottom: clamp(0.75rem, 0.4167rem + 0.6944vw, 1.25rem);
  padding-left: clamp(1rem, 0.4167rem + 1.2153vw, 1.875rem);
  padding-right: clamp(1rem, 0.4167rem + 1.2153vw, 1.875rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.875rem, 0.375rem + 1.0417vw, 1.625rem);
  line-height: normal;
  border-radius: 15px;
  border: 4px solid #09291a;
  color: #fff;
  background-color: #09291a;
  text-decoration: none !important;
  transition: all ease-in-out 0.4s;
}

button#btn_agree:hover,
button#btn_agree:focus {
  border: 4px solid #09291a;
  color: #09291a;
  background-color: #fff;
  text-decoration: none !important;
}

@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;
  }
}
