.whats-flutuante {
  position: fixed;
  bottom: 170px;
  right: 15px;
  z-index: 10;
}

.bg-verde-zap {
  display: none;
  background-color: #25d366;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem;
  padding-right: 2rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.bg-verde-zap.show {
  display: flex;
}

.bg-verde-zap p {
  color: #fff;
  margin-bottom: 0;
}

.bg-verde-zap .btn-fechar {
  border: 0;
  background: transparent;
  width: 15px;
  height: 15px;
}

.bg-verde-zap .btn-fechar img {
  width: 15px;
  height: 15px;
}

.bg-verde-zap .btn-fechar i {
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
}

.whats-popup {
  display: none;
  width: 100%;
  height: fit-content;
  background: #fff;
  -webkit-box-shadow: -2px 10px 18px 0px black;
  -moz-box-shadow: -2px 10px 18px 0px black;
  box-shadow: -2px 10px 18px 0px rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
  margin-bottom: -15px;
  z-index: 99999;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.whats-popup.show {
  display: block;
}

.whats-popup p {
  font-size: 1rem;
  color: #7f8c8d;
}

.whats-popup .btn-fechar {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0;
  background: #e74c3c;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  color: #fff;
}

.whats-popup input {
  border: 0;
  padding: 1rem;
  width: 80%;
}

.whats-popup .btn-enviar {
  border: 0;
  padding: 1rem 1.2rem;
  border-radius: 100%;
  background: none;
  -webkit-box-shadow: -2px 10px 18px 0px black;
  -moz-box-shadow: -2px 10px 18px 0px black;
  box-shadow: -2px 10px 18px 0px rgba(0, 0, 0, 0.5);
}

.whats-popup .whatsapp-icon {
  margin-top: 13px;
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 27px;
  z-index: 100;
  cursor: pointer;
  animation: whatsapp-bounce 2s ease-in-out infinite;
}

.whatsapp::before,
.whatsapp::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #25d366;
  z-index: -1;
  animation: whatsapp-pulse 2s ease-out infinite;
}

.whatsapp::after {
  animation-delay: 1s;
}

.whatsapp .notificacao {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  line-height: 22px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  animation: notificacao-pulse 1.5s ease-in-out infinite;
  z-index: 1;
}

.whatsapp.aberto {
  animation: none;
}

.whatsapp.aberto::before,
.whatsapp.aberto::after {
  animation: none;
  opacity: 0;
}

.whatsapp.aberto .notificacao {
  display: none;
}

@keyframes whatsapp-bounce {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }
}

@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes notificacao-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

@media (max-width: 575px) {
  .whatsapp {
    right: 12px;
  }
}

.whatsapp img {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.whatsapp i {
  margin-top: 15px;
  font-size: 30px;
}

.linha {
  display: flex;
  border-bottom: 1px solid rgba(157, 157, 157, 0.24);
  padding: 0.3rem 0;
}

.linha .coluna.pequena {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.linha .coluna.pequena img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.linha .coluna.pequena i {
  font-size: 2.3rem;
  color: #25d366;
}

.linha .coluna .whats-title {
  margin-left: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
}

.linha .coluna .whats-title a {
  color: #6c6c6c;
  text-decoration: none;
}
