/* whatsapp */

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  transition: .3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #77bb4a;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: .3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4.0s ease 4;
}

.popup-whatsapp {
  width: 320px;
  max-height: calc(100vh - 40px - 10vh);
  transition: all .4s ease;
  animation-delay: 0s;
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* padding: 10px; */
  bottom: 8px;
  right: 85px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.popup-whatsapp>div {
  margin: 5px;
}

@media (max-width: 680px) {
  .popup-whatsapp p {
    font-size: 0.9em;
  }
}

.popup-whatsapp>.content-whatsapp.-top {
  display: flex;
  flex-direction: column;
}

.popup-whatsapp>.content-whatsapp.-top p {
  color: #585858;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.0em;
  padding: 5px 16px;
}

.popup-whatsapp>.content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

.closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0px 0px 15px 0px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #f76060;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.closePopup:hover {
  background-color: #f71d1d;
  transition: .3s;
}

.send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: .3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight .6s 0.0s both;
}

input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: .3s;
}

@media (max-width: 420px) {
  input.whats-input[type=text] {
    width: 225px;
  }
}

input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
}

input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: .3s;
}

.icon-whatsapp-small {
  width: 60px;
  height: 60px;
  color: #ffffff;
}

.icon-whatsapp {
  width: 60px;
  height: 60px;
  font-size: 45px;
  color: #ffffff;
}

.icon-font-color {
  color: #ffffff;
}

.icon-font-color--black {
  color: #333333;
}

.wc--float-ballon--title {
  background: #25d266!important;
  height: 54px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #fff!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: solid 1px #ededed;
}

.wc--float-ballon--user {
  display: flex;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
  border-radius: 2px;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  margin: 10px;
}

.wc--float-ballon--user>.wc--float-ballon--user---thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin: 28px 0 0 12px;
}

.wc--float-ballon--user>.wc--float-ballon--user--content {
  flex-grow: 1;
  padding: 15px;
}

.wc--float-ballon--user--content>.wc--float-ballon--user--content---name {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, .6);
}

.wc--float-ballon--user--content>.wc--float-ballon--user--content---phone {
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
  display: block;
}

.wc--float-ballon--user--content>.wc--float-ballon--user--content---button {
  display: flex;
  text-decoration: none;
  width: 100%;
  height: 36px;
  background: #075e54!important;
  color: #fff!important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  margin-top: 8px;
  box-shadow: 0 8px 16px rgba(7, 94, 84, .24);
  transition: all .3s ease;
}

.popup-whatsapp>div {
  margin: 0;
}

.wc--float-ballon--ass {
  display: flex;
  justify-content: flex-end;
  padding: 8px 16px 8px 16px;
}

.wc--float-ballon--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: calc(100vh - 40px - 10vh - 64px);
  overflow: auto;
  padding: 16px;
  justify-content: flex-start;
}

.ballonFloat {
  display: flex;
  /* position: absolute; */
  flex-direction: column;
  flex-grow: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #CCC;
  border: 1px solid #ccc;
  overflow: auto;
  width: 250px;
  margin-bottom: 80px;
  text-align: center;
  height: auto;
  background: #FFF;
  padding-top: 15px;
  /* justify-content: flex-end; */
}

.ballonFloat p {
  /* border: none; */
  /* overflow: hidden; */
  /* width: auto; */
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  /* height: auto; */
  color: #888;
  font-size: roboto;
}

.times {
  color: #888;
  float: right;
  margin: 10px;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 8;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}

/* whatsapp */