header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    padding: 0;
    width: 100%;

    background: rgba(255, 255, 255, 0.12);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);

}

/** header-body */
.header-body {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-logo a {
    display: block;
    width: fit-content;
}


/** HEADER SCROLL */
.header__scroll {
    display: none;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.header__scroll .header-top {
    display: none;
}

.header__scroll .header-body .wrap {
    padding: 4px 0;
}

.header__scroll .header-logo img {
    height: 40px;
}

/** header-interna */
.header-interna {}

.header-interna .header-body {
    display: block;
}

.header-interna .menumob-btn {
    top: 42px;
}

.header-interna.header__scroll .header-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-interna.header__scroll .header-logo img {
    height: 60px;
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 768px) {}