.posts-plan {
  color: #AF2367;
  font-size: 2em;
  text-align: left;
  padding-left: 100px;
  background-size: contain;
}

.line-div-posts {
  height: 1px;
  color: #AF2367;
  background-color: #AF2367;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 80px;
}

.icon-posts {
  position: absolute;
  width: 60px;
  bottom: -25px;
  right: 0;
}

.post-list-title-ppal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #AF2367 !important;
  font-size: 1.5em !important;
}

.post-list-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #005393 !important;
  font-size: 1.5em !important;
}

.ppal .post-date,
.old .post-date {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  color: #444644;
}

.ppal .post .card-title,
.old .post .card-title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #AF2367;
}

.review {
  font-family: Arial, sans-serif;
  color: #444644;
}

.old .post-date {
  font-size: 1em;
}

.old .post .card-title {
  font-size: 1em;
}

.old .post .card-text {
  font-size: 1em;
}

.card.post {
  border: none;
}

.post .card-footer {
  background-color: transparent;
  border: none;
}

.post .card-footer a {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #AF2367;
  font-weight: bold;
}

.post-ppal-line-h {
  display: block;
  color: #005393 !important;
  background-color: #005393 !important;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-top: 0;
}

.post-old-line-1,
.post-old-line-2,
.post-old-line-3,
.post-ppal-line {
  display: block;
  color: #005393 !important;
  background-color: #005393 !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90%;
}

@media only screen and (min-width: 990px) {
  .post-old-line-2,
  .post-ppal-line {
    display: block;
  }

  .post-old-line-3 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .post-old-line.even,
  .post-ppal-line {
    display: block;
  }

  .post-old-line.odd {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-old-line.even {
    display: none;
  }

  .post-old-line.odd,
  .post-ppal-line {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .post-data {
    position: relative;
  }
}

