.elementor-16805 .elementor-element.elementor-element-2b6fd1b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-150px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-16805 .elementor-element.elementor-element-2b6fd1b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body:not(.rtl) .elementor-16805 .elementor-element.elementor-element-2b6fd1b.drdt_sticky_fixed{left:0px;}body.rtl .elementor-16805 .elementor-element.elementor-element-2b6fd1b.drdt_sticky_fixed{right:0px;}.elementor-16805 .elementor-element.elementor-element-2b6fd1b.drdt_sticky_fixed{top:0px;z-index:5;}.elementor-16805 .elementor-element.elementor-element-ad429fd{--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;--background-transition:0.3s;}.elementor-16805 .elementor-element.elementor-element-2b85c8d{--display:flex;--background-transition:0.3s;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16805 .elementor-element.elementor-element-2b85c8d.e-con{--align-self:center;}.elementor-16805 .elementor-element.elementor-element-f171d3b{width:100%;max-width:100%;}.elementor-16805 .elementor-element.elementor-element-f171d3b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-16805 .elementor-element.elementor-element-81e371f{width:100%;max-width:100%;}.elementor-16805 .elementor-element.elementor-element-adf11de > .elementor-container{max-width:1290px;}.elementor-16805 .elementor-element.elementor-element-adf11de{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:35px 0px 60px 0px;}.elementor-16805 .elementor-element.elementor-element-adf11de > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body:not(.rtl) .elementor-16805 .elementor-element.elementor-element-adf11de.drdt_sticky_fixed{left:0px;}body.rtl .elementor-16805 .elementor-element.elementor-element-adf11de.drdt_sticky_fixed{right:0px;}.elementor-16805 .elementor-element.elementor-element-adf11de.drdt_sticky_fixed{top:0px;z-index:5;}@media(max-width:767px){.elementor-16805 .elementor-element.elementor-element-2b6fd1b{padding:80px 0px 80px 0px;}.elementor-16805 .elementor-element.elementor-element-adf11de{padding:80px 0px 80px 0px;}}/* Start custom CSS for html, class: .elementor-element-10387d8 *//* Seção de Timeline Integrada */
.integrated-timeline-section {
    background-color: #ffffff;
    padding: 80px 0;
    font-family: 'Outfit', sans-serif;
}

/* Container mais estreito para melhor legibilidade */
.integrated-timeline-section .container {
    max-width: 800px;
}

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

.main-title {
    font-size: 2.8rem;
    color: #430485;
    font-weight: 700;
}

/* A Timeline */
.integrated-timeline {
    position: relative;
    /* A linha cinza que conecta os passos */
    border-left: 3px solid #ede4ff;
}

.timeline-item {
    position: relative;
    padding-left: 60px; /* Espaço para o marcador e a linha */
    margin-bottom: 60px; /* Espaço entre os itens completos */
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* O marcador circular com o número */
.timeline-marker {
    position: absolute;
    left: -21.5px; /* Centraliza o círculo na linha */
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #7C00FF; /* Fundo roxo vibrante */
    border: 4px solid #ffffff; /* Borda branca para criar um anel sobre a linha */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #ffffff;
    z-index: 2;
}

/* O conteúdo de cada passo */
.item-title {
    font-size: 2rem;
    color: #430485;
    margin-bottom: 20px;
}

.item-image {
    margin-bottom: 20px;
}

.item-image img {
    max-width: 100%;
    border-radius: 12px;
}

.item-text p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f171d3b *//* 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 */
/* Start custom CSS for html, class: .elementor-element-c899a75 *//* Seção de CTA para Blog */
.cta-blog-section {
    padding: 60px 0;
    font-family: 'Outfit', sans-serif;
    background-color: #ffffff;
}

/* Container mais estreito */
.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.cta-box {
    /* Fundo em gradiente com as cores da marca */
    background: linear-gradient(135deg, #430485 0%, #7C00FF 100%);
    color: #ffffff;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(124, 0, 255, 0.2);
}

.cta-icon {
    font-size: 2.5rem;
    color: #06BEF5; /* Ícone em azul para contraste */
    margin-bottom: 20px;
}

.cta-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0; /* Branco suave */
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.cta-buttons-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Permite que os botões quebrem a linha em telas menores */
    gap: 20px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Espaço entre o ícone e o texto */
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Estilo do Botão WhatsApp */
.cta-button.whatsapp {
    background-color: #25D366; /* Cor oficial do WhatsApp */
    color: #ffffff;
}
.cta-button.whatsapp:hover {
    background-color: #128C7E;
    transform: translateY(-3px);
}

/* Estilo do Botão E-mail */
.cta-button.email {
    background-color: #f0f0f0; /* Fundo claro para o botão de e-mail */
    color: #430485;
}
.cta-button.email:hover {
    background-color: #ffffff;
    transform: translateY(-3px);
}/* End custom CSS */