:root{
    --font-color: #333333;
    --color-padrao: #0065eb;
    --gradient-padrao: linear-gradient(90deg, #016cfa, #005cd7);
    --gradient-fundo-1: linear-gradient(90deg, #45043f, #b71220);
}

.sub_title{
    text-align: center;
    color: #6e6e6e;
    font-size: 13px;
    margin-top: 50px;
}
.title_sobre{
    font-size: 50px;
    font-weight: 800;
    color: var(--font-color);
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: -10px;
}
.title_sobre span{
    background-color: var(--color-padrao);
    color: #fff;
}
.hist{
    max-width: 500px;
    margin: auto;
    text-align: center;
    color: #6e6e6e;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 50px;
}
.metas{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #016cfa;
    padding: 50px 0px;
}
.title_metas{
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
    font-size: 20px;
}
.area_valores{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item_valores{
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_val h1{
    font: 800;
    font-size: 30px;
    color: #fff;
}
.text_val p{
    color: #fff;
}

@media only screen and (max-width: 600px){
    .title_sobre{
        font-size: 30px;
        max-width: 90%;
    }
    .hist{
        max-width: 75%;
    }
    .item_valores{
        width: 100%;
        height: 300px;
        padding: 0px 10px;
    }
}