.postHeader-img {
    width: 100%;
    height: 22em;
    object-fit: cover;
    object-position: 50% 58%;
}               

.history-page {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 2em;
    padding-inline: 2%;
    color: white;
    box-sizing: border-box;
}

.history-page hr {
    width: 88%;
    margin: 2em auto;
}


/* TÍTULO */
.history-title {
    text-align: center;
    margin-bottom: 3em;
}

.history-title h1 {
    font-size: 2.1em;
    margin-bottom: 0.4em;
}

.subtitle {
    color: #c94b4b;
    font-size: 0.95em;
}

/* BLOCOS DE HISTÓRIA */
.history-block {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-bottom: 3em;
}

.history-block.reverse {
    flex-direction: row-reverse;
}

.history-image {
    width: 160px;
    height: 120px;
    background-color: #e5e5e5;
    flex-shrink: 0;
}

.history-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    object-position: center;
    display: block;
}

.history-block p {
    font-size: 0.95em;
    line-height: 1.65;
    text-align: justify;
}

/* TEXTO FINAL */
.history-text-full {
    margin: 3em 0;
    font-size: 0.95em;
    line-height: 1.65;
    text-align: justify;
}

.instrumentistas {
    position: relative;
    text-align: center;
}

.instrumentistas h2 {
    font-size: 1.6em;
}

.instrumentistas h3 {
    color: #c94b4b;
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.instrumentistas p {
    font-size: 0.9em;
    line-height: 1.6;
    margin: 0 auto;
}

.instrumentistas p,
.mission p {
    max-width: 700px;
}

/* ELEMENTOS MUSICAIS */
.music-deco {
    position: absolute;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.instrumentistas > * {
    position: relative;
    z-index: 1;
}

.music-deco.d1 {
    top: 10%;
    left: 5%;
    width: 60px;
}

.music-deco.d2 {
    top: 20%;
    right: 8%;
    width: 110px;
}

.music-deco.d3 {
    bottom: 20%;
    left: 18%;
    width: 55px;
}

.music-deco.d4 {
    bottom: 8%;
    right: 15%;
    width: 85px;
}

.mission {
    text-align: center;
}

.mission h2 {
    font-size: 1.6em;
}

.mission h3 {
    color: #c94b4b;
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.mission p {
    font-size: 0.9em;
    line-height: 1.6;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .history-page {
        margin-inline: 2%;
    }

    .history-block,
    .history-block.reverse {
        flex-direction: column;
        gap: 1.2em;
        text-align: center;
    }

    .history-image {
        width: 180px;
        height: 130px;
    }
}