/* Ajuste de margem para página de setor */
.main-ajustado {
    margin-top: 1rem;
    /* Mobile first: More space */
}

@media (min-width: 768px) {
    .main-ajustado {
        margin-top: 2rem;
        /* Desktop: User preferred specific spacing */
    }
}