.whatsapp-form {
  font-family: "SemiBold";
  padding: 0;
  margin-right: 2rem;
  width: 18rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 55%;
  left: 79%;
  z-index: 100;
  visibility: hidden;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 130%;
}

.whatsapp-form .message {
  width: 100%;
  padding: 1rem;
  border-radius: 20px 20px 0 0;
  background-color: #25d366;
  color: #ffffff;
}

.whatsapp-form .fields-contact {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
}
.whatsapp-form .field-name,
.whatsapp-form .field-cel {
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  padding: 0 1rem 0 1rem;
}

.whatsapp-form .field-cel {
  margin: 0.7rem 0;
}
.whatsapp-form .name-whatsapp-form,
.whatsapp-form .cel-whatsapp-form {
  border: 1.5px solid #000000;
  border-radius: 15px;
}

.button-whatsapp-form {
  margin-top: 0.8rem;
  padding: 0;
  width: 50%;
  height: 2rem;
  border: 0;
  align-self: center;
  border-radius: 15px;
}

.button-whatsapp-form:hover {
  background-color: #25d366;
}

@media screen and (width: 1280px) {
  .whatsapp-form {
    width: 20rem;
    top: 59%;
    left: 78%;
  }
}
@media screen and (width: 1366px) {
  .whatsapp-form {
    width: 20rem;
    top: 58%;
    left: 78%;
  }
}
@media screen and (width: 1440px) {
   .whatsapp-form {
      width: 20rem;
      top: 62%;
      left: 77%;
  }
 }

 @media screen and (width: 1660px) {
   .whatsapp-form {
      width: 20rem;
      height: 20rem;
      top: 61%;
      left: 78%;
  }
 }
@media screen and (width: 1680px) {
  .whatsapp-form {
    width: 20rem;
    top: 66%;
    left: 79%;
  }
}
@media screen and (height: 1200px) {
   .whatsapp-form {
     width: 20rem;
     top: 65%;
     left: 78%;
   }
 }
 @media screen and (width: 2560px) {
   .whatsapp-form {
     width: 20rem;
     top: 70%;
     left: 82%;
   }
 }
 
 @media screen and (height: 1600px) {
   .whatsapp-form {
     width: 20rem;
     top: 73%;
     left: 82%;
   }
 }