.elementor-16688 .elementor-element.elementor-element-875907c > .elementor-container{max-width:1290px;}.elementor-16688 .elementor-element.elementor-element-875907c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:35px 0px 60px 0px;}.elementor-16688 .elementor-element.elementor-element-875907c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body:not(.rtl) .elementor-16688 .elementor-element.elementor-element-875907c.drdt_sticky_fixed{left:0px;}body.rtl .elementor-16688 .elementor-element.elementor-element-875907c.drdt_sticky_fixed{right:0px;}.elementor-16688 .elementor-element.elementor-element-875907c.drdt_sticky_fixed{top:0px;z-index:5;}@media(max-width:767px){.elementor-16688 .elementor-element.elementor-element-875907c{padding:80px 0px 80px 0px;}}/* Start custom CSS for html, class: .elementor-element-b86126f *//* 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 */