h1 {
  color: #C01818;
  font-family: "Montserrat", "Trebuchet MS", Arial, sans-serif;
  font-size: 200%;
}

.home-cronograma {
  width: 90%;
  max-width: 980px;
  margin: 32px auto 42px;
  box-sizing: border-box;
}

.home-cronograma h1 {
  margin: 0 0 24px;
  color: #AF0F12;
  font-size: 30px;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
}

.home-cronograma-lista {
  position: relative;
  display: block;
  counter-reset: home-cronograma;
  padding: 4px 0 4px 74px;
}

.home-cronograma-lista::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: #293a6e;
  opacity: 0.34;
}

.home-cronograma-item {
  position: relative;
  min-height: 0;
  margin: 0 0 18px;
  padding: 20px 24px 19px;
  border: 1px solid rgba(41, 58, 110, 0.2);
  border-left: 4px solid rgba(41, 58, 110, 0.45);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  box-sizing: border-box;
  counter-increment: home-cronograma;
  box-shadow: 0 6px 18px rgba(41, 58, 110, 0.07);
}

.home-cronograma-item:last-child {
  margin-bottom: 0;
}

.home-cronograma-item::before {
  content: counter(home-cronograma, decimal-leading-zero);
  position: absolute;
  left: -75px;
  top: 18px;
  z-index: 1;
  width: 58px;
  height: 58px;
  border: 2px solid #293a6e;
  border-radius: 50%;
  background: #ffffff;
  color: #293a6e;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  box-sizing: border-box;
}

.home-cronograma-destaque {
  border-color: rgba(175, 15, 18, 0.38);
  border-left-color: #AF0F12;
  background: rgba(255, 255, 255, 0.58);
}

.home-cronograma-destaque::before {
  border-color: #AF0F12;
  color: #AF0F12;
}

.home-cronograma-data {
  display: block;
  margin: 0 0 7px;
  color: #AF0F12;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.home-cronograma-item strong {
  display: block;
  margin: 0 0 8px;
  color: #293a6e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.home-cronograma-item p {
  margin: 0;
  color: #292929;
  font-size: 16px;
  line-height: 1.45;
  text-align: left;
}

.home-cronograma-item,
.home-cronograma-item * {
  text-align: left !important;
  word-spacing: normal !important;
}

@media (max-width: 620px) {
  .u-content-pad .home-hero {
    width: calc(100% + 20px);
    margin: -20px -10px 18px -10px;
  }

  .home-hero img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .home-cronograma {
    width: 92%;
    margin-top: 26px;
  }

  .home-cronograma h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .home-cronograma-lista {
    padding-left: 58px;
  }

  .home-cronograma-lista::before {
    left: 23px;
  }

  .home-cronograma-item {
    margin-bottom: 16px;
    padding: 18px 18px 17px;
  }

  .home-cronograma-item::before {
    left: -58px;
    top: 18px;
    width: 46px;
    height: 46px;
    font-size: 17px;
    line-height: 44px;
  }

  .home-cronograma-data {
    font-size: 16px;
  }

  .home-cronograma-item strong {
    font-size: 18px;
  }

  .home-cronograma-item p {
    font-size: 15px;
  }
}
.home-hero {
  width: calc(100% + 20px);
  max-width: none;
  margin: 0 -10px 20px -10px;
  padding: 0;
  line-height: 0;
  text-align: center;
}

.u-content-pad .home-hero {
  width: calc(100% + 20px);
  margin: -32px -10px 20px -10px;
}

.home-hero a {
  display: block;
}

.home-hero img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  height: auto;
  margin: 0 auto;
  border-radius: 0;
  object-fit: contain;
}

/* CONTINUAR AMANHA: nova capa PPM2027 testada com height: 860px; object-fit: cover; object-position: center top. */
