.bgModal .wpFlotante {
  display: none !important; }

.wpFlotante {
  padding: 5px 20px 5px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 30px;
  position: fixed;
  bottom: 80px;
  right: -1px;
  background-color: #87C13F;
  color: white;
  text-decoration: none;
  border: solid white 1px;
  z-index: 999;
  -moz-transition: background-color 0.3s, padding-right 0.3s;
  -o-transition: background-color 0.3s, padding-right 0.3s;
  -webkit-transition: background-color 0.3s, padding-right 0.3s;
  transition: background-color 0.3s, padding-right 0.3s; }
  .wpFlotante:hover {
    padding-right: 35px;
    background-color: #9fca6b;
    color: white; }

/*# sourceMappingURL=wpflotante.css.map */
