.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 var(--cor_primaria);
  z-index: 100;
}

.lgpd-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 9.7241px + 0.431vw, 18px);
  margin-bottom: 0;
  text-align: left;
  color: var(--cor_preto);
}

.lgpd-wrapper a {
  color: var(--cor_primaria);
  transition: all ease-in-out 0.4s;
  text-decoration: underline;
}

.lgpd-wrapper a:hover {
  color: var(--cor_secundaria);
  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%;
  padding-top: clamp(7.2px, -0.069px + 0.7328vw, 14px);
  padding-bottom: clamp(7.2px, -0.069px + 0.7328vw, 14px);
  padding-left: clamp(30px, 0.069px + 3.0172vw, 58px);
  padding-right: clamp(30px, 0.069px + 3.0172vw, 58px);
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 3.3103px + 1.0776vw, 24px);
  line-height: normal;
  border-radius: 0px;
  border: 2px solid var(--cor_preto);
  color: var(--cor_preto);
  background-color: var(--cor_secundaria);
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease-in-out 0.4s;
}

button#btn_agree:hover,
button#btn_agree:focus {
  border: 2px solid var(--cor_branco);
  color: var(--cor_branco);
  background-color: var(--cor_primaria);
  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;
  }
}
