.btn-flotante{font-size:16px;text-transform:uppercase;font-weight:700;color:#1ba2ed;border-radius:50%;letter-spacing:2px;background-color:#2d3438;padding:10px 13px;position:fixed;bottom:20px;right:20px;transition:all 300ms ease 0ms;box-shadow:0 8px 15px rgb(0 0 0/.1);z-index:99}.btn-flotante:hover{background-color:#505152;box-shadow:0 15px 20px rgb(0 0 0/.3);transform:translateY(-7px)}@media only screen and (max-width:600px){.btn-flotante{font-size:14px;padding:12px 20px;bottom:20px;right:20px}}