.main-menu {
    position: fixed;
    z-index: 10;
    width: 100dvw;
    height: var(--inpesa-header-height);
    margin: 0;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.main-menu>nav {
    max-width: var(--inpesa-layout-width);
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: var(--inpesa-header-height);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--inpesa-layout-gutter);
    margin:0;
}

.flex-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    font-weight: 600;
}

.menu-sections{
    gap:50px;
}

.social-menu{
    gap:10px;
}

.main-menu .menu-sections a {
    text-transform: uppercase;
}

.main-menu .social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.main-menu .social-menu a {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main-menu .social-menu img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.site-header__logo-image {
    width: auto;
    height: 55px;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.site-header__toggle,
.site-header__overlay {
    display: none;
}
