@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* CSS Document */

#geral hgroup h3 {
	font-size: 12px;
}
#logotipo {
	width: 150px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}





/*******************************************/


 


/* INÍCIO CENTRAL */ 
#central #conteudo_info img {
	padding: 3%;
	height: auto;
	width: 94%;
	background-color: rgba(204,204,204,1);
	display: block;
	margin-right: 0%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

/*******************************************/

/* Início Imageslider */ 
#cont-imageslider {
	display: block;
	left: 0;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 100px;
	margin-bottom: 40px;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 90%;
	height: auto;
}
.container {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#imageslider {
	display: block;
	max-width: 568px;
	min-width: 240px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	background-attachment: scroll;
	background-color: rgba(167,167,167,.8);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#imageslider .iviewSlider {
    display: block;
    height: 800px;
    overflow: hidden;
    width: 900px;
}
#imageslider div.iview-directionNav {
    left: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 9;
}
#imageslider div.iview-directionNav a {
	background-image: url(../../img/slider-icones/bg_direction_nav.png);
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	text-indent: -9999px;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-in-out;
	width: 27px;
}
#imageslider div.iview-directionNav a.iview-nextNav {
    background-position: 27px 0;
    right: -27px;
}
#imageslider div.iview-directionNav a.iview-prevNav {
    background-position: 0 0;
    left: -27px;
}
#imageslider.iview-hover div.iview-directionNav a.iview-nextNav {
    right: 20px;
}
#imageslider.iview-hover div.iview-directionNav a.iview-prevNav {
    left: 20px;
}
.iview-caption {
	background: url("../../img/caption-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000;
	font-size: 14px;
	padding: 10px 15px;
	width: auto;
	margin-top: 350px;
	display: block;
}
.iview-caption.caption1 {
    background-color: rgba(238, 49, 36, 1);
    font-size: 36px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}
.iview-caption.caption2 {
    background: none repeat scroll 0 0 rgba(238, 49, 36, 1);
    font-size: 36px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-shadow: none;
}
.iview-caption.caption3 {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-size: 26px;
    text-shadow: none;
}
.iview-caption.caption5 {
	font-size: 62px;
	line-height: 70px;
	font-weight: normal;
	text-shadow: none;
	color: rgba(255,255,255,1);
	margin-bottom: 40px;
	margin-left: -50px;
	margin-top: 350px;
	display: block;
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.iview-caption.caption6 {
	background-color: rgba(102,102,102,0.6);
	font-size: 40px;
	font-weight: normal;
	text-shadow: none;
	color: rgba(255,255,255,1);
	margin-top: 320px;
	line-height: 48px;
	margin-left: -50px;
	margin-top: 380px;
	display: block;
}
.iview-caption.caption7 {
	background-color: rgba(255,255,255,.8);
	color: rgba(0,0,0,1);
	font-size: 26px;
	font-weight: normal;
	margin-top: 340px;
	line-height: 44px;
	margin-left: -50px;
	margin-top: 410px;
	display: block;
}
#iview-preloader {
	border: 1px solid #666;
	width: 150px;
}
#iview-preloader div {
    background: none repeat scroll 0 0 #666;
}
#iview-timer {
	border-radius: 10px;
	display: none;
}
#iview-timer div {
    border-radius: 10px;
}

/*******************************************/

/* Início Formulário de Contacto */
#form_input_1 #nome_candidato {
	width: 100%;
	border: thin solid #CCC;
}
#form_input_1 #concelho_candidato {
	width: 100%;
	border: thin solid #CCC;
}
#form_input_1 #email_candidato {
	width: 100%;
	border: thin solid #CCC;
}
#form_input_1 #tlm_candidato {
	width: 100%;
	border: thin solid #CCC;
}
#form_input_1 #idade_candidato {
	width: 100%;
	border: thin solid #CCC;
}
#form_input_1 #interesses_candidato {
	width: 30%;
	border: thin solid #CCC;
}
/*Fim Formulário de Contacto */ 