.hcard {
    min-height:200px; max-height:300px;
}

.nu-card {
    max-height: 450px;
    width: 100%;
    /* overflow-y: scroll; */
    overflow-x: hidden;
    border-radius: 10px;
    padding:0;
    background-color:rgba(255, 255, 255, 1);
}

.nu-card:hover {
    background-color:#dc3545;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
   
}

.nu-card:hover span, .nu-card  hover>p {
    color: #fff !important; 
}

.nu-card span, .nu-card p {
    color: #000 !important; 
    font-size: 12px;
}

.nu-card .img-foto {
    border: 1px solid rgba(209, 213, 219, 0.3);
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    justify-content: center;
    
    /* max-width: 200px; */
    width: 100%;
    min-height: 100px;
    max-height: 200px;
    overflow-y: hidden;
    padding: 50px;
    
}

.nu-card .img-foto img {
    width: 100%;
    max-width: 100px;
    /* height: 200px; */
    /* max-height: 200px; */
    align-items: center;
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
}

.nu-card .kdesc {
    background-color: #f2cc8f;
}

.nu-card .kdesc .title-kdesc {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: rgb(61 64 91);

}

.nu-card:hover .kdesc .title-kdesc{
    font-weight: bold;
    color: rgb(57, 61, 93);
  
}

.nu-card .kdesc .desc-kdesc{
    max-height: 120px;
    max-width: 200px;

    /*overflow-y: hidden;*/
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;

  
}

.nu-card:hover .kdesc {
    background-color: #DAFFFB;
  
}
.nu-card:hover .kdesc .desc-kdesc{
    font-weight: bold;
    color: #2c4bb4;
  
}


.nu-card .kdesc .ins-kdesc{
    font-size: 11px;
    font-weight: bold;
    color: brown;

}

.img-foto-k {
    align-items: center;
    justify-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bodypages img {
    width: 100%;
}

.custom-block-date-wrap {
    max-height: 50px;
    text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
    font-size: 12px;
}

.custom-btn-wrap {
    max-height: 50px;
}


@media screen and (max-width: 768px) {
    .hcard {
        min-height:180px; max-height:250px;
    }
    .bodypages img {
        max-width: 300px;
    }

	 .nu-card .img-foto{
        padding: 15px;
        
    }

    .nu-card .img-foto img{
        max-width: 100px;
        
    }

    .nu-card span, .nu-card p {
        font-size: 9px;
    }
    
}

