@charset "UTF-8";
/* CSS Document */


/* GERAL */
body {
	font-size:18px;
	text-align:center;
	font-family:'Heebo', sans-serif;
	font-weight:800;
	-webkit-font-smoothing: subpixel-antialiased;
}
.aviso {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:9vw;
	line-height:10vw;
	width:100vw;
	height:20vh;
	margin:0;
	padding:40vh 0;
	color:#fff;
	background-color:#555;
	text-transform:uppercase;
}

/* TEMPORARIO */
.frente {
	display:none;
}
.mob {
	width:100vw; max-width:720px; padding:0; margin:0;
}
/* FIM TEMPORARIO */

.container {
	display:flex;
	flex-direction: column;
	height:100vh;
}
.container > * {
	flex: 1 1 auto;
}
.entrada {
	display:flex;
	align-items: center;
	justify-content: space-around;
	flex-basis:100%;
	padding:24px 12px 96px;
}
header {
	flex-basis:100%;
}
nav {
	display:flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 0;
	font-weight:400;
}
nav a {
	color:#F30;
	text-decoration:none;
}
nav a:hover {
	color:#FC9;
}
.content {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	text-align:left;
/*	justify-content: flex-start;*/
}

.logo {
	display:none;
}
.flexslider {
	flex-basis: 100%;
	max-width:480px;
}

.ficha {
	padding:48px 24px;
	background-color:#FFE8BC;
}
.texto {
	padding:48px 24px;
}
.logo img, .imagem img {
	width:100%;
	height:auto;
}
.logo img {
	max-width:180px;
}
.imagem img {
	max-width:360px;
}
.evento, .wip, .wop, .contactos {
	padding: 24px;
	line-height:1.8rem;
	border-bottom:thin solid #FC9;
}
.locais {
	padding: 24px;
	line-height:1.8rem;
}
.mapa {
	border-bottom:thin solid #FC9;
}
.evento a, .wip a, .wop a {
	text-decoration:none;
}
.evento:hover, .wip:hover, .wop:hover {
	background-color:#300;
}
.evento, .evento.pag:hover, .locais {
	background-color:#F30;
}
.evento.pag, .wip.pag, .wop.pag {
	border-bottom:none;
}
.wip, .wip.pag:hover {
	background-color:#C30;
}
.wop, .wop.pag:hover {
	background-color:#930;
}
.contactos {
	background-color:#300;
	min-height:72px;
}
ul li {
	float: left;
	margin: 0.5rem 0 0;
	padding: 0.5rem;
	line-height:1.5rem;
	min-width:1.5rem;
}
ul a li  {
	display:block;
	text-decoration:none;
	color:#FC9;
}
ul a:hover li {
	color:#FFF;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
	vertical-align:bottom;
}
.apoios {
	flex-basis: auto;
	margin:24px;
}

.evento img, .wip img, .wop img {
	width:100%;
	height:auto;
	display:none;
}

h1 {
	font-size:24px;
}
h1, h2 {
	color:#FFF;
}
h3 {
	color:#FC9;
}
h5 {
	color:#FC9;
	font-weight:400;
}
.texto p {
	font-weight:400;
	color:#111;
	line-height:1.6rem;
}
.ficha p {
	font-weight:400;
	color:#F30;
	line-height:1.6rem;
}
.ficha p strong, .texto p strong {
	font-weight:800;
}
.ficha p em, .texto p em {
	font-weight:300;
}
.ficha h2 {
	color:#F30;
	line-height:1.6rem;
}
.ficha a {
	color:#666;
}
.ficha a:hover {
	color:#F30;
}
.slides h5 {
	font-size: 0.7rem;
	background-color:#000;
	padding:5px;
	color:#FFF;
}
blockquote {
	margin-left:10px;
}