.btn-wsp {
  position: fixed;
  width: 100px;
  height: 100px;
  line-height: 96px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #fff;
  border-radius: 70px;
  text-align: center;
  font-size: 65px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp:hover {
  background: #20ba5a;
}

@media (max-width: 767px) {
  .btn-wsp {
    width: 80px;
    height: 80px;
    line-height: 79px;
    font-size: 55px;
  }
}

.text-wsp {
  position: fixed;
  width: 189px;
  height: 41px;
  line-height: 42px;
  bottom: 147px;
  right: 25px;
  background: #fff;
  color: #000000;
  border-radius: 70px;
  text-align: center;
  font-size: 25px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}

@media (max-width: 767px) {
  .text-wsp {
    width: 80px;
    height: 80px;
    line-height: 79px;
    font-size: 55px;
  }
}

.widget-floating-whatsapp {
  position: fixed;
  bottom: 134px;
  right: 10px;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media (max-width: 1200px) {
  .widget-floating-whatsapp {
    bottom: 132px;
  }
}

.widget-floating-whatsapp .btn__floating-whatsapp {
  width: 176px;
  height: 44px;
  background-size: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.29);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.29);
  background-color: #14930b;
  color: #fff;
  line-height: 1;
  text-align: right;
  padding: 5px 15px 0 40px;
}

@media (max-width: 1200px) {
  .widget-floating-whatsapp .btn__floating-whatsapp {
    width: 160px;
    height: 40px;
    background-size: 30px;
    border-radius: 20px;
    padding: 3px 15px 0 40px;
  }
}


.non-s {
  user-select: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-user-select: none; /* Chrome, Safari, Opera */
}