.elementor-84 .elementor-element.elementor-element-498a4576{--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-84 .elementor-element.elementor-element-69d038c2{--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-84 .elementor-element.elementor-element-7e6b0983{--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-84 .elementor-element.elementor-element-13e64d0c{--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-84 .elementor-element.elementor-element-6e40e29{--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-84 .elementor-element.elementor-element-2dad6479{--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-84 .elementor-element.elementor-element-51910bf8{--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-c6827d5 */.hero {
  margin-top: 00px;
  position: relative;
  background-color: #0b0d12;
  background-image: url('https://lp.edermarquesadvocacia.com/wp-content/uploads/2025/03/anxiety-induced-by-traffic.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  min-height: 800px;
  color: white;
  text-align: center; /* Centralizar texto no desktop também */
  overflow: hidden;
}

/* camada de opacidade */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 13, 18, 0.7); /* preto com 70% de opacidade */
  z-index: 1;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* deixa o texto acima da camada de opacidade */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  text-align: center;
}

.hero-text {
  max-width: 900px;
}

.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: #3182f6;
  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: 10px 20px; /* diminuído */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.2s ease;
  max-width: 350px; /* levemente menor */
  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: 36px; /* antes 42px */
  height: 36px;
  margin-right: 12px; /* reduzido */
}

.texto-whatsapp {
  text-align: left;
  line-height: 1.2;
  font-size: 14px; /* reduzido */
  color: white;
}

.texto-whatsapp strong {
  display: block;
  font-size: 15px; /* reduzido */
  color: white;
}

.texto-whatsapp span {
  font-size: 12px; /* reduzido */
  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);
  }
}

/* Ajustes para mobile */
@media (max-width: 768px) {
  .hero {
    background-image: url('https://lp.edermarquesadvocacia.com/wp-content/uploads/2025/03/anxiety-induced-by-traffic.webp');
    background-position: center top;
    padding-top: 100px; /* <<< CORRIGIDO: reduzido para metade */
    padding-bottom: 100px; /* adiciona um padding inferior para dar equilíbrio */
  }

  .hero-container {
    padding: 0 20px;
  }

  .hero-text img.logo-menor {
    margin: 0 auto 20px;
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-671a6050 *//* ==============================
   SEÇÃO SERVIÇOS – TEMA PRETO E AMARELO (FINAL)
   ============================== */

.secao-servicos {
  background-color: #0b0d12; /* Fundo escuro elegante */
  color: #f1f1f1;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.container-servicos {
  max-width: 1100px;
  margin: 0 auto;
}

.secao-servicos h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff; /* Título em branco */
}

.descricao-servicos {
  font-size: 1.1rem;
  color: #d1d1d1;
  margin-bottom: 70px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Itens de serviço (sem cards) */
.lista-servicos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.item-servico {
  max-width: 750px;
  border-left: 3px solid #ffcc00; /* linha amarela lateral */
  padding-left: 25px;
  text-align: left;
}

.icone-servico {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffcc00; /* ícones amarelos */
}

.item-servico h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.item-servico p {
  font-size: 1rem;
  color: #cfcfcf;
  line-height: 1.6;
}

/* Botão WhatsApp */
.botao-whatsapp {
  display: inline-block;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 40px;
  padding: 10px 20px;
  margin-top: 70px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.2s ease;
  animation: pulse 1s infinite;
}

.botao-whatsapp:hover {
  background-color: #1ebd5b;
  transform: translateY(-2px);
}

.icone-whatsapp {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.texto-whatsapp {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
}

.texto-whatsapp strong {
  display: block;
  font-size: 15px;
}

.texto-whatsapp span {
  font-size: 12px;
  opacity: 0.9;
}

/* Animação do botão WhatsApp */
@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);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .item-servico {
    max-width: 100%;
    border-left: 2px solid #ffcc00;
    padding-left: 20px;
  }

  .secao-servicos h2 {
    font-size: 1.8rem;
  }

  .descricao-servicos {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-634a9ece *//* =============================
   SEÇÃO QUEM SOMOS – PRETO E AMARELO
   ============================= */
.secao-quem-somos {
  background-color: #0b0d12;
  color: #f1f1f1;
  padding: 100px 20px;
}

.container-quem {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.imagem-quem img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.texto-quem {
  flex: 1;
  min-width: 300px;
}

.texto-quem h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.texto-quem p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #c9c9c9;
  margin-bottom: 20px;
}

.texto-quem p:last-child {
  margin-bottom: 0;
}

/* Responsivo */
@media (max-width: 768px) {
  .container-quem {
    flex-direction: column;
    text-align: center;
  }

  .imagem-quem img {
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .texto-quem h2 {
    font-size: 2rem;
  }

  .texto-quem p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70830e9c *//* ==============================
   SEÇÃO SERVIÇOS – TEMA PRETO E AMARELO (FINAL)
   ============================== */
.secao-servicos {
  background-color: #0b0d12;
  color: #f1f1f1;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.container-servicos {
  max-width: 1100px;
  margin: 0 auto;
}

.secao-servicos h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}

.descricao-servicos {
  font-size: 1.1rem;
  color: #d1d1d1;
  margin-bottom: 70px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Itens de serviço (sem cards) */
.lista-servicos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.item-servico {
  max-width: 750px;
  border-left: 3px solid #ffcc00;
  padding-left: 25px;
  text-align: left;
}

.icone-servico {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffcc00;
}

.item-servico h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.item-servico p {
  font-size: 1rem;
  color: #cfcfcf;
  line-height: 1.6;
}

/* =============================
   SEÇÃO DIFERENCIAIS / CONFIANÇA
   ============================= */
.secao-diferenciais {
  background-color: #0a0a0a;
  color: #f1f1f1;
  padding: 100px 20px;
  text-align: center;
}

.container-diferenciais {
  max-width: 1100px;
  margin: 0 auto;
}

.secao-diferenciais h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.secao-diferenciais h2 span {
  color: #ffd700;
}

.intro {
  font-size: 1.1rem;
  color: #d1d1d1;
  margin-bottom: 40px;
  line-height: 1.6;
}

.lista-diferenciais {
  list-style: none;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 900px;
  text-align: left;
}

.lista-diferenciais li {
  background-color: #121212;
  border-left: 4px solid #ffd700;
  padding: 18px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  line-height: 1.6;
  color: #e0e0e0;
  transition: all 0.3s ease;
}

.lista-diferenciais li:hover {
  background-color: #1c1c1c;
  transform: translateX(5px);
}

/* =============================
   BOTÃO WHATSAPP PADRONIZADO
   ============================= */
.botao-whatsapp,
.botao-contato {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 35px;
  margin-top: 50px;
  font-weight: 600;
  font-size: 17px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
  animation: pulse 1.3s infinite;
}

.botao-whatsapp:hover,
.botao-contato:hover {
  background-color: #1ebd5b;
  transform: translateY(-2px);
}

.icone-whatsapp {
  width: 28px;
  height: 28px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") no-repeat center;
  background-size: contain;
}

/* =============================
   ANIMAÇÃO DO BOTÃO WHATSAPP
   ============================= */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.6);
  }
  50% {
    transform: scale(1.05);
    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.6);
  }
}

/* =============================
   RESPONSIVO
   ============================= */
@media (max-width: 768px) {
  .item-servico {
    max-width: 100%;
    border-left: 2px solid #ffcc00;
    padding-left: 20px;
  }

  .secao-servicos h2 {
    font-size: 1.8rem;
  }

  .descricao-servicos {
    font-size: 1rem;
  }

  .secao-diferenciais h2 {
    font-size: 2rem;
  }

  .lista-diferenciais li {
    font-size: 1rem;
  }

  .botao-whatsapp,
  .botao-contato {
    width: 100%;
    max-width: 360px;
    font-size: 16px;
    padding: 13px 28px;
  }

  .icone-whatsapp {
    width: 26px;
    height: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cfb2257 *//* ======= SEÇÃO DEPOIMENTOS ======= */
.secao-depoimentos {
  background-color: #0f0f0f;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.container-depoimentos {
  max-width: 1000px;
  margin: 0 auto;
}

.secao-depoimentos h2 {
  font-size: 2.3rem;
  margin-bottom: 40px;
}

.secao-depoimentos h2 span {
  color: #FFD700; /* amarelo */
}

.depoimentos-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 40px;
}

.depoimento {
  background: #1a1a1a;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.1); /* amarelo suave */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.depoimento:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); /* amarelo mais forte */
}

.depoimento p {
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
}

.depoimento h4 {
  color: #FFD700; /* amarelo */
  font-weight: 500;
}

/* ======= BOTÃO WHATSAPP ======= */
.botao-contato {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.2s ease;
}

.botao-contato:hover {
  background-color: #1ebe5b;
  transform: scale(1.05);
}

.botao-contato i {
  font-size: 1.5rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73ec5409 *//* ==============================
   FAQ – DR. MATEUS VENTURA
   ============================== */

.secao-faq {
  background-color: #0b0d12;
  color: #f1f1f1;
  padding: 100px 20px;
  text-align: center;
}

.container-faq {
  max-width: 900px;
  margin: 0 auto;
}

.titulo-faq {
  font-size: 2.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.titulo-faq span {
  color: #ffcc00;
}

.subtitulo-faq {
  color: #cccccc;
  font-size: 1.1rem;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* ======== FAQ ITENS ========= */
.faq-accordion-container {
  text-align: left;
}

.faq-item {
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #121418;
  transition: background-color 0.3s ease;
}

.faq-item:hover {
  background: #181a20;
}

.faq-toggle {
  display: none;
}

/* Pergunta */
.faq-question {
  display: block;
  padding: 20px;
  color: #ffcc00;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  padding-right: 50px;
}

.faq-question:hover {
  background-color: #1b1d24;
}

/* Ícone seta */
.faq-question i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease, color 0.3s ease;
  color: #ffcc00;
}

/* Quando clicado */
.faq-toggle:checked + .faq-question {
  background-color: #ffcc00;
  color: #0b0d12;
}

.faq-toggle:checked + .faq-question i {
  transform: translateY(-50%) rotate(180deg);
  color: #0b0d12;
}

/* Resposta */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #101216;
}

.faq-toggle:checked ~ .faq-answer {
  max-height: 500px;
  padding: 20px;
  border-top: 1px solid #ffcc00;
}

.faq-answer p {
  color: #e6e6e6;
  font-size: 1rem;
  line-height: 1.6;
}

/* ======== CTA BOX ======== */
.faq-cta-box {
  margin-top: 50px;
  padding: 30px 20px;
  background-color: #121418;
  border-radius: 8px;
  text-align: center;
  border-left: 3px solid #ffcc00;
}

.faq-cta-box p {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 20px;
}

/* ======== BOTÃO WHATSAPP ======== */
.botao-whatsapp-faq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #25d366;
  color: white;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.botao-whatsapp-faq:hover {
  background-color: #1ebd5b;
  transform: translateY(-2px);
}

.botao-whatsapp-faq i {
  font-size: 1.2rem;
}

/* ======== RESPONSIVO ======== */
@media (max-width: 768px) {
  .titulo-faq {
    font-size: 1.9rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 16px;
  }

  .faq-answer p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51cef92 *//* ==== FOOTER ==== */
.footer {
  background-color: #0d0d0d;
  color: #f5f5f5;
  padding: 60px 20px 30px;
  text-align: center;
  border-top: 2px solid #ffd700;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-info h2 {
  font-size: 1.8rem;
  color: #ffd700;
  margin-bottom: 10px;
}

.footer-info p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 30px;
}

.footer-contato h3 {
  color: #ffd700;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.footer-contato ul {
  list-style: none;
  padding: 0;
}

.footer-contato li {
  margin: 10px 0;
  font-size: 1rem;
}

.footer-contato a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contato a:hover {
  color: #ffd700;
}

.footer-contato i {
  margin-right: 8px;
  color: #ffd700;
}

.footer-direitos {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #777;
  border-top: 1px solid #222;
  padding-top: 20px;
}

.footer-direitos p {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-container {
    text-align: center;
  }

  .footer-contato ul {
    padding-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS *//* === BOTÕES DE WHATSAPP GERAIS === */
button.whatsapp-btn,
a.whatsapp-btn {
  display: inline-block;
  background-color: #ffcc00;
  color: #000;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

button.whatsapp-btn:hover,
a.whatsapp-btn:hover {
  background-color: #e6b800;
  transform: scale(1.05);
}

/* Garantindo que pegue mesmo dentro de seções específicas */
section a.whatsapp-btn,
section button.whatsapp-btn {
  background-color: #ffcc00 !important;
  color: #000 !important;
}/* End custom CSS */