@charset "UTF-8";
/* https://flaviafranca.arq.br/wp-content/themes/FF/style.css?ver=7.0.2 */
.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 rgb(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 rgb(37 211 102 / .7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px #fff0}100%{transform:scale(1);box-shadow:0 0 0 0 #fff0}}