.btn-inscricao-fixo {
  color: #fff;
  background-color: #ff6400;
  width: 150px;
  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%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.btn-inscricao-fixo:hover {
  cursor: pointer;
}

.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;
}

@media (min-width: 2560px) and (min-height: 1440px) {
  .btn-whatsapp {
    width: 7rem;
    height: 7rem;
    right: 2rem;
    bottom: 2rem;
  }
  .btn-whatsapp svg {
    width: 5rem;
  }
  .chatbox {
    font-size: 1.3rem;
    padding: 10px;
    border-radius: 10px;
    right: 8rem;
    bottom: 7rem;
    width: 9rem;
    height: 4.5rem;
  }
  .message {
    position: fixed;
    bottom: 8rem;
    right: 2rem;
    font-size: 20px;
    width: 30px;
    height: 30px;
  }

  .btn-inscricao-fixo {
    color: #fff;
    background-color: #ff6400;
    width: 250px;
    height: 100px;
    font-size: 1.6rem;
    top: 65%;
  }
}

@media (min-width: 2560px) and (min-height: 1440px) {
}
