.lgpd-wrapper {
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 40px 100px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    border: 3px solid #333333;
    z-index: 10;
}

.lgpd-wrapper p {
    margin-bottom: 0;
    padding-right: 10%;
    font-size: 16px;
    line-height: 22px;
}

a{
    color: inherit;
    font-weight: bold;
    color: #333333;
}

.lgpd-wrapper a:hover {
    color: #333333;
    text-decoration: underline;
}

.btn-config{
    padding: 12px 24px;
    font-size: 0.9rem;
    border: 1px solid #333333;
    background-color: #333333;
    color: #fff;
    border-radius: 0;
    transition: all ease-in-out .4s;
    margin-bottom: 0;
    cursor: pointer;
}
.btn-config:hover{
    background-color: #fff;
    color: #333333;
    transform: scale(1.1);
}

span#btn_agree {
    font-size: 16px;
}

@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: 26px;
        padding-right: 0%;
    }
}