/* header */
header{
    background-color: #F9F5EF;
}
/*  */

/* sobre-historia  */
.sobre-historia{
    padding: 0 2%;
}

.sobre-historia article{
    max-width: 600px;
    margin: 50px auto;
}

.sobre-historia article h3{
    font-size: 30px;
    margin-bottom: 20px;
    color: #94674A;
    font-family: "Playfair Display", serif;
}

.sobre-historia article > p{
    font-size: 18px;
    line-height: 28px;
    color: #7E7167;
    margin-bottom: 20px;
    text-align: justify;
}

.sobre-historia article .fundado{
    margin: 20px auto;
    display: inline-block;
    padding: 20px;
    color: white;
    font-family: "Playfair Display", serif;
    background-color: #D4AF37;
    border-radius: 10px;
    font-weight: bold;
}

/* missão, visão e valores */
.missao-visao-valores{
    background-color: #F9F5EF;
    padding: 100px 2%;
}

.missao-visao-valores h2{
    font-size: 30px;
    text-align: center;
    color: #94674A;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.missao-visao-valores .container > p{
    font-size: 18px;
    text-align: center;
    color: #7E7167;
    max-width: 800px;
    margin: 0 auto 50px auto;
    line-height: 28px;
}

.missao-visao-valores .wraper-box{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.missao-visao-valores .box{
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 300px;
}

.missao-visao-valores .box i{
    font-size: 20px;
    color: #94674A;
    margin-bottom: 20px;
    background-color: #F9F5EF;
    padding: 15px;
    border-radius: 50%;
}

.missao-visao-valores .box h3{
    font-size: 20px;
    color: #94674A;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.missao-visao-valores .box p, .missao-visao-valores .box ul{
    font-size: 16px;
    color: #7E7167;
    line-height: 24px;
    list-style-position: inside;
}

