.elementor-kit-27{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-27 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){--kit-widget-spacing: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 *//* ---------- VARIÁVEIS ---------- */
:root {
  --preto: #000;
  --branco: #fff;
  --dourado: #d4af37;
  --whatsapp: #25d366;

  /* NOVAS FONTES */
  --fonte-titulos: 'Playfair Display', serif;
  --fonte-texto: 'Source Sans 3', sans-serif;
}

/* ---------- HERO ---------- */
.hero-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 20px;
}

.hero-content {
  max-width: 900px;
}

.hero-section h1 {
  color: #d4af37;
  font-family: 'Playfair Display', serif;
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 20px;
}

.descricao-hero {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.2em;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto 25px;
  color: #f1f1f1;
}
.descricao-hero strong {
  color: #d4af37;
  font-weight: 600;
}

.oab {
  margin: 20px 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.cta-btn {
  display: inline-block;
  background-color: #25D366;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 16px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.cta-btn:hover {
  transform: translateY(-4px);
  background-color: #20b859;
}

/* MICROCHAMADA (urgenças) */
.microchamada {
  margin-top: 20px;
  font-size: 1.05em;
  font-family: 'Poppins', sans-serif;
  color: #d4af37;
  background: rgba(212,175,55,0.1);
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 500;
  box-shadow: 0 0 10px rgba(212,175,55,0.25);
}

.microchamada i {
  margin-right: 8px;
  color: #d4af37;
}

/* ---- RESPONSIVIDADE ---- */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.4em;
  }
  .descricao-hero {
    font-size: 1.05em;
    padding: 0 10px;
  }
  .microchamada {
    margin-top: 16px;
    font-size: 0.95em;
  }
}

/* ---------- SOBRE ---------- */
.sobre-section {
  background-color: #f8f8f8;
  color: var(--preto);
  padding: 80px 20px;
}
.sobre {
  display: flex;
  align-items: center;
  gap: 40px;
}
.sobre img {
  width: 240px;
  border-radius: 50%;
  border: 4px solid var(--dourado);
  box-shadow: 0 0 10px rgba(212,175,55,0.4);
}
.sobre h2 {
  font-family: var(--fonte-titulos);
  font-size: 2.4em;
  color: var(--preto);
}

/* ---------- ÁREAS DE ATUAÇÃO ---------- */
.areas-section {
  background-color: var(--branco);
  color: var(--preto);
  padding: 80px 20px;
}
.section-title {
  text-align: center;
  font-family: var(--fonte-titulos);
  color: var(--preto);
  margin-bottom: 50px;
}
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--dourado);
  margin: 12px auto;
  border-radius: 2px;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 30px;
}
.card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  transition: 0.3s;
}
.card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}
.card .icon {
  font-size: 2.5em;
  color: var(--dourado);
  margin-bottom: 12px;
}
.card h3 {
  font-family: var(--fonte-titulos);
  color: var(--preto); font-size: 1.6em;
}

/* ---------- DIREITO DE FAMÍLIA ---------- */
.familia-section {
  background: var(--preto);
  color: var(--branco);
  padding: 80px 20px;
}
.familia-section .section-title {
  color: var(--dourado);
}
.familia-section .intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.dark-card {
  background: #111;
  border: 1px solid var(--dourado);
}
.dark-card h3, .dark-card .icon {
  color: var(--dourado);
}

/* ---------- RODAPÉ ---------- */
.footer-section {
  background: var(--preto);
  color: var(--dourado);
  text-align: center;
  padding: 50px 20px;
}
.footer-section .socials a {
  color: var(--dourado);
  font-size: 1.6em;
  margin: 0 10px;
  transition: 0.2s;
}
.footer-section .socials a:hover {
  color: var(--branco);
}
.footer-section p {
  margin-top: 15px;
  font-size: 0.95em;
}

/* ---------- RESPONSIVO ---------- */
@media (max-width:768px) {
  .sobre {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */