#menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: var(--amarelo-criativo);
    display: none
}

.menu__fechar {
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem 0 0
}

.menu__fechar svg:hover {
    fill: var(--branco);
    cursor: pointer
}

.menu__lista {
    padding: 1rem 0 0 6rem
}

.menu__lista--nav--lista {
    line-height: 1.25
}

.menu__lista--nav--lista--item--link {
    text-decoration: none;
    color: var(--preto-lavado);
    font-size: 6rem;
    font-weight: 200
}

.menu__lista--nav--lista--item--link:hover {
    font-weight: bolder;
    color: var(--branco)
}

.menu__rodape {
    display: flex;
    flex-direction: row;
    padding: 5rem 0 5rem 6rem;
    justify-content: space-between
}

.menu__rodape--icones {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    stroke: var(--preto-lavado);
    fill: var(--preto-lavado);
    margin-top: -2rem
}

.menu__rodape--icones a svg {
    width: 50px
}

.menu__rodape--icones a svg:hover path {
    stroke: var(--branco);
    cursor: pointer
}

.menu__rodape--logo {
    display: flex;
    justify-self: start;
    align-items: center;
    margin-left: 1rem;
    justify-content: center;
    margin-top: -2rem

}

.menu__rodape--logo svg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: -1em 0 0 0;
    width: 40%;
}

.menu__lista--nav--lista--item--link.active {
    color: var(--branco);
    font-weight: bolder
}

/* Estilos para telas com largura de 1920px */
@media only screen and (min-width: 1920px) {
    .menu__lista--nav--lista--item--link {
        font-size: 6.5rem;
    }

    .menu__rodape {
        padding: 6rem 0 6rem 2rem; 
        flex-direction: row; 
    }

    .menu__rodape--icones {
        justify-content: space-between;
        margin-top: -3rem; 
        margin-left: 4rem; 
    }

    .menu__rodape--icones svg {
        width: 60px;
    }

    .menu__rodape--logo {
        margin-left: 2.5rem; 
        margin-top: -3rem;
    }

    .menu__rodape--logo svg {
        width: 50%;
    }
}

/* 1366px a 768px */
@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .menu__lista--nav--lista--item--link {
        font-size: 4rem;
    }

    .menu__rodape {
        padding: 3rem 0 3.5rem 1.5rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: flex-start;
        margin-top: -1.5rem;
        margin-left: 4rem;
    }

    .menu__rodape--logo {
        margin-left: -.3rem;
        margin-top: -1.0rem;
    }

    .menu__rodape--icones a svg {
        width: 22px;
    }

    .menu__rodape--icones a svg:nth-child(n + 1) {
        margin: 0 0 0 .5rem;
    }

    .menu__rodape--logo svg {
        width: 35%;
    }
}

/* Para resolução 1280x1024 */
@media only screen and (max-width: 1280px) and (max-height: 1024px) and (min-height: 961px) {
    .menu__lista--nav--lista--item--link {
        font-size: 6rem;
        font-family: 'Nebulica-ExtraLight', sans-serif;
        font-weight: 100 !important;
    }

    .menu__rodape {
        padding: 3.5rem 0 3.5rem 1.5rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: flex-start;
        margin-top: -1.2rem;
        margin-left: 4rem;
    }

    .menu__rodape--icones a svg {
        width: 40px;
    }

    .menu__rodape--logo {
        margin-left: .8rem;
        margin-top: .2rem;
    }

    .menu__rodape--logo svg {
        width: 45%;
    }
}

/* Para resolução 1280x960 até 1280x768*/
@media only screen and (max-width: 1280px) and (max-height: 960px) and (min-height: 768px){
    .menu__lista--nav--lista--item--link {
        font-size: 5rem;
    }

    .menu__rodape {
        padding: 3.5rem 0 3.5rem 1.5rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: flex-start;
        margin-top: -1.2rem;
        margin-left: 4rem;
    }

    .menu__rodape--icones a svg {
        width: 40px;
    }

    .menu__rodape--logo {
        margin-left: .8rem;
        margin-top: .2rem;
    }

    .menu__rodape--logo svg {
        width: 45%;
    }
}

/* Para resolução 1280x720*/
@media only screen and (max-width: 1280px) and (max-height: 720px) and (min-height: 601px){
    .menu__lista--nav--lista--item--link {
        font-size: 4.8rem;
    }

    .menu__rodape {
        padding: 3.5rem 0 3.5rem 1.5rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: flex-start;
        margin-top: -1.2rem;
        margin-left: 4rem;
    }

    .menu__rodape--icones a svg {
        width: 40px;
    }

    .menu__rodape--logo {
        margin-left: .8rem;
        margin-top: .2rem;
    }

    .menu__rodape--logo svg {
        width: 45%;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) {
    .menu__lista--nav--lista--item--link {
        font-size: 4.8rem;
    }

    .menu__rodape {
        padding: 3.5rem 0 3.5rem 1.5rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: flex-start;
        margin-top: -1.2rem;
        margin-left: 4rem;
    }

    .menu__rodape--icones a svg {
        width: 40px;
    }

    .menu__rodape--logo {
        margin-left: .8rem;
        margin-top: .2rem;
    }

    .menu__rodape--logo svg {
        width: 45%;
    }
}

/* 900px e abaixo */
@media only screen and (max-width: 900px) {
    .menu__lista {
        padding: 1rem 0 0 1rem;
    }

    .menu__rodape {
        padding: 5rem 0 5rem 1rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: left;
        margin-left: -0.5rem;
        margin-top: -2rem;
    }

    .menu__rodape--icones svg {
        width: 50px;
    }

    .menu__rodape--logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 1.5rem;
        margin-top: -2rem;
    }

    .menu__rodape--logo svg {
        width: 30%;
    }

    .menu__lista--nav--lista--item--link {
        font-size: 3.5rem;
    }
}

/* 800px a 600px */
@media only screen and (max-width: 800px) and (min-width: 600px) and (max-height: 1020px) {
    .menu__lista--nav--lista--item--link {
        font-size: 2rem;
    }

    .menu__rodape {
        padding: 3.5rem 0 3.5rem 1.5rem;
        flex-direction: column;
    }

    .menu__rodape--icones {
        justify-content: flex-start;
        margin-top: -1rem;
        margin-left: -0.5rem;

    }

    .menu__rodape--icones svg {
        width: 30px;
    }

    .menu__rodape--logo {
        margin-left: -1rem;
    }

    .menu__rodape--logo svg {
        width: 15%;
    }
}
