/* barra de navegacion */
.trackin{
	/* background: linear-gradient(to bottom, rgb(0, 51, 255) 0%,rgb(0, 51, 255) 85%,rgb(0, 32, 160) 100%); */
	color: #0033ff !important;
	padding: 30px 20px !important;
	font-weight: bold;
}

.system{
	/* background: linear-gradient(to bottom, rgb(52, 58, 64) 0%,rgb(52, 58, 64) 85%,rgb(52, 58, 64) 100%); */
	color: #0033ff !important;
	padding: 30px 20px !important;
	font-weight: bold;
}

.mainNav{
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgb(193, 193, 193) 100%);
}

.air-link > li > a{
	padding: 24px 10px;
	/* border-top: solid 10px rgba(0, 0, 255, 0); */
}

.idioma{
    background: linear-gradient(to bottom, rgb(0, 51, 255) 0%,rgb(0, 51, 255) 85%,rgb(0, 33, 165) 100%);
    color: white;
    font-weight: bold;
    padding: 27px;
}

.idioma:hover{
	background: linear-gradient(to bottom, rgb(52, 58, 64) 0%,rgb(52, 58, 64) 85%,rgb(0, 0, 0) 100%);
	color: white;
}

.menuExtra {
	background: rgba(255, 255, 255, 0.3)!important;
}

.menuExtra > div > a {
	width: 100%;	
	color: #000000;
	text-decoration: none;
	padding: 5px;
}

.menuExtra > div > a:hover {
	background: rgb(52, 58, 64)!important;
	text-shadow: 0 0 11px white;
	color: white;
	border-bottom: 5px solid black;
}

.bg-airmax{
	background: #0033ff;
}

.text-airmax{
	color: #0033ff;
}

/* Nuestra Empresa */
.titulo-empresa-top{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgb(193, 193, 193) 100%);
	padding: 5px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.titulo-empresa{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgb(193, 193, 193) 100%);
	padding: 5px;
	text-align: center;	
}

.titulo-empresa-but{
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgb(193, 193, 193) 100%);
	padding: 5px;
	text-align: center;
	border-radius: 0 0 10px 10px;
}
