.fixed-buttons-container{position:fixed;z-index:1000}.fixed-button{height:50px;justify-content:center;text-decoration:none;color:#fff;transition:background-color .3s,transform .3s;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.3);border-radius:50%;width:50px;display:flex}.fixed-button i{font-size:35px;color:#fff}.fixed-button:focus,.fixed-button:hover{transform:scale(1.1)}.phone-button{background-color:#0056b3}.phone-button:focus,.phone-button:hover{background-color:#2d3748}.whatsapp-button{background-color:#38a169}.whatsapp-button:focus,.whatsapp-button:hover{background-color:#2f855a}@media (max-width:767px){.fixed-buttons-container{right:20px;bottom:20px;left:20px}.fixed-button{height:60px;position:absolute;bottom:0;width:60px}.fixed-button i{font-size:35px}.phone-button{left:0}.whatsapp-button{right:0}}@media (min-width:768px){.fixed-buttons-container{right:20px;bottom:20px;left:20px}.fixed-button{height:60px;position:absolute;bottom:0;width:60px}.fixed-button i{font-size:28px}.phone-button{left:0}.whatsapp-button{right:0}}