.ComoInvertimosCarteradeInversiones .polygon-top{
    clip-path: polygon(0 70px, 100% 0, 100% 100%, 0% 100%);
}

.ComoInvertimosCarteradeInversiones .container{
    padding-top: 40px;
    padding-bottom: 40px;
}

.ComoInvertimosCarteradeInversiones .div-info{
    padding-bottom: 40px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.ComoInvertimosCarteradeInversiones.v1 .div-graficos{ padding-top: 40px; }

.ComoInvertimosCarteradeInversiones .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;
}

.ComoInvertimosCarteradeInversiones .div-info .texto_principal{
    font-family: CircularStd;
    font-size: 1.13em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.08px;
    text-align: center;
}

.ComoInvertimosCarteradeInversiones .div-graficos .grafico{
    text-align: center;
}

.ComoInvertimosCarteradeInversiones .div-graficos .titulo{
    font-family: AddingtonCF;
    font-size: 1.375em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.26px;
    text-align: center;
}

.ComoInvertimosCarteradeInversiones.v1 .div-info{
    margin-top: -180px;
}

.ComoInvertimosCarteradeInversiones .div-info{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 104px;
}

.ComoInvertimosCarteradeInversiones.polygon-top {
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 100px;
}

/*V2*/
.ComoInvertimosCarteradeInversiones.v2 .info-salmon{ background-color: #FBF8F2; }
.ComoInvertimosCarteradeInversiones.v2,.ComoInvertimosCarteradeInversiones.v2 .info-light-blue{
    background-color: #EDF5FC;
}

.ComoInvertimosCarteradeInversiones.v2 .blockContent{
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: space-between;
    align-items: end;
}

.ComoInvertimosCarteradeInversiones.v2 .div-info{
    width: 100%;
    position: relative;
}
.ComoInvertimosCarteradeInversiones.v2 .info-light-blue{
    width: 80%;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ComoInvertimosCarteradeInversiones.v2 .text-secondary{
    align-items: start;
    grid-template-columns: 50% 45%;
}
.ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue .texto-secundario h3{
    font-family: AddingtonCF;
    font-size: 1.6em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.32px;
    color: #000;
    margin-bottom: 20px;
}
.ComoInvertimosCarteradeInversiones.v2 .text-secondary .texto-secundario{
    font-family: CircularStd;
    font-size: 1.13em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.08px;
}
.ComoInvertimosCarteradeInversiones.v2 .text-secondary .texto-secundario ol{
    padding-left: 60px;
    list-style: none;
    counter-reset: item;
}
.ComoInvertimosCarteradeInversiones.v2 .text-secondary .texto-secundario li{
    margin: 35px 0;
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;


}

.ComoInvertimosCarteradeInversiones.v2 .text-secondary .texto-secundario li::marker{
    font-size: 32px;
    line-height: 0px;
    color: black;
}
.ComoInvertimosCarteradeInversiones.v2 .text-secondary .texto-secundario li::before {
    content: "0" counter(item) ;
    counter-increment: item;
    height: fit-content;
    color: black;
    /* background-color: white; */
    position: absolute;
    left: -60px;
    top: 0px;
    font-size: 32px;
    /* border-bottom: 7px solid var(--blue); */
    /* border-right: 5px solid #EDF5FC; */
    box-shadow: 0 8px 0 var(--blue);
    justify-content: center;
    display: flex;
    width: 45px;
}


.ComoInvertimosCarteradeInversiones.v2 .div-graficos{
    padding-top: 0;
}

@media (max-width: 767px){
    .ComoInvertimosCarteradeInversiones .div-info {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 104px;
    }
}

@media (max-width: 992px){
    .ComoInvertimosCarteradeInversiones.v1 .div-info{ margin-top: -80px; }
    .ComoInvertimosCarteradeInversiones.v2 .blockContent{ grid-template-columns: 1fr !important;}
    .ComoInvertimosCarteradeInversiones.v2 .div-info{ margin-top: 0; }
    .ComoInvertimosCarteradeInversiones.v2 .info-light-blue{ width: 100%; padding: 0 40px; }
    .ComoInvertimosCarteradeInversiones.v2 .container{ padding: 30px 15px 64px 15px !important; }
}

@media (max-width:1200px){
    .ComoInvertimosCarteradeInversiones.v2 .blockContent {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 120px;
    }

    .ComoInvertimosCarteradeInversiones.v2 .container{ padding: 64px 15px; }
    .ComoInvertimosCarteradeInversiones.v2 .blockContent { gap: 60px !important; }
    .ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue{
        width: 80%;
    }
}
@media (max-width: 992px){
    .ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue{
        width: 100%;
    }
    .ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue .texto-secundario h3,
    .ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue .texto-secundario ul{
        text-align: center;
    }
    .ComoInvertimosCarteradeInversiones.v2 .text-secondary .info-light-blue .texto-secundario ul{
        max-width: 80%;
        margin: auto;
    }
}

@media (min-width: 576px) { /* sm */  }
@media (min-width: 768px) { /* md */
    .ComoInvertimosCarteradeInversiones.v2 .div-info{
        padding-right: 67px;
        padding-bottom: 87px;
        padding-left: 72px;
    }
}
@media (min-width: 992px) { /* lg */  }
@media (min-width: 1200px) { /* xl */
    .ComoInvertimosCarteradeInversiones .container{ padding: 64px 109px; }
}
@media (min-width: 1400px) { /* xxl */ }
