.titulo-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.titulo-form h1, 
.titulo-form h2 {
    text-align: center;
    font: 2.2em 'Exo', sans-serif;
    font-weight: 400;
    color: #2e454d;
    margin: 0;
}
.form-wrap {
    width: 100%;
    background: #f0f1f2;
    padding: 60px 30px;
}
.form-custom form textarea,
.form-custom form input ,
.form-custom form select:not(.disable-custom) {
    width: 100%;
	height: 48px;
	border: #bed3da solid 1px;
	padding-left: 31px;
	outline: none;
    font: 1.1em 'Exo', sans-serif;
    color: #939393;
    margin-bottom: 30px;
}
.form-custom form {}
.form-custom form select{
    appearance:none;
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat calc(100% - 14px) white;
    background-size: 9px;
}
.form-custom form .row {
	/*margin-bottom: 30px;*/
}
.form-custom form textarea:focus,
.form-custom form input:focus ,
.form-custom form select:focus {
	border-color: #333;
}
.form-custom form textarea {
	padding: 31px;
	height: 250px;
}

.form-custom form button {
	border: none;
	float: right;
}
.form-custom form button {
    padding: 13px;
    background: #69b8d6;
    display: inline-block;
    font: 500 .95em 'Exo', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 0 #539fbc;
    text-decoration: none !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#atualization{
    background: #d4e0e7;
    padding: 70px 0 60px;
}
#atualization .name-wrap{
    display: flex;
}
#atualization .name-wrap > *{
    width: 50%;
}
#atualization .content-interests{
    display: flex;
}
#atualization .content-interests > select{
    width: 70%;
    border-right: none;
}
#atualization .content-interests .wrap-button{
    width: 30%;
    background: white;
    height: 48px;
    padding: 5px;
    border: #bed3da solid 1px;
    border-left: none;
    display: flex;
    align-items: center;
}
#atualization .content-interests .wrap-button button{
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#job-career .fileinput {
	
}
#job-career .fileinput .form-control {
    height: 48px;
	border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    cursor:text;
    padding-top: 13px;
    border: #bed3da solid 1px;
}
#job-career .fileinput-exists{
    display: none;
}
#job-career .fileinput .input-group-addon  {
	position: absolute;
    top: 0;
    right: 15px;
    width: 140px;
    height: 48px;
	border: none;
	background: #69b8d6;
	color: #fff;
	border-radius: none !important;
    opacity: 1;
}
#job-career .fileinput .botao {
	float: left;
    padding-top: 9px;
    font: .9em 'Exo', sans-serif;
}
#job-career button {
    margin-top: 40px
}
#job-career .btn-remove-file {
    padding-top:16px;
    font: .9em 'Exo', sans-serif;
}

#contato p{
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1400px){
    .container.container-form{
        width: 1320px;
    }
}