.elementor-1077 .elementor-element.elementor-element-c97c819{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-c97c819 *//* Bloco FAQ */
.faq-section {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.faq-section h2 {
  font-size: 28px;
  margin-bottom: 24px;
  color: #255679;
  text-align: center;
}
.faq-item {
  border-bottom: 1px solid #d9e1e7;
  margin-bottom: 16px;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: #f4f9fb;
  border: none;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #255679;
  cursor: pointer;
  border-radius: 8px;
}
.faq-answer {
  display: none;
  padding: 16px;
  background: #fff3e6;
  border-radius: 8px;
  margin-top: 8px;
  font-size: 15px;
  color: #2a2a2a;
}
.faq-cta {
  display: inline-block;
  margin-top: 12px;
  background: #3f8e62;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
}
.faq-cta:hover {
  background: #357852;
}

/* Formulário */
.form-contact-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
.form-contact-section h2 {
  font-size: 26px;
  margin-bottom: 24px;
  color: #255679;
  text-align: center;
}
.form-contato label {
  display: block;
  margin-bottom: 6px;
  color: #2a2a2a;
  font-weight: 500;
}
.form-contato input,
.form-contato textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #d9e1e7;
  border-radius: 8px;
  font-size: 16px;
}
.form-contato button {
  background: #3f8e62;
  color: #ffffff;
  border: none;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.form-contato button:hover {
  background: #357852;
}

/* Responsivo */
@media (max-width: 600px) {
  .faq-question {
    font-size: 15px;
  }
  .form-contato input,
  .form-contato textarea {
    font-size: 15px;
  }
}/* End custom CSS */