/* ==========================================================================
   Home Page Template — matches production red-es.es
   ========================================================================== */

.pf_redes_template_home_page {
    padding-top: 0;
    padding-bottom: 0;
}

/* Intro paragraph — transparent background, centered italic text */
.pf-redes-home__intro {
    background-color: var(--pf-redes-bg, #f7f7ff);
    color: var(--pf-redes-text, #171723);
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

.pf-redes-home__intro p {
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    color: var(--pf-redes-text, #171723);
    margin: 0;
    text-align: center;
}

.pf-redes-home__intro strong {
    color: var(--pf-redes-text, #171723);
    font-weight: 700;
}

.pf-redes-home__intro strong.highlight {
    color: var(--pf-redes-primary, #C91517);
}
