@import url("https://fonts.googleapis.com/css?family=Roboto");
/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 100000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}
@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  /* width: 60px; */
  width: 320px;
  height: 60px;
  z-index: 8;
  transition: .3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  /* border-radius: 50%; */
  background-color: transparent;
  /* 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); */
}
/* .whatsapp-button .custom_back_button {
  position: relative;
  width: 50%;
  height: 60px;
  bottom: 7px;
  right: -74px;
  background-color: #1a9d42;
  color: #FFF;
  border-radius: 30px;
  z-index: 99;
} */
.whatsapp-button .custom_back_button span {
  display: block;
  height: 60px;
  text-align: left;
  padding: 22px 0 0 24px;
  font-size: 14px;
}

.float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 16px;
  right: 15px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 45px;
  box-shadow: 1px 1px 3px #999;
  z-index: 100;
}

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

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 4px;
  bottom: 18px;
  right: 50px;
  transition: .5s;
  border-radius: 10px;
  background-color: white;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -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);
  animation: slideInRight .6s 0.0s both;
}
.popup-whatsapp > div {
  margin: 5px;
}
.popup-whatsapp > .content-whatsapp.-top {
  display: float;
  width: 250px;
}
.popup-whatsapp > .content-whatsapp.-top button {
  display: inline-block;
}
.popup-whatsapp > .content-whatsapp.-top p {
  display: inline-block;
  width: 200px;
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
  color: #304770;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 13px;
}

.popup-whatsapp > .content-whatsapp.-top p span {
  margin-top: 11px;
  display: inline-block;
}

.closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 6px 5px 0px 0px;
  padding: 0 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.closePopup:hover {
  color: #ffdb3e;
  transition: .3s;
}

.closePopup .material-icons {
  margin-left: -4px;
  display: block;
  float: left;
}

/* @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .closePopup .material-icons {
      margin-left: -20px;
    }
} */

.send-msPopup {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1000;
  /* transition: .3s;
  font-size: 45px;
  -webkit-box-shadow: 2px 1px 6px 1px rgb(68 68 68 / 60%);
  -moz-box-shadow: 2px 1px 6px 1px rgba(68, 68, 68, 0.6);
  box-shadow: 2px 1px 6px 1px rgb(68 68 68 / 60%); */
}
.send-msPopup:hover {
  /* background-color: #3d9e5a; */
  transition: .3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight .6s 0.0s both;
  background-color: #fafafa;
}
/* @media (max-width: 420px) {
  input.whats-input[type=text] {
    width: 304px;
  }

  .popup-whatsapp {
    width: 370px;
    right: 16px;
  }
} */
.icon-whatsapp {
  width: 45px;
  height: 45px;
}

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