#soymip_navbar{
    position: fixed;
    top: 0;
    z-index: 9;
}

.soymip_navbar{
    position: fixed;
    top:0;
    background-color: #2B2B2B;
    transition: .8s;
    opacity: 1;
    z-index: 9;
}

.soymip_logo{
    width: 110px !important;
    transition: .5s;
}