
.chat {
  position: fixed;
  z-index: 9998;
  bottom: 12px;
  right: 12px;
}
@media (min-width: 992px) {
  .chat .card {
    width: 320px;
  }
}
.chat .botao-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  font-size: 1.65rem;
  text-decoration: none;
  z-index: 9999;
}
.chat .botao-chat .fa::before {
  content: "\f00d";
}
.chat .card {
  margin-bottom: 0;
  background: url("../img/bg-whatsapp.jpg") no-repeat center;
  background-size: cover;
  border-color: #128c7e;
  border-radius: 16px;
}
.chat .card-body {
  padding: 1.5rem;
  font-size: 0.875rem;
}
.chat label {
  font-weight: 500;
}
.chat .form-group {
  margin-bottom: 16px;
}
.chat .form-control {
  border-radius: 8px;
  border-color: #25d3651f;
  box-shadow: 2px 2px 5px 5px #25d3651f;
  font-size: 0.875rem;
}
.chat .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border-radius: 8px;
  font-weight: 500;
}

