#cabecalho>.conteiner .main-header .busca #form-buscar input:placeholder-shown{
    text-transform: none;
}

@media screen and (max-width: 767px) {
    #cabecalho>.conteiner .main-header{
        padding: 0 !important;
    }
    
    #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu {
        display: flex;
        background: var(--principal);
        padding: 10px 0;
        justify-content: center;
    }
    #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu .visible-phone{
        display: none !important;
    }
    #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu .menu-login{
        margin-left: 25px;
    }
    #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu .busca{
        margin: -17px 45px 0 10px;
        flex-grow: 2;
    }
}

.li-whatsapp a{
    bottom: 16px !important;
    width: 64px !important;
    height: 64px !important;
}

