/*
*
*@author Victor Nunes
*@version 1.1
*/

@font-face {
  font-family: pathway;
  src: url("../fonts/pathway-gothic-one-regular.ttf");
}

@font-face {
  font-family: questrial;
  src: url("../fonts/questrial.ttf");
}

/* -- Barra de navegação -- */

#idioma{
	right: 5px;
	top: 5px;
	margin: 0;
	text-align: center;
    position: fixed;
    z-index: 1000;
	font-size: 17px;
	background-color: #009DD0;
	border-radius: 20px;
	width: 50px;
}

#idioma a, #idioma span{
	color: #fff;
}

nav.navbar-transparente{
	padding: 15px 0px;
	border: none;
	font-family: 'pathway';
	font-size: 30px;
	background: rgba(255, 255, 255, 0.0);
	transition: background-color 0.2s ease-in-out;
	
}

nav.navRolagem{
	background: rgba(255, 255, 255, 0.9);
	transition: background-color 0.2s ease-in-out;
}


#barra-navegacao .nav-fill{
	display: flex;
	justify-content: space-around;
}

#barra-navegacao li>a {
	color: #000;
	font: bold;
	text-decoration: underline;
	background: rgba(255, 255, 255, 0.0);
	-webkit-text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}

#barra-navegacao li>a:hover {
	color: #009DD0; /* #009DD0 */
	background-size: 115%;
	background-repeat: no-repeat;
	background-position: 30% 10%;
}

#barra-navegacao .paginaAtual {
	color: red; /* #9bf0e1 */
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	
	
}

.navbar-toggle{
	background-color: #EEE;
	
}

nav .collapsed{
	background-color: #EEE;		
}


.navbar-toggle .icon-bar{
	background-color: #000;
	
}


/* ===================== layout =====================*/
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}


body {
    font-family: 'questrial',
	'pathway',
    sans-serif;
	background: url('../imagens/ss3.jpg');
	background-size: cover;
	background-repeat: repeat-y;
}

#headerHome{
	position: relative;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	background-color: #fff;
}

#headerHome img {
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	
}

.headerHomeImg{
	filter: opacity(100%);
}



#headerHome video{
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}

.tituloPagina{
	position: absolute;
	left: 8%;
	margin-top: 15%;
}

.tituloPaginaContato{
	position: absolute;
	left: 5%;
	margin-top: 27%;
}


.tituloPagina h1{
	z-index: 5;
	filter: opacity(100%);
	color: #009DD0; /*#009DD0*/
	font-size: 80px;
	-webkit-text-shadow: 0 0 30px #fff;
	-moz-text-shadow: 0 0 30px #fff;
	text-shadow: 0 0 30px #fff;
}

#tituloPaginah1{
	color: #000; /*#009DD0*/
	letter-spacing: 25px;
	
}

.txtparceiro h1{
	color: #000;
}


.tituloPagina img{
	position: absolute;
	width: 115%;
	height: 115%;
	z-index: 5;
	top: 30%;
	left: -10%;
}

#rpcontato {
	background: rgba(255, 255, 255, 0.7);
	border-radius: 30px 30px 0 0;
	border-color:#000;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-top-color: #000;
	padding: 20px 40px;
}

.imgHome{
	justify-content: center center;
	align-items: center center;
	align-content: center center;
	text-align: center;
	overflow: hidden;
	padding: 10px 30px;
}

.imgHome img{
	height: auto;
	width: 100%;
}

.printTech img{
	height: auto;
	width: 50%;
}





#btnHome{
	display: flex;
	justify-content: space-around;
	margin: 30px auto auto;
}

#btnHome a{
	width: 35%;
}

#btnHome img{
	height: 100%;
	width: 100%;
}

#DivListaOpor {
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	width: 70%;
	margin: 0 15%;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0;
	text-align: center;
	margin-top: 0px;
}

.listaOpor{
	width: 84%;
	margin: 0 8%;
	padding: 8px;
	white-space:normal;
	text-align: center;
	font-size: 18px;
}

.listaOpor li{
	padding: 15px;
	border-bottom:1px solid;
	white-space:normal;
	text-align: left;
	list-style: disc;
	list-style-position: inside;
	list-size: 20px;
}

#conteudo{
	padding: 50px 20px;
}

#conteudo p{
	text-align: justify;
}

#parceiros{
	position: relative;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	background-color: #fff;
}

#parceiros img {
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}

.fundoBranco{
	background-color: #fff;
	z-index: 3;
}

#pontLisboa{
	text-align: center;
	position: absolute;
	width: 100%;
    z-index: 1;
}

#pontLisboa img{
	margin-top: 5%;
	width: 30%;
}

#pontLisboas {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pontLisboas img {
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	opacity: 0.6;
}

#redesContato2{
	height: 100%;
	width: 100%;
}

#redesContato, #redesSociais2{
	height: 60vh;
	width: 100%;
}

#btnDivRedes{
	width: 100%;
	height: 80%;
	display:grid;
	z-index: 2;
}

.logoRedesVideo{
	height: 15%;
	width: 15%;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}

.btnesquerdo{
	margin-left: 20px;
}

.btndireito{
	margin-right: 20px;
}

.logoRedesVideo img{
	position: relative;
	width: 100%;
}

#redesContato video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -2;
	opacity: 0.6;
}

.balao{
	height: 80px;
	width: auto;
}

.form-control{
	align-items: center;
	width: 100%;
	border: solid;
	border-radius: 20px;
}

.box-search{
	margin: 0 10%;
	width: 80%;
}

.btn-rounded {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px; 
}

.vermelho{
	  display: block;
	  margin-left: auto;
	  margin-right: auto
}

input[type=submit] {
    background: url("../imagens/enviar.png");
	background-repeat: no-repeat;
	background-size:cover;
	border: 0;
    display: block;
    height: 50px;
    width: 250px;
}

#enviarEN {
	background: url("../imagens/enviarEN.png");
	background-repeat: no-repeat;
	background-size:cover;
	border: 0;
    display: block;
    height: 50px;
    width: 250px;
}

.contato-label{
	font-family: 'questrial';
	font-size: 20px;
	text-transform: capitalize;
}

#pontLisboa h1, #pontLisboa h2, #pontLisboa p, #pontLisboa a{
	font-family: 'pathway';
	color: white;
}

#pontLisboa h1{
	font-size: 100px;
	letter-spacing: 40px;
}

#pontLisboa h2{
	font-size: 40px;
	letter-spacing: 25px;
}

#pontLisboa p{
	font-size: 30px;
	letter-spacing: 3px;
}

#contacto h1{
	font-size: 80px;
	letter-spacing: 25px;
	color: #000;
}


#contacto{
	width: 100%;
	margin-top: -25px;
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	border-color:#000;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-top-color: #000;
	padding: 40px;
	align-items: center;
}

#candidatarse h1{
	font-size: 60px;
	color: #000;
}

#candidatarse{
	width: 100%;
	margin-top: 0px;
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	border-color:#000;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-top-color: #000;
	padding-top: 80px;
	align-items: center;
}

#btnVaga{
	display: flex;
	justify-content: space-around;
	margin: 10px auto 20px;
}

#btnVaga a{
	width: 30%;
}

#btnVaga button{
	width: 30%;
	background: none;
	border: none;
}

#btnEnviarVg {
    background: url("../imagens/enviar.png");
	background-repeat: no-repeat;
	background-size:cover;
	border: 0;
    display: block;
    width: 30%;
	height: auto;
	margin-left: 0;
}

#btnVaga img{
	height: 100%;
	width: 100%;
}

.tiraLateral{
	background-image: url("../imagens/lateralvaga.png");
	background-repeat: repeat-y;
	background-position: 95%, top;
	background-size: 20%;
}

.tiraLateral img{
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
}

#exibirVaga {
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	margin: 0 5% 30px;
	width: 90%;
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 0;
	text-align: center;
}

#exibirVaga p, #exibirVaga ul{
	width: 90%;
	margin: 0 5%;
	padding: 8px;
	white-space:normal;
	text-align: justify;
	font-size: 20px;
}

#exibirVaga li{
	list-style: disc;
	margin-left: 5%;
}

#exibirVaga h1, #exibirVaga a{
	color: #FF0004;
	font-size: 30px;
}

footer{
	background-image: url(../imagens/footer.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	padding: 40px 0 0px 0;
	flex-shrink: 0;
}

#logoRodape{
	align-content: center center;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}

#logoRodape>img{
	width: auto;
	height: 60px;
}

.iconesContato{
	height: 18px;
}

.logoRedes{
	align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#redesSociais{
	height: auto;
	display: grid;
	padding-top: 15px;
}

#redesSociais a{
	text-align: center;
	width: 30%;
	height: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

#redesSociais img{
	width: 100%;
	height: 100%;
}

p{
	font-size: 20px;
}


h1{
	font-family: 'pathway';
	color:#009DD0;
	font-size: 40px;
}


/* carousel */

.item {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
	padding-left: 100px;
	padding-right: 100px;
}

.carousel-inner .active {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.img-arredondada {
  	border-radius: 50%;
  	background-position: center center;
	min-height: 120px;
	min-width: 120px;
  	height: 120px;
  	width: 120px;
	background-size: contain;
	align-content: center;
	background-repeat: repeat-x;
	align-items: center;
	text-align: center;
}

.carousel{
	border-radius: 15px;
	background-color: #fff;
	padding-bottom: 40px;
	padding-top: 20px;
	margin-bottom: 40px;
}

.carousel-indicators {
	margin-top: 100px;
}

.carousel-indicators li {
	border-color: black;
}

.carousel-indicators .active {
    background-color: gray;
}

/* Resultado: candidatos / contratados */
.tabela-candidatos {
    width: 100%;
    table-layout: fixed;
    font-size: 12px;
}

.tabela-candidatos th,
.tabela-candidatos td {
    padding: 4px 5px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: middle;
}

/* 1 - ID */
.tabela-candidatos th:nth-child(1),
.tabela-candidatos td:nth-child(1) {
    width: 4%;
    white-space: nowrap;
}

/* 2 - Nome */
.tabela-candidatos th:nth-child(2),
.tabela-candidatos td:nth-child(2) {
    width: 12%;
}

/* 3 - Status */
.tabela-candidatos th:nth-child(3),
.tabela-candidatos td:nth-child(3) {
    width: 8%;
}

/* 4 - Especialidade */
.tabela-candidatos th:nth-child(4),
.tabela-candidatos td:nth-child(4) {
    width: 11%;
}

/* 5 - Localidade */
.tabela-candidatos th:nth-child(5),
.tabela-candidatos td:nth-child(5) {
    width: 9%;
}

/* 6 - Inglês */
.tabela-candidatos th:nth-child(6),
.tabela-candidatos td:nth-child(6) {
    width: 6%;
}

/* 7 - Experiência */
.tabela-candidatos th:nth-child(7),
.tabela-candidatos td:nth-child(7) {
    width: 8%;
}

/* 8 - Entrev. */
.tabela-candidatos th:nth-child(8),
.tabela-candidatos td:nth-child(8) {
    width: 4%;
    white-space: nowrap;
}

/* 9 - Data entrevista */
.tabela-candidatos th:nth-child(9),
.tabela-candidatos td:nth-child(9) {
    width: 7%;
    
}

/* 10 - Resp. entrevista */
.tabela-candidatos th:nth-child(10),
.tabela-candidatos td:nth-child(10) {
    width: 8%;
}

/* 11 - Disp. Presencial */
.tabela-candidatos th:nth-child(11),
.tabela-candidatos td:nth-child(11) {
    width: 7%;
}

/* 12 - Disp. Remota */
.tabela-candidatos th:nth-child(12),
.tabela-candidatos td:nth-child(12) {
    width: 7%;
}

/* 13 - Pretensão */
.tabela-candidatos th:nth-child(13),
.tabela-candidatos td:nth-child(13) {
    width: 9%;
}

/* 14 - Recrutador */
.tabela-candidatos th:nth-child(14),
.tabela-candidatos td:nth-child(14) {
    width: 8%;
}

/* 15 - Cand. */
.tabela-candidatos th:nth-child(15),
.tabela-candidatos td:nth-child(15) {
    width: 4%;
    white-space: nowrap;
}

/* 16 - Data cadastro */
.tabela-candidatos th:nth-child(16),
.tabela-candidatos td:nth-child(16) {
    width: 7%;
    
}

.tabela-candidatos {
    font-size: 11px;
}