.menu-verde {
    margin: 0 calc(242/1920*100%);
    position: relative;
    /*top: 10.2%;*/
    top: calc(102/1380*100%);
    z-index: 1;

    & > div {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        display: flex;

        & > a {
            position: absolute;
            height: 100%;

            &:nth-of-type(1) {
                left: 0;
                width: 9.5%;
            }
            &:nth-of-type(2) {
                width: 7%;
                left: 18.5%;
            }
            &:nth-of-type(3) {
                width: 9%;
                left: 28%;
            }
            &:nth-of-type(4) {
                width: 17%;
                left: 41%;
            }
            &:nth-of-type(5) {
                width: 7.5%;
                right: 31%;
            }
            &:nth-of-type(6) {
                width: 10%;
                right: 18%;
            }
            &:nth-of-type(7) {
                width: 2.5%;
                right: 14%;
            }
            &:nth-of-type(8) {
                width: 2.5%;
                right: 9.5%;
            }
            &:nth-of-type(9) {
                width: 4.5%;
                right: 3.5%;
            }
        }
    }
}

.menu-blu {
    margin-left: 12.5%;
    margin-right: 5%;
    height: 4.6%;
    position: relative;
    top: 10.2%;

    & > div {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;

        & > a {
            position: absolute;
            height: 100%;

            &:nth-of-type(1) {
                left: 0;
                width: 9.5%;
            }
            &:nth-of-type(2) {
                width: 16%;
                left: 39%;
            }
            &:nth-of-type(3) {
                width: 8%;
                right: 22%;
            }
            &:nth-of-type(4) {
                width: 9%;
                right: 12%;
            }
            &:nth-of-type(5) {
                width: 2.5%;
                right: 9%;
            }
            &:nth-of-type(6) {
                width: 2.5%;
                right: 6.5%;
            }
            &:nth-of-type(7) {
                width: 4.5%;
                right: 1.5%;
            }
        }
    }
}
