.elementor-kit-11{--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-11 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 *//* ======= MOBILE (até 767px) ======= */
@media (max-width: 767px){
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) :is(p, li){
    font-size: 3.5vw !important;      /* pedido: base 3vw no celular */
    line-height: 1.5em !important;   /* pedido: 1.5em */
  }
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) h1{
    font-size: 5vw !important; line-height: 1.25em !important;
  }
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) h2{
    font-size: 4.2vw !important; line-height: 1.3em !important;
  }
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) h3{
    font-size: 3.6vw !important; line-height: 1.35em !important;
  }
}

/* ======= DESKTOP (a partir de 1025px) ======= */
@media (min-width: 1025px){
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) :is(p, li){
    font-size: 1.2vw !important;      /* ajuste livre: mude aqui o PC */
    line-height: 1.8em !important;
  }
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) h1{
    font-size: 32px !important; line-height: 1.25em !important;
  }
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) h2{
    font-size: 26px !important; line-height: 1.3em !important;
  }
  .post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) h3{
    font-size: 22px !important; line-height: 1.35em !important;
  }
}

/* Opcional: garante imagens e listas ok no corpo do post */
.post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) img{max-width:100%;height:auto;display:block;}
.post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) ul,
.post-body-ctrl :is(.elementor-widget-theme-post-content,.entry-content) ol{padding-left:1.25em;}







/* Contêiner do widget: vira uma grade e centraliza o 1º filho */
.asl-centerfix{
  display: grid !important;
  width: 100% !important;
  justify-items: center !important;   /* centra horizontal */
}

/* Wrappers do Ajax Search Lite (dependem do tema do plugin) */
.asl-centerfix .asl_w,
.asl-centerfix .ajaxsearchlite,
.asl-centerfix .wpdreams_asl_container,
.asl-centerfix .asl_m{
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;             /* ocupa a coluna */
  max-width: 620px;                    /* ajuste a largura desejada */
}

/* A caixa interna precisa usar 100% do wrapper */
.asl-centerfix .probox{
  width: 100% !important;
}

/* Se o pai estiver com text-align:right, neutraliza só aqui */
.asl-centerfix{ text-align: initial !important; }/* End custom CSS */