.float-w {
    z-index: 9999;
    position: fixed;
    background: #28bd60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.float-w a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.float-w i {
    background: #20ab54;
    font-size: 23px;
    color: #fff;
    line-height: 44px;
    width: 46px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.float-w strong {
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    padding: 0 12px;
}

/*
.fa-whatsapp:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f232";
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
*/

@media only screen and (max-width: 767px) {
.atalhos-mobile {border:none}
    
.atalhos-mobile ul {
	padding-top: 6px;
    padding-right: 3px;
    padding-bottom: 6px;
    padding-left: 3px;
}

.float-w strong {
    display: none;
}
    
.float-w i {
    width: 62px;
    line-height: 62px;
    font-size: 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

}








