#chat-aberto {
  position: fixed;
  background: #47a04e;
  bottom: 10px;
  right: 10px;
  display: none;
  color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.33) 0px 0px 30px 2px;
  font-family: "Ubuntu", sans-serif;
  z-index: 99999;
  cursor: pointer;
}

#chat-aberto .minimizar {
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 2;
  font-size: 8px;
}

#chat-aberto .minimizar img {
  width: 80%;
}

#frame-chat {
  max-width: 100%;
  border: 0;
}

#chat-fechado {
  cursor: pointer;
  position: fixed;
  bottom: 1em;
  right: 5px;
  z-index: 2;
}

#container-fechado {
  background-color: #2faa1d;
  color: #fff;
  border-radius: 20px;
  font-family: "Ubuntu", sans-serif;
}

#chat-fechado .shake {
  top: -121px;
  right: 18px;
  position: absolute;
}

#chat-fechado .fechar {
  float: left;
  margin-top: -120px;
  color: #2faa1d;
  font-size: 20px;
}

#chat-fechado .fechar i {
  border-radius: 10px;
}

#chat-fechado .avatar {
  height: 125px;
}

#chat-fechado .mensagem-fechado {
  padding: 10px 20px;
  font-size: 16px;
  line-height: 17px;
}

@media only screen and (max-width: 600px) {
  #chat-fechado .shake {
    top: -70px;
    right: 5px;
  }
  #chat-fechado .avatar {
    height: 72px;
  }
  #chat-fechado .mensagem-fechado {
    padding: 5px 10px;
    font-size: 14px;
  }
  #chat-fechado .fechar {
    margin-top: -80px !important;
    font-size: 18px;
  }
}
