.elementor-17341 .elementor-element.elementor-element-1844f3db{--display:flex;--min-height:800px;}.elementor-17341 .elementor-element.elementor-element-6323c973{--display:flex;--min-height:800px;}.elementor-17341 .elementor-element.elementor-element-2815dc16{--display:flex;--min-height:100px;}.elementor-17341 .elementor-element.elementor-element-2815dc16:not(.elementor-motion-effects-element-type-background), .elementor-17341 .elementor-element.elementor-element-2815dc16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F2ED;}.elementor-17341 .elementor-element.elementor-element-43b1baf8{--display:flex;--min-height:700px;}.elementor-17341 .elementor-element.elementor-element-12fce8c8{--display:flex;--min-height:500px;}.elementor-17341 .elementor-element.elementor-element-18fc17a3{--display:flex;--min-height:100px;}@media(min-width:768px){.elementor-17341 .elementor-element.elementor-element-2815dc16{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-c4dd9c6 *//* Área geral do carrossel */
.timeline-carousel {
  width: 100%;
  height: 700px;
  background: #f3f5f1;
  padding: 60px 70px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Container principal do Swiper */
.anosSwiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Alinha o conteúdo dos slides */
.timeline-carousel .swiper-wrapper {
  align-items: flex-start;
}

/* Cada slide ocupa toda a largura */
.item-ano {
  width: 100% !important;
  opacity: 1;
  cursor: pointer;
  transition: all .4s ease;
}

/* Esconde slides que não estão ativos */
.item-ano:not(.swiper-slide-active) {
  opacity: 0;
  visibility: hidden;
}

/* Ano ativo na margem esquerda */
.item-ano .ano {
  font-size: 40px;
  color: #29443b;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
  text-align: left;
}

/* Bloco principal: texto esquerda, imagem direita */
.item-ano .conteudo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

/* Caixa do texto */
.item-ano .conteudo-texto {
  width: 45%;
  max-width: 430px;
}

/* Título */
.item-ano h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #29443b;
  margin: 0 0 18px 0;
  font-weight: 400;
  text-align: left;
}

/* Texto */
.item-ano p {
  font-size: 20px;
  line-height: 1.55;
  color: #29443b;
  margin: 0 0 14px 0;
  text-align: left;
}

/* Imagem do lado direito */
.item-ano img {
  width: 480px;
  height: 460px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  /* move para cima */
  margin-top: -20px;

  /* move para direita */
  margin-left: 90px;
}

/* Responsivo tablet */
@media(max-width: 1024px) {
  .timeline-carousel {
    padding: 50px 40px;
  }

  .item-ano img {
    width: 320px;
    height: 330px;
  }
}

/* Responsivo celular */
@media(max-width: 767px) {
  .timeline-carousel {
    height: auto;
    padding: 40px 25px;
  }

  .item-ano .conteudo {
    flex-direction: column;
    gap: 25px;
  }

  .item-ano .conteudo-texto {
    width: 100%;
    max-width: 100%;
  }

  .item-ano img {
    width: 100%;
    height: auto;
  }
    @media(max-width: 767px) {

  .item-ano img {

    width: 100%;

    height: auto;

    margin-top: 0;

    margin-left: 0;
  }

}
}/* End custom CSS */