#whatsapp-simplifica-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 100%;
    font-size: 50px;
    cursor: pointer;
    z-index: 9999;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#whatsapp-simplifica-button.chat-open::after {
  content: '×';
  font-size: 24px;
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
}
#whatsapp-simplifica-chat {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
background-image: url(zap-img.jpg);
   background-position: center;
    background-size: contain;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
	padding-top: 50px;
    z-index: 10000;
	overflow: hidden;
}
#whatsapp-simplifica-chat p {
    position: absolute;
    background-color: #154d38;
    width: 100%;
    left: 0;
    top: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
}

#whatsapp-simplifica-chat button {
    float: right;
    background-color: #154d38;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

#whatsapp-simplifica-chat input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px;
    border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}

#whatsapp-simplifica-chat textarea {
    display: block;
    width: 100%;
    height: 115px;
    padding: 8px;
    border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}