footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.8em;
    margin-top: 5%;
}





.imgFaixaFooter {
    width: 100%;
}

.containerLIstFooter {
    width: 100%;
    height: 313px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliceFooter {

width: calc(1400px / 7);

height: 50%;

margin: 2px;

display: flex;

flex-direction: column;

justify-content: space-between;

align-items: left;

padding: 5px;

font-size: 0.9em;

position: relative;
}
.none{
    display: block;
}
.sliceFooter ul{
    list-style: none;
}
.footer {
    width: 100%;
    height: 60px;
    background-color: #181818;
}

.imgLogoInstagram{
    width: 28px;
    position: absolute;
    top: 40px;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    text-align: center;
    color: white;
}

.footer a {
    color: white;
}

.sliceFooter a{
    color: black;
}




@media screen and (max-width: 1400px) {
    .containerLIstFooter{
        width: 80%;
    }

    .imgLogoInstagram{
        top: 60px;
    }
}

@media screen and (max-width: 800px) {
    .containerLIstFooter{
        flex-direction: column;
        height: auto;
        font-size: 1.2em;
        margin: auto;
    }
    .sliceFooter{
        align-items: center;
        width: 100%;
        text-align: center;
        height: 67px;
        align-items: center;
    }

    .none{
        display: none;
    }

    .imgLogoInstagram{
        top: 38%;
        left: 50%;
        transform: translate(-42%);
    }

    .footer {
        width: 100%;
        height: 100px;
        background-color: var(--cor01);
        font-size: 0.8em;
        padding: 10px;
    }
    .endereco{
        height: 150%;
        /* margin-bottom: 20%; */
    }
    .marginSlicer{
        margin-top: -10%;
    }

    
}