.catalogo{

    max-width: 100%;
    /*height: 430px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: auto;
    
}


.catalogo .tarjeta{

    overflow: hidden;
    /*height: 400px;*/
    width: 330px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0);
    overflow: hidden;
    margin: 5px;
    text-align: center;
    transition: all 0.25s;
    
    padding: 3px 3px 3px 3px;
}

.catalogo .tarjeta:hover{

    transform: translate(-15px);
    box-shadow: rgba(0, 0, 0, 0.2);

}

.contorno-imagen{

 border: 1px solid gainsboro;
 border-radius: 10px;
 position: relative;
 display: inline-block;
 

}

.sp{
    position: absolute;
    top: 3px;
    right: 3px;
}

.sp2{
    position: absolute;
    top:   15px;
    right: 13px;
    color: red;
}



.catalogo .contorno-imagen img{

    width: 97%;

    border-radius: 5px;

}


.validar{

    height: 400px;
    max-width: 100%;
    background-color:black;
}

.checked{
    color: orange;
}