/*!
 * CSS AeroTéc
 * azul claro - #0BAEEF
 * azul escuro - #072F60

 h1 {
    padding-bottom: 30px;
    padding-top: 50px;
}
@media (min-width: 768px) {
    h1 {
        padding-bottom: 30px;
        padding-top: 0px;
    }
}
h3 {
    font-weight: 200;
}

450 min
 */
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);
}
.text-primary {
	color: black;
}
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: 40px;
	}
	.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 ------------ */
@media (min-width: 769px) {
	.carousel {
		z-index: -1;
	} /* keeps this behind all content */
	.carousel .item {
		position: fixed;
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 1s;
		-moz-transition: opacity 1s;
		-ms-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
	}
	.carousel .one {
		background: url(../img/header.jpg);
		background-size: cover;
		-moz-background-size: cover;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center;
	}
	.carousel .two {
		background: url(../img/header2.jpg);
		background-size: cover;
		-moz-background-size: cover;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center;
	}
	.carousel .three {
		background: url(../img/header3.png);
		background-size: cover;
		-moz-background-size: cover;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-position: center;
	}
	.carousel .active.left {
		left: 0;
		opacity: 0;
		z-index: 2;
	}
}
@media (max-width: 769px) {
	header {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		background-position: center;
		background-image: url('../img/header.jpg');
		background-attachment: fixed;
	}
}
header {
	position: relative;
	width: 100%;
	min-height: auto;
	/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  background-attachment: fixed;
  */
	text-align: center;
	color: white;
}
@media (min-width: 987px) {
	header {
		position: relative;
		width: 100%;
		min-height: auto;
		/*
    -> -webkit-background-size: cover;
    -> -moz-background-size: cover;
    -> background-size: cover;
    -> -o-background-size: cover;
    -> background-position: center;
    -> background-image: url('../img/header.jpg');
    -> background-attachment: fixed;
    */
		text-align: center;
		color: white;
	}
}
header .header-content {
	position: relative;
	text-align: center;
	padding: 100px 15px 100px;
	width: 100%;
}
header .header-content .header-content-inner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
	text-shadow: 0px 0px 10px gray;
}
header .header-content .header-content-inner hr {
	margin: 30px auto;
}
header .header-content .header-content-inner p {
	font-weight: 300;
	color: rgba(230, 230, 230, 1);
	font-size: 16px;
	margin-bottom: 50px;
	text-shadow: 2px 2px 5px black;
}
@media (min-width: 768px) {
	header {
		min-height: 100%;
	}
	header .header-content {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px;
	}
	header .header-content .header-content-inner {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	header .header-content .header-content-inner h1 {
		font-size: 72px;
	}
	header .header-content .header-content-inner p {
		font-size: 24px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
#logobranco {
	width: 200px;
	height: auto;
}
@media (min-width: 768px) {
	#logobranco {
		width: 400px;
		height: auto;
	}
}

/* ------------------------------ Sobre ------------ */
#sobre {
	margin: 0;
}
@media (min-width: 992px) {
	#sobre {
		margin: 0;
	}
}
#sobre p {
	margin-bottom: 0;
}
#sobre h3 {
	color: white;
}
#sobre i {
	margin-top: 30px;
	font-size: 70px;
	width: 1.6em;
	text-align: center;
	line-height: 1.6em;
	background: white;
	color: #072f60;
	border-radius: 0.8em;
}
@media (min-width: 768px) {
	#sobre i {
		margin-top: 30px;
	}
}
#sobre .container .row .col-lg-8 p {
	padding-bottom: 70px;
}
.icones {
	margin-top: -50px;
}
@media (min-width: 768px) {
	.icones {
		margin-top: 0px;
	}
}
.icones p {
	padding-left: 30px;
	padding-right: 30px;
	color: #bbbbbb;
}

/* ------------------------------------- Projetos ------------ */
#projetos .container {
	padding-bottom: 90px;
}
.projeto-esquerdo {
	text-align: right;
}
.projeto-direito {
	text-align: left;
}
.projeto-esquerdo img {
	height: 150px;
	width: auto;
	padding-right: 50px;
	margin-bottom: 15px;
	margin-top: -5px;
}
@media (min-width: 987px) {
	.projeto-esquerdo img {
		height: 190px;
		margin-bottom: 0px;
		margin-top: 25px;
	}
}
.projeto-direito img {
	height: 150px;
	width: auto;
	padding-left: 50px;
	margin-bottom: 15px;
	margin-top: -5px;
}
@media (min-width: 987px) {
	.projeto-direito img {
		height: 190px;
		margin-bottom: 0px;
		margin-top: 25px;
	}
}
/* --------------------------------------- Equipa ------------ */
#equipa {
	margin-bottom: 0px;
}
#equipa b {
	font-size: 2em;
}
#equipa img {
	background: #ffffff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin-right: 0px;
	border: 2px solid white;
	margin-top: 40px;
}
@media (min-width: 987px) {
	#equipa img {
		text-align: right;
		margin-right: -100px;
	}
}
#equipa a {
	margin-top: 40px;
}
.equipa-direito {
	text-align: left;
}
#equipa .container .row {
	padding-bottom: 40px;
}

/* -------------------------------------------------------------- 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;
}

.large-icon {
	height: 60px !important;
}
