.grecaptcha-badge{
    z-index: 9;
}

#alteraDados .section.NaoExiste, #alteraDados .section.NifInvalido{
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-family: 'Barlow-Regular',sans-serif;
    color: #333;
}

.form-control[disabled]{
    background: #ccc !important;
}

.ui-tooltip{
    background:#025097 !important;
    font-family: 'Barlow-Regular',sans-serif !important;
    padding:10px 8px !important;
    color:#fff !important;
    border:1px solid #fff !important;
    text-align:center !important;
}

body::-webkit-scrollbar, .backgroundErro .erro::-webkit-scrollbar, #g-mainbar .interesse .interesseContent::-webkit-scrollbar, #g-mainbar .candidatura .candidaturaContent::-webkit-scrollbar, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent::-webkit-scrollbar, #atalhos::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-track, .backgroundErro .erro::-webkit-scrollbar-track, #g-mainbar .interesse .interesseContent::-webkit-scrollbar-track, #g-mainbar .candidatura .candidaturaContent::-webkit-scrollbar-track, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent::-webkit-scrollbar-track, #atalhos::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb, .backgroundErro .erro::-webkit-scrollbar-thumb, #g-mainbar .interesse .interesseContent::-webkit-scrollbar-thumb, #g-mainbar .candidatura .candidaturaContent::-webkit-scrollbar-thumb, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent::-webkit-scrollbar-thumb, #atalhos::-webkit-scrollbar-thumb{
    background-color: #4e85b6;
}

#g-container-3599 .item-image{
    float: right;
    padding-left: 35px;
    padding-bottom: 25px;
}
#g-container-3599 .item-image img {
    max-width: 250px;
}

.loader{
	text-align:center;
	margin: 150px 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #025097;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* barra topo*/

#g-navigation{
    border-top: 0;
    position: fixed;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid rgba(45, 42, 95, 0.3);
    color: #000;
}

#g-navigation > .g-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

#g-navigation .g-content{
    margin:0;
    padding:0;
}

#barraTopo .w20 {
    width: 150px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    z-index: 9;
    left: 10%;
    padding: 22px 0;
}

#barraTopo .w80 {
    width: 70%;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 10%;
    padding: 30px 0;
    text-align: right;
}

#barraTopo .redesSociais, #barraTopo .redesSociais .icon, #barraTopo .botoes, #barraTopo .menu {
    display: inline-block;
    vertical-align: middle;
}

#barraTopo .redesSociais{
    padding:0 10px 0 0;
    border-right:2px solid #025097;
}

#barraTopo .redesSociais .icon svg {
    width: 27px;
    height: 27px;
    opacity:.7;
    vertical-align: bottom;
}

#barraTopo .redesSociais .icon svg:hover{
    opacity:1;
}

#barraTopo .botoes{
    margin:0 5px;
}

#barraTopo .botoes a{
    padding: 10px 15px;
    background: #eaaa26;
    text-align: center;
    font-family: "Barlow-Semibold",sans-serif;
    color: #fff;
    margin: 0 10px;
    border:1px solid #eaaa26;
    vertical-align:middle;
    font-size: 14px;
}

#barraTopo .botoes a:hover{
    background:transparent;
    color:#1d1d1b;
    text-decoration:none;
}

#barraTopo .online{
    display:inline-block;
    vertical-align:middle;
    margin: 0 10px;
}

#barraTopo .online .w10{
    padding: 8px 0;
    text-align: center;
    font-family: "Barlow-Italic",sans-serif;
    color: #1d1d1b;
    border:1px solid #000;
    cursor:pointer;
    font-size: 14px;
    width:155px;
}

#barraTopo .online .w10:hover{
    background:#1d1d1b;
    color:#fff;
}

#barraTopo .online .offMenu, #barraTopo .menu .closeMenu{
    display:none;
}

#barraTopo .menu svg{
    width:25px;
    height:auto;
    cursor:pointer;
}

/* Menu */

#menuPrincipal{
    position: fixed;
    top: 100px;
    height: 100%;
    width: 100%;
    left:0;
    background: #f1f1f1;
    z-index: 999999;
    display:none;
    background-image:url('/images/menu/Menu.jpg');
}

#menuPrincipal .g-content{
    margin:50px 10% 0;
}

#menuPrincipal .menu .w33{
    width: 29.3%;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 0 0;
}

#menuPrincipal h3{
    font-family:'Barlow-SemiBold',sans-serif;
    margin:0 0 10px;
    color:#3c3c3c;
    font-size:25px;
}

#menuPrincipal .menu .w33 ul{
    list-style: none;
    margin-left: 0;
}

#menuPrincipal .menu .w33 li{
    margin:0 0 10px;
}
#menuPrincipal .menu .w33 li a{
    color:#3c3c3c;
    font-size: 18px;
    font-family: 'Barlow-Regular',sans-serif;
    line-height:1.2;
}
#menuPrincipal .menu .w33 li a:focus, #menuPrincipal .menu .w33 li a:hover {
    text-underline-position:under;
    font-weight:1000;
}

/* Menu Superior - Atalhos */

#atalhos {
    background: #f2f2f2;
    width: 100%;
    position: fixed;
    height: 100%;
    right: 0;
    top: 100px;
    z-index: 99;
    overflow-y: scroll;
    display: none;
}

#atalhos .g-content {
    margin:50px 10%;
    padding:0;
}

#atalhos .w33{
    display:block;
    vertical-align: top;
	margin:auto;
	text-align: center;
}

#atalhos .botao{
    outline: none;
    background: #fff;
    color: #1d1d1b !important;
    font-family: 'Barlow-Bold', sans-serif;
    font-style: normal;
    font-size: 14px;
    width: 14%;
    min-height: 160px;
    float: none;
    margin: 1% 0.8%;
	padding: 50px;
	line-height: 1.5;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border-radius: 3px;
    border-top: 1px solid #6291ba;
    border-left: 1px solid #6291ba;
    border-right: 1px solid #6291ba;
    border-bottom: 8px solid #61b35b;
    transition: transform .2s ease-out;
}


#atalhos .botao:hover{
	background: #024b8c !important;
	color:#fff !important;
    border-color:#024b8c;
    transform: translate(0, -10px);
}

.loader{
    text-align: center;
}

#vazio{
    display:none;
}

#g-header{
    margin:100px 0 0;
}

#g-header .g-content {
    margin:0;
    padding: 0;
}
#g-expanded {
    background: none;
}

#g-mainbar .g-content {
    padding:0;
    margin:0;
    width: auto;
}

#g-mainbar .candidatura, #g-mainbar .interesse, #g-mainbar .candidaturaAmigo{
	position: fixed;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    padding: 30px;
}

#g-mainbar .candidatura .candidaturaContent, #g-mainbar .interesse .interesseContent, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent{
    position: fixed;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: #e6edf4;
    padding: 50px;
	overflow-y:scroll;
}

#g-mainbar .candidatura .candidaturaContent #fechaCandidatura, #g-mainbar .interesse .interesseContent #fechaInteresse, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo{
    width: 45px;
    height: 45px;
    padding: 0;
    background: #025097;
    position: absolute;
    float: right;
    right: 50px;
    z-index: 99;
    top: 45px;
    cursor:pointer;
}

#g-mainbar .candidatura .candidaturaContent #fechaCandidatura svg, #g-mainbar .interesse .interesseContent #fechaInteresse svg, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo svg{
	width: 45px;
    height: 45px;
}

#g-mainbar .candidatura .candidaturaContent #fechaCandidatura svg path, #g-mainbar .interesse .interesseContent #fechaInteresse svg path, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo svg path{
    fill: #fff;
}

#contentAPP{
    margin:20px 10% 0;
}

#contentAPP #submitCandidatura, #contentAPP #submitInteresse, #contentAPP #submitInteresseAmigo{
    display: none;
    position: absolute;
	z-index: 999999;
    background-color: #025097;
    border: 1px solid #025097;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
}

#contentAPP #submitCandidatura:hover, #contentAPP #submitInteresse:hover, #contentAPP #submitCandidaturaAmigo:hover{
	background-color: #fff;
	color: #333;
}

#alteraDados .bloco{
    min-height:300px;
    padding-top:50px;
}

#NovaCandidatura .form-group label, #novoInteresse .form-group label, #NovaOferta .form-group label, #alteraDados .form-group label{
	font-size: 16px;
    font-family: 'Barlow-Regular',sans-serif;
    color: #333;
}

#novaCandidatura .form-group label {
	font-size: 16px;
    font-family: 'Barlow-Regular',sans-serif;
    color: #333;
}

#NovaCandidatura .form-group.PoliticaPrivacidade label, #NovaCandidatura .form-group.Veracidade label, #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label{
	display: inline-flex;
    align-items: center;
	min-height: 35px;
	padding-left: 10px;
	width: auto !important;
}

#novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label {
    display: inline-flex;
    align-items: center;
	min-height: 35px;
	padding-left: 10px;
	width: auto !important;
}

#NovaCandidatura .form-group input[type="text"], #NovaCandidatura .form-group input[type="number"], #novoInteresse .form-group input[type="text"], #novoInteresse .form-group input[type="number"], #alteraDados .form-group input[type="text"], #alteraDados .form-group input[type="number"], #alteraDados .form-group input[type="email"], #NovaOferta .form-group input[type="text"], #NovaOferta .form-group input[type="number"], #NovaOferta .form-group input[type="time"]{
    background: #fff;
    font-family: 'Barlow-Regular',sans-serif;
    padding: 7px 15px;
    font-size: 14px;
    color: #333;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
}

#novaCandidatura .form-group input[type="text"], #novaCandidatura .form-group input[type="number"] {
    background: #fff;
    font-family: 'Barlow-Regular',sans-serif;
    padding: 7px 15px;
    color: #333;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
}

#alteraDados .mailReq {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

#alteraDados .nifReq {
    width: 29.6%;
    display: inline-block;
    vertical-align: top;
    padding-right:1%;
}

#alteraDados .fiscalid, #NovaOferta .email_empresa, #NovaOferta .confemail_empresa, #alteraDados .referencia, #NovaOferta .hora_inicio, #NovaOferta .hora_fim, #NovaOferta .horas_dia, #NovaOferta .descanso_semanal, #NovaOferta .remuneracao, #NovaOferta .subs_alimentacao, #NovaOferta .tipo_contrato, #NovaOferta .reg_horario, #NovaOferta .exp_anterior, #NovaOferta .tempominimo, #NovaOferta .habAcademicas, #NovaOferta .formProfissional, #NovaOferta .categoria, #NovaOferta .subcategoria, #NovaOferta .nif_empresa, #NovaOferta .freguesia{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

#alteraDados .fiscalid, #NovaOferta .email_empresa, #novaCandidatura .nifCandidato, #novaCandidatura .mailCandidato, #NovaOferta .nif_empresa, #NovaOferta .hora_inicio, #NovaOferta .horas_dia, #NovaOferta .remuneracao, #NovaOferta .tipo_contrato, #NovaOferta .exp_anterior, #NovaOferta .categoria, #NovaOferta .habAcademicas{
    padding-right: 1%;
}

#novaCandidatura .nifCandidato, #novaCandidatura .telefoneCandidato, #novaCandidatura .mailCandidato, #novaCandidatura .confMailCandidato {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

#novaCandidatura .telefoneCandidato, #novaCandidatura .confMailCandidato {
    padding-left: 1%;
}

#NovaOferta .confemail_empresa, #alteraDados .referencia, #NovaOferta .freguesia, #NovaOferta .hora_fim, #NovaOferta .descanso_semanal, #NovaOferta .subs_alimentacao, #NovaOferta .reg_horario, #NovaOferta .tempominimo, #NovaOferta .subcategoria, #NovaOferta .formProfissional{
    padding-left: 1%;
}

.fileuploader-items .fileuploader-item .fileuploader-action {
	width: 30px !important;
    height: 22px !important;
}

#NovaCandidatura input[type="checkbox"], #novoInteresse input[type="checkbox"], #alteraDados .Veracidade input[type="checkbox"], #NovaOferta .Veracidade input[type="checkbox"], #NovaOferta .PoliticaPrivacidade input[type="checkbox"]{
    width: 20px;
    height: 20px;
    float: left;
}

#novaCandidatura input[type="checkbox"], #novaCandidatura .Veracidade input[type="checkbox"], #novaCandidatura .PoliticaPrivacidade input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
}

#NovaOferta .tipoCartaConducao input[type="checkbox"]{
    width: 20px;
    height: 20px;
	margin-right: 5px;
	margin-top: 0;
}

#NovaOferta .tipoCartaConducao div.value span{
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
	font-family: 'Barlow-Regular',sans-serif;
	color:#333;
}

#NovaOferta .tipoCartaConducao div.value span:nth-child(1){
	margin-left: 0px;
}

#NovaOferta .form-group.tipoCartaConducao{
	margin-bottom:10px;	
}

#NovaOferta .bloco, #NovaCandidatura .bloco, #novoInteresse .bloco, #novaCandidatura .bloco{
    margin:0 0 50px;
}

#NovaOferta h3, #alteraDados h3, #NovaCandidatura h3, #novoInteresse h3, #novaCandidatura h3{
    font-family: 'Barlow-Regular',sans-serif;
    color: #025097;
    font-size: 26px;
    border-bottom: 1px solid #025097;
    margin-top: 0px;
	margin-bottom: 20px;
}

#NovaCandidatura .nome_candidato{
    width:70%;
    display:inline-block;
    vertical-align:top;
    padding-right:1%;
}

#NovaCandidatura .nif{
    width:29.6%;
    display:inline-block;
    vertical-align:top;
}

#NovaCandidatura .email, #NovaCandidatura .confEmail, #NovaCandidatura .freguesia, #NovaCandidatura .categoria, #NovaCandidatura .subcategoria, #NovaCandidatura .reg_horario{
    width:33%;
    display:inline-block;
    vertical-align:top;
    padding-right:1%;
}

#NovaCandidatura .freguesia, #NovaCandidatura .reg_horario{
    padding:0;
}

#NovaCandidatura .fileuploader-input .fileuploader-input-button, #alteraDados .fileuploader-input .fileuploader-input-button{
    background:#1d1d1b;
}

#alteraDados .fileuploader-thumbnails-input-inner{
    display:none;
}

#NovaCandidatura .dataCandidato span{
    margin:0 10px 0 0;
}

#NovaCandidatura input[type="radio"]{
    vertical-align:top;
}

#NovaOferta .col-md-12, #alteraDados .col-md-12, #NovaCandidatura .col-md-12, #novoInteresse .col-md-12{
	float: none;
	padding:0;
}

#NovaCandidatura .col-md-9, #NovaCandidatura .col-md-3, #novoInteresse .col-md-9, #novoInteresse .col-md-3{
    width:100%;
    float:none;
    padding: 0;
    margin:0;
}

#NovaOferta .select2-container--bootstrap .select2-selection, #NovaOferta .select2-container--bootstrap.select2-container--focus .select2-selection, #NovaOferta .select2-container--bootstrap.select2-container--open .select2-selection, #NovaCandidatura .select2-container--bootstrap .select2-selection, #NovaCandidatura .select2-container--bootstrap.select2-container--focus .select2-selection, #NovaCandidatura .select2-container--bootstrap.select2-container--open .select2-selection{
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0;
    font-family: 'Barlow-Regular',sans-serif;
    color: #333;
}

.itemid-1438 #g-mainbar div[itemprop="articleBody"], .itemid-1404 #g-mainbar div[itemprop="articleBody"], .itemid-1439 #g-mainbar div[itemprop="articleBody"], .itemid-1407 #g-mainbar div[itemprop="articleBody"], .itemid-1427 #g-mainbar div[itemprop="articleBody"], .itemid-1436 #g-mainbar div[itemprop="articleBody"], .itemid-1437 #g-mainbar div[itemprop="articleBody"]{
    display:none;
}

.itemid-1404 .select2-dropdown {
    background-color: #e8e8eb;
    border: 1px solid #e8e8eb;
    font-family: 'Barlow-Regular',sans-serif;
    color: #333;
	border-color: #e8e8eb !important;
}

.itemid-1404 .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #e8e8eb;
    border-radius: 0px;
    color: #333;
    font-family: 'Barlow-Regular',sans-serif;
}

#NovaOferta .form-group{
    margin-bottom: 0;
}

#NovaOferta .form-group.dataEmpresa, #NovaOferta .form-group.transporteProprio, #NovaOferta .form-group.cartaConducao, #NovaOferta .form-group.exp_anterior, #NovaOferta .form-group.freguesia, #NovaOferta .form-group.categoria, #NovaOferta .form-group.subcategoria, #NovaOferta .form-group.habAcademicas, #NovaOferta .form-group.formProfissional, #NovaOferta .form-group.reg_horario{
	margin-bottom: 10px;
}

.form-group.PoliticaPrivacidade .value a{
    margin:0 0 0 5px;
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar, #g-mainbar .interesse .interesseContent::-webkit-scrollbar, #g-mainbar .candidatura .candidaturaContent::-webkit-scrollbar, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent::-webkit-scrollbar{
    width: 10px;
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track, #g-mainbar .interesse .interesseContent::-webkit-scrollbar-track, #g-mainbar .candidatura .candidaturaContent::-webkit-scrollbar-track, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb, #g-mainbar .interesse .interesseContent::-webkit-scrollbar-thumb, #g-mainbar .candidatura .candidaturaContent::-webkit-scrollbar-thumb, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent::-webkit-scrollbar-thumb{
    background-color: #4e85b6;
}

#alteraDados .form-group.nomeCandidatura, #alteraDados .form-group.nomeOferta{
    margin-bottom:0;
}

#NovaOferta .cke_chrome {
    border: 1px solid #e8e8eb;
}

#NovaOferta .cke_top, #NovaOferta .cke_bottom{
    background: #e8e8eb;
}

#NovaOferta input[type=radio], #alteraDados input[type="radio"], #NovaCandidatura input[type="radio"]{
    height: 20px;
	width: 20px;
	vertical-align: bottom;
    margin-right: 5px;
    margin-top: 0;
}

#NovaOferta .exp_anterior div.value span, #NovaOferta .empJovem div.value span, #alteraDados .acaoCandidatura div.value span, #alteraDados .acaoOferta div.value span, #NovaCandidatura .empJovem div.value span, #NovaOferta .cartaConducao div.value span, #NovaOferta .transporteProprio div.value span, #NovaOferta .dataEmpresa div.value span{
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left:10px;
    font-size: 16px;
    font-family: 'Barlow-Regular',sans-serif;
    color: #333;
}

#NovaOferta .exp_anterior div.value span:nth-child(1), #NovaOferta .empJovem div.value span:nth-child(1), #alteraDados .acaoCandidatura div.value span:nth-child(1), #alteraDados .acaoOferta div.value span:nth-child(1), #NovaCandidatura .empJovem div.value span:nth-child(1), #NovaOferta .cartaConducao div.value span:nth-child(1), #NovaOferta .transporteProprio div.value span:nth-child(1), #NovaOferta .dataEmpresa div.value span:nth-child(1){
	margin-left: 0px;
}

#NovaOferta .tarefas{
    margin-top:15px;
}

#contentAPP #submitFormulario{
    position: relative;
    z-index: 999;
    background-color: #025097;
    border: 1px solid #025097;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
    float: right;
    width: auto;
    margin: -60px 0 0;
}

#contentAPP #btPost{
    position: relative;
    z-index: 999;
    background-color: #025097;
    border: 1px solid #025097;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
    float: right;
    width: auto;
    margin: 0;
}

#contentAPP #submitFormulario:hover, #contentAPP #btPost:hover {
    background-color: #fff;
    color: #333;
}

.backgroundErro .erro {
    display: block;
    position: fixed;
    width: 1200px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 15%;
    height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    z-index: 9;
    border: 1px solid #576e2e;
    padding: 50px;
}

.detalhe .backgroundErro .erro {
	position: relative;
    width: 100%;
    left: 0;
    transform: none;
    top: 0;
    height: auto;
    border: 0px;
    padding: 0;
    overflow-y: hidden;
}

.backgroundErro {
    position: fixed;
    width: 100%;
    left: 0;
    top: 100px;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    background: #e8e8ebbf;
    z-index: 9999;
    border: 1px solid #e8e8eb;
    padding: 50px;
}

.detalhe .backgroundErro{
	position: relative;
    top: 0;
    height: auto;
    background:#fff;
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 25px;
}

.backgroundErro h2 {
	font-family: 'Barlow-Regular',sans-serif;
    color: #025097;
    font-size: 30px;
    border-bottom: 1px solid #025097;
    margin-top: 0px;
    margin-bottom: 20px;
}

.backgroundErro ol li{
    padding: 15px 0;
    font-family: "Barlow-Regular",sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #333;
    color: #333;
}

.backgroundErro ol li:nth-last-child(1){
	border-bottom: 0px;
}

.backgroundErro h2 svg{
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-bottom: -3px;
}

#fechaErro {
    float: right;
    background: #025097;
    border: 1px solid #025097;
    border-radius: 0;
    width: 40px;
    height: 40px;
    outline: none;
    padding: 0;
}

#fechaErro:hover {
    background: #fff;
}

#fechaErro svg{
    height: 35px;
    width: 35px;
    margin-top: 2px;
}

#fechaErro svg path{
	fill:#fff;	
}

#fechaErro:hover svg path{
	fill:#333;	
}

.novaOferta .sucesso, .alteraDados .message{
    width: 100%;
    background: #e8e8eb;
    text-align: center;
    padding: 50px;
    margin: 50px auto;
}

.novaCandidatura .sucesso{
    width: 100%;
    background: #e8e8eb;
    text-align: center;
    padding: 50px;
    margin: 50px auto;
}

.detalhe .sucesso{
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 50px;
    margin: 50px auto;
}

.novaOferta .sucesso .sucessIcon, .novaCandidatura .sucesso .sucessIcon, .detalhe .sucesso .sucessIcon, .alteraDados .message .sucessIcon{
    width: 50px;
    display: block;
    margin: 0 auto;
}

.novaOferta .sucesso p, .novaCandidatura .sucesso p, .detalhe .sucesso p, .alteraDados .message p{
    font-size: 16px;
    color: #333;
}

.novaOferta .sucesso polyline, .novaCandidatura .sucesso polyline, .detalhe .sucesso polyline, .alteraDados .message polyline{
	stroke: #025097;
}

.novaOferta .sucesso path, .novaCandidatura .sucesso path, .detalhe .sucesso path, .alteraDados .message path{
	fill: #025097;
}

#g-top{
    position: absolute;
    top: -1000px;
}

#g-mainbar{
    background:#e6edf4;
    position: relative;
}

#g-mainbar a{
    color:#025097;
    text-decoration: underline;
}

#g-mainbar .item-page h1, #g-mainbar .item-page h2{
	font-family: 'Barlow-Bold',sans-serif;
	margin:0 0 30px;
    border-bottom: 1px solid #025097;
    font-size: 45px;
    color: #025097;
}

#g-mainbar .page-header h1, #g-mainbar .page-header h2{
    border:0;
    padding:50px 0 100px;
    background:#025097;
    text-align:center;
    font-size:45px;
    color:#fff;
    margin:0;
}

dl.article-info {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 10%;
}

dl.article-info dd {
    display: block;
    font-size: 14px;
	font-family: 'Barlow-SemiBold',sans-serif;
    color: #1d1d1d;
    text-align: right;
    margin: 0;
}

.icon-calendar {
    display: none;
}

#g-mainbar div[itemprop="articleBody"]{
    margin: -50px 10% 100px;
    background: #fff;
    padding: 50px 75px;
}

#g-page-surround{
    min-height:0;
}

body{
	color: #333;
}


#g-mainbar .item-page p{
    color: #333;
    margin: 0 0 10px;
    font-size: 17px;
    font-family:"Barlow-Regular",sans-serif;
    text-align: justify;
	line-height: 1.5;
    
}

#g-mainbar .item-page li{
    color: #333;
    font-size: 17px;
    font-family: "Barlow-Regular",sans-serif;
    text-align: justify;
}

#g-mainbar .item-page h3 {
    font-family: 'Barlow-Regular',sans-serif;
    margin-top: 30px;
    border-bottom: 1px solid #025097;
    font-size: 35px;
    color: #025097;
}

#g-mainbar .item-page h4{
    font-size: 24px;
    font-family: 'Barlow-Regular',sans-serif;
    font-weight: bold;
    color: #025097;
    margin-top: 30px;
}

.botao2{
    height: auto;
    text-align: left;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    font-family: 'Barlow-SemiBold',sans-serif;
    box-shadow: 0px 0px 7px -1px #1d1d1b70;
    border-radius: 7px;
    border-left: 8px solid #025097;
    margin: 15px;
    padding: 10px;
}

.botao2:hover{
	background: #f5f5f5;
    border-color: #f5f5f5;
}

#g-mainbar .boxes {
    margin: 50px 0;
}
#g-mainbar .box {
    width: 305px;
    margin: 0 23px;
    display: inline-flex;
    vertical-align: top;
    height: 135px;
    padding-top: 0;
    border: 2px solid rgb(45, 134, 186);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    align-items: center;
    justify-content: center;
}
#g-mainbar .box .name {
	font-size: 24px;
    text-align: center;
    font-family: "Barlow-Regular",sans-serif;
    color: #000;
}
#g-mainbar .box:hover {
    border: 2px solid #5392ce;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 80%);
}

#g-container-3599{
    margin-top: 100px;
}

#g-container-3599 .g-container{
    width: 1200px;
}

#g-container-3599 .tabela{
    padding: 50px 0;
}

#tabela_ofertas_emprego_wrapper, #tabela_candidaturas_emprego_wrapper{
    margin:0 0 50px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px !important;
    outline: none !important;
    border: 1px solid #025097 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px !important;
    outline: none !important;
    border-color: #025097 !important;
    color: #333 !important;
}

div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_info, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 16px;
}

div.dataTables_wrapper div.dataTables_filter label input{
    font-family: "Barlow-Regular",sans-serif !important;
    box-shadow:none !important;
}

#tabela_ofertas_emprego thead, #tabela_candidaturas_emprego thead{
    background: #025097;
    color: #fff;
    font-family: 'Barlow-Regular',sans-serif;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 25px;
}

#tabela_ofertas_emprego  thead tr th, #tabela_candidaturas_emprego thead tr th {
    font-size: 19px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e7ecf1 !important;
}

table.table-bordered.dataTable {
    margin-bottom: 50px !important;
}

#g-mainbar .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: 	#025097 !important;
}

#g-mainbar .dataTables_wrapper .dataTables_paginate .paginate_button.current, #g-mainbar .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #fff !important;
    border: 1px solid #025097 !important;
    background: #025097 !important;
}

#g-mainbar .dataTables_wrapper .dataTables_paginate .paginate_button{
	color: #333 !important;
    border: 1px solid #025097 !important;
    background: #fff !important;
    outline:none !important;
}

#g-mainbar .dataTables_wrapper .dataTables_paginate .paginate_button.next, #g-mainbar .dataTables_wrapper .dataTables_paginate .paginate_button.previous{
	border: 0px !important;
}

.itemid-1427 #g-container-3599 {
    background: #ebecf0;
    padding: 40px 0;
}

#g-mainbar .headerOferta{
    background:#19609e;
}

#g-mainbar .headerOferta .banner{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

#g-mainbar .headerOferta .info{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 5%;
    margin:0 0 0 -4px;
}

#g-mainbar .headerOferta .info h2{
    color: #fff;
    padding:0;
    font-family: 'Barlow-Bold',sans-serif;
    text-align:center;
    margin: 0 0 30px;
    font-size:40px;
    line-height:1.2;
}

#g-mainbar .headerOferta .info .w50{
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin:0 0 50px;
    text-align:center;
}

#g-mainbar .headerOferta .w50 .freg{
    display:inline-block;
    vertical-align:top;
    padding:0 10px 0 0;
    border-right:1px solid #025097;
}

#g-mainbar .headerOferta .w50 .ref{
    display:inline-block;
    vertical-align:top;
    padding:0 0 0 10px;
}

#g-mainbar .headerOferta .info .w50 a, #g-mainbar .headerOferta .info .enviaramigo{
    display: block;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 1px solid #025097;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 15px 0;
    font-family:'Barlow-SemiBold',sans-serif;
}

#g-mainbar .headerOferta .info #candidatarOferta{
    background:#eaaa26;
    border-color:#eaaa26;
}

#g-mainbar .headerOferta .info .w50 a:hover, #g-mainbar .headerOferta .info .enviaramigo:hover{
	background: #025097;
	color: #fff;
}

#g-mainbar .headerOferta .info #candidatarOferta:hover{
	background: #fff;
    color:#eaaa26;
}

.detalhe .blockDados, .detalhe .blockAtributos, .detalhe .blockCondicoesRequeridas, .detalhe .blockInfoEmpresa{
    background: #fff;
    padding: 30px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.detalhe .blockCondicoesRequeridas h3, .detalhe .blockCondicoesOferecidas h3, .detalhe .blockInfoEmpresa h3{
    font-family: 'Barlow-Italic',sans-serif;
    margin: 0 0 10px 0;
    color: #3c3c3c;
    font-size: 26px;
    text-decoration: underline;
    font-style: italic;
}

.detalhe .blockCondicoesRequeridas .w50, .detalhe .blockDados .w50, .detalhe .blockAtributos .w50, .detalhe .blockCondicoesOferecidas .w50, .detalhe .blockInfoEmpresa .w50{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.detalhe .blockCondicoesRequeridas .w50:nth-child(even), .detalhe .blockDados .w50:nth-child(even), .detalhe .blockAtributos .w50:nth-child(even), .detalhe .blockCondicoesOferecidas .w50:nth-child(even), .detalhe .blockInfoEmpresa .w50:nth-child(even){
	padding-right: 30px;
}

.detalhe .blockCondicoesRequeridas .w50:nth-child(odd), .detalhe .blockDados .w50:nth-child(odd), .detalhe .blockAtributos .w50:nth-child(odd), .detalhe .blockCondicoesOferecidas .w50:nth-child(odd), .detalhe .blockInfoEmpresa .w50:nth-child(odd){
	padding-left: 30px;
}

.detalhe .blockCondicoesRequeridas h4, .detalhe .blockDados h3, .detalhe .blockAtributos h3, .detalhe .blockCondicoesOferecidas h4, .detalhe .blockInfoEmpresa h4{
    background: #e6edf4;
    font-family: 'Barlow-SemiBold',sans-serif;
    padding: 12px 20px;
    color: #3c3c3c;
    font-weight: 100;
    border: 1px solid #0f599a;
    font-size: 20px;
}

.detalhe .blockInfoEmpresa .iconFace img, .detalhe .blockInfoEmpresa .iconInsta img, .detalhe .blockInfoEmpresa .iconWeb img{
	width: 45px;
    display: inline-block;
    vertical-align:top;
    margin: 5px 5px 0 15px;
}

.detalhe .blockInfoEmpresa .iconFace img{
    padding: 3px;
}

.detalhe .w50 .topic, .detalhe .w50 .result{
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    color: #333;
	line-height: 1.5;
    margin: 0 0 20px;
}

.detalhe .w50 .topic{
    padding-left: 20px;
    font-size: 17px;
    font-family: 'Barlow-SemiBold',sans-serif;
}

.detalhe .w50 .result{
	padding-right:20px;
	font-size:14px;
}

.detalhe .w100 .result {
    padding: 0 20px;
    font-size: 14px;
    color:#333;
}

.blockCondicoesOferecidas{
	background: #fff;
    padding: 30px 50px;
    margin: 0 0 30px;
}

.pweb-static .pwebbox-container {
    padding: 0;
    margin-bottom: 30px;
}

#pwebbox2873_container {
    background-color: #fff;
}

.off-menu_2874 dl dt, .off-menu_2874 dl.level1 dt{
	border-top: 0px;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px 10px 15px;
}
.off-menu_2874 dl a, .off-menu_2874 dl a:link, .off-menu_2874 dl.level1 a, .off-menu_2874 dl.level1 a:link{
    font-family: 'Raleway',sans-serif !important;
    font-size: 12px;
    color: #2d2d2d;
    text-transform: uppercase;
}
.off-menu_2874 dl dt.opened.parent, .off-menu_2874 dl.level1 dt.opened.parent, .off-menu_2874 dl dt.hover, .off-menu_2874 dl dt:hover, .off-menu_2874 dl.level1 dt.hover, .off-menu_2874 dl.level1 dt:hover{
    background-color: #e1e1e1;
}
.off-menu_2874 dl dt.opened.parent a, .off-menu_2874 dl.level1 dt.opened.parent a, .off-menu_2874 dl dt.hover a, .off-menu_2874 dl dt:hover a, .off-menu_2874 dl.level1 dt.hover a, .off-menu_2874 dl.level1 dt:hover a{
	font-family: 'Raleway',sans-serif !important;
    font-size: 12px;
    color: #2d2d2d;
    text-transform: uppercase;
}
.off-menu_2874 dl.level2 dt{
    background: #f0f5f6;
}
.off-menu_2874 dl dt.active, .off-menu_2874 dl.level2 dt.active{
    background: #f0f5f6;
}
.off-menu_2874 dl.level2 dt.active.parent a, .off-menu_2874 dl.level2 dt.active a{
	font-size: 11px !important;
}
.off-menu_2874 d1 a, .off-menu_2880 d1 a:link, .off-menu_2874 dl.level2 a, .off-menu_2874 dl.level2 a:link{
	font-size: 11px !important;
}

.sm-container > #off-menu_2874:not(.sm-popup) {
    max-width: 100% !important;
    width: 100% !important;
    top: 109px !important;
    visibility: visible !important;
    z-index: 999;
    overflow-y: scroll;
    padding-bottom: 108px;
}
.sm-container > #off-menu_2874 {
    width: 100% !important;
}

/* Menu Inferior*/

.g-container{
    width:auto;
}

#g-copyright .g-container{
    border:0;
}

#BarraCopyright{
    background:#ededed;
    position:relative;
}
#BarraCopyright .g-content{
    padding:50px 10% 80px 10%;
    margin:0;
}

#BarraCopyright .logo{
    text-align:left;
    margin:0 0 15px;
    width: 250px;
}


#BarraCopyright .w30{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #1d1d1b;
    padding: 0 15px 30px 0;
    border-right: 1px solid #1d1d1b;
}

#BarraCopyright .w30 h3{
    font-family:'Barlow-SemiBold',sans-serif;
    font-size:21px;
    margin: 0 0 10px;
}

#BarraCopyright .w30 .morada{
    font-family:'Barlow-Medium',sans-serif;
}

#BarraCopyright .w30 p{
    font-size:17px;
    margin:0 0 5px;
    font-family:'Barlow-Regular',sans-serif;
}

#BarraCopyright .w30 .topic{
    font-family:'Barlow-SemiBold',sans-serif;
    font-size:19px;
    margin:10px 0 0;
}

#BarraCopyright .w70{
    display:inline-block;
    width:79%;
    vertical-align:top;
    color: #1d1d1b;
}

#BarraCopyright .w70 .w25{
    display: inline-block;
    width: 23%;
    vertical-align: top;
    color: #1d1d1b;
    margin: 0 .5%;
    text-align: left;
    padding: 0 2% 0 0;
}

#BarraCopyright .w70 .w25 .titulo{
    font-family: 'Barlow-SemiBold',sans-serif;
    font-size: 21px;
}

#BarraCopyright .w70 .w25 ul{
    list-style:none;
    margin:0;
}

#BarraCopyright .w70 .w25 li{
    margin:0 0 7px;
}

#BarraCopyright .w70 .w25 li a{
    font-family: 'Barlow-Regular',sans-serif;
    color: #1d1d1b;
    font-size:16px;
	line-height: 1.5;
    
}

#BarraCopyright .w70 .w25 li a:hover{
    font-weight:700;
    text-decoration:underline;
    text-underline-position:under;
}

#BarraCopyright .copyright{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    background:#025097;
}

#BarraCopyright .selo{
    display: inline-block;
    float: left;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 9;
    cursor:pointer;
}

#BarraCopyright .selo img{
    height: 35px;
    width: auto;
}

#BarraCopyright .logoInterface .prod {
    opacity: 0;
    width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

#BarraCopyright .logoInterface:hover .prod {
    opacity: 1;
}

#BarraCopyright .logoInterface:hover a{
	text-decoration:none;
}

#BarraCopyright .copy{
    color: #fff;
    margin: 0;
}

#BarraCopyright .w20 .logoInterface{
    width: 200px;
}

#BarraCopyright .logoInterface .logo{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

#BarraCopyright p a{
	color: black;
    font-size: 12px;
}

#BarraCopyright p a:hover{
	text-decoration: underline;
	color: black;
}

#BarraCopyright .govern{
    padding-top: 15px;
    text-align: center;
    color: #fff;
    bottom: 14px;
    width: 100%;
    left: 0;
    position: absolute;
}

#BarraCopyright .w20{
	width: 200px;
    position: absolute;
    right: 0;
    bottom: 7px;
    text-align: right;
}

/* PopUp*/

table thead td{
	background: #e74c3c;
    padding: 2px 5px;
    font-family: 'Barlow-Medium',sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

table tbody td{
	color: #1d1d1b;
    text-align: center;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
}

#popUp caption {
    display: none;
}
#popUp {
    display: none;
    z-index: 9999999999999999;
}
#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}
#popUp .modal {
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);    
    display: block;
    margin: 0;
    height: fit-content;
}

#popUp .modal-content{
    background: #000;
}

#popUp .modal-header table {
    width: 530px;
    border: 0;
    padding: 0;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}
#popUp .modal-body table {
    width: 530px;
    border: 0;
    padding: 0;
    margin: 0;
}
#popUp .modal-body td {
    width: 100px;
}
#popUp .modal-body td:nth-child(2) {
    width: 430px;
}
#popUp .modal-body td {
    color: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}
#popUp p {
    color: #fff;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}
#popUp a {
    color: #fff;
    padding:0 0 1px;
    text-decoration: none;
}
#popUp a:hover {
    border-bottom: 1px solid #fff;
}
#popUp .modal-footer {
    background: #000
}
#popUp .modal-footer button {
    outline: none;    
    background: #025097;
    border-color: #025097;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #000;
}

.listaOfertas .form-group, .listaCandidaturas .form-group{
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
}

.listaOfertas .form-group .col-md-9, .listaCandidaturas .form-group .col-md-9{
    width:100%;
}

.listaOfertas input[type="text"]::placeholder, .listaCandidaturas input[type="text"]::placeholder{
    color:#686868;
}

.listaOfertas input[type="text"], .listaCandidaturas input[type="text"]{
    height: 40px;
    background: transparent;
    border: 1px solid #0066cc;
    padding: 10px;
    color: #0066cc;
    font-size: 16px;
    font-family: 'Barlow-Regular',sans-serif;
    margin: 0;
    text-align: left;
    border-radius: 3px;
}

.listaOfertas .cleanFilter, .listaOfertas .vertodas, .listaCandidaturas .cleanFilter, .listaCandidaturas .vertodas{
    color:#0066cc;
    margin:20px 0 10px auto;
    font-family:'Barlow-Medium',sans-serif;
    cursor:pointer;
}

.listaOfertas .cleanFilter, .listaCandidaturas .cleanFilter{
    width:100px;
}

.listaOfertas .vertodas, .listaCandidaturas .vertodas{
    width: auto;
}

.listaOfertas .cleanFilter, .listaOfertas .vertodas, .listaCandidaturas .vertodas, .listaCandidaturas .cleanFilter{
    display: inline-block;
}

.listaOfertas .actionsForm, .listaCandidaturas .actionsForm{
    text-align:right;
}

.listaOfertas .closeSearch, .listaCandidaturas .closeSearch{
    text-align: center;
    width: 100px;
    font-family: 'Barlow-SemiBold',sans-serif;
    margin: 10px 15px 0 0;
    color: #202b5d;
    padding: 10px 0;
    background: #fff;
    border-radius: 20px 20px 0 20px;
    float: right;
}

.listaOfertas .select2-container--bootstrap .select2-selection, .listaCandidaturas .select2-container--bootstrap .select2-selection{
    height: 40px;
    background: transparent;
    border: 1px solid #0066cc;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Barlow-Regular',sans-serif;
    margin: 0;
    text-align:center;
    border-radius:3px;
}

.listaOfertas .select2-container--bootstrap .select2-selection--single .select2-selection__rendered, .listaCandidaturas .select2-container--bootstrap .select2-selection--single .select2-selection__rendered{
    color: #1c2652;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
}

.listaOfertas .resultados, .listaCandidaturas .resultados{
    padding:0;
    margin: 0 0 50px;
}

.listaOfertas .resultados .mobile, .listaCandidaturas .resultados .mobile{
    position: fixed;
    top: 110px;
    z-index: 10;
    background: #f6fafe;
    width: 100%;
    left: 0;
    height: 40px;
    font-size: 18px;
    padding: 5px 4%;
    font-family: 'Barlow-SemiBold',sans-serif;
    color: #1c2652;
    border-bottom: 1px solid;
}

.listaOfertas a, .listaOfertas a:hover, .listaCandidaturas a, .listaCandidaturas a:hover{
    text-decoration:none;
}

.listaOfertas .itemGroup, .listaCandidaturas .itemGroup{
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ededed;
    box-shadow: 0px 5px 10px 1px #a9a9a9;
    padding-left:20px;
    display: flex;
    justify-content: space-between;
    margin:0 0 20px;
    position:relative;
}

.listaOfertas .itemGroup .item, .listaCandidaturas .itemGroup .item{
    display:inline-block;
    vertical-align:middle;    
    margin: 30px 0;
    padding: 0 10px 0 0;
}

.listaOfertas .itemGroup .itemtitle, .listaCandidaturas .itemGroup .itemtitle{
    font-size: 14px;
    color: #bbb;
    font-family: 'Barlow-Medium',sans-serif;
}

.listaOfertas .itemGroup .itemValue, .listaCandidaturas .itemGroup .itemValue{
    font-size: 17px;
    color: #000;
    font-family: 'Barlow-SemiBold',sans-serif;
}

.listaOfertas .itemGroup .itemLink, .listaCandidaturas .itemGroup .itemLink{
    margin: -1px;
    padding: 35px 15px;
    background: #0066cc;
    border-radius: 0 15px 15px 0;
    display: inline-flex;
}

.listaOfertas .itemGroup .itemLink svg, .listaCandidaturas .itemGroup .itemLink svg{
    width:40px;
    height:auto;
}

.listaOfertas .itemGroup .itemLink svg path, .listaCandidaturas .itemGroup .itemLink svg path{
    fill:#fff;
}

.listaOfertas .itemGroup:hover, .listaCandidaturas .itemGroup:hover{
    border-color:#eaaa26;
    box-shadow:none;
}

.listaOfertas .itemGroup:hover .itemLink, .listaCandidaturas .itemGroup:hover .itemLink{
    background:#eaaa26;
}

.select2-container--bootstrap .select2-dropdown {
    box-shadow: none !important;
    border:0 !important;
    padding: 15px 0 0;
    background: #ededed;
    margin-top: 0px !important;
    z-index: 9999;
}

.select2-container--bootstrap .select2-search--dropdown {
    padding: 8px 20px !important;
    background: #ededed;
    border: 1px solid #0066cc;
    border-bottom: 0;
    z-index: 9999;
    font-family: "Barlow-Regular",sans-serif;
}

.select2-results{
    border: 1px solid #0066cc;
    border-top: 0;
    border-radius:0;
    font-family: "Barlow-Regular",sans-serif;
}

.select2-container--bootstrap .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #0066cc;
}

#novoInteresse .nome_interessado{
    width:70%;
    display:inline-block;
    vertical-align:top;
}

#novoInteresse .nif_interessado{
    width:29.5%;
    display:inline-block;
    vertical-align:top;
    float:right;
}

#novoInteresse .email_interessado, #novoInteresse .confEmail_interessado{
    width:49.5%;
    display:inline-block;
    vertical-align:top;
}

#novoInteresse .confEmail_interessado{
    float:none;
}

#novoInteresse .nome_interessado, #novoInteresse .email_interessado{
    padding-right:1%;
}

#novoInteresse .nif_interessado, #novoInteresse .confEmail_interessado{
    padding-left:1%;
}

#novoInteresse .observacoes{
     margin-bottom: 20px;
}

@media (max-width: 361px){
    
    #alteraDados .nifReq {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    
    #alteraDados .mailReq {
        width: 100%;
        display: block;
        vertical-align: top;
    }
    
    #novoInteresse h3, #novaCandidatura h3{
        padding-right: 50px;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado, #novoInteresse .confEmail_interessado{
        width: 100%;
        display: block;
    }
    
    #novoInteresse .nif_interessado {
        width: 100%;
        display: block;
        float: none;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado {
        padding-right: 0;
    }
    
    #novoInteresse .nif_interessado, #novoInteresse .confEmail_interessado {
        padding-left: 0;
    }
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 92% !important;
		display:inline-block;
	}
	
	#novoInteresse input[type="checkbox"], #novaCandidatura input[type="checkbox"]{
		height: 15px;
    	width: 15px;
	}
    
    .listaOfertas .form-group.pesquisaLivre, .listaCandidaturas .form-group.pesquisaLivre{
        margin-top:0;
    }
    
    .listaOfertas .form-group, .listaCandidaturas .form-group{
        width: 100%;
        display: iblock;
        vertical-align: middle;
        margin: 10px 0;
    }
    
    .listaOfertas .cleanFilter, .listaCandidaturas .cleanFilter{
        margin: 0;
    }
    
    .listaOfertas .itemGroup, .listaCandidaturas .itemGroup{
        padding-left: 0px;
        display: block;
    }
    
    .listaOfertas .itemGroup .item, .listaCandidaturas .itemGroup .item{
        display: block;
        margin: 10px 0;
        padding: 0 10px;
        width:100%;
    }
    
    .listaOfertas .itemGroup .itemLink, .listaCandidaturas .itemGroup .itemLink{
        margin: -1px;
        padding: 8px;
        background: #0066cc;
        border-radius: 0;
        display: block;
        text-align: right;
        border-bottom: 0px;
    }
    
	#barraTopo .w20 {
        width: 100px;
        left: 4%;
        padding:30px 0;
    }
    
    #barraTopo .w80{    
        width: 60%;
        right: 4%;
    }
    
    #barraTopo .redesSociais, #barraTopo .botoes a{
        display:none;
    }
    
    #barraTopo .online{
        margin:0;
    }
    
    #barraTopo .online .w10 {
        font-size: 13px;
        width: 120px;
    }
    
    #barraTopo .menu{
        height:18px;
    }
    
    #menuPrincipal{
        overflow-y:scroll;
        height: calc(100% - 100px);
    }
    
    #menuPrincipal .g-content{
        margin: 0;
        padding: 50px 4%;
    }
    
    #menuPrincipal .menu .w33{
        width:100%;
        margin:0 0 20px;
    }
    
    #atalhos{
        padding:0 0 120px;
    }
    
    #atalhos .g-content{
        margin:20px 4%;
    }
    
    #atalhos .botao{
        width: 100%;
        padding: 25px;
        margin: 0 auto 2%;
        min-height: auto;
    }
	
	#g-container-3599 .g-container {
	    width: 100%;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2 {
        border: 0;
        padding: 20px 0 40px;	
    }
	
	#g-mainbar div[itemprop="articleBody"]{
	    margin:-15px 4% 30px;
        padding: 15px 30px;
	}
	
	#g-mainbar .item-page h1, #g-mainbar .item-page h2{
		font-size: 23px;
	}
	#g-mainbar .item-page p{
		font-size: 15px;
	}
	#g-mainbar .item-page h3{
		font-size: 23px;
	}
	#g-mainbar .item-page li{
		font-size: 15px;
	}
	
	#g-mainbar .headerOferta .banner {
    	width: 100%;
	}
	#g-mainbar .headerOferta .info {
		width: 100%;
		margin:0;
	}
	#g-mainbar .headerOferta .info .w50 {
		padding: 0 10px;
        margin: 0 0 30px;
	}
	
	#g-mainbar .headerOferta .info .w50 a, #g-mainbar .headerOferta .info .enviaramigo{
	    margin:0 0 15px;
	}
	
	.detalhe .blockCondicoesRequeridas, .detalhe .blockDados, .detalhe .blockAtributos, .detalhe .blockInfoEmpresa, .detalhe .blockCondicoesOferecidas{
		padding: 15px;
	}
	.detalhe .w50 .topic, .detalhe .w50 .result {
    	width: 49%;
	}
	.detalhe .blockInfoEmpresa .iconFace img, .detalhe .blockInfoEmpresa .iconInsta img, .detalhe .blockInfoEmpresa .iconWeb img {
    	width: 30px;
	}
	.detalhe .blockCondicoesRequeridas .w50, .detalhe .blockDados .w50, .detalhe .blockAtributos .w50, .detalhe .blockCondicoesOferecidas .w50, .detalhe .blockInfoEmpresa .w50 {
		width: 100%;
		padding: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(even), .detalhe .blockDados .w50:nth-child(even), .detalhe .blockAtributos .w50:nth-child(even), .detalhe .blockCondicoesOferecidas .w50:nth-child(even), .detalhe .blockInfoEmpresa .w50:nth-child(even){
	    padding-right: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(odd), .detalhe .blockDados .w50:nth-child(odd), .detalhe .blockAtributos .w50:nth-child(odd), .detalhe .blockCondicoesOferecidas .w50:nth-child(odd), .detalhe .blockInfoEmpresa .w50:nth-child(odd) {
	    padding-left: 0;
	}
	.detalhe .blockCondicoesRequeridas h4, .detalhe .blockDados h3, .detalhe .blockAtributos h3, .detalhe .blockCondicoesOferecidas h4, .detalhe .blockInfoEmpresa h4 {
		font-size: 16px;
	}
	.detalhe .w50 .topic {
		font-size: 14px;
	}
	.detalhe .w50 .result, .detalhe .w100 .result {
		font-size: 12px;
	}
	
	#NovaOferta h3, #alteraDados h3{
		font-size: 23px;
	}
	#alteraDados .fiscalid, #NovaOferta .email_empresa, #NovaOferta .confemail_empresa, #alteraDados .referencia, #NovaOferta .hora_inicio, #NovaOferta .hora_fim, #NovaOferta .horas_dia, #NovaOferta .descanso_semanal, #NovaOferta .remuneracao, #NovaOferta .subs_alimentacao, #NovaOferta .tipo_contrato, #NovaOferta .reg_horario, #NovaOferta .exp_anterior, #NovaOferta .tempominimo, #NovaOferta .habAcademicas, #NovaOferta .formProfissional, #NovaOferta .categoria, #NovaOferta .subcategoria, #NovaOferta .nif_empresa, #NovaOferta .freguesia, #novaCandidatura .nifCandidato, #novaCandidatura .telefoneCandidato, #novaCandidatura .mailCandidato, #novaCandidatura .confMailCandidato {
		width: 100%;
	}
	#alteraDados .fiscalid, #NovaOferta .email_empresa, #novaCandidatura .nifCandidato, #novaCandidatura .mailCandidato, #NovaOferta .nif_empresa, #NovaOferta .hora_inicio, #NovaOferta .horas_dia, #NovaOferta .remuneracao, #NovaOferta .tipo_contrato, #NovaOferta .exp_anterior, #NovaOferta .categoria, #NovaOferta .habAcademicas {
		padding-right: 0;
	}
	#NovaOferta .confemail_empresa, #alteraDados .referencia, #novaCandidatura .telefoneCandidato, #novaCandidatura .confMailCandidato, #NovaOferta .freguesia, #NovaOferta .hora_fim, #NovaOferta .descanso_semanal, #NovaOferta .subs_alimentacao, #NovaOferta .reg_horario, #NovaOferta .tempominimo, #NovaOferta .subcategoria, #NovaOferta .formProfissional {
		padding-left: 0;
	}
	.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
		font-size: 12px;
	}
	#NovaOferta .exp_anterior div.value span, #NovaOferta .empJovem div.value span, #alteraDados .acaoCandidatura div.value span, #alteraDados .acaoOferta div.value span, #NovaCandidatura .empJovem div.value span, #NovaOferta .cartaConducao div.value span, #NovaOferta .transporteProprio div.value span, #NovaOferta .dataEmpresa div.value span, #NovaOferta .tipoCartaConducao div.value span {
		font-size: 12px;
	}
	#NovaCandidatura .form-group label, #NovaOferta .form-group label, #alteraDados .form-group label{
    	font-size: 12px;
	}
	#NovaOferta .tipoCartaConducao div.value span {
		margin-left: 0;
	}
	#novaCandidatura .tarefas #cke_15, #NovaOferta .tarefas #cke_15 , #novaCandidatura .perfilCandidato #cke_60, #NovaOferta .perfilCandidato #cke_60, #novaCandidatura .tarefas #cke_44, #NovaOferta .tarefas #cke_44 , #novaCandidatura .perfilCandidato #cke_89, #NovaOferta .perfilCandidato #cke_89 {
		display: none;
	}
	#NovaOferta input[type=radio], #alteraDados input[type="radio"], #NovaCandidatura input[type="radio"], #NovaOferta .tipoCartaConducao input[type="checkbox"], #NovaCandidatura input[type="checkbox"], #alteraDados .Veracidade input[type="checkbox"], #NovaOferta .Veracidade input[type="checkbox"], #NovaOferta .PoliticaPrivacidade input[type="checkbox"] {
		height: 15px;
    	width: 15px;
	}
	#NovaCandidatura .form-group.PoliticaPrivacidade label, #NovaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label {
		width: 93% !important;
	}
	
	#NovaCandidatura .form-group{
	    width:100%;
	    padding:0;
	    margin:0 0 15px;
	}
	
	#contentAPP #submitFormulario, #contentAPP #btPost{
		margin-top: 0;
    	margin-bottom: 45px;
    	font-size: 14px;
	}
	
	#g-mainbar .candidatura .candidaturaContent, #g-mainbar .interesse .interesseContent, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent{
		padding: 25px 25px 50px 25px;
		width: 90%;
	    height: 85%;
	    left: 5%;
	    overflow-x: hidden;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura, #g-mainbar .interesse .interesseContent #fechaInteresse, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo{
		top: 25px;
		right: 25px;
		width: 35px;
    	height: 35px;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura svg, #g-mainbar .interesse .interesseContent #fechaInteresse svg, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo svg{
	    width: 35px;
	    height: 35px;
	}
	#novaCandidatura h3 {
		font-size: 23px;
	    line-height: 1.5;
		
	}
	.fileuploader-input .fileuploader-input-caption {
		display: none !important;
	}
	.fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :after, .fileuploader-popup :before {
		font-size: 12px;
	}
	#contentAPP #submitCandidatura, #contentAPP #submitCandidaturaAmigo{
		font-size: 16px;
	}
	
	#contentAPP #submitInteresse{
	    font-size: 16px;
	}
	
	.detalhe .sucesso {
		padding: 15px;
	}
	.novaOferta .sucesso .sucessIcon, .novaCandidatura .sucesso .sucessIcon, .detalhe .sucesso .sucessIcon, .alteraDados .message .sucessIcon{
		width: 40px;
	}
	.novaOferta .sucesso p, .novaCandidatura .sucesso p, .detalhe .sucesso p, .alteraDados .message p {
		font-size: 14px;
	}
	
	.detalhe .backgroundErro {
		padding: 10px;
	}
	.detalhe .backgroundErro h2 svg {
		width: 35px;
    	height: 35px;
	}
	.backgroundErro .erro {
		width: 80%;
		padding: 25px;
	}
	#fechaErro {
		width: 30px;
		height: 30px;
	}
	#fechaErro svg {
	    height: 25px;
	    width: 25px;
	}
	.backgroundErro h2 {
		font-size: 23px;
	}
	.backgroundErro ol li {
		font-size: 16px;
	}
    
    /* Oferta Emprego */
	
	#contentAPP {
        margin: 20px 4% 0;
    }
    
    #contentAPP div.dataTables_wrapper div.dataTables_length label, #contentAPP  div.dataTables_wrapper div.dataTables_filter label{
        width:100%;
        white-space: normal;
    }

	#contentAPP div.dataTables_wrapper div.dataTables_filter label input {
		width: 100% !important;
		margin:0;
	}
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	#tabela_ofertas_emprego th:nth-child(3), #tabela_ofertas_emprego th:nth-child(4),  #tabela_candidaturas_emprego th:nth-child(3), #tabela_candidaturas_emprego th:nth-child(4){
		display: none;
	}
	#tabela_ofertas_emprego td:nth-child(3), #tabela_ofertas_emprego td:nth-child(4), #tabela_candidaturas_emprego td:nth-child(3), #tabela_candidaturas_emprego td:nth-child(4) {
		display: none;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 5px !important;
	}
	.table th, .table td {
		text-align: center;
	}
	
	#g-mainbar .box {
	    width: 100% !important;
	    margin: 0 0 3% 0 !important;
	    height: 160px !important;
	}
	#g-mainbar .box .name {
    	font-size: 22px;
	}
	
	#g-container-3599 .item-image {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	#g-container-3599 .item-image img {
    	width: 100%;
	}
	
	#BarraCopyright .g-content {
        padding: 50px 4%;
    }
    
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
        width: 200px;
        margin: 0 auto 15px;
    }
    
	#BarraCopyright .w30 {
		width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0 0 30px;
	}
	
	#BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic, #menuPrincipal h3{
        font-size:18px;
    }
    
    #BarraCopyright .w30 p, #menuPrincipal .menu .w33 li a{
        font-size:14px;
    }
	
	#BarraCopyright .w70 .w25 {
        width: 100%;
        padding: 0 0 30px;
        text-align: center;
    }
	
	#BarraCopyright p a {
		color: #3c3c3c;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	    bottom:8px;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: 260px;
    }
    
    #popUp a {
        font-size: 14px;
    }
    
    table tbody td {
        font-size: 14px;
    }
    
}

@media (min-width: 362px) and (max-width: 469px){
    
    #alteraDados .nifReq {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    
    #alteraDados .mailReq {
        width: 100%;
        display: block;
        vertical-align: top;
    }
    
    #novoInteresse h3, #novaCandidatura h3 {
        padding-right: 50px;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado, #novoInteresse .confEmail_interessado{
        width: 100%;
        display: block;
    }
    
    #novoInteresse .nif_interessado {
        width: 100%;
        display: block;
        float: none;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado {
        padding-right: 0;
    }
    
    #novoInteresse .nif_interessado, #novoInteresse .confEmail_interessado {
        padding-left: 0;
    }
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 92% !important;
		display:inline-block;
	}
	
	#novoInteresse input[type="checkbox"], #novaCandidatura input[type="checkbox"]{
		height: 15px;
    	width: 15px;
	}
	
    .listaOfertas .form-group.pesquisaLivre, .listaCandidaturas .form-group.pesquisaLivre{
        margin-top:0;
    }
    
    .listaOfertas .form-group, .listaCandidaturas .form-group{
        width: 100%;
        display: iblock;
        vertical-align: middle;
        margin: 10px 0;
    }
    
    .listaOfertas .cleanFilter, .listaCandidaturas .cleanFilter{
        margin: 0;
    }
    
    .listaOfertas .itemGroup, .listaCandidaturas .itemGroup{
        padding-left: 0px;
        display: block;
        border-bottom: 0px;
    }
    
    .listaOfertas .itemGroup .item, .listaCandidaturas .itemGroup .item{
        display: block;
        margin: 10px 0;
        padding: 0 10px;
        width:100%;
    }
    
    .listaOfertas .itemGroup .itemLink, .listaCandidaturas .itemGroup .itemLink{
        margin: -1px;
        padding: 8px;
        background: #0066cc;
        border-radius: 0;
        display: block;
        text-align: right;
    }
    
	#barraTopo .w20 {
        width: 100px;
        left: 4%;
        padding: 30px 0;
    }
    
    #barraTopo .w80{    
        width: 60%;
        right: 4%;
    }
    
    #barraTopo .redesSociais, #barraTopo .botoes a{
        display:none;
    }
    
    #barraTopo .online{
        margin:0;
    }
    
    #barraTopo .online .w10 {
        font-size: 13px;
        width: 120px;
    }
    
    #barraTopo .menu{
        height:18px;
    }
    
    #menuPrincipal .g-content{
        margin:0;
        padding: 50px 4%;
    }
    
    #menuPrincipal{
        overflow-y:scroll;
        height: calc(100% - 100px);
    }
    
    #menuPrincipal .menu .w33{
        width:100%;
        margin:0 0 20px;
    }
    
    #atalhos{
        padding:0 0 120px;
    }
    
    #atalhos .g-content{
        margin:20px 4%;
    }
    
    #atalhos .botao{
        width: 100%;
        padding: 25px;
        margin: 0 auto 2%;
        min-height: auto;
    }
	
	#g-container-3599 .g-container {
	    width: 100%;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2 {
        border: 0;
        padding: 20px 0 40px;	
    }
	
	#g-mainbar div[itemprop="articleBody"]{
	    margin:-15px 4% 30px;
        padding: 15px 30px;
	}
	
	#g-mainbar .item-page h1, #g-mainbar .item-page h2{
		font-size: 23px;
	}
	#g-mainbar .item-page p{
		font-size: 15px;
	}
	#g-mainbar .item-page h3{
		font-size: 23px;
	}
	#g-mainbar .item-page li{
		font-size: 15px;
	}
	
	/* Oferta Emprego */
	
	#contentAPP {
        margin: 20px 4% 0;
    }
    
    #contentAPP div.dataTables_wrapper div.dataTables_length label, #contentAPP  div.dataTables_wrapper div.dataTables_filter label{
        width:100%;
        white-space: normal;
    }

	#contentAPP div.dataTables_wrapper div.dataTables_filter label input {
		width: 100% !important;
		margin:0;
	}
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	#tabela_ofertas_emprego th:nth-child(3), #tabela_ofertas_emprego th:nth-child(4),  #tabela_candidaturas_emprego th:nth-child(3), #tabela_candidaturas_emprego th:nth-child(4){
		display: none;
	}
	#tabela_ofertas_emprego td:nth-child(3), #tabela_ofertas_emprego td:nth-child(4), #tabela_candidaturas_emprego td:nth-child(3), #tabela_candidaturas_emprego td:nth-child(4) {
		display: none;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 5px !important;
	}
	.table th, .table td {
		text-align: center;
	}
	
	#g-mainbar .box {
	    width: 100% !important;
	    margin: 0 0 3% 0 !important;
	    height: 160px !important;
	}
	#g-mainbar .box .name {
    	font-size: 22px;
	}
	
	#g-mainbar .headerOferta .banner {
    	width: 100%;
	}
	#g-mainbar .headerOferta .info {
		width: 100%;
		margin:0;
	}
	#g-mainbar .headerOferta .info .w50 {
		padding: 0 10px;
        margin: 0 0 30px;
	}
	
	#g-mainbar .headerOferta .info .w50 a, #g-mainbar .headerOferta .info .enviaramigo{
	    margin:0 0 15px;
	}
	
	.detalhe .blockCondicoesRequeridas, .detalhe .blockDados, .detalhe .blockAtributos, .detalhe .blockInfoEmpresa, .detalhe .blockCondicoesOferecidas{
		padding: 15px;
	}
	.detalhe .w50 .topic, .detalhe .w50 .result {
    	width: 49%;
	}
	.detalhe .blockInfoEmpresa .iconFace img, .detalhe .blockInfoEmpresa .iconInsta img, .detalhe .blockInfoEmpresa .iconWeb img {
    	width: 30px;
	}
	.detalhe .blockCondicoesRequeridas .w50, .detalhe .blockDados .w50, .detalhe .blockAtributos .w50, .detalhe .blockCondicoesOferecidas .w50, .detalhe .blockInfoEmpresa .w50 {
		width: 100%;
		padding: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(even), .detalhe .blockDados .w50:nth-child(even), .detalhe .blockAtributos .w50:nth-child(even), .detalhe .blockCondicoesOferecidas .w50:nth-child(even), .detalhe .blockInfoEmpresa .w50:nth-child(even){
	    padding-right: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(odd), .detalhe .blockDados .w50:nth-child(odd), .detalhe .blockAtributos .w50:nth-child(odd), .detalhe .blockCondicoesOferecidas .w50:nth-child(odd), .detalhe .blockInfoEmpresa .w50:nth-child(odd) {
	    padding-left: 0;
	}
	.detalhe .blockCondicoesRequeridas h4, .detalhe .blockDados h3, .detalhe .blockAtributos h3, .detalhe .blockCondicoesOferecidas h4, .detalhe .blockInfoEmpresa h4 {
		font-size: 16px;
	}
	.detalhe .w50 .topic {
		font-size: 14px;
	}
	.detalhe .w50 .result, .detalhe .w100 .result {
		font-size: 12px;
	}
	
	#NovaOferta h3, #alteraDados h3{
		font-size: 23px;
	}
	#alteraDados .fiscalid, #NovaOferta .email_empresa, #NovaOferta .confemail_empresa, #alteraDados .referencia, #NovaOferta .hora_inicio, #NovaOferta .hora_fim, #NovaOferta .horas_dia, #NovaOferta .descanso_semanal, #NovaOferta .remuneracao, #NovaOferta .subs_alimentacao, #NovaOferta .tipo_contrato, #NovaOferta .reg_horario, #NovaOferta .exp_anterior, #NovaOferta .tempominimo, #NovaOferta .habAcademicas, #NovaOferta .formProfissional, #NovaOferta .categoria, #NovaOferta .subcategoria, #NovaOferta .nif_empresa, #NovaOferta .freguesia, #novaCandidatura .nifCandidato, #novaCandidatura .telefoneCandidato, #novaCandidatura .mailCandidato, #novaCandidatura .confMailCandidato {
		width: 100%;
	}
	#alteraDados .fiscalid, #NovaOferta .email_empresa, #novaCandidatura .nifCandidato, #novaCandidatura .mailCandidato, #NovaOferta .nif_empresa, #NovaOferta .hora_inicio, #NovaOferta .horas_dia, #NovaOferta .remuneracao, #NovaOferta .tipo_contrato, #NovaOferta .exp_anterior, #NovaOferta .categoria, #NovaOferta .habAcademicas {
		padding-right: 0;
	}
	#NovaOferta .confemail_empresa, #alteraDados .referencia, #novaCandidatura .telefoneCandidato, #novaCandidatura .confMailCandidato, #NovaOferta .freguesia, #NovaOferta .hora_fim, #NovaOferta .descanso_semanal, #NovaOferta .subs_alimentacao, #NovaOferta .reg_horario, #NovaOferta .tempominimo, #NovaOferta .subcategoria, #NovaOferta .formProfissional {
		padding-left: 0;
	}
	.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
		font-size: 12px;
	}
	#NovaOferta .exp_anterior div.value span, #NovaOferta .empJovem div.value span, #alteraDados .acaoCandidatura div.value span, #alteraDados .acaoOferta div.value span, #NovaCandidatura .empJovem div.value span, #NovaOferta .cartaConducao div.value span, #NovaOferta .transporteProprio div.value span, #NovaOferta .dataEmpresa div.value span, #NovaOferta .tipoCartaConducao div.value span {
		font-size: 12px;
	}
	
	#NovaOferta .tipoCartaConducao div.value span {
		margin-left: 0;
	}
	#novaCandidatura .tarefas #cke_15, #NovaOferta .tarefas #cke_15 , #novaCandidatura .perfilCandidato #cke_60, #NovaOferta .perfilCandidato #cke_60, #novaCandidatura .tarefas #cke_44, #NovaOferta .tarefas #cke_44 , #novaCandidatura .perfilCandidato #cke_89, #NovaOferta .perfilCandidato #cke_89 {
		display: none;
	}
	#NovaOferta input[type=radio], #alteraDados input[type="radio"], #NovaCandidatura input[type="radio"], #NovaOferta .tipoCartaConducao input[type="checkbox"], #NovaCandidatura input[type="checkbox"], #alteraDados .Veracidade input[type="checkbox"], #NovaOferta .Veracidade input[type="checkbox"], #NovaOferta .PoliticaPrivacidade input[type="checkbox"] {
		height: 15px;
    	width: 15px;
	}
	#NovaCandidatura .form-group.PoliticaPrivacidade label, #NovaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label {
		width: 93% !important;
	}
	
	#NovaCandidatura .form-group{
	    width:100%;
	    padding:0;
	    margin:0 0 15px;
	}
	
	#contentAPP #submitFormulario, #contentAPP #btPost{
		margin-top: 0;
    	margin-bottom: 45px;
    	font-size: 14px;
	}
	
	#g-mainbar .candidatura .candidaturaContent, #g-mainbar .interesse .interesseContent, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent{
		padding: 25px 25px 50px 25px;
		width: 90%;
	    height: 85%;
	    left: 5%;
	    overflow-x: hidden;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura, #g-mainbar .interesse .interesseContent #fechaInteresse, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo{
		top: 25px;
		right: 25px;
		width: 35px;
    	height: 35px;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura svg, #g-mainbar .interesse .interesseContent #fechaInteresse svg, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo svg{
	    width: 35px;
	    height: 35px;
	}
	#novaCandidatura h3 {
		font-size: 23px;
	    line-height: 1.5;
	}
	.fileuploader-input .fileuploader-input-caption {
		display: none !important;
	}
	.fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :after, .fileuploader-popup :before {
		font-size: 12px;
	}
	#contentAPP #submitCandidatura, #contentAPP #submitCandidaturaAmigo{
		font-size: 16px;
	}
	
	#contentAPP #submitInteresse{
	    font-size: 16px;
	}
	
	.detalhe .sucesso {
		padding: 15px;
	}
	.novaOferta .sucesso .sucessIcon, .novaCandidatura .sucesso .sucessIcon, .detalhe .sucesso .sucessIcon, .alteraDados .message .sucessIcon{
		width: 40px;
	}
	.novaOferta .sucesso p, .novaCandidatura .sucesso p, .detalhe .sucesso p, .alteraDados .message p {
		font-size: 14px;
	}
	
	.detalhe .backgroundErro {
		padding: 10px;
	}
	.detalhe .backgroundErro h2 svg {
		width: 35px;
    	height: 35px;
	}
	.backgroundErro .erro {
		width: 80%;
		padding: 25px;
	}
	#fechaErro {
		width: 30px;
		height: 30px;
	}
	#fechaErro svg {
	    height: 25px;
	    width: 25px;
	}
	.backgroundErro h2 {
		font-size: 23px;
	}
	.backgroundErro ol li {
		font-size: 16px;
	}
	
	#g-container-3599 .item-image {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	#g-container-3599 .item-image img {
    	width: 100%;
	}
	
	#BarraCopyright .g-content {
        padding: 50px 4%;
    }
    
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
        width: 200px;
        margin: 0 auto 15px;
    }
    
	#BarraCopyright .w30 {
		width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0 0 30px;
	}
	
	#BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic, #menuPrincipal h3{
        font-size:18px;
    }
    
    #BarraCopyright .w30 p, #menuPrincipal .menu .w33 li a{
        font-size:14px;
    }
	
	#BarraCopyright p a {
		color: #3c3c3c;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	    bottom:8px;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
    
    #popUp .modal-header td:nth-child(2) {
        width: 260px;
    }
    
    #popUp a {
        font-size: 14px;
    }
    
    table tbody td {
        font-size: 14px;
    }
    
}

@media (min-width: 470px) and (max-width: 591px){
    
    #alteraDados .nifReq {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    
    #alteraDados .mailReq {
        width: 100%;
        display: block;
        vertical-align: top;
    }
    
    #novoInteresse h3, #novaCandidatura h3 {
        padding-right: 50px;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado, #novoInteresse .confEmail_interessado{
        width: 100%;
        display: block;
    }
    
    #novoInteresse .nif_interessado {
        width: 100%;
        display: block;
        float: none;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado {
        padding-right: 0;
    }
    
    #novoInteresse .nif_interessado, #novoInteresse .confEmail_interessado {
        padding-left: 0;
    }
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 93% !important;
		display:inline-block;
	}
	
	#novoInteresse input[type="checkbox"] {
		height: 15px;
    	width: 15px;
	}
	
    .listaOfertas .form-group.pesquisaLivre, .listaCandidaturas .form-group.pesquisaLivre{
        margin-top:0;
    }
    
    .listaOfertas .form-group, .listaCandidaturas .form-group{
        width: 100%;
        display: iblock;
        vertical-align: middle;
        margin: 10px 0;
    }
    
    .listaOfertas .cleanFilter, .listaCandidaturas .cleanFilter{
        margin: 0;
    }
    
    .listaOfertas .itemGroup, .listaCandidaturas .itemGroup{
        padding-left: 0px;
        display: block;
    }
    
    .listaOfertas .itemGroup .item, .listaCandidaturas .itemGroup .item{
        display: block;
        margin: 10px 0;
        padding: 0 10px;
        width:100%;
    }
    
    .listaOfertas .itemGroup .itemLink, .listaCandidaturas .itemGroup .itemLink{
        margin: 0;
        border-bottom: 0px;
        padding: 8px;
        background: #0066cc;
        border-radius: 0;
        display: block;
        text-align: right;
    }
    
	#barraTopo .w20 {
        width: 100px;
        left: 4%;
        padding: 30px 0;
    }
    
    #barraTopo .w80{    
        width: 70%;
        right: 4%;
    }
    
    #barraTopo .botoes a{
        display:none;
    }
    
    #barraTopo .online{
        margin:0;
    }
    
    #barraTopo .online .w10 {
        font-size: 13px;
        width: 120px;
    }
    
    #barraTopo .menu{
        height:18px;
    }
    
    #menuPrincipal{
        overflow-y:scroll;
        height:calc(100% - 120px);
    }
    
    #menuPrincipal .g-content{
        margin:0;
        padding:50px 4%;
    }
    
    #menuPrincipal h3{
        font-size:22px;
    }
    
    #menuPrincipal .menu .w33 li a{
        font-size:16px;
    }
    
    #menuPrincipal .menu .w33{
        width:100%;
        margin:0 0 20px;
    }
    
    #atalhos{
        padding:0 0 120px;
    }
    
    #atalhos .g-content{
        margin:20px 4%;
        text-align: center;
    }
    
    #atalhos .botao{
        width: 49%;
        padding: 35px;
        margin: 0 auto 2%;
    }
	
	#g-container-3599 .g-container {
	    width: 100%;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2 {
        border: 0;
        padding: 20px 0 40px;	
    }
	
	#g-mainbar div[itemprop="articleBody"]{
	    margin:-20px 4% 40px;
        padding: 25px 50px;
	}
	
	#g-mainbar .item-page h1, #g-mainbar .item-page h2{
		font-size: 23px;
	}
	#g-mainbar .item-page p{
		font-size: 15px;
	}
	#g-mainbar .item-page h3{
		font-size: 23px;
	}
	#g-mainbar .item-page li{
		font-size: 15px;
	}
	
	/* Oferta Emprego */
	
	#contentAPP {
        margin: 20px 4% 0;
    }
    
    #contentAPP div.dataTables_wrapper div.dataTables_length label, #contentAPP  div.dataTables_wrapper div.dataTables_filter label{
        width:100%;
        white-space: normal;
    }

	#contentAPP div.dataTables_wrapper div.dataTables_filter label input {
		width: 100% !important;
		margin:0;
	}
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	#tabela_ofertas_emprego th:nth-child(3), #tabela_ofertas_emprego th:nth-child(4),  #tabela_candidaturas_emprego th:nth-child(3), #tabela_candidaturas_emprego th:nth-child(4){
		display: none;
	}
	#tabela_ofertas_emprego td:nth-child(3), #tabela_ofertas_emprego td:nth-child(4), #tabela_candidaturas_emprego td:nth-child(3), #tabela_candidaturas_emprego td:nth-child(4) {
		display: none;
	}
	
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 5px !important;
	}
	.table th, .table td {
		text-align: center;
	}
	
	#g-mainbar .box {
	    width: 32% !important;
	    margin: 0 0 3% 0 !important;
	    height: 120px !important;
	}
	#g-mainbar .box .name {
    	font-size: 16px;
	}
	
	#g-mainbar .headerOferta .banner {
    	width: 100%;
	}
	#g-mainbar .headerOferta .info {
		width: 100%;
		margin:0;
	}
	#g-mainbar .headerOferta .info .w50 {
		padding: 0 10px;
        margin: 0 0 30px;
	}
	
	#g-mainbar .headerOferta .info .w50 a, #g-mainbar .headerOferta .info .enviaramigo{
	    margin:0 0 15px;
	}
	
	.detalhe .blockCondicoesRequeridas, .detalhe .blockDados, .detalhe .blockAtributos, .detalhe .blockCondicoesOferecidas, .detalhe .blockInfoEmpresa {
		padding: 25px;
	}
	.detalhe .w50 .topic, .detalhe .w50 .result {
    	width: 49%;
	}
	.detalhe .blockInfoEmpresa .iconFace img, .detalhe .blockInfoEmpresa .iconInsta img, .detalhe .blockInfoEmpresa .iconWeb img {
    	width: 35px;
	}
	.detalhe .blockCondicoesRequeridas .w50, .detalhe .blockDados .w50, .detalhe .blockAtributos .w50, .detalhe .blockCondicoesOferecidas .w50, .detalhe .blockInfoEmpresa .w50 {
		width: 100%;
		padding: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(even), .detalhe .blockDados .w50:nth-child(even), .detalhe .blockAtributos .w50:nth-child(even), .detalhe .blockCondicoesOferecidas .w50:nth-child(even), .detalhe .blockInfoEmpresa .w50:nth-child(even){
	    padding-right: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(odd), .detalhe .blockDados .w50:nth-child(odd), .detalhe .blockAtributos .w50:nth-child(odd), .detalhe .blockCondicoesOferecidas .w50:nth-child(odd), .detalhe .blockInfoEmpresa .w50:nth-child(odd){
	    padding-left: 0;
	}
	
	#NovaOferta h3, #alteraDados h3{
		font-size: 25px;
	}
	#alteraDados .fiscalid, #NovaOferta .email_empresa, #NovaOferta .confemail_empresa, #alteraDados .referencia, #NovaOferta .hora_inicio, #NovaOferta .hora_fim, #NovaOferta .horas_dia, #NovaOferta .descanso_semanal, #NovaOferta .remuneracao, #NovaOferta .subs_alimentacao, #NovaOferta .tipo_contrato, #NovaOferta .reg_horario, #NovaOferta .exp_anterior, #NovaOferta .tempominimo, #NovaOferta .habAcademicas, #NovaOferta .formProfissional, #NovaOferta .categoria, #NovaOferta .subcategoria, #NovaOferta .nif_empresa, #NovaOferta .freguesia, #novaCandidatura .nifCandidato, #novaCandidatura .telefoneCandidato, #novaCandidatura .mailCandidato, #novaCandidatura .confMailCandidato {
		width: 100%;
	}
	#alteraDados .fiscalid, #NovaOferta .email_empresa, #novaCandidatura .nifCandidato, #novaCandidatura .mailCandidato, #NovaOferta .nif_empresa, #NovaOferta .hora_inicio, #NovaOferta .horas_dia, #NovaOferta .remuneracao, #NovaOferta .tipo_contrato, #NovaOferta .exp_anterior, #NovaOferta .categoria, #NovaOferta .habAcademicas {
		padding-right: 0;
	}
	#NovaOferta .confemail_empresa, #alteraDados .referencia, #novaCandidatura .telefoneCandidato, #novaCandidatura .confMailCandidato, #NovaOferta .freguesia, #NovaOferta .hora_fim, #NovaOferta .descanso_semanal, #NovaOferta .subs_alimentacao, #NovaOferta .reg_horario, #NovaOferta .tempominimo, #NovaOferta .subcategoria, #NovaOferta .formProfissional {
		padding-left: 0;
	}
	#NovaOferta .exp_anterior div.value span, #NovaOferta .empJovem div.value span, #alteraDados .acaoCandidatura div.value span, #alteraDados .acaoOferta div.value span, #NovaCandidatura .empJovem div.value span, #NovaOferta .cartaConducao div.value span, #NovaOferta .transporteProprio div.value span, #NovaOferta .dataEmpresa div.value span, #NovaOferta .tipoCartaConducao div.value span {
		font-size: 14px;
	}
	#NovaCandidatura .form-group label, #NovaOferta .form-group label, #alteraDados .form-group label{
    	font-size: 14px;
	}
	#NovaOferta .tipoCartaConducao div.value span {
		margin-left: 0;
	}
	#NovaOferta input[type=radio], #alteraDados input[type="radio"], #NovaCandidatura input[type="radio"], #NovaOferta .tipoCartaConducao input[type="checkbox"], #NovaCandidatura input[type="checkbox"], #alteraDados .Veracidade input[type="checkbox"], #NovaOferta .Veracidade input[type="checkbox"], #NovaOferta .PoliticaPrivacidade input[type="checkbox"] {
		height: 15px;
    	width: 15px;
	}
	#novaCandidatura .tarefas #cke_15, #NovaOferta .tarefas #cke_15 , #novaCandidatura .perfilCandidato #cke_60, #NovaOferta .perfilCandidato #cke_60, #novaCandidatura .tarefas #cke_44, #NovaOferta .tarefas #cke_44 , #novaCandidatura .perfilCandidato #cke_89, #NovaOferta .perfilCandidato #cke_89 {
		display: none;
	}
	#NovaCandidatura .form-group.PoliticaPrivacidade label, #NovaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label {
		width: 95% !important;
	}
	
	#NovaCandidatura .form-group{
	    width:100%;
	    padding:0;
	    margin:0 0 15px;
	}
	
	#contentAPP #submitFormulario, #contentAPP #btPost{
		margin-top: 0;
    	margin-bottom: 45px;
    	font-size: 16px;
	}
	
	#g-mainbar .candidatura .candidaturaContent, #g-mainbar .interesse .interesseContent, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent{
		padding: 25px 25px 50px 25px;
	}
	
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura, #g-mainbar .interesse .interesseContent #fechaInteresse, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo{
		top: 25px;
		right: 25px;
		width: 35px;
    	height: 35px;
	}
	.fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before, .fileuploader-popup, .fileuploader-popup *, .fileuploader-popup :after, .fileuploader-popup :before {
		font-size: 14px;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura svg, #g-mainbar .interesse .interesseContent #fechaInteresse svg, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo svg{
	    width: 35px;
	    height: 35px;
	}
	#contentAPP #submitCandidatura, #contentAPP #submitCandidaturaAmigo{
		font-size: 16px;
	}
	
	#contentAPP #submitInteresse{
	    font-size: 16px;
	}
	
	.detalhe .sucesso {
		padding: 30px;
	}
	.novaOferta .sucesso .sucessIcon, .novaCandidatura .sucesso .sucessIcon, .detalhe .sucesso .sucessIcon, .alteraDados .message .sucessIcon{
		width: 40px;
	}
	.novaOferta .sucesso p, .novaCandidatura .sucesso p, .detalhe .sucesso p, .alteraDados .message p{
		font-size: 14px;
	}
	
	.detalhe .backgroundErro {
		padding: 10px;
	}
	.backgroundErro .erro {
		width: 70%;
		padding: 35px;
	}
	#fechaErro {
		width: 35px;
		height: 35px;
	}
	#fechaErro svg {
	    height: 30px;
	    width: 30px;
	}
	.backgroundErro h2 {
		font-size: 25px;
	}
	.backgroundErro ol li {
		font-size: 18px;
	}
	
	#g-container-3599 .item-image {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	#g-container-3599 .item-image img {
    	width: 100%;
	}
	
	#BarraCopyright .g-content {
        padding:50px 4%;
    }
    
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
        width: 200px;
        margin: 0 auto 15px;
    }
    
	#BarraCopyright .w30 {
		width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0 0 30px;
	}
	
	#BarraCopyright .w70{
        display:none;
    }
	
	#BarraCopyright .w70 .w25 {
        width: 48%;
        padding: 0 5px 0;
        text-align: center;
    }
	
	#BarraCopyright p a {
		color: #3c3c3c;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	    bottom:8px;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
}

@media (min-width: 592px) and (max-width: 767px){
    
    #alteraDados .nifReq {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    
    #alteraDados .mailReq {
        width: 100%;
        display: block;
        vertical-align: top;
    }
    
    #novoInteresse h3, #novaCandidatura h3 {
        padding-right: 50px;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado, #novoInteresse .confEmail_interessado{
        width: 100%;
        display: block;
    }
    
    #novoInteresse .nif_interessado {
        width: 100%;
        display: block;
        float: none;
    }
    
    #novoInteresse .nome_interessado, #novoInteresse .email_interessado {
        padding-right: 0;
    }
    
    #novoInteresse .nif_interessado, #novoInteresse .confEmail_interessado {
        padding-left: 0;
    }
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 93% !important;
		display:inline-block;
	}
	
	#novoInteresse input[type="checkbox"] {
		height: 15px;
    	width: 15px;
	}
	
    .listaOfertas .form-group.pesquisaLivre, .listaCandidaturas .form-group.pesquisaLivre{
        width: 100%;
        display: block;
        margin: 0;
    }
    
    .listaOfertas .form-group, .listaCandidaturas .form-group{
        width: 49.5%;
        display: inline-block;
        vertical-align: middle;
        margin:10px 0 0 0;
    }
    
    .listaOfertas .form-group.catOferta, .listaCandidaturas .form-group.catCandidatura{
        padding-right:5px;
    }
    
    .listaOfertas .form-group.fregOferta, .listaCandidaturas .form-group.fregCandidatura{
        padding-left:5px;
        float:right;
    }
    
    .listaOfertas .itemGroup, .listaCandidaturas .itemGroup{
        display: inline-block;
        vertical-align:top;
        padding:0;
        width: 48%;
        margin: 0 .5% 20px;
    }
    
    .listaOfertas .itemGroup .item, .listaCandidaturas .itemGroup .item{
        margin: 10px 0;
        padding: 0 10px;
        width:100%;
    }
    
    .listaOfertas .itemGroup .itemLink, .listaCandidaturas .itemGroup .itemLink{
        display: inline-block;
        width: 100%;
        margin: 0;
        border-radius:0;
        text-align: right;
        padding: 5px;
        border-bottom: 0px;
    }
    
    #barraTopo .w20 {
        width: 120px;
        left: 4%;
        padding: 30px 0;
    }
    
    #barraTopo .w80{    
        width: 70%;
        right: 4%;
    }
    
    #barraTopo .botoes a{
        display:none;
    }
    
    #barraTopo .online{
        margin:0;
    }
    
    #barraTopo .online .w10 {
        font-size: 13px;
        width: 120px;
    }
    
    #barraTopo .menu{
        height:18px;
    }
    
    #menuPrincipal{
        overflow-y:scroll;
        height:calc(100% - 100px);
    }
    
    #menuPrincipal .g-content{
        margin:0;
        padding:50px 4%;
    }
    
    #menuPrincipal h3{
        font-size:22px;
    }
    
    #menuPrincipal .menu .w33 li a{
        font-size:16px;
    }
    
    #menuPrincipal .menu .w33{
        width:100%;
        margin:0 0 20px;
    }
    
    #atalhos{
        padding:0 0 120px;
    }
    
    #atalhos .g-content{
        margin:20px 4%;
        text-align: center;
    }
    
    #atalhos .botao{
        width: 31%;
        padding: 35px;
    }
	
	#g-container-3599 .g-container {
	    width: 100%;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2 {
        border: 0;
        padding: 30px 0 60px;	
    }
	
	#g-mainbar div[itemprop="articleBody"]{
	    margin:-30px 4% 50px;
        padding: 25px 40px;
	}
	
	#g-mainbar .item-page h1, #g-mainbar .item-page h2{
		font-size: 30px;
	}
	
	/* Oferta Emprego */
	
	#contentAPP {
        margin: 20px 4% 0;
    }
    
    #contentAPP div.dataTables_wrapper div.dataTables_length label, #contentAPP  div.dataTables_wrapper div.dataTables_filter label{
        width:100%;
        white-space: normal;
    }

	#contentAPP div.dataTables_wrapper div.dataTables_filter label input {
		width: 100% !important;
		margin:0;
	}
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	
	#g-mainbar .box {
	    width: 32.9% !important;
	    margin: 0 0 3% 0 !important;
	    height: 160px !important;
	}
	#g-mainbar .box .name {
    	font-size: 20px;
	}
	
	#g-mainbar .headerOferta .banner {
    	width: 100%;
	}
	#g-mainbar .headerOferta .info {
		width: 100%;
		margin:0;
	}
	#g-mainbar .headerOferta .info .w50 {
		padding: 0 10px;
        margin: 0 0 30px;
	}
	
	#g-mainbar .headerOferta .info .w50 a, #g-mainbar .headerOferta .info .enviaramigo{
	    margin:0 0 15px;
	}
	
	.detalhe .blockCondicoesRequeridas, .detalhe .blockDados, .detalhe .blockAtributos, .detalhe .blockCondicoesOferecidas, .detalhe .blockInfoEmpresa{
		padding: 30px 35px;
	}
	#g-mainbar .headerOferta .info .w50 {
		font-size: 16px;
	}
	.detalhe .w50 .topic, .detalhe .w50 .result {
    	width: 49%;
	}
	.detalhe .blockInfoEmpresa .iconFace img, .detalhe .blockInfoEmpresa .iconInsta img, .detalhe .blockInfoEmpresa .iconWeb img {
    	width: 40px;
	}
	.detalhe .blockCondicoesRequeridas .w50, .detalhe .blockDados .w50, .detalhe .blockAtributos .w50, .detalhe .blockCondicoesOferecidas .w50, .detalhe .blockInfoEmpresa .w50{
		width: 100%;
		padding: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(even), .detalhe .blockDados .w50:nth-child(even), .detalhe .blockAtributos .w50:nth-child(even), .detalhe .blockCondicoesOferecidas .w50:nth-child(even), .detalhe .blockInfoEmpresa .w50:nth-child(even){
	    padding-right: 0;
	}
	.detalhe .blockCondicoesRequeridas .w50:nth-child(odd), .detalhe .blockDados .w50:nth-child(odd), .detalhe .blockAtributos .w50:nth-child(odd), .detalhe .blockCondicoesOferecidas .w50:nth-child(odd), .detalhe .blockInfoEmpresa .w50:nth-child(odd){
	    padding-left: 0;
	}
	
	
	#NovaOferta .tipoCartaConducao div.value span {
		margin-left: 2px;
	}
	#NovaOferta input[type=radio], #alteraDados input[type="radio"], #NovaCandidatura input[type="radio"], #NovaOferta .tipoCartaConducao input[type="checkbox"] {
		height: 15px;
    	width: 15px;
	}
	#NovaCandidatura .form-group.PoliticaPrivacidade label, #NovaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label {
		width: 93% !important;
	}
	
	#NovaCandidatura .form-group{
	    width:100%;
	    padding:0;
	    margin:0 0 15px;
	}
	
	#g-mainbar .candidatura .candidaturaContent, #g-mainbar .interesse .interesseContent, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent{
		padding: 25px 25px 50px 25px;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura, #g-mainbar .interesse .interesseContent #fechaInteresse, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo{
		top: 25px;
		right: 25px;
		width: 35px;
    	height: 35px;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura svg, #g-mainbar .interesse .interesseContent #fechaInteresse svg, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo svg{
	    width: 35px;
	    height: 35px;
	}
	
	.backgroundErro .erro {
		width: 70%;
		padding: 35px;
	}
	
	#g-container-3599 .item-image {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	#g-container-3599 .item-image img {
    	width: 100%;
	}
	
	#BarraCopyright .g-content {
        padding:50px 4%;
    }
    
    #BarraCopyright .logo {
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
        width: 200px;
        margin: 0 auto 15px;
    }
    
	#BarraCopyright .w30 {
		width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0 0 30px;
	}
	
	#BarraCopyright .w70{
        display:none;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic{
        font-size:18px;
    }
    
    #BarraCopyright .w30 .morada{
        font-size:16px;
    }
	
	#BarraCopyright p a {
		color: #3c3c3c;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	    bottom:8px;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
	
    #popUp .modal{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 958px){
    
    #alteraDados .nifReq{
        width: 29.4%;
    }
    
    #novoInteresse .nome_interessado {
        width: 60%;
    }
    
    #novoInteresse .nif_interessado{
        width: 39.5%;
    }
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 93% !important;
		display:inline-block;
	}

    .listaOfertas .form-group.pesquisaLivre, .listaCandidaturas .form-group.pesquisaLivre{
        width: 100%;
        display: block;
        margin: 0;
    }
    
    .listaOfertas .form-group, .listaCandidaturas .form-group{
        width: 49.5%;
        display: inline-block;
        vertical-align: middle;
        margin:10px 0 0 0;
    }
    
    .listaOfertas .form-group.catOferta, .listaCandidaturas .form-group.catCandidatura{
        padding-right:5px;
    }
    
    .listaOfertas .form-group.fregOferta, .listaCandidaturas .form-group.fregCandidatura{
        padding-left:5px;
        float:right;
    }
    
    .listaOfertas .itemGroup, .listaCandidaturas .itemGroup{
        display: inline-block;
        vertical-align:top;
        padding:0;
        width: 48%;
        margin: 0 .5% 20px;
    }
    
    .listaOfertas .itemGroup .item, .listaCandidaturas .itemGroup .item{
        margin: 10px 0;
        padding: 0 10px;
        width: 100%;
    }
    
    .listaOfertas .itemGroup .itemLink, .listaCandidaturas .itemGroup .itemLink{
        display: inline-block;
        width: 100%;
        margin: 0;
        border-radius:0;
        text-align: right;
        padding: 5px;
        border-bottom: 0px;
    }
    
	#barraTopo .w20 {
        width: 130px;
        left: 4%;
        padding: 25px 0;
    }
    
    #barraTopo .w80{    
        width: 70%;
        right: 4%;
    }
    
    #barraTopo .botoes a{
        padding:10px;
        font-size: 13px;
        margin: 0 5px;
    }
    
    #barraTopo .online{
        margin:0;
    }
    
    #barraTopo .online .w10 {
        font-size: 13px;
        width: 120px;
    }
    
    #barraTopo .menu{
        height:18px;
    }
    
   #menuPrincipal{
        overflow-y:scroll;
        height:calc(100% - 100px);
    }
    
    #menuPrincipal h3{
        font-size:22px;
    }
    
    #menuPrincipal .menu .w33 li a{
        font-size:16px;
    }
    
    #menuPrincipal .g-content{
        margin:0;
        padding:50px 4%;
    }
    
    #menuPrincipal .menu .w33{
        width: 49%;
        margin: 0 0 20px;
        padding: 0 10px 0 0;
    }
    
    #atalhos{
        padding:0 0 120px;
    }
    
    #atalhos .g-content{
        margin:20px 4%;
        text-align: center;
    }
    
    #atalhos .botao{
        width: 31%;
    }
	
	#g-container-3599 .g-container {
	    width: 100%;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2 {
        padding: 30px 0 60px;	
        font-size:35px;
    }
	
	#g-mainbar div[itemprop="articleBody"]{
	    margin:-30px 4% 50px;
        padding: 25px 50px;
	}
	
	/* Oferta Emprego */
	
	#contentAPP {
        margin: 20px 4% 0;
    }
	
	#NovaCandidatura .nif {
        width: 29.4%;
    }
    
    #NovaCandidatura .email, #NovaCandidatura .confEmail, #NovaCandidatura .freguesia, #NovaCandidatura .categoria, #NovaCandidatura .subcategoria, #NovaCandidatura .reg_horario{
        width:32.9%;
    }
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	
	#g-mainbar .box {
	    width: 32.9% !important;
	    margin: 0 0 3% 0 !important;
	    height: 160px !important;
	}
	#g-mainbar .box .name {
    	font-size: 22px;
	}
	
	#g-mainbar .headerOferta .info {
        padding: 2% 5%;
    }
	
	#g-mainbar .headerOferta .info .w50 {
		padding: 0 10px;
        margin: 0 0 20px;
	}
	
	#g-mainbar .headerOferta .info h2{
        margin: 0 0 15px;
        font-size: 30px;
	}
	
	#g-mainbar .headerOferta .info .w50 a, #g-mainbar .headerOferta .info .enviaramigo{
	    margin:0 0 15px;
	    padding:10px 0;
	    font-size:16px;
	}
	
	.detalhe .blockCondicoesRequeridas, .detalhe .blockDados, .detalhe .blockAtributos, .detalhe .blockCondicoesOferecidas, .detalhe .blockInfoEmpresa {
		padding: 30px 35px;
	}
	.detalhe .w50 .topic, .detalhe .w50 .result {
    	width: 49%;
	}
	.detalhe .blockInfoEmpresa .iconFace img, .detalhe .blockInfoEmpresa .iconInsta img, .detalhe .blockInfoEmpresa .iconWeb img {
    	width: 40px;
	}
	
	
	#novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label {
		width: 95% !important;
	}
	
	#g-mainbar .candidatura .candidaturaContent, #g-mainbar .interesse .interesseContent, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent{
		padding: 35px;
	}
	#g-mainbar .candidatura .candidaturaContent #fechaCandidatura, #g-mainbar .interesse .interesseContent #fechaInteresse, #g-mainbar .candidaturaAmigo .candidaturaAmigoContent #fechaCandParaAmigo{
		top: 25px;
		right: 25px;
	}
	
	.backgroundErro .erro {
		width: 70%;
	}
	
	
	#g-container-3599 .item-image {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	}
	#g-container-3599 .item-image img {
    	width: 100%;
	}
	
	#BarraCopyright .g-content {
        padding:50px 4%;
    }
    
    #BarraCopyright .logo {
        margin: 0 auto 15px;
        padding: 0 0 10px;
        border-bottom: 1px solid #fff;
    }
    
	#BarraCopyright .w30 {
		width: 100%;
        text-align: center;
        border-right: 0;
        padding: 0 0 30px;
	}
	
	#BarraCopyright .w70{
        display:none;
    }
    
	#BarraCopyright p a {
		color: #3c3c3c;
		font-size: 12px;
	}
	
	#BarraCopyright .selo {
        margin: 5px;
    }
	
	#BarraCopyright .govern {
	    padding:0;
	}
	
	#BarraCopyright .govern p {    
	    width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
	}
	
	#BarraCopyright .govern .w20 {
		width: 100%;
	}
	
	#BarraCopyright .w20 {
	    width:auto;
        right: 3px;
        bottom: 13px;
    }
	
	#BarraCopyright .w20 .logoInterface {
        width: auto;
    }
	
	#BarraCopyright .logoInterface .prod {
	    display: none;
	}
	#BarraCopyright .logoInterface .logo {
	    width: 25px;
        border: 0;
        padding:0;
	}
}

@media (min-width: 959px) and (max-width: 1199px){
    
    #menuPrincipal h3{
        font-size:23px;
    }
    
    #menuPrincipal .menu .w33 li a{
        font-size:16px;
    }
    
    #atalhos .botao {
        width: 23%;
    }
    
    #BarraCopyright .w30 p{
        font-size:15px;
    }
    
    #BarraCopyright .w30 h3, #BarraCopyright .w30 .topic, #BarraCopyright .w70 .w25 .titulo{
        font-size:19px;
    }
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 93% !important;
		display:inline-block;
	}
	
    .listaOfertas .itemGroup .itemOferta{
        width: 39%;
    }
    
    .listaOfertas .itemGroup .itemCategoria{
        width: 20%;
    }
    
    .listaOfertas .itemGroup .itemFreguesia{
        width: 20%;
    }
    
    .listaOfertas .itemGroup .itemExperiencia{
        width: 15%;
    }
    
	#barraTopo .w20 {
        width: 130px;
        left: 8%;
        padding: 25px 0;
    }
    
	#barraTopo .w80 {
        width: 68%;
        right: 8%;
	}
	
	#menuPrincipal .g-content,#atalhos .g-content{
	    margin:50px 8% 0;
	}
	
	#g-container-3599 .g-container {
	    width: 100%;
	}
	
    #g-mainbar .page-header h1, #g-mainbar .page-header h2 {
        padding: 30px 0 60px;	
        font-size:35px;
    }
	
	#g-mainbar div[itemprop="articleBody"]{    
	    margin: -25px 8% 50px;
        padding: 35px 60px;
	}
	
	/* Oferta Emprego */
	
	#contentAPP {
        margin: 20px 8% 0;
    }
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	
	#NovaCandidatura .nif {
        width: 29.5%;
    }
		
	#g-mainbar .box {
	    width: 32.9% !important;
	    margin: 0 0 3% 0 !important;
	    height: 160px !important;
	}
	#g-mainbar .box .name {
    	font-size: 22px;
	}
	
	#g-mainbar .headerOferta .info .w50 {
		font-size: 17px;
	}
	
	#novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label{
		width: 96% !important;
	}
	
	.backgroundErro .erro {
		width: 768px;
	}
    
    #BarraCopyright .g-content {
        padding: 50px 8% 80px 8%;
    }
    #BarraCopyright .logo {
        width: 200px;
    }
    #BarraCopyright .w70 .w25 li a{
        font-size:15px;
    }
	
}

@media (min-width: 1200px) and (max-width: 1439px) {
    
    #atalhos .botao {
        padding: 35px;
    }
	
	.backgroundErro .erro {
		width: 959px;
	}
	
	#novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label, #NovaOferta .form-group.PoliticaPrivacidade label, #NovaOferta .form-group.Veracidade label, #alteraDados .form-group.Veracidade label {
		width: 97% !important;
	}
	
}

@media (min-width: 1200px) {
    
    #novoInteresse .form-group.PoliticaPrivacidade label, #novoInteresse .form-group.Veracidade label, #novaCandidatura .form-group.PoliticaPrivacidade label, #novaCandidatura .form-group.Veracidade label{
		width: 93% !important;
		display:inline-block;
	}
	
    .listaOfertas .itemGroup .itemOferta{
        width: 39%;
    }
    
    .listaOfertas .itemGroup .itemCategoria{
        width: 20%;
    }
    
    .listaOfertas .itemGroup .itemFreguesia{
        width: 20%;
    }
    
    .listaOfertas .itemGroup .itemExperiencia{
        width: 15%;
    }
	
	#tabela_ofertas_emprego_wrapper #tabela_ofertas_emprego, #tabela_candidaturas_emprego_wrapper #tabela_candidaturas_emprego{
		width: 100% !important;
	}
	
}

