footer {
    width:100%;
    padding: 30px 0;
    background-color:#E6E6E6;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-desk {
    width:100%;
}

.footer-mobile {
    display:none;    
}   

footer b {
	font-size: 14px;
	color:#1d1d1d;
}

footer a {
	font-size:12px;
	text-decoration: none;
	color:#1d1d1d;
}

footer a:hover {
	text-decoration: underline;
}

footer p  {
	font-size: 12px;
	color:#1d1d1d;
}

.container-infos-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.box-logo-footer img {
    width: 78px;
    height: 78px;
}

.desc-footer {
	font-family: helvetica;
    font-size: 14px;
    line-height: 1.5em;
}

.box-desc-links-footer {
    width: 299px;
}

.nossos-canais-footer {
    margin-bottom: 0px;
}

.redes-footer {
    display: flex;
    flex-direction: row;
}

.redes-footer a {
	padding: 2px;
    display: flex;
    flex-direction: row;
}

.link-fb-footer,
.link-insta-footer,
.link-twitter-footer,
.link-yt-footer,
.link-tiktok-footer,
.link-lk-footer {
    display: block;
	width:32px;
    height:32px;
    background-size:contain;
    filter: brightness(0);
    margin-right: 10px;
}

/*
.link-fb-footer {
    background-image: url('http://www.w3.org/2000/svg');

}

 .link-insta-footer {
    background-image: url('https://mercantilatacado.vtexassets.com/assets/vtex/assets-builder/mercantilatacado.mercantil-store/2.1.35/footer/instagram___7a38aa8e01a4353ce6350350d6b508f2.svg');
}

.link-twitter-footer {
    background-image: url('https://mercantilatacado.vtexassets.com/assets/vtex/assets-builder/mercantilatacado.mercantil-store/2.1.35/footer/twitter___e539dc8ff772bc5d6f05e0a8e2aa4f1f.svg');
}

.link-yt-footer {
    background-image: url('https://mercantilatacado.vtexassets.com/assets/vtex/assets-builder/mercantilatacado.mercantil-store/2.1.35/footer/youtube___45475b64bc2978a581b7ec21ffeef78d.svg');
}

.link-lk-footer {
    background-image: url('https://mercantilatacado.vtexassets.com/assets/vtex/assets-builder/mercantilatacado.mercantil-store/2.1.35/footer/linkedin___bc4e9da7976f6ea0797f3da4313b7c9b.svg');
} */

.links-institucional-footer, .links-bandeira-footer, .links-central-footer  {
	font-family: helvetica;
    line-height: 0rem;
    display:flex;
    flex-direction: column;
}

.container-condicoes-footer p {
    line-height:1rem;
}


@media (max-width: 768px) {
    footer {
        height: auto;
    }

    .footer-desk {
        display: none;
    }

    .footer-mobile {
       margin-left: 15px;
	   margin-right: 15px;
       display:block;
    }

	.links-central-footer  {
        font-family: helvetica;
        line-height: 1.5rem;
	}
	
    .box-bandeira-footer, 
    .links-bandeira-footer,
    .box-central-footer,
    .box-horarios-footer, 
	.box-institucional-footer {
        margin-top: 20px;
    }

    .container-infos-footer,
    .container-copy-footer,
    .container-condicoes-footer p {
        width: auto;
    }

    .container-infos-footer {
        width:85vw;
        flex-direction: row;
		margin-top:30px;
    }

    .box-desc-links-footer {
        width: 100%;
    }

    .container-infos-footer-2 {
        flex-direction: column;
    }

    .saiba-mais-footer {
        text-decoration: underline #fff;
    }

    .nossos-canais-footer {
        margin-top: 20px;
    }

    .redes-footer {
        margin: 20px 0 20px 0;
    }

}