.InformacionInversoresHome .div-p-y{
    padding-top: 80px;
}

.InformacionInversoresHome .div-p-y.bg-line {
    padding-top: 80px;
    padding-bottom: 80px;
}

.InformacionInversoresHome .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;
}

.InformacionInversoresHome .texto_principal{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
}

.InformacionInversoresHome .imagen{
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.18);
}
.InformacionInversoresHome .enlace .documento_icono img{
    width: 35px; height: 35px;
}

.InformacionInversoresHome .documento_titulo{
    font-size: 12px;
}



@media (min-width: 576px) { /* sm */ }
@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .InformacionInversoresHome .container{
        padding-left: 80px;
        padding-right: 80px;
    }

    .div-p-y{
        padding-top: 80px;
        padding-bottom: 80px;
    }

}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }