
header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #000;
    /* background: rgba(0, 0, 0, 0.9); */
    transition: 1.2s;
    z-index: 10;
    user-select: none;
}

.subheader {
    height: 70px;
    transition: 1.2s;
}



/* LOGO */
.logo {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-0%, -50%);
}
.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
}
.logo-red {
    color: #ff0000;
}




/* MENU */
.menu {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-0%, -50%);
}
.menu li {
    display: inline-block;
    padding: 0px 20px;
}
.menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.menu a:hover {
    color: #ff0000;
}

.lang {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-0%, -50%);
}
.lang a {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
.pipe {
    color: #ff0000;
}



.header-scroll {
    height: 50px;
    background: rgba(0, 0, 0, 0.95);
}
.subheader-scroll {
    height: 0px;
}