.float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #28e76e;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.fa-whatsapp {
    font-size: 40px;
    background-color: transparent;
    margin-bottom: 5px; /* Espacio entre el ícono y el texto */
}

.float:hover {
    background-color: transparent;
    text-decoration: none;
}
