.elementor-11 .elementor-element.elementor-element-710f1fa0{--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-11 .elementor-element.elementor-element-e476a1b{--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-11 .elementor-element.elementor-element-3fe9b8fe{--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-11 .elementor-element.elementor-element-747a5d5c{--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-11 .elementor-element.elementor-element-7c1e3db7{--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-11 .elementor-element.elementor-element-5c8d9451{--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-11 .elementor-element.elementor-element-538e3377{--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-11 .elementor-element.elementor-element-3013a801{--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-11 .elementor-element.elementor-element-4cde551{--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-3d591295 */.hero {
  position: relative;
  background-color: #0b0d12;
  color: white;
  padding: 140px 20px 100px;
  min-height: 800px;
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: url('https://amaralrufino.com.br/wp-content/uploads/2025/05/front-view-blurry-lawyer-working.webp') center top / cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-text {
  max-width: 900px;
  margin: 0 auto;
}

.hero-text h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Botão WhatsApp VERDE com bordas arredondadas */
.botao-whatsapp {
  background-color: #25D366; /* verde WhatsApp */
  padding: 15px 30px;
  border-radius: 50px; /* Aumentado para bordas mais arredondadas */
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  color: white;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.botao-whatsapp:hover {
  transform: scale(1.03);
  background-color: #1ebe5d;
}

.botao-conteudo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icone-whatsapp {
  width: 30px;
  height: 30px;
}

.texto-whatsapp {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.texto-whatsapp strong {
  color: white;
  font-size: 1rem;
}

.texto-whatsapp span {
  color: #f1f1f1;
  font-size: 0.9rem;
  font-weight: 300;
}

/* Responsivo */
@media (max-width: 768px) {
  .hero {
    padding-top: 100px;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .botao-whatsapp {
    padding: 12px 20px;
  }

  .icone-whatsapp {
    width: 24px;
    height: 24px;
  }

  .texto-whatsapp strong {
    font-size: 0.95rem;
  }

  .texto-whatsapp span {
    font-size: 0.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58bb047a */.sessao-dor-premium {
  background-color: #ffffff; /* Fundo branco */
  padding: 100px 40px;
  color: #1a1a1a; /* Cor padrão escura para textos */
}

.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 h2 {
  font-size: 2.6rem;
  color: #000000; /* Preto puro */
  margin-bottom: 30px;
  font-weight: 700;
}

.texto-dor p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333333; /* Cinza escuro para leitura confortável */
  margin-bottom: 20px;
}

.destaque-dor span {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  background: #f0f0f0; /* Fundo suave */
  padding: 16px 24px;
  border-left: 4px solid #c59d5f; /* Dourado */
  border-radius: 8px;
  color: #1a1a1a;
}

.visual-dor {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  animation: fadeInRight 1s ease forwards;
}

.box-destaque {
  background: #0b0d12; /* Mantido escuro para contraste */
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  max-width: 400px;
}

.box-destaque h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  border-left: 4px solid #c59d5f;
  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: #dddddd;
}

.box-destaque ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #32d583;
  font-weight: bold;
}

/* Animações */
@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-2355cff9 */.sessao-servicos {
  background-color: #ffffff; /* Fundo branco */
  padding: 8rem 2rem;
  font-family: 'Roboto', sans-serif;
  color: #1a1a1a; /* Cor escura para textos gerais */
}

.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: #000000 !important; /* Dourado elegante */
  margin-bottom: 1rem;
  font-weight: 700;
}

.sessao-servicos .subtitulo {
  max-width: 820px;
  margin: 0 auto 3rem;
  font-size: 1rem;
  color: #444444; /* Cinza escuro para boa leitura */
  line-height: 1.6;
}

.grid-servicos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.card-servico {
  background-color: #ffffff; /* Cartão branco */
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); /* Sombra leve */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #c59d5f; /* Dourado */
}

.card-servico:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-servico .icone {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-servico svg {
  fill: #c59d5f; /* Ícones dourados */
  width: 40px;
  height: 40px;
}

.card-servico h3 {
  font-size: 1.1rem;
  color: #0b0d12; /* Título escuro */
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.card-servico p {
  font-size: 0.95rem;
  color: #333333;
  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: #4a4a4a;
}

.card-servico ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: #4c6fff; /* Azul vibrante da marca */
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3934cc46 */.sessao-advogado {
  background-color: #ffffff; /* Fundo branco */
  color: #1a1a1a;
  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 #c59d5f;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
  background-color: transparent;
}

.texto-advogado {
  max-width: 600px;
}

.texto-advogado h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000; /* Dourado */
  margin-bottom: 20px;
}

.texto-advogado .oab {
  font-size: 1.1rem;
  font-weight: 500;
  color: #666666;
  margin-left: 8px;
}

.texto-advogado .intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #444444;
}

.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: #4c6fff;
  font-weight: bold;
}

/* BOTÃO WHATSAPP - VERDE */
.botao-whatsapp {
  display: inline-block;
  background-color: #25D366; /* Verde WhatsApp */
  color: white;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  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: #1ebe5d;
  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 ajustada para tom verde */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 12px rgba(37, 211, 102, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.5);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6652d53b */.sessao-beneficios-luiz {
  background-color: #0b0d12;
  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: #c59d5f; /* Dourado */
  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: #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 #c59d5f; /* Dourado */
}

.card-beneficio-luiz:hover {
  transform: translateY(-6px);
}

.icone-beneficio-luiz {
  margin-bottom: 20px;
}

.card-beneficio-luiz p {
  font-size: 1rem;
  color: #e0e6f0; /* texto claro refinado */
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-335645d7 */.sessao-cta-zanon {
  background: #ffffff; /* Fundo branco */
  padding: 100px 40px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #0b0d12;
}

.container-cta-zanon {
  max-width: 900px;
  margin: 0 auto;
}

.sessao-cta-zanon h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0b0d12 !important;
  margin-bottom: 20px;
}

.subheadline-cta-zanon {
  font-size: 1.1rem;
  color: #1f2733;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* BOTÃO VERDE */
.botao-zanon {
  display: inline-block;
  background-color: #25D366; /* Verde WhatsApp */
  color: white;
  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.2);
  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: #1ebe5d;
  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: white;
}

.texto-whatsapp-zanon strong {
  display: block;
  font-size: 16px;
  color: white;
}

.texto-whatsapp-zanon span {
  font-size: 13px;
  opacity: 0.9;
  color: white;
}

/* Pulsar com efeito verde */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.5);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 16px rgba(37, 211, 102, 0.5);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.5);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-452a5d58 */.sessao-faq-zanon {
  background-color: #ffffff; /* Fundo branco */
  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: #0b0d12; /* Título escuro */
  text-align: center;
  margin-bottom: 50px;
}

.faq-item {
  border-bottom: 1px solid #dddddd;
  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: #222222; /* Pergunta em tom escuro */
  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: #f8f8f8;
  color: #25D366; /* Verde leve no hover */
}

.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: #25D366; /* Ícone em verde */
  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: #444444;
  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-79b1cad9 *//* 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-378bb049 */.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; /* dourado escuro zanon */
  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 {
  width: 64px;
  margin-bottom: 16px;
}

.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 #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%;
  }

  .mapa-footer iframe {
    height: 220px !important;
  }
}/* End custom CSS */