.elementor-14530 .elementor-element.elementor-element-44d257b{--display:flex;--background-transition:0.3s;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14530 .elementor-element.elementor-element-44d257b.e-con{--align-self:center;}.elementor-14530 .elementor-element.elementor-element-998568d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-14530 .elementor-element.elementor-element-998568d{width:100%;max-width:100%;}.elementor-14530 .elementor-element.elementor-element-41d8595{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-998568d *//* Seção de Perguntas Frequentes (FAQ) */
.faq-section {
    background-color: #f9faff;
    padding: 80px 0;
    font-family: 'Outfit', sans-serif;
}

.faq-section .container {
    max-width: 800px; /* Limita a largura para melhor legibilidade */
}

/* Cabeçalho */
.faq-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-main-title {
    font-size: 2.5rem;
    color: #430485;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

/* Linha decorativa abaixo do título */
.faq-main-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #06BEF5;
}

/* Accordion */
.faq-accordion {
    border-top: 1px solid #e0e0e0;
}

.faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.faq-question span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #430485;
}

.faq-question i {
    font-size: 1rem;
    color: #06BEF5;
    transition: transform 0.3s ease;
}

/* Rotação do ícone quando ativo */
.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

/* Resposta */
.faq-answer {
    max-height: 0; /* Começa escondido */
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer p {
    margin: 0;
    padding: 0 0 20px 0; /* Padding adicionado apenas quando aberto */
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}/* End custom CSS */