.tarjInm{
    background-color: white;
    margin-top:30px;
    margin-bottom:0px;
    border: 1px #b7b4b4 solid;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Open Sans';
    font-size:14px;
    color: gray;
    box-shadow: 2px 2px 5px 0px black;
    transition: all .5s ease;
}

.tarjInm:hover{
    box-shadow: 8px 6px 6px 0px black;
    /*margin-top:25px;
    margin-bottom:5px;*/
}

.tarjInm .panelInf{
    padding: 16px;
}

.tarjInm .descrBreve{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:inherit;
    display:inherit;
}

.tarjInm .precio{
    font-weight:bold;
    color:black;
    font-size:24px;
}


.tarjInm :is(svg,img){
    color:lightgray;
    fill:lightgray;
    width:20px;
    vertical-align:bottom;
}

.tarjInm .icono{
    position:relative;
}

.tarjInm .dentroIcono {
    position:absolute;
    left:7px;
    top:2px;
    font-size:8px;
    color:lightgray;
    font-weight:bold;
    text-align:center;
}

.tarjInm .valor {
    font-weight: bold;
    color:black;
}

.tarjInm .parDetalles {
    display:inline-flex;
    width:100%;
    
}

.tarjInm .detalle {
    flex:100%;
    padding-bottom:10px;
}

.tarjInm .divDetalles {
    border-top: 1px lightgray solid;
    padding-top:14px;
    padding-bottom:14px;
}