.navbar-brand{
    font-weight: 700;
}
.divider{
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}
.radiculum{
    color: #cc2027;
}
.folium{
    color: #3da448;
}
.lamino{
    color: #324874;
}
.radiculum-bg{
    background-color: rgba(205, 32, 39, 1) !important;
}
.folium-bg{
    background-color: rgba(61, 164, 72, 1) !important;
}
.lamino-bg{
    background-color: rgba(50, 72, 116, 1) !important;
}
.bold{
    font-weight: 700;
}