.programacao.post-item{
  padding-bottom: 20px;
  position: relative;
}
.programacao.post-item .card .footer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.programacao.post-item .card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: flex;
  height: 100%;
}
.programacao.post-item a.notice__thumb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-height: 180px;
}
.programacao.post-item .notice__date svg {
  color: #074c98;
}
.programacao.post-item .dados {
  margin-bottom: 5px!important;
}
.programacao.post-item .notice__date {
  margin-bottom: 5px!important;
}
.programacao.post-item .notice__title {
  margin-top: 0;
  margin-bottom: 0;
}
.programacao.post-item .notice__title h4 {
  font-weight: 700;
}
.programacao.post-item .notice__tag {
  right: initial;
  left: 0;
  border-radius: 0.4rem 0 0.4rem 0;
}
.programacao.post-item .footer {
  padding: 15px;
}
.programacao.post-item .notice__excerpt span {
  display: block;
  color: #fbc028;
  font-weight: bold;
}
.programacao.post-item .resumo {
  white-space: pre-wrap;
}
.programacao.post-item .notice__excerpt strong {
  display: block;
  color: #074c98;
  font-weight: normal;
  font-size: 26px;
}
.programacao.post-item .eu-quero {
  display: table;
  margin: auto auto 0 auto;
  border-radius: 30px;
  padding: 5px 30px;
  color: #074c98;
  text-decoration: none;
  text-align: center;
  border: 1px solid #074c98;
  text-transform: uppercase;
}
.programacao.post-item .esgotado {
  display: table;
  margin: auto auto 0 auto;
  border-radius: 30px;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #444;
  text-transform: uppercase;
}
.programacao.post-viagem .esgotado {
  display: table;
  margin: auto auto 0 auto;
  border-radius: 30px;
  padding: 5px 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #444;
  text-transform: uppercase;
}
.service {
  background-image: none;
}
[data-lazy-load] {
  display: none;
}
.load-more-programacao {
  max-width: 415px;
  width: 100%;
  height: 40px;
  color: #004c99;
  font-size: 16px;
  border: 1px solid #004c99;
  border-radius: 8px;
  background: #fff;
  display: flex;
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}
