.ListadoInversoresHome {
    margin-top: -40px;
}

.ListadoInversoresHome .container{
    padding-top: 40px;
    padding-bottom: 40px;
}

.ListadoInversoresHome .flip-card{
    height: 300px;
    margin-bottom: 20px;
}

.ListadoInversoresHome .flip-card-front{
    background-color: #fff;
    padding: 20px;
    border-radius: 13px;
}


.ListadoInversoresHome .flip-card-back {
    background-color: var(--blue);
    color: white;
    padding: 20px;
    border-radius: 13px;
    padding-top: 27%;
}

.ListadoInversoresHome .flip-card-back-2 {
    padding-top: 0;
}

.ListadoInversoresHome .flip-card .imagen{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.ListadoInversoresHome .cifra_cifra{
    font-family: AddingtonCF;
    font-size: 3.4375em;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 10px;
}

.ListadoInversoresHome .cifra_texto{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
}

.ListadoInversoresHome .enlace a{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: 0.1px;
    text-align: center;
    color: white;
}

.ListadoInversoresHome .flip-card-fixed{
    background-color: #fff;
    padding: 20px;
    border-radius: 13px;
    margin-bottom: 20px;
}

.ListadoInversoresHome .flip-card-fixed .enlace a{
    color: #469cdb;
}

.ListadoInversoresHome .flip-card-fixed .imagen{
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.ListadoInversoresHome .flip-card-fixed .imagen img{
    max-height: 50px;
}


@media (min-width: 576px) { /* sm */ }
@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .ListadoInversoresHome {
        margin-top: -120px;
    }

    .ListadoInversoresHome .container{
        padding-bottom: 80px;
    }
}
@media (min-width: 1200px) { /* xl */
    .ListadoInversoresHome .flip-card-back {
        padding-top: 22%;
    }
    
    .ListadoInversoresHome .flip-card-back-2 {
        padding-top: 0;
    }
}
@media (min-width: 1400px) { /* xxl */
    .ListadoInversoresHome .flip-card-back {
        padding-top: 18%;
    }

    .ListadoInversoresHome .flip-card-back-2 {
        padding-top: 0;
    }
}