.elementor-kit-4{--e-global-color-primary:#F27100;--e-global-color-secondary:#6E8AF7;--e-global-color-text:#606060;--e-global-color-accent:#FF3735;--e-global-color-54bc59c:#575757;--e-global-color-e6edc0f:#2E323E;--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;color:var( --e-global-color-text );font-family:"Archivo", Sans-serif;}.elementor-kit-4 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);}.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:768px){.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 *//* HERO */
.hero {
  position: relative !important;
  overflow: hidden;
  --progress: 0%;
}
/* BARRA (FUNDO) */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background:
    linear-gradient(
      to right,
      #ff6d00 var(--progress),
      #2e323f var(--progress)
    );
  z-index: 9999;
  pointer-events: none;
}
/* MOBILE */
@media (max-width: 768px) {
  .hero::after {
    height: 4px;
  }
}









/* ========== CHECKBOX ACEITE - GLOBAL ========== */

/* Container */
.elementor-field-type-acceptance .elementor-field-subgroup {
    display: flex !important;
}

.elementor-field-type-acceptance .elementor-field-option {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Label com quebra de linha */
.elementor-field-type-acceptance .elementor-field-option label {
    margin: 0 !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    flex: 1 !important;
    cursor: pointer !important;
}

/* Checkbox quadrado alinhado com texto */
.elementor-field-type-acceptance input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    border: 1px solid #8a8a8a !important;
    border-radius: 3px !important;
    background-color: transparent !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    top: 2px !important;
    cursor: pointer !important;
}

/* Checkbox MARCADO - fundo branco */
.elementor-field-type-acceptance input[type="checkbox"]:checked {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Ícone de CHECK estilo SVG */
.elementor-field-type-acceptance input[type="checkbox"]:checked::after {
    content: '' !important;
    position: absolute !important;
    top: 2px !important;
    left: 5px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid #2e323f !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.elementor-field-type-acceptance {
    margin-top: 8px;
}

.elementor-field-type-acceptance input[type="checkbox"] {
    margin-top: -3px !important;
}

/* TEXTO DO ACEITE */
.elementor-field-type-acceptance .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-option label span {
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.05em !important;
}/* End custom CSS */