a.whats-float {
    background-color: #4dc247;
    box-shadow: 0 0 0 0 #4dc247;
    -webkit-animation: pulsed 1.25s infinite cubic-bezier(.66,0,0,1);
    -moz-animation: pulsed 1.25s infinite cubic-bezier(.66,0,0,1);
    -ms-animation: pulsed 1.25s infinite cubic-bezier(.66,0,0,1);
    animation: pulsed 1.25s infinite cubic-bezier(.66,0,0,1);
}

a.whats-float:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulsed {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

@-moz-keyframes pulsed {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

@-ms-keyframes pulsed {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

@keyframes pulsed {
    to {
        box-shadow: 0 0 0 15px rgba(232,76,61,0)
    }
}

.wrap-logo-rodape {
    display: none !important;
}