/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
left:10px;
z-index: 999;
}
/* FACEBOOK FIXO */
.facebook-fixo {
position: fixed;
bottom:84px;
left:10px;
z-index: 999;
}
/* INSTAGRAM FIXO */
.instagram-fixo {
position: fixed;
bottom:138px;
left:10px;
z-index: 999;
}

/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
#corpo {
background-image: none;
}}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
background-image: none !important;
}}