.whatsapp{
    background:linear-gradient(115deg, #0dc152, #0dc152 ,#39b569);
    box-shadow: 0 0 23px -5px #797979;
    /*padding: 10px;*/
    height: 45px;
    opacity: 1;
    width: 165px;
    padding: 11px 0;
    text-align: center;
    transition: all ease-in-out 0.2s;
    border-radius: 25px;
    position: fixed;
    right: 25px;
    bottom: 15px;
    z-index: 9;
    font-family: 'Ubuntu';
    color: #fff;
    cursor: pointer;
}
.whatsapp:hover,
.whatsapp.shown{
    opacity: 1;
}
.whatsapp span{
    padding-left: 5px;
    font-size: 16px;
    vertical-align: top;
}
.whatsapp span,
.whatsapp img{
    position: relative;
    /*transform: translateY(10px);*/
    display: inline-block;
}
.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: 'Ubuntu';
    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: 14px;
}
.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: 'Ubuntu';
    font-size: 1.3rem;
    color: #797979;
    font-size: 18px;
}
.cont-wpp{
    padding: 10px;
}
.cont-wpp a:hover{
    text-decoration: none;
}
.cont-wpp a li img{
    max-width: 30px;
}
.whatsapp img{
    max-width: 21px;
    vertical-align: text-top;
}
.ul-whatsapp.shown{
    transform: scale(1);
    bottom: 75px;
    right: 20px;
}
@media(max-width:991px){
    .ul-whatsapp{
        width: 40%;
        right: 10%;
    }
}
@media(max-width:767px){
    .ul-whatsapp{
        width: 90%;
        left: 5%;
        bottom: 60px !important;
    }
    .whatsapp{
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius:0;
    }
}