.container-privacy-policy p{
    line-height: 2.1;

  }
  
  .title-terms{
    color: var(--cor-secundaria);
  
  }


  @media screen and (max-width: 850px) {
    .lgdp{
        width: 100%;
      }
}


@media screen and (max-width: 650px) {

    .lgdp{
        display: block;
        position: fixed;
        align-items: center;
        width: 80%;
        bottom: 50px;
        padding: 20px;
        background: #fff;
        box-shadow: 1px 3px 10px rgb(0 0 0 / 54%);
        border-radius: 10px;
        
      
      }
    
    
      .info-text{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
      
        font-size: 12px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
        
      }
    
      .btn-cookies{
        color: blueviolet;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%; 
      
      }
 
}