.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;
}

.div-contacto {
    border: 3px solid red;
    border-radius: 8px; /* o el valor que prefieras */
}

/* Por defecto, el div es visible */
.resposive-hiden {
    display: block;
}

/* Oculta el div en pantallas de 600px o menos */
@media (max-width: 1000px) {
    .resposive-hiden {
        display: none;
    }
}
