.elementor-3956 .elementor-element.elementor-element-211fce1{padding:0px 0px 0px 0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3956 .elementor-element.elementor-element-3625259{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:17px;font-weight:400;}/* Start custom CSS for theme-post-content, class: .elementor-element-3625259 */p {
    margin-bottom: 1em !important;
}

h1 {
    margin-top: -15px !important;
    padding-bottom: 15px;
}

h2 {
    margin: 0 0 15px 0 !important;
    font-size: 34px;
}

a {
    color: #E3A510;
}

a:hover {
    color: #B7850D;
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2672e17 *//* Estiliza cada seção de FAQ */
.schema-faq-section {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

/* Estiliza a pergunta */
.schema-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
  padding: 12px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.schema-faq-question:hover {
  background-color: #e0e0e0;
}

/* Ícone ao lado da pergunta */
.schema-faq-question span {
  font-size: 16px;
  transition: transform 0.3s;
}

/* Animação suave para a resposta */
.schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  display: none; /* Começa invisível */
}/* End custom CSS */