.floating-whatsapp{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:transparent;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;z-index:50}.floating-whatsapp img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.floating-whatsapp:hover{transform:scale(1.1) translateY(-3px);filter:drop-shadow(0 6px 12px rgba(0,0,0,.3));animation:none}@media (max-width:768px){.floating-whatsapp{bottom:20px;right:20px;width:55px;height:55px}}@media (max-width:480px){.floating-whatsapp{bottom:15px;right:15px;width:50px;height:50px}}