@charset "UTF-8";
/***!  Style Declaration  !***/

@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(37,211,102,0.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(37,211,102,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(37,211,102,0)}}#footer\#0 .whatsapp-float{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25d366;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:1px 1px 5px rgba(0,0,0,0.3);z-index:1000;text-decoration:none;animation:pulse 2s infinite;transition:background-color 0.3s ease}#footer\#0 .whatsapp-float:hover{background-color:#1ebd5a;color:#FFF}
