#timeline-vantagens {
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
  height: 913px;
}
#timeline-tilte h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #ffffff;
  padding-bottom: 50px;
  padding-top: 40px;
  text-align: center;
}
#vantagens .container-vantagens img {
  border-radius: 0 25px 25px 25px;
}

#timeline-title h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #ffffff;
  padding-bottom: 220px;
  padding-top: 40px;
  text-align: center;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}

.main-timeline-section .timeline-end {
  right: 0px;
}
.main-timeline-section .conference-center-line {
  position: absolute;
  width: 86%;
  height: 1px;
  top: 50%;
  left: 5%;
  background: #ffffff;
}
.timeline-article {
  width: 14.2%;
  position: relative;
  min-height: 300px;
  float: right;
}
.timeline-article .content-date {
  position: absolute;
  top: 35%;
  left: -30px;
  font-size: 18px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}
.timeline-article .content-box {
  text-align: center;
  box-shadow: 2px 2px 4px 0px #c1c1c1;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  padding: 0px;
}

.timeline-article .content-box h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #146e37;
}
.timeline-article .content-box {
  width: 288px;
  padding: 30px;
}
.timeline-article .content-box p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
}
.timeline-article-bottom .content-date {
  top: 59%;
}
.timeline-article-bottom .content-box {
  top: -130px;
  left: -50px;
}
.timeline-article-top .content-box {
  top: 255px;
  left: -40px;
}
.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #ffffff;
}
.timeline-article .width-316 {
  width: 316px !important;
}
.timeline-article .width-186 {
  width: 186px !important;
  left: 10px !important;
}
@media screen and (max-width: 991px) {
  #timeline-vantagens {
    background-color: #00b61c;
  }

  /* Index timeline */
  #h1-timeline {
    font-size: 40px;
  }
  #timeline .timeline-item .timeline-content {
    margin: 20px -35px 0 -20px;
  }

  /* Index cards */
  #cards h1 {
    font-size: 1.4rem;
  }
  .content-p {
    font-size: 18px;
  }
  .h1-sm {
    margin-top: 48px;
  }
  .slick-slide img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    width: 20%;
  }
  #timeline-vantagens .slick-next {
    right: 40px;
    top: 290px;
    z-index: 998;
  }
  #timeline-vantagens .slick-prev {
    left: 20px;
    top: 290px;
    z-index: 999;
  }
  #timeline-vantagens .content-box-mobile {
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    height: 200px;
  }
  .content-box-mobile:before {
    content: " ";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    bottom: -20px;
    transform: rotate(180deg);
  }
  .content-box-mobile h1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #146e37;
  }
  .content-box-mobile p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #495c63;
  }

  #timeline-title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  #h1-timeline {
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 40px;
  }
  #timeline {
    margin-top: 30px;
  }
  #cards-sliders img {
    /*height: 200px;*/
  }
}

@media screen and (max-width: 767px) {
  #timeline-vantagens {
    background-color: #00b61c;
    height: 450px;
  }

  #timeline-title h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    color: #ffffff;
    padding-bottom: 220px;
    padding-top: 40px;
    text-align: center;
  }

  .main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
  }

  .main-timeline-section .timeline-end {
    right: 0px;
  }
  .main-timeline-section .conference-center-line {
    position: absolute;
    width: 80%;
    height: 4px;
    top: 50%;
    left: 5%;
    background: #ffffff;
  }
  .timeline-article {
    width: 14.2%;
    position: relative;
    min-height: 300px;
    float: right;
  }
  .timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -30px;
    font-size: 18px;
  }
  .timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
  }
  .timeline-article .content-box {
    text-align: center;
    box-shadow: 2px 2px 4px 0px #c1c1c1;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    padding: 0px;
  }

  .timeline-article .content-box h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #146e37;
  }
  .timeline-article .content-box {
    width: 288px;
    padding: 30px;
  }
  .timeline-article .content-box p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  .timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
  }
  .timeline-article-bottom .content-date {
    top: 59%;
  }
  .timeline-article-bottom .content-box {
    top: -175px;
    left: -45px;
  }
  .timeline-article-top .content-box {
    top: 255px;
    left: -40px;
  }
  .timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #ffffff;
  }
  .timeline-article .width-316 {
    width: 316px !important;
  }
  .timeline-article .width-186 {
    width: 186px !important;
    left: 10px !important;
  }

  #timeline-vantagens .content-box-mobile {
    background-color: #ffffff;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    height: 200px;
    position: relative;
  }
  .content-box-mobile:before {
    content: " ";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #ffffff;
    bottom: -20px;
    transform: rotate(180deg);
  }
  .content-box-mobile h1 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #146e37;
  }
  .content-box-mobile p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #495c63;
  }

  #timeline-title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 30px;
  }

  #timelineh-mob span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #146e37;
    color: #fff;
    padding: 15px;
    border-radius: 15px 0px 15px 0px;
    font-weight: bold;
  }
}

#timeline-vantagens .glider-prev,
#timeline-vantagens .glider-next {
  margin-top: -1rem;
  margin-bottom: 1rem;
  position: static;
}
