.header-title a {
    color: #206bc4;
    text-decoration: underline;
    position: relative;
    top: -2px;
}
.text-right {
    text-align: right;
}
.red {
    color: #ff0000;
}
#menu_categories .active {
    text-decoration: underline;
}
svg.icon {
    margin: 0 !important;
}

@media(max-width: 760px) {
    .nav-link-icon {
        display: none;
    }
}
