header{
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    background-color: white;
    z-index: 9999999;
}
#logo{
    height: 80px;
}
.nav-link{
    color: rgb(90, 90, 90) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-left: 5px;
}
.matricula{
    background-color: #ee0000 ;
    padding: 0px 20px;
    border-radius: 7px;
    margin-left: 5px;
    box-shadow: 0 10px 12px 0 rgb(0 0 0 / 45%)
    
    
}
.matricula a{
    color: white !important;
    font-weight: 600 !important;
}
@media (max-width: 991px){
    .matricula{
        width: 150px;
    }
}
