.elementor-13 .elementor-element.elementor-element-952d44b{--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-13 .elementor-element.elementor-element-1627c6f{--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-13 .elementor-element.elementor-element-2a57ee3b{--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-13 .elementor-element.elementor-element-13c46c39{--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-13 .elementor-element.elementor-element-1539d3e3{--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-13 .elementor-element.elementor-element-6ec4070d{--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-13 .elementor-element.elementor-element-4ccb53bc{--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-13 .elementor-element.elementor-element-662d25b3{--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-13 .elementor-element.elementor-element-65312a80{--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-13 .elementor-element.elementor-element-4285f5b8{--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;}/* Start custom CSS for html, class: .elementor-element-fb9141 */.hero {
  position: relative;
  background-color: #0b0d12;
  background-image: url('https://anapaulaguedes.adv.br/wp-content/uploads/2025/07/aaa.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)), url('https://anapaulaguedes.adv.br/wp-content/uploads/2025/07/aaa.webp');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}


.hero-container {
  max-width: 900px;
  width: 100%;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh; /* ← aqui estava o erro: height precisa ser 100vh */
  position: relative;
  z-index: 2;
}


.hero-text {
  max-width: 700px;
  margin: 0 auto;
}

.hero-text h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-text a {
  color: #c59d5f;
  text-decoration: none;
  font-weight: 500;
}

/* 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);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .hero {
    padding: 60px 20px;
    background-position: center center;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 1.05rem;
  }

  .botao-whatsapp {
    font-size: 14px;
  }

  .icone-whatsapp {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39536597 */.sessao-dor-premium {
  background: #000000; /* Fundo preto */
  padding: 100px 40px;
  color: #ffffff; /* Texto principal branco */
}

.sessao-dor-premium h2,
.texto-dor h2 {
  color: #D2AA68 !important;
  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: #e0e0e0; /* Texto claro para fundo escuro */
  margin-bottom: 20px;
}

.destaque-dor span {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.05); /* Leve transparência */
  padding: 16px 24px;
  border-left: 4px solid #D2AA68;
  border-radius: 8px;
  color: #ffffff;
}

.visual-dor {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  animation: fadeInRight 1s ease forwards;
}

.box-destaque {
  background: #111111;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  max-width: 400px;
}

.box-destaque h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #ffffff;
  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: #e0e0e0; /* Texto branco suave */
}

.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-32324c06 */.sessao-servicos {
  background-color: #000000; /* Fundo preto */
  padding: 8rem 2rem;
  font-family: 'Roboto', sans-serif;
  color: #ffffff; /* Texto branco */
}

.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; /* Texto claro */
  line-height: 1.6;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card-servico {
  background-color: #111111; /* Fundo escuro no card */
  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 #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; /* Texto claro no parágrafo */
  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; /* Texto mais claro nos bullets */
}

.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-71e4e4cd */.sessao-advogado {
  background: #000000; /* Fundo preto */
  color: #ffffff;
  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.3);
  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: #e0e0e0 !important; /* Cinza claro */
  margin-left: 8px;
}

.texto-advogado .intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ffffff;
}

.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: #ffffff;
}

.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.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: #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.6);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(210, 170, 104, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(210, 170, 104, 0.6);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2fa195ed */.sessao-beneficios-luiz {
  background-color: #000000; /* Fundo preto */
  padding: 100px 40px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container-beneficios-luiz {
  max-width: 1200px;
  margin: 0 auto;
}

.sessao-beneficios-luiz h2 {
  font-size: 2.2rem;
  color: #D2AA68 !important; /* Headline dourada */
  margin-bottom: 60px;
  font-weight: 700;
}

.grid-beneficios-luiz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.card-beneficio-luiz {
  background-color: #111111; /* Preto suave nos cards */
  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 #D2AA68; /* Borda dourada no topo */
}

.card-beneficio-luiz:hover {
  transform: translateY(-6px);
}

.icone-beneficio-luiz {
  margin-bottom: 20px;
  color: #D2AA68; /* Ícones dourados (caso use SVG inline ou FontAwesome) */
}

.card-beneficio-luiz p {
  font-size: 1rem;
  color: #e0e0e0; /* Texto branco suave */
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14af56fb */.sessao-cta-zanon {
  background: #000000; /* Fundo preto */
  padding: 100px 40px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.container-cta-zanon {
  max-width: 900px;
  margin: 0 auto;
}

.sessao-cta-zanon h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #D2AA68 !important;
  margin-bottom: 20px;
}

.subheadline-cta-zanon {
  font-size: 1.1rem;
  color: #e0e0e0; /* Branco suave */
  line-height: 1.6;
  margin-bottom: 40px;
}

.botao-zanon {
  display: inline-block;
  background-color: #D2AA68;
  color: #000000;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease, transform 0.2s ease;
  animation: pulse 1.4s infinite;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.botao-zanon:hover {
  background-color: #b89152;
  transform: translateY(-3px);
}

.botao-conteudo-zanon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.icone-whatsapp-zanon {
  width: 40px;
  height: 40px;
}

.texto-whatsapp-zanon {
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  color: #000000;
}

.texto-whatsapp-zanon strong {
  display: block;
  font-size: 16px;
  color: #000000;
}

.texto-whatsapp-zanon 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.5);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 16px rgba(210, 170, 104, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(210, 170, 104, 0.5);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-683e4023 */.sessao-faq-zanon {
  background-color: #000000; /* Fundo preto */
  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 #1f1f1f; /* Separador sutil em preto suave */
  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: #111111;
  color: #D2AA68; /* Hover dourado */
}

.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; /* Texto branco suave */
  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-14a83416 *//* 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-7ae2ae28 */.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
}

.container-footer.simples {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.footer-conteudo h4 {
  font-size: 1.2rem;
  color: #D2AA68;
  margin-bottom: 10px;
}

.footer-conteudo p {
  margin: 8px 0;
  color: #cccccc;
}

.footer-conteudo a {
  color: #25D366;
  text-decoration: none;
}

.footer-direitos {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 30px;
  color: #888;
}

.footer-direitos a {
  color: #c59d5f;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d2af135 */h, h2, h, h, h {
  color: #9cb3ff !important;
}/* End custom CSS */