body {
    padding-top: 90px !important;
}
/* ============================
   TÍTULO DEL HERO – PC (SUAVE)
============================ */
.editorial-titulo {
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;          /* más pequeño que el artículo */
    font-weight: 500;         /* más suave, menos negro */
    line-height: 1.35;
    color: #333;              /* gris más claro, no tan duro */
    letter-spacing: -0.15px;  /* tracking editorial suave */

    margin: 0 0 10px 0;
    padding: 0;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/* ============================
   INTRO DEL HERO – PC
============================ */
.editorial-texto {
    font-size: 15px;
    line-height: 1.55;
    color: #555;
    margin-bottom: 18px;
}

/* ============================
   HERO – MÓVIL (TU BLOQUE ACTUAL)
============================ */
@media (max-width: 768px) {

    .editorial-hero-container {
        flex-direction: column;
        text-align: center;
        padding: 0 18px;
    }

    .editorial-hero-img {
        width: 100%;
        border-radius: 10px;
    }

    .editorial-titulo {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin-top: 18px;
    }

    .editorial-texto {
        font-size: 16px;
        margin-top: 10px;
    }

    .editorial-boton {
        margin-top: 15px;
    }
}

/* ============================
   ESPACIADO EXTRA PARA MÓVIL
============================ */
@media (max-width: 768px) {

    /* separa el carrusel del hero */
    #categories.carrusel-categorias {
        margin-bottom: 22px !important;
    }

    /* baja el hero completo */
    .editorial-hero-container {
        margin-top: 22px !important;
    }

    /* baja un poquito la imagen */
    .editorial-hero-img {
        margin-top: 20px !important;
    }
}
