.elementor-kit-10{--e-global-color-primary:#C67A79;--e-global-color-secondary:#F0C2BF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-94be9c4:#FFC6C1;--e-global-color-8896756:#351C1B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:17px;--e-global-typography-secondary-font-weight:300;--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;--e-global-typography-d60594f-font-family:"Cormorant Infant";--e-global-typography-d60594f-font-size:53px;--e-global-typography-d60594f-font-weight:500;--e-global-typography-d60594f-line-height:57px;}.elementor-kit-10 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;}{}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-kit-10{--e-global-typography-secondary-font-size:16px;--e-global-typography-d60594f-font-size:27px;--e-global-typography-d60594f-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important; /* elimina barra horizontal */
  overflow-y: auto !important;   /* só uma barra vertical */
}

body.home.wp-singular {
  overflow: visible !important;  /* desliga o scroll extra do body com classe */
}

#page, .site, .elementor {
  overflow: visible !important;  /* previne scroll duplicado em wrappers */
  height: auto !important;
}

html {
  height: auto !important;
  overflow-y: visible !important; /* deixa só o body controlar o scroll */
}

body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
}

body.wp-singular {
  overflow: visible !important;
}

#page, .site, .elementor {
  overflow: visible !important;
  height: auto !important;
}

/* Corrige o menu do Elementskit que está criando barra fantasma */
ul#menu-menu.elementskit-navbar-nav {
  overflow: visible !important;
  max-height: none !important;
}/* End custom CSS */