section .post-izda .postPpal-tit {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
section .post-izda .postPpal-pruebaFecha {
  margin-bottom: 32px;
  color: #99bccb;
  font-size: 16px;
  font-weight: 400;
}
section .post-izda img {
  border-radius: 24px;
}
section .post-izda .postPpal-txt {
  margin-top: 32px;
}
section .post-izda .postPpal-txt h1,
section .post-izda .postPpal-txt h2,
section .post-izda .postPpal-txt h3,
section .post-izda .postPpal-txt h4 {
  padding-bottom: 6px;
  margin-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
section .post-izda .postPpal-txt h1:after,
section .post-izda .postPpal-txt h2:after,
section .post-izda .postPpal-txt h3:after,
section .post-izda .postPpal-txt h4:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #DA1884;
  position: absolute;
  bottom: 0;
  left: 0;
}
section .post-izda .postPpal-txt h1 {
  font-size: 24px;
  line-height: 28px;
}
section .post-izda .postPpal-txt h2 {
  font-size: 20px;
  line-height: 24px;
}
section .post-izda .postPpal-txt h3 {
  font-size: 18px;
  line-height: 22px;
}
section .post-izda .postPpal-txt h4 {
  font-size: 16px;
  line-height: 24px;
}
section .post-izda .postPpal-txt p {
  margin-bottom: 20px;
}
section .post-izda .postPpal-txt ol,
section .post-izda .postPpal-txt ul {
  padding-left: 0;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
section .post-izda .postPpal-txt ol li,
section .post-izda .postPpal-txt ul li {
  margin-bottom: 10px;
}
section .post-izda .postPpal-sharer {
  margin-block: 32px;
  gap: 12px;
}
@media (min-width: 1024px) {
  section .flex {
    display: flex;
  }
  section .post-izda {
    flex-grow: 1;
  }
  section .post-dcha {
    margin-left: 88px;
    flex: 0 0 220px;
  }
}
@media (max-width: 1023px) {
  section .post-dcha {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  section .postPpal-tit {
    font-size: 24px;
  }
}

/*section .postPpal-txt .table td,
section .postPpal-txt .table tr + tr th {
    border-bottom: 2px solid #b2ccd7;
}
section .postPpal-txt .table {
    border-top: 2px solid #b2ccd7;
}*//*# sourceMappingURL=entrada.css.map */