/* .alerta-header{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-weight: 700;
}

.alerta-header::before{
    content: '';
    display: flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.alerta-header.alerta-header-danger::before{
    background-image: url(../../images/svg/alerta-danger.svg);
} */