.elementor-14 .elementor-element.elementor-element-4331826{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-14:not(.elementor-motion-effects-element-type-background), body.elementor-page-14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004182;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74e0bf5 */<!-- =============================================
  LINKS NO MEIO DO TEXTO — GLOBAL (todo o site)
  
  Use UMA destas classes no link:
  • link-texto        → para fundo BRANCO ou CINZA (hover fica PRETO)
  • link-texto-azul   → para fundo AZUL          (hover fica BRANCO)
============================================= -->
<style>

/* ===== LINK EM FUNDO BRANCO OU CINZA ===== */
.link-texto {
  color: #f9992b;              /* AMARELO/LARANJA (cor normal) */
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.link-texto:hover {
  color: #000000;              /* PRETO no hover */
}

/* ===== LINK EM FUNDO AZUL ===== */
.link-texto-azul {
  color: #f9992b;              /* AMARELO/LARANJA (cor normal) */
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.link-texto-azul:hover {
  color: #ffffff;              /* BRANCO no hover */
}

</style>/* End custom CSS */