@charset "utf-8";
/* CSS Document */



.header-menu {
    background: #6a3c7b;
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 1vw;
    z-index: 1;
    justify-content: space-around;
}

.header-fasa-bottom {
    display: none;
}

.header-fasa-top {
    height: 125px;
}

.header-logos {

    margin: 0 auto;
    background-position-x: center;
    padding: 0;
    z-index: 2;
}

.header-logos-left {
    display: block;
}

.header-logos-center img:nth-child(1) {
    margin-left: -80px;
}

