.hoteis.post-item{
    padding-bottom: 20px;
    position: relative;
  }
  .hoteis.post-item .card .footer {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .hoteis.post-item .card {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    height: 100%;
    margin-bottom: 0;
  }
  .hoteis.post-item a.notice__thumb {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 250px;
  }
  .hoteis.post-item .notice__date svg {
    color: #074c98;
  }
  .hoteis.post-item .dados {
    margin-bottom: 5px!important;
  }
  .hoteis.post-item .notice__date {
    margin-bottom: 5px!important;
  }
  .hoteis.post-item .notice__title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hoteis.post-item .notice__title h4 {
    font-weight: 700;
    font-size: 16px;
  }
  .hoteis.post-item .notice__tag {
    right: initial;
    left: 0;
    border-radius: 0.4rem 0 0.4rem 0;
  }
  .hoteis.post-item .footer {
    padding: 15px;
  }
  .hoteis.post-item .notice__excerpt span {
    display: block;
    color: #fbc028;
    font-weight: bold;
  }
  .hoteis.post-item .resumo {
    white-space: pre-wrap;
  }
  .hoteis.post-item .notice__excerpt strong {
    display: block;
    color: #074c98;
    font-weight: normal;
    font-size: 26px;
  }
  .hoteis.post-item .eu-quero {
    display: table;
    margin: 30px auto 0 0;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 16px;
    color: #074c98;
    text-decoration: none;
    text-align: center;
    border: 1px solid #074c98;
    text-transform: uppercase;
  }
  .hoteis.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;
  }
  .hoteis.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-hoteis {
    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;
  }
  .title-shadow.hoteis-title {
      display: block!important;
  }