.md-slider-marcas {
    width: 100%;
    padding: 10px 0 30px;
}



.md-marca-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    transition: transform .2s ease, box-shadow .2s ease;
    height: 100%;
}

.md-marca-card:hover {
    
}

.md-marca-img img {
    max-width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.md-marca-nombre {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
