.termLGPD{
    position:fixed;
    width:100%; 
    bottom:0px;
    background-color:#ffffff;
    color:#000000;
    text-align:center;
    font-size:30px;
    z-index:1000;
    display: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 20px;   
    padding-top: 8px;
    padding-bottom: 8px;
}
.termLGPD label{
    width:100%; 
    max-width:800px;
}
.termLGPD a{
    color:#141442;
}
.termLGPD button{
    background-color:#ebca13;
    border: solid 1px #ffffff;
    padding: 15px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
}
