.messageBoy {
  cursor: pointer;
  transition: all 0.3s ease;
  position: fixed;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #1b9a9a;
  bottom: 30px;
  border-radius: 10em;
  border: 1px solid #007979;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
  z-index: 9999;
  background-image: url(/wp-content/themes/Inlearn/assets/images/atendente.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .messageBoy:hover {
    opacity: 1;
    transition: all 0.3s ease; }
    .messageBoy:hover .closeBox {
      opacity: 1;
      transition: all 0.3s ease; }

.messageBox {
  position: absolute;
  padding: 15px 8px 10px;
  bottom: 50%;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  right: calc(100% - 20px);
  font-size: 13px;
  color: #7a8389;
  letter-spacing: 0;
  min-width: 140px;
  text-align: center;
  border-radius: 6px; }

.closeBox {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: 1px;
  left: 9px;
  font-size: 14px;
  transform: rotate(90deg);
  color: #e22828;
  font-weight: bold;
  z-index: 99999; }
