body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #fff;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  background: #00A86B;
  padding: 20px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.logo-img {
  width: 100px;  /* Ajuste esse valor conforme preferir (ex: 220px, 250px) */
  height: auto;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.btn-header {
  background: #fff;
  color: #00A86B;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}

.hero {
  text-align: center;
  padding: 60px 20px;
  background: #f7f7f7;
}

.hero h2 {
  color: #00A86B;
  font-size: 36px;
}

.hero p {
  font-size: 18px;
  margin: 20px 0;
}

.btn-cta {
  background: #00A86B;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.sobre, .metodo, .contato {
  padding: 60px 20px;
}

.sobre h3, .metodo h3, .contato h3 {
  color: #00A86B;
  font-size: 28px;
}

.sobre p, .metodo ul, .contato p {
  font-size: 18px;
  line-height: 1.6;
}

.metodo ul {
  list-style: none;
  padding: 0;
}

.metodo li {
  margin: 10px 0;
}

.btn-whatsapp {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.footer {
  background: #00A86B;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 28px;
  }
  
  .btn-cta, .btn-whatsapp {
    padding: 12px 20px;
    font-size: 16px;
  }
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-img {
  max-height: 60px;
}

.beneficios {
  background: #f7f7f7;
  padding: 60px 20px;
}

.beneficios h3 {
  color: #00A86B;
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.grid-beneficios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.beneficio-item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: left;
}

.beneficio-item h4 {
  color: #4a4a8a;
  margin-bottom: 10px;
  font-size: 18px;
}

.beneficio-item p {
  font-size: 16px;
  color: #555;
}
.faq {
  padding: 60px 20px;
  background: #f7f7f7;
}

.faq-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.faq-img img {
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
}

.faq-content {
  flex: 1;
}

.faq-content h3 {
  color: #4a4a8a;
  margin-bottom: 20px;
  font-size: 28px;
}

.accordion {
  width: 100%;
}

.accordion-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.accordion-button {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.accordion-button::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.accordion-button.active::after {
  content: '-';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #f9f9f9;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .faq-flex {
    flex-direction: column;
    text-align: center;
  }
}
.subtitulo-beneficios {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}
.beneficios-idosos {
  padding: 60px 20px;
  background-color: #f4f4f4;
}

.beneficios-idosos-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.beneficios-idosos-img img {
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
}

.beneficios-idosos-texto {
  max-width: 500px;
}

.beneficios-idosos-texto h3 {
  color: #00A885; /* verde no tom da sua identidade */
  font-size: 28px;
  margin-bottom: 20px;
}

.beneficios-idosos-texto p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.banner-topo {
  width: 100%;
  padding: 0;
  margin: 0;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.resultados {
  padding: 60px 20px;
  text-align: center;
  background-color: #f4f4f4;
}

.resultados h3 {
  font-size: 28px;
  color: #00A885;
  margin-bottom: 15px;
}

.texto-resultados {
  color: #555;
  margin-bottom: 30px;
  font-size: 16px;
}

.galeria-resultados {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.galeria-resultados img {
  width: 180px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.galeria-resultados img:hover {
  transform: scale(1.05);
}

.btn-cta {
  background-color: #00A885;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-cta:hover {
  background-color: #01906e;
}
.atendimento-online {
  padding: 60px 20px;
  background-color: #ffffff;
}

.atendimento-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.video-online {
  flex: 1;
}

.video-paciente {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.texto-online {
  flex: 1;
}

.texto-online h3 {
  color: #00A885;
  font-size: 26px;
  margin-bottom: 15px;
}

.texto-online p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.faq-online {
  margin-top: 20px;
}

.faq-pergunta {
  background-color: #f4f4f4;
  color: #333;
  border: none;
  padding: 15px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-pergunta:hover {
  background-color: #e8e8e8;
}

.faq-resposta {
  display: none;
  background-color: #fafafa;
  padding: 15px;
  border-left: 3px solid #00A885;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
}

.btn-cta {
  background-color: #00A885;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
  transition: background 0.3s;
}

.btn-cta:hover {
  background-color: #01906e;
}
