.elementor-kit-7{--e-global-color-primary:#1E9FD4;--e-global-color-secondary:#0B1428;--e-global-color-text:#0D1F3D;--e-global-color-accent:#E87722;--e-global-typography-primary-font-family:"Rethink Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rethink Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rethink Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rethink Sans";--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);}@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;}}:root { --Primario:#1E9FD4; --Secundario:#0B1428; --Texto:#0D1F3D; --Realce:#E87722; }
/* Start custom CSS *//* Por padrão (desktop), esconde os itens com classe .mobile */
.mobile {
  display: none !important;
}

/* Mostra esses itens só em telas mobile/tablet */
@media (max-width: 600px) {
  .mobile {
    display: block !important;
  }
}

/*btn Tradutor*/
@media (max-width: 600px) {
    .gt_float_switcher-arrow{display:none!important;}
    
}
.gt_float_switcher img{
    width: 25px !important;
    margin: 0 !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px !important;
}
.gt-lang-code{
    display: none !important;
}
.gt_options{
    font-size: 0 !important;
}
.gt_float_switcher{
    box-shadow: none !important;
    border-radius: 10px !important;
}

/* container externo */
.gtranslate_wrapper {
  position: relative !important;
  overflow: visible !important;
  height: auto !important;
}
/* switcher float */
.gtranslate_wrapper .gt_float_switcher {
  position: relative !important;
  overflow: visible !important;
  height: auto !important;
}
/* item atual */
.gtranslate_wrapper .gt_float_switcher .gt-selected {
  position: relative !important;
  z-index: 20 !important;
  border-radius: 6px;
}

/* dropdown/lista — fora do fluxo, não empurra nada ao redor */
body .gtranslate_wrapper .gt_float_switcher .gt_options,
body .gtranslate_wrapper .gt_float_switcher .gt_options[style] {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  bottom: auto !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
  inset: auto auto auto 0 !important;
  z-index: 9999 !important;
  background: #ffffff;
  border-radius: 0 0 6px 6px !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  width: max-content !important;
  min-width: 100% !important;
}/* End custom CSS */