.sd-block-whatsapp {
  display: inline-block;
}
.sd-block-whatsapp a {
  color: #ffffff;
  background-color: #25d366;
  padding: 10px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.sd-block-whatsapp a svg {
  width: 20px;
  margin-right: 10px;
}
.sd-block-whatsapp a:hover {
  color: #ffffff;
  background-color: #128c7e;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.sd-block-whatsapp.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/*# sourceMappingURL=style.css.map */
