.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-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){--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 */@media (max-width: 768px) {

  /* SISTEMA DE ESPAÇAMENTO */
  section {
    padding: clamp(2.5rem, 6vw, 3.5rem) 1.25rem !important;
  }

  /* TIPOGRAFIA ESCALONADA */
  h1 { font-size: clamp(1.9rem, 6vw, 2.2rem) !important; }
  h2 { font-size: clamp(1.6rem, 5vw, 1.9rem) !important; }
  h3 { font-size: clamp(1.2rem, 4vw, 1.4rem) !important; }

  p {
    font-size: 0.95rem !important;
    line-height: 1.6;
  }

  /* GRID */
  [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }

  /* CTA */
  a,
  button {
    width: 100%;
  }

  /* REDUÇÃO DE EFEITOS */
  [style*="blur"],
  [style*="box-shadow"] {
    filter: none !important;
    box-shadow: none !important;
  }

}
/* =========================
   PADRÃO DESKTOP PROFISSIONAL
   ========================= */

@media (min-width: 1024px) {

  /* CONTAINERS */
  section {
    padding: clamp(5rem, 7vw, 7rem) 2rem;
  }

  /* LIMITA LARGURA (NUNCA FULL WIDTH) */
  [style*="max-width"] {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  /* HEADLINES */
  h1 {
    font-size: clamp(2.6rem, 3vw, 3.2rem);
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(2.1rem, 2.6vw, 2.6rem);
    line-height: 1.15;
  }

  h3 {
    font-size: 1.35rem;
  }

  /* TEXTO */
  p {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  /* GRIDS (INLINE GRID) */
  [style*="grid-template-columns"] {
    gap: 2rem;
  }

  /* FLEX */
  [style*="display:flex"] {
    gap: 2rem;
  }

  /* CARDS */
  [style*="border-radius"] {
    border-radius: 18px;
  }

}/* End custom CSS */