.Cartera .container{
    padding-top: 40px;
    padding-bottom: 18px;
}

.Cartera .div-info .titulo{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.58px;
    text-align: center;
}

.Cartera .div-noticias .titulo{
    font-family: AddingtonCF;
    font-size: 1.6875em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.32px;
    color: #000;
}

.Cartera .div-noticias .titulo a{
    color: #000;
}

.Cartera .div-noticias .texto_resumen{
    font-family: CircularStd;
    font-size: 1.13em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.08px;
    color: #000;
    max-width: 395px;
}

.Cartera .div-noticias .imagen {
    height: 191px;
    overflow: hidden;
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.18);
    max-width: 394px;
}

.Cartera .div-noticias .texto_resumen a{
    color: #000;
}

.Cartera .div-noticias .enlace{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: 0.1px;
    color: #469cdb;
    text-align: left;
    max-width: 395px;
}
.Cartera .imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 576px) { /* sm */
    .Cartera .div-noticias .imagen {
        height: 294px;
        max-width: 394px;
    }
}
@media (min-width: 768px) {
    /* md */
    .Cartera .div-noticias .imagen {
        height: 223px;
        max-width: 394px;
    }
}
@media (min-width: 992px) { /* lg */
    .Cartera .container{
        padding-top: 90px;
        padding-bottom: 64px;
    }
    .Cartera .div-noticias .enlace{
        width: 100%;
        font-size: 0.75em;
    }
    .Cartera .div-noticias .texto_resumen{
        width: 100%;
    }
    .Cartera .div-noticias .imagen {
        height: 202px;
        max-width: 394px;
    }
}
@media (min-width: 1200px) { /* xl */
    .Cartera .div-noticias .imagen {
        height: 246px;
    }
}
@media (min-width: 1400px) { /* xxl */
    .Cartera .div-noticias .imagen {
        height: 294px;
        max-width: 394px;
    }
}
