.banner {
    margin-top: 75px;
    margin-bottom: 50px
}

.row-center-flex {
    align-items: center;
}

.sobre {
    margin: 30px 0px 60px 0px;
}

.sobre__titulo h1 {
    font-size: 40px;
    color: #0067db;
    font-weight: 700;
    margin-bottom: 10px;
}

.sobre__titulo p {
    font-size: 18px;
    color: #f49723;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 28px
}

.sobre__texto__principal p {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    line-height: 25px;
}

    .sobre__texto__principal p strong {
        color: #575756;
    }

.sobre__empresa .row {
    justify-content: center;
    position: relative;
}

    .sobre__empresa .row:before {
        content: " ";
        height: 100%;
        width: 50%;
        background: #f49723;
        position: absolute;
        left: 0px;
    }

    .sobre__empresa .row:after {
        content: " ";
        height: 100%;
        width: 50%;
        background: #f6ac4f;
        position: absolute;
        right: 0px;
    }

.sobre__empresa__item {
    padding: 30px;
    position: relative;
    z-index: 1;
}

    .sobre__empresa__item h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
        width: 40%;
        line-height: 25px;
    }

    .sobre__empresa__item p {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
    }

.sobre__empresa__missao {
    background: #f49723;
}

.sobre__empresa__visao {
    background: #f5a139;
}

.sobre__empresa__valores {
    background: #f6ac4f;
}

@media(min-width:992px) {
    .sobre__empresa .row .sobre__empresa__item:first-child {
        padding-left: 0px
    }

    .sobre__empresa .row .sobre__empresa__item:last-child {
        padding-right: 0px
    }

    .sobre__empresa .row:before {
        content: " ";
        height: 100%;
        width: 50%;
        background: #f49723;
        position: absolute;
        left: -50%;
    }

    .sobre__empresa .row:after {
        content: " ";
        height: 100%;
        width: 50%;
        background: #f6ac4f;
        position: absolute;
        right: -49%;
    }
}

.sobre__historia {
    margin: 60px 0px 80px 0px;
}

    .sobre__historia h3 {
        font-weight: 700;
        font-size: 40px;
        color: #0067db;
        margin: 52px 0px;
    }

@media(max-width:992px) {
    .sobre__historia {
        margin: 1px 0px 38px 0px;
    }

        .sobre__historia h3 {
            font-size: 32px;
            margin: 30px 0px;
        }
}

.sobre__numeros__banner {
    background: url("../Assets/css/img/sobre/banner-numeros.jpg") no-repeat center center;
    background-size: cover;
    height: 517px;
}

    .sobre__numeros__banner h4 {
        font-size: 65px;
        color: #fff;
        font-weight: 700;
        line-height: 60px;
        margin-top: 25%;
    }

.sobre__numeros {
    margin: 60px 0px;
}

.sobre__numeros__item {
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    width: 74%;
    margin: 10px auto 20px auto;
}

    .sobre__numeros__item .numero {
        color: #0067db;
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .sobre__numeros__item .texto {
        font-size: 14px;
        color: #000;
        line-height: 24px;
        font-weight: 600;
    }

@media(max-width:992px) {
    .sobre__numeros__banner {
        height: 244px;
    }

        .sobre__numeros__banner h4 {
            font-size: 38px;
            line-height: normal;
        }

    .sobre__numeros {
        margin: 0px 0px 30px 0px;
    }

    .sobre__numeros__item {
        width: auto;
        margin-bottom: 4px;
    }
}

.sobre__premiacoes {
    margin-bottom: 50px;
}

    .sobre__premiacoes h5 {
        font-size: 40px;
        color: #0067db;
        font-weight: 700;
        margin-bottom: 15px;
    }

.sobre__premiacoes__item p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}

.sobre__premiacoes__item {
    width: 66%;
    margin: auto;
    margin-bottom: 20px;
}

@media(max-width:992px) {
    .sobre__premiacoes h5 {
        font-size: 31px;
    }

    .sobre__premiacoes__item {
        width: auto;
    }

    .sobre__trabalhe h5 {
        font-size: 28px;
    }
}

.sobre__texto {
    margin-top: 30px
}

    .sobre__texto h2,
    .sobre__texto h3,
    .sobre__texto h4 {
        color: #F69923;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600
    }

    .sobre__texto p {
        font-size: 15px;
        color: #1D1D1D;
        line-height: 24px;
    }

.col-center-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sobre__iframe {
    padding: 50px 0px;
    background: url("../Assets/css/img/sobre/bg-video.png") no-repeat center center;
}

    .sobre__iframe iframe {
        width: 100%
    }

.sobre__trabalhe {
    background: url("../Assets/css/img/sobre/bg-trabalhe.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0px;
    height: 400px;
    display: flex;
    align-items: center
}

    .sobre__trabalhe h5 {
        font-size: 40px;
        color: #fff;
        line-height: 32px;
        font-weight: 700;
        margin: 0px 0px 15px 0px;
    }

    .sobre__trabalhe p {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        margin: 30px 0px 30px 0px;
        font-weight: 600;
    }

    .sobre__trabalhe .link a {
        font-size: 15px;
        color: #006BDC;
        padding: 12px 12px;
        border-radius: 6px;
        background: #fff;
        font-weight: 900;
        max-width: 300px;
        display: block;
        text-align: center
    }

        .sobre__trabalhe .link a:hover {
            color: #fff;
            background: #1877F2;
        }

.sobre__links {
    margin: 80px 0px;
    text-align: center;
}

    .sobre__links h6 {
        font-size: 24px;
        color: #006BDC;
        line-height: 30px;
        font-weight: 700;
        margin: 0px 0px 30px 0px;
    }

    .sobre__links .link a {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        font-weight: 900;
        background: #006BDC;
        min-width: 180px;
        display: block;
        border-radius: 6px;
        padding: 8px;
        margin: 0px 12px 15px 0px;
    }

        .sobre__links .link a:hover {
            background: #F69923;
        }

@media(max-width:768px) {
    .banner {
        margin-top: 51px;
        margin-bottom: 30px;
    }

    .sobre h1 {
        font-size: 24px;
    }

    .sobre__trabalhe {
        height: 357px;
    }
}

@media(min-width:768px) and (max-width:1080px) {
    .main-sobre .container {
        width: 714px
    }
}

@media(min-width:1081px) {
    .main-sobre .container {
        width: 921px
    }

    .col-md-4:last-child .sobre__premiacoes__item {
        width: 70%;
    }
}

@media(max-width:768px) {
    .sobre__links .link a {
        font-weight: 600;
        margin: 0px auto 26px auto;
        width: 90%;
    }

    .col-center-flex {
        display: block;
    }

    .timeline-md {
        display: none;
    }

    .timeline-sm {
        max-width: 122%;
        left: -32px;
        position: relative;
    }
}

@media(min-width:769px) {

    .timeline-sm {
        display: none;
    }
}

