main.content {
    max-width: 1000px;
    margin: auto;
    line-height: 1.65;
    font-size: 1.05rem;
}

.callout.callout-style-default.callout-note {
    background-color: #f3f7dc;
    border-left: 6px solid #c8d87a;
    border-radius: 8px;
}

.callout.callout-style-default.callout-tip {
    background-color: #d1fdd7;
    border-left: 6px solid #7fd18d;
    border-radius: 8px;
}

.callout.callout-style-default.callout-important {
    background-color: #eef7ea;
    border-left: 6px solid #9ec28c;
    border-radius: 8px;
}

.callout.callout-style-default.callout-caution {
    background-color: #eff5f5;
    border-left: 6px solid #a9c7c7;
    border-radius: 8px;
}

.callout.callout-style-default.callout-warning {
    background-color: #f7f5fc;
    border-left: 6px solid #a78bda;
    border-radius: 8px;
}

.callout {
    margin: 1.2rem 0 1.4rem 0;
}

.callout-title {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.figure,
.quarto-figure {
    margin: 1.5rem auto;
}

.figura-legenda {
    font-size: 0.95rem;
    color: #555;
    margin-top: 0.4rem;
    text-align: center;
    font-style: italic;
}