#bannerHistory figure {
    width: 100%;
    height: 95vh;
    margin-bottom: 0;
}

#bannerHistory figure img {
    width: 100%;
    height: 95vh;
}

#section1 {
    background: #f3e0ec;
    padding: 30px 0px;
}

#section1 h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #f00;
    font-weight: bold;
}

#section1 h1::after {
    content: '';
    display: block;
    margin: auto;
    margin-top: 10px;
    width: 200px;
    height: 3px;
    background: #f00;
    margin-bottom: 40px;
}

#section1 h2 {
    color: #f00;
}

#section1 p {
    text-align: justify;
    color: black;
}

#section2 {
    background: #f3e0ec;
    padding: 30px 0px;
}

#imagenes-historia {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#imagenes-historia .imgHistoria {
    width: 350px;
}

#imagenes-historia .imgHistoria img {
    width: 100%;
}