.prb_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.asiento {
    width: 25%;
    justify-content: center;
    align-items: center;
}

.section-asiento {
    width: 90%;
    align-items: center;
    justify-content: center;
}

.cat_modelos{
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    /* centrado de arriba y abajo de la sección de catalogo -> margin:auto */
    margin:auto;
}

.modeloLink{
    width: 75%;
    height: auto;
    display: flex;
    justify-content: center;
}

.modelos {
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.card-link {
    text-decoration: none;
    transition: all 100ms ease;
}

.card-link:hover{
    filter: drop-shadow(10px 10px 10px #15253E);
}

.cat-img {
    width: 42%; 
    margin: 20px;
    border-radius: 25px;
}

.cat-img:hover{
    width: 43%;
    image-rendering: optimizeQuality;
    image-resolution: inherit;
}

/* Estos no ,odificar, solo si encaha com otra o¿parte */
@media only screen and (min-width:300px) and (max-width:780px){
    .cat-img{
        /* border: 5px solid green; */
        width: 97%;
        margin: 10px;
    }
    
    .cat-img:hover{
        width: 100%;
    }
}

@media only screen and (min-width:781px) and (max-width: 1300px){
    .cat-img{
        width: 80%;
    }
    
    .cat-img:hover{
        width: 82%;
    }

}

/*  */
