.elementor-kit-6{--e-global-color-primary:#0077336B;--e-global-color-secondary:#F5F2EB;--e-global-color-text:#000000;--e-global-color-accent:#0A0A0A;--e-global-color-512c391:#B88925;--e-global-color-8b31f3e:#D6A02B;--e-global-color-b34f34f:#99721F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:37px;font-weight:400;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:37px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-01caee2-font-family:"Outfit";--e-global-typography-01caee2-font-size:25px;--e-global-typography-01caee2-font-weight:600;--e-global-typography-f0edddf-font-family:"Outfit";--e-global-typography-f0edddf-font-size:18px;--e-global-typography-f0edddf-font-weight:400;--e-global-typography-f0edddf-line-height:32px;--e-global-typography-6f5f1fe-font-family:"Crimson Pro";background-color:#FAFDE7;color:#1F1D16;font-family:"Outfit", Sans-serif;font-size:17px;line-height:1.65px;letter-spacing:0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h2{color:#007733;font-family:"Outfit", Sans-serif;font-size:38px;font-weight:700;line-height:1.25px;letter-spacing:0px;}.elementor-kit-6 h3{color:#1F1D16;font-family:"Outfit", Sans-serif;font-size:23px;font-weight:600;line-height:33px;}.elementor-kit-6 h5{color:#4A463C;font-family:"Outfit", Sans-serif;font-size:16px;font-weight:400;line-height:1.6px;}.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 *//* ══════════════════════════════════════════
   POST INDIVIDUAL — v3
   Colar em: Elementor → Configurações do Site
   → CSS Personalizado (substitui o anterior)
══════════════════════════════════════════ */

/* ── TÍTULO ── */
.elementor-widget-theme-post-title .elementor-heading-title {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: clamp(30px, 3.6vw, 48px) !important;
  font-weight: 700 !important;
  color: #0a4323 !important;
  -webkit-text-fill-color: #0a4323 !important;
  -webkit-text-stroke: 0 !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
  text-shadow: none !important;
  background: none !important;
}

/* Linha dourada sob o título */
.single-post .elementor-widget-theme-post-title::after {
  content: '';
  display: block;
  width: 52px; height: 2px;
  background: linear-gradient(90deg, #cfa048, rgba(207,160,72,.12));
  border-radius: 2px;
  margin-top: 18px;
  margin-bottom: 24px;
}

/* ── IMAGEM DESTACADA ── */
.elementor-widget-theme-post-featured-image .elementor-widget-container img {
  border-radius: 14px !important;
  box-shadow: 0 8px 32px rgba(18,52,24,0.13) !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* ── PARÁGRAFOS ── */
.elementor-widget-theme-post-content .elementor-widget-container p {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: 18px !important;
  color: rgba(10,67,35,.70) !important;
  -webkit-text-fill-color: rgba(10,67,35,.70) !important;
  -webkit-text-stroke: 0 !important;
  line-height: 1.80 !important;
  margin: 0 0 20px !important;
}

/* ── BOLD — inline, verde forte ── */
.elementor-widget-theme-post-content .elementor-widget-container p strong,
.elementor-widget-theme-post-content .elementor-widget-container li strong {
  color: #0a4323 !important;
  -webkit-text-fill-color: #0a4323 !important;
  font-weight: 700 !important;
}

/* ── H2 ── */
.elementor-widget-theme-post-content .elementor-widget-container h2,
.elementor-widget-theme-post-content .elementor-widget-container h2.wp-block-heading {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: clamp(24px, 2.4vw, 32px) !important;
  font-weight: 700 !important;
  color: #0a4323 !important;
  -webkit-text-fill-color: #0a4323 !important;
  -webkit-text-stroke: 0 !important;
  margin: 48px 0 18px !important;
  line-height: 1.2 !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(207,160,72,0.20) !important;
}

/* ── H3 — acento dourado à esquerda ── */
.elementor-widget-theme-post-content .elementor-widget-container h3,
.elementor-widget-theme-post-content .elementor-widget-container h3.wp-block-heading {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: clamp(20px, 2vw, 26px) !important;
  font-weight: 700 !important;
  color: #0a4323 !important;
  -webkit-text-fill-color: #0a4323 !important;
  -webkit-text-stroke: 0 !important;
  margin: 40px 0 14px !important;
  line-height: 1.25 !important;
  padding-left: 16px !important;
  border-left: 3px solid #cfa048 !important;
}

/* ── H4 ── */
.elementor-widget-theme-post-content .elementor-widget-container h4,
.elementor-widget-theme-post-content .elementor-widget-container h4.wp-block-heading {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: clamp(17px, 1.7vw, 21px) !important;
  font-weight: 700 !important;
  color: #cfa048 !important;
  -webkit-text-fill-color: #cfa048 !important;
  -webkit-text-stroke: 0 !important;
  margin: 30px 0 10px !important;
  line-height: 1.3 !important;
}

/* ── LISTAS — bullet dourado ── */
.elementor-widget-theme-post-content .elementor-widget-container ul,
.elementor-widget-theme-post-content .elementor-widget-container ul.wp-block-list {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin: 0 0 24px !important;
}
.elementor-widget-theme-post-content .elementor-widget-container ul li,
.elementor-widget-theme-post-content .elementor-widget-container ul.wp-block-list li {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: 18px !important;
  color: rgba(10,67,35,.70) !important;
  -webkit-text-fill-color: rgba(10,67,35,.70) !important;
  -webkit-text-stroke: 0 !important;
  line-height: 1.72 !important;
  padding-left: 22px !important;
  position: relative !important;
  margin-bottom: 10px !important;
  list-style: none !important;
}
.elementor-widget-theme-post-content .elementor-widget-container ul li::marker,
.elementor-widget-theme-post-content .elementor-widget-container ul.wp-block-list li::marker {
  content: '' !important;
}
.elementor-widget-theme-post-content .elementor-widget-container ul li::before,
.elementor-widget-theme-post-content .elementor-widget-container ul.wp-block-list li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 12px !important;
  width: 6px !important;
  height: 6px !important;
  background: #cfa048 !important;
  border-radius: 50% !important;
  display: block !important;
}
.elementor-widget-theme-post-content .elementor-widget-container ol {
  padding-left: 22px !important;
  margin: 0 0 24px !important;
}
.elementor-widget-theme-post-content .elementor-widget-container ol li {
  font-family: 'Crimson Pro', Georgia, serif !important;
  font-size: 18px !important;
  color: rgba(10,67,35,.70) !important;
  -webkit-text-fill-color: rgba(10,67,35,.70) !important;
  line-height: 1.72 !important;
  margin-bottom: 10px !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-display: auto;
	src: url('/wp-content/uploads/2025/05/Roboto-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */