@import url('https://fonts.googleapis.com/css2?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:100,200,300,400,500,600,700,800,900');

/* Notícias */
.entry {
	box-sizing: border-box;
	display: block;
	vertical-align: top;
	border: #FFF 1px solid;
	margin-bottom: 25px;
}
.entry figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: auto;
}
.entry figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}
.entry div {
	display: block;
	vertical-align: top;
	padding: 25px;
	margin: 0px;
}
.entry h2 {
	margin-top: 0px;
  	font-weight: 800;
  	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.entry_feed {
	display: grid;
	grid-gap: 50px 0;
}


#especial img {
	max-width: 170px;
	height: auto;
}

html, body {
	min-height: 100%;
	scroll-behaviour: smooth;
}
body {
	background: #000;
	padding: 0px;
	margin: 0px;
	font-family: 'Oswald', sans-serif;
  	font-size: 16px;
	position: relative;
	color: #FFF !important;
	font-weight: lighter;
	overflow-x: hidden;
}

/* Formatações gerais */
a {
	color: inherit;
	text-decoration: none !important;
	transition: all 0.5s;
}
a:hover {
	color: #FF9900;
}
b, strong {
	font-weight: 400;
}
h1 {
  	font-size: 36px;
  	line-height: 1.2em;
  	text-transform: uppercase;
  	font-weight: 700;
}
h2 {
	margin: 0px;
	padding: 35px 0;
  	font-weight: 400;
  	line-height: 1.5em;
  	font-size: 36px;
  	text-align: center;
  	text-transform: uppercase;
}
h3 {
  	text-transform: uppercase;
  	letter-spacing: 0.1em;
  	line-height: 1.5em;
  	font-size: 16px;
  	font-weight: 700;
}
h4 {
	font-size: 18px;
	margin: 10px 0;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
	display: block;
	vertical-align: top;
}
h5 {
	font-size: 18px;
	text-align: center;
	color: #999;
	font-weight: 350;
	padding: 0 0 50px 0;
	margin: -50px 0 0 0;
	font-family: 'Oswald', sans-serif;
}

hr {
	border: none;
	border-bottom: #000 1px dashed;
	padding: 0px;
	margin: 30px 0;
}

input[type=submit], input[type=reset], input[type=button], button {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 4px;
	background: #bd2da0;
	padding: 5px 25px;
	border: none;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	font-family: 'Montserrat', sans-serif;
}
input[type=submit]:hover, input[type=reset]:hover, button:hover {
	background: #FFF;
	color: #000;
}
input[type=text], input[type=search], input[type=email], input[type=date], input[type=number], input[type=datetime], input[type=password], textarea, select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #FFF;
    border: 1px solid #CCC;
	border-radius: 4px;
	resize: none;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 6px 0;
}
input[type=search] {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
textarea {
	height: auto;
}
input[type=text], input[type=email], input[type=number], input[type=datetime], input[type=datetime], textarea {
	max-width: calc(100% - 26px);
	padding: 2px 12px;
}
option {
	font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
	font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
	font-family: 'Montserrat', sans-serif;
}

#barra {
	display: grid;
	grid-template-columns: auto;
	grid-gap: 0px;
	text-align: center;
	align-items: center;
	justify-items: center;
	padding: 100px 50px;
	background: url(../img/barra.jpg) no-repeat center center;
	background-size: cover;
	text-transform: uppercase;
}
#barra h3 {
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}
#barra h2 {
	padding: 0px;
	margin: -20px 0 -20px 0;
	font-size: 64px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
#barra div {
	padding: 30px 0 0 0;
}
#barra div a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	border: #FFF 1px solid;
	text-transform: uppercase;
}
#barra div a:hover {
	background: #FFF;
	color: #000;
}

#mapa {
	padding: 0 50px 50px 50px;
	text-align: center;
}
#pptestemunhos {
	padding: 0 50px 50px 50px;
}

.duas_colunas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas: "colesq coldir";
	grid-gap: 0 60px;
}
.dois_um {
	grid-template-columns: 2fr 1fr;
}
.colesq {
	grid-area: colesq;
}
.coldir {
	grid-area: coldir;
}
.tres_colunas {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 60px;
} 
.quatro_colunas {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 6px 10px;
} 

* {
	max-width: 100%;
	height: auto;
}

/* Header do site */
header {
	display: grid;
	grid-template-rows: 30px 1fr 1fr;
	grid-gap: 30px 0;
	background-attachment: fixed;
	padding: 0px;
	height: 100vh;
}
#backs {
	display: none;
}
header #backimg, header #backfade, header #backimg_mobile, header #backfade_mobile, header #darken {
	position: fixed;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	z-index: -10;
}
header #darken {
	background: rgba(0, 0, 0, 0.3);
	z-index: -5;
}
header #backfade, header #backfade_mobile {
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
#backfade.fadeout, #backfade_mobile.fadeout {
	opacity: 0;
}
#backfade.fadein, #backfade_mobile.fadein {
	opacity: 1;
}
header #backimg_mobile, header #backfade_mobile {
    display: none;
}

/* Redes sociais topo */
header section:nth-of-type(1) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px 0;
	padding: 10px 50px 10px 50px;
	margin: 0px;
}
header section:nth-of-type(1) ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
header section:nth-of-type(1) ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 0 10px 0 0;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
header section:nth-of-type(1) ul li label {
	color: #FFF;
	text-transform: uppercase;
}
header section:nth-of-type(1) div img {
	height: 15px;
	width: auto;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

/* Idiomas */
header section:nth-of-type(1) ul:nth-of-type(1) {
	justify-self: end;
	animation: fromright 0.7s ease-out;
}
header section:nth-of-type(1) ul:nth-of-type(1) label {
	transform: translateY(-10px);
	padding: 10px 0 0 0;
	background: url(../img/seta_lilaz.svg) no-repeat top center;
	background-size: 10px auto;
	font-size: 14px;
}
header section:nth-of-type(1) ul:nth-of-type(1) a {
	color: #999;
	text-transform: uppercase;
	transform: translateY(-10px);
	padding: 10px 0 0 0;
	margin: 0px;
	font-weight: 400;
	font-size: 14px;
}
header section:nth-of-type(1) ul:nth-of-type(1) a:hover {
	background: url(../img/seta_branca.svg) no-repeat top center;
	background-size: 10px auto;
	color: #FFF;
}

/* Redes topo */
header section:nth-of-type(1) div ul:nth-of-type(1) {
	display: inline-block;
	animation: fromleft 0.7s ease-out;
}
header section:nth-of-type(1) div li:hover > a img {
	transform: translateY(-5px);
	transition: all 0.5s ease-out;
}
header section:nth-of-type(1) div ul:nth-of-type(1) a:hover{
	background: none;
}
header section:nth-of-type(1) div ul:nth-of-type(1) li:after {
	content: attr(data-content);
	font-size: 10px;
	text-align: center;
	color: #FFF;
	display: block;
	margin: 3px 0 0 0;
	opacity: 0;
	transition: all 0.5s ease-out;
}
header section:nth-of-type(1) div ul:nth-of-type(1) li:hover:after {
	opacity: 1;
}

/* Logo */
header section:nth-of-type(2) {
	align-self: end;
	text-align: center;
}
header section:nth-of-type(2) img {
	width: 90%;
	max-width: 300px;
	height: auto;
	animation: fromtop 0.7s ease-out;
}

/* Mini header */
#miniheader {
	display: grid;
	grid-template-rows: 30px 1fr 1fr;
	grid-gap: 30px 0;
	height: 250px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0 0 10px 0;
}
#miniheader section:nth-of-type(2) img {
	max-height: 100px;
	width: auto;
	animation: fromtop 0.7s ease-out;
}

/* Hamburguer */
#hamburguer {
	padding: 7px 0 0 0;
	margin: 0px;
	width: 18px;
	height: 11px;
	cursor: pointer;
	cursor: hand;
	display: none;
	vertical-align: top;
	animation: fromleft 0.7s ease-out;
}
#hamburguer:hover:after {
	width: 35px;
	color: rgba(0, 0, 0, 1);
}
#hamburguer span {
	content: '';
	display: block;
	width: 18px;
	height: 3px;
	background: #FFF;
	border-radius: 4px;
}
#hamburguer span:before {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 3px;
	background: #FFF;
	border-radius: 4px;
	margin: -7px 0 0 0;
}
#hamburguer span:after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 3px;
	background: #FFF;
	border-radius: 4px;
	margin: 7px 0 0 0;
}
#hamburguer:hover span {
	transform: rotate(135deg);
	transition: all 0.22s;
}
#hamburguer:hover span:before {
	opacity: 0;
	margin: 0px;
}
#hamburguer:hover span:after {
	transform: rotate(-90deg);
	margin: 0px;
}


/* menu */
nav {
	text-align: center;
	animation: frombottom 0.6s ease-out;
}
#miniheader nav {
	animation: none;
}
nav::-webkit-scrollbar {
	width: 3px;
}
nav::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #CEEEFB;
} 
nav::-webkit-scrollbar-thumb {
	background-color: #1B2638;
	outline: 1px solid #1B2638;
}
nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	margin: 0px;
}
nav ul li a, nav ul li label {
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-weight: 200;
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}
nav ul li label:after {
	content: '';
	position: absolute;
	display: inline-block;
	vertical-align: top;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: 10px 0 0 10px;
}
nav ul li a:hover {
	color: #FFF;
}
nav ul li ul {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	padding: 6px;
	display: none;
	z-index: 300;
}
nav ul li:hover > ul {
	display: block;
	animation: fadein 0.3s ease-out, menuin 0.3s ease-out;
}
nav li ul li {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
nav li ul li a {
	font-size: 13px;
	display: block;
	vertical-align: top;
	padding: 4px 10px;
	line-height: 16px;
	border-radius: 4px;
	font-weight: 300;
}
nav li ul li a:hover {
	background: #FFF;
	color: #000;
}

/* Estrutura do site */
#corpo {
	background: #000;
	padding: 0px;
	margin: 0px;
}
#conteudo {
	padding: 40px 100px 80px 100px;
}

#inicio h2 {
	text-align: left;
}
#inicio p {
	text-align: justify;
}

#ementa {
	background: url(../img/bgementa.jpg) no-repeat center center;
	background-size: cover;
}
#ementa menu {
	 background: #000;
	 text-align: center;
	 padding: 0 100px;
}
#ementa menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ementa menu ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#ementa menu ul li label {
	display: block;
	vertical-align: top;
	padding: 13px 25px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	cursor: hand;
}
#ementa menu ul li label:hover {
	background: url(../img/seta_lilaz.svg) no-repeat center top;
	background-size: 12px auto;
}
#ementa menu ul li label.on {
	background: url(../img/seta_branca.svg) no-repeat center top;
	background-size: 12px auto;
}

#blackboard {
	padding: 30px 0 100px 0;
	position: relative;
}
#blackboard section {
	display: grid;
	grid-template-columns: repeat(50, 100vw);
	transition: all 0.5s ease-out;
}
#blackboard article {
	padding: 0 100px;
	margin: 0px;
	position: relative;
}
#blackboard article legend {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	transform: rotate(-90deg) translateX(-6px);
	transform-origin: top right;
	top: 0px;
	right: calc(100% - 100px);
	position: absolute;
	padding: 0px;
	margin: 0px;
	color: #bd2da0;
}
#blackboard article ul {
	list-style: none;
	background: #000;
	border: #8F227B 6px solid;
	padding: 30px;
	margin: 0 0 0 42px;
	color: #999;
}
#blackboard article ul li {
	display: block;
	margin: 0px;
	padding: 0 0 30px 0;
}
#blackboard article div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: #333 1px solid;
}
#blackboard article h3 {
	padding: 0px;
	justify-self: start;
	margin: 0 0 -3px 0;
	padding: 0 10px 0 0;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	background: #000;
}
#blackboard article span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	font-size: 22px;
	margin: 0 0 -3px 0;
	justify-self: end;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	background: #000;
	font-weight: 300;
	align-self: end;
}

/* Ementas / cartas */
#carta h3 {
	font-family: 'Monteserrat', sans-serif;
	font-size: 28px;
	padding: 0 0 40px 0;
	margin: 0px;
	font-weight: 500;
}
#carta article ul {
	list-style: none;
	background: #000;
	padding: 0px;
	margin: 0 0 50px 0;
	color: #999;
	border-bottom: #FFF 1px dashed;
}
#carta article:last-of-type ul {
	border: none;
}
#carta article ul li {
	display: block;
	margin: 0px;
	padding: 0 0 30px 0;
}
#carta article div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: #333 1px solid;
}
#carta article h3 {
	padding: 0px;
	justify-self: start;
	margin: 0 0 -3px 0;
	padding: 0 10px 0 0;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	background: #000;
}
#carta article span {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 10px;
	font-size: 22px;
	margin: 0 0 -3px 0;
	justify-self: end;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	background: #000;
	font-weight: 300;
	align-self: end;
}

#ppgaleria section {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 6px;
	padding: 20px 100px 50px 100px;
	margin: 0px;
}
#gallboard{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 6px;
	padding: 0px;
	margin: 0px;
}
#ppgaleria section figure, #gallboard article figure {
	display: block;
	vertical-align: top;
	position: relative;
    overflow: hidden;
	width: 100%;
	padding: 0 0 100% 0;
	margin: 0px;
}
#ppgaleria section figure img, #gallboard article figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
#ppgaleria section figure figcaption, #gallboard article figure figcaption {
	position: absolute;
	background: none;
	width: 100%;
	padding: 0 0 100% 0;
	text-align: center;
	transition: all 0.3s ease-out;
	z-index: 5;
}
#ppgaleria section figure figcaption:hover, #gallboard article figure figcaption:hover {
	background: rgba(0, 0, 0, 0.5);
}
#ppgaleria section figure label, #gallboard article figure label {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 4px 20px;
	border-radius: 5px;
	border: #FFF 1px solid;
	margin: 100% auto 0 auto;
	color: #FFF !important;
	transition: all 0.5s;
	cursor: pointer;
	cursor: hand;
}
#ppgaleria section figcaption:hover label, #gallboard article figcaption:hover label {
	margin: 50% auto 0 auto;
}
#gallboard article h3 {
	text-align: center;
	padding: 10px 0 30px 0;
	margin: 0px;
	font-weight: 300;
	font-size: 22px;
}

#equipa {
	padding: 0 100px 100px 100px;
}

#ppcontactos {
	padding: 0px 100px 100px 100px;
	margin: 0px;
}
#ppcontactos section {
	display: grid;
	grid-template-columns: 400px auto;
	grid-gap: 20px 40px;
	text-align: left;
	padding: 30px 0 0 0;
}
#ppcontactos ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ppcontactos ul li {
	display: block;
	vertical-align: top;
	margin: 0px;
	padding: 0 0 60px 0;
}
#ppcontactos ul li:nth-of-type(1) label {
	background: url(../img/pointer.svg) no-repeat left top;
	background-size: 20px auto;
	padding: 0 0 0 35px;
	display: inline-block;
	vertical-align: top;
}
#ppcontactos ul li:nth-of-type(2) a {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 35px;
}
#ppcontactos ul li:nth-of-type(2) a:nth-of-type(1) {
	background: url(../img/telefone.svg) no-repeat left 10px;
	background-size: 20px auto;
}
#ppcontactos ul li:nth-of-type(3) label {
	background: url(../img/mail.svg) no-repeat left 8px;
	background-size: 20px auto;
	padding: 0 0 0 35px;
	display: inline-block;
	vertical-align: top;
}
#ppcontactos span {
	text-align: left;
}
#ppcontactos form span {
	display: block;
	vertical-align: top;
	padding: 20px 0;
	text-align: right;
}
#ppcontactos label, #ppcontactos b {
	font-weight: 400;
}

#redes {
	padding: 0 100px 50px 100px;
}
#redes section {
	padding: 25px 0 0 0;
	border-top: #666 1px solid;
}
#redes div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 230px 0;
}
#redes div label {
	display: block;
	font-weight: 400;
	font-size: 20px;
}
#redes div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	justify-self: end;
}
#redes div ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 70px;
	margin: 0px;
}
#redes div ul li a {
	display: block;
	vertical-align: top;
	padding: 0 0 0 35px;
	margin: 0px;
	color: #999;
}
#redes div ul li:nth-of-type(1) a {
	background: url(../img/facebook_full_cinza.svg) no-repeat center left;
	background-size: 20px auto;
}
#redes div ul li:nth-of-type(1) a:hover {
	background: url(../img/facebook_full.svg) no-repeat center left;
	background-size: 20px auto;
	color: #FFF;
}
#redes div ul li:nth-of-type(2) a {
	background: url(../img/instagram_cinza.svg) no-repeat center left;
	background-size: 20px auto;
}
#redes div ul li:nth-of-type(2) a:hover {
	background: url(../img/instagram.svg) no-repeat center left;
	background-size: 20px auto;
	color: #FFF;
}
#redes div ul li:nth-of-type(3) a {
	background: url(../img/tripadvisor_cinza.svg) no-repeat center left;
	background-size: 20px auto;
}
#redes div ul li:nth-of-type(3) a:hover {
	background: url(../img/tripadvisor.svg) no-repeat center left;
	background-size: 20px auto;
	color: #FFF;
}
#redes section section {
	border: none;
	padding: 50px 0 0 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 6px;
}
#imgaleria{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 6px;
	padding: 0px;
	margin: 0px;
}
#redes section section figure, #imgaleria figure {
	display: block;
	vertical-align: top;
	position: relative;
    overflow: hidden;
	width: 100%;
	padding: 0 0 100% 0;
	margin: 0px;
}
#redes section section figure img, #imgaleria figure img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
#redes section section figure figcaption, #imgaleria figure figcaption {
	position: absolute;
	background: none;
	width: 100%;
	padding: 0 0 100% 0;
	text-align: center;
	transition: all 0.3s ease-out;
}
#redes section section figure figcaption:hover, #imgaleria figure figcaption:hover {
	background: rgba(0, 0, 0, 0.5);
}
#redes section section figure figcaption img, #imgaleria figure figcaption img {
	width: 40px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 150% auto 0 auto;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}
#redes section section figcaption:hover img, #imgaleria figcaption:hover img {
	margin: 50% auto 0 auto;
}

footer {
	background: #1D1D1D;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 30px 0;
	padding: 15px 100px;
	font-size: 12px;
}
footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	justify-self: end;
}
footer ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 20px;
	margin: 0px;
}
footer ul li a {
	font-size: 12px;
}

/* Efeitos */
.outline {
	padding: 4px;
	outline: #FFF 1px solid;
}

.reveal {
  transform: translateY(100px);
  opacity: 0;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
  transition: 1s all ease-out;
}

.explode:before {
	content: attr(data-content);
	color: attr(data-color);
	position: absolute;
	opacity: 0;
}
.explode:after {
	content: '';
}
.explode:hover:before {
	animation-delay: 0.5s;
	animation: 1s ease-out 0s 1 explode;
}

/* Contactos */
#contactos {
	display: grid;
	grid-template-columns: auto calc(100%/2.8);
	grid-template-areas: 'form texto';
	grid-gap: 0 60px;
}
#contactos form {
	grid-area: form;
	display: block;
	vertical-align: top;
	max-width: 100%;
}
#contactos form label {
	display: block;
	vertical-align: top;
	font-weight: 400;
	margin: 0 0 5px 0;
} 
#contactos form textarea {
	margin: 0 0 20px 0;
}
#contactos h2 {
	text-align: left;
}
#contactos article {
	grid-area: texto;
}

/* Diversos */
#aviso_cks {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9999999;
	opacity: 1;
	transition: all 0.5s;
}
#aviso_cks div {
	max-width: 980px;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
}
#aviso_cks * {
	color: #FFF;
}
#aviso_cks a {
	font-weight: 400;
}
#aviso_cks input {
	border: none;
	margin: 0 0 0 15px;
	outline: none;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}
#aviso_cks input:hover {
	color: #000;
	background: #FFF;
	transition: all 0.5s;
}

#mensagem {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 120px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#mensagem div {
	padding-top: 30px;
}

.botoes {
	text-align: right;
	padding: 50px 0 0 0;
}
.botoes a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	color: #FFF;
	border-radius: 5px;
	text-transform: uppercase;
	border: #FFF 1px solid;
}
.botoes a:hover {
	background: #FFF;
	color: #000;
}

/* Lightbox */
#lightbox {
	margin-top: 50px;
}
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: auto;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* Especial temporario */
#especial {
	position: absolute;
	width: calc(100vw - 140px);
	text-align: right;
	padding: 0 50px;
	margin: 50px auto auto auto;
	z-index: 8888;
}

/* Artigos */
#destaques {
	padding: 0 50px 50px 50px;
	text-align: center;
}
#artigos, #destaques div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 60px;
}
#artigos article, #destaques article {
	display: block;
	vertical-align: top;
	padding: 7px;
	margin: 0px;
	border: #CCC 1px solid;
}
#artigos article figure, #destaques article figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: center;
	border: #CCC 1px solid;
}
#artigos article figure img, #destaques article figure img {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	height: auto;
}
#artigos figure figcaption, #destaques figure figcaption {
	position: relative;
	vertical-align: top;
	padding: 12px;
	margin: 0 0 -50px 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	color: #FFF;
	transform: translateY(50px);
	transition: all 0.5s;
}
#artigos figure figcaption img, #destaques figure figcaption img {
	display: inline-block;
	vertical-align: middle;
	border: none;
	padding: 0px;
	margin: 0 10px 0 0;
}
#artigos article h3, #destaques article h3 {
	font-weight: 450;
	overflow: hidden;
	height: 50px;
}
#artigos article span, #destaques article span {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 20px;
}
#artigos article label, #destaques article label {
	font-size: 18px;
	font-weight: 300;
}
#artigos article span a, #destaques article span a {
	display: inline-block;
	vertical-align: top;
	justify-self: end;
}

#artigos a:hover article figure figcaption, #destaques a:hover article figure figcaption {
	transform: translateY(-100%);
}

#vartigo {
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-gap: 0 20px;
}
#vartigo article {
	justify-self: center;
	max-width: 100%;
	height: auto;
	display: block;
	vertical-align: top;
	position: relative;
}
#vartigo article img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: #333 1px solid;
	border-radius: 6px;
	width: 100%;
	height: auto;
}
#vartigo article div {
	padding: 20px 0 0 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
}
#vartigo article div img {
	cursor: pointer;
	cursor: hand;
	width: 70px;
	height: auto;
}
#vartigo section h2 {
	font-weight: 400;
	text-align: left;
}
#resumo {
	padding-bottom: 40px;
	border-bottom: #CCC 1px solid;
}
#precos {
	padding: 10px 0 0 0;
	text-align: right;
}
#redes {
	text-align: right;
	padding-bottom: 30px;
	border-bottom: #CCC 1px solid;
}


#amp {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	grid-template-columns: auto;
	justify-items: center;
	align-items: center;
	z-index: 99999;
}
#amp article {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#amp article a {
	display: inline-block;
	vertical-align: bottom;
	background: #FFF;
	color: #000;
	padding: 3px 12px;
	margin: 0 10px 0 0;
	border-radius: 4px 4px 0 0;
}
#amp article figure {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: #FFF 4px solid;
	border-radius: 6px;
	background: #FFF;
	-webkit-box-shadow: 0 0 4px 2px #000;
	box-shadow: 0 0 4px 2px #000;
}
#amp img {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	height: auto;
}

@keyframes explode {
	0% {
		transform: none;
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes menuin {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}
@keyframes fromtop {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}
@keyframes frombottom {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}
@keyframes fromleft {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}
@keyframes fromright {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 1;
	}
}

/* Responsivo */
@media (max-width: 992px) {
	header, #miniheader {
		display: block;
	}
	header section:nth-of-type(1) {
		background: #000;
		position: fixed;
		width: calc(100vw - 50px);
		z-index: 9999;
		top: 0px;
		padding: 10px 25px 10px 25px;
	}
	header section:nth-of-type(1) div ul:nth-of-type(1) {
		display: none; 
	}
	
	header #backimg_mobile, header #backfade_mobile {
        display: block;
    }  
    header #backimg, header #backfade {
        display: none;
    }

	#hamburguer {
		display: inline-block;
	}
	header section:nth-of-type(1) ul:nth-of-type(1) label, header section:nth-of-type(1) ul:nth-of-type(1) a {
		font-size: 18px;
	}
	
	/* Logo */
	header section:nth-of-type(2) {
		align-self: top;
		position: absolute;
		top: 30px;
		width: 100%;
		height: calc(100vh - 30px);
		display: grid;
		align-items: center;
	}
	#miniheader section:nth-of-type(2) {
		align-self: top;
		position: absolute;
		top: 30px;
		width: 100%;
		height: 200px;
		display: grid;
		align-items: center;
	}
	
	/* Menu */
	nav {
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		left: 0px;
		top: 40px;
		width: 100%;
		animation: none;
		z-index: 9999;
		height: 100%;
		overflow-Y: auto;
		transform: translateX(-100%);
		transition: all 0.5s ease-out;
	}
	nav ul li {
		display: block;
		padding: 20px 0;
		border-bottom: #333 1px solid;
	}
	nav ul li ul {
		background: none;
		position: relative;
		display: block;
		padding: 0px;
		margin: 0px;
	}
	nav li ul li {
		padding: 20px;
	}
	nav li ul li a {
		font-size: 16px;
		text-transform: uppercase;
		padding: 10px;
	}
	nav ul li:hover ul {
		animation: none;
	}
	nav.activo {
		transform: translateX(0%);
	}
	
	#conteudo, #ementa menu, #blackboard article, #ppgaleria section, #ppcontactos, #equipa, #redes, footer {
		padding-left: 25px;
		padding-right: 25px;
	}
	#blackboard article legend {
		display: none;
	}
	#blackboard article ul {
		margin: 0px;
		width: calc(100% - 82px);
	}
	#carta h3 {
		font-size: 24px;
	}
	#blackboard article h3, #blackboard article span, #carta article h3, #carta article span {
		font-size: 16px;
	}
	#ppgaleria section, #gallboard, #imgaleria, #redes section section {
		grid-template-columns: repeat(2, calc(50% - 6px));
		grid-gap: 13px;
	}
	#ppcontactos section {
		grid-template-columns: auto;
	}
	#redes div, footer ul li {
		display: block;
	}
	#ppcontactos ul li, #redes div {
		text-align: center;
	}
	#redes div ul, #redes div ul li {
		display: block;
		padding: 10px 0;
	}
	#redes div ul li a {
		display: inline-block;
	}
	footer, footer ul li a {
		display: block;
		text-align: center;
		font-size: 14px;
	}
	footer ul {
		padding-top: 20px;
	}
	
	.duas_colunas, .tres_colunas, .quatro_colunas, .dois_um, #contactos {
		grid-template-columns: auto;
		grid-gap: 50px 0;
		grid-template-areas: unset;
	}

	#contactos form, #contactos article {
		grid-area: unset;
	}
	
	#lightbox {
		margin-top: 0px;
	}
	
	#welcome {
		display: none;
	}
	
	#vartigo {
		grid-template-columns: auto;
	}
}