.trabalhe {
    margin-top: 0px;
}
.trabalhe h2 {
    font-family: 'VagRounded-Bold';
	font-size: 36px;
	color: #0093d3;
	text-transform: uppercase;
	margin: 72px 0 0 0;
}
.trabalhe h3 {
    margin: 0;
    margin-bottom: 18px;
    padding: 0;
    font-family: 'texgyreheros-regular';
    font-weight: 500;
	font-size: 18px;
	color: #0093d3;
	/*text-transform: lowercase;*/
}

.trabalhe-areas {
    float:left;
    width: 40%;
    min-height: 300px;
    background-color: #fff;
}
.trabalhe-areas-conteudo {
    width: 400px;
    float: right;
    padding: 30px;
}
.trabalhe-areas-conteudo ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.trabalhe-areas-conteudo ul li {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}
.trabalhe-areas-conteudo ul li a {
    display: inline-block;
    width: 100%;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'texgyreheros-regular';
    font-weight: 500;
	font-size: 18px;
    color: #666666;
}
.trabalhe-areas-conteudo ul li a:hover {
    background-color: #0093d3;
    border-color: #0093d3;
    color: #fff;
    text-decoration: none;
}

.trabalhe-vagas {
    float: left;
    width: 60%;
    background-color: #f1f2f2;
    min-height: 1000px;
}
.trabalhe-vagas-conteudo {
    width: 600px;
    float: left;
    padding: 30px;

}

.vaga {
    margin-bottom: 18px;
    line-height: 28px;
}
.vaga a {
    font-family: "DroidSerif-Regular";
    text-decoration: none;
    color: #666666;
}
.btn-vaga {
    display: inline-block;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    color: #0093d3;
    border-radius: 5px;
    font-family: 'texgyreheros-regular';
    font-weight: 500;
	font-size: 16px;
    text-transform: lowercase;
    line-height: 18px;
}
.btn-vaga:hover {
    background-color: #fff;
}

.trabalhe-areas-conteudo .div-select {
    display: none;
    text-align: center;
}
.trabalhe-areas-conteudo .div-select select {
    display: inline-block;
    width: 300px;
    padding: 18px;
    padding-left: 36px;
    padding-right: 36px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-family: 'texgyreheros-regular';
    font-weight: 500;
	font-size: 16px;
    color: #0093d3;
}


.trabalhe-vaga {
    width: 50% !important;
    min-height: 1500px !important;
}
.trabalhe-form {
    width: 50% !important;
}
.trabalhe-form .trabalhe-areas-conteudo {
    width: 600px;
    float: left;
    
}
.trabalhe-vaga .trabalhe-vagas-conteudo {
    float: right !important;
}
.trabalhe-vaga .trabalhe-vagas-conteudo p {
    font-family: "DroidSerif-Regular" !important;
    color: #666666;
}

@media (max-width: 1155px) {
    .trabalhe-vagas-conteudo {
        width: 400px;
        padding: 30px;
    
    }
    .trabalhe-areas-conteudo {
        width: 400px;
        padding: 30px;
    }

    .trabalhe-form .trabalhe-areas-conteudo {
        width: 480px;
    }
}

@media (max-width: 1024px) {
    .trabalhe-areas {
        width: 50%;
    }
    .trabalhe-areas-conteudo {
        width: 480px;
    }

    .trabalhe-vagas {
        width: 50%;
    }
    .trabalhe-vagas-conteudo {
        width: 480px;
    }
}

@media (max-width: 991px) {
    .trabalhe h2{
       margin-top: 36px;
    }
    .trabalhe h2, h3 {
        text-align: center;
    }
    .trabalhe-areas {
        float: none;
        display: block;
        width: 100%;
    }
    .trabalhe-areas-conteudo {
        float: none;
        display: block;
        width: 100%;
    }
    .trabalhe-areas-conteudo ul {
        display: none;
    }
    .trabalhe-areas-conteudo .div-select {
        display: block;
    }

    .trabalhe-vagas {
        float: none;
        display: block;
        padding-bottom: 108px;
        width: 100%;
        min-height: inherit;
    }
    .trabalhe-vagas-conteudo {
        float: none;
        display: block;
        width: 100%;
        padding-left: 20%;
        padding-right: 20%;
    }

    .trabalhe-vaga {
        width: 100% !important;
    }
    .trabalhe-form {
        width: 100% !important;
    }

    .trabalhe-form .trabalhe-areas-conteudo {
        width: 100%;
    }
}


@media (max-width: 900px) {
    .trabalhe-vagas-conteudo {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 500px) {

    .trabalhe h2 {
        font-size: 24px;
    }

}
