.g_ .logo a > img{max-height: 350px !important;}



#cabecalho .busca input {
    background: var(--ns-header-search-bg-color,#fff);
    border: 1px solid var(--ns-header-search-border-color,#707070);
    /* border-radius: var(--ns-header-search-border-radius,2rem); */
    box-shadow: none;
    color: var(--ns-header-search-input-text-color,#444);
    font-size: var(--ns-header-search-placeholder-color,.8rem);
    font-weight: 600;
    padding: 5px 50px 5px 15px;
    width: 100%;
    border-radius: 13px;
}


.nivel-um li a strong {
    background: transparent;
    color: inherit;
    font-size: 13px;
    font-weight: inherit;
    line-height: 1em;
    white-space: nowrap;
}