@charset "utf-8";
/* CSS Document */

/***** Modal *****/
/* https://azmind.com/bootstrap-tutorial-modal-video/ */
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
.video-link {
    padding-top: 70px;
}
 
.video-link a:hover,
.video-link a:focus {
    outline: 0;
}
 
a .video-link-text {
    color: #fff;
    opacity: 0.8;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
 
a:hover .video-link-text, 
a:focus .video-link-text {
    outline: 0;
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}
 
a .video-link-icon {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #e89a3e;
    color: #fff;
    line-height: 50px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a .video-link-icon:after {
    position: absolute;
    content: "";
    top: -6px;
    left: -6px;
    width: 66px;
    height: 66px;
    background: #444;
    background: rgba(0, 0, 0, 0.1);
    z-index: -99;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
 
a:hover .video-link-icon,
a:focus .video-link-icon {
    outline: 0;
    background: #fff;
    color: #e89a3e;
}
/***** end Modal *****/

html, body{
	width: 100%; min-height: 100%;
	text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
    -moz-font-feature-settings:"calt=1, liga=1, clig=1, kern=1"; -moz-font-feature-settings:"calt" 1, "liga" 1, "clig" 1, "kern" 1,;
    -ms-font-feature-settings:"calt", "liga", "clig", "kern"; -o-font-feature-settings:"calt", "liga", "clig", "kern";
    -webkit-font-feature-settings:"calt", "liga", "clig", "kern"; font-feature-settings:"calt", "liga", "clig", "kern";
	overflow-x:hidden;
	padding:0px;
	margin:0px;

    font: 12px 'Open Sans', Arial, sans-serif;
	font-weight:400;
	color:#57585b;
	line-height:16px;
	background-color:#FFF;
}

a{
	color:#0078c9;
	cursor:pointer;
}
a:hover{
	color:#3d3d3b;
	text-decoration:none;
}

header, a, li, strong, button, input, select, i{
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}

/* MENU -------- */
.navbar {
  position: relative;
  min-height: 95px;
  border: none;
  padding:0px;
  margin:0px;
  border-radius: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-size:20px;
  color:#FFF;
  text-transform: none;
}
.navbar-default {
  background: url(../images/fundo_menu_azul.png) left top repeat;
  border: none;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-default .navbar-collapse{
padding-right: 15px;
padding-left: 0px;
}
.navbar-nav > li > a.navbar-brand
{
  padding: 0px;
  margin:0px;
}
.navbar-brand {
  float: left;
  height: 60px;
  padding: 17px 0px 0px 0px;
  margin:0px;
}
img.logo{
	height:60px;
}
.navbar-nav > li > a {
	text-align: center;
	padding-right:15px;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0074c8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #0074c8;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
		margin-top:0px;
		background: url(../images/trave.png) right 44px no-repeat;
		-webkit-background-size: 1px 15px;
	  -moz-background-size:  1px 15px;
	  -o-background-size:  1px 15px;
	  background-size:  1px 15px;
	}
	.navbar-nav > li > a {
		padding: 0px;
		margin:0px 30px;
		height:95px;
		line-height:95px;

	}
	.navbar-default .navbar-nav > li > a {
	  color: #FFF;
	  background: url(../images/fundo_menu.png) -200px top no-repeat;
	  -webkit-background-size:  200px 4px;
	  -moz-background-size:  200px 4px;
	  -o-background-size:  200px 4px;
	  background-size: 200px 4px;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  color: #FFF;
	  background: url(../images/fundo_menu.png) center top no-repeat;
	  -webkit-background-size: 200px 4px;
	  -moz-background-size:  200px 4px;
	  -o-background-size:  200px 4px;
	  background-size:  200px 4px;
	}
	.navbar-default .navbar-nav > .select_lang > a,
	.navbar-default .navbar-nav > .select_lang > a:hover,
	.navbar-default .navbar-nav > .select_lang > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  color: #FFF;
	  background: url(../images/fundo_menu.png) center top no-repeat;
	  -webkit-background-size: 200px 4px;
	  -moz-background-size:  200px 4px;
	  -o-background-size:  200px 4px;
	  background-size:  200px 4px;
	}
	.collapse{padding-right:0px !important;}
}

.banner-section{
	width:100%;
	height:500px;
	display:block;
	overflow:hidden;
	background:url(../images/banner_01.jpg) center center no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.txt_banner{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	margin-top:375px;
}
.txt_banner .linha{
	width: auto;
	height:52px;
	display: inline-block;
	overflow:hidden;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-size:40px;
  line-height:52px;
  color:#0078c9;
  text-transform:uppercase;
  margin-bottom:4px;
  margin-left:-600px;
  padding-left:15px;
  padding-right:15px;
  opacity: 0;
    filter: alpha(opacity=0);
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.txt_banner .linha2{
	width: auto;
	height:52px;
	display: inline-block;
	overflow:hidden;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  font-size:40px;
  line-height:52px;
  color:#0078c9;
  text-transform:uppercase;
  margin-left:-600px;
  padding-left:15px;
  padding-right:15px;
  opacity: 0;
    filter: alpha(opacity=0);
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}


.circulo_icon{
	width:130px;
	height:130px;
	display:block;
	overflow:hidden;
	background-color:#0074c8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
	margin:0px auto;
	margin-bottom:24px;
}
.icons_row:hover .circulo_icon{
	background-color:#3b3b38;
}

.volta_topo{
		width:50px;
		height:50px;
		display:block;
		overflow:hidden;
		position: fixed;
		bottom:120px;
		right:20px;
		background-color:#FFF;
		border:2px solid #0074c8;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		transition: all 0.6s;
		-moz-transition: all 0.6s; /* Firefox 4 */
		-webkit-transition: all 0.6s; /* Safari and Chrome */
		-o-transition: all 0.6s; /* Opera */
		line-height:40px;
		text-align:center;
		color:#0074c8;
		font-size:34px;
	}
	.volta_topo:hover{
		background-color:#0074c8;
		color:#FFF;
	}

.circulo_icon img{
	width:83px;
	height:83px;
	display:block;
	overflow:hidden;
	margin:0px auto;
	margin-top:20px;

}
.linha_sep{
	width:24px;
	height:2px;
	display:block;
	overflow:hidden;
	margin:0px auto;
	background-color:#0074c8;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.icons_row:hover .linha_sep{
	background-color:#3b3b38;
}

.titulo_icons{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:24px;
    line-height:34px;
    color:#0078c9;
    text-transform: none;
    margin-top:15px;
	text-align:center;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.icons_row:hover .titulo_icons{
	color:#3b3b38;
}
.icons_row{
	margin-bottom:25px;
}
#icons_home{
	margin-top:90px;
	margin-bottom:65px;
}
#destaque_home{
	background-color:#f7f7f7;
	border-top:1px solid #d7d7d7;
	padding-top:50px;
	padding-bottom:50px;
}
.dest_3{
	width:100%;
	height:410px;
	display:block;
	overflow:hidden;
	border: 1px solid #dbdbdb;
	margin-top:40px;
	margin-bottom:40px;
}
.img_dest_3{
	width:100%;
	height:410px;
	display:block;
	overflow:hidden;
	background: url(../images/como_trabalhamos.jpg) center center no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.empresas_img{
	background: url(../images/para_empresas.jpg) center center no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.candidatos_img{
	background: url(../images/para_candidatos.jpg) center center no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.candidatos_img2{
	background: url(../images/para_candidatos02.jpg) center center no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.fundo_azul{
	width:100%;
	height:205px;
	display:block;
	overflow:hidden;
	position:relative;
	top:-205px;
	background:url(../images/fundo_menu_azul.png) left top repeat;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size:24px;
    line-height:34px;
    color:#ffffff;
    text-transform: none;
	padding:14px 35px;
}
.fundo_azul h3{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:30px;
    line-height:34px;
    color:#ffffff;
    text-transform: none;
	padding:0px;
	margin:0px
}
a.btn_azul{
	width:120px;
	height:40px;
	display:block;
	overflow:hidden;
	float:left;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
    line-height:36px;
    color:#ffffff;
    text-transform: none;
	text-align:center;
	border:2px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#0078c9;
	margin-right:30px;
	margin-top:20px;
}
a.btn_azul:hover{
    color:#0078c9;
	border:2px solid #FFF;
	background-color:#FFF;
}
footer{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	background-color:#3d3d3b;
	padding: 22px 0px;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:13px;
    line-height:65px;
    color:#ffffff;
    text-transform: uppercase;
	text-align:left;
	margin:0px;
}
.rodape_creditos{
	text-align:right;
}
.rodape_creditos a {
	color:#ffffff;
}
.rodape_creditos a:hover {
	color:#9dbcdd;
}
.rodape_menu a {
	color:#ffffff;
}
.rodape_menu a:hover {
	color:#9dbcdd;
}
.banner_geral{
	width:100%;
	height:250px;
	display:block;
	overflow:hidden;
	background:url(../images/banner_01.jpg) center center no-repeat;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#quem_somos{
	min-height:550px;
	padding: 70px 0px;
}
.marg_caminho{
	padding: 45px 0px 70px 0px !important;
}

#quem_somos h2{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size:40px;
    line-height:44px;
    color:#0078c9;
    text-transform: none;
	text-align:left;
	margin:0px;
	padding: 0px 0px 20px 0px;
}

#quem_somos p{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:17px;
    line-height:24px;
    color:#3d3d3b;
    text-transform: none;
	text-align:left;
	margin:0px;
	padding: 0px 0px 30px 0px;
}

#quem_somos p b, #quem_somos p strong{
    font-weight: 700;
}

.col_cinza{
	background-color:#f3f3f3;
	border:1px solid #e1e1e1;
	padding-top:15px;
	padding-bottom:5px;
}

.panel-body{
	padding-left:5px;
	padding-right:5px;
}
.panel-body p{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:16px;
    line-height:22px;
    color:#3d3d3b;
    text-transform: none;
	text-align:left;
	margin:0px !important;
	padding: 0px !important;
}

.panel-default > .panel-heading{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:24px;
    color:#0078c9;
    text-transform: none;
	text-align:left;
	border-bottom:1px solid #1080cc;
	background-color:#f3f3f3;
	border-radius:0px;
	padding:0px; margin:0px 5px;
}
.col_cinza h4{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:24px;
	line-height:40px;
	height:42px;
    color:#0078c9;
	padding:0px; margin:0px;
}

.panel-group .panel
{
  border: none !important;
  border-radius: 0px;
  box-shadow: none;
}
.panel-default
{
  border: none !important;
  border-radius: 0px;
  box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group
{
  border-top: none;
}
.panel-heading {
	cursor: pointer;
}
/* CSS Method for adding Font Awesome Chevron Icons */
 .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family:'FontAwesome';
	content:"\f107";
	float: right;
	color: inherit;
}
.panel-heading.collapsed .accordion-toggle:after {
	/* symbol for "collapsed" panels */
	content:"\f105";
}
.panel
{
  background-color: #f3f3f3;
  border: none;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal-backdrop
{
  background-color: #FFF;
}
.modal-backdrop.in
{
  opacity: 0.7;
}

.modal-content
{
	border-radius: 2px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  background-color: #0078c9;
  color:#FFF;
  font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:16px;
	line-height:22px;
}
.modal-header .close{
	color:#FFF;
	font-size:18px;
	filter: alpha(opacity=80);
    opacity: .8;
	margin-top:4px;
}
button.close
{
	margin-top:4px;
}
.close:hover,
.close:focus {
  color: #FFF;
  filter: alpha(opacity=100);
  opacity: 1;
}




.candidatos .txt_banner{
	margin-top:200px;
}
.candidatos .txt_banner .linha0{
	width: auto;
	height:40px;
	display: inline-block;
	overflow:hidden;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  font-size:24px;
  line-height:40px;
  color:#0078c9;
  text-transform: none;
  margin-bottom:4px;
  padding-left:15px;
  padding-right:15px;
  margin-left:-600px;
  opacity: 0;
    filter: alpha(opacity=0);
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.candidatos .txt_banner .linha{
	width: auto;
}
.candidatos .txt_banner .linha2{
	width: auto;
}
.candidatos .txt_banner a{
	width:225px;
	height:40px;
	display: block;
	overflow:hidden;
	background: rgb(61, 61, 59);
	font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size:24px;
  line-height:40px;
  color:#FFF;
  text-transform: none;
  margin-bottom:4px;
  padding-left:15px;
  border-radius:2px;
  margin-left:-600px;
  opacity: 0;
    filter: alpha(opacity=0);
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.candidatos .txt_banner a:hover{
	background: rgb(0, 120, 201);
}

.fundo_branco{
	width:100%;
	height:410px;
	display:block;
	overflow:hidden;
	background: url(../images/ofertas.gif) right 26px no-repeat #FFF;
    text-transform: none;
	padding:14px 35px;
}
.fundo_branco h3{
	width:100%;
	height:36px;
	display:block;
	overflow:hidden;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:30px;
    line-height:36px;
    color:#0078c9;
    text-transform: none;
	padding:0px;
	margin: 12px 0 23px 0;
}
.fundo_branco .oferta_a{
	width:100%;
	height: auto;
	display:block;
	overflow:hidden;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:15px;
    line-height:20px;
    color:#3d3d3b;
    text-transform: none;
	padding:10px 0px;
	border-bottom:1px solid #0078c9;
}
.fundo_branco .oferta_a:hover strong{
	color:#0078c9;
}
a.btn_branco{
	width:120px;
	height:40px;
	display:block;
	overflow:hidden;
	float:left;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
    line-height:36px;
    color:#484847;
    text-transform: none;
	text-align:center;
	border:2px solid #484847;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFF;
	margin-right:30px;
	margin-top:20px;
}
a.btn_branco:hover{
    color:#FFF;
	border:2px solid #484847;
	background-color:#484847;
}
#destaque_candidatos{
	padding-top:50px;
	padding-bottom:50px;
}
.caminho{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:14px;
    line-height:40px;
    color:#a0a0a0;
	text-align:right;
	padding-bottom:20px;
}
.caminho a{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:14px;
    line-height:40px;
    color:#a0a0a0;
	text-align:right;
	padding-bottom:20px;
}
.caminho a:hover{
    color:#0078c9;
}

.listagem h2{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:40px;
    line-height:40px;
    color:#0078c9;
	text-align: left;
	padding-bottom:20px;
	border-bottom:2px solid #0078c9;
}
.list_oferta{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	padding: 30px 0px;
	border-bottom:2px solid #0078c9;
	background-color:#FFF;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.list_oferta:hover{
	background-color:#f3f3f3;
}
.list_oferta2{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	padding: 30px 0px;
	background-color:#FFF;
}
a.icon_cat{
	width:100px;
	height:90px;
	display:block;
	overflow:hidden;
	float:left;
	text-align:center;
	line-height: 90px;
}
.cont_oferta{
	width: calc(100% - 106px);
	height:130px;
	display:block;
	overflow:hidden;
	float:left;
}
.cont_oferta2{
	width: calc(100% - 106px);
	height: auto;
	display:block;
	overflow:hidden;
	float:left;
}
a .titulo_oferta,.titulo_oferta{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size:18px;
    line-height:30px;
    color:#3d3d3b;
	text-align: left;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
a .titulo_oferta span{
    font-weight: 400;
}
.cont_oferta2 .titulo_oferta{
	margin-bottom: 4px;
}
a:hover .titulo_oferta{
    color:#0078c9;
}
.resumo_oferta{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
    line-height:30px;
    color:#3d3d3b;
	text-align: left;
}
.detalhes_oferta{
	width:auto;
	height:25px;
	display: inline-block;
	overflow: hidden;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:13px;
    line-height:25px;
    color:#3d3d3b;
	text-align: left;
	margin-top:2px;
	background-color:#f3f3f3;
	padding:0px 4px;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.list_oferta:hover .detalhes_oferta{
	background-color:#FFF;
}
.detalhes_oferta span{
    font-weight: 700;
}
.detalhes_oferta a{
    color:#3d3d3b;
}
.detalhes_oferta a:hover{
    color:#0078c9;
}
.titulo_pesq{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:30px;
    line-height:40px;
    color:#0078c9;
	text-align: left;
	margin-top:0px;
	padding-top:0px;
}
.titulo_pesq i{
    font-size:30px;
	color:#cccccc;
	float:right;
	line-height:40px;
}
button.btn_branco{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
    color:#484847;
    text-transform: none;
	text-align:center;
	border:2px solid #484847;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFF;
	margin-right:30px;
	margin-top:2px;
}
button.btn_branco:hover{
    color:#FFF;
	border:2px solid #484847;
	background-color:#484847;
}
input.form-control{
	height: 42px;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:16px;
	line-height:42px;
    text-transform: none;
	text-align: left;
	border:2px solid #b7b7b7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFF;
	color:#9f9f9f;
	 box-shadow: none;
	 transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
textarea.form-control{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:16px;
    text-transform: none;
	text-align: left;
	border:2px solid #b7b7b7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFF;
	color:#9f9f9f;
	 box-shadow: none ;
	 transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
select.form-control{
	height: 42px;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:16px;
	line-height:42px;
	border:2px solid #b7b7b7;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	color:#9f9f9f;
	padding:0px 8px;
	 transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari and Chrome */
	-o-transition: all 0.6s; /* Opera */
}
input:focus, select:focus{
	border:2px solid #484847;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder { color:#c2c2c2; }
.form-control:-moz-placeholder { color:#c2c2c2; }
.form-control::-moz-placeholder { color:#c2c2c2; }
.form-control:-ms-input-placeholder { color:#c2c2c2; }

.form-control:focus
{
  border:2px solid #484847;
	box-shadow: none;
}
.form-group {
  margin-bottom: 10px;
}
.form_pesquisa{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:60px;
}

#conteudo_oferta{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:15px;
	line-height:30px;
	color:#3d3d3b;
	margin-top:30px;
	margin-bottom:40px;
}

#conteudo_oferta p{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:15px;
	line-height:30px;
	color:#3d3d3b;
}
label{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
	line-height:20px;
	color:#3d3d3b;
}
#conteudo_oferta .form-group{
	margin-top:20px;
}
div.bootstrap-filestyle.input-group>input.form-control{
	background-color:#FFF;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
	line-height:30px;
	color:#c2c2c2;
	border:none;
}
.input_ficheiro{
	background-color:#a0a0a0;
	border-radius:2px;
	border:2px solid #a0a0a0;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:18px;
	line-height:22px;
	color:#FFF;
}

.fundo_branco h3 span{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    font-size:24px;
	line-height:26px;
	color:#0078c9;
}
.fundo_mais:hover i{
	color:#0074c8;
}

.cont_form{
	width:400px;
	height:auto;
	display:block;
	overflow:hidden;
	position:relative;
	top:-80%;
	left:350px;
	padding: 30px 30px;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	margin:0px auto;
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:15px;
	line-height:22px;
	color:#3d3d3b;
}
.cont_form p{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:15px;
	line-height:22px;
	color:#3d3d3b;
	padding:0px;
	margin:0px;
}
.cont_form h3{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:30px;
	line-height:32px;
	color:#0078c9;
	padding:0px;
	margin:0px 0px 20px 0px;
}
.modal-title{
	font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size:24px;
	line-height:34px;
	color:#FFF;
}














/*
* devices
*/

@media (max-width: 1200px) {
	.navbar {
	  font-size:18px;
	}
	.navbar-nav > li > a {
		margin:0px 15px;

	}
	.titulo_icons{
		font-size:18px;
		line-height:26px;
	}
	.fundo_azul{
		font-size:20px;
		line-height:30px;
		padding:12px 25px;
	}
	.fundo_azul h3{
		font-size:26px;
		line-height:32px;
	}
	a.btn_azul{
		width:106px;
		font-size:14px;
		margin-right:20px;
	}
	.navbar-nav > li {
		background: url(../images/trave.png) right 42px no-repeat;
		-webkit-background-size: 1px 15px;
	  -moz-background-size:  1px 15px;
	  -o-background-size:  1px 15px;
	  background-size:  1px 15px;
	}
	.cont_form{
		width:380px;
		top:-80%;
		left:300px;
	}
}
@media (max-width: 992px) {
	.navbar-nav > li > a {
		margin:0px 8px;

	}
	.titulo_icons{
		font-size:18px;
		line-height:26px;
		min-height:78px;
	}
	.img_dest_3{
		background: url(../images/como_trabalhamos2.jpg) center -50px no-repeat;
		-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}
	.empresas_img{
		background: url(../images/para_empresas2.jpg) center -50px no-repeat;
		-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}
	.candidatos_img{
		background: url(../images/para_candidatos2.jpg) center -50px no-repeat;
		-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}
	.candidatos_img2{
		background: url(../images/para_candidatos22.jpg) center -50px no-repeat;
		-webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}
	footer{
		text-align: center;
	}
	.rodape_creditos{
		text-align:center;
	}
	footer img{
		margin:0px auto;
	}
	.cont_form{
		width:380px;
		top:-80%;
		left: auto;
		right:15px;
		margin:0px;
		float:right;
	}
}
@media (max-width: 768px) {
	.navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 9px 10px;
	  margin-top: 30px;
	  margin-right: 15px;
	  margin-bottom: 0px;
	  background-color: #1985ce;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 2px;
	  color:#FFF;
	}
	.navbar
	{
		padding:0px 20px;
	}
	.navbar-default .navbar-toggle
	{
	  border-color: #FFF;
	  color:#FFF;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	  background-color: #FFF;
	}
	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar
	{
	  background-color:#1985ce !important;
	}
	.icon-bar{ background-color: #FFF !important;}
	.navbar-collapse
	{
		margin-top:30px;
	}
	.txt_banner .linha, .candidatos .txt_banner .linha{
		width: 100%;
		height: auto;
	  font-size:26px;
	  line-height:40px;
	  margin-bottom:0px;
	  text-align:left;
	  padding:6px 15px;
	}
	.txt_banner .linha2, .candidatos .txt_banner .linha2{
		width:100%;
		height: auto;
	  font-size:24px;
	  line-height:40px;
	  padding:6px 15px;
	  text-align: left
	}
	.cont_form{
		width: 100%;
		height:auto;
		display:block;
		overflow:hidden;
		position: static;
		top:0px;
		left:0px;
		padding: 30px 30px;
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, .8);
		margin:95px 0 0 0;
	}

}
@media (max-width: 480px) {
}
@media (max-width: 321px) {

}