a {
    text-decoration: none !important;
}

h3 {
    margin-bottom: 0px !important;
    padding-top: 2%;
}

.card-header {
    font-size: 32px;
}

.card-text {
    font-size: 18px
}

.card-container {   
    min-width: 100%;   
}

.navStyle {
    min-width: 25% !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-index-image {
    float: right;
    display: grid;
    height: 65px;
    width: 65px;
    margin-right: 3%;
    margin-bottom: 2%;
    background-image: url(../images/porcentaje.png);
    background-size: 64px 64px;
    background-repeat: no-repeat;
}

.card-ingreso-image {
    float: right;
    display: grid;
    height: 65px;
    width: 65px;
    margin-right: 3%;
    margin-bottom: 2%;
    background-image: url(../images/ingreso.png);
    background-size: 64px 64px;
    background-repeat: no-repeat;
}

.card-gasto-image {
    float: right;
    display: grid;
    height: 65px;
    width: 65px;
    margin-right: 3%;
    margin-bottom: 2%;
    background-image: url(../images/gasto.png);
    background-size: 64px 64px;
    background-repeat: no-repeat;
}

.card-solicita-image {
    float: right;
    display: grid;
    height: 65px;
    width: 65px;
    margin-right: 3%;
    margin-bottom: 2%;
    background-image: url(../images/pedir-prestado.png);
    background-size: 64px 64px;
    background-repeat: no-repeat;
}




.card-balance-image {
    float: right;
    display: grid;
    height: 65px;
    width: 65px;
    margin-right: 3%;
    margin-bottom: 2%;
    background-image: url(../images/equilibrio.png);
    background-size: 64px 64px;
    background-repeat: no-repeat;
}

.card-fonts {
    padding-left: 5%;
    font-weight: 400;
    letter-spacing: 0;
    color: rgb(130, 130, 130) !important;
    border-radius: 4px !important;
}

    .card-fonts:hover {
        color: #1867DA !important;
    }



.card-fonts-click {
    padding-left: 5%;
    font-weight: 400;
    letter-spacing: 0;
    color: white !important;
    border-radius: 4px !important;
    background-image: linear-gradient(44deg, #2140DC 0%, #00BFD5 100%) !important;
}


.card-fonts-click-red {
    padding-left: 5%;
    font-weight: 400;
    letter-spacing: 0;
    color: white !important;
    border-radius: 4px !important;
    background-image: linear-gradient(45deg, #F23B3B 0%, #EF9027 100%) !important;
}

