.elementor-7 .elementor-element.elementor-element-7fc77f3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-8e27618{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-8e27618 */.iverson-whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 99999;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 58px;
  padding: 0 22px 0 17px;

  border-radius: 999px;
  text-decoration: none !important;

  background:
    linear-gradient(135deg, rgba(37, 211, 102, .98), rgba(15, 150, 68, .98));
  color: #fff;

  box-shadow:
    0 18px 45px rgba(18, 160, 75, .35),
    0 8px 18px rgba(0, 0, 0, .18),
    inset 0 1px 0 rgba(255, 255, 255, .28);

  overflow: visible;
  isolation: isolate;

  transform: translateY(0);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    filter .35s ease;
}

.iverson-whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  z-index: -1;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, .34),
      rgba(255, 255, 255, .05) 48%,
      rgba(255, 255, 255, .16)
    );

  pointer-events: none;
}

.iverson-whatsapp-float:hover {
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow:
    0 24px 58px rgba(18, 160, 75, .44),
    0 12px 26px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.iverson-whatsapp-float__icon {
  width: 34px;
  height: 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(255, 255, 255, .17);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .28),
    0 8px 18px rgba(0, 0, 0, .12);
}

.iverson-whatsapp-float__icon svg {
  width: 21px;
  height: 21px;
  display: block;
  fill: #fff;
}

.iverson-whatsapp-float__text {
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.iverson-whatsapp-float__pulse {
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  z-index: -2;

  background: rgba(37, 211, 102, .25);
  animation: iversonWhatsPulse 2.35s ease-out infinite;
}

@keyframes iversonWhatsPulse {
  0% {
    transform: scale(.94);
    opacity: .75;
  }

  70% {
    transform: scale(1.13);
    opacity: 0;
  }

  100% {
    transform: scale(1.13);
    opacity: 0;
  }
}

/* MOBILE — botão na base com nome WhatsApp */
@media (max-width: 767px) {
  .iverson-whatsapp-float {
    left: 18px;
    right: 18px;
    bottom: 16px;

    width: auto;
    min-height: 58px;
    padding: 0 22px;

    justify-content: center;
    gap: 12px;

    border-radius: 18px;

    background:
      linear-gradient(135deg, rgba(37, 211, 102, .98), rgba(12, 140, 62, .98));

    box-shadow:
      0 14px 34px rgba(18, 160, 75, .38),
      0 8px 22px rgba(0, 0, 0, .22),
      inset 0 1px 0 rgba(255, 255, 255, .28);
  }

  .iverson-whatsapp-float:hover {
    transform: translateY(0);
  }

  .iverson-whatsapp-float__icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .18);
  }

  .iverson-whatsapp-float__icon svg {
    width: 22px;
    height: 22px;
  }

  .iverson-whatsapp-float__text {
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
  }

  .iverson-whatsapp-float__pulse {
    inset: -5px;
    border-radius: 22px;
  }
}

/* Safe area iPhone */
@supports (bottom: env(safe-area-inset-bottom)) {
  .iverson-whatsapp-float {
    bottom: calc(28px + env(safe-area-inset-bottom));
  }

  @media (max-width: 767px) {
    .iverson-whatsapp-float {
      bottom: calc(16px + env(safe-area-inset-bottom));
    }
  }
}/* End custom CSS */