.bg-primary {
    background-color: #626365 !important;
}

.lstCategoria .card-body {
    background-color: #646363;
    color: white;
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
}

.lstCategoria .card-body a {
    color: white;
}


@media (min-width: 1200px) {
    .lstCategoria .card-body {
        height: 120px;
    }    
}

.build-something-together {
    background-image: url(../img/OB-ImgComoLlegar.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -10rem;
}
.mw-150 {
    max-width: 150px !important;
}