@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-start;
  align-content: center;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  left: 15px;
  padding: 5px;
  margin: 0px;
}

@media (max-width: 360px) {
  .nav-bottom {
    width: 320px;
  }
}

.whatsapp-button {
  display: flex;
  width: 60px;
  height: 60px;
  z-index: 9999;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #ff6a14;
  animation: pulse 1.2s 1s ease 10;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 10px;
  bottom: 95px;
  left: 16px;
  transition: 0.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 2px 5px 0px rgb(68 68 68 / 40%);
  animation: slideInLeft 0.6s 0s both;
}

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

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

.popup-whatsapp > .content-whatsapp.-top p {
  color: #1e2125;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
}

@media only screen and (max-width: 450px) {
  .popup-whatsapp > .content-whatsapp.-top p {
    font-size: 14px;
  }
}

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

.content-whatsapp.-bottom input::placeholder {
  color: #1e2125 !important;
  font-family: "Roboto";
  font-size: 15px;
}

.content-whatsapp.-bottom .whats-input {
  color: #585858;
  font-family: "Roboto";
  font-size: 16px;
}

.popup-whatsapp .content-chat {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.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: #ff6a14;
  -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: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
}

.closePopup:hover {
  background-color: #ff6a14;
  transition: 0.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: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
}
.send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
}

.is-active-whatsapp-popup {
  display: flex;
  animation: slideInLeft 0.6s 0s both;
  background: linear-gradient(145deg, #ffffff, #e2e8ec);;
}

input.whats-input[type="text"] {
  width: 255px;
  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: 0.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: 0.3s;
}

.icon-whatsapp-small {
  width: 24px;
  height: 24px;
}

.icon-whatsapp {
  width: 45px;
  height: 45px;
}

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

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

.wtp-button {
	width: 32px;
}

@media only screen and (max-width: 450px) {
	.float {
		width: 50px;
		height: 50px;
	}

	.wtp-button {
		width: 26px;
	}
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 30px;
	left: 30px;
	border-radius: 50px;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
  z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
  background-color: #ff6a14;
  outline: none;
}

button:focus {
  outline: none;
}
