/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;

/* logo ajuste */
}
.logo a img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-height: 500%;
}

/* midia social */
#rodape .redes-sociais {
        width: 200px;
        max-height: 300px;
    }
    
/* fonte tamanho */
body {
    font-family: lemon milk, sans-serif;
    font-size: 16px;
    line-height: normal;
    color: #666;
}



