#WhatsappContact {
  position: fixed;
  right: 16px;
  bottom: 15px;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  z-index: 99999999;
  margin: 0;
  cursor: pointer;
}
#WhatsappContact:hover {
  transform: scale(1.2);
}



/* The Modal (background) */
.modal-whats {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(241,241,241); /* Fallback color */
  background-color: rgb(241 241 241 / 52%); /* Black w/ opacity */
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 30px;
}

/* Modal Content (Image) */
.modal-whats .modal-content {
  background: none;
  margin: auto;
  display: inline-block;
  width: 80%;
  max-width: 283px;
  height: 586px;
  border: 0;

  margin-top: 12px;
  margin-left: 10px;
}

.modal-whats #celular {
  position: absolute;
  margin-left: -20px;
  margin-top: -6px;
}
/* Add Animation - Zoom in the Modal */
.modal-whats .modal-content,
#caption,
#celular {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomout {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

/* The Close Button */
.modal-whats .close {
  top: 15px;
  right: 35px;
  transition: 0.3s;
  width: 35px;
  height: 33px;
  padding-top: 11px;
  padding-right: 15px;
}

.modal-whats .close:hover,
.modal-whats .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#whatsappform {
  margin-top: 268px;
  padding-left: 15px;
  padding-right: 15px;
  /* color: #000; */
}

#whatsappform input {
  margin-bottom: 10px;
  height: 35px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-top: 5px;
  background: #fff;
  border: 0;
}

#whatsappform select {
  margin-bottom: 10px;
  height: 35px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 7px;
  padding-top: 5px;
  background: #fff;
  border: 0;
  color: #000;
}

.btn-whats {
  background: #808080;
  color: #fff;
  margin-top: 25px;
  border-radius: 0;

  transition: all 0.4s ease-in-out 0s;
}

.btn-whats:hover,
.btn-whats:focus {
  color: #fff !important;
  text-decoration: none;
  background: #404040;
  transform: scale(1.2);
}

.sendsuccess {
  margin-left: 2px;
  margin-top: 10px;
}

.sendsuccess img:hover , .sendsuccess .hover-zoom {
  transform: scale(1.05);
}
.sendsuccess span:hover {
  transform: scale(1.05);
}

.sendsuccess img {
  transition: all 0.4s ease-in-out 0s;
}
.sendsuccess span {
  transition: all 0.4s ease-in-out 0s;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.img-whats {
  height: 80px;
}

.sendsuccess span{
  position: absolute;
  line-height: 16px;
  margin-top: 65px;
  color: #fff;
  width: 130px;
  margin-left: -138px;
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .img-whats {
    height: 80px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .img-whats {
    height: 60px;
  }
  .modal-whats {
    padding-top: 10px;
  }
}
