#cabecalho.logo-centro .busca-mobile{
    display: none !important;
}

#cabecalho.logo-centro .painel{
    display: none !important;
}
.menu-desktop .todas-categorias .tc-level1{
    height: auto;
}
.menu-desktop .todas-categorias .tc-level2{
    height: auto;
}

.menu-desktop .submenu{
    margin-left: 50%;
    max-width: 230px;
    max-height: 200px;
}
.depoimento .dep-msg span {
    -webkit-line-clamp: 40;
}
@media only screen and (max-width: 600px) {
  .logo img {
    left: -25px !important;
    /* Outros estilos específicos para dispositivos móveis aqui, se necessário */
  }
}
#rodape .support .support-items .contact li a, #cabecalho .support .support-items .contact li span {
font-size: 11px;
}