.ctn-jornada h1 {
  font-size: 40px;
  font-weight: 700;
}
.ctn-jornada p {
  font-size: 16px;
}
.ctn-jornada .subtitle {
  line-height: 25px;
  padding-right: 20%;
}
.ctn-jornada .ctn-jornada-wrapper {
  display: flex;
  padding: 40px 120px 80px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
}
.ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto header h2 {
  font-size: 20px;
}
.ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto header span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 820px) {
  .ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto header h2 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
  .ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto header span {
    font-size: 36px;
  }
}
.ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto .tags-list .tags-items {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px 8px;
  align-self: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.ctn-jornada .ctn-jornada-wrapper .ctn-cards .card-sobre .box-texto .tags-list .tags-items .tag-item {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (max-width: 1024px) {
  .ctn-jornada .ctn-jornada-wrapper {
    padding: 40px 20px 64px 20px;
    width: 100%;
  }
}
.ctn-jornada .card-sobre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(87deg, #DD2636 2.5%, #EF3576 100%);
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  width: 100%;
  height: 436px;
}
.ctn-jornada .card-sobre .box-texto {
  color: #fff;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .ctn-jornada .card-sobre .box-texto {
    width: 100%;
    height: 100%;
    gap: 16px;
    padding: 40px 20px;
  }
}
.ctn-jornada .card-sobre .box-texto h2, .ctn-jornada .card-sobre .box-texto p {
  margin: 0;
}
.ctn-jornada .card-sobre .box-texto h2 {
  font-size: 48.8px;
  line-height: 64px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .ctn-jornada .card-sobre .box-texto h2 {
    font-size: 48px;
    line-height: normal;
  }
}
@media screen and (min-width: 883px) and (max-width: 991px) {
  .ctn-jornada .card-sobre .box-texto h2 {
    font-size: 40px;
    line-height: normal;
  }
}
@media screen and (max-width: 882px) {
  .ctn-jornada .card-sobre .box-texto h2 {
    font-size: 32px;
    line-height: normal;
  }
}
.ctn-jornada .card-sobre .box-texto p {
  font-size: 20px;
  line-height: 158.7%;
  font-weight: 500;
  letter-spacing: -0.6px;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .ctn-jornada .card-sobre .box-texto p {
    font-size: 20px;
  }
}
@media screen and (min-width: 883px) and (max-width: 991px) {
  .ctn-jornada .card-sobre .box-texto p {
    font-size: 18px;
  }
}
@media screen and (max-width: 882px) {
  .ctn-jornada .card-sobre .box-texto p {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
}
.ctn-jornada .card-sobre .box-texto .matricula-btn {
  width: max-content;
}
.ctn-jornada .ctn-cards {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ctn-jornada .ctn-cards {
    flex-direction: column;
  }
}
.ctn-jornada .ctn-cards .box-img {
  width: 246px;
  overflow: hidden;
  border-radius: 24px;
}
.ctn-jornada .ctn-cards .box-img img {
  height: 100%;
  position: relative;
}
.ctn-jornada .ctn-cards .card-jornadas {
  border-radius: var(--radius-radius-lg, 24px);
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(318deg, #06B66D 0%, #00B0FB 76.22%);
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  backdrop-filter: blur(35px);
  overflow: hidden;
  padding: 30px 20px;
  width: 100%;
}
.ctn-jornada .ctn-cards .card-jornadas h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
}
.ctn-jornada .ctn-cards .card-jornadas p {
  color: #fff;
  font-size: 16px;
}
.ctn-jornada .ctn-cards .card-jornadas p.fonte {
  font-size: 13px;
}
.ctn-jornada .ctn-cards .card-jornadas .tags-carousel {
  width: 100%;
  position: relative;
}
.ctn-jornada .ctn-cards .card-jornadas .tags-carousel .tag {
  border-radius: var(--radius-radius-xs, 8px);
  background: var(--fill-opacity-white-40, rgba(255, 255, 255, 0.4));
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.ctn-jornada .ctn-cards .card-jornadas .tags-carousel .tag img {
  width: 32px;
}
.ctn-jornada .ctn-cards .card-jornadas .tags-carousel p {
  color: #fff;
  margin: 0;
  width: calc(100% - 48px);
  font-weight: 500;
}
.ctn-jornada .card-video {
  display: flex;
  width: 241px;
  height: 436px;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 84/149;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .ctn-jornada .card-video {
    width: 100%;
    height: 100%;
  }
}
.ctn-jornada .card-video::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.ctn-jornada .card-video img {
  width: 100%;
  cursor: pointer;
  border-radius: 24px;
}
.ctn-jornada .card-video .video {
  display: none;
  border-radius: 35px;
  width: 100%;
}
.ctn-jornada .card-video .btn-play {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #ffffff;
  border-right: 0;
  z-index: 100;
  cursor: pointer;
}
.ctn-jornada .ctn-pattern {
  background-image: url("../img/dot-pattern.svg");
  background-repeat: repeat;
  margin-top: 80px;
  background-size: 20px;
  min-height: 300px;
  padding: 120px 0px;
}
.ctn-jornada .ctn-pattern .card-destaque {
  background-color: #fff;
  box-shadow: 0px 1.197px 29.915px 0px rgba(69, 42, 124, 0.1);
  border-radius: 24px;
  max-width: 768px;
  min-height: 176px;
}
.ctn-jornada .ctn-pattern .card-destaque .box-icon {
  position: absolute;
  top: -55px;
  margin: auto;
  border-radius: 24px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background: var(--Gradient---Default, linear-gradient(110deg, #2CA942 15.84%, #55B13A 54.76%, #52B934 86.61%));
  backdrop-filter: blur(35px);
  width: 80px;
  height: 80px;
}
.ctn-jornada .ctn-pattern .card-destaque .box-icon img {
  width: 50px;
}
.ctn-jornada .ctn-pattern .card-destaque h3 {
  font-size: 24px;
  font-weight: 600;
}
.ctn-jornada .ctn-pattern .card-destaque p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 31px;
}
.ctn-jornada .ctn-pattern .diagrama {
  position: relative;
  min-height: 500px;
  margin: 80px 15px;
}
.ctn-jornada .ctn-pattern .diagrama img {
  width: 100%;
  z-index: 5;
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom {
  position: absolute;
  top: 8px;
  left: calc(50% - 75px);
  width: 130px;
  height: 130px;
  z-index: 10;
  display: none;
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom span {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid #fff;
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom span.bullet-right {
  position: absolute;
  top: calc(50% - 44px);
  right: calc(50% - 44px);
  transition: all ease 1s;
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom span.bullet-left {
  position: absolute;
  bottom: calc(50% - 44px);
  left: calc(50% - 44px);
  transition: all ease 1s;
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom.active span.bullet-right {
  transform: translate(50%, -50%);
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom.active span.bullet-left {
  transform: translate(-50%, 50%);
}
.ctn-jornada .ctn-pattern .diagrama .ctn-zoom.zoom span {
  width: 80px;
  height: 80px;
}
.ctn-jornada .calltoaction {
  display: flex;
  padding: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/calltoaction/bg-cta.png");
}
@media screen and (max-width: 768px) {
  .ctn-jornada .calltoaction {
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../img/calltoaction/bg-cta-mobile.png");
    padding: 64px 40px;
    width: 100%;
  }
}
.ctn-jornada .calltoaction .row {
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  width: 100%;
  gap: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 1140px) and (max-width: 1200px) {
  .ctn-jornada .calltoaction .row {
    gap: 80px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1139px) {
  .ctn-jornada .calltoaction .row {
    gap: 60px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1079px) {
  .ctn-jornada .calltoaction .row {
    gap: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1019px) {
  .ctn-jornada .calltoaction .row {
    gap: 20px;
  }
}
.ctn-jornada .calltoaction .row .texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.ctn-jornada .calltoaction .row .texto .titulo {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 126.7%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ctn-jornada .calltoaction .row .texto .titulo {
    font-size: 32px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1223px) {
  .ctn-jornada .calltoaction .row .texto .titulo {
    font-size: 56px;
  }
}
.ctn-jornada .calltoaction .row .texto .ctn-botao-matricula span {
  position: absolute;
  top: 125%;
  left: 60%;
  border-radius: 2px 20px 20px;
  background-color: #fff;
  font-size: 12px;
  padding: 10px 16px;
  font-weight: 500;
  box-shadow: 0px 4px 8px 0px rgba(33, 37, 41, 0.5);
  width: max-content;
}
@media screen and (max-width: 768px) {
  .ctn-jornada .calltoaction .row .texto .ctn-botao-matricula span {
    width: 115px;
  }
}
.ctn-jornada .calltoaction .row .texto .ctn-botao-matricula span img {
  position: absolute;
  left: -20px;
  top: -23px;
}
.ctn-jornada .calltoaction .row .texto .ctn-botao-matricula .matricula-btn {
  box-shadow: 0 0 12px 0 rgba(85, 177, 58, 0.1), 0 0 10px 0 rgba(85, 177, 58, 0.2), 0 0 54px 0 rgba(85, 177, 58, 0.6);
}

.trilhas-e-cursos {
  padding: 80px 15px;
  overflow: hidden;
}
.trilhas-e-cursos h1 {
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 40px;
}
.trilhas-e-cursos .card-curso {
  border-radius: 16px;
  border: solid 1px #ccc;
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.trilhas-e-cursos .card-curso .card-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
.trilhas-e-cursos .card-curso .card-title-objetivo {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
}
.trilhas-e-cursos .card-curso .texto-objetivo {
  margin-bottom: 100px;
}
@media screen and (min-width: 821px) {
  .trilhas-e-cursos .card-curso .card-title-objetivo {
    font-size: 25px;
  }
  .trilhas-e-cursos .card-curso .texto-objetivo {
    margin-bottom: 20px;
  }
}
.trilhas-e-cursos .card-curso .card-subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.trilhas-e-cursos .card-curso aside {
  position: absolute;
  margin-top: -30%;
  left: -30px;
  overflow: auto;
  padding: 30px;
}
.trilhas-e-cursos .card-curso aside::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.trilhas-e-cursos .card-curso aside .ctn-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 4px;
  margin-left: 15px;
}
.trilhas-e-cursos .card-curso aside .ctn-tabs .tabs {
  width: 160%;
  border-radius: 20px;
}
.trilhas-e-cursos .card-curso aside .ctn-tabs .tabs span {
  font-size: 15px;
  border-radius: 20px;
  padding: 3px 15px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.1);
}
.trilhas-e-cursos .card-curso aside .ctn-tabs .tabs span.active {
  background-color: #000;
  color: #fff;
}
.trilhas-e-cursos .card-curso .curso {
  display: none;
}
.trilhas-e-cursos .card-curso .curso.active {
  display: block;
}
.trilhas-e-cursos .card-curso .curso .mentoria {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 25px;
  border: solid 4px #fff;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.trilhas-e-cursos .card-curso .curso .infos {
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
.trilhas-e-cursos .card-curso .curso .ementa h3 {
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
.trilhas-e-cursos .card-curso .curso .ementa ul {
  list-style: outside;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
}
.trilhas-e-cursos .card-curso .curso .ementa ul .subitem {
  list-style: circle;
  margin-left: 40px;
}
.trilhas-e-cursos .card-curso .curso .ementa p {
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 821px) {
  .ctn-jornada .card-sobre .box-img {
    border-radius: 16px;
    background: linear-gradient(to left, rgb(244, 132, 166), transparent);
    opacity: 0.9;
  }
  .ctn-jornada .card-sobre .box-img img {
    -webkit-mask-image: linear-gradient(to left, black 66%, transparent 100%);
    mask-image: linear-gradient(to left, black 66%, transparent 100%);
    width: 264px;
  }
  .ctn-jornada .card-sobre .box-texto {
    width: 100%;
  }
  .ctn-jornada .ctn-cards .card-jornadas {
    width: calc(100% - 270px);
    padding: 15px 30px;
  }
  .ctn-jornada .ctn-cards .card-jornadas h2 {
    font-size: 31px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .trilhas-e-cursos .card-curso {
    padding: 30px 40px;
  }
  .trilhas-e-cursos .card-curso .card-title {
    font-size: 39px;
    margin-bottom: 20px;
  }
  .trilhas-e-cursos .card-curso aside {
    left: 0;
    margin: 0;
    position: static;
    padding: 10px 0;
  }
  .trilhas-e-cursos .card-curso aside .ctn-tabs {
    overflow: auto;
    margin-left: 0;
  }
  .trilhas-e-cursos .card-curso aside .ctn-tabs .tabs {
    width: auto;
  }
  .trilhas-e-cursos .card-curso aside .ctn-tabs .tabs span {
    cursor: pointer;
  }
  .trilhas-e-cursos .card-curso .curso .infos {
    width: 50%;
  }
  .trilhas-e-cursos .card-curso .curso .ementa {
    width: 50%;
  }
}
main {
  padding-top: 90px;
}
main .page-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
}
main .content {
  padding-left: 20px;
}
main .content .subcontent li {
  margin-bottom: 60px;
}
main .content .subcontent li .tag-prorrogacao {
  background-color: #000;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
}
main .content .subcontent li .tag-prorrogacao i {
  font-size: 12px;
}
main .content .subcontent li:last-child {
  margin-bottom: 0;
}
main .content .subcontent.aperfeicoar li:last-child {
  position: relative;
}
main .content .subcontent.aperfeicoar li:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 3px;
  background-color: #fff;
}
main .content .categoria {
  color: #55B13A;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 60px;
}
main .content .categoria::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -55px;
  top: -11px;
  width: 35px;
  height: 60px;
  border-radius: 20px;
  border: solid 3px #fff;
  margin-right: 10px;
  background: linear-gradient(110deg, rgba(255, 253, 199, 0) 8.12%, rgba(255, 251, 157, 0.98) 39.26%, rgba(255, 254, 225, 0) 77.95%), radial-gradient(93.94% 105.17% at 50% 44.02%, rgba(223, 255, 94, 0.3) 0%, rgba(128, 238, 18, 0) 100%);
  box-shadow: 0px 2px 24px 0px rgba(84, 165, 21, 0.7) inset, 0px 0px 64px 0px #7ACB3A inset;
  backdrop-filter: blur(4.5px);
}
main .content .descricao {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}
main .content .data-evento {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  position: relative;
}
main .content .data-evento:before {
  content: "";
  position: absolute;
  top: 0;
  left: -54px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  background: linear-gradient(110deg, rgba(255, 253, 199, 0) 8.12%, rgba(255, 251, 157, 0.98) 39.26%, rgba(255, 254, 225, 0) 77.95%), radial-gradient(93.94% 105.17% at 50% 44.02%, rgba(223, 255, 94, 0.3) 0%, rgba(128, 238, 18, 0) 100%);
  box-shadow: 0px 2px 24px 0px rgba(84, 165, 21, 0.7) inset, 0px 0px 64px 0px #7ACB3A inset;
  backdrop-filter: blur(4.5px);
}
main .timeline {
  position: relative;
  padding-left: 20px;
}
main .timeline .line {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}
main .timeline .line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 2px;
  background-color: #55B13A; /* Cor da linha */
}

@media (min-width: 768px) {
  main .page-title {
    margin-top: 80px;
  }
}
.bg-top,
.bg-bottom {
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 70px;
  position: absolute;
  border-radius: inherit;
}

.bg-top {
  top: 0;
  background-image: url("../img/trilhas/bg-journey-up.svg");
}

.bg-bottom {
  background-image: url("../img/trilhas/bg-journey-down.svg");
  bottom: 0;
}

.cronograma {
  display: flex;
  padding: 80px 140px 120px 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cronograma {
    padding: 72px 20px 120px 20px;
  }
}
.cronograma .titulo {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 126.7%;
  letter-spacing: -1.92px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cronograma .titulo {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}
.cronograma .linha-do-tempo {
  list-style: none;
  padding: 0 0 0 24px;
  margin: 0;
  position: relative;
  width: 100%;
}
.cronograma .linha-do-tempo li {
  display: flex;
  flex-direction: column;
  gap: 44px;
  height: max-content;
  position: relative;
  margin-top: 0;
  padding: 0 0 0 20px;
}
.cronograma .linha-do-tempo li .descricao {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .cronograma .linha-do-tempo li .descricao {
    font-size: 24px;
  }
}
.cronograma .linha-do-tempo li .descricao .btn-inscricao {
  width: max-content;
  box-shadow: 0 0 12px 0 rgba(85, 177, 58, 0.1), 0 0 10px 0 rgba(85, 177, 58, 0.2), 0 0 54px 0 rgba(85, 177, 58, 0.6);
}
.cronograma .linha-do-tempo li .titulo-item-linha-do-tempo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cronograma .linha-do-tempo li .titulo-item-linha-do-tempo .data-prorrogacao {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 0;
  border-radius: 8px;
  background: #303030;
}
.cronograma .linha-do-tempo li .titulo-item-linha-do-tempo .data-prorrogacao img {
  width: 24px;
  height: 24px;
}
.cronograma .linha-do-tempo li .titulo-item-linha-do-tempo .data-prorrogacao .data {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.cronograma .linha-do-tempo li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 2px;
  background-color: #55b13a;
}
@media screen and (max-width: 768px) {
  .cronograma .linha-do-tempo li:not(:last-child)::before {
    left: -10px;
  }
}
.cronograma .linha-do-tempo li:not(:last-child) .descricao {
  margin-bottom: 88px;
}
.cronograma .linha-do-tempo li.expirado {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cronograma .linha-do-tempo .marco .nome {
  color: #2CA942;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.cronograma .linha-do-tempo .marco .nome::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -35px;
  top: -11px;
  width: 35px;
  height: 60px;
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(255, 253, 199, 0) 8.12%, rgba(255, 251, 157, 0.98) 39.26%, rgba(255, 254, 225, 0) 77.95%), radial-gradient(93.94% 105.17% at 50% 44.02%, rgba(223, 255, 94, 0.3) 0%, rgba(128, 238, 18, 0) 100%);
  box-shadow: 0px 2px 24px 0px rgba(84, 165, 21, 0.7) inset, 0px 0px 64px 0px #7acb3a inset;
  backdrop-filter: blur(4.5px);
}
@media screen and (max-width: 768px) {
  .cronograma .linha-do-tempo .marco .nome::before {
    left: -25px;
  }
}
.cronograma .linha-do-tempo .atividade .nome {
  color: #3D3D3D;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cronograma .linha-do-tempo .atividade .nome {
    font-size: 24px;
  }
}
.cronograma .linha-do-tempo .atividade .nome::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  background: linear-gradient(110deg, rgba(255, 253, 199, 0) 8.12%, rgba(255, 251, 157, 0.98) 39.26%, rgba(255, 254, 225, 0) 77.95%), radial-gradient(93.94% 105.17% at 50% 44.02%, rgba(223, 255, 94, 0.3) 0%, rgba(128, 238, 18, 0) 100%);
  box-shadow: 0px 2px 24px 0px rgba(84, 165, 21, 0.7) inset, 0px 0px 64px 0px #7acb3a inset;
  backdrop-filter: blur(4.5px);
}
@media screen and (max-width: 768px) {
  .cronograma .linha-do-tempo .atividade .nome::before {
    left: -24px;
  }
}

/*# sourceMappingURL=trilhas-tech.css.map */
