.whatsapp {
    background: linear-gradient(115deg, #0dc152, #0dc152 ,#39b569);
    box-shadow: 0 0 23px -5px #797979;
    /* padding: 10px; */
    height: 50px;
    opacity: 0.85;
    width: 150px;
    padding: 11px 0;
    text-align: center;
    transition: all ease-in-out 0.2s;
    border-radius: 25px;
    position: fixed;
    right: 25px;
    bottom: 15px;
    z-index: 9999;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    cursor: pointer;
}
.whatsapp:hover,
.whatsapp.shown{
    opacity: 1;
}
.whatsapp span{
    padding-left: 5px;
    font-size: 1.5rem;
}
.whatsapp span,
.whatsapp img{
    position: relative;
    /*transform: translateY(10px);*/
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}
.ul-whatsapp{
    position: fixed;
    width: 25%;
    right: -100px;
    bottom: -90px;
    background: #f3f3f3;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all ease-in-out 0.25s;
    transform: scale(0);
}
.ul-whatsapp::after {
    z-index: -1;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -20px;
    right: 10px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #f3f3f3;
}
.ul-whatsapp li{
    padding: 12px;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border-bottom: 1px solid #d8d8d8;
    transition: all ease-in-out 0.2s;
}
.ul-whatsapp a:last-of-type li{
    border-bottom: none;
}
.ul-whatsapp li:hover:not(.topo-whats){
    background: #e0e0e0;
}
.topo-whats{
    color: #fff;
    background: #0dc152;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.5rem;
}
.ul-whatsapp li img{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
}
.info-wpp{
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.info-wpp p{
    font-size: 1.5rem;
    color: #6e6e6e;
    margin: 0;
}
.info-wpp h2{
    margin-top: 0px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2rem;
    color: #797979;
}
.cont-wpp{
    padding: 10px;
}
.cont-wpp a li img{
    max-width: 45px;
}
.whatsapp img{
    max-width: 25px;
}
.ul-whatsapp.shown {
    transform: scale(1);
    bottom: 90px;
    right: 35px;
    padding-left: 0;
}
@media(max-width:991px){
    .ul-whatsapp{
        width: 80%;
        left: 10%;
    }
}
@media(max-width:767px){
    .ul-whatsapp{
        width: 90%;
        left: 5%;
    }
}