.IntroInversores .container{
    margin-top: -40px;
}

.IntroInversores .div-p-y.bg-line {
    padding-top: 80px;
    padding-bottom: 112px;
}

.hor-blue-line-inversores{
    background-color: var(--blue);
    margin: 32px auto 20px auto;
    width: 75px;
    height: 7px;
}

.IntroInversores .polygon-top {
    padding-top: 0px;
}

.IntroInversores .titulo{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.58px;
    text-align: center;
}

.IntroInversores .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;
}

.IntroInversores .enlace{
    font-family: CircularStd;
    font-size: 0.75em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: center;
    color: #469cdb;
}

.IntroInversores .imagen{
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.18);
}


@media (min-width: 576px) { /* sm */  }
@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .IntroInversores.polygon-top{
        padding-top: 60px;
    }

    .IntroInversores .container{
        margin-top: 0;
    }

    .IntroInversores .div-p-y{
        padding-top: 80px;
        padding-bottom: 80px;
    }

}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }

