#rede-whatsapp{
    display: none;
    position: fixed;
    z-index: 2;
    bottom: 30%;
    right: 1%;
}

.rede-whatsapp-img{
    width: 4.5rem;
}

#rede-whatsapp2{
    position: fixed;
    z-index: 2;
    bottom: 5%;
    right: 1%;
}
.rede-whatsapp-img2{
    width: 3rem;
}

@media screen and (min-width:60rem){
    #rede-whatsapp{
        display: block;
        position: fixed;
        z-index: 2;
        bottom: 8%;
        right: 1%;
    }
    
    .rede-whatsapp-img{
        width: 3rem;
    }
    #rede-whatsapp2{
       display: none;
    }
}