/*!
 * Nombre: page-usados 
 * Autor: DEX360
 * Copyright: DEX360
 */
 

.page-usados article {
    margin-bottom: 30px ;
}

.page-usados article > a {
    align-items:center;
    background-color: #000000;
    display:flex;
    justify-content: center;
    height:260px;    
    min-height:260px;  
    overflow: hidden;  
    text-align: center;
}

.page-usados article > a img {
    width: 100% !important;
}

/* .card-car--title */
.page-usados .card-car--title {
    display: block;
    min-height: 110px;   
}

.page-usados .card-car--footer {
    padding:0 1.5rem 1.5rem 1.5rem !important;
}


/* Responsive */
@media (max-width:600px) {
	.page-usados article > a {
	    min-height:190px;
	}
    .page-usados .card-car--title {
        min-height:auto;
    }
}