    .lgpd{
        width: 70%;
        position: fixed;
        border-radius: 15px;
        font-size: 15px;
        text-justify: auto;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
    .lgpd a{
        color: #fff;
    }
    .lgpd button{
        background-color: #04A600;
        /*background-color: #3d4d6a;*/
        border: 0;
        color: #fff;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 2px;
        margin-left: 20px;
    }
    .lgpd button:hover{
        background-color: #476799;
    }