.menu.superior {
    position: relative;
    background: #055611;
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .3s ease-in-out;
}

:root {
    --primary-color: #c3be01;
    --secundary-color: #d1d1d1;
    --color-clean: #fff;
    --color-dark: #7d8081;
    --txt-in-bg: #ffffff;
    --txt-global: #7d8081;
    --bar-color: #f5f5f5;
    --color-in-bg-dark: #fff;
    --color-in-bg-clean: #7d8081;
    --qlwapp-scheme-brand: #31c179;
    --qlwapp-scheme-text: #fff;
    --qlwapp-scheme-link: #88f7e6;
    --qlwapp-scheme-message: #646464;
    --qlwapp-scheme-label: #354744;
    --qlwapp-scheme-name: #354744;
}
.termLGPD{
    position:fixed;
    width:100%; 
    bottom:0px;
    background-color:#4f4f4f;
    color:#FFF;
    text-align:center;
    font-size:30px;
    z-index:1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 80px;   
    padding-top: 15px;
    padding-bottom: 15px;
}
.termLGPD label{
    width:100%; 
    max-width:800px;
}
.termLGPD a{
    color:#ccc;
}
.termLGPD button{
    background-color:#4f4f4f;
    border: solid 1px #fff;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
    margin-left: 10px;
}

    
