.modulo-recurso-destacado {
  margin-bottom: 3rem;
}
.modulo-recurso-destacado .recurso-destacado__image {
  background-position: center center;
  background-size: cover;
  height: 600px;
  position: relative;
  padding-top: 7rem;
}
.modulo-recurso-destacado .recurso-destacado__image--title {
  margin: auto;
  padding: 0 2rem;
}
.modulo-recurso-destacado .recurso-destacado__image--title span {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #005199;
  padding: 0.1rem 0.3rem;
  top: -3px;
  position: relative;
}
.modulo-recurso-destacado .recurso-destacado__image--icon {
  margin: auto;
  padding: 0 2rem;
  bottom: 6rem;
  position: absolute;
  width: 100%;
}
.modulo-recurso-destacado .recurso-destacado__image--label {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
}
.modulo-recurso-destacado .recurso-destacado__texto {
  background: #F9F9F9;
  padding: 3rem 2rem;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor {
  margin: auto;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor .date,
.modulo-recurso-destacado .recurso-destacado__texto--contenedor .taxonomia {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.71429px;
  text-transform: uppercase;
  color: #005199;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor .date {
  display: none;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor h3 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 110%;
  letter-spacing: -0.9px;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor .excerpt {
  font-family: Noto Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #53565A;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor .links__item {
  margin-top: 1rem;
  justify-content: end;
  display: flex;
}
.modulo-recurso-destacado .recurso-destacado__texto--contenedor--taxonomia {
  margin-bottom: 1rem;
}

@media (min-width: 798px) {
  .modulo-recurso-destacado .recurso-destacado__image--icon {
    bottom: 1.5rem;
  }
  .modulo-recurso-destacado .recurso-destacado__image--label {
    left: auto;
    bottom: auto;
    top: 5rem;
  }
  .modulo-recurso-destacado .recurso-destacado__texto--contenedor h3 {
    font-size: 48px;
    line-height: 120%;
  }
  .modulo-recurso-destacado .recurso-destacado__texto--contenedor--links {
    justify-content: end;
    display: flex;
  }
  .modulo-recurso-destacado .recurso-destacado__texto--contenedor--links .links__item:last-child {
    margin-left: 3rem;
  }
}
@media (min-width: 991px) {
  .modulo-recurso-destacado .recurso-destacado__image--icon {
    padding: 0;
  }
  .modulo-recurso-destacado .recurso-destacado__image--icon div {
    margin: auto;
  }
  .modulo-recurso-destacado .recurso-destacado__texto {
    padding: 3rem 0;
  }
  .modulo-recurso-destacado .recurso-destacado__texto--contenedor--texto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .modulo-recurso-destacado .recurso-destacado__texto--contenedor h3 {
    font-size: 54px;
    line-height: 131%;
  }
  .modulo-recurso-destacado .recurso-destacado__texto--contenedor .excerpt {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=modulo-recurso-destacado.css.map */
