/* Rany Siqueira — Footer Styles */
:root{
  --gold:#B8952A;--gh:#9A7C20;--gl:#D4AF5A;
  --bk:#080808;--bk2:#0F0F0F;--dk:#161616;
  --lt:#E2DDD6;--mid:#5A5A5A;--m2:#888;
  --gpp:#FBF8F0;
}
.wapp{
  position:fixed;bottom:24px;right:24px;z-index:8000;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(37,211,102,.35);
  transition:transform .2s,box-shadow .2s;text-decoration:none;
}
.wapp:hover{transform:scale(1.08);box-shadow:0 6px 22px rgba(37,211,102,.45)}
