.elementor-12 .elementor-element.elementor-element-4c7ddd9b{--display:flex;--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-12 .elementor-element.elementor-element-38ff05a{--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-12 .elementor-element.elementor-element-536b1e99{--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-12 .elementor-element.elementor-element-38d9cec7{--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-12 .elementor-element.elementor-element-43c5b86c{--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-12 .elementor-element.elementor-element-aa1eee7{--display:flex;--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-12 .elementor-element.elementor-element-591cecdf{--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;}/* Start custom CSS for html, class: .elementor-element-3fe4e41f */.hero {
  position: relative;
  background-color: #1b2f4b; /* Azul escuro */
  padding: 180px 0 100px;
  color: white;
  min-height: 800px;
  overflow: hidden;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://andreiaccarvalhos.com.br/wp-content/uploads/2025/08/andreiacca.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}

@media (max-width: 768px) {
  .hero::before {
    background-image: url('https://nainaduarte.com.br/wp-content/uploads/2025/04/Design-sem-nome-768x432.jpg.webp');
    background-position: center top;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-text {
    text-align: center;
  }
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; /* CENTRALIZADO */
  padding: 0 40px;
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.hero-text {
  max-width: 560px;
  text-align: center; /* CENTRALIZADO */
}

.hero-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-text a {
  color: #c59d5f;
  text-decoration: none;
  font-weight: 500;
}

.logo-menor {
  max-width: 250px !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px !important;
}

/* BOTÃO WHATSAPP */
.botao-whatsapp {
  display: inline-block;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.2s ease;
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
  animation: pulse 1s infinite;
}

.botao-whatsapp:hover {
  background-color: #1ebd5b;
  transform: translateY(-2px);
}

.botao-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.icone-whatsapp {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}

.texto-whatsapp {
  text-align: left;
  line-height: 1.2;
  font-size: 15px;
  color: white;
}

.texto-whatsapp strong {
  display: block;
  font-size: 16px;
  color: white;
}

.texto-whatsapp span {
  font-size: 13px;
  opacity: 0.9;
  color: white;
}

/* Animação de pulsar */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.7);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.7);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b117af2 */.sessao-dor-premium {
  background: #ffffff; /* Fundo branco */
  padding: 100px 40px;
  color: #000000; /* Texto padrão preto */
}

.sessao-dor-premium h2,
.texto-dor h2 {
  color: #D2AA68 !important; /* Garante dourado na headline principal e internas */
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: 700;
}

.container-dor-premium {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.texto-dor {
  flex: 1 1 500px;
  animation: fadeInLeft 1s ease forwards;
}

.texto-dor p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333333; /* Texto escuro para fundo branco */
  margin-bottom: 20px;
}

.destaque-dor span {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  background: rgba(210, 170, 104, 0.1); /* Fundo dourado claro */
  padding: 16px 24px;
  border-left: 4px solid #D2AA68;
  border-radius: 8px;
  color: #000000; /* Texto escuro */
}

.visual-dor {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  animation: fadeInRight 1s ease forwards;
}

.box-destaque {
  background: #f9f9f9; /* Fundo cinza claro */
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  max-width: 400px;
}

.box-destaque h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
  border-left: 4px solid #D2AA68;
  padding-left: 12px;
}

.box-destaque ul {
  list-style: none;
  padding: 0;
}

.box-destaque ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  font-size: 1.1rem;
  color: #444444; /* Texto escuro */
}

.box-destaque ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #D2AA68;
  font-weight: bold;
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79f9375c */.sessao-servicos {
  background-color: #1b2f4b;
  background-image: linear-gradient(rgba(27, 47, 75, 0.94), rgba(27, 47, 75, 0.94)),
    url('https://andreiaccarvalhos.com.br/wp-content/uploads/2025/08/0012.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 2rem;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

.sessao-servicos .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.sessao-servicos h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  color: #D2AA68 !important;
  margin-bottom: 1rem;
  font-weight: 700;
}

.sessao-servicos .subtitulo {
  max-width: 820px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  color: #e0e0e0;
  line-height: 1.6;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card-servico {
  background-color: #223b5c;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border-top: 4px solid #D2AA68;
}

.card-servico:hover {
  transform: translateY(-5px);
}

.card-servico .icone {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-servico svg {
  fill: #D2AA68;
}

.card-servico h3 {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.card-servico p {
  font-size: 0.95rem;
  color: #cccccc;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.card-servico ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-servico ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #eaeaea;
}

.card-servico ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #D2AA68;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d62fe80 */.sessao-advogado {
  background: #ffffff; /* Fundo branco */
  color: #000000;
  padding: 100px 40px;
  font-family: 'Poppins', sans-serif;
}

.container-advogado {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.foto-advogado img {
  max-width: 420px;
  width: 100%;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  object-fit: cover;
  border: 4px solid #D2AA68;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1); /* sombra mais leve para fundo branco */
  background-color: transparent;
}

.texto-advogado {
  max-width: 600px;
}

.texto-advogado h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #D2AA68 !important;
  margin-bottom: 20px;
}

.texto-advogado .oab {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333 !important;
  margin-left: 8px;
}

.texto-advogado .intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333333;
}

.texto-advogado ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.texto-advogado ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #333333;
}

.texto-advogado ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #D2AA68;
  font-weight: bold;
}

/* BOTÃO WHATSAPP */
.botao-whatsapp {
  display: inline-block;
  background-color: #D2AA68;
  color: #000000;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* sombra mais sutil */
  transition: background 0.3s ease, transform 0.2s ease;
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
  animation: pulse 1s infinite;
}

.botao-whatsapp:hover {
  background-color: #b89152;
  transform: translateY(-2px);
}

.botao-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.icone-whatsapp {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}

.texto-whatsapp {
  text-align: left;
  line-height: 1.2;
  font-size: 15px;
  color: #000000;
}

.texto-whatsapp strong {
  display: block;
  font-size: 16px;
  color: #000000;
}

.texto-whatsapp span {
  font-size: 13px;
  opacity: 0.9;
  color: #000000;
}

/* Animação de pulsar */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(210, 170, 104, 0.4);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(210, 170, 104, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(210, 170, 104, 0.4);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2566bdf5 */.sessao-faq-zanon {
  background-color: #1b2f4b; /* Azul escuro */
  padding: 100px 40px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.container-faq-zanon {
  max-width: 900px;
  margin: 0 auto;
}

.container-faq-zanon h2 {
  font-size: 2.2rem;
  color: #D2AA68 !important; /* Headline dourada */
  text-align: center;
  margin-bottom: 50px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); /* Separador sutil */
  margin-bottom: 20px;
}

.faq-pergunta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: none;
  border: none;
  padding: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

.faq-pergunta:hover {
  background-color: #223b5c;
  color: #D2AA68;
}

.texto-pergunta {
  flex: 1;
  min-width: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
}

.icone-pergunta {
  font-size: 1.4rem;
  color: #D2AA68;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-pergunta.ativa .icone-pergunta {
  transform: rotate(45deg);
}

.faq-resposta {
  display: none;
  padding: 0 15px 20px;
  font-size: 1rem;
  color: #e0e0e0;
  line-height: 1.6;
}

/* Responsividade */
@media (max-width: 768px) {
  .sessao-faq-zanon {
    padding: 60px 20px;
  }

  .faq-pergunta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 15px 12px;
    flex-wrap: nowrap;
  }

  .texto-pergunta {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .icone-pergunta {
    align-self: flex-end;
  }

  .faq-resposta {
    font-size: 0.95rem;
    padding: 0 12px 18px;
  }
}

.quebra-mobile {
  display: none;
}

@media (max-width: 768px) {
  .quebra-mobile {
    display: inline;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94903fc */.whatsapp-flutuante {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

.whatsapp-flutuante:hover {
  opacity: 0.9;
}

.whatsapp-flutuante img {
  width: 28px;
  height: 28px;
}

.whatsapp-conteudo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.whatsapp-conteudo div {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: white;
  line-height: 1.2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5243f0e5 */.footer {
  background: #1b2f4b; /* Fundo azul escuro */
  color: #cccccc;
  padding: 80px 40px 40px;
  font-family: 'Poppins', sans-serif;
}

.container-footer {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-coluna {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-coluna h4 {
  color: #D2AA68; /* dourado elegante */
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-coluna ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-coluna ul li {
  font-size: 0.95rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #dddddd;
}

.footer-coluna i {
  margin-right: 8px;
  color: #25D366; /* verde whats */
  min-width: 18px;
}

.footer-coluna a {
  color: #dddddd;
  text-decoration: none;
}

.footer-coluna a:hover {
  text-decoration: underline;
  color: #25D366;
}

.logo-footer-img {
  max-width: 280px; /* Aumentado de 200px para 280px */
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  display: block;
}


.logo-footer p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #bbbbbb;
  margin-top: 8px;
}

.mapa-footer {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.mapa-footer iframe {
  width: 100% !important;
  height: 200px !important;
  display: block !important;
  border: none;
}

.footer-direitos {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #bbbbbb;
}

.footer-direitos a {
  color: #25D366;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container-footer {
    flex-direction: column;
    gap: 40px;
  }

  .footer-coluna {
    width: 100%;
  }

  .mapa-footer iframe {
    height: 220px !important;
  }
}

.logo-footer-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}/* End custom CSS */