.contact-shortcuts{z-index:20;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:90px;right:22px}.contact-shortcut{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex;position:relative;box-shadow:0 5px 24px #092f4430}.contact-shortcut-call{background:#31b6e8}.contact-shortcut-call:hover{background:#159bce}.contact-shortcut-whatsapp{background:#25d366}.contact-shortcut-whatsapp:hover{background:#1eb859}.contact-shortcut-whatsapp img{filter:brightness(0)invert();display:block}.contact-shortcut span{color:#26353d;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:24px;width:max-content;max-width:min(300px,100vw - 120px);padding:10px 15px;font-size:14px;font-weight:600;transition:opacity .15s;position:absolute;top:50%;right:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 5px 20px #092f4430}:is(.contact-shortcut:hover span,.contact-shortcut:focus-visible span){opacity:1;visibility:visible}.contact-shortcut:focus-visible{outline-offset:3px;outline:3px solid #123d4b}@media (max-width:700px){.contact-shortcuts{right:15px;bottom:calc(72px + env(safe-area-inset-bottom));gap:8px}.contact-shortcut{width:54px;height:54px}.contact-shortcut span{display:none}}
