/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* Webbax - TUTO 95 - Whatsapp */
.float-whatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:160px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:20px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-float-whatsapp{
    margin-top:16px;
}

/* all mobiles */
@media(max-width:767px){
    .float-whatsapp{
        width:60px;
        height:40px;
        bottom:80px;
        right:20px;
        font-size:35px;   
    }
    .my-float-whatsapp{
        margin-top:4px;
    }
}