.whatsappchat-anchor {
    padding: 10px 0;
    margin: 0 5px;
    text-decoration: none;
}

.whatsappchat-anchor.telefono span {
    background: #4655B2!important;
}
.whatsappchat-anchor span {
    border-radius: 20px;
    background: #25D366;
    color: #fff;
    font-size: 13px;
    padding: 6px 8px;
    display: unset;
    outline: none;
    cursor: pointer;
}
.whatsapp-icon {
    background-image: url(./whatsapp.png);
}
.telefono-icon {
    background-image: url(./telefono.png);
}
.icona {
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 4px;
    top: -1px;
    vertical-align: middle;
    background-size: contain;
}
@media only screen and (max-width: 989px){
.icona {width:55px;height:42px;margin-left:10px;}
}