
.list-group-item.distributor {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.list-group-item.distributor:hover {
    background-color: #f5f5f5;
}
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo-Black';
    src: url('../fonts/Archivo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Aplicación de estilos */
h6.fw-bold {
    font-family: 'Archivo-Black', sans-serif;
    color: #0057B8;
    margin-bottom: 0.25rem;
}

p.text-muted {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 0.9rem;
    line-height: 1.3;
}
.Comollegarmapa{
    font-family: 'Archivo', sans-serif;
    color: #0057B8;
}
