/*.whatsapp-flutuante {
    display: none;
}
@media screen and (max-width: 1024px) {
    display: block;
}*/

.whatsapp-flutuante a {
    background: url('../images/whatsapp-icon-txt.png') no-repeat center center;
    width: 142px;
    height: 66px;
    display: block;
}

@media screen and (max-width: 767px) {
    .whatsapp-flutuante a {
        background-size: 100px;
    }
    .whatsapp-flutuante {
        right: -5px !important;
        bottom: 2px !important;
    }
}

.whatsapp-flutuante {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 2;
    opacity: 1;
}

.whatsapp-flutuante i {
    display: none;
}