.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-7 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: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 *//* Cápsula geral das abas — Elementor Atomic */
.e-tabs-menu-base:has(> [role="tab"][class*="tab-button"]) {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 6px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  background: #f3f3f3 !important;
  border: 1px solid #dedede !important;
  border-radius: 999px !important;
}

/* Botões das abas */
[role="tab"][class*="tab-button"] {
  width: auto !important;
  min-width: unset !important;
  margin: 0 !important;
  padding: 13px 24px !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;

  color: #102d3f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Texto e ícones herdam a cor */
[role="tab"][class*="tab-button"] * {
  color: inherit !important;
  fill: currentColor !important;
}

/* Aba selecionada */
[role="tab"][class*="tab-button"][aria-selected="true"],
[role="tab"][class*="tab-button"].e--selected,
[role="tab"][class*="tab-button"].e-active {
  background: #24aeca !important;
  color: #ffffff !important;
}

/* Remove ícones antes do texto */
[role="tab"][class*="tab-button"] svg,
[role="tab"][class*="tab-button"] i {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  .e-tabs-menu-base:has(> [role="tab"][class*="tab-button"]) {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
  }

  [role="tab"][class*="tab-button"] {
    padding: 11px 16px !important;
    font-size: 13px !important;
  }
}/* End custom CSS */