.navbar-horizontal {
    padding: 5px !important;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0px;
}

.logo-height {
    height: 20px !important;
}

#navbar-default{
    margin-left: 50px;
    width: calc(100vw - 60px);
}
.titulo-nav{
    color: white;
    font-size: 80%;
    margin-top: 18px;
}
@media (max-width: 990px) {
    .nav-color {
        color: black;
        font-size: 80%;
        margin-top: 18px;
    }
    .nav-rol {
        text-align: right;
        margin:0;
    }
}