.sobre-container {
    background-color: #fff;
}

.sobre-conteudo {
    padding: 12px 15px 25px;
    color: #3b3b3b;
}

.sobre-cabecalho {
    padding: 5px 3px 16px;
    border-bottom: 1px solid #f0dfc8;
}

.sobre-sobretitulo {
    margin-bottom: 6px;
    color: #c96525;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.1px;
}

.sobre-cabecalho h1 {
    margin: 0 0 7px;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.25;
}

.sobre-cabecalho > p:last-child {
    max-width: 510px;
    color: #6b6b6b;
    font-size: 11px;
    line-height: 1.55;
}

.sobre-navegacao {
    display: flex;
    gap: 7px;
    margin: 14px 0 20px;
    flex-wrap: wrap;
}

.sobre-navegacao a {
    padding: 7px 10px;
    border: 1px solid #efd2b1;
    border-radius: 15px;
    background: #fff8ef;
    color: #a94e18;
    font-size: 10px;
    font-weight: bold;
}

.sobre-navegacao a:hover {
    background: #FBDEA6;
    text-decoration: none;
}

.sobre-secao {
    margin-bottom: 24px;
    scroll-margin-top: 10px;
}

.sobre-titulo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ead8c2;
}

.sobre-titulo > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #FB8940;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.sobre-titulo p {
    margin: 0 0 2px;
    color: #b8581f;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
}

.sobre-titulo h2 {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.sobre-foto {
    width: 435px;
    max-width: 100%;
    margin: 0 auto 17px;
}

.sobre-foto img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,.13);
}

.sobre-foto figcaption {
    padding-top: 6px;
    color: #888;
    font-size: 9px;
    font-style: italic;
    text-align: center;
}

.sobre-texto {
    color: #444;
    font-size: 11px;
    line-height: 1.65;
}

.sobre-texto p {
    margin: 0 0 10px;
    text-align: justify;
}

.sobre-texto ul {
    margin: 4px 0 15px 7px;
}

.sobre-texto li {
    position: relative;
    margin-bottom: 8px;
    padding: 8px 10px 8px 24px;
    border-left: 2px solid #f2c69d;
    background: #fdf8f1;
    line-height: 1.55;
}

.sobre-texto li::before {
    content: "›";
    position: absolute;
    left: 9px;
    top: 7px;
    color: #d26928;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 650px) {
    .sobre-conteudo {
        padding: 10px;
    }

    .sobre-navegacao {
        display: grid;
    }

    .sobre-navegacao a {
        border-radius: 4px;
    }
}
