﻿/*
Author: Rodrigo Briote
License: Proprietary
*/

/* -- global -- */

html {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	height: 100%;
	background-color: #ffffff;
	font-size: 1.5rem; /* 15px */
	color: #004863;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
	color: #55bbe9;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

form {
	margin: 0;
}

.divClear {
	height: 0;
	clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.handCursor:hover {
	cursor: pointer !important;
}

/* Underline text */
.highlightText {
	text-decoration: underline;
}









/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }












/* -- menu -- */

#mainNav {
	position: fixed;
	top: -65px;
	left: 0;
	width: 100%;
	height: 65px;
	background-color: #004863;
	color: #ffffff;
	text-align: center;
	transition: all 0.2s;
	animation: showNav 1s linear 0.5s forwards;
	z-index: 1000;
}

/* -- Show Nav -- */
@keyframes showNav { from {top:-65px} to {top:0px} }


@media (max-width: 599px) {
	#mainNav {
		height: 60px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #mainNav {
		height: 50px;
	}
}

@media (max-width: 399px) {
	#mainNav {
		height: 50px;
		display: flex;
    	justify-content: space-evenly;
	}
}

#mainNav a {
	height: 65px;
	font-size: 2.4rem;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 65px;
	padding: 0 2rem;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 799px) {
	#mainNav a {
		font-size: 2.1rem;
		padding: 0 1rem;
	}
}

@media (max-width: 599px) {
	#mainNav a {
		height: 60px;
		font-size: 1.9rem;
		letter-spacing: -0.1px;
		line-height: 60px;
		padding: 0;
	}
}

@media (max-width: 399px) {
	#mainNav a {
		height: 50px;
		font-size: 1.8rem;
		line-height: 50px;
		padding: 0;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #mainNav a {
		height: 50px;
		line-height: 50px;
		padding: 0 1rem;
	}
}

#mainNav a:hover {
	opacity: 0.5;
}

#mainNav a.active {
	font-weight: 600;
}

.separador {
	width: 31px;
	height: 65px;
	background-image: url("media/separador_menu.png");
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 799px) {
	.separador {
		width: 20px;
	}
}

@media (max-width: 599px) {
	.separador {
		width: 10px;
		height: 60px;
		background-image: none;
	}
}

@media (max-width: 399px) {
	.separador {
		width: 5px;
		height: 50px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile .separador {
		height: 50px;
	}
}








/* -- ecran 1 -- */

#ecranOla {
	position: relative;
	width: 100%;
  	height: 100%;
	background-image: url("media/bg_ola.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	z-index: 300;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
    justify-content: center;
	opacity: 0;
}

#ecranOla article {
	position: relative;
    margin-top: 0px;
}

@media (max-width: 1279px) and (max-height: 899px) {
	#ecranOla article img {
		width: 421px;
		height: 286px;
		margin-bottom: -20px;
	}
}

@media (max-width: 599px), (max-height: 499px) and (orientation: landscape) {
	#ecranOla article img {
		width: 281px;
		height: auto;
		margin-bottom: -30px;
	}
}

#ecranOla h1 {
	font-size: 2.4rem;
	font-weight: 600;
	padding: 0 2vw;
	margin: 0;
}

@media (min-height: 1279px) and (orientation: portrait) {
	#ecranOla h1 {
		font-size: 3rem;
		line-height: 140%;
		padding: 0 3vw;
	}
}

@media (max-width: 1279px) and (max-height: 1023px), (max-height: 799px) {
	#ecranOla h1 {
		font-size: 2rem;
		line-height: 140%;
		padding: 0 3vw;
	}
}

@media (max-width: 399px), (max-height: 499px) and (orientation: landscape) {
	#ecranOla h1 {
		font-size: 1.8rem;
		line-height: 130%;
	}
}

#ecranOla p {
	font-size: 2.4rem;
	font-weight: 300;
	padding: 0 2vw;
	margin: 0;
}

@media (min-height: 1279px) and (orientation: portrait) { /* Big Tablets Portrait */
	#ecranOla p {
		font-size: 3rem;
		line-height: 140%;
		padding: 0 3vw;
	}
}

@media (max-width: 1279px) and (max-height: 1023px), (max-height: 799px) { /* Small Laptops and average Phones */
	#ecranOla p {
		font-size: 2rem;
		line-height: 140%;
		padding: 0 3vw;
	}
}

@media (max-width: 399px), (max-height: 499px) and (orientation: landscape) {
	#ecranOla p {
		font-size: 1.8rem;
		line-height: 130%;
	}
}

#ecranOla p strong {
	font-weight: 600;
}

@media (max-width: 1279px), (max-width: 1023px) and (orientation:portrait) {
	#ecranOla p br {
		content: " " !important;
		display: none;
	}
}






/*--------------------------------------------------------------
YOTUBE LIVE
--------------------------------------------------------------*/

.youtubeLive {
	display: none;
}

.live .youtubeLive {
	position: relative;
	min-height: 59px;
	color: #004863;
	letter-spacing: 0.5px;
	border: 1px dashed #9bb5c4;
	border-radius: 5px;
	padding: 12px 10px 10px 10px;
	margin: 30px auto;
	transform: rotate(0deg);
	animation: animYoutube 0.2s linear 1s 10 alternate backwards;
	transition: all 0.2s;
	display: inline-block;
	
}

/* -- Swing arrow -- */
@keyframes animYoutube { from {opacity: 0;} to {opacity: 1;} }

.live .youtubeLive:hover {
	background-color: #ffffff;
	border: 1px dashed #ffffff;
}

.live #ecranOla .imgDown {
	display: none !important;
}

.live #btInscricoes {
	display: none !important;
}






/*--------------------------------------------------------------
SCROLL DOWN
--------------------------------------------------------------*/

.imgDown {
	position: relative;
	height: 38px;
	margin: 30px auto;
	display: inline-block;
}

@media (max-width: 399px) and (max-height: 799px), (max-height: 499px) and (orientation: landscape) {
	.imgDown {
		margin: 15px auto;
	}
}

.imgDown img {
	position: relative;
	transition: all 0.2s;
	-webkit-animation: swingArrow 0.5s linear 2s infinite alternate;
	animation: swingArrow 0.5s linear 2s infinite alternate;
	padding-top: 10px;
	display: block;
}

/* -- Swing arrow -- */
@-webkit-keyframes swingArrow { from {padding-top:10px} to {padding-top:0px} }
@keyframes swingArrow { from {padding-top:10px} to {padding-top:0px} }

.imgDown img:hover {
	padding-top: 0px;
	-webkit-animation: none;
	animation: none;
}









/* -- ecran 2 -- */

#ecran2 {
	position: relative;
	width: 100%;
	height: calc(100% - 65px);
	background-image: url("media/bg_programa.jpg?0");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 65px;
	overflow: hidden;
	z-index: 200;
}

@media (max-width: 699px) {
	#ecran2 {
		height: auto;
		min-height: calc(100% + 100px);
		margin-top: 0px;
		padding-top: 65px;
	}
}

@media (max-width: 599px) {
	#ecran2 {
		padding-top: 60px;
	}
}

@media (max-width: 499px) {
	#ecran2 {
		min-height: calc(100% + 200px);
	}
}

@media (max-width: 399px) {
	#ecran2 {
		padding-top: 50px;
	}
}

/* Tablets - landscape */
@media (max-height: 768px) and (orientation:landscape) {
	.mobile #ecran2 {
		height: auto;
		min-height: calc(100% + 50px);
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecran2 {
		padding-top: 50px;
	}
}

#ecran2 article .logo {
	position: relative;
	margin: 20px auto 10px auto;
	display: block;
}

#ecran2 h2 {
	font-size: 3.6rem;
	font-weight: 400;
	padding: 0 2vw;
	margin: 0;
}

@media (max-width: 799px) {
	#ecran2 h2 {
		font-size: 3.3rem;
	}
}

@media (max-width: 599px) {
	#ecran2 h2 {
		font-size: 3rem;
	}
}

#ecran2 .container {
	position: relative;
	margin-top: 3vw;
	display: flex;
	justify-content: center;
    flex-direction: row;
    align-items: flex-start;
}

@media (max-width: 699px) {
	#ecran2 .container {
		display: block;
	}
}

#ecran2 .container dl {
	font-size: 1.9rem;
    padding: 0 2vw;
	margin: 0;
}

#ecran2 .container dl:last-of-type {
    border-left: 1px dashed #55bbe9;
}

@media (max-width: 699px) {
	#ecran2 .container dl:last-of-type {
		border: none;
	}
}

#ecran2 .container dt {
	width: 70px;
	background-color: #004863;
	color: #ffffff;
    font-weight: 400;
	letter-spacing: 0.5px;
    text-align: center;
	line-height: 140%;
	border-radius: 18px;
	padding: 5px 8px;
    float: left;
    clear: left;
}

#ecran2 .container dd {
	text-align: left;
    line-height: 140%;
	text-shadow: 0 0 5px #ffffff,
	0 0 5px #ffffff,
	0 0 10px #ffffff,
	0 0 10px #ffffff,
	0 0 15px #ffffff;
    margin: 0px 0 2vw 100px;
    padding: 5px 0;
}

@media (max-width: 1279px) {
	#ecran2 .container dd {
    	margin: 0px 0 1vw 100px;
	}
}

#ecran2 .container dd a {
	color: #004863;
	text-decoration: underline;
}









/* -- ecran 3 -- */

#ecran3 {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url("media/bg_oradores.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 65px;
	overflow: hidden;
	z-index: 200;
}

@media (max-width: 599px) {
	#ecran3 {
		padding-top: 60px;
	}
}

@media (max-width: 399px) {
	#ecran3 {
		padding-top: 50px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecran3 {
		padding-top: 50px;
	}
}

#ecran3 article .logo {
	position: relative;
	margin: 20px auto;
	display: block;
}

#ecran3 .tabs {
    position: relative;
    width: 50%;
	min-width: 590px;
	background: linear-gradient(0deg, rgba(255, 123, 194, 0.2) 0, transparent 5px);
	margin: 0 auto 20px auto;
    overflow: hidden;
}

@media (max-width: 599px) {
	#ecran3 .tabs {
    	width: 100%;
		min-width: 100%;
	}
}

#ecran3 h2 {
	position: relative;
	font-size: 3.2rem;
	font-weight: 400;
	color: rgba(0, 72, 99, 0.5);
	/*clip-path: inset(0% 0% 15% 0%);*/
	transition: all 0.2s;
	padding: 0.5vw 2vw;
	margin: 5px 0 0 0;
	display: inline-block;
}

@media (max-width: 599px) {
	#ecran3 h2 {
		font-size: 3rem;
	}
}

@media (max-width: 399px) {
	#ecran3 h2 {
		font-size: 2.6rem;
	}
}

#ecran3 h2.active {
	background-color: #fefefe;
	color: rgba(0, 72, 99, 1);
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 10px rgba(255, 123, 194, 0.4);
	/*clip-path: polygon(-15px -15px, calc(100% + 15px) -15px, calc(100% + 15px) 60px, -15px 60px) border-box;*/
}

#ecran3 h2:hover {
	color: rgba(0, 72, 99, 1);
	cursor: pointer;
}

#ecran3 .container {
	position: relative;
	max-width: 1600px;
	margin: 1vw auto 0 auto;
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
    align-items: flex-start;
	flex-wrap: nowrap;
	overflow: hidden;
	transition: all 0.5s;
}

#ecran3 .subScreen {
	position: relative;
	margin: 0 auto;
	display: flex;
    flex-direction: row;
	flex-basis: 100%;
    flex-shrink: 0;
	justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	transition: all 0.5s;
}

#ecran3 .subScreen a {
	color: #004863;
}

#ecran3 .subScreen a:hover {
	opacity: 0.5;
}

#ecran3 .subScreen figure {
    width: 200px;
	padding: 0 0.8vw 15px 0.8vw;
    margin: 0;
}

@media (max-width: 1024px) {
	#ecran3 .subScreen figure {
    	width: 180px;
	}
}

@media (max-width: 799px) {
	#ecran3 .subScreen figure {
	padding: 0 0.5vw 10px 0.5vw;
	}
}

#ecran3 .subScreen figure img {
	border-radius: 50%;
}

#ecran3 .subScreen figure figcaption {
	font-size: 1.7rem;
	letter-spacing: -0.25px;
	word-spacing: 2px;
	line-height: 130%;
}

#ecran3 .subScreen figure figcaption strong {
	font-size: 1.8rem;
	font-weight: 700;
}

.dialog .person {
	border-radius: 50%;
}













/* -- ecran 4 -- */

#ecran4 {
	position: relative;
	width: 100%;
	min-height: calc(100% - 65px);
	background-image: url("media/bg_contactos.jpg?1");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 65px 0 130px 0;
	overflow: hidden;
	z-index: 100;
}

@media (max-width: 1023px) {
	#ecran4 {
		background-image: url("media/bg_contactos_mobile.jpg?1");
	}
}

@media (max-width: 599px) {
	#ecran4 {
		min-height: calc(100% - 60px);
		padding-top: 60px;
	}
}

@media (max-width: 399px) {
	#ecran4 {
		min-height: calc(100% - 50px);
		padding-top: 50px;
	}
}

/* Mobile - landscape */
@media (max-height: 480px) and (orientation:landscape) {
	.mobile #ecran4 {
		min-height: calc(100% - 50px);
		padding-top: 50px;
	}
}

#ecran4 article .logo {
	position: relative;
	margin: 30px auto 20px auto;
}

#ecran4 .container {
	position: relative;
    width: 100%;
	margin: 25px auto 0 auto;
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 1023px) {
	#ecran4 .container {
	}
}

#ecran4 .container > div {
	flex-basis: calc(50% - 130px);
	flex-grow: 0;
	flex-shrink: 0;
	color: #ffffff;
	font-size: 1.9rem;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 140%;
}

@media (max-width: 1023px) {
	#ecran4 .container > div {
		flex-basis: calc(50% - 30px);
	}
}

@media (max-width: 799px) {
	#ecran4 .container > div {
		flex-basis: calc(100% - 30px);
		flex-grow: 1;
		flex-shrink: 1;
	}
}

#ecran4 .container > div:first-of-type {
	text-align: right;
	padding-right: 130px;
}

@media (max-width: 1023px) {
	#ecran4 .container > div:first-of-type {
		padding-right: 15px;
	}
}

@media (max-width: 799px) {
	#ecran4 .container > div:first-of-type {
		text-align: center;
		padding: 0 15px;
		order: 1;
	}
}

/* Apoios e Patrocinios */
#ecran4 .container > div:first-of-type > div {
	vertical-align: top;
	display: inline-block;
}

@media (max-width: 599px) {
	#ecran4 .container > div:first-of-type > div {
		display: block;
	}
}

#ecran4 .container > div:first-of-type > div:last-of-type {
	padding-left: 30px;
}

@media (max-width: 599px) {
	#ecran4 .container > div:first-of-type > div:last-of-type {
		padding-top: 20px;
		padding-left: 0;
	}
}

#ecran4 .container > div:last-of-type {
	text-align: left;
	padding-left: 130px;
}

@media (max-width: 1023px) {
	#ecran4 .container > div:last-of-type {
		padding-left: 15px;
	}
}

@media (max-width: 799px) {
	#ecran4 .container > div:last-of-type {
		text-align: center;
		padding: 0 15px;
		order: 0;
	}
}

#ecran4 .container > div:last-of-type hr {
	max-width: 400px;
	margin-top: 3rem;
    border: none;
    border-bottom: 1px dashed #55bbe9;
	display: none;
}

@media (max-width: 799px) {
	#ecran4 .container > div:last-of-type hr {
		display: block;
	}
}}

#ecran4 .container h2 {
	font-size: 3.6rem;
	font-weight: 400;
	color: #ffffff;
	padding: 0 0 4rem 0;
	margin: 0;
}

#ecran4 .container a {
	font-weight: 600;
}

@media (max-width: 1279px) {
	#ecran4 .container a {
		font-weight: 500;
	}
}

#ecran4 .container a:hover {
	color: #ffffff;
}

#ecran4 .container a.logoApoio {
	margin: 10px 0 0 20px;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 799px) {
	#ecran4 .container a.logoApoio {
		margin: 10px 10px 0 10px;
	}
}

#ecran4 .container a.logoSocial {
	margin: 20px 20px 0 0;
	vertical-align: middle;
	display: inline-block;
}

@media (max-width: 799px) {
	#ecran4 .container a.logoSocial {
		margin: 20px 10px 0 10px;
	}
}








/* -- Inscricoes -- */

#btInscricoes {
	position: fixed;
	bottom: 4vw;
	right: 4vw;
	background-color: #0098df;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0.4px;
	padding: 3px 18px 5px 18px;
	/*text-shadow: 0 0 5px rgba(0, 72, 99, 0.7);*/
	border-radius: 22px;
	transition: all 0.2s;
	transform: rotate(0deg);
	animation: swingButton 0.2s linear 1s 10 alternate backwards;
	display: block;
	z-index: 1000;
}

/* -- Swing arrow -- */
@keyframes swingButton { from {opacity: 0; transform: rotate(-5deg);} to {opacity: 1; transform: rotate(5deg);} }

#btInscricoes:hover {
	background-color: #004863;
}

.privacy #btInscricoes {
	bottom: 70px;
}

#formInscricao a {
	color: #00aeff;
}

#formInscricao a:hover {
	color: #004863;
}

.formGroup {
	width: calc(65% + 65px);
	text-align: right;
	padding: 5px 0;
	margin: 0 auto;
	display: block;
	clear: both;
}

@media (max-width: 499px) {
	.formGroup {
		width: calc(55% + 120px);
	}
}

.formGroup2 {
	width: calc(65% + 65px);
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
	display: block;
	clear: both;
}

@media (max-width: 499px) {
	.formGroup2 {
		width: calc(55% + 120px);
	}
}

.formGroup2 a {
	color: #004863;
	text-decoration: underline;
}

label {
	width: auto;
	line-height: 100%;
    text-align: right;
    vertical-align: middle;
    padding: 5px 8px 5px 0;
    margin: 0;
    display: inline-block;
}

@media (max-width: 399px) {
	label {
		font-size: 1.6rem;
	}
}

.formGroup2 label {
    text-align: center;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 65%;
	height: 40px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 600;
	color: #004863;
	line-height: 40px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #7d939b;
	padding: 0 12px;
    margin: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 20px;
	display: inline-block;
	overflow: hidden;
}

@media (max-width: 499px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		width: 55%;
	}
}

textarea {
	height: 55px;
	line-height: 125%;
	padding: 7px 12px;
}

input[type="radio"] {
	margin: 0 5px;
}

input[type="checkbox"] {
	margin: 0 5px;
}

input[type="submit"] {
	height: 40px;
	background-color: #dde8eb;
	color: #004863;
    font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.5px;
	text-shadow: 0 0 10px #ffffff;
    border-radius: 20px;
	border: 0;
    padding: 0 18px;
	transition: all 0.2s;
}

input[type="submit"]:hover {
	background-color: #004863;
	color: #ffffff;
	text-shadow: none;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: rgba(82, 69, 95, 0.5) !important;
}








/* -- footer -- */

#footer {
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 96vw;
	font-size: 1.7rem;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	padding: 15px 2vw;
	z-index: 200;
	opacity: 1;
	display: none;
}

@media (max-width: 1024px) and (orientation:portrait) {
	#footer {
		padding: 0;
	}
}

/* Mobile - landscape */
@media (orientation:landscape) {
	.mobile #footer {
		bottom: 15px;
	}
}

@media (max-width: 799px) {
	#footer {
		width: 100vw;
		bottom: 20px;
		font-size: 1.5rem;
		padding: 0;
	}
}

@media (max-width: 599px) {
	#footer {
		width: 58vw;
		text-align: left;
		padding-left: 15px;
	}
}

.privacy #footer {
	bottom: 65px;
}

/* Mobile - landscape */
@media (orientation:landscape) {
	.mobile.privacy #footer {
		bottom: 30px;
	}
}

#footer br {
	content: ' ';
	display: inline;
}

@media (max-width: 799px) {
	#footer br {
		display: block;
	}
}

#footer a {
	color: #ffffff;
	font-weight: 300;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 17px;
	padding: 5px 10px;
    margin-left: 10px;
	display: inline-block;
}

#footer a:hover {
	color: #004863;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

#footer a#credits {
	padding: 5px 0;
	border: none;
	opacity: 0.6;
}

@media (max-width: 899px) {
	#footer a#credits {
		display: none;
	}
}

#footer a#credits:hover {
	background-color: transparent;
	color: #ffffff;
	border: none;
	opacity: 1;
}







/*--------------------------------------------------------------
PRIVACY CONSENT - message
--------------------------------------------------------------*/

#privacyConsent {
	position: fixed;
	bottom: -300px;
	left: 0%;
	width: calc(100vw - 6vw);
	height: auto;
	min-height: 40px;
	font-size: 1.7rem;
	text-align: left;
	letter-spacing: 1px;
	transition: bottom 1s;
	padding: 5px 3vw 10px 3vw;
	border-top: 1px dashed #004863;
	display: flex;
	justify-content: center;
    align-items: center;
	overflow: hidden;
	z-index: 9998; /* Terms are in Colorbox, which is 9999 */
}

/* Show */
#privacyConsent.show {
	bottom: 0;
}

/* Negative - when the last screen is active */
#privacyConsent.negative {
	color: #ffffff;
	border-top: 1px dashed #ffffff;
}

#privacyConsent p {
	margin: 0;
}

#privacyConsent a {
	color: #004863;
	font-weight: 600;
	border-bottom: 1px dashed #004863;
}

#privacyConsent a:hover {
	color: #55bbe9;
}

/* Negative - when the last screen is active */
#privacyConsent.negative a {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}

#privacyConsent a.button {
	height: 34px;
	background-color: transparent;
    background-image: none;
	line-height: 36px;
	font-size: 1.7rem;
	font-weight: 600;
	color: #004863;
    padding: 0 16px;
	margin: 0 0 0 10px;
	border-radius: 17px;
	border: 1px solid rgba(0, 72, 99, 0.5);
}

#privacyConsent a.button:hover {
	background-color: #004863;
	color: #ffffff;
	border: 1px solid #004863;
}

/* Negative - when the last screen is active */
#privacyConsent.negative a.button {
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Negative - when the last screen is active */
#privacyConsent.negative a.button:hover {
	background-color: #ffffff;
	color: #004863;
	border: 1px solid #ffffff;
}

 








/*--------------------------------------------------------------
COLORBOX - ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width: none; max-height: 900px; -ms-interpolation-mode: bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: transparent;}
#colorbox{outline:0; border-radius: 8px; box-shadow: 0 0 15px rgba(255, 123, 194, 0.4);}
    #cboxContent{overflow:visible; background:#ffffff;}
        .cboxIframe{background:#ffffff;}
        #cboxError{padding:50px; border:1px solid #cccccc;}
        #cboxLoadedContent{ background:#ffffff; padding: 1px; }
        #cboxLoadingGraphic{}
        #cboxLoadingOverlay{background:#ffffff;}
        #cboxTitle{position:absolute; bottom:10px; left:0; text-align:center; width:100%; color:#505050; font-weight: 400;}
        #cboxTitle a{color:#505050 !important;}
        #cboxCurrent{position:absolute; bottom:10px; left:10px; color:#505050;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; position:absolute; background: transparent;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow{display: none !important;}
        #cboxPrevious{position: absolute; top: calc(50% - 40px); left: 10px; background: url("media/bt_anterior.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxPrevious:hover{background: url("media/bt_anterior.png") bottom no-repeat;}
		#cboxPrevious:focus{outline: none;}
        #cboxNext{position: absolute; top: calc(50% - 40px); right:10px; background: url("media/bt_seguinte.png") top no-repeat; width:48px; height:80px; text-indent:-9999px;}
        #cboxNext:hover{background: url("media/bt_seguinte.png") bottom no-repeat;}
		#cboxNext:focus{outline: none;}
        #cboxClose{position: absolute; top: 1vw; right: 1vw; background: url("media/bt_close.gif?1") center no-repeat; width: 35px; height: 35px; text-indent:-9999px; border-radius: 50%;
    border: 1px dashed #55bbe9; opacity: 1;}
        #cboxClose:hover { opacity: 0.5; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}


/* ColorBox Dialogs */

.cboxDialogs #cboxTitle {
	display: none !important;
}

.dialog {
	background-color: #ffffff;
	font-size: 1.7rem;
	line-height: 125%;
	text-align: center;
	padding: 1vw;
	border-radius: 5px;
	text-wrap: pretty;
	display: none;
}

.dialog ul,
.dialog ol {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.dialog h1,
.dialog h2,
.dialog h3 {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	word-spacing: 0.4rem;
	margin: 1rem auto;
	padding: 0 2rem;
	display: block;
}

.dialog a {
	text-decoration: underline;
}

.dialog hr {
	max-width: 400px;
	margin-top: 18px;
    border: none;
    border-bottom: 1px dashed #55bbe9;
}

#colorbox .dialog {
	display: block;
}






/*--------------------------------------------------------------
SCROLLBARS
--------------------------------------------------------------*/

/* Firefox */
.firefox:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: #55bbe9 rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 7px;
	background-color: #dee5eb;
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 1px;
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #55bbe9;
	border-right: 1px solid #dee5eb;
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: #55bbe9;
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: #55bbe9;
}