/** Estilos de la imagen de la card */
.imagen-dashboard-1{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-2{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-3{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-3.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-4{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-5{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-5.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-6{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-6.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-7{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-7.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

.imagen-dashboard-8{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(217, 86, 11, 0.40), rgba(217, 86, 11, 0.40)), url('../images/dashboard/dashboard-8.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}
