.page-id-XXX .page-content{
  padding: 0 !important;
}
/* ALEGORÍAS — BLOG: TAMAÑO EDITORIAL (GANA A INLINE 12pt EN WP TEXT) */
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li,
.single-post .wpb_wrapper,
.single-post .wpb_wrapper p,
.single-post .wpb_wrapper li,
.single-post .widget_text,
.single-post .textwidget,
.single-post .textwidget p,
.single-post .textwidget li,
.single-post .textwidget span{
  font-size: 16px !important;
  line-height: 1.7 !important;
}
/* ALEGORÍAS — NEUTRALIZAR INLINE FONT-SIZE EN POSTS */
.single-post .textwidget span[style*="font-size"]{
  font-size: 16px !important;
  line-height: 1.7;
}