.bgimage {
    position: absolute;
    z-index: 0;
}
.bgimage img {
    width: 99.2vw;
    height: 85vh;
}

.menu a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
    font-size: 2.5vh;
}
.menu {
    width: 65vw;

    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu a:hover {
    transform: scale(1.1);
    color: yellow;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}

.main-menu {
    display: flex;
    justify-content: space-around;
    background-color: black;
    height: 8vh;
    position: relative;
    z-index: 1;
}
.logo-menu {

    height: 25vh;
    width: 13vw;
    z-index: 1;
}
.logo-menu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: visible;
}

.complemento {
    position: relative;
    z-index: 1;
    color: yellow;
    height: 50%;
    width: 50%;
    font-size: 140%;
    margin-top: 18%;
    margin-left: 50px;
}