.descricao-pagina {
    padding: 2.5rem 3rem 1.5rem;
    border-bottom: 1px solid #eee;
}

.descricao-pagina div {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.descricao-pagina h1 {
    font-size: 2rem;
    margin: 0;
}

.descricao-pagina p {
    color: #666;
    margin: 0;
    font-size: 1.05rem;
}

.btn-voltar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #ccc;
    color: #444;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.btn-voltar:hover {
    background: #f0f0f0;
    border-color: #aaa;
    color: #222;
}

.sobre-bloco {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 4rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
}

.sobre-bloco-alt {
    flex-direction: row-reverse;
    background: #f9f9f9;
    max-width: 100%;
    padding: 4rem calc((100% - 1100px) / 2 + 3rem);
}

.sobre-bloco-inscricao {
    background: #1a3e6e;
    max-width: 100%;
    padding: 4rem 3rem;
    justify-content: center;
}

.sobre-texto {
    flex: 1;
}

.sobre-texto h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.sobre-texto p {
    color: #444;
    line-height: 1.75;
    margin-bottom: 0.85rem;
    font-size: 1.02rem;
}

.sobre-bloco-inscricao .sobre-texto h2 {
    color: #fff;
}

.sobre-bloco-inscricao .sobre-texto p {
    color: rgba(255, 255, 255, 0.82);
}

.sobre-texto-centralizado {
    text-align: center;
    max-width: 600px;
}

.sobre-lista {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.sobre-lista li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1rem;
    color: #333;
}

.sobre-lista li i {
    color: #1a3e6e;
    font-size: 1rem;
    flex-shrink: 0;
}

.sobre-imagem {
    flex: 0 0 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-imagem img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.sobre-icone-grande {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #e8eef8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-icone-grande i {
    font-size: 5rem;
    color: #1a3e6e;
}

.sobre-acoes {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.btn-sobre {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
}

.btn-sobre:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.btn-instagram {
    background: #fff;
    color: #1a3e6e;
}

.btn-cursos {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-cursos:hover {
    color: #fff;
    border-color: #fff;
}

@media (max-width: 768px) {
    .descricao-pagina {
        padding: 1.75rem 1.25rem 1.25rem;
    }

    .sobre-bloco,
    .sobre-bloco-alt {
        flex-direction: column;
        padding: 2.5rem 1.25rem;
        gap: 2rem;
        text-align: center;
    }

    .sobre-bloco-alt {
        padding: 2.5rem 1.25rem;
    }

    .sobre-bloco-inscricao {
        padding: 2.5rem 1.25rem;
    }

    .sobre-imagem {
        flex: unset;
    }

    .sobre-lista li {
        justify-content: center;
    }

    .sobre-texto h2 {
        font-size: 1.4rem;
    }
}
