.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#161A16;--e-global-color-accent:#113422;--e-global-color-ee15cfb:#BC9354;--e-global-color-5222f59:#FBDCA3;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.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){margin-block-end: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 *//* Estilo para a segunda parte do texto com Times New Roman Italic e espaçamento aumentado */
.elementor-widget-heading .elementor-heading-title .font-b {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    letter-spacing: 0.0em; /* Ajuste este valor conforme necessário */
    font-size: 48px; /* Tamanho padrão */
}

/* Ajuste do tamanho da fonte para telas menores (mobile) */
@media (max-width: 768px) { /* Você pode alterar o valor para diferentes tamanhos de tela */
    .elementor-widget-heading .elementor-heading-title .font-b {
        font-size: 32px; /* Tamanho da fonte no mobile */
    }
}

/*adição de gradiente em titulos */
.gradiente {
  background: linear-gradient(90deg, #C3A882 0%, #E9D192 22.5%, 45%, #F5E2A1 71.5%, #9B8557 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* End custom CSS */