footer {
    width: 100%;
    height: 40vh;
    background-color: rgb(49, 52, 90);
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}

#footerPgsWrap {
    flex-basis: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#footerPgsWrap>div {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

#footerContactWrap {
    flex-basis: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#footerContactWrap>div>a {
    white-space: nowrap;
    font-size: 0.9vw;
    text-decoration: none;
    color: white;
}

#footerContactWrap:hover a {
    color: black;
}

#footerContactWrap>div {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

#footerLogoWrap {

    flex-basis: 40%;
    height: 50%;
    display: flex;
}

#footerLogoName {
    background-image: url(imagens/Group\ 1.png);
    flex-basis: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

#footerLogoImage {
    flex-basis: 30%;
    height: 100%;
    background-image: url(imagens/Mask\ group.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}