a:link {
	//color: #b38300;
	color: #8c2d19;
	text-decoration: none;
}

a:hover {
	//color: #8c2d19;
}


body {
	background-color: #f6f6f6 !important;
	background-size: 100% auto, 100% 294px;
	//line-height: 1.25 !important;
}

div#involucro {
	background: url('../imagens/simboloFMUP2021') center bottom no-repeat;
	background-size: 4em auto;
	padding-bottom: 9em;
	margin-bottom: 3em;
}

div#conteudo, div#conteudo-extra {
	padding: 0 2.5em 2.5em 2.5em;
	min-height: calc(100vh - 250px);
}

div#conteudoinner a.ecra + h1 {
	font-size: 2.2em;
	margin: 0 -1.136em 1em -.568em !important;
	padding: 1.7em 1.136em .3em .568em !important;
	//box-shadow: 0 0 .45em rgba(0,0,0,0.5);
	border-bottom: 1px solid #e0e0e0;
}

div#conteudoinner div.refrescamento + h1 {
	font-size: 2.2em;
	margin: 0 -1.136em 1em -.568em !important;
	padding: 1.7em 1.136em .3em .568em !important;
	//box-shadow: 0 0 .45em rgba(0,0,0,0.5);
	border-bottom: 1px solid #e0e0e0;
}

div#conteudoinner p img {
	max-width: 100%;
	//width: 100%;
	//height: auto;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "PT Sans Narrow","PTSansNarrow", sans-serif !important;
	font-weight: 700;
	color: #555;
	margin: 1em 0;
	padding: 0;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.1em;
}

.noSpacing {
	margin: 0 !important;
	padding: 0 !important;
}


table {
	font-size: inherit;
}

div.smallerwidth {
	width: 70%;
}

img.fullwidth {
	width: 100%;
	height: auto;
}

.fullPadding {
	padding: 1.5em !important;
}


.halfPadding {
	padding: .75em !important;
}


.negSideMargins {
	margin: 0 -2.5em !important;
	box-sizing: border-box;
}


a.back {
	position: relative;
	display: block;
	padding: 1em;
	background-color: #0000000c;
	//font-family: "PT Sans Narrow","PTSansNarrow", sans-serif !important;
	//font-size: 1.2em;
	//color: #fff;
	//letter-spacing: .5px;
	line-height: 1;
}


a.back:hover {
	text-decoration: none;
}

a.separador-area {
	display: block;
}

a.separador-area .imgContainer {
	overflow: hidden;
}

a.separador-area .imgContainer img,
div.galeria a img {
	transition: all .3s ease-out;
}

a.separador-area .titulo {
	position: relative;
	padding: .75em 1.25em;
	background-color: #555;
	font-family: "PT Sans Narrow","PTSansNarrow", sans-serif !important;
	font-size: 1.1em;
	color: #fff;
	letter-spacing: .6px;
	line-height: 1;
	text-transform: uppercase;
}

a.separador-area .titulo i {
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1;
	transition: all 0.2s;
	transform: translateY(-50%);
}

a.separador-area .titulo:before {
	background-color: #ffdd00;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0em;
	transition: 0.2s all;
}

a.separador-area.grande div.titulo:before {
	content: none;
}

a.separador-area.grande div.titulo {
	margin: .75em 0;
	padding: .75em 1.5em .75em 1em;
	transition: all .3s;
	border: 1px solid #555;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	//border-radius: 4px;
}

a.separador-area.grande .titulo.light {
	background-color: #fff;
	color: #555;
	border-color: #ccc;
}

a.separador-area.grande:hover div.titulo {
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	background-color: #b38300;
	border-color: #b38300;
}

a.separador-area.grande:hover .titulo.light {
	background-color: #fff;
	border-color: #ddd;
	color: #b38300;
}

a.separador-area:hover {
	text-decoration: none;
	//opacity: 0.5;
}

a.separador-area:hover div.titulo {
	//background-color: #ffdd00;
	//color: #000;
}

a.separador-area:hover div.titulo i {
	//right: 0;
	//opacity: 0;
}

a.separador-area:hover .imgContainer img,
div.galeria a:hover img {
	opacity: 0.7;
	transform: scale(1.1);
}

a.separador-area:hover .titulo:before {
	width: .625em;
}

div.autenticacao {
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

div.autenticacao a.nome {
	padding: 0 .75em 0 0;
}

div.nao-autenticado {
	background-color: rgba(255,255,255,0.5);
}

div#cabecalho img#logotipo {
	background-color: transparent;
	width: 164px;
	height: auto;
	margin-top: 1px;
}

div#caixa-validacao-cabecalho {
	background-color: #fff6ca;
	border: none;
	margin: 0;
	padding: .85em 1.25em .85em 1.25em;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: normal;
}

div#caixa-validacao-conteudo {
	background-color: #f6f6f6;
	border: none;
	padding: .75em 1.25em .75em 1.25em;
	text-align: left;
	font-size: .85em;
}

div#caixa-validacao-conteudo a:active {
	font-weight: bold;
	text-decoration: none;
}

div#caixa-validacao-conteudo a:link, a.validacao-validado:link, a.validacao-validado:visited {
	font-weight: bold;
	text-decoration: none;
}

div#caixa-validacao-conteudo a.nomelogin {
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	display: block;
	margin: -.5em -.5em 0 -.5em;
	padding: .5em .5em .5em .5em;
	text-transform: uppercase;
	font-size: 1.05em;
	transition: all 0.2s linear 0s;
}

div#caixa-validacao-conteudo a.nomelogin:hover {
	border-color : #b38300;
	text-decoration : none;
}

div#caixa-validacao-conteudo a:visited {
	color: #b38300;
	font-weight: bold;
	text-decoration: none;
	
}
div#caixa-validacao-conteudo button {
	display: block;
	margin: 0 auto .75em auto;
}

div#caixa-validacao-conteudo input {
	border: 1px solid #cccccc;
	border-left: none;
	border-top: none;
	width: 100%;
	margin: 0 auto 0.5em auto;
	padding: .5em;
}

div#colunaprincipal {
	background: none;
}

div.contactos {
	//border-top: 1px solid #ccc;
	margin-top: 10em !important;
	padding: 1em;
	text-align: center;
	color: #555;
	font-size: 1em;
	font-weight: bold;
}

div.redes {
	border-top: 1px solid #ccc;
	padding: 2em 1em 3em 1em;
	text-align: center;
}

div.redes div.col-xs-12 {
	font-size: 2em;
}

div#rodape {
	background-color: #555;
	margin-top: 10em;
	padding: 0 1em 1em;
	border: none;
	border-top: 1px solid #aaa;
	font-family: "PTSansNarrow", sans-serif;
	color: #aaa;
	letter-spacing: .2px;
	text-align: center;
}

div#rodape div.contactos {
	background-color: #f6f6f6;
	margin: 0 -1em !important;
	font-family: "NoticiaText", serif !important;
	width: unset;
}

div#rodape div.redes {
	background-color: #f6f6f6;
	border: none;
	margin: 0 -1em;
	width: unset;
}

div.contactos h2 {
	margin: .5em 0;
	padding: 0 0 .5em 0;
	font-size: 1.4em;
}

div.contactos span.fa {
	margin: 0.25em 0;
	color: #999;
}

div.contactos strong {
	//color: #a6a273;
}

div#destaques {
	//padding-bottom: 0 !important;
	height: 100%;
}

div#destaques a {
	text-decoration: none;
}

div#destaques a.banner {
	//padding: 0 1px 1px 0 !important;
	//max-width: 20%;
}

div#destaques a.banner div.imagem,
div.galeria a {
	position: relative;
	overflow: hidden;
}

div#destaques a.banner div.imagem img {
	position: absolute;
	height: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	transition: all .3s ease-out;
}

div#destaques a.banner div.imagem:after  {
	content: "";
	display: block;
	padding-bottom: 100%;
	
}
div#destaques a.banner div.texto {
	background-color: #fff;
	display: block;
	color: #555;
	transition: 0.2s all;
	line-height: 1.25;
	border-right: 1px solid #f6f6f6;
}

div#destaques a.banner div.texto span.lead {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

div#destaques a.banner div.texto span.titulo {
	display: block;
	padding: 0;
	margin: 0 0 .5em 0;
	//text-transform: uppercase;
	font-weight: bold;
	color: #b38300;
}

div#destaques a.banner:hover {
	text-decoration: none;
}

div#destaques a.banner:hover div.imagem img {
	opacity: 0.7;
	transform: scale(1.1);
}

div#destaques a.banner:hover div.texto {
	//background-color: #c4981b;
	background-color: #ffdd00;
	color: #000;
	border-right: 1px solid #ffdd00;
}

div#destaques a.banner:hover div.texto span.titulo {
	color: #000000;
}

div#destaques a.banner:nth-child(even) {
	//margin-right: 0;
}

div#destaques .banners {
	//background: url('../imagens/FundoDestaques') left top;
	//padding-bottom: 1em !important;
	//height: calc(100% - 2.85em);
}

div#destaques h2 {
	margin: .4em 0 0 0;
	padding: 0;
	font-size: 1.3em;
	height: 1.85em;
}

div#envolvente {
	background: none;
}

div.ev {
	background-color: #666;
	//border-bottom: calc(1em + 1px) solid #e4e4e4;
	line-height: 1.25;
}

div.ev h2.agenda {
	display: inherit;
	//margin: .5em 0;
	//padding: 0 0 .5em 0;
	//font-size: 1.3em;
	color: #fff;
	//border-bottom: 1px solid #888;
}

div.ev ul.agenda li {	
	margin: 0 0 2em 0 !important;
	font-size: 1em !important;
	break-inside: avoid;
	//padding: 0 0 1.25em 0;
	//border-bottom: 1px solid #777;
	//display: inline-block;
}

div.ev ul.agenda li .tipologia {
	font-weight: normal;
}

div.ev ul.agenda li h3 {
	color: inherit;
}

div.ev ul.agenda span.data {
	color: #ffdd00;
	font-weight: bold;
}

div.ev ul.agenda li a {
	color: #fff;
	font-size: .95em !important;
}

div.ev ul.agenda li a:hover {
	color: #ffdd00 !important;
}

div#faqs {
	margin-top:  3em;
}

div.flex {
	display: flex;
}

div.flexslider {
	margin: 0 -2.5em;
}

div#menu-navegacao-conteudo ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 0;
	background: none;
	background-color: #fff;	
	letter-spacing: .2px;
	text-transform: uppercase;
	font-size: .85em;
}

div#menu-navegacao-conteudo ul li ul.sub-menu li {
	font-size: .88em;
}

div#menu-navegacao-conteudo ul li a:link,
div#menu-navegacao-conteudo ul li a:visited {
	padding: .75em 1.25em .75em 1.25em;
	color: #555;
}

div#menu-navegacao-conteudo ul li ul.sub-menu li a {
	padding: .65em 1.35em .65em 1.35em;
	color: #555;
}

div#menu-navegacao-conteudo:hover ul li a {
	color: #bbb;
}

div#menu-navegacao-conteudo ul li:hover a {
	color: #555;
}

div#menu-navegacao-conteudo ul li a:active,
div#menu-navegacao-conteudo ul li a:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #b38300;
}


div#menu-navegacao-conteudo ul li a[class$="selected"],
div#menu-navegacao-conteudo ul li a[class$="selected pai"] {
	background-color: #f6f6f6;
	color: #b38300 !important;
	font-weight: 700;
}


div#menu-navegacao-conteudo ul li.dropdown a.pai {
	position: relative;
}

div#menu-navegacao-conteudo ul li.dropdown a.pai:after {
	position: absolute;
	right: .75em;
	font-family: "FontAwesome";
	content: "\f107";
	font-weight: 400;
}

div#menu-navegacao-conteudo ul li.dropdown ul.sub-menu {
	display: none;
}

div#menu-navegacao-conteudo ul li.dropdown.open a.pai {
	background-color: #f6f6f6;
	color: #555;
	font-weight: 700;
}

div.notificacao {
	margin: 32px 10px 0 0;
	height: unset;
	width: unset;
	font-size: 1.5em;
	padding: unset;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);	
}

div.notificacao a {
	height: 42px;
	width: 42px;
	padding: 7px 0 0 0;
	display: inline-block;
}

div.ntcs {
	//background-color: #f6f6f6;
	font-size: .95em;
	color: #555;
	line-height: 1.25;
}

div.ntcs h2 {
	//border-bottom: 1px solid #ccc;
	margin: .5em 0 1.25em 0;
	//padding: 0 0 .5em 0;
	padding: 0;
	font-size: 1.4em;
	column-span: all;
	text-transform: uppercase;
}

div.ntcs h3 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}

div.novo-portlet-noticias {
	margin: 0 !important;
	padding: 0 !important;
	display:inline-block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

div.novo-portlet-noticias p {
	padding: 0;
	margin: 0 0 2em 0;
}

div.ntcs span.fa-plus-circle {
	display: none;
}

div.ntcs .tipologia {
	font-weight: bold;
	text-transform: uppercase;
}

div.ntcs .cols-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	column-gap: 3em;
}

div.pa,
div.avisos,
div#destaques {
	background-color: #e6e6e6;
}

div.avisos p.mais-noticias {
	display: none;
}

div.quadro {
	margin-left: -1.25em !important;
	margin-bottom: 2em !important;
	//box-shadow: 0 0 1em rgba(0,0,0,0.5);
}

div.carta {
	box-shadow: 0 1px 2em rgba(0,0,0,0.3);
}

div.quadro .banner {
	position: absolute;
	background-color: #fff;
	top: 67%;
	left: 2.25em;
	//height: 10vh;
	padding: 1.5em 2.5em;
	//min-height: 100px;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	transform: translateY(-50%);
	min-width: calc(33% - 3em);
}

div.quadro .banner div:first-child {
	border-bottom: 1px solid #ccc;
	margin-bottom:  0.5em;
	padding-bottom:  0.5em;
	font-size: 1.15em;
	font-weight: bold;
}

div.quadro div.titulo {
}

div.quadro div.titulo h1 {
	font-size: 2.2em;
	margin: 0 !important;
	padding: 1.7em 1.136em .3em .568em !important;
	
}

div.quadro .image-container {
	clear: both;
	position: relative;
	max-height: 40vh;
	overflow: hidden;
}

div.quadro img {
	width: 100%;
	height: auto;
}


div.separador {
	border-top: 1px solid #ccc;
	height: 1px;
}

div.separador-area {
	//max-width: 33.33%;
}

div.toggleContainer {
	border-top: 1px solid #ccc;
	padding: 1em 0;
	margin: 0;
}

div.toggleContainer div.toggle {
	display: none;
}

div.toggleContainer h2 {
	margin: 0;
	padding: 1em 0;
	color: #8c2d19;
	cursor: pointer;
}

div.toggleContainer h2:hover {
	color: #b38300;
}

div.toggleContainer.inf h2:before {
	margin: 0 .5em 0 0;
	font-family: "FontAwesome";
	content: "\f05a";
	font-weight: 400;
	font-size: .9em;
}

div.visibilidade-coluna-direita {
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

div.visibilidade-coluna-esquerda {
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

dl.caixa-central {
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 3em;
}

dl.caixa-central dd {
	background: none;
	padding: 0;
}

dl.caixa-central dt {
	padding: .65em .95em;
	text-align: left;
	font-size: 1.1em;
	text-transform: uppercase;
	//font-weight: normal;
	//background-color: #555;
	
}

dl.caixa-central ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

dl.caixa-central ul > li a:hover {
	background-color: #f6f6f6;
}

dl.caixa-central ul li {
	margin: 0  !important;
	padding: 0 !important;
}

dl.caixa-central ul> li > div {
	margin-bottom: -1px;
	padding: .75em 1em !important;
	border: 1px solid #e0e0e0;
	border-width: 1px 0;
}

dl.caixa-central ul> li a {
	margin-bottom: -1px;
	padding: .75em 1em !important;
	border: 1px solid #e0e0e0;
	display: block;
	border-width: 1px 0;
}

dl.caixa-central ul> li.hasPage {
	display: table;
	width: 100%;
	margin-bottom: -1px !important;
	//border-collapse: collapse;
}

dl.caixa-central ul> li.hasPage a:first-child {
	width: 90%;
	display: table-cell;
	border-right: none;
}

dl.caixa-central ul> li.hasPage a:last-child {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	border-left: none;
}

dl.caixa-central ul> li.hasPage a:last-child:hover {
	background-color: #00aeef;
}

dl.caixa-central ul> li.hasPage:hover {
	background-color: #f6f6f6;
}

#faqs div.pergunta {
	border-top: 1px solid #ccc;
	padding: 2em 0 2em 2em;
	margin: 0;
	font-weight: bold;
	color: #8c2d19;
	cursor: pointer;
}

#faqs div.pergunta i {
	margin: 0 .25em 0 -1.5em;
}

#faqs div.pergunta:hover {
	color: #b38300;
}

#faqs div.resposta {
	display: none;
	margin: -1.5em 0 2em 1.75em;
}

#faqs div.resposta ol {
	padding-left: 1em;
}

h2.agenda {
	display: inherit;
}

.flexslider ol.flex-control-nav {
	width: auto;
	left: 1em;
	bottom: 25px;
	z-index: 2;
}

.flexslider ol.flex-control-paging li a {
	background-color: none;
	border: 1px solid #ffdd00;
	width: 13px;
	height: 13px;
	border-radius: 10px;
	box-shadow: none;
}

.flexslider ol.flex-control-paging li a.flex-active {
	background-color: #ffdd00;
}

.flexslider ol.flex-control-paging li a:hover {
	background-color: #ffdd00;
}

.flexslider p.flex-caption {
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 1.2em;
}

.flexslider p.flex-caption a {
	padding: 1em 2.5em 1em 0;
	display: inline-block;
	width: calc(100% - 180px);
	min-height: 3.25em;
}

p.mais-noticias a, p.mais-eventos a {
	display: inline-block;
	padding: .5em .6em .5em 1em;
	margin: 0;
	border: 1px solid #8c2d19;
	font-weight: bold;
	font-size: .8em;
	text-transform: uppercase;
	border-radius: 15px;
}

p.mais-eventos a {
	border-color: #ffdd00;
	color: #ffdd00;
}

p.mais-eventos a:hover {
	background-color: #ffdd00 !important;
	color: #666 !important;
	text-decoration: none;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

p.mais-noticias a:hover {
	background-color: #8c2d19;
	color: #fff !important;
	text-decoration: none;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

p.mais-noticias, p.mais-eventos {
	font-family: Calibri, sans-serif;
	display: inline-block;
	margin: 0;
	padding: 0;
}

p.mais-eventos {
	margin-top: 1em;
}


table div.image-container {
	clear: both;
	position: relative;
	max-height: 40vh;
	overflow: hidden;
}

table div.image-container img {
	width: 100%;
	height: auto;
}

table.oferta-cursos div.image-container {
	margin: -15px -15px 1.5em -15px;
}

table.oferta-cursos td {
	padding: 0 !important;
	width: 100%;
	display: block;
}

ul#guias {
	list-style-type: none;
	margin:  3em 0 0 0 !important;
	padding: 0 !important;
}

ul#guias li {
	border-top: 1px solid #ccc;
	padding: 2em 0 !important;
	margin: 0;
	font-weight: bold;
}

ul#guias li i {
	margin-right: .5em;
}

.botao {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: .25em .6em;
	margin: .5em 0;
	display: inline-block;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

div.informacao-pessoal-dados {
	width: 60%;
	//padding-right: 2%;
	//border-right: 1px solid #ccc;
}

div.informacao-pessoal-dados h3 {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}


div.informacao-pessoal-dados-dados {
	width: 100%;
	padding: unset;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

div.informacao-pessoal-dados table {
	width: 100%;
}

div.informacao-pessoal-dados td {
	white-space: normal;
}

div.informacao-pessoal-dados td.formulario-legenda + td {
	//width: 66%;
}

div.informacao-pessoal-dados td.formulario-legenda {
	width: 168px;
}


div.informacao-pessoal-dados-foto {
	float: unset;
	//text-align: center;
	margin: 0 0 2em 0;
	position: relative;
}

div.informacao-pessoal-dados-foto a {
    position: absolute;
    left: 5px;
    bottom: 5px;
	background-color: #fff;
}

div.informacao-pessoal-dados-foto img.editar-imagem {
	border-radius: 0;
	padding: unset;
	background-color: unset;
}

div.informacao-pessoal-adicional {
	width: 38%;
	float: right;
	position: relative;
}

div.informacao-pessoal-outras {
	width: 60%;
}

div.informacao-pessoal-outras h3 {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

div.informacao-pessoal-apresentacao {
	//box-shadow: 0 .5em .75em rgba(0,0,0,0.35);
	box-shadow: unset;
	width: 100%;
	margin: 0 !important;
	border-radius: 0 !important;
}

div.editar-apresentacao-editar {
	position: absolute;
	background-color: #fff;
	right: 6px;
	top: 6px;
	margin: unset;
	float: unset;
}

img.editar-apresentacao-editar {
	background-color: unset;
	border-radius: unset;
}

div.caixa-estudante-foto {
    padding: unset;
}

div.estudante-foto {
	position: relative;
}

div.estudante-foto-editar {
	position: absolute;
	bottom: 6px;
	left: 5px;
	margin: unset;
	background-color: #fff;
}

img.editar-imagem-editar {
	border-radius: 0;
	background-color: unset;
}

div.caixa-estudante-info {
	padding: 1em;
	margin: 1em 1em 0 0;
	border: 1px solid #ddd;
	width: 100%;
}

div.estudante-info-nome {
	font-size: 1.25em;
}

div.estudante-info-email {
    padding: unset;
    font-size: revert;
}

div.estudante-detalhe-cabecalho {
	border-radius: unset;
	padding: .25em .5em;
	margin: 1em 0 0 0;
}

div.estudante-detalhe-cabecalho img.expandir,
div.estudante-detalhe-cabecalho img.colapsar {
	vertical-align: baseline;
    height: 1em;
    width: auto;
}

div.estudante-detalhe-conteudo {
	margin: 0;
}

div.menu-contexto-principal img:first-child {
	opacity: 0;
}

div.menu-contexto-principal a img:first-child {
	opacity: 1;
}

div.estudante-lista-curso-activo {
	width: 100%;
	padding: 1em;
	margin-right: unset;
	border-radius: 0;
}

div.caixa table.dadossz,
ul.estudantes-curso-lista-opcoes + h2 + table.dadossz,
ul.estudantes-curso-lista-opcoes + h3 + table.dadossz {
	width: 100%;
}

div.estudante-lista-curso-detalhes {
	margin: -1em -1em 0 0;
}

div.estudante-lista-curso-detalhes img:first-child {
	opacity: 0;
}

div.estudante-lista-curso-detalhes a img:first-child {
	opacity: 1;
}

div.menucontextoimagem-fim, div.menucontextoimagem-opcao, div.menucontextoimagem-inicio {
	width: auto;
}

div#vistas.menu-principal {
	top: 0;
}

@media only screen and (max-width: 1600px) {
	div#destaques a.banner {
		//max-width: 33.33%;
	}
}

@media only screen and (max-width: 1400px) {
	a.separador-area .titulo {
		font-size: 1em;
	}

	div#destaques a.banner {
		//min-width: 145px;
	}
	
	div.informacao-pessoal-dados {
		width: 100%;
		//border-right: none;
		//padding-right: unset;
	}
	
	div.informacao-pessoal-adicional {
		width: 100%;
		float: left;
		margin: 2em 0 0;
		padding-top: 2em;
		border-top: 1px solid #ccc;
	}
	
	div.editar-apresentacao-editar {
		top: calc(2em + 6px);
	}
	
	div.informacao-pessoal-outras {
		width: 100%;
	}
	
	div.quadro .banner {
		position: inherit;
		padding: 2em;
		height: auto;
		min-height: auto;
		transform: unset;
	}	
}

@media only screen and (max-width: 1200px) {
	
	div.separador-area {
		max-width: unset;
	}
	
	a.separador-area .titulo {
		font-size: 1.2em;
	}
	
	a.separador-area .imgContainer {
		//min-height: 8em;
		//min-height: calc(33vw / 2);
		//max-height: 12vh;
	}
	
	div#destaques a.banner {
		//max-width: unset;
		//min-width: 135px;
	}	
	
	div#destaques a.banner div.texto  {
		padding: 1.25em !important;
	}
	
}

@media only screen and (max-width: 1100px) {
	
	div#cabecalho img#logotipo {
		/*background-color: rgba(255,255,255,0.6);*/
		background-color: #fff;
		width: 140px;
		height: auto;
		padding: 12px;
		margin-top: 0;
	}
	
	div.notificacao {
		margin: 38px 10px 0 0;
	}
	
	div.notificacao a {
		height: 38px;
		width: 38px;
		padding: 6px 0 0 0;
	}
	
	div#conteudoinner a.ecra + h1,
	div#conteudoinner div.refrescamento + h1 {
		margin: 0 -1.15em 1em -1.15em !important;
		/*padding: 1.6em 1.15em .3em 1.15em !important;*/
	}
	
	div#conteudoinner h1 img,
	div#conteudoinner h2 img,
	div#conteudoinner h3 img,
	div#conteudoinner h4 img,
	div#conteudoinner h5 img,
	div#conteudoinner h6 img,
	div#conteudoinner p img {
		width: 100%;
		height: auto;
	}
	
	div#conteudoinner h2 img.expandir,
	div#conteudoinner h2 img.colapsar,
	div#conteudoinner h2 img.border0,
	div#conteudoinner p img.novo-registo,
	div#conteudoinner p img.border0,
	div#conteudoinner p img.form-obr,
	div#conteudoinner p img.aviso-invalidado {
		width: auto;
		height: auto;
	}
	
	div.quadro {
		margin-left: -2.5em !important;
	}
	
	table.oferta-cursos td.topo {
		//display: block;
		//width: 100%;
	}
	
	div.smallerwidth {
		width: 80%;
	}

}

@media only screen and (max-width: 992px) {
	a.separador-area .imgContainer {
		//max-height: 15vh;
	}
	
	div#caixa-validacao {
		margin: 0;
	}
	
	div.sama {
		display: none;
	}
	
	div.reportContainer {
		position: relative;
	}
	
	div.reportContainer iframe.report {
		//position: absolute;
	}
	
}

@media only screen and (max-width: 900px) {
	
	div.logotipo-alternativo {
		/*background-color: rgba(255,255,255,0.6);*/
		background-color: #fff;
		width: 38px;
		height: 64px;
	}
	
	div.logotipo-alternativo img#logotipo {
		background-color: transparent !important;
		width: 118px !important;
		height: auto;
		padding: 8px !important;
		clip: rect(0,31px,56px,0);
	}
	
	div.notificacao {
		margin: 27px 10px 0 0;
	}
	
	div.notificacao a {
		height: 35px;
		width: 35px;
		padding: 6px 0 0 0;
	}
	
	div#conteudoinner a.ecra + h1,
	div#conteudoinner div.refrescamento + h1 {
		margin: 0 -.7em 1em -.7em !important;
		padding: 1.15em .7em .3em .7em !important;
	}
	
	div#conteudo, div#conteudo-extra {
		padding: 0 1em 1em 1em;
	}
	
	div.flexslider {
		margin: 0 -1em;
	}
	
	.negSideMargins {
		margin: 0 -1em !important;
	}
	
	div.quadro {
		margin-left: -1em !important;
	}

}

@media only screen and (max-width: 768px) {
	
	body{
		background-size: auto 116px, auto;
		background-position: center top,left -155px;
	}
	
	div.notificacao {
		margin-right: 1px;
	}
	
	a.separador-area .imgContainer {
		//min-height: 15em;
		//max-height: 15vh;
	}
	
	.flexslider ol.flex-control-nav {
		position: unset;
		padding-bottom: 1em;
	}

	.flexslider p.flex-caption {
		text-align: center;
	}
	
	.flexslider p.flex-caption a {
		//padding: 1em 1.5em 1em 0 !important;
		//width: calc(100% - 145px)  !important;
		padding: 1em !important;
		width: 100% !important;
	}
	
	.halfPadding {
		padding: 0 !important;
	}
	
	.negSideMargins {
		margin: 0 -1em !important;
	}
	
	div.flex {
		display: inherit;
	}

	div.flexslider {
		margin: 0 -1em;
	}

	div.flexslider ol.flex-control-nav {
		bottom: 15px;
	}

	div#destaques a.banner {
		//max-width: initial;
	}

	div#destaques {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	div.ntcs .cols-3 {
		column-count: 1;
	}
	
	div.ev ul.agenda li {	
		display: block;
	}
	
	div.separador-area,
	div.ntcs,
	div#destaques,
	div.ev,
	div.pa /*,
	div.contactos,
	div.redes,
	div#rodape */ {
		//border-top: 1em solid #f6f6f6;
		margin-top: 1em !important;
	}
	
	div.ev {
		border-bottom: none;
	}

	div.contactos h2,
	div#destaques h2,
	div.ev h2.agenda,
	div.ntcs h2 {
		//text-align: center;
	}

	div.quadro {
		margin-left: -1em !important;
	}

	div.smallerwidth {
		width: 100%;
	}
	
	p.mais-noticias, p.mais-eventos {
		display: block;
		text-align: center;
	}

	div.informacao-pessoal-dados-foto {
		text-align: center;
	}
	
	div.informacao-pessoal-dados-foto a {
    	left: calc(50% - 75px);
	}

	div.informacao-pessoal-dados td.formulario-legenda {
		width: auto;
	}
	
	div.informacao-pessoal-dados td.formulario-legenda + td {
		width: 65%;
	}

}

@media print {
	div.image-container {
		display: none;
	}

	div.toggleContainer div.toggle, #faqs div.resposta {
		display: block !important;
	}
}