.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-color-78dff5d:#ECF0F1;--e-global-color-19c342e:#FFFFFF;--e-global-color-5e1a587:#F2F2F2;--e-global-color-a37bcfc:#BDC3C7;--e-global-color-c817f26:#2C3E50;--e-global-color-582d126:#7F8C8D;--e-global-color-d1b08a8:#1ABC9C;--e-global-color-ae2ab24:#E67E22;--e-global-color-fa4ed70:#D32F2F;--e-global-color-b61ab9c:#F8F9FA;--e-global-color-fc5a4b6:#3498DB;--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;--e-global-typography-16ef1d5-font-family:"Lora";--e-global-typography-16ef1d5-font-size:3rem;--e-global-typography-16ef1d5-font-weight:600;--e-global-typography-2c9967a-font-family:"Lora";--e-global-typography-2c9967a-font-size:1.6rem;--e-global-typography-2c9967a-font-weight:600;--e-global-typography-3f6b5e8-font-family:"Lora";--e-global-typography-3f6b5e8-font-size:1.3rem;--e-global-typography-3f6b5e8-font-weight:600;--e-global-typography-65ec5c4-font-family:"Lora";--e-global-typography-65ec5c4-font-size:1.2rem;--e-global-typography-31dda6c-font-family:"Lora";--e-global-typography-31dda6c-font-size:2px;--e-global-typography-7b798e7-font-family:"Lora";--e-global-typography-7b798e7-font-size:1.2rem;--e-global-typography-7b798e7-font-weight:600;--e-global-typography-7b798e7-text-transform:uppercase;background-color:var( --e-global-color-78dff5d );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-d1b08a8 );font-family:var( --e-global-typography-7b798e7-font-family ), Sans-serif;font-size:var( --e-global-typography-7b798e7-font-size );font-weight:var( --e-global-typography-7b798e7-font-weight );text-transform:var( --e-global-typography-7b798e7-text-transform );color:#FFFFFF;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:#19DEB7;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:12800px;}.e-con{--container-max-width:12800px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end: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:991px){.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-size:var( --e-global-typography-7b798e7-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:478px){.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-size:var( --e-global-typography-7b798e7-font-size );}}/* Start custom CSS *//* Base para toda a estrutura: evita estouros horizontais */
.elementor-section,
.elementor-column {
  box-sizing: border-box;
}

/* Configurações para telas menores que 768px */
@media (max-width: 768px) {
  /* Colunas empilham verticalmente e ocupam toda largura */
  .elementor-row,
  .elementor-column {
    width: 100% !important;
    display: block !important;
  }

  /* Centro de título e texto */
  .elementor-heading-title,
  .elementor-text-editor {
    text-align: center !important;
    overflow-wrap: break-word;
  }

  /* Formulário em largura total */
  .elementor-form,
  .elementor-form-fields-wrapper {
    width: 100% !important;
    padding: 0 10px !important;
  }

  /* Botões maiores e responsivos */
  .elementor-button {
    width: 100% !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
  }

  /* Imagens escalam proporcionalmente */
  .elementor-image img {
    width: 100% !important;
    height: auto !important;
  }

  /* Cards com margens suaves entre si */
  .elementor-widget {
    margin-bottom: 20px !important;
  }
}/* End custom CSS */