.jf-presentacion  {
    display: flex;
    flex-direction: column;

    color: #eae3e3;
    text-align: left;
    
    background-image: url(../IMG/JF/PLANOS2.jpeg);
    background-position: center;
    background-size: cover;
    padding-right: 0;
    padding-top: 12.25rem;
    padding-bottom: 2.5rem;
}
.jf_titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 1.5rem;
}
.jf-prin {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
}
.jf_stitulo {
    color: #106ebe;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 1.25rem 0;
}
.jf_texto {
    line-height: normal;
    margin-bottom: 1rem;
}
.jf_texto--destacado {
    color: #005a9e;
    font-weight: 700;
}
.jf_imagenes{
    margin: 0 5rem;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

@media screen and (min-width: 1024px) {
    .jf-presentacion{
        padding-top: 8.25rem;
        display: flex;
        margin-top: 20px;
    }

    .jf_titulo {
        font-size: 3rem;
        margin-bottom: 2rem;
        margin-top: 8rem;
    }
  
}
@media screen and (max-width: 1200px) {
    .jf_imagenes{
        flex-direction: column;
        align-items: center;
    }
}