.elementor-kit-5{--e-global-color-primary:#6A6E49;--e-global-color-secondary:#CED0BB;--e-global-color-text:#33401C;--e-global-color-accent:#717171;--e-global-color-d812feb:#FFFFFF;--e-global-color-35ec5e0:#33401C;--e-global-color-3a415dc:#CED0BB;--e-global-color-97f2fd3:#F6F4F2;--e-global-color-46de6f6:#222B13;--e-global-color-2611e8d:#4D602A;--e-global-color-c976355:#33401CB8;--e-global-color-926a2cf:#33401C75;--e-global-color-12b98b9:#E6E8D6;--e-global-color-06bafdf:#687155;--e-global-typography-primary-font-family:"Gotu";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Gotu";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gotu";--e-global-typography-accent-font-weight:500;--e-global-typography-491a954-font-family:"Italiana";font-family:"Manrope", Sans-serif;font-size:16px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#FFFFFF;color:#33401C;border-style:solid;border-width:1px 1px 1px 1px;border-color:#33401C;border-radius:25px 0px 25px 0px;padding:20px 20px 20px 20px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-2611e8d );}.elementor-kit-5 h1{color:var( --e-global-color-text );font-family:"Gotu", Sans-serif;font-size:45px;font-weight:500;line-height:42px;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"Gotu", Sans-serif;font-size:38px;font-weight:500;}.elementor-kit-5 h3{color:var( --e-global-color-text );font-family:"Gotu", Sans-serif;font-size:28px;font-weight:500;}.elementor-kit-5 h4{color:var( --e-global-color-text );}.elementor-kit-5 h5{color:var( --e-global-color-text );font-family:"Gotu", Sans-serif;font-size:18px;}.elementor-kit-5 h6{font-family:"Manrope", Sans-serif;font-size:14px;}.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 */html, body {
    overflow-x: hidden !important;
}

document.addEventListener('DOMContentLoaded', function(){
  const form = document.querySelector('form[name="tutor-registration-form"]');
  if(form){
    form.addEventListener('submit', function(e){
      const terms = form.querySelector('input[name="tutor_terms_conditions"]');
      if(terms && !terms.checked){
        e.preventDefault();
        alert('Por favor, aceita os Termos e Condições.');
      }
    });
  }
});/* End custom CSS */