.whatsapp-button a {
    position: fixed;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px; /* Espacio entre el ícono y el texto */
}


.whatsapp-button a img {
    width: 35px;
}

.whatsapp-button:hover {
    opacity: 1;
}

.whatsapp-right a {
    right: 20px;
    border-radius: 50%;
    display: flex;
    height: 68px;
    width: 68px;
    justify-content: center;
    align-items: center;
}

.whatsapp-left a {
    left: 20px;
    padding: 12px 25px;
    border-radius: 30px;
}


@media screen and  (max-width: 620px) {
    .whatsapp-left a {
        left: 10px;
        padding: 15px 20px;
    }
    .whatsapp-right a {
        right: 10px;
    }
    .whatsapp-button i {
        font-size: 30px;
    }
}
