.elementor-kit-7{--e-global-color-primary:#210533;--e-global-color-secondary:#6D1BAC;--e-global-color-text:#A338F5;--e-global-color-accent:#F5F3F8;--e-global-color-4e625bf:#DED7FF;--e-global-color-33186aa:#7D26C0;--e-global-color-eb3f33d:#5B0D97;--e-global-color-296b3ed:#333333;--e-global-color-a1f0a0e:#FFFFFF;--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;color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:1.6rem;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-size:3.2rem;}.elementor-kit-7 h2{font-size:2.4rem;}.elementor-kit-7 h3{font-size:2rem;}.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 *//* Define a raiz do site para 10px (preservando o zoom do usuário) */
html {
  font-size: 100% !important;
}

/* Garante que o texto base do Elementor continue com o tamanho padrão confortável */
body {
  font-size: 1rem !important; 
}

/* Tablet (Telas abaixo de 1024px) */
@media (max-width: 1024px) {
  html {
    font-size: 90% !important; /* Reduz em ~10% o tamanho base */
  }
}

/* Celular (Telas abaixo de 767px) */
@media (max-width: 767px) {
  html {
    font-size: 80% !important; /* Reduz em ~20% o tamanho base */
  }
}/* End custom CSS */