@media(max-width: 720px){
    .centralizador{
        padding: 0 3%;
        position: relative;
    }
    .carrer .box-left{
        width: 40%;
    }

    .carrer .box-left p{
        padding-left: 0;
    }

    .carrer .box-right{
        width: 60%;
    }

    .carrer .box-right{
        padding: 40px;
    }

    .carrer .box-right article span{
        display: inline;
    }

    .container-vagas .box-left, .container-vagas .box-right{
        width: 100%;
        float: left;
    }

    .container-vagas .box-left h2{
        transform: none;
        font-size: 50px;
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        float: left;
        margin-bottom: 25px;
    }

    .vaga h2{
        width: 60%;
        font-size: 18px;
        line-height: 24px;
    }

    .btn-see-more{
        width: 35%;
    }

    /*========== INTERNAS ==========*/
    .descricao-vaga{
        padding: 20px;
    }

    .descricao-vaga h2{
        margin: 20px 0 30px 0;
    }

    .descricao-vaga h3{
        font-size: 13px;
    }

    .lista-conteudo{
        padding-left: 10px;
    }

    .lista-conteudo li{
        padding-left: 15px;
    }

    .lista-conteudo li:before{
        top: 8px;
        height: 3px;
        width: 3px;
    }

    .descricao-vaga p, .lista-conteudo li{
        font-size: 12px;
        line-height: 20px;
    }

    .descricao-vaga p.margin-bottom-text{
        margin-bottom: 25px;
    }

    .btn-apply{
        width: 180px;
        font-size: 12px;
        line-height: 47px;
        height: 45px;
    }
}

@media(max-width: 580px){
    .carrer .box-left{
        width: 100%;
    }

    .carrer .box-left p{
        padding: 0;
        text-align: left;
    }

    .carrer .box-right{
        width: 100%;
    }

    .carrer .box-right{
        padding: 20px;
    }

    .carrer .box-right article{
        font-size: 23px;
        line-height: 32px;
        text-align: center;
    }
}


@media(max-width: 500px){

    .redes-int{
        display: none;
    }

    .header-principal{
        height: 100px;
    }

    .header-principal-int{
        height: 88px;
    }

    .logo-crane{
        margin-top: 20px;
    }

    .logo-crane{
        width: 100%;
    }

    .redes-sociais{
        position: absolute;
        right: 3%;
        top: 68px;
    }

    .carrer .box-left h2 {
        padding-bottom: 5px;
        margin-bottom: 18px;
        border-bottom: 6px solid #C59C6D;
    }

    .container-vagas{
        margin-bottom: 20px;
    }

    .container-vagas .box-left h2{
        font-size: 30px;
        margin-bottom: 15px;
    }

    .carrer .box-left h2{
        font-size: 40px
    }

    .carrer .box-right{
        padding: 15px 10px;
    }

    .carrer .box-right article{
        font-size: 15px;
        line-height: 22px;
    }

    .vaga:nth-child(1){
        border-top: 1px solid #C3C3C3;
        padding-top: 14px;
    }

    .vaga{
        padding-bottom: 14px;
        margin-bottom: 14px;
    }

    .vaga h2{
        width: 70%;
        font-size: 14px;
        line-height: 21px;
    }

    .vaga h2 small {
        font-size: 12px;
        margin-top: 0;
    }

    .vaga h2 span {
        font-size: 10px;
        margin-top: -4px;
    }

    .btn-see-more{
        border: 1px solid;
        line-height: 32px;
        height: 32px;
        font-size: 9px;
        width: 20%;
    }

    .cont-btn-connect{
        margin-bottom: 10px;
    }

    .btn-connect{
        width: 150px;
    }

    .topo-int{
        height: 55px;
        padding-right: 10px;
    }

    .topo-int a{
        height: 40px;
        width: 54px;
        margin-right: 25px;
    }

    .topo-int h2 span{
        font-size: 13px;
    }
}

@media(max-width: 420px){
    .logo-crane img{
        width: 100%;
    }
}

@media(max-width: 340px){
    .vaga h2{
        width: 100%;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .btn-see-more{
        width: 100px;
        float: left;
        border: 1px solid;
        line-height: 30px;
        height: 29px;
        font-size: 10px;
    }

    .btn-connect{
        float: none;
        width: 150px;
    }
}




