/* fix header  */
.qodef-position-left {
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}

header.qodef-page-header {
  height: 120px !important;  /* ajusta */
}
/* fix header  */


/* fix post entrada  */
@media (max-width: 768px) {
  .qodef-blog-holder.qodef-blog-single article .qodef-post-text {
    padding: 16px !important; /* ajusta a gusto: 12–20px */
  }
}

@media (max-width: 768px) {
  /* Quitar gutters laterales (los márgenes verdes) */
  .qodef-grid-large-gutter>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* fix post entrada  */