.escortnombre{
    font-size: .75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(228,230,231,var(--tw-bg-opacity));
    padding:2px;
    border-radius: 4px;
}

/*posicion abosuluta de los botones de las tarjetas*/
.pba{
    bottom: 3%;
}
.pbtop{
    top:3%;
}

.pba,.pbtop{
    z-index: 10;
}

.pr-1{
    padding-right: 0.25rem;
}

.tmbandera{
    height: 20px;
    max-height: 20px;
}

.tarifas, .tarifas1{
    bottom: 0%;
    z-index: 11;
    background:rgba(0, 0, 0, 0.7);
    border-radius:0px 0px 5px 5px;
    color:white;
    padding:10px 5px 5px 5px;
}

.reloj{
    max-height:9px;
    padding-right:2.5px;
}

.line-through{
    text-decoration:line-through;
}

.truncate3{
    display:block;
    word-break: break-all;
}

.descripciontj{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}