/***WHATSAPP****/
#whatsapp{
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
}
#whatsapp img{
    height: 70px;
    transition: 0.6s;
}
#whatsapp img:hover{
    transform: scale(1.15);
}
@media (max-width:380px){
    #whatsapp img{
        height: 50px;        
    }
    #whatsapp{
        bottom: 2px;
        right: 1px;
    }
}