:root {
    --primary-color: #d10000;
}

header {
    box-shadow: 0 0 10px rgba(0 0 0 / .25);
}

/**LOGO**/

#u_content_custom_logo_1 .d-logo .desktop-logo {
    height: auto;
    width: min(180px, 10vw);
}

.mobile-logo {
    position: relative !important;
}

/**MENU**/

header ul.menu {
    text-transform: uppercase;
    font-weight: 600;
    min-width: max-content;
}

header ul.menu li a {
    font-size: clamp(12px, 1.15vw, 18px) !important;
    color: #000000;
}

#u_content_custom_navLinks_1 .d-nav-links-info.d-header-nav.underline ul.menu>li>div.selected>a {
    position: relative;
    font-size: clamp(12px, 1.25vw, 20px);
}

#u_content_custom_navLinks_1 .d-nav-links-info.d-header-nav.underline ul.menu>li>div.selected>a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}