.btn-inscricao-fixo {
  color: #fff;
  background-color: #ff6400;
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  position: fixed;
  z-index: 100;
  right: 0%;
  top: 65%;
}

.btn-inscricao-fixo:hover {
  cursor: pointer;
}

.btn-inscricao-fixo-text {
  width: min-content;
}

.btn-whatsapp {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #26d466;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 2rem;
}

.btn-whatsapp svg {
  width: 3rem;
}

.chatbox {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  padding: 10px;
  border-radius: 10px;
  position: fixed;
  right: 6rem;
  bottom: 3rem;
  width: 4.5rem;
  transition: 1s;
}

.message {
  position: fixed;
  bottom: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
  border-radius: 50%;
  font-size: 10px;
  width: 15px;
  height: 15px;
}
