@charset "UTF-8";
/* https://flaviafranca.arq.br/wp-content/themes/FF/style.css?ver=7.0 */
.whatsapp-button{position:fixed;bottom:20px;right:20px;width:48px;height:48px;background-color:#25D366;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.3);cursor:pointer;animation:pulse 2s infinite;z-index:9999}.whatsapp-button svg{width:28px;height:28px;fill:#fff}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(37,211,102,.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)}}