.nuestras-tiendas {
    padding: 10px 10px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 10px;

}

.nuestras-tiendas h2 {

    font-weight: 800;
    font-size: 38px;
    color: #0634e5;
}

.titulo-seccion {
    font-weight: bold;
}

.subtitulo-seccion {
    font-weight: bold;
    font-size: 30px;
    color: blue;
}

.tienda-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}

.tienda-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;/* asegura que la imagen no se deforme */
    object-position: center;/* centra la imagen en el recorte */
    border-radius: 10px;
    border: solid #050505;
}