body {
    font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #374151;
    line-height: 1.6;
}

.titulo {
    padding-top: 64px;
    padding-bottom: 64px;
}

.formato {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px; 
    letter-spacing: 0.04em;
}

.texto-sobre {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.8;
}

.texto-sobre:not(:last-child) {
    margin-bottom: 24px;
}

.p {
    font-size: 18px;
    color: #4b5563;
}

.selecao-sobre {
    color: #f97316;
    font-weight: 600;
}

@media (max-width: 768px) {
    h2 {
        font-size: 26px;
    }

    .texto-sobre,
    .p {
        font-size: 16px;
    }

    .titulo {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

[data-fade] {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-fade].ativo {
    opacity: 1;
    transform: translateY(0);
}
.py-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .py-section {
        padding-top: 76px;
        padding-bottom: 76px;
    }
}

html {
    scroll-behavior: smooth;
}

#solucoes{
    scroll-margin-top: 30px;
}