.margen-iconos {
    margin-left: 10px !important;
}

.miContenedor {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.text-add {
    font-size: 17px;
    font-weight: 900;
}

.text-principal {
    font-size: 30px;
    font-weight: 900;
}

.add:hover {
    background-color: rgb(205, 205, 205);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.bg-fondo {
    background-image: url(app/img/scrum.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-logo {
    background-image: url(app/img/login.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-modal {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(6, 84, 170, 1) 0%, rgba(5, 109, 187, 1) 100%, rgba(0, 212, 255, 1) 100%);
}

.item-proyect-list:hover {
    background-color: rgba(175, 183, 201, 0.585);
    cursor: pointer;
}

a {
    text-decoration: none;
}

