.bloque-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
   /*  width: 100px;
    height: 100px;
    min-height: 100px; */
    z-index: 9999;
}

.bloque-whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    transition: all 0.2s ease;
}

.bloque-whatsapp a:hover {
    transform: scale(1.1);
}

.bloque-whatsapp img {
    width: 30px;
    height: auto;
}