.imagen-historia {
    height: 100vh;
    position: relative;
}
.texto-historia{
top: 8px;
left: 12px;
font-size: 16px;
padding-top: 20px;
padding-left: 30px;
padding-right: 50px;
padding-bottom: 20px;
position: absolute;
padding-right: 40px;
}

@media (max-width: 992px) {
.img-historia{
    display: none;
}
}
@media (max-width: 992px) {
.texto-historia{
    color: black;
}
#titulo-historia h1{
    color: black;
}
}

.img-directiva{
    width: 50%;
    height: 50%;
}

.leermas{
    display: block;
}

.oculto{
    display: none;
}