.elementor-kit-9{--e-global-color-primary:#9E831E;--e-global-color-secondary:#1E1E1C;--e-global-color-text:#000000;--e-global-color-accent:#D5AC12;--e-global-color-71a7730:#F2F2F2;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:400;--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-9 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 */.titulo-justificado {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: center;
}

/* Links padrão */
a {
  color: var(--e-global-color-primary); /* cor principal do tema */
  text-decoration: none;
}

/* Hover */
a:hover {
  color: var(--e-global-color-accent); /* cor de destaque do tema */
}

/* Link ativo (menu e páginas ativas) */
a:active,
a:focus,
.current-menu-item > a {
  color: var(--e-global-color-primary);
  font-weight: bold; /* opcional, destaque */
}


/* Oculta os botões de compartilhamento social no Lightbox do Elementor */
.elementor-lightbox .elementor-share-btn[data-social="facebook"],
.elementor-lightbox .elementor-share-btn[data-social="twitter"],
.elementor-lightbox .elementor-share-btn[data-social="pinterest"] {
    display: none !important;
}

/* Garante que o botão de download (que não tem um atributo data-social) permaneça visível */
/* O botão de download geralmente é o último ícone na barra de ferramentas de compartilhamento */
/* Se o código acima não funcionar, tente o seguinte para ocultar o grupo de compartilhamento e depois reexibir o download */

/* Se o código acima não funcionar, use este: */
/* Oculta o grupo de compartilhamento (que inclui o download) */
/* .elementor-lightbox-toolbar-button.elementor-share-btn { display: none !important; } */

/* E então reexibe o botão de download. O botão de download tem a classe 'elementor-lightbox-download' ou é o último elemento do grupo. */
/* O seletor mais confiável é ocultar os botões de compartilhamento social individualmente, como no primeiro bloco de código. *//* End custom CSS */