.indicadores-chile {
    display: flex;
    background-color: #4B2A7B;
    border-radius: 25px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: white;
}
.indicadores-chile div {
    padding: 8px 16px;
    white-space: nowrap;
}
.indicadores-chile .etiqueta {
    background-color: #EF5350;
    font-weight: bold;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.indicadores-chile .item {
    background-color: #5C3B88;
}
.indicadores-chile .item strong {
    margin-right: 4px;
}
