/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  LISTAS                                                                                                                           */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.lista-home-representaciones img{
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
}
.lista-home-representaciones img:hover{
    transform: scale(1);
}
.btn-ver-ficha{
    background: #00923f;
    color: #fff!important;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.btn-ver-ficha:hover{
    background: #02d35a;
    color: #fff!important;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
}
.table thead th{
    border-bottom: 2px solid #da251c;
}
.table-bordered td{
    border: 2px solid #da251c;
}
.table-bordered th{
    border: 2px solid #da251c;
}