.botones-flotantes{position:fixed;right:18px;bottom:120px;z-index:99999;display:flex;flex-direction:column;gap:12px}.boton-flotante{width:56px;height:56px;border-radius:50%;background:#BA0910;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.25);transition:transform .2s ease,opacity .2s ease}.boton-flotante:hover{transform:scale(1.08);opacity:.9;color:#fff}.boton-llamar{background:#BA0910}.boton-contacto{background:#BA0910}@media (max-width:768px){.botones-flotantes{right:14px;bottom:85px}.boton-flotante{width:52px;height:52px;font-size:24px}}