Ir al contenido
Llámanos 55 2744 8109 y 56 4879 8080 Descartar
¿Necesitas ayuda? Escríbenos
.whatsapp-float{
position: fixed;
right: 20px;
bottom: 20px;
width: 60px;
height: 60px;
background: #25D366;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 10px rgba(0,0,0,.25);
z-index: 999999;
transition: .3s;
}
.whatsapp-float:hover{
transform: scale(1.1);
}