.elementor-919 .elementor-element.elementor-element-ecf5c60{--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;}.elementor-919 .elementor-element.elementor-element-7b3b4cf{--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;}/* Start custom CSS *//* ============================================ */
/*  VISITE FLORENÇA — FOUNDATION CSS GLOBAL     */
/*  Cole isto uma vez no Custom CSS do Elementor */
/* ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --vf-brick: #8C3A2E;
  --vf-brick-deep: #722C22;
  --vf-gold: #ED5734;
  --vf-gold-deep: #D14524;
  --vf-mustard: #D9984A;
  --vf-mustard-deep: #BC8338;
  --vf-blue: #94AFB6;
  --vf-blue-deep: #7A969D;
  --vf-salmon: #F1AE93;
  --vf-salmon-soft: #FCE3D4;
  --vf-soft: #FAEEDB;
  --vf-soft-2: #F2D9B7;
  --vf-ink: #1A0F08;
  --vf-ink-2: #2D1F15;
  --vf-mute: #6E5A4E;
  --vf-line: #EAE0CE;
}

/* Reset escopado em .vf — não afeta outros widgets do Elementor */
.vf, .vf *, .vf *::before, .vf *::after {
  box-sizing: border-box;
}
.vf {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--vf-ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.vf h1, .vf h2, .vf h3, .vf h4 {
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--vf-ink);
  margin: 0;
}
.vf p { margin: 0; }
.vf a { color: inherit; text-decoration: none; }
.vf img { max-width: 100%; display: block; }
.vf ul { list-style: none; padding: 0; margin: 0; }
.vf button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* Utilitários globais usados em várias seções */
.vf .vf-wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}
.vf .vf-serif-i {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.01em;
}
.vf .vf-pill {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  background: var(--vf-salmon-soft);
  border: 1px solid var(--vf-line);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--vf-brick);
  letter-spacing: .01em;
}
.vf .vf-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vf-brick);
}/* End custom CSS */