.whatsapp-fale {
    position: fixed;
    bottom: 15px;
    right: 25px;
    opacity: .85;
    padding: 10px 20px;
    text-align: center;
    transition: all ease-in-out .2s;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(115deg,#0dc152,#0dc152,#1e904a);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 60;
}
.whatsapp-fale:hover {
    opacity: 1;
}
.whatsapp-fale svg {
    height: 28px;
    width: auto;
}
.whatsapp-fale path {
    fill: #fff !important;
}
.whatsapp-fale div {
    padding-left: 10px;
}
.ul-whatsapp {
    position: fixed;
    width: 25%;
    right: -100px;
    bottom: -90px;
    background: #f3f3f3;
    border-radius: 8px;
    z-index: 999;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all ease-in-out .25s;
    transform: scale(0);
    list-style: none;
    margin: 0;
    padding: 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.shown {
    transform: scale(1);
    bottom: 90px;
    right: 20px;
}
.ul-whatsapp li {
    padding: 12px;
    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.9rem;
}
.info-wpp {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.cont-wpp {
    padding: 10px;
}
.cont-wpp img {
    height: 45px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.info-wpp p {
    font-size: 1.1rem;
    color: #6e6e6e;
}
.info-wpp h2 {
    margin-top: 5px;
    font-size: 1.4rem;
    color: #797979;
}

@media (max-width: 767px) { /* XS */
    .whatsapp-fale div {
        display: none;
    }
    .ul-whatsapp {
        width: 90%;
        left: 5%;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    .whatsapp-fale div {
        display: none;
    }
    .ul-whatsapp {
        width: 80%;
        left: 14%;
    }
}
