.whatsapp-ico{
    fill: white;
    width: 50px;
    height: 50px;
    padding: 3px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    position: fixed;
    bottom: 20px;
    right : 20px;
    z-index: 10;
}

.whatsapp-ico:hover{
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

#adeneo-whatsapp-button {
    display: flex;
    position: fixed;
    /*background: #25d366;*/
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    /*box-shadow: 2px 2px 12px rgba(22, 124, 60, .2);*/
    transition: .4s;
    align-items: center;
    justify-content: center
}

#adeneo-whatsapp-button>.adn-tooltip {
    background: #fff;
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .4s;
    pointer-events: none
}

#adeneo-whatsapp-button>.adn-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: .4s
}

#adeneo-whatsapp-button.left {
    left: 25px
}

#adeneo-whatsapp-button.left>.adn-tooltip {
    left: 0;
    transform: translateX(-10%)
}

#adeneo-whatsapp-button.left>.adn-tooltip:after {
    left: 23px
}

#adeneo-whatsapp-button:not(.left) {
    right: 25px
}

#adeneo-whatsapp-button:not(.left)>.adn-tooltip {
    right: 0;
    transform: translateX(10%)
}

#adeneo-whatsapp-button:not(.left)>.adn-tooltip:after {
    right: 23px
}

#adeneo-whatsapp-button>img {
    display: block;
    width: 34px;
    height: 34px
}

#adeneo-whatsapp-button:hover {
    /*background: #21bd5c;*/
    /*box-shadow: 3px 3px 12px rgba(14, 81, 39, .4)*/
}

#adeneo-whatsapp-button:hover>.adn-tooltip {
    opacity: 1;
    transform: translateX(0)
}

#adeneo-whatsapp-button:hover>.adn-tooltip:after {
    top: 100%;
    transition-delay: .4s
}