.fundo-barra-top{
    background-color: #165099;
    /* background-color: #e6e6e6; */

}
.navbar-brand{
    color: white;
}
@media only screen and (max-width: 768px) {
    .hide-small{

        display: none;

    }

}
.barra-topo{
    height: 40px;
}
#btn-menu-mobile{
    color: white;
}
.navbar-toggler-icon{
    color: white;
}
.navbar-nav{
    padding: 0px;
}
.nav-item{
    margin-left: 20px;
    margin-right: 20px;
}
.link-nav{
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    
}
.link-nav:hover{
    color: white;
}
.nav-link:active{
    color: white;
}
.active{
    color: white;
}
#num-notificacao{
    background-color: red;
    color: white ;
    border-radius: 50%;
    padding: 3px 6px;
    font-weight: 600;
}


.row-home{
    height: calc(100vh - 50px);
}