/*Colors*/
.color-orange {
    color: #F7921E;
}

.color-black {
    color: #32363F;
}

/*box__toportunidades*/
.box__oportunidades {
    padding: 80px 0;
    /* min-height: 900px; */
    background-color: #F3F3F2;
}

/*content__toportunidades*/
.content__oportunidades h2,
.content__oportunidades p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.content__oportunidades p {
    margin: 40px 0;
}

.content__oportunidades .buttons__item {
    background: #F26A36;
    padding: 16px 40px;
    border-radius: 42px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0;
}

@media screen and (max-width: 1680px) {

    /*box__toportunidades*/
    .box__oportunidades {
        /* background-size: 600px; */
    }
}

@media screen and (max-width: 1440px) {

    /*box__oportunidades*/
    .box__oportunidades {
        background-size: 480px;
    }
}

@media screen and (max-width: 1366px) {

    /*box__oportunidades*/
    .box__oportunidades {
        background-size: 400px;
    }
}

@media screen and (max-width: 992px) {

    /*box__oportunidades*/
    .box__oportunidades {
        background: none;
    }

    /* .content__oportunidades {
        padding-top: 40px;
    } */

    .image__oportunidades {
        padding-bottom: 40px;
    }

    .buttons__oportunidades {
        padding-top: 50px;
    }

    .content__oportunidades h2,
    .content__oportunidades p {
        font-size: 16px;
    }

    .content__oportunidades .buttons__item {
        font-size: 13px;
    }

    .box__oportunidades {
        padding: 40px 0 1rem 0;
        
    }
}