@charset "utf-8";
/* CSS Document */

header {
	background-color: #006f80;
	margin-bottom: 40px;
}
.header-home, .header-sub {
	min-height: 1em;
}
.logo {
	display: block;
	width: 100%;
	height: 60px;
	background-image: url(../h5img/logo_jjo.svg);
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: center;
}
.idioma-nav {
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: .8em;
	line-height: 45px;
}
.idioma-nav a {
	text-decoration: none;
}
.link-idioma-on {
	color: #fff;
}
.link-idioma-off {
	color: #999;
}
.nav-toggle {
	display: block;
	background-color: #003740;
	text-align: center;
	line-height: 45px;
}
nav a {
	background-color: #006f80;
	display: block;
	line-height: 45px;
	font-size: .8em;
	border-bottom: 1px solid #003c51;
	padding-left: 2.5em;
}
.nav-toggle, nav a {
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}


@media screen and (min-width:768px) {
	
header {
	background-color: transparent;
}
.header-home {
	background-image: url(../h5img/top.jpg);
	background-position: center;
	height: 400px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
}
	.header-home-en {
		background-image: url(../h5img/top-en.jpg);
	}
.header-sub {
	background-color: #333;
	padding-top: 10px;
	height: 270px;
	background-position: center;
}
.header-wrap {
	width: 720px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 320px;
	height: 70px;
	background-size: 300px;
}
.idioma-nav {
	float: right;
	line-height: 70px;
	margin-right: 20px;
	font-size: .8em;
}
.nav-toggle {
	clear: left;
}
nav {
	clear: left;
}
.nav-collapse {
	text-align: justify;
	width: 100%;
}
.nav-collapse li {
	display: inline-block;
	text-align: center;
	font-size: .9em;
}
.link-inicio {
	width: 10.83%;
}
.link-vuelos {
	width: 12.83%;
}
.link-comercio {
	width: 15.83%;
}
.link-info {
	width: 17.83%;
}
.link-aero {
	width: 16.83%;
}
.link-tagsa {
	width: 11%;
}
.link-contacto {
	width: 14.83%;
}
nav li a {
	line-height: 45px;
	padding: 0;
	color: #3A3A3A;
	width: auto;
}
nav a {
	border-bottom: 0;
	background-color: #fff;
}
nav a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #006f80;
	color: #fff;
}
	
}

@media screen and (min-width:1100px) {
	
.header-home {
	width: 1080px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../h5img/top-g.jpg);
	background-color: #006f80;
}
	.header-home-en {
		background-image: url(../h5img/top-g-en.jpg);
	}
.header-sub {
	height: 400px;
}
.header-wrap {
	width: 1080px;
}
.nav-collapse li {
	font-size: 1em;
	width: 14.28571428571429%;
}
	
}
