/* Lgpd */

.lgpd-fixed {
    height: 220px;
    width: 380px;
    background: #f3f3f3;
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    margin-left: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    display: none;
  }
  
  .lgpd-fixed__content {
    padding: 25px 25px;
    font-size: 1rem;
    color: #f3f3f3;
    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: #18d3c0;
    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: #18d3c0;
  }
  