.elementor-3379 .elementor-element.elementor-element-397da87{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-d7422eb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-1f23dd4e{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-39b7126f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-7087cac8 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-140a123c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-6f2627c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-59526e5f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-425e04ea > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-3379 .elementor-element.elementor-element-58d9b5de > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-141563f */.hero-helder {
  position: relative;
  background-color: #040e26; /* Azul marinho escuro da paleta */
  padding: 180px 0 100px;
  color: #ffffff;
  min-height: 800px;
  overflow: hidden;
  z-index: 1;
}

.hero-helder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://www.hsladv.com.br/wp-content/uploads/2025/06/helder01.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}

.hero-helder-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero-helder-text {
  max-width: 760px;
}

.hero-helder-text h1 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #e4c590; /* Dourado refinado */
}

.hero-helder-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.7;
  color: #e4e4e4;
}

.hero-helder-text a {
  color: #e4c590;
  text-decoration: none;
  font-weight: 500;
}

.logo-helder {
  max-width: 250px !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px !important;
}

/* BOTÃO WHATSAPP */
.botao-helder-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-helder-whatsapp:hover {
  background-color: #1ebd5b;
  transform: translateY(-2px);
}

.botao-helder-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.icone-helder-whatsapp {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}

.texto-helder-whatsapp {
  text-align: left;
  line-height: 1.2;
  font-size: 15px;
  color: white;
}

.texto-helder-whatsapp strong {
  display: block;
  font-size: 16px;
  color: white;
}

.texto-helder-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);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-helder {
    padding-top: 100px;
  }

  .hero-helder::before {
    background-image: url('https://www.hsladv.com.br/wp-content/uploads/2025/06/helder02.webp');
    background-position: center top;
  }

  .hero-helder-container {
    padding: 0 20px;
    align-items: center;
    text-align: center;
  }

  .hero-helder-text {
    max-width: 100%;
    margin-top: 300px; /* empurra o texto pra baixo no mobile */
  }

  .hero-helder-text img.logo-helder {
    margin: 0 auto 20px;
    display: block;
  }

  .hero-helder-text h1 {
    font-size: 2rem;
  }

  .hero-helder-text p {
    font-size: 1rem;
  }

  .icone-helder-whatsapp {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }

  .botao-helder-whatsapp {
    padding: 10px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-843e326 */.sessao-dor-helder {
  background-color: #040e26; /* Fundo escuro elegante */
  padding: 100px 0;
  color: #ffffff;
}

.container-dor-helder {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.texto-dor-helder {
  flex: 1 1 500px;
}

.texto-dor-helder h2 {
  font-size: 2.2rem;
  color: #e4c590; /* Dourado refinado */
  margin-bottom: 20px;
}

.texto-dor-helder p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #e4e4e4;
}

.destaque-dor-helder {
  background-color: rgba(228, 197, 144, 0.12); /* Dourado suave com transparência */
  color: #e4c590;
  padding: 16px 20px;
  border-left: 4px solid #e4c590;
  font-weight: bold;
  margin-top: 20px;
}

.visual-dor-helder {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-destaque-helder {
  background-color: #0b1633;
  border: 1px solid #e4c590;
  padding: 24px 28px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.box-destaque-helder h3 {
  color: #e4c590;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.box-destaque-helder ul {
  padding-left: 20px;
  list-style-type: disc;
  color: #e4e4e4;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .container-dor-helder {
    flex-direction: column;
    padding: 0 20px;
  }

  .texto-dor-helder h2 {
    font-size: 1.8rem;
  }

  .box-destaque-helder {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37087a6d */.sessao-servicos {
  background-color: #040e26; /* Fundo escuro elegante */
  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: #e4c590; /* Dourado refinado */
  margin-bottom: 1rem;
  font-weight: 700;
}

.sessao-servicos .subtitulo {
  max-width: 820px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  color: #e4e4e4; /* Cinza claro para contraste */
  line-height: 1.6;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card-servico {
  background-color: #0b1633; /* Fundo escuro dos cards */
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border-top: 4px solid #e4c590;
}

.card-servico:hover {
  transform: translateY(-5px);
}

.card-servico .icone {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-servico svg {
  fill: #e4c590; /* Ícones dourados */
  width: 36px;
  height: 36px;
}

.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; /* Texto leve para contraste */
  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: #e4e4e4;
}

.card-servico ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #e4c590;
  font-weight: bold;
}

/* MOBILE */
@media (max-width: 768px) {
  .grid-servicos {
    grid-template-columns: 1fr;
  }

  .sessao-servicos h2 {
    font-size: 2rem;
  }

  .card-servico {
    padding: 1.8rem 1.2rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e795a52 */.sessao-advogado-helder {
  background: linear-gradient(to right, #0b0d12, #111d3a);
  color: white;
  padding: 100px 40px;
  font-family: 'Poppins', sans-serif;
}

.container-advogado-helder {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.foto-advogado-helder 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 #e4c590;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.texto-advogado-helder {
  max-width: 600px;
}

.texto-advogado-helder h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e4c590;
  margin-bottom: 20px;
}

.texto-advogado-helder .oab {
  font-size: 1.2rem;
  font-weight: 500;
  color: #cfcfcf;
  margin-left: 8px;
}

.texto-advogado-helder .intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.texto-advogado-helder ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.texto-advogado-helder ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #f4f4f4;
}

.texto-advogado-helder ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e4c590;
  font-weight: bold;
}

/* BOTÃO WHATSAPP */
.botao-helder-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-helder-whatsapp:hover {
  background-color: #1ebd5b;
  transform: translateY(-2px);
}

.botao-helder-conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.icone-helder-whatsapp {
  width: 42px;
  height: 42px;
  margin-right: 16px;
}

.texto-helder-whatsapp {
  text-align: left;
  line-height: 1.2;
  font-size: 15px;
  color: white;
}

.texto-helder-whatsapp strong {
  display: block;
  font-size: 16px;
  color: white;
}

.texto-helder-whatsapp span {
  font-size: 13px;
  opacity: 0.9;
  color: white;
}

/* Animação 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-53d80e24 */.sessao-beneficios-helder {
  background-color: #0b0d12;
  padding: 100px 40px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container-beneficios-helder {
  max-width: 1200px;
  margin: 0 auto;
}

.sessao-beneficios-helder h2 {
  font-size: 2.2rem;
  color: #e4c590; /* dourado refinado */
  margin-bottom: 60px;
  font-weight: 700;
}

.grid-beneficios-helder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.card-beneficio-helder {
  background-color: #111d2a;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border-top: 4px solid #e4c590;
}

.card-beneficio-helder:hover {
  transform: translateY(-6px);
}

.icone-beneficio-helder {
  margin-bottom: 20px;
}

.card-beneficio-helder p {
  font-size: 1rem;
  color: #d0d7e0;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-784036ab */.sessao-faq-helder {
  background-color: #0b0d12;
  padding: 100px 40px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  color: #ffffff;
}

.container-faq-helder {
  max-width: 900px;
  margin: 0 auto;
}

.container-faq-helder h2 {
  font-size: 2.2rem;
  color: #e4c590;
  text-align: center;
  margin-bottom: 50px;
}

.faq-item {
  border-bottom: 1px solid #2a2f3c;
  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: color 0.3s ease;
  width: 100%;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-wrap: break-word;
  word-break: break-word;
}

.faq-pergunta:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #e4c590 !important;
}

.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: #e4c590;
  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: #d0d7e0;
  line-height: 1.6;
}

/* Responsivo */
@media (max-width: 768px) {
  .sessao-faq-helder {
    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-19be6910 *//* Botão Flutuante */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: pulse 1.5s infinite;
  cursor: pointer;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Chat Box */
.chat-whatsapp-custom {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  max-width: 90vw;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  font-family: 'Segoe UI', sans-serif;
  z-index: 10000;
  overflow: hidden;
  animation: popchat 0.5s ease;
}

@keyframes popchat {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.chat-header {
  background: #25D366;
  padding: 14px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-user {
  display: flex;
  align-items: center;
}

.user-photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid white;
  object-fit: cover;
}

.user-info .user-name {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.user-info .verified-icon {
  width: 16px;
  margin-left: 6px;
}

.user-status {
  font-size: 0.75rem;
  color: #e5ffe5;
}

.close-chat {
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
}

.chat-body {
  padding: 16px;
  background: #f0f0f0 url('https://web.whatsapp.com/img/bg-chat-tile_7d3c510d29623b0b2c444f5c6a4f55ba.png');
  background-repeat: repeat;
}

.chat-bubble {
  background: white;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.95rem;
  max-width: 85%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: relative;
  margin-bottom: 15px;
}

.message-time {
  display: block;
  font-size: 0.75rem;
  color: #888;
  text-align: right;
  margin-top: 6px;
}

.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: white;
  text-decoration: none;
  padding: 14px;
  font-weight: bold;
  border-radius: 50px;
  font-size: 1rem;
  margin-top: 8px;
  transition: background 0.3s;
}

.whatsapp-button:hover {
  background: #1ebe5d;
}

.icon-whatsapp {
  width: 20px;
  margin-right: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a9a662a */.footer {
  background: linear-gradient(to right, #0b0d12, #1a1c22);
  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: #c59d5f;
  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;
  min-width: 18px;
}

.footer-coluna a {
  color: #dddddd;
  text-decoration: none;
}

.footer-coluna a:hover {
  text-decoration: underline;
  color: #25D366;
}

.logo-footer img {
  width: 64px;
  margin-bottom: 16px;
}

.logo-footer p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #bbbbbb;
  margin-top: 8px;
}

.footer-direitos {
  border-top: 1px solid #222;
  margin-top: 60px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #888;
}

.footer-direitos a {
  color: #25D366;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container-footer {
    flex-direction: column;
    gap: 40px;
  }

  .footer-coluna {
    width: 100%;
  }
}/* End custom CSS */