.lista_serv_proy{
	color: #929ba2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.navbar-nav>li.has-dropdown>ul.dropdown-menu li a{
    padding: 3px 0!important;
}



.app_logo_cont{
    display: block!important;
    padding-top: 13px!important;
    text-align: center;
}

.app_logo_cont small{
    display: block;
    font-size: 10px;
}


.abrir{
    max-height: 100%!important;
}


@media screen and (max-width: 600px) {
    .app_logo_cont{
        line-height: normal!important;
    }


    .nav-item {
        
    }


    .ul_subm{
        z-index: 10000;
        position: absolute;
        right: 0;
        background: #fff;
        width: 303px;
        padding: 10px;
        top: 70px;
        display: none;
        box-shadow: 0px 5px 41.5px rgb(40 40 40 / 11%);
        -webkit-box-shadow: 0px 5px 41.5px rgb(40 40 40 / 11%);
    }
}