/*!
 * CSS AeroTéc 
 * azul claro - #0BAEEF
 * azul escuro - #072F60
 */
html,
body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
	border-color: #0baeef;
	border-width: 3px;
	max-width: 50px;
}
hr.light {
	border-color: white;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #1969cc;
}
a:hover,
a:focus {
	color: #072f60;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.bg-primary {
	background-color: white;
}
.bg-bluelight {
	background-color: #0baeef;
}
.bg-bluedark {
	background-color: #072f60;
}
.bg-dark {
	background-color: #222222;
	color: white;
}
.text-faded {
	color: rgba(255, 255, 255, 0.7);
}
section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.section-heading {
	margin-top: 0;
}
.section-heading-light {
	margin-top: 0;
	color: white;
}
.text-primary {
	color: #072f60;
}
.text-light {
	color: white;
}

/* -------------------------------------- Barra de Navegação ------------ */
.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-default .navbar-header img {
	width: auto;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: #0baeef;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	color: #0baeef !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-default {
		background-color: white;
		border-color: rgba(255, 255, 255, 0.3);
		margin-top: 0px;
	}
	.navbar-default.affix {
		background-color: white;
		border-color: rgba(34, 34, 34, 0.05);
		margin-top: 0px;
	}
	.navbar-default.affix .nav > li > a,
	.navbar-default.affix .nav > li > a:focus {
		color: #222222;
	}
	.navbar-default.affix .nav > li > a:hover,
	.navbar-default.affix .nav > li > a:focus:hover {
		color: #0baeef;
	}
}

header {
	background-color: #101010;
}
header .container .col-lg-12 .pagination {
	position: center;
	margin: 60px auto;
	background-color: transparent;
	color: transparent;
}
header .container .col-lg-12 .pagination p {
	font-family: 'Helvetica Neue';
	font-size: 12px;
}
header .container .col-lg-12 .pagination img {
	width: 100px;
}
.navegacao {
	margin-top: 50px;
	text-align: center;
}
.navegacao p {
	font-family: 'Helvetica Neue';
	font-size: 12px;
	color: white;
}
.navegacao img {
	width: 90px;
	height: auto;
}

#bs-example-navbar-collapse-2 img {
	width: 0px;
	height: auto;
	margin: 0px auto;
	padding: 0px auto;
}
#secondNav {
	background-color: #101010;
	border-color: #101010;
	border-radius: 0;
	font-family: 'Helvetica Neue';
	font-size: 11px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	margin-top: 50px;
}
#secondNav button {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
#secondNav p {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}
#secondNav .navbar-header .navbar-toggle {
	font-weight: 200;
	font-size: 12px;
	color: #dddddd;
	text-transform: uppercase;
}
#secondNav .nav > li > a,
#secondNav .nav > li > a:focus {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 13px;
	color: #dddddd;
}
#secondNav .nav > li > a:hover,
#secondNav .nav > li > a:focus:hover {
	color: #0baeef;
}
#secondNav .nav > li.active > a,
#secondNav .nav > li.active > a:focus {
	color: #0baeef !important;
	background-color: transparent;
}
#secondNav .nav > li.active > a:hover,
#secondNav .nav > li.active > a:focus:hover {
	background-color: transparent;
}
@media (min-width: 768px) {
	#bs-example-navbar-collapse-2 img {
		width: 90px;
		height: auto;
		margin: 0px auto;
		padding: 0px auto;
	}
	#secondNav {
		background-color: #101010;
		border-color: #101010;
		border-radius: 0;
		float: none;
		margin-bottom: 0px;
	}
	#secondNav .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	#secondNav .navbar-collapse {
		text-align: center;
	}
	#secondNav .navbar-inner {
		text-align: center;
	}

	#secondNav .navbar-inner .nav {
		display: inline-block;
		float: none;
	}
}

/* ----------------------------------------------------- Contactos ------------ */
#contactos {
	padding-bottom: 40px;
}
#contactos img {
	height: auto;
	width: 300px;
	padding-top: 30px;
}
#logo-euroavia {
	height: 200px !important;
	width: auto !important;
	padding-left: 80px;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* ----------------------------------------------------------- Botões ------------ */
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
	color: white;
	background-color: #222222;
}
.btn-primary {
	color: white;
	background-color: #0baeef;
	border-color: #0baeef;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #0997d0;
	border-color: #0997d0;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #0baeef;
	border-color: #0baeef;
}
.btn-primary .badge {
	color: #0baeef;
	background-color: white;
}
.btn {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	border: none;
	border-radius: 300px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-xl {
	padding: 15px 30px;
}
/* --------------------------------------------------------- Seleção ------------ */
::-moz-selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
::selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
img::selection {
	color: white;
	background: transparent;
}
img::-moz-selection {
	color: white;
	background: transparent;
}
body {
	-webkit-tap-highlight-color: #222222;
}

/* --------------------------------------------------------- Revista ------------ */
#edicao-atual {
	padding-top: 0px;
}
#edicao-atual hr {
	padding-bottom: 50px;
}
#hr-revista {
	margin-left: 60px;
	padding-bottom: 0px;
	margin-bottom: -25px;
}
#revista-atual {
	width: 350px;
	height: auto;
}
.miniaturas-revista {
	padding-top: 100px;
}
.miniaturas-revista img {
	width: 235px;
	padding-top: 20px;
}
.miniaturas-revista hr {
	margin-bottom: -10px;
}
.thumb-revista {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

/* --------------------------------------------------------- ACC ------------ */
.portfolio-box {
	position: relative;
	display: block;
	max-width: 450px;
	margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	color: white;
	background: #0baeef;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-box:focus {
	outline: none;
}
@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px;
	}
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px;
	}
}
.portfolio-img {
	height: 250px;
	max-width: 100%;
	min-width: 100%;
}
@media (min-width: 768px) {
	.portfolio-img {
		height: 190px;
	}
}
/* ----------------------- WS Rockets ------------ */
#WSCarousel img {
	height: 250px;
	width: 100%;
}
@media (min-width: 768px) {
	#WSCarousel img {
		height: 450px;
	}
}
.carousel-ws {
	margin-top: -130px;
}

/* ----------------------- AeroFórum ------------- 
.aeroforum ul {
  text-align: center;
}
.aeroforum li {
  border-radius: 50%;
}
.aeroforum a {
  background-color: red;
  margin-left: 30px;
  border-radius: 50%;
}
*/

.board {
	width: 75%;
	margin: 60px auto;
	height: 500px;
	background: #fff;
	/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
	position: relative;
	border-bottom: 0;
	/* width: 80%; */
	margin: 40px auto;
	margin-bottom: 0;
	box-sizing: border-box;
}

.board > div.board-inner {
	/* background: #fafafa url(https://subtlepatterns.com/patterns/geometry2.png);
  */
	background-size: 30%;
}

p.narrow {
	width: 60%;
	margin: 10px auto;
}

.liner {
	height: 2px;
	background: #ddd;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	/*background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}
#barra-aeroforum p {
	font-size: 10px !important;
	margin-top: -5px;
}
@media (min-width: 585px) {
	#barra-aeroforum p {
		font-size: 15px !important;
		margin-top: 0px;
	}
}
span.round-tabs {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 10px;
	text-transform: none;
	padding-top: 20px;
	transition-duration: 0.2s;
}
@media (min-width: 768px) {
	span.round-tabs {
		width: 70px;
		height: 70px;
		line-height: 70px;
		display: inline-block;
		border-radius: 100px;
		background: white;
		z-index: 2;
		position: absolute;
		left: 0;
		text-align: center;
		font-size: 20px;
		text-transform: none;
		padding-top: 20px;
		transition-duration: 0.2s;
	}
}

span.round-tabs:focus,
span.round-tabs:focus:hover,
span.round-tabs:active,
span.round-tabs:visited,
span.round-tabs:hover {
	background: #0baeef !important;
	color: white !important;
	border: 2px solid #0baeef !important;
	width: 80px;
	height: 80px;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 35px;
}
@media (min-width: 585px) {
	span.round-tabs:focus,
	span.round-tabs:focus:hover,
	span.round-tabs:active,
	span.round-tabs:visited,
	span.round-tabs:hover {
		background: #0baeef !important;
		color: white !important;
		border: 2px solid #0baeef !important;
		width: 100px;
		height: 100px;
		margin-top: -15px;
		margin-left: -15px;
		padding-top: 35px;
	}
}

span.round-tabs.one {
	color: #0baeef;
	border: 2px solid #072f60;
}

li.active span.round-tabs.one {
	background: #0baeef !important;
	color: white !important;
	border: 2px solid #0baeef !important;
	width: 80px;
	height: 80px;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 35px;
}
@media (min-width: 585px) {
	li.active span.round-tabs.one {
		width: 100px;
		height: 100px;
	}
}
span.round-tabs.two {
	color: #0baeef;
	border: 2px solid #072f60;
}

li.active span.round-tabs.two {
	background: #0baeef !important;
	color: white !important;
	border: 2px solid #0baeef !important;
	width: 80px;
	height: 80px;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 35px;
}
@media (min-width: 585px) {
	li.active span.round-tabs.two {
		width: 100px;
		height: 100px;
	}
}

span.round-tabs.three {
	color: #0baeef;
	border: 2px solid #072f60;
}

li.active span.round-tabs.three {
	background: #0baeef !important;
	color: white !important;
	border: 2px solid #0baeef !important;
	width: 80px;
	height: 80px;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 35px;
}
@media (min-width: 585px) {
	li.active span.round-tabs.three {
		width: 100px;
		height: 100px;
	}
}

span.round-tabs.four {
	color: #0baeef;
	border: 2px solid #072f60;
}

li.active span.round-tabs.four {
	background: #0baeef !important;
	color: white !important;
	border: 2px solid #0baeef !important;
	width: 80px;
	height: 80px;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 35px;
}
@media (min-width: 585px) {
	li.active span.round-tabs.four {
		width: 100px;
		height: 100px;
	}
}

span.round-tabs.five {
	color: #0baeef;
	border: 2px solid #072f60;
}

li.active span.round-tabs.five {
	background: #0baeef !important;
	color: white !important;
	border: 2px solid #0baeef !important;
	width: 80px;
	height: 80px;
	margin-top: -15px;
	margin-left: -15px;
	padding-top: 35px;
}
@media (min-width: 585px) {
	li.active span.round-tabs.five {
		width: 100px;
		height: 100px;
	}
}

.nav-tabs > li.active > a span.round-tabs {
	background: #fafafa;
}
.nav-tabs > li {
	width: 20%;
}
/*li.active:before {
  content: " ";
  position: absolute;
  left: 45%;
  opacity:0;
  margin: 0 auto;
  bottom: -2px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  z-index: 1;
  transition:0.2s ease-in-out;
}*/
li:after {
	content: ' ';
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #ddd;
	transition: 0.1s ease-in-out;
}
li.active:after {
	content: ' ';
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ddd;
}
.nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}

.nav-tabs > li a:hover {
	background: transparent;
}
/*
.tab-content{
}*/
.tab-pane {
	position: relative;
	padding-top: 50px;
}
/*
.btn-outline-rounded{
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green{
  background-color:#5cb85c;
  /*border: 2px solid #5cb85c;*/
/*color: #ffffff;
}
*/

@media (max-width: 585px) {
	.board {
		width: 90%;
		height: auto !important;
	}
	span.round-tabs {
		font-size: 10px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.tab-content .head {
		font-size: 20px;
	}
	.nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	li.active:after {
		content: ' ';
		position: absolute;
		left: 35%;
	}

	.btn-outline-rounded {
		padding: 12px 20px;
	}
}

/* ----------------------- Flying Ideas ------------ */
#imagens-fi-head {
	margin-top: 0px;
}
#imagens-fi {
	margin-top: 50px;
}
#imagens-fi img {
	height: auto;
}
#fi-objetivo {
	font-size: 17px;
	text-align: left;
}
#fi-objetivos li {
	padding-bottom: 10px;
	font-size: 17px;
}
#fi-funciona i {
	padding-top: 30px;
}
@media (max-width: 585px) {
	#fi-funciona i {
		padding-top: 0px;
	}
}

/* ----------------------- C.I.A. ------------ */
.img-cia {
	width: 97%;
}
@media (max-width: 585px) {
	#services img,
	#services i {
		margin-top: 30px;
	}
}

/*------------------------- Semana ------------*/
#empresas-semana img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition-duration: 0.3s;
	width: 100%;
}
#empresas-semana img:hover,
#empresas-semana img:focus:hover {
	transition-duration: 0.3s;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.size-fixed-btn {
	width: 280px;
	margin: 0 10px;
}
