#whatsapp {
  position: fixed;
  width: auto;
  z-index: 1031;
}

#whatsapp.bottom {
  bottom: 20px;
}

#whatsapp.top {
  top: 20px;
  /* top: 10px; */
}

@media (min-width: 992px) {
  #whatsapp.top {
    top: 10px;
  }
}

#whatsapp.middle {
  top: 48%;
}

#whatsapp.right {
  /*right: 0;*/
  right: 50px;
}

  @media (min-width: 992px) {
    #whatsapp.right {
      right: 0;
    }
  }

#whatsapp.left {
  left: 0;
}

#whatsapp a {
  font-size: 25px;
    text-align: right;
    border-radius: 50px 0 0 50px;
    padding: 5px 20px 5px 20px;
}

  #whatsapp a span {
    font-size: 24px;
  }

#whatsapp.left a {
  text-align: left;
  border-radius: 0 50px 50px 0;
  padding: 8px 30px 8px 20px;
}