/* CSS */

* { margin: 0 ; padding: 0;}
body { font-family: 'Roboto', sans-serif !important; background: #f5f5f5;}

.clear { clear: both !important;}
/* Cadastrar Usuário */

.cadastrar_user {
    background: url('../img/camada-1.png') center no-repeat;
    background-size: cover;
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.content-form-user {
    width: 59%;
    background: #f5f5f5;
    margin: 0 auto !important;
    height: 500px !important;
    border-radius: 10px !important;
}

.content-form-user-left {
    background: #0067b1;
    float: left !important;
    width: 300px;
    height: 100%;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.content-form-user-right {
    float: right;
    /**width: 500px;**/
    height: 100%;
    background: #f5f5f5; 
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.img-logo {
    text-align: center !important;
}

.img-logo img {
    width: 33% !important;
    padding: 50px 0px 35px 0px !important;
}

.content-campos-form {
    margin: 0 auto !important;
    width: 75%;
}

.content-campos-form label {
    font-size: 16px;
    text-align: left !important;
    color: #353535;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: bold;
}

.content-campos-form input {
    margin-bottom: 15px !important;
    width: 100% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.content-campos-form input::placeholder {
    font-size: 14px !important;
    opacity: 0.5 !important;
}

/* Campos Senhas */

.content-campos-form .senha, .content-campos-form .senha-confirma {
    float: left !important;
    width: 50%;
}

.content-campos-form .senha-confirma input {
    float: right !important;
}

.content-campos-form .senha-confirma label {
    padding-left: 15px !important;
}

.content-campos-form .senha input, .content-campos-form .senha-confirma input {
    width: 95% !important;
}

/* Botao Enviar */

.bottom-cadastrar {
    text-align: center !important;
}

#enviar_cadastro {
    font-family: 'Roboto', sans-serif !important;
    margin-top: 20px !important;
    width: 80% !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    background-color: #0067b1;
    font-weight: 500 !important;
    color: #fff;
    height: 50px;
}

/* Slides - Formulaio */

.content-form-user-left {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.custom-carousel {
    width: 95% !important;
    height: 230px !important;
}

.img-carousel-custom img {
    width: 80% !important;
    margin: 0 auto !important;
}

.img-carousel-custom {
    width: 165px !important;
    height: 165px !important;
    margin: 0 auto !important; 
    text-align: center !important;
}

.carousel-caption {
    position: unset !important;
}

.carousel-caption-custom {
    margin-top: 10px !important;
}

.carousel-indicators {
    margin-bottom: -20px !important;
}

/* Custom IMG */

#img-binoculars {
    width: 90% !important;
    margin-top: 15px !important; 
}

/*=================== LOGIN EMPRESA =================*/

.login_empresa {
    background: url('../img/camada-1.png') center no-repeat;
    background-size: cover;
    position: fixed;
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.content-form-login-empresa {
    width: 450px;
    background: #f5f5f5;
    margin: 0 auto !important;
    height: 430px !important;
    border-radius: 10px !important;
}

.content-form-login-empresa img {
    width: 38% !important;
}

.content-form-login-empresa #enviar_cadastro_empresa {
    text-align: center !important;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 20px !important;
    width: 80% !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px;
    background-color: #0067b1;
    font-weight: 500 !important;
    color: #fff;
    height: 50px;
    padding-left: 0px !important;
	cursor: pointer;
}


/*=================== CADASTRO DE INFORMAÇÕES EMPRESA =================*/

.cadastro_informacoes_empresa {
    background: #f5f5f5;
}

.content-img-left {
    float: left !important;
    width: 25% !important;
    height: 110% !important;
    background: url('../img/mapa-de-degrad-1.png') center no-repeat;
    background-size: cover;
    position: fixed;
}

.content-form-cadastro-informacoes {
    margin-left: 25% !important;
    background: #f5f5f5;
    height: 110% !important;
    width: 75%;
    margin-bottom: 50px !important;
}

.cadastro-info-title {
    padding: 70px 0px 0px 140px !important;
    margin-top: 20px !important;
}

.cadastro-info-title h1 {
    color: #353535;
    font-weight: 900;
    font-size: 52px;
}

.cadastro-info-title h1 span {
    color: #0066ad;
}

.cadastro-info-title h3 {
    font-size: 22px;
    margin-top: 5px !important;
    text-transform: uppercase;
    color: #353535;
}

/*============= CUSTOM COL ==============*/

.custom-col {
    margin-left: 140px !important;
    padding-top: 50px !important;
}

.custom-col-bottom {
    margin-left: 140px !important;
    padding-top: 20px !important; 
}

/*======================================*/

.content-form-empresa-left label {
    font-size: 16px;
    text-align: left !important;
    color: #353535;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 500;
}

.content-form-empresa-left input {
    margin-bottom: 15px !important;
    width: 80% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.content-form-empresa-right label {
    font-size: 16px;
    text-align: left !important;
    color: #353535;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 500;
}

.content-form-empresa-right input {
    margin-bottom: 15px !important;
    width: 80% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

#custom-label-file {
    margin-left: 10px !important;
}

#img-icone-file {
    width: 42px !important;
    height: 42px !important;
}

#custom-empresa-bottom {
    margin-top: 35px !important;
    width: 25%;
    padding: 5px !important;
    border-radius: 5px !important;
    border: none;
    background-color: #0066ad;
    color: #f7f7f7;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

/* ================== CADASTRO CURRICULO USER ==================== */

.content-cadastro-curriculo {
    background: #f5f5f5;
    font-family: 'Lato', sans-serif !important;
    height: 100% !important;
}

.custom-col-curriculo {
    height: 100% !important;
    background: url('../img/camada-2.png') center no-repeat;
    background-size: cover;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 16.666667% !important;
    position: fixed;
}

#dados-pessoas { display: none; } #form-academica { display: none;} #exp-profissional {display: none;}
#qualicacao {display: none;} #info-adds {display: none;} #buscar-vagas{ /*display: none;*/}

.etapa-boas-vindas {
    text-align: center;
    padding-top: 120px !important;
    padding-bottom: 80px !important;
    margin-bottom: 20px !important;
}

.mensagem-boas-vindas {
    width: 85% !important;
    margin: 0 auto !important;
}

.mensagem-boas-vindas h3 {
    font-size: 22px;
    font-weight: 500;
    opacity: 1;
    line-height: 27px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px !important;
}

span#name-user {
    font-weight: 900;
    color: #004f8b;
}

.btn-avancar-curriculo {
    border-radius: 10px;
    background-color: #0066ad;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 50px !important;
    border: none;
    margin-top: 30px !important;
    cursor: pointer;
}

.btn-avancar-curriculo:hover {
    text-decoration: none !important;
    color: #fff;
}

.topicos-etapas {
    font-family: 'Lato', sans-serif;
}

.topicos-etapas h1 {
    margin-left: -20px !important;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 15px !important;
}

.topicos-etapas ul {
    list-style-type: circle;
}

.topicos-etapas ul li {
    color: #ffffff;
    font-weight: 400;
    opacity: 0.8;
    font-size: 14px;
}

.topico-active {
    color: #fff !important;
    font-weight: 900 !important;
    opacity: 1 !important;
}

/* Dados Pessoais */

.etapa-dados-pessoas {
    padding: 40px !important;
    margin-left: 5px !important;
    font-family: 'Lato', sans-serif;
}

.dados-pessoas-logo img {
    width: 16%;
}

.etapa-dados-pessoas h2 {
    margin-top: 30px !important;
    text-transform: uppercase;
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    opacity: 0.7;
}

.custom-row-form-curriculo {
    margin-top: 30px !important;
}

.etapa-dados-pessoas label {
    font-size: 20px;
    text-align: left !important;
    color: #353535;
    opacity: 0.7;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 700;
}

.etapa-dados-pessoas input {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

#cEstadocivil, #ctel-curriculo {
    width: 98% !important;
}

.etapa-dados-pessoas input::placeholder {
    font-size: 14px !important;
    opacity: 0.5 !important;
}

.etapa-dados-pessoas select {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.bottom-custom-curriculo a {
    width: 25% !important;
    float: right;
    margin-right: 1% !important;
    border: none;
    background-color: #0066ad;
    padding-left: 0px !important;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 10px !important;
    padding: 6px 0px !important;
}

.bottom-custom-curriculo a:hover {
    text-decoration: none !important;
}

.content-formulario-cadastro-curriculo {
    margin-bottom: 50px !important;
}

/*=========== FORMAÇÃO ACADEMICA ===========*/

.etapa-form-academica {
    padding: 40px !important;
    margin-left: 5px !important;
    font-family: 'Lato', sans-serif;
}

.dados-pessoas-logo img {
    width: 16%;
}

.etapa-form-academica h2 {
    margin-top: 30px !important;
    text-transform: uppercase;
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    opacity: 0.7;
}

.custom-row-formacao-academica {
    background: #E6E5E5 !important;
    padding: 20px !important;
    border-radius: 10px !important;
}

.add-formacao-acad {
    background-color: #0066ad;
    padding: 1px 10px !important;
    font-size: 25px;
    margin-right: 15px !important; 
    border-radius: 7px !important;
    color: #fff;
}

.custom-add-formacao-acad {
    padding: 25px !important; 
}

.custom-add-formacao-acad a {
    font-size: 22px;  
    color: #353535;
}

.custom-add-formacao-acad a:hover {
    text-decoration: none;
}

.etapa-form-academica label {
    font-size: 20px;
    text-align: left !important;
    color: #353535;
    opacity: 0.7;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 700;
}

.etapa-form-academica input::placeholder {
    font-size: 14px !important;
    opacity: 0.5 !important;
}

.etapa-form-academica input {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.etapa-form-academica select {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.botoes-nav {
    padding: 25px 0px 0px 25px !important;
    margin-top: 80px !important;
}

#btn-form-academica {
    float: right
}

.botao-avancar {
    width: 25% !important;
    float: right;
    border: none;
    background-color: #0066ad;
    padding-left: 0px !important;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 10px !important;
    padding: 6px 0px !important;
}

.botao-avancar:hover {
    text-decoration: none !important;
    color: #fff;
}

.botao-voltar {
    width: 25% !important;
    padding-left: 0px !important;
    color: #A4A2A2;
    border: 2px solid #A4A2A2;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 10px !important;
    padding: 6px 8% !important;
    font-weight: 700;
}

.botao-voltar:hover {
    text-decoration: none !important;
    color: #A4A2A2;
}

/* ============== EXPERIENCIA PROFISSIONAL ===============*/

.etapa-exp-profissional {
    padding: 40px !important;
    margin-left: 5px !important;
    font-family: 'Lato', sans-serif;
}

.etapa-exp-profissional h2 {
    margin-top: 30px !important;
    text-transform: uppercase;
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    opacity: 0.7;
}

.etapa-exp-profissional label {
    font-size: 20px;
    text-align: left !important;
    color: #353535;
    opacity: 0.7;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 700;
}

.etapa-exp-profissional input {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.etapa-exp-profissional input::placeholder {
    font-size: 14px !important;
    opacity: 0.5 !important;
}

/*================ QUALIFICAÇÕES ==============*/

.etapa-qualicacao {
    padding: 40px !important;
    margin-left: 5px !important;
    font-family: 'Lato', sans-serif;
}

.etapa-qualicacao h2 {
    margin-top: 30px !important;
    text-transform: uppercase;
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    opacity: 0.7;
}

.etapa-qualicacao label {
    font-size: 20px;
    text-align: left !important;
    color: #353535;
    opacity: 0.7;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 700;
}

.etapa-qualicacao input {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.etapa-qualicacao input::placeholder {
    font-size: 14px !important;
    opacity: 0.5 !important;
}

/*================ INFORMAÇÕES ADICIONAIS ==============*/

.etapa-info-adds {
    padding: 40px !important;
    margin-left: 5px !important;
    font-family: 'Lato', sans-serif;
}

.etapa-info-adds h2 {
    margin-top: 30px !important;
    text-transform: uppercase;
    color: #353535;
    font-size: 28px;
    font-weight: 700;
    opacity: 0.7;
}

.etapa-info-adds label {
    font-size: 20px;
    text-align: left !important;
    color: #353535;
    opacity: 0.7;
    margin-bottom: 3px !important;
    padding-left: 8px !important;
    font-weight: 700;
}

.etapa-info-adds input {
    margin-bottom: 15px !important;
    width: 98% !important;
    height: 35px;
    border-radius: 5px;
    border: solid 1px #b5b5b5;
    padding-left: 15px !important;
}

.etapa-info-adds input::placeholder {
    font-size: 14px !important;
    opacity: 0.5 !important;
}

/*==== BUSCAR VAGAS ====*/

.etapa-buscar-vagas {
    text-align: center !important;
    padding-top: 120px !important;
    padding-bottom: 80px !important;
    margin-bottom: 20px !important;
}

.etapa-buscar-vagas img {
    width: 18% !important;
}

.etapa-buscar-vagas h3 {
    margin-top: 30px !important;
}

#btn-buscar-vagas {
    border-radius: 10px;
    background-color: #0066ad;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 50px !important;
    border: none;
    margin-top: 10px !important;
    cursor: pointer;
}

.container-custom{
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.logo-img-aaaa{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.col-perfil-topo{
	text-align: right;
	padding-top: 25px !important;
}

.main-header-page-a{
	background: url(../img/vagas-user/bg-aciem.jpg) no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	min-height: 240px;
	margin-bottom: 40px !important;
}

.col-text-welcomido{
	margin-top: 115px !important;
    color: #fff;
    font-size: 22px;
}

.row-custom{
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.col-custom{
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.card-vaga-list{
	background: #e7e7e7;
	padding: 15px !important;
	margin-bottom: 10px !important;
	font-size: 13px;
	border-radius: 5px;
}

.img-responsive{
	width: 100%;
	height: auto
}

.h2-infos-empresa h2{
	font-family: Lato;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #808080;
}

.h2-infos-empresa p{
	font-family: Lato;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #808080;
	margin-top: 10px !important;
}

.salario-he{
	font-family: Lato;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #808080;
	text-align: center;
	margin-top: 4px !important;
	margin-bottom: 10px !important;
}

.input-pesquisa{
	border-radius: 13px;
	background-color: #fbfbfb;
	border: solid 2px #eeeeee;
	width: 100%;
	padding: 4px 15px !important;
	font-size: 13px;
}

.ordenado-por-aa{
	font-family: Lato;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #a2a2a2;
	margin-top: 10px !important;
	margin-left: 5px !important;
}

.select-ordem{
	background-color: #fbfbfb;
	border: solid 2px #eeeeee;
	width: 100%;
	margin-top: 10px !important;
	height: 35px;
	padding-left: 5px !important;
	font-size: 13px;
	border-radius: 13px;
}

.div-price-value-a{
	border-radius: 10px;
	background-color: #eeeeee;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-family: Lato;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #808080;
	text-transform: uppercase;
}

.quero-me-candidatar{
	border-radius: 3.5px;
	background-color: #3d6ca5;
	display: block;
	text-align: center;
	margin-top: 20px !important;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.div-price-value-a img{
	margin-right: 10px !important;
	width: 34px;
}

.meu-perfil-link{
	color: #fff;
	align-items: center;
	display: flex;
	width: 23%;
	float: right;
}

.meu-perfil-link img{
	margin-left: 10px !important;
}

.quero-me-candidatar:hover{
	color: #fff;
	text-decoration: none;
}

.meu-perfil-link:hover{
	color: #fff;
	text-decoration: none;
}

.box-card-form{
	background-color: #eeeeee;
	padding: 25px 50px !important;
	border-radius: 4px;
}

.h2-title-card-box{
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #353535;
}

.label-form-perfil{
	font-family: Lato;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #666666;
	margin-top: 20px !important;
	font-weight: bolder;
	margin-top: 30px !important;
}

.input-control-info{
	font-family: Lato;
	font-size: 18.5px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #353535;
	border: none;
	background: transparent;
	margin-top: 10px !important;
	width: 100%;
}

.perfil-side{
	background-color: #eeeeee;
	border-radius: 12px;
	height: auto;
	padding: 10px 10px !important;
}
.img-perfil{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-top: 20px !important;
}
.nome-side{
	text-align: center;
	font-family: Lato !important;
	font-size: 23px;
	color: #353535;
	font-weight: bold;
	margin-top: 15px !important;
}
.idade-side{
	text-align: center;
	margin-top: 15px !important;
	font-family: Lato !important;
}
.cidade-side{
	text-align: center;
	font-family: Lato !important;
	margin-bottom: 20px !important;
}
.endereco-perfil{
	width: 100%;
}
.formacao-academica{
	margin-top: 30px !important;
}
.titulo-bloco{
	padding-top:30px !important;
}
.box-formacao-academica{
	margin-top: 30px !important;
}
.linha-formacao{
	width: 100%;
	color: #353535;
	margin-top: 30px !important;
}
.empresa-perfil{
	width: 100%;
}
.atividade-desempenhada{
	width: 100%;
}
.qualificacao-profissional{
	width: 95%;
}
.informacoes-adicionais{
	width: 95%;
}
.footer-p{
	font-family: Lato;
	font-weight: 300;
	text-align: center;
	color: #a2a2a2;
	font-size: 12px;
	padding-top: 60px !important;
	padding-bottom: 20px !important;
}
.img-edit{
	float: right;
	color: #353535;
}
.img-edit:hover{
	color: #353535;
	text-decoration: none;
}
.editar-campo{
	border: 2px solid #a2a2a2;
	padding: 5px 10px 5px 10px !important;
	
}

.circle-profile-empresa{
	width: 150px;
	height: 150px;
	align-items: center;
	display: flex;
	float: left;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}

.circle-profile-empresa img{
	width: 80%;
	margin:0 auto !important;
}

.col-text-welcomido-empresa{
	margin-top: 125px !important;
	color: #fff;
	font-size: 22px;
	position: absolute;
	align-items: center;
	display: flex;
	width: 85%;
}

.col-text-welcomido-empresa span{
	margin-left: 10px !important;
    font-size: 25px;
    font-weight: bold;
}

.h2-suas-vagas-cadastradas{
	margin-top: 20px !important;
	font-size: 25px;
	margin-bottom: 10px !important;
	font-weight: bold;
}

.a-adicionar-nova-vaga{
	border-radius: 30px;
	background-color: #3d6ca5;
	display: block;
	text-align: center;
	margin-top: 20px !important;
	height: 30px;
	line-height: 30px;
	color: #fff;
	width: 65%;
	float: right;
}

.a-adicionar-nova-vaga:hover{
	color: #fff;
	text-decoration: none;
}

.a-ver-lista-de-candidatos{
	border-radius: 30px;
	background-color: #3d6ca5;
	display: block;
	text-align: center;
	margin-top: 20px !important;
	height: 30px;
	line-height: 30px;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 41px;
}

.a-ver-lista-de-candidatos span{
	background: #134178;
	padding: 9px 6px !important;
	border-radius: 50%;
	margin-right: 5px !important;	
}

.a-ver-lista-de-candidatos:hover{
	color: #fff;
	text-decoration: none;
}

.status-da-vaga{
	text-align: center;
	margin-top: 40px !important;
	font-weight: 400;
}

.status-da-vaga span{
	color: green;
}

.modal-dialog{
	margin: 1.75rem auto !important;
    width: 50%;
    max-width: 100%;
}

.modal-header{
	padding: 1rem !important;
}

.card-list-vagas-empresa{
	background: #e1e1e1;
	width: 90%;
	margin-left: 5% !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	min-height: 100px;
	border-radius: 5px;
}

.name-list-vagas-empresa{
	font-size: 18px;
	margin-top: 30px !important;
	padding-left: 15px !important;
}

.mais-infos-p-vagas{
	color: #808080;
	font-size: 13px;
	font-weight: 300;
	padding-left: 15px !important;
}

.ver-perfil-completo-candidato{
	border-radius: 30px;
	background-color: #3d6ca5;
	display: block;
	text-align: center;
	margin-top: 35px !important;
	height: 30px;
	line-height: 30px;
	color: #fff;
	width: 90%;
	font-size: 13px;
	margin-left: 5% !important;
}

.ver-perfil-completo-candidato:hover{
	color: #fff;
}

.ver-perfil-completo-candidato:focus{
	color: #fff;
}

.ver-perfil-completo-candidato:active{
	color: #fff;
}

.modal-img-perfil-list{
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 50%;
	align-items: center;
	display: flex;
	background: #fff;
	margin: 0 auto !important;
		margin-top: 0px;
	margin-top: 5px !important;
}

.modal-img-perfil-list img{
	width: 100%;
	height: auto;
	margin: 0 auto !important;
}

.form-cadastrar-nova-vaga{
	padding: 30px !important;
}

.form-cadastrar-nova-vaga label{
	font-family: Lato;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #666666;
	font-weight: bolder;
}

.form-cadastrar-nova-vaga input{
	height: 40px;
	padding-left: 10px !important;
	margin-bottom: 20px !important;
}

.form-cadastrar-nova-vaga textarea{
	padding-left: 10px !important;
	margin-bottom: 20px !important;
	resize: none;
	padding-top: 5px !important;
}
.form-cadastrar-nova-vaga button{
	background: #3d6ca5;
	border: none;
	width: 50%;
	margin-left: 25% !important;
	height: 45px;
}

.form-cadastrar-nova-vaga button:hover{
	color: #fff;
	text-decoration: none;
}

.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
	margin-top: -10px !important;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

.label-custom-stats{
	width: 100%;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.bt_remove_formacao{
	margin-top: 15px !important;
	display: block;
	margin-left: 15px !important;
	color: #fff;
	padding: 5px 15px !important;
}

.user-profile-img-edit-page{
	border-radius: 3.5px;
	background-color: #3d6ca5;
	display: block;
	text-align: center;
	margin-top: 20px !important;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	width: 80%;
	margin-left: 10% !important;
}

.nao-tenho-curriculo-link{
	margin: 0 auto !important;
	display: block;
	text-align: center;
}

.area-empresa-link{
	color: #fff;
	z-index: 2;
	position: absolute;
	right: 25px;
	bottom: 0;
	border-top-left-radius: 10px;
	background-color: #0067b1;
	border-top-right-radius: 10px;
	height: 30px;
	padding: 5px 15px !important;
}

.area-empresa-link a{
	color: #fff;
}

.area-empresa-link a:hover{
	color: #fff;
	text-decoration: none;
}

.col-border-left{
	border-left: 2px solid #3d6ca5;
}

.text-h2-questionários{
	color: #3d6ca5;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.caroulse-item-custom{
	background: #3d6ca5;
	color: #fff;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

.caroulse-item-custom h2{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}

.caroulse-item-custom a{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.modal-footer-custom{
	background: #fff;
	border: none;
	margin-top: -2px;
}