.bg-fit-content {
    background-size: contain;
}

.logo-footer {
    height: 45px;
}

.header {
    padding-top: 15px;
}

.section-projects-slider {
    /* top: 75px; for no transparency */
}

.section-fullheight__inner_mobile {
    min-height: calc(var(--fix-bar-vh, 1vh)* 100);
}

.slider-fullscreen-projects__content {
    margin-left: auto;
    margin-right: auto;
}

/*
.header_menu-right:not(.bg-white) .header__col li a {
    color: #ffffffaa;
}

.header_menu-right:not(.bg-white) .header__col li a:hover {
    color: #ffffff;
} */

.w-70px {
    width: 70px;
}

header.bg-white .dropdown-projects-menu {
    background-color: #fff;
}

.dropdown-projects {
    position: relative;
    text-decoration: none;
    z-index: 100;
    transform: perspective(1000px);
}

.dropdown-projects-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.dropdown-projects-menu li:first-child {
    cursor: default;
}

.dropdown-projects-menu a {
    display: inline-block;
    white-space: nowrap;
    line-height: 40px;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.dropdown-projects-menu-hover {
    opacity: 1;
    visibility: visible;
    /* display: block; */
    top: 100%;
    left: 0;
    -webkit-transition: all .2s, background, .2s .2s linear;
    transition: all .2s, background .2s .2s linear;
}

.dropdown-projects-menu.close {
    visibility: visible;
    opacity: 0;
    top: 0;
    transition: all .5s linear;
}