/* contenido pagina */
.top {
    min-height: 289px;
    background-color: #172961;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.contentPag {
    padding-top: 87px;
    padding-bottom:122px;
}


.titulo {
    padding-top: 0;
    font-weight: bold;
    color: #032E62;
    font-size:36px;
}

.texto_caja {
    justify-content: center;
    font-family: 'Roboto', sans-serif!important;
}
    .texto_caja h1, .texto_caja h2, .texto_caja h3, .texto_caja h4, .texto_caja h5, .texto_caja h1 *, .texto_caja h2 *, .texto_caja h3 *, .texto_caja h4 *, .texto_caja h5  *{
        color: #032E62 !important;
        font-weight: 700;
        line-height:1.4;
    }

.texto {
    font-size: 14px;
    line-height:24px;
    color: #334862;
}

.texto_caja img {
    padding-top: 34px;
    width:100%;
}
@media (max-width: 767px) {
    .top .centrado {
        font-size: 36px;
        /*max-width: 300px;*/
    }

    .contentPag{
        padding:48px 27px;
    }
    .titulo{
        font-size:18px;
        margin-bottom:20px;
    }
}