.elementor-167 .elementor-element.elementor-element-1313e32{--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;}.elementor-167 .elementor-element.elementor-element-1313e32:not(.elementor-motion-effects-element-type-background), .elementor-167 .elementor-element.elementor-element-1313e32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-167 .elementor-element.elementor-element-67c7a3a{--spacer-size:160px;}.elementor-167 .elementor-element.elementor-element-f7d06c2{--display:flex;--overlay-opacity:0.75;--border-radius:16px 16px 16px 16px;}.elementor-167 .elementor-element.elementor-element-f7d06c2:not(.elementor-motion-effects-element-type-background), .elementor-167 .elementor-element.elementor-element-f7d06c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://catijr.com.br/wp-content/uploads/2026/02/e48af025f76f859a1e1f58ac18ce28e7ecd3d001.png");background-position:center center;background-size:cover;}.elementor-167 .elementor-element.elementor-element-f7d06c2::before, .elementor-167 .elementor-element.elementor-element-f7d06c2 > .elementor-background-video-container::before, .elementor-167 .elementor-element.elementor-element-f7d06c2 > .e-con-inner > .elementor-background-video-container::before, .elementor-167 .elementor-element.elementor-element-f7d06c2 > .elementor-background-slideshow::before, .elementor-167 .elementor-element.elementor-element-f7d06c2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-167 .elementor-element.elementor-element-f7d06c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-167 .elementor-element.elementor-element-89d616d{padding:50px 0px 50px 0px;text-align:center;}.elementor-167 .elementor-element.elementor-element-89d616d .elementor-heading-title{font-family:"Akatab", Sans-serif;font-size:60px;font-weight:600;color:#FFFFFF;}.elementor-167 .elementor-element.elementor-element-ce744d4{--spacer-size:20px;}.elementor-167 .elementor-element.elementor-element-d45b346{text-align:center;}.elementor-167 .elementor-element.elementor-element-d45b346 .elementor-heading-title{color:#FFFFFF;}.elementor-167 .elementor-element.elementor-element-f13479d{--spacer-size:50px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3a0be92 *//* Container Principal */
.timeline-section {
  position: relative;
  padding: 80px 0;
  background: transparent;
  overflow: visible;
}

.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* Linha Vertical Central - Começa no primeiro dot e termina no último */
.timeline-line {
  position: absolute;
  width: 4px;
  background: #64B5F6;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height:82%;
}

/* Item da Timeline */
.timeline-item {
  position: relative;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.timeline-item.timeline-last {
  margin-bottom: 0;
}

/* Item Esquerda */
.timeline-left {
  justify-content: flex-end;
  padding-right: calc(50% + 40px);
}

.timeline-left .timeline-content {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

/* Item Direita */
.timeline-right {
  justify-content: flex-start;
  padding-left: calc(50% + 40px);
}

.timeline-right .timeline-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* Dot (Bolinha na linha) */
.timeline-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #64B5F6;
  border: 4px solid #fff;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  z-index: 10;
  box-shadow: 0 0 0 4px rgba(100, 181, 246, 0.2);
}

/* Último dot */
.timeline-dot-last {
  background: #64B5F6;
}

/* Ano e Título */
.timeline-year {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
}

.timeline-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
}

/* Card de Texto */
.timeline-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 30px;
  max-width: 450px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.timeline-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  text-align: justify;
}

/* Imagem */
.timeline-image {
  max-width: 450px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.timeline-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsividade */
@media (max-width: 968px) {
  .timeline-line {
    left: 30px;
  }
  
  .timeline-left,
  .timeline-right {
    padding-left: 80px;
    padding-right: 20px;
    justify-content: flex-start;
  }
  
  .timeline-left .timeline-content,
  .timeline-right .timeline-content {
    text-align: left;
    align-items: flex-start;
  }
  
  .timeline-dot {
    left: 30px;
  }
  
  .timeline-year {
    font-size: 48px;
  }
  
  .timeline-title {
    font-size: 20px;
  }
  
  .timeline-card,
  .timeline-image {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .timeline-section {
    padding: 40px 0;
  }
  
  .timeline-item {
    margin-bottom: 40px;
  }
  
  .timeline-line {
    left: 20px;
  }
  
  .timeline-dot {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  
  .timeline-left,
  .timeline-right {
    padding-left: 60px;
  }
  
  .timeline-year {
    font-size: 36px;
  }
  
  .timeline-title {
    font-size: 18px;
  }
  
  .timeline-card {
    padding: 20px;
  }
  
  .timeline-text {
    font-size: 13px;
  }
}/* End custom CSS */