header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #221f1fea;
}

/** header-body */
.header-body .wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: none;
}

/** HEADER SCROLL */
.header__scroll {
    position: fixed;
    background-color: #000;
    box-shadow: 0 0 20px 0 rgba(165, 165, 123, 0.4);
    padding-top: 4px;
    padding-bottom: 4px;
}

.header__scroll .header-logo {
    display: block;
}

/** header-internas */
.header-internas {
    background-color: #f5f5f5;
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 768px) {}