#cabecalho .cabecalho-inside {
  height: 100px;
}

.logo a img {
  max-height: 110px;
}

#rodape-sobre .logo {
	margin-top: 20px;
}

 #myBtn {
    display: none;
    position: fixed;
    bottom: 200px;
    left: 30px;
    z-index: 7;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    }
    
    
@media only screen and (max-width: 1024px) {
    .logo a img {
    max-height: 110px;
    margin-top: -35px;
    }

 #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 7;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    }
}   

.li-whatsapp a{
 margin-bottom:'100px';   
}