.elementor-kit-6{--e-global-color-primary:#CFC6C5;--e-global-color-secondary:#A48C90;--e-global-color-text:#D5C8C3;--e-global-color-accent:#D5B2AA;--e-global-color-86b0eac:#7A5E65;--e-global-color-d044b8b:#665E5B;--e-global-color-6827e27:#DBBEBA;--e-global-color-dd68fbb:#0D1526;--e-global-typography-primary-font-family:"Rufina";--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;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;}}@media(max-width:478px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:0px;}.e-con{--container-max-width:0px;}}/* Start custom CSS *//* === AJUSTES GERAIS DE RESPONSIVIDADE === */
html {
  scroll-behavior: smooth;
}

/* Limita o conteúdo ao centro em telas grandes */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}

/* ==================== TABLET ==================== */
@media (max-width: 1024px) {

  /* Containers lado a lado viram colunas */
  .elementor-container,
  .elementor-section {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  /* Padding e margens mais leves */
  .elementor-section {
    padding: 60px 40px !important;
  }

  /* Textos */
  h1, h2, h3, h4, h5, h6, p {
    text-align: left !important;
  }

  /* Fontes responsivas com clamp */
  h1 { font-size: clamp(2rem, 4vw, 3rem); }
  h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
  h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
  p, li { font-size: clamp(1rem, 2vw, 1.1rem); }

  /* Imagens */
  img {
    max-width: 100%;
    height: auto !important;
  }
}

/* ==================== MOBILE ==================== */
@media (max-width: 767px) {

  /* Reduz espaçamentos verticais */
  .elementor-section {
    padding: 40px 20px !important;
  }

  /* Centraliza elementos que precisem (como botões) */
  .elementor-widget-button {
    text-align: center !important;
    width: 100%;
  }

  /* Ajuste de tipografia */
  h1 { font-size: clamp(1.8rem, 6vw, 2.2rem); }
  h2 { font-size: clamp(1.5rem, 5vw, 1.9rem); }
  h3 { font-size: clamp(1.2rem, 4vw, 1.6rem); }
  p, li { font-size: clamp(0.95rem, 3.5vw, 1rem); }

  /* Faz containers internos ocuparem toda a largura */
  .elementor-column,
  .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Corrige o menu fixo no topo */
  header, .elementor-sticky--active {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(8px);
  }

  /* Garante que o conteúdo abaixo não fique escondido sob o header */
  body {
    padding-top: 80px; /* ajuste conforme altura do menu */
  }

  /* Imagens de fundo */
  .elementor-section {
    background-size: cover !important;
    background-position: center !important;
  }
}/* End custom CSS */