.body {
    background-image: url('../img/photos/fondo_comisiones.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

label {
    font-weight: 500;
}

.form-control {
    border: 1px solid #adb5bd;
}

.collapse {
    &:not(.show) {
        display: none;
    }
}

div.text-elipces {
    text-overflow: ellipsis;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
}
