/* Lgpd */

.lgpd-fixed {
  height: 220px;
  width: 380px;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  bottom: 0;
  z-index: 9999999999;
  margin-left: 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  display: none;
}

.lgpd-fixed__content {
  padding: 40px 25px;
  font-size: 1rem;
  color: white;
  font-weight: 700;
}

.lgpd-fixed__content p {
  color: black;
}

@media (max-width: 640px) {
  .lgpd-fixed {
    height: 240px;
    width: 300px;
    margin-left: 10px;
    margin-bottom: 15px;
  }

  .lgpd-fixed__content {
    font-size: 12px !important;
  }

  .lgpd-fixed .btn-lgpd {
    font-size: 10px !important;
  }
}

.lgpd-fixed span {
  color: white;
  font-weight: 600;
}

.lgpd-fixed button {
  color: white;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
}

.lgpd-fixed .btn-lgpd {
  padding: 10px;
  text-transform: uppercase;
  background: #1e4851;
  color: white;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.btn-lgpd {
  margin-bottom: 10px;
}

.lgpd-fixed-block {
  display: block;
}

.lgpd-fixed-hidden {
  display: none;
}

.lgpd-fixed__content p a {
  color: rgba(21,157,144,0.89);
}
