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

    color: #eae3e3;
    
    background-image: url(../IMG/ST2.jpeg);
    background-position: bottom;
    background-size: cover;
    padding-right: 0;
    padding-top: 12.25rem;
    padding-bottom: 2.5rem;
}
.st_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;
}
.st-prin {
    display: block;
    padding: 3rem 2.5rem;
    text-align: center;
}
.st_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;
}
.st_texto {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;

}
.st_texto--division {
    border-top: 1px solid #cdcaca;
    padding-top: 1.5rem;
}
.st_texto--destacado {
    color: #005a9e;
    font-weight: 700;
   
}

@media screen and (min-width: 1024px) {
    
    .jf_titulo {
        font-size: 3.25rem;
        margin-bottom: 2rem;
        margin-top: 8rem;
    }
    .strmn{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        max-width: 50%;
        margin-right: 40%;
        text-align: left;
    }
    .stt{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        max-width: 50%;
        margin-left:50%;
        text-align: left;
    }
    .strx{
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        max-width: 50%;
        margin-right: 40%;
        text-align: left;
    }
}
