.elementor-30 .elementor-element.elementor-element-fdda982{--display:flex;--min-height:50vh;--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;--justify-content:space-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-30 .elementor-element.elementor-element-ab4ebf5{width:100%;max-width:100%;}:root{--page-title-display:none;}body.elementor-page-30{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-30 .elementor-element.elementor-element-fdda982{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ab4ebf5 */.wf-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.wf-hero-bg {
  position: absolute;
  inset: 0;
  /* EDITAR: caminho da foto de fundo */
  background-image: url('https://lightyellow-sparrow-954334.hostingersite.com/wp-content/uploads/2026/05/ChatGPT-Image-5-de-mai.-de-2026-14_30_51.png');
  background-size: cover;
  background-position: top center;
  filter: brightness(0.22);
  z-index: 0;
}
.wf-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #B8962E, transparent);
  z-index: 2;
}
.wf-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wf-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #B8962E;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wf-hero-eyebrow::before,
.wf-hero-eyebrow::after {
  content: '';
  width: 35px;
  height: 1px;
  background: #B8962E;
}
.wf-hero-logo img {
  width: 280px;
  max-width: 70vw;
  display: block;
}
.wf-hero-rule {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, #B8962E, transparent);
  margin: 2rem auto;
}
.wf-hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.wf-hero-logo img {
  mix-blend-mode: screen;
  width: 800px;
  max-width: 85vw;
}

.wf-hero {
  height: auto !important;
  min-height: 100vh;
  padding: 6rem 2rem;
}
.wf-hero-content {
  gap: 1rem;
}
.wf-hero-rule {
  height: 30px;
  margin: 0.5rem auto;
}
.wf-hero-eyebrow {
  margin-bottom: 0.5rem;
}
.wf-hero-cta-text {
  margin-bottom: 1rem;
}
.wf-hero-content { gap: 0; }
.wf-hero-eyebrow { margin-bottom: 0.8rem; }
.wf-hero-logo img { margin: 0; }
.wf-hero-rule { height: 50px; margin: -1rem auto; }
.wf-hero-cta-text { margin-bottom: 0.rem; margin-top: 0; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdbaa55 */.wf-footer {
  background: #050505;
  padding: 2.2rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(184,150,46,0.1);
}
.wf-footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem;
  color: #B8962E;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.wf-footer-logo span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.28em;
  color: #888880;
  margin-top: 3px;
}
.wf-footer-info {
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  color: #888880;
  line-height: 1.9;
}
.wf-footer-copy {
  margin-top: 0.3rem;
  color: rgba(184,150,46,0.28);
  font-size: 0.5rem;
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,400&family=Cormorant+Garamond:ital,wght@0,300;1,300&family=Montserrat:wght@300;400;500&family=Antic+Didone&display=swap');

:root {
  --gold: #F5F0E8;
  --gold-light: #F5F0E8;
  --dark: #0A0A0A;
  --dark-2: #111111;
  --dark-3: #1A1A1A;
  --muted: #888880;
}

.wf-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.85s ease, transform 0.85s ease; }
.wf-reveal.wf-visible { opacity: 1; transform: none; }

.wf-btn-gold {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
  background: #6B2737;
  padding: 1.1rem 3rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  display: inline-block;
}
.wf-btn-gold:hover { background: #6B2737; }

.wf-btn-outline {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #F5F0E8;
  background: transparent;
  padding: 1.1rem 3rem;
  border: 1px solid rgba(245,240,232,0.5);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.wf-section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #F5F0E8;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.wf-section-label::before,
.wf-section-label::after { content: ''; width: 26px; height: 1px; background: #6B2737; }
.wf-section-title { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 400; line-height: 1.15; color: #fff; margin: 0; }
.wf-section-title em { font-style: italic; color: #F5F0E8; }

/* OCULTAR HEADER/FOOTER DO TEMA */
header#site-header, footer#site-footer { display: none !important; }

/* NAV */
.wf-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.3rem 3rem;
  background: rgba(10,10,10,0.97);
  border-bottom: 1px solid rgba(245,240,232,0.18);
}
.wf-nav-l { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.wf-nav-r { display: flex; gap: 2rem; list-style: none; justify-content: flex-end; align-items: center; margin: 0; padding: 0; }
.wf-nav-l a, .wf-nav-r a { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: #888880; text-decoration: none; transition: color 0.3s; }
.wf-nav-l a:hover, .wf-nav-r a:hover { color: #F5F0E8; }
.wf-nav-logo { text-align: center; text-decoration: none; display: block; }
.wf-nav-cta { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; background: #6B2737; padding: 0.7rem 1.6rem; border: none; cursor: pointer; text-decoration: none; display: inline-block; }

/* HERO */
.wf-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  overflow: hidden;
  min-height: 100dvh;
  padding-bottom: 6rem;
}
.wf-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://lightyellow-sparrow-954334.hostingersite.com/wp-content/uploads/2026/05/ChatGPT-Image-5-de-mai.-de-2026-14_30_51.png');
  background-size: cover;
  background-position: center center;
  filter: brightness(0.22);
  z-index: 0;
}
.wf-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #F5F0E8, transparent); z-index: 2; }
.wf-hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.wf-hero-cta-text { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 400; color: #fff; margin: 0 0 1.5rem; line-height: 1.2; }
.wf-hero-cta-text em { font-style: italic; color: #F5F0E8; }
.wf-hero-cta-sub { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; line-height: 1.9; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 2rem; }
.wf-hero-btns { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }

/* NÚMEROS */
.wf-nums {
  background: #0A0A0A;
  padding: 5rem 4rem;
  text-align: center;
}
.wf-nums-titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  margin-bottom: 4rem;
}
.wf-nums-titulo strong {
  display: block;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
}
.wf-nums-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.wf-nums-item {
  flex: 1;
  min-width: 150px;
  text-align: center;
}
.wf-nums-number {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.wf-nums-label {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-style: italic;
  color: rgba(255,255,255,0.5);
}
.wf-nums-sep {
  width: 1px;
  height: 80px;
  background: rgba(245,240,232,0.4);
  flex-shrink: 0;
}

/* ÁREAS DE ATUAÇÃO */
.wf-areas { background: #0A0A0A; padding: 5rem 4rem; text-align: center; }
.wf-areas-list { max-width: 680px; margin: 3.5rem auto 0; }
.wf-area-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(245,240,232,0.1);
  transition: all 0.3s;
}
.wf-area-item:first-child { border-top: 1px solid rgba(245,240,232,0.1); }
.wf-area-item:hover .wf-area-name { color: #F5F0E8; }
.wf-area-item:hover .wf-area-line { width: 40px; background: #6B2737; }
.wf-area-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.03em;
  transition: color 0.3s;
}
.wf-area-line {
  width: 25px;
  height: 1px;
  background: rgba(245,240,232,0.3);
  transition: all 0.3s;
  flex-shrink: 0;
}

/* SOBRE */
.wf-sobre {
  background: #111111;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  overflow: hidden;
}
.wf-sobre-foto {
  position: relative;
  overflow: hidden;
}
.wf-sobre-foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(20%);
}
.wf-sobre-foto-nome {
  position: absolute;
  bottom: 2rem;
  left: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  padding: 0 1rem;
}
.wf-sobre-foto-nome span { color: #F5F0E8; }
.wf-sobre-conteudo {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wf-sobre-rule {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, #F5F0E8, transparent);
  margin: 1.5rem 0;
}
.wf-sobre-texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  line-height: 2;
  color: rgba(255,255,255,0.58);
  margin-bottom: 2rem;
}
.wf-sobre-destaque {
  border-left: 2px solid #F5F0E8;
  padding-left: 1.5rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: #F5F0E8;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.wf-sobre-pilares {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.wf-sobre-pilar-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  color: #F5F0E8;
  margin-bottom: 0.3rem;
  letter-spacing: 0.05em;
}
.wf-sobre-pilar-texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #888880;
}

@media (max-width: 768px) {
  .wf-sobre { grid-template-columns: 1fr !important; }
  .wf-sobre-foto { height: 400px; }
  .wf-sobre-conteudo { padding: 3rem 1.5rem; }
}

/* DIFERENCIAIS */
.wf-dif { background: #0A0A0A; padding: 5rem 4rem; text-align: center; }
.wf-dif-lista { max-width: 740px; margin: 3.5rem auto 0; }
.wf-dif-item { padding: 2rem 0; border-bottom: 1px solid rgba(245,240,232,0.1); display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; text-align: left; align-items: start; }
.wf-dif-item:first-child { border-top: 1px solid rgba(245,240,232,0.1); }
.wf-dif-item:hover .wf-dif-title { color: #F5F0E8; }
.wf-dif-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 400; color: #fff; transition: color 0.3s; }
.wf-dif-text { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; line-height: 1.9; color: #888880; }

/* DEPOIMENTOS */
.wf-dep { background: #111111; padding: 5rem 4rem; text-align: center; }
.wf-dep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3.5rem; text-align: left; }
.wf-dep-card { border: 1px solid rgba(245,240,232,0.1); padding: 1.8rem; background: rgba(245,240,232,0.02); transition: border-color 0.3s; }
.wf-dep-card:hover { border-color: rgba(245,240,232,0.25); }
.wf-dep-quote { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: rgba(245,240,232,0.15); line-height: 1; }
.wf-dep-text { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; line-height: 1.9; color: rgba(255,255,255,0.56); margin-bottom: 1.3rem; font-style: italic; }
.wf-dep-author { display: flex; align-items: center; gap: 0.8rem; border-top: 1px solid rgba(245,240,232,0.08); padding-top: 0.9rem; }
.wf-dep-avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: rgba(245,240,232,0.08); border: 1px solid rgba(245,240,232,0.18); flex-shrink: 0; }
.wf-dep-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wf-dep-name { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 500; color: #fff; }
.wf-dep-role { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; color: #888880; margin-top: 2px; }

/* MÍDIA */
.wf-rep { background: #1A1A1A; padding: 5rem 4rem; text-align: center; }
.wf-rep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3.5rem; text-align: left; }
.wf-rep-card { border: 1px solid rgba(245,240,232,0.1); overflow: hidden; background: #111111; transition: border-color 0.3s; text-decoration: none; display: block; }
.wf-rep-card:hover { border-color: rgba(245,240,232,0.28); }
.wf-rep-img { height: 150px; overflow: hidden; background: rgba(245,240,232,0.04); border-bottom: 1px solid rgba(245,240,232,0.07); }
.wf-rep-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.wf-rep-card:hover .wf-rep-img img { transform: scale(1.04); }
.wf-rep-body { padding: 1.3rem; }
.wf-rep-fonte { font-family: 'Montserrat', sans-serif; font-size: 0.72rem; letter-spacing: 0.22em; color: #F5F0E8; text-transform: uppercase; margin-bottom: 0.4rem; }
.wf-rep-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #fff; line-height: 1.4; margin-bottom: 0.5rem; }
.wf-rep-date { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; color: #888880; }
.wf-rep-link { display: inline-block; margin-top: 0.8rem; font-family: 'Montserrat', sans-serif; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: #F5F0E8; text-decoration: none; }

/* CONTATO */
.wf-cta { background: #0A0A0A; padding: 6rem 4rem; text-align: center; position: relative; overflow: hidden; }
.wf-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(245,240,232,0.06) 0%, transparent 65%); pointer-events: none; }
.wf-cta-inner { position: relative; z-index: 1; }
.wf-cta-title { font-family: 'Playfair Display', serif; font-size: 3.2rem; font-weight: 400; color: #fff; max-width: 580px; margin: 0.8rem auto 1.3rem; line-height: 1.2; }
.wf-cta-title em { font-style: italic; color: #F5F0E8; }
.wf-cta-desc { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; color: rgba(255,255,255,0.4); margin: 0 auto 3rem; max-width: 400px; line-height: 1.9; }
.wf-cta-info { display: flex; justify-content: center; gap: 4rem; flex-wrap: wrap; border-top: 1px solid rgba(245,240,232,0.1); padding-top: 3rem; }
.wf-cta-info-item { text-align: center; }
.wf-cta-info-label { font-family: 'Montserrat', sans-serif; font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: #888880; margin-bottom: 0.4rem; }
.wf-cta-info-value { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #fff; text-decoration: none; display: block; transition: color 0.3s; }
a.wf-cta-info-value:hover { color: #F5F0E8; }

/* FOOTER */
.wf-footer { background: #050505; padding: 2.5rem 4rem; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(245,240,232,0.1); }
.wf-footer-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #F5F0E8; letter-spacing: 0.12em; text-decoration: none; }
.wf-footer-logo span { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; letter-spacing: 0.28em; color: #888880; margin-top: 5px; }
.wf-footer-info { text-align: right; font-family: 'Montserrat', sans-serif; font-size: 0.95rem; color: #888880; line-height: 1.9; }
.wf-footer-copy { margin-top: 0.3rem; color: rgba(245,240,232,0.28); font-size: 0.75rem; }

/* MOBILE */
@media (max-width: 768px) {
  .wf-nav { grid-template-columns: 1fr !important; padding: 1rem 1.5rem; gap: 0.8rem; }
  .wf-nav-l, .wf-nav-r { justify-content: center; flex-wrap: wrap; gap: 0.8rem; }
  .wf-nav-l a, .wf-nav-r a { font-size: 0.65rem; }
  .wf-sobre-grid, .wf-rep-grid, .wf-dep-grid { grid-template-columns: 1fr !important; }
  .wf-dif-item { grid-template-columns: 1fr !important; gap: 0.5rem; }
  .wf-footer { flex-direction: column; text-align: center; gap: 1.5rem; padding: 2rem 1.5rem; }
  .wf-footer-info { text-align: center; }
  .wf-hero-cta-text { font-size: 2rem; }
}
.wf-nav-cta { color: #fff !important; background: #6B2737 !important; }/* End custom CSS */