.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2a4d202:#CBA72E;--e-global-color-2e98b55:#050505;--e-global-color-45967f2:#18BA13;--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-5 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);}@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 *//* Remover rolagem lateral em todas as telas */
html, body {
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Corrigir elementos que ultrapassam a largura */
* {
  box-sizing: border-box;
  max-width: 100% !important;
}

/* Ajuste específico para tablets (largura entre 600px e 1024px) */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  body {
    padding: 0 10px !important; /* mantém respiro nas laterais */
    overflow-x: hidden !important;
  }

  /* Força que todo container principal se ajuste à largura do body */
  #main, .container, .wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  /* Garante que imagens e vídeos não estouram a tela */
  img, video, iframe {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Ajuste para desktops (largura acima de 1024px) */
@media screen and (min-width: 1025px) {
  body {
    max-width: 1200px;
    margin: 0 auto;
  }
}/* End custom CSS */