.form-chat-whats input {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0.03em;
  text-align: left;
  color: #4c4b4a;
  border-radius: 5px !important;
  background: #fff;
  border: 1px solid #cecdcd !important;
  margin-bottom: 20px !important;
  transition: all 0.3s;
  width: 100%;
  padding: 15px 15px !important;
}
.form-chat-whats input:focus {
  border: 1px solid #2a5b5c;
  transition: all 0.3s;
}
.form-chat-whats button {
  font-family: "Montserrat", sans-serif !important;
  border: none;
  background-color: #2a5b5c;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  outline: none !important;
}
.form-chat-whats button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.form-chat-whats button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: -5px;
  right: -20px;
  transition: 0.5s;
  font-size: 20px;
}
.form-chat-whats button:hover span {
  padding-right: 16px;
}
.form-chat-whats button:hover span:after {
  opacity: 1;
  right: 0;
}

.whatsapp-container {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
}
.btn-whats-text {
  font-family: "Montserrat", sans-serif !important;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  padding: 12px;
  margin-right: 14px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  position: relative;
}
.btn-whats-text::after {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  right: -10px;
  top: 8.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 10.5px 16px;
  border-color: transparent transparent transparent #f5f7f9;
}
.btn-whats-text.activeWa {
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}
.btn-whats {
  cursor: pointer;
  border: none;
  background-color: #4bc75a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  outline: none !important;
  width: 60px;
  height: 60px;
}
.btn-whats svg {
  height: 30px;
  width: 30px;
}
.btn-whats:before {
  content: "";
  position: absolute;
  display: block;
  background: transparent
    url(../../uploads/repositorio/whatsapplogosvg.svg)
    center center no-repeat;
  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  width: 60px;
  height: 60px;
}
.btn-whats.activeWa:before {
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}
.btn-whats:after {
  content: "";
  opacity: 0;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: transparent
    url(../../uploads/repositorio/xiconsvg.svg)
    center center no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}
.btn-whats.activeWa:after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}

.box-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 106px;
  width: 350px;
  z-index: 99999;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  max-width: calc(100% - 50px);

  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
.box-whatsapp.activeWa {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.box-whatsapp-head {
  position: relative;
  padding: 20px;
  background: #2db742;
  display: flex;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  padding-top: 23px;
}
.box-whatsapp-icon {
  margin-right: 20px;
}
.box-whatsapp-icon svg {
  height: 40px;
  width: 40px;
}
.box-whatsapp-head h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}
.box-whatsapp-head p {
  font-family: "Montserrat", sans-serif !important;
  color: #eee;
  font-size: 16px;
  margin-bottom: 0px;
}
.box-whatsapp-head a {
  color: #eee;
  font-size: 12px;
}
.box-whatsapp-content {
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  padding-top: 14px;
}
.box-whatsapp-content > p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px;
  color: #a5abb7;
  font-weight: 500;
  margin-bottom: 10px;
}
a.box-whatsapp-content-infos {
  text-decoration: none !important;
}
.box-whatsapp-content-infos {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
}
.box-whatsapp-content-infos.activeWa {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.box-whatsapp-content-hora-atendimento {
  font-size: 12px;
  display: block;
  color: #989b9f;
}
.close-btn {
  font-weight: 800;
  position: absolute;
  width: 25px;
  height: 25px;
  display: block;
  background-color: #f5f7f9;
  color: #000;
  border: 1px solid #f5f7f9;
  top: -30px;
  right: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  border-radius: 50%;
  font-family: Arial;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.d-none-modal {
  display: none !important;
}
.box-whatsapp .input-news-check input:checked + label {
  color: #2a5b5c;
}
.box-whatsapp .input-news-check input:checked + label div:nth-child(1) > div {
  background-color: #2a5b5c;
  color: #fff;
}
