.space-wa {
    right:20px;
}
.flotante {
    position:fixed;
    bottom:20px;
    z-index: 1000;
}
.btn-dv{
    padding: 5px 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transition: .5s;
}
.btn-dv:hover{
    transition: .5s;
    transform: scale(1.1);
}
.btn-dv i {
    color: white;
}
.btn-color-whatsapp{
    background-color: #00E676;
}