/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
========================================================================== */
* {
	margin: 0;
	padding:0;
}
html, body {
	height: 100%;
}
/*text selection*/
::-moz-selection {background:#4a8696; color:#fff; text-shadow:none;}
::selection {background:#4a8696; color:#fff; text-shadow:none;}
hr {
	display: block;
	height: 1px;
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle;}
/* ==========================================================
   Browser Upgrade Prompt
 ======================================================= */
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/*===============================================================My styles
 =========================================================== */
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	min-height:100%;
	margin:0 0 -40px 0;/* the bottom margin is the negative value of the footer height */
}
footer, .push {height: 40px; /* '.push' must be the same height as 'footer' */}
/* Sticky Footer by Ryan Fait http://ryanfait.com/ */
p {
	font-family:'Lato', sans-serif;
	text-align: left;
}
h1{
	font-family:'Montserrat', sans-serif;
	font-size:28px;
	font-weight:700;
	letter-spacing:1px;
}/* ====== .title =======*/
h2{
	font-family:'Montserrat', sans-serif;
	font-size:20px;
	letter-spacing:1px;
}
h3{
	font-family:'Montserrat', sans-serif;
	font-size:20px;
	letter-spacing:1px;
	text-transform: uppercase;
	line-height:30px;
}
h4{
	font-family:'Lato', sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#b0d2df;
}
.title{
	width:300px;
	height:150px;
	text-align: center;
}/*==== legendas thumbs ====*/
strong{
	font-weight:700;
	font-size: 16px;
}
br{
	height:20px;
}
.centrar{
	position:relative;
	padding:0 20px 0 20px;
	width:980px;
	margin:0 auto;
}
header{
	font-family: 'Montserrat', sans-serif;
	position:fixed;
	top:0;
	background-color:rgba(255,255,255,0.9);
	width:100%;
	border-bottom:1px solid #e6e7e8;
	z-index:9980;
	height:100px;
}
.language{
	font-weight: 400;
	font-size: 0.7em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #4a8696;
	padding: 6px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 1px;
}
.language a{
	text-decoration:none;
	color:#fff;
}
.language a:hover{
	text-decoration:none;
	color:#b0d1de;
}
#logo{
	margin: 5px 40px 5px 0px;
	display: inline-block;
}
nav{display: inline-block;
	margin-top: 30px;}
nav a{
	position: relative;
	display: inline-block;
	margin: 5px 15px;
	outline: none;
	color: #294d5a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
nav a:hover, nav a:focus {outline: none;}
/*===================== MENU EFFECT ==================*/
.menu-efx a {
	color: #294d5a;
	text-shadow: none;
	padding: 5px 0;
}
.menu-efx a::before {
	color: #4a8696;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.menu-efx a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #b0d1de;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.menu-efx a:hover::before,
.menu-efx a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}
.menu-efx a:hover::after,
.menu-efx a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.menu-efx .selected{
	border-bottom: 2px solid #b0d1de;
	pointer-events: none;
}
.creditos{
	position:fixed;
	width:35px;
	height:80px;
	right:0px;
	top:200px;
	color:black;
	background-color: #fff;
	padding: 6px;
	cursor: pointer;
	z-index: 9970;
}
.creditos div{
	position:relative;
	width:35px;
	height:80px;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
}
.creditos div>p{
	width:63px;
	border-top: 1px solid black;
	position:absolute;
	right:-25%;
	top:30%;
	transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
}
.creditos p:hover{
	color: #7c7c7c;
	text-decoration: none;
}
#creditosSlide{
	position:fixed;
	right:-400px;
	top:200px;
	width:380px;
	height:80px;
	background:#fff;
	transition:right 0.4s linear;
	height: auto;
	padding: 10px 10px 10px 10px;
	z-index: 9860;
}
#creditosSlide p{
	font-size: 13px;
	line-height: 15px;
}
/* ================ GRID city cos ===================*/
.col-300, .col-460, .col-620, .col-940 p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.col-300{
	  float: left;
	  width: 300px;
	margin-bottom: 30px;
}
.col-460{
	float: left;
	  width: 460px;
	margin-bottom: 30px;
}
.col-height{
	max-height:150px;
}
.col-620{
	float: left;
	  width: 620px;
	margin-bottom: 30px;
}
.col-940{
	float: left;
	  width: 940px;
	margin-bottom: 30px;
}
.col-pad {
	  float: left;
	  width: 20px;
	height: 1px;
}
/*=========== scroll to Top ==============*/
#toTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 0px;
	width: 45px;
	height: 64px;
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
#toTop:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
/*=============== pagina INDEX ============*/
.backgHome{
	position:fixed;
	top:100px;
	left:0;
	bottom:0;
	right:0;
	background:url(../img/fundo.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
	width:100%;
	height:90%;
	min-height:250px;
}
.centrarHome{
	position: relative;
	  top: 25%;
	  -webkit-transform: translateY(-25%);
	  -ms-transform: translateY(-25%);
	  transform: translateY(-25%);
	  width: 940px;
	  margin: 0 auto;
}
.fadein h6{
	width:900px;
	position:absolute;
	display:block;
	text-transform: uppercase;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	font-size:4em;
	text-align: center;
	line-height:1em;
	color: rgba(255,255,255,0.6);
	-webkit-animation-duration:4s;
	  -webkit-animation-iteration-count:infinite;
}
/* ================= pagina CITY ========== */
#autora{
	position:relative;
	width:100%;
	background-color: #b0d1de;
	padding: 160px 0 20px 0;
	color:#2a4d5b;
}
#autora .title{
	color:#fff;
	background-color:#2a4d5b;
	padding-top:22px;
}
#autora h1{
	padding:0 10px;
	color:#b0d2df;
	margin-bottom: 20px;
}
#autora h2{
	padding:0 10px;
	color:#b0d2df;
}
#necessidade{
	position:relative;
	width:100%;
	background:#2a4d5b;
	padding: 60px 0 20px 0;
	color:#b0d2df;
}
#necessidade .title{
	background-color:#b0d2df;
	padding-top:18px;
}
#necessidade h1{
	padding:0 10px;
	color:#2a4d5b;
}
h1.twoLine{
	line-height: 34px;
}
#necessidade p.necessidadeParag{
	margin-top: 30px;
}
#necessidade p#legenda{
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	margin-right: 3px;
}
#necessidade hr{
	border-top: 1px solid #b0d2df;
	margin-top: 10px;
}
#research{
	position:relative;
	width:100%;
	background-color:#fff;
	padding: 60px 0 20px 0;
	color:#2a4d5b;
}
#research .title{
	color:#fff;
	background-color:#4a8696;
	padding-top:30px;
}
#research h1{
	padding:0 10px;
	color:#fff;
}
/*================ pagina FUNCIONAMENTO ========= */
#como{
	position:relative;
	width:100%;
	padding: 160px 0 20px 0;
	color:#2a4d5b;
	background-color: #fff;
}
#como .title{
	color:#2a4d5b;
	padding-top:38px;
	background-color:#b0d2df;
}
#como h1{
	padding:0 10px;
}
#faz{
	position:relative;
	width:100%;
	padding: 60px 0 20px 0;
	color:#2a4d5b;
	background-color: #b0d2df;
}
#faz .title{
	color:#b0d2df;
	padding-top:38px;
	background-color:#2a4d5b;
}
#faz h1{
	padding:0 10px;
}
#faz p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
#faz hr{
	border-top: 1px solid #2a4d5b;
}
p.primeiro{
	margin-top: 112px;
}
#possibilidades{
	position:relative;
	width:100%;
	padding: 60px 0 20px 0;
	color:#b0d2df;
	background-color: #2a4d5b;
}
#possibilidades .title{
	color:#2a4d5b;
	padding-top:22px;
	background-color:#b0d2df;
}
#possibilidades h1{
	padding:0 10px;
}
#possibilidades p{
	margin-bottom: 10px;
}
#possibilidades hr{
	border-top: 1px solid #b0d2df;
}
.mais1{
	position:relative;
	margin-top: 10px;
}
.menos0{
	position:relative;
	margin-top: -15px;
}
.menos1{
	position:relative;
	margin-top: -210px;
}
.menos2{
	position:relative;
	margin-top: -180px;/*160*/
}
.menos3{
	position:relative;
	margin-top: -140px;/*150*/
}
/*=================== pagina IMPLEMENTATION ======*/
#cidades{
	position:relative;
	width:100%;
	padding: 160px 0 20px 0;
	color:#2a4d5b;
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
}
#cidades .title{
	color:#fff;
	padding-top:18px;
	background-color:#4a8696;
}
#cidades h1{
	padding:0 10px;
}
#cidades p{
	margin-top: 110px;
}
#vantagens{
	position:relative;
	width:100%;
	padding: 60px 0 20px 0;
	color:#2a4d5b;
	background-color: #b0d2df;
	font-size: 16px;
	line-height:20px;
}
#vantagens .title{
	color:#b0d2df;
	padding-top:38px;
	background-color:#2a4d5b;
	margin-bottom: 20px;
}
#vantagens h1{
	padding:0 10px;
}
#vantagens img{
	margin-bottom:30px;
}
table {
	width: 100%;
	  font-family: 'Lato', sans-serif;
	background-color: #fff;
	font-size: 16px;
}
caption {
  text-align: center;
  color: #b0d2df;
  font-weight: 700;
  padding: 10px;
  background-color: #2a4d5b;
}
caption>span{
	font-style: italic;
	padding-right: 4px;
}
thead,td:first-child {
  color: #231f20;
  font-weight:700;
	text-align:left;
}
th{
	padding: 10px 20px;
	color: #231f20;
}
td:first-child {
	width:40%;
}
td {
	color:#4a8696;
	padding: 15px 20px;
}
tbody tr:nth-child(odd) {
	  background: #e6e7e8;
}
tbody tr td {
	  text-align:left;
}
/*================= pagina NOTICIAS ===========*/
#news{
	position:relative;
	width:100%;
	background-color: #fff;
	padding: 120px 0 20px 0;
}
#news .title{
	color:#fff;
	padding-top: 38px;
	background-color:#2a4d5b;
}
#news h1{
	padding:0 10px;
}
#news p{
	color: #2a4d5b;
	margin-bottom: 10px;
}
#news p.segundo{
	margin-top: 130px;
}
#news hr{
	border-top: 1px solid #2a4d5b;
}
#news h3{
	margin-top:10px;
	color:#2a4d5b;
}
span.roll {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../img/mag.png) center center no-repeat #2a4d5b;
	cursor: pointer;
	height: 300px;
	width: 300px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
span.roll:hover, span.roll:focus, span.roll:active  {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #2a4d5b;
	-moz-box-shadow: 0px 0px 4px #2a4d5b;
	box-shadow: 0px 0px 4px #2a4d5b;
}
/*==================== pagina CONTACTOS ========= */
.centrarContacto{
	  position: relative;
	top:20%;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	  -ms-transform: translateY(-20%);
	  width: 460px;
	  margin: 0 auto;
	min-height: 400px;
}
.contacto{
	  width: 460px;
	  height: 250px;
	padding: 20px 30px;
	  position: absolute;
	background-color: rgba(255,255,255,0.8);
}
.leftContacto{
	float:left;
}
.leftContacto img{
	padding: 5px 20px 23px 0;
}
.leftContacto img:first-child {
	padding-bottom:75px;
}
.rightContacto img{
	margin-right: 10px;
}
.rightContacto{
	float:left;
	font-family: 'Lato', sans-serif;
}
.rightContacto p{
	margin-bottom: 21px;
	font-size: 18px;
	line-height: 21px;
}
.rightContacto h2{
	color:#4a8696;
	padding: 0;
	line-height: 28px;
}
.rightContacto a{
	text-decoration: none;
	color:#2a4d5b;
}
.rightContacto a:hover{
	text-decoration: none;
	color:#4a8696;
}
#facebook, #linkedin {
	padding-right: 15px;
}
/*================== FOOTER ================= */
footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:40px;
	background-color:rgba(255,255,255,1);
	border-top:1px solid #e6e7e8;
}
footer p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
	top: 10px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color:#333;
}
/*================== RESEARCH ================= */
#research{
	text-align: center;
	width:100%;
	background-color: #b0d2df;
	color: black;
	min-height: 700px;
}
#research a:hover{
	text-decoration: none;
	color:#4a8696;
}
#research a{
	text-decoration: none;
	color:#2a4d5b;
}

#audioplayer{
	margin: 20px auto;
	position: relative;
	width: 150px;
	height: 90px;
}
/* ================================================================
   Helper classes
 =============================================================== */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {clear: both;}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol
	 */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}


/*========= Animate.css ======
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);}
50%{-webkit-transform:scale(1.1);transform:scale(1.1);}
100%{-webkit-transform:scale(1);transform:scale(1);}
}
@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
}
.pulse{-webkit-animation-name:pulse;animation-name:pulse;}
-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}



