    /*whatsapp flutuante*/
.a-whats-g{
    z-index: 8;
    bottom: 0px;
    right: 15px;
    width: 210px;
    position: fixed;
    font-size: 14px;
    padding-top: 6px;
    text-align: right;
    padding-bottom: 5px;
    padding-right: 25px;
    background: #095a0c;
    color: #fff !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-decoration: none !important;
}
.a-whats-g .fa-whats{
    top: 0px;
    left: 0px;
    z-index: 8;
    width: 32px;
    height: 32px;
    font-size: 20px;
    padding-top: 2.3px;
    text-align: center;
    position: absolute;
    background: #0e7519;
    border-top-left-radius: 4px;
}
.a-whats-xs{
    left: 15px;
    z-index: 8;
    width: 40px;
    height: 40px;
    bottom: 15px;
    position: fixed;
    font-size: 22px;
    padding-top: 4.2px;
    text-align: center;
    background: #147118;
    border-radius: 40px;
    color: #fff !important;
    text-decoration: none !important;
}