.elementor-kit-25{--e-global-color-primary:#DDA43B;--e-global-color-secondary:#5C3B1E;--e-global-color-text:#575555;--e-global-color-accent:#6C925D;--e-global-color-e4bfcd9:#FFF8EE;--e-global-color-c2302f4:#CFB53B;--e-global-color-d96a698:#712F26;--e-global-color-3c59996:#BC8F8F;--e-global-color-deabd22:#6D6565;--e-global-color-1d37ed1:#687663;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:600;--e-global-typography-aed5cb8-font-family:"Fredericka the Great";--e-global-typography-673f791-font-family:"Homemade Apple";--e-global-typography-4109771-font-family:"Asset";color:#575555;font-family:"Montserrat", Sans-serif;}.elementor-kit-25 e-page-transition{background-color:#FFBC7D;}.elementor-kit-25 a{color:#6D6565;font-family:"Montserrat", Sans-serif;}.elementor-kit-25 a:hover{color:#6D6565;}.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 *//* ===== FAVICE CSS MASTER v1.0 ===== */

/* --- Import Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Montserrat:wght@400&family=Lato:wght@400;600&display=swap');

/* --- Design Tokens (cores & espaçamentos) --- */
:root {
  /* Paleta de cores */
  --mel: #DDA43B;
  --cedro: #5C3B1E;
  --rocha: #575555;
  --olive: #6C925D;
  --creme: #FFF8EE;
  --ouro: #CFB53B;
  --carmim: #712F26;
  --marrom-rosa: #BC8F8F;
  --cinza-rosa: #6D6565;
  --olive-rose: #687663;
  /* Espaçamentos */
  --s-xxs: 0.5rem;  /*  8px */
  --s-xs: 1rem;     /* 16px */
  --s-sm: 1.5rem;   /* 24px */
  --s-md: 2.5rem;   /* 40px */
  --s-lg: 4rem;     /* 64px */
  --s-xl: 6rem;     /* 96px */
}

/* --- Base Typography & Body --- */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--rocha);
  background: var(--creme);
  line-height: 1.6;
}
h1, h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: var(--cedro);
  line-height: 1.25;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); }
h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: var(--cedro);
}
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
.emphasis {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

/* --- Links --- */
a {
  color: var(--olive);
  text-decoration: none;
  transition: color .2s ease;
}
a:hover {
  color: var(--mel);
  text-decoration: underline;
}

/* --- Botões --- */
.favice-btn {
  display: inline-block;
  padding: 14px 28px;
  background: var(--mel);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border-radius: 6px;
  transition: all .25s ease-in-out;
}
.favice-btn:hover,
.favice-btn:focus {
  background: var(--olive);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,.16);
}
.favice-btn--outline {
  background: transparent;
  color: var(--mel);
  border: 2px solid var(--mel);
}
.favice-btn--outline:hover {
  background: var(--olive);
  color: #fff;
}

/* --- Seções --- */
.section-cream {
  background: var(--creme);
  padding: var(--s-lg) 0;
}
.section-olive {
  background: var(--olive);
  color: #fff;
  padding: var(--s-lg) 0;
}
.section-rose {
  background: var(--marrom-rosa);
  color: #fff;
  padding: var(--s-lg) 0;
}
.section-dark {
  background: var(--cedro);
  color: #fff;
  padding: var(--s-lg) 0;
}
@media (max-width: 768px) {
  .section-cream,
  .section-olive,
  .section-rose,
  .section-dark {
    padding: var(--s-md) 0;
  }
}

/* --- Hero (genérico) --- */
.hero {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,248,238,.75);
}
.hero-inner {
  position: relative;
  z-index: 2;
}
.hero h1 {
  margin-bottom: 1rem;
}
.hero p {
  font-size: clamp(1rem,2vw,1.25rem);
  max-width: 720px;
  margin: 0 auto var(--s-sm);
}

/* --- Cards & Sombras --- */
.card {
  background: #fff;
  border-radius: 12px;
  padding: var(--s-sm);
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transition: transform .25s ease;
}
.card:hover {
  transform: translateY(-4px);
}
.value-icon {
  width: 64px;
  height: 64px;
  margin-bottom: var(--s-xs);
  fill: var(--mel);
}

/* --- Alertas & Badges --- */
.alert-carmim {
  background: var(--carmim);
  color: #fff;
  padding: var(--s-xs) var(--s-sm);
  border-radius: 8px;
}
.badge-olive {
  background: var(--olive);
  color: #fff;
  padding: 2px 10px;
  border-radius: 50rem;
  font-size: .75rem;
  font-weight: 600;
}

/* --- Barra de Progresso --- */
.prog {
  background: var(--olive-rose);
  height: 6px;
  border-radius: 3px;
  transition: width 1s ease-out;
}

/* --- Countdown --- */
.elementor-countdown-item {
  background: var(--cedro) !important;
  border-radius: 6px !important;
}
.elementor-countdown-digits {
  color: #fff !important;
  font-weight: 600;
}

/* --- Footer --- */
.site-footer {
  background: var(--cedro);
  color: #fff;
  padding: var(--s-md) 0;
  font-size: .875rem;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: var(--mel);
}/* End custom CSS */