.elementor-kit-6119{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;color:#FFFFFF;}.elementor-kit-6119 button,.elementor-kit-6119 input[type="button"],.elementor-kit-6119 input[type="submit"],.elementor-kit-6119 .elementor-button{background-color:#C9F31D;color:#000000;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-kit-6119 button:hover,.elementor-kit-6119 button:focus,.elementor-kit-6119 input[type="button"]:hover,.elementor-kit-6119 input[type="button"]:focus,.elementor-kit-6119 input[type="submit"]:hover,.elementor-kit-6119 input[type="submit"]:focus,.elementor-kit-6119 .elementor-button:hover,.elementor-kit-6119 .elementor-button:focus{background-color:#000000;color:#C9F31D;}.elementor-kit-6119 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6119 a{color:#FFFFFF;}.elementor-kit-6119 a:hover{color:#C9F31D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1710px;}.e-con{--container-max-width:1710px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Impede que elementos estourem a tela sem afetar sliders e carrosséis */
html, body {
  overflow-x: hidden;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  overflow-wrap: break-word;
}

/* MOBILE (até 768px) */
@media (max-width: 768px) {

  /* Corrige containers do Elementor */
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Faz colunas se ajustarem sem quebrar */
  .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Previne grids tortos */
  .elementor-row,
  .elementor-container {
    display: block !important;
  }

  /* Imagens sempre fluidas */
  .elementor img {
    width: 100% !important;
    height: auto !important;
  }

  /* Tipografia ajustada */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
    word-break: break-word;
  }

  /* Espaçamento entre widgets */
  .elementor-widget {
    margin-bottom: 24px !important;
  }

  /* Centralização de blocos importantes */
  .elementor-button-wrapper,
  .elementor-widget-wrap,
  .elementor-cta__content,
  .elementor-heading-title {
    text-align: center !important;
  }

}

/* TABLET (até 1024px) */
@media (max-width: 1024px) {
  .elementor-column {
    max-width: 100% !important;
  }
}/* End custom CSS */