﻿.float {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 9999999 !important;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
}


.my-float {
    margin-top: 16px;
}

@media (max-width:767px) {
    .float {
        position: fixed;
        width: 45px;
        height: 45px;
        line-height: 45px;
        z-index: 9999999 !important;
        bottom: 20px;
        right: 20px;
        background-color: #25d366;
        color: #FFF !important;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        box-shadow: 2px 2px 3px #999;
    }
}

.float:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .whats-web {
        display: none !important;
    }

    .whats-mobile {
        display: block !important;
    }
}

@media (min-width:768px) {
    .whats-web {
        display: block !important;
    }

    .whats-mobile {
        display: none !important;
    }
}
