.lista-viñeta {
    list-style: unset;
}
.lista-sin-iconos {
    list-style: none;
}
.alert-mensaje{
    background-repeat: no-repeat;
    position: fixed;
    bottom: 5px;
    left: 20px;
    font-size: larger;
    z-index: 99;
}
/*------------------------------------------------ Btn ir arriba -------------------------------------------- */
.ir-arriba{
    display:none;
    background-repeat:no-repeat;
    font-size:26px;
    color: var(--color-santa_cruz, #00AFD9);
    cursor:pointer;
    position:fixed;
    bottom:15px;
    right:30px;
    z-index:2;
  }

.ir-arriba:hover{
    color: #767676;
}

/*------------------------------------------------ Lista --------------------------------------------------- */
.table-click {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.12), 0 1px 3px 1px rgba(60,64,67,0.15);
}
.fila-click:hover {
    cursor: pointer;
    -webkit-transition: transform 2s ease-in-out;
    color: rgb(44, 44, 44) !important;
    background-color: rgb(211, 211, 211) !important;
}
.fila-click:active {
    box-shadow: 3px 2px 12px 1px rgba(0, 0, 0, 0.24);
}

td {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}