/* File Description: Place here your custom CSS styles */
/* ----- INDICE --------------------------------------
1. Gerais
	1.1 Footer - Links
	1.2 Footer - Parcerias
	1.3 Header Top
	1.4 Parallax background (light - dark)
	1.5 Caixa menu do login
	1.6 Menu (altura)
	1.7 Menu - Tamanho e cor - first level menu items
	1.8 Separator
	1.9 Headings
	1.10 Orange Backgroung
	1.11 Header
2. Default
	2.1 Noticias
	2.2 Cursos em destaque
	2.3 Alertas
3. Página accoes / perfil_inscricoes.asp
	3.1 Icone calendario
4. Botoes
	4.1 Botão Laranja
5. Caixas
	5.1. Caixa box-style-4
6. Main Slideshow
7. Serviços
8. Tabelas
	8.1. Tabela Transparente
----------------------------------------------------- */
 
/* ----- 1.1 Footer links ----- */
.link {
	color:#e06b31;
	text-decoration: none;
}

.linkfooter {
	color:#e06b31;
}
.linkfooter:hover { 
	text-decoration: none;
	color: #fff;
}
 
/* ----- 1.2 Parcerias ----- */
.parcerias {
	text-align:center;
	display:inline;
}

.parcerias img {
    border: 0px solid #eaeaea;
	padding:10px 10px 10px 0;
	display:inline;
	max-height:75px;
}

.parcerias a:hover {
    opacity: 0.7;
}

/* ----- 1.3 Header Top ----- */
.header-top.light {
	background-color: #001b4d;
}
.header-top .social-links li a {
	color: #ffffff;
}
.header-top-dropdown .dropdown>button {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}
.light.header-top .header-top-dropdown .dropdown>button {
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.light.header-top .header-top-dropdown .btn-orange .dropdown>button {
	background-color: #fe6100;
}

/* ----- 1.4 Parallax background (light - dark) ----- */
.light-translucent-bg:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.5);
}

/* ----- 1.5 Caixa menu do login (cor) ----- */
.amount a {
	font-size: 13px;
	font-weight:normal;
}

/* ----- 1.6 Menu (altura) ----- */
.header-right {
	padding-top: 20px;
}

/* ----- 1.7 Menu - Tamanho e cor - first level menu items ----*/
.navbar-default .navbar-nav > li {
	margin-left: 0px;
}

.navbar-default .navbar-nav > li > a {
	color:#001b4d;
	font-size: 15px;
	padding: 12px 20px 12px 5px;
}
.navbar-default .navbar-nav > li > a.active {
	color: #E06B31;
}


/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 90%;
	}
}
/* ----- 1.8 Separator ----- */
.separator {
	display: block;
	width: 0px !important; 
	height: 1px;
	margin: 15px auto 15px;
	background-color: #c86384;
	position: relative;
	border: 0px solid #c86384;
}
.separator:after {
	width: 0px !important;
	height: 1px;
	background: #c86384;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}

/* ----- 1.9 Headings ----- */
h1 {
	font-size: 34px;
	color: #393a59;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-weight: 700;
	color: #393a59;
}

h1 span, h2 span {
	color: #e06b31;
}

h5 {
	color: #393a59;
}

/* ----- 1.10 Orange Backgroung ----- */
.orange-bg {
	background-color:#e06b31;
	color: #ffffff;
}
.orange-bg h4 {
	color: #ffffff;
}

/* ----- 1.11 Header ----- */
.header {
	padding: 5px;
}

/* ----- 2. Default ----------------------------------------------------- */
/* ----- 2.1 Noticias ----- */
.halfn-txt {
	height: 90px;
	overflow:hidden;
	}
.image-box-noticias img {
	text-align:center;
	width: 100%;
	height:160px;
	overflow: hidden;
}
/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.image-box-noticias img {
		height:140px;
	}
}
@media (max-width:767px){
	.image-box-noticias img {
		height:160px;
	}
}

/* ----- 2.2 Cursos em destaque ----- */
.halfc-txt {
	height: 150px;
	overflow:hidden;
	}
.image-box-cursos img {
	text-align:center;
	width: 100%;
	height:160px;
	overflow: hidden;
}
/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.image-box-cursos img {
		height:140px;
	}
}
@media (max-width:767px){
	.image-box-cursos img {
		height:160px;
	}
}

/* ----- 2.3 Alertase ----- */
.alertas-txt {
	height: 150px;
	overflow:hidden;
	}

/* ----- 3. Página accoes / perfil_inscricoes.asp ----- */
.accoes {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin: 0 0 50px;
	position: relative;
}
.accoes .accao-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.accoes h3.title a {
	margin-bottom: 15px;
	color: #001b4d;
	font-weight:bold;
}
.accoes .submitted {
	font-size: 12px;
	margin-bottom: 5px;
}
.accoes .accao-info {
	top: -10px;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accoes .accao-content {
	padding: 0 0 10px;
}
.accoes .accao-selecao {
	text-align: center;
}
.accoes ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.accoes ul.links li {
	display: inline-block;
}
.accoes ul.links li a {
	color: #666666;
	display: inline-block;
}
.accoes ul.links li a:hover {
	color: #e84c3d;
}
.accoes footer {
	background-color: #f1f1f1;
	padding: 12px 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 2;
	clear: both;
}
.accoes ul.links-list {
	list-style-type: none;
}
.accoes ul.links-list li {
	padding-bottom:5px;
}
/* ----- 3.1 Icone calendario ----- */
time.icon
{
  font-size: 0.9em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #d61d23;
  border-bottom: 1px dashed #e8575c;
  box-shadow: 0 2px 0 #d61d23;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

/* ----- desactivei o efeito swing 
time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}
----- */


/* ----- 4. Botoes ----- */
/*------ 4.1. Botão laranja ---------------------------------- */
.btn-orange {
	background-color: #fe6100;
	color: #ffffff;
	border: 1px solid #e55700;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
	color: #fff;
	background-color: #e55700;
	border-color: #b24400;
}

.orange-bg .btn-white {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.orange-bg .btn-white:hover,
.orange-bg .btn-white:focus,
.orange-bg .btn-white:active,
.orange-bg .btn-white.active,
.orange-bg .open .dropdown-toggle.btn-white {
	color: #333333;
	background-color: #fafafa;
	border-color: #fafafa;
}

.orange-bg h2 {
	color:#ffffff;
}

/* ----- 5. Caixas ----- */
/*------ 5.1. Caixa box-style-4 ---------------------------------- */
.box-style-4 {
	text-align: center;
	padding: 10px;
	margin: 20px 0;
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
}
.border-bg {
	border: 1px solid #e5e5e5;
}
.border-bg:hover {
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

/* ----- 6. Main Slideshow -------------- */
.default_orange {
	background-color: #fe6100;
	color: #fff;
}

/* ----- 7. Serviços ----- */
.servicos-altura {
	height: 90px;
	overflow:hidden;
	}

/* ----- 8. Tabelas ----- */
/* ----- 8.1. Tabela Transparente ----- */
.table-transparent tbody {
	background-color: transparent;
}
.table-transparent > tbody > tr > .accao-dia {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration:none;
}
.table-transparent > tbody > tr > td .accao-curso {
	font-size: 16px;
	text-decoration:none;
}
.table-transparent > tbody > tr > td .accao-curso:hover {
	text-decoration:underline;
}

/* PORTFOLIO ----------------------------------------------------------------------------- */
.portfolio {
	text-align:center;
	display:inline;
}
.portfolio img {
	border: 0px solid #eaeaea;
	padding:10px 30px 30px 0;
	display:inline;
	max-height:100px;
}
.portfolio a:hover {
	opacity: 0.7;
}

/* ----- citacoes ----- */
.opinioes-section {
	display: block;
	position: relative;
	overflow: hidden;
}
.opinioes-section:before, .opinioes-section:after {
	position: absolute;
	content:"“";
	font-family: 'PT Serif', serif;
	position:absolute;
	top: -100px;
	left: 150px;
	font-size:300px;
	color:rgba(38,125,244,.2);
}
.opinioes-section:after {
	content:"”";
	top:auto;
	left:auto;
	right:150px;
	bottom: -260px
}
.opinioes {
	display: inline-block;
	text-align: center;
	top: 50%;
}

/* ----- servicos default ----- */
.servicos .box-style-1 {
	height:130px;
}
.servicos i {
	color:#e06b31;
	font-size: 50px;
}
.servicos a {
	text-decoration: none;
}
.servicos i:hover {
	color:#393a59;
}
.servicos h5:hover {
	color:#e06b31;
}

/* POP-UP NEWSLETTER ----------------------------------------------------------------------------- */
.news {
	max-width: 500px;
	z-index: 100;
	background: #60617a;
	padding: 10px 30px 15px 30px;
	position: fixed;
	visibility: hidden;
	bottom:80px;
	right: 15px;
	color:#fff;
	box-shadow: 7px 7px 3px rgba(0,0,0,0.8);
	}
	.news h2 { 
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 24px;
	}

	.news a { 
		color: #fff;
	}
	.news .btn { 
		border-color: #fff;
	}
	.news .btn:hover { 
		color: #60617a;
		background:#fff;
		font-weight: bold;
	}

/* ----- alertas default ----- */
.alertas i {
	font-size: 50px;
}

/*---------------------------------- */
.filters .nav-pills > li a {
	border: 0px;
	font-size: 20px;
	background-color: transparent;
}
.filters .nav-pills > li > a:hover,
.filters .nav-pills > li > a:focus {
	border: 0px;
	background-color: transparent;
	color: #393a59;
}
.filters .nav-pills > li.active > a,
.filters .nav-pills > li.active > a:hover,
.filters .nav-pills > li.active > a:focus {
	border: 0px;
	background-color: transparent;
	color: #e06b31;
}

.equipa {
	margin-bottom: 20px;
}

.equipa img {
	margin: 0 auto;
	padding: 0 0;
	position:50% 50%;
}

.equipa .social-links {
	list-style: none;
	margin: 0 auto;
	padding: 10px 0;
}
.equipa .social-links li {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.equipa .social-links li a {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	font-size: 20px;
	background:#E06B31;
	border: 1px solid #E06B31;
	color: #fff;
}

.equipa .social-links li a i {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 0em;
	position:50% 50%;
}

.equipa:hover i {
	color: #f1f1f1;
}

.modal-body-img {
	float:right;
	text-align:right;
	padding-left:10px;
	padding-bottom:10px;
}