.elementor-kit-9{--e-global-color-primary:#452861;--e-global-color-secondary:#DF7E47;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFECDB;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.3em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#452861;}.elementor-kit-9 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-9 h2{color:#452861;font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* ================================
   BOTÕES
================================ */

/* MENU HAMBÚRGUER BRANCO - MOBILE E TABLET - ELEMENTOR */
@media (max-width: 1024px) {

  .elementor-widget-nav-menu .elementor-menu-toggle,
  .elementor-menu-toggle {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
  }

  .elementor-widget-nav-menu .elementor-menu-toggle i,
  .elementor-menu-toggle i,
  .elementor-menu-toggle .eicon-menu-bar,
  .elementor-menu-toggle .eicon-close {
    color: #ffffff !important;
  }

  .elementor-widget-nav-menu .elementor-menu-toggle .eicon-menu-bar:before,
  .elementor-widget-nav-menu .elementor-menu-toggle .eicon-close:before,
  .elementor-menu-toggle .eicon-menu-bar:before,
  .elementor-menu-toggle .eicon-close:before {
    color: #ffffff !important;
  }

  .elementor-widget-nav-menu .elementor-menu-toggle svg,
  .elementor-menu-toggle svg,
  .elementor-widget-nav-menu .elementor-menu-toggle svg path,
  .elementor-menu-toggle svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .elementor-nav-menu--toggle .elementor-menu-toggle {
    background: transparent !important;
  }
}
/* ================================
   ELEMENTOR | LINK CTA COM SETA
   Base compartilhada
   Uso no widget Botão do Elementor
================================ */

/*
  Variação padrão - inicia roxo:
  Classe no widget: cta-link-seta-elementor

  Variação alternativa - inicia roxo:
  Classe no widget: cta-link-seta-elementor-roxo

  Variação branca:
  Classe no widget: cta-link-seta-elementor-branco
*/

.cta-link-seta-elementor .elementor-button,
.cta-link-seta-elementor-roxo .elementor-button,
.cta-link-seta-elementor-branco .elementor-button {
  --cor-ativo: #d87a2c;

  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  width: fit-content;

  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: var(--cor-normal) !important;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;

  text-decoration: none !important;

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

/* variação padrão: inicia roxo */
.cta-link-seta-elementor .elementor-button,
.cta-link-seta-elementor-roxo .elementor-button {
  --cor-normal: #24105f;
}

/* variação: inicia branco */
.cta-link-seta-elementor-branco .elementor-button {
  --cor-normal: #ffffff;
}

.cta-link-seta-elementor .elementor-button,
.cta-link-seta-elementor .elementor-button:hover,
.cta-link-seta-elementor .elementor-button:focus,
.cta-link-seta-elementor .elementor-button:active,
.cta-link-seta-elementor .elementor-button:visited,
.cta-link-seta-elementor-roxo .elementor-button,
.cta-link-seta-elementor-roxo .elementor-button:hover,
.cta-link-seta-elementor-roxo .elementor-button:focus,
.cta-link-seta-elementor-roxo .elementor-button:active,
.cta-link-seta-elementor-roxo .elementor-button:visited,
.cta-link-seta-elementor-branco .elementor-button,
.cta-link-seta-elementor-branco .elementor-button:hover,
.cta-link-seta-elementor-branco .elementor-button:focus,
.cta-link-seta-elementor-branco .elementor-button:active,
.cta-link-seta-elementor-branco .elementor-button:visited {
  text-decoration: none !important;
}

/* estrutura interna do botão */
.cta-link-seta-elementor .elementor-button-content-wrapper,
.cta-link-seta-elementor-roxo .elementor-button-content-wrapper,
.cta-link-seta-elementor-branco .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;

  width: fit-content;
}

/* texto */
.cta-link-seta-elementor .elementor-button-text,
.cta-link-seta-elementor-roxo .elementor-button-text,
.cta-link-seta-elementor-branco .elementor-button-text {
  position: relative;
  display: inline-block;

  padding-bottom: 9px;

  line-height: 1.2;
}

/* linha animada somente no texto */
.cta-link-seta-elementor .elementor-button-text::after,
.cta-link-seta-elementor-roxo .elementor-button-text::after,
.cta-link-seta-elementor-branco .elementor-button-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 2px;

  background: currentColor;
  border-radius: 20px;

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ícone */
.cta-link-seta-elementor .elementor-button-icon,
.cta-link-seta-elementor-roxo .elementor-button-icon,
.cta-link-seta-elementor-branco .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 9px;

  color: currentColor !important;

  transform: translateX(0) scale(1);

  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* SVG do ícone */
.cta-link-seta-elementor .elementor-button-icon svg,
.cta-link-seta-elementor-roxo .elementor-button-icon svg,
.cta-link-seta-elementor-branco .elementor-button-icon svg {
  width: 15px;
  height: 12px;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* se o Elementor usar ícone em fonte, tipo Font Awesome */
.cta-link-seta-elementor .elementor-button-icon i,
.cta-link-seta-elementor-roxo .elementor-button-icon i,
.cta-link-seta-elementor-branco .elementor-button-icon i {
  font-size: 15px;
  line-height: 1;
  color: currentColor !important;
}

/* hover */
.cta-link-seta-elementor .elementor-button:hover,
.cta-link-seta-elementor .elementor-button:focus,
.cta-link-seta-elementor-roxo .elementor-button:hover,
.cta-link-seta-elementor-roxo .elementor-button:focus,
.cta-link-seta-elementor-branco .elementor-button:hover,
.cta-link-seta-elementor-branco .elementor-button:focus {
  color: var(--cor-ativo) !important;
  transform: translateX(2px);
}

.cta-link-seta-elementor .elementor-button:hover .elementor-button-text::after,
.cta-link-seta-elementor .elementor-button:focus .elementor-button-text::after,
.cta-link-seta-elementor-roxo .elementor-button:hover .elementor-button-text::after,
.cta-link-seta-elementor-roxo .elementor-button:focus .elementor-button-text::after,
.cta-link-seta-elementor-branco .elementor-button:hover .elementor-button-text::after,
.cta-link-seta-elementor-branco .elementor-button:focus .elementor-button-text::after {
  transform: scaleX(1);
}

.cta-link-seta-elementor .elementor-button:hover .elementor-button-icon,
.cta-link-seta-elementor .elementor-button:focus .elementor-button-icon,
.cta-link-seta-elementor-roxo .elementor-button:hover .elementor-button-icon,
.cta-link-seta-elementor-roxo .elementor-button:focus .elementor-button-icon,
.cta-link-seta-elementor-branco .elementor-button:hover .elementor-button-icon,
.cta-link-seta-elementor-branco .elementor-button:focus .elementor-button-icon {
  transform: translateX(2px) scale(1);
}

/* remove preenchimentos herdados de tema */
.cta-link-seta-elementor .elementor-button span,
.cta-link-seta-elementor-roxo .elementor-button span,
.cta-link-seta-elementor-branco .elementor-button span {
  text-decoration: none !important;
}


/* ================================
   ELEMENTOR | BOTÃO WHATSAPP MORPH + PULSE
================================ */

.btn-whatsapp-elementor-morph .elementor-button {
  --verde: #25D366;
  --verde-hover: #20C763;

  --button-scale: 1.025;
  --icon-scale: 1.055;
  --ghost-duration: 2.35s;

  position: relative;
  isolation: isolate;
  overflow: visible;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 176px;
  height: 50px;
  padding: 0 22px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(24, 185, 87, 0.18) !important;

  background: var(--verde) !important;
  color: #ffffff !important;

  font-size: 15px;
  font-weight: 800;
  line-height: 1;

  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.20);

  text-decoration: none !important;

  animation: elementor-whats-button-breath 2.25s ease-in-out infinite;

  transition:
    min-width 0.46s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.32s ease,
    box-shadow 0.32s ease;
}

.btn-whatsapp-elementor-morph .elementor-button::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;

  background: rgba(37, 211, 102, 0.22);

  opacity: 0.28;
  transform: scale(1);
  filter: blur(8px);

  z-index: -1;
  pointer-events: none;

  animation: elementor-whats-aura-breath 2.25s ease-in-out infinite;
}

.btn-whatsapp-elementor-morph .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: rgba(37, 211, 102, 0.18);
  border: 2px solid rgba(37, 211, 102, 0.36);

  opacity: 0;
  transform: scale(1);

  z-index: -2;
  pointer-events: none;

  animation: elementor-whats-ghost-explode var(--ghost-duration) cubic-bezier(0.16, 0.84, 0.44, 1) infinite;
}

.btn-whatsapp-elementor-morph .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;

  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-whatsapp-elementor-morph .elementor-button-text {
  position: relative;

  display: inline-grid;
  align-items: center;

  min-width: 124px;
  height: 1em;
  overflow: hidden;

  text-align: center;

  color: transparent !important;
}

.btn-whatsapp-elementor-morph .elementor-button-text::before,
.btn-whatsapp-elementor-morph .elementor-button-text::after {
  grid-area: 1 / 1;

  color: #ffffff;

  white-space: nowrap;

  transition:
    opacity 0.28s ease,
    transform 0.44s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.44s ease;
}

.btn-whatsapp-elementor-morph .elementor-button-text::before {
  content: "Atendimento 24h";

  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.btn-whatsapp-elementor-morph .elementor-button-text::after {
  content: "Atendimento imediato";

  opacity: 0;
  transform: translateY(13px) scale(0.96);
  filter: blur(3.5px);
}

.btn-whatsapp-elementor-morph .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #ffffff !important;

  transform-origin: center;

  animation: elementor-whats-icon-breath 2.25s ease-in-out infinite;

  transition: filter 0.32s ease;
}

.btn-whatsapp-elementor-morph .elementor-button-icon svg {
  width: 21px;
  height: 21px;

  fill: currentColor !important;
}

.btn-whatsapp-elementor-morph .elementor-button:hover,
.btn-whatsapp-elementor-morph .elementor-button:focus {
  --button-scale: 1.06;
  --icon-scale: 1.13;
  --ghost-duration: 1.55s;

  min-width: 206px;

  background: var(--verde-hover) !important;

  box-shadow: 0 13px 30px rgba(37, 211, 102, 0.34);
}

.btn-whatsapp-elementor-morph .elementor-button:hover .elementor-button-text::before,
.btn-whatsapp-elementor-morph .elementor-button:focus .elementor-button-text::before {
  opacity: 0;
  transform: translateY(-13px) scale(0.96);
  filter: blur(3.5px);
}

.btn-whatsapp-elementor-morph .elementor-button:hover .elementor-button-text::after,
.btn-whatsapp-elementor-morph .elementor-button:focus .elementor-button-text::after {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.btn-whatsapp-elementor-morph .elementor-button:hover .elementor-button-icon,
.btn-whatsapp-elementor-morph .elementor-button:focus .elementor-button-icon {
  filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.36));
}

.btn-whatsapp-elementor-morph .elementor-button:active {
  --button-scale: 1.075;
  --icon-scale: 1.16;
  --ghost-duration: 1.35s;
}

/* animações */
@keyframes elementor-whats-button-breath {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-1px) scale(var(--button-scale));
  }
}

@keyframes elementor-whats-aura-breath {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(1);
    filter: blur(7px);
  }

  50% {
    opacity: 0.34;
    transform: scale(1.10);
    filter: blur(10px);
  }
}

@keyframes elementor-whats-ghost-explode {
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(0);
  }

  7% {
    opacity: 0.42;
  }

  68% {
    opacity: 0;
    transform: scale(1.42);
    filter: blur(2px);
  }

  100% {
    opacity: 0;
    transform: scale(1.42);
    filter: blur(2px);
  }
}

@keyframes elementor-whats-icon-breath {
  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
    filter: blur(0);
  }

  50% {
    transform: translateY(-1px) scale(var(--icon-scale)) rotate(4deg);
    filter: blur(0.10px);
  }
}

/* mobile */
@media (max-width: 767px) {
  .btn-whatsapp-elementor-morph .elementor-button {
    min-width: 168px;
    height: 48px;
    padding: 0 20px !important;
    font-size: 14px;
  }

  .btn-whatsapp-elementor-morph .elementor-button:hover,
  .btn-whatsapp-elementor-morph .elementor-button:focus {
    min-width: 198px;
  }

  .btn-whatsapp-elementor-morph .elementor-button-icon svg {
    width: 20px;
    height: 20px;
  }
}

/* acessibilidade */
@media (prefers-reduced-motion: reduce) {
  .btn-whatsapp-elementor-morph .elementor-button,
  .btn-whatsapp-elementor-morph .elementor-button::before,
  .btn-whatsapp-elementor-morph .elementor-button::after,
  .btn-whatsapp-elementor-morph .elementor-button-icon,
  .btn-whatsapp-elementor-morph .elementor-button-text::before,
  .btn-whatsapp-elementor-morph .elementor-button-text::after {
    animation: none;
    transition: none;
  }
}


/* ================================
   LINK CTA COM SETA
   Versão HTML manual
================================ */

.link-cta-seta {
  --cor-normal: #24105f;
  --cor-ativo: #d87a2c;

  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;

  width: fit-content;
  padding: 0;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;

  color: var(--cor-normal);

  transition:
    color 0.35s ease,
    transform 0.35s ease;
}

.link-cta-seta,
.link-cta-seta:hover,
.link-cta-seta:focus,
.link-cta-seta:active,
.link-cta-seta:visited {
  text-decoration: none !important;
}

.link-cta-seta:hover,
.link-cta-seta:focus,
.link-cta-seta:active {
  color: var(--cor-ativo);
}

/* texto com linha animada */
.link-cta-seta .link-cta-texto {
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
}

/* linha termina exatamente no fim do texto */
.link-cta-seta .link-cta-texto::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 2px;

  background: currentColor;
  border-radius: 20px;

  transform: scaleX(0);
  transform-origin: left center;

  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

/* seta SVG sempre visível */
.link-cta-seta .link-cta-icone {
  width: 15px;
  height: 12px;
  flex: 0 0 15px;

  margin-bottom: 9px;

  opacity: 1;
  transform: translateX(0) scale(1);

  color: currentColor;

  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

/* haste e ponta da seta */
.link-cta-seta .link-cta-icone path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* animação */
.link-cta-seta:hover {
  transform: translateX(2px);
}

.link-cta-seta:hover .link-cta-texto::after,
.link-cta-seta:focus .link-cta-texto::after,
.link-cta-seta:active .link-cta-texto::after {
  transform: scaleX(1);
}

.link-cta-seta:hover .link-cta-icone,
.link-cta-seta:focus .link-cta-icone,
.link-cta-seta:active .link-cta-icone {
  transform: translateX(2px) scale(1);
}

/* variação HTML manual: inicia branco */
.link-cta-seta-branco {
  --cor-normal: #ffffff;
  --cor-ativo: #d87a2c;
}

/* variação HTML manual: inicia roxo */
.link-cta-seta-roxo {
  --cor-normal: #24105f;
  --cor-ativo: #d87a2c;
}

/* remove ícones antigos do Elementor */
.link-cta-seta .elementor-button-icon,
.link-cta-seta i {
  display: none !important;
}


/* ================================
   LINK CTA COM WHATSAPP
   Versão HTML manual
================================ */

.link-cta-whatsapp {
  --cor-normal: #24105f;
  --cor-ativo: #25D366;
}

/* ícone WhatsApp */
.link-cta-whatsapp .link-cta-whats-icone {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;

  margin-bottom: 9px;

  opacity: 0;
  transform: translateX(-3px) scale(0.9);

  color: currentColor;

  transition:
    opacity 0.28s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.link-cta-whatsapp .link-cta-whats-icone path {
  fill: currentColor;
}

/* animação do ícone */
.link-cta-whatsapp:hover .link-cta-whats-icone,
.link-cta-whatsapp:focus .link-cta-whats-icone,
.link-cta-whatsapp:active .link-cta-whats-icone {
  opacity: 1;
  transform: translateX(0) scale(1);
}


/* ================================
   CARDS
================================ */


/* ================================
   HOME
================================ */


/* ================================
   RESPONSIVO
================================ *//* End custom CSS */