.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: white;
    border: 1px solid #D1D1D1;
    border-left-width: 0.45rem;
    border-radius: 0.25rem;
}

.bd-callout-active {
    border-left-color: var(--color-azul);
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
}

.bd-callout-success {
    border-left-color: var(--bs-success);
}
