#botao-agendavirtual {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  text-align: center;
  line-height: 80px;
  z-index: 9999;
  transition: all 0.3s ease;
}
#botao-agendavirtual:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.botao-agendavirtual svg {
  width: 50px;
  height: 50px;
  margin-top: 12px;
  fill: #ffffff;
}

.botao-agendavirtual-inferior-esquerdo {
	left: 20px;
}

.botao-agendavirtual-superior-direito {
	top: 32px;
}

.botao-agendavirtual-superior-esquerdo {
	left: 20px;
	top: 32px;
}