header {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    padding: 0;
    background-color: #111623;
}

.header-logo {
    display: none;
    flex-shrink: 0;
}

.header-logo-bca {
    display: none;
    height: 50px;
}

.header-logo-color {
    display: none;
    height: 40px;
}

/** HEADER INTERNAS */
.header-internas .header-logo,
.header-internas .header-logo-bca {
    display: block;
}

.header-internas.header__scroll .header-logo-bca {
    display: none;
}

.header__scroll .header-logo-color,
.header__scroll .header-logo {
    display: block;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/** HEADER SCROLL */
.header__scroll {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.header__scroll a.header-rs-item {
    background-color: #506e8f;
    opacity: 1;
}

.header__scroll a.header-rs-item:hover {
    background-color: #5d83ab;
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 375px) {}