
.barra-inicial .welcome-message {
        background: #313131 !important;
    height: 22px;
    line-height: 22px;
    position: absolute;
    width: 100%;
    bottom: -22px;
    z-index: 9;
}

#cabecalho .busca .botao-busca::before {
    font-size: 0px;
}

#cabecalho .busca .botao-busca {
    font-family: calibri;
    font-size: 18px;
    line-height: 0px;
    background:  #313131 !important;
    padding: 28px 20px;
    border: none;
    border-top-right-radius: 20px;
    color: #fff!important;
    right: 22px;
}

#cabecalho .conteudo-topo > .inferior > .span6 > .span6 > ul > li:first-child {
    background:  #313131!important;
    padding: 4px 0px 4px 14px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 2px solid #313131!important;
    width: 83%;
}

#cabecalho .busca .ui-autocomplete-input {
    border-radius: 0px;
    box-shadow: none;
    border-bottom-left-radius: 20px;
    height: 52px;
    padding: 0px;
    padding-left: 18px;
    border: 2px solid #313131!important;
    width: 83%;
}

.logo a img {
top: 54px;
}


@media screen and (min-width: 768px) {
    .logo a img {
        max-height: 126px;
    }
    .floating-bar .logo a img {
        max-height: 80px;
    }
}


.floating-bar .logo a img {
top: 0;
}

.modal-backdrop{
    z-index: -1;
    
}


