.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e486bb8:#5EBAF7;--e-global-color-995093b:#001A5C;--e-global-color-6c15d81:#FFDC5F;--e-global-color-a6da94a:#050E2D;--e-global-color-6610d2a:#404C55;--e-global-color-8b27d36:#505E69;--e-global-color-8fa2a6b:#E02B2B;--e-global-color-39467cc:#F4941E;--e-global-color-7e7f56a:#FFFF0A;--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-7 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;}.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 COM MESMA LARGURA E ALTURA (POR BREAKPOINT)
   Uso: adicionar a classe "equal-btn" em cada botão.
   ========================================================== */

/* ---- Valores padrão (Desktop) ---- */
.elementor .elementor-button.equal-btn,
.elementor a.elementor-button.equal-btn {
  /* Dimensões principais (AJUSTE AQUI) */
  width: 340px !important;     /* largura idêntica no desktop */
  height: 88px !important;     /* altura idêntica no desktop */

  /* Layout e centralização */
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 24px;             /* sem padding vertical para não somar à altura */
  text-align: center;
  line-height: 1.2;
  white-space: normal;         /* permite 2 linhas */
  word-break: break-word;      /* evita estouro com palavras longas */
}

/* Conteúdo interno centralizado */
.elementor .elementor-button.equal-btn .elementor-button-content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Limita o rótulo a 2 linhas para padronizar a altura */
.elementor .elementor-button.equal-btn .elementor-button-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* no máximo 2 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---- Tablet (768–1024px) ---- */
@media (max-width: 1024px) {
  .elementor .elementor-button.equal-btn,
  .elementor a.elementor-button.equal-btn {
    width: 320px !important;    /* largura idêntica no tablet */
    height: 84px !important;    /* altura idêntica no tablet */
    padding: 0 20px;
  }
}

/* ---- Mobile (≤767px) ---- */
@media (max-width: 767px) {
  .elementor .elementor-button.equal-btn,
  .elementor a.elementor-button.equal-btn {
    width: 100% !important;     /* ocupa toda a largura da coluna no mobile */
    max-width: 360px;           /* limite opcional para não ficar gigante */
    height: 76px !important;    /* altura idêntica no mobile */
    padding: 0 18px;
  }
}

/* ==========================================================
   (OPCIONAL) MODO TAMANHO ÚNICO ABSOLUTO
   Use se quiser exatamente a MESMA largura/altura em todo
   dispositivo. Descomente o bloco abaixo e comente os @media.
   ========================================================== */
/*
.elementor .elementor-button.equal-btn,
.elementor a.elementor-button.equal-btn {
  width: 320px !important;
  height: 84px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  word-break: break-word;
}
.elementor .elementor-button.equal-btn .elementor-button-content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.elementor .elementor-button.equal-btn .elementor-button-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
*//* End custom CSS */