/* Ajustes Pixel Set*/
.logo a{

height:150px;

}

@media screen and (max-width: 767px){
    
.menu.superior .nivel-um .titulo {
    color: #102c4a;
}
  
.conteudo-topo .busca-mobile .atalho-menu {
    line-height: 28px;
}    
    
.busca-mobile .atalho-menu.icon-th:before {
	content: "";
    background: url(https://cdn.awsli.com.br/1867/1867860/arquivos/barramenu.png) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100%;
    margin-top: 8px;
}
         
}    

.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;
}