/* Estilos para o módulo wpp-float */

#wpp-float{
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 8;
    width: 70px !important;
    height: 60px !important;
}
#wpp-float a img{
    width: 100%;
}

@media(max-width:992px){
    #wpp-float{
        width: 50px !important;
        bottom: 3%;
    }
}