.floating-whatsapp{position:fixed;right:30px;bottom:78px;width:54px;height:54px;z-index:999;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;background-color:#25d366;box-shadow:0 8px 20px rgb(37 211 102 / .35);transition:transform 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease}.floating-whatsapp:hover,.floating-whatsapp:focus{color:#fff;background-color:#1ebe5d;transform:translateY(-5px);box-shadow:0 12px 24px rgb(37 211 102 / .45)}.floating-whatsapp__icon{width:36px;height:36px;display:block}.floating-whatsapp__icon svg{width:100%;height:100%;display:block;fill:currentColor}@media only screen and (max-width:575px){.floating-whatsapp{right:20px;bottom:74px;width:50px;height:50px}.floating-whatsapp__icon{width:34px;height:34px}}