.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====== CONTAINER ESTILO KING KONG ====== */
.pulse-wrapper {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .4rem 1rem;
  background: #111;            /* fundo preto */
  border-radius: 999px;        /* bordas arredondadas estilo "pill" */
  color: #fff;                 /* texto branco */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/* (reutiliza o pulse-dot do exemplo anterior) */
.pulse-dot {
  --size: 14px;
  --color: #ff3b30;
  --glow: rgba(255, 59, 48, .55);

  position: relative;
  inline-size: var(--size);
  block-size: var(--size);
  border-radius: 50%;
  flex: 0 0 var(--size);
  isolation: isolate;
}

.pulse-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 35% 35%, #ff9a91 0 35%, var(--color) 40% 65%, #c7221b 70% 100%);
  box-shadow:
    inset 0 0 6px rgba(0,0,0,.25),
    0 0 8px var(--glow);
  z-index: 1;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: scale(1);
  box-shadow: 0 0 0 0 var(--glow);
  animation: kk-pulse 1.8s cubic-bezier(.22,.61,.36,1) infinite;
  z-index: 0;
}

@keyframes kk-pulse {
  0%   { transform: scale(1);   box-shadow: 0 0 0 0   var(--glow); }
  70%  { transform: scale(1.5); box-shadow: 0 0 0 12px rgba(255,59,48,0); }
  100% { transform: scale(1.5); box-shadow: 0 0 0 0   rgba(255,59,48,0); }
}
/* tamanho padrão (desktop) */
.pulse-wrapper {
  font-size: 16px;   /* ajuste livre */
  font-weight: 500;
}

/* tablet */
@media (max-width: 1024px) {
  .pulse-wrapper {
    font-size: 15px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .pulse-wrapper {
    font-size: 13px;
  }
}/* End custom CSS */