@charset "utf-8";
/* CSS Document */

.article-link {
	color: #006f80;
}
.home-widget {
	font-family: 'Montserrat';
	border-bottom: .1em solid #006f80;
	background-color: #fff;
}
.bbox1, .bbox2, .bbox3, .bbox4, .mbox1, .mbox2, .mbox3 {
	display: block;
	height: 50px;
	text-decoration: none;
}
.bbox1, .bbox2, .bbox3, .mbox1, .mbox2 {
	margin-bottom: 10px;
}
.bbox1, .bbox3, .mbox3 {
	background: linear-gradient(45deg,#006f80,#004c58);
}
.mbox1 {
	background: linear-gradient(45deg,#4e2947,#006f80);
}
.bbox2, .bbox4, .mbox2 {
	background: linear-gradient(45deg,#ffa800,#ff6600);
}
.bbox1 p, .bbox2 p, .bbox3 p, .bbox4 p, .mbox1 p, .mbox2 p, .mbox3 p {
	line-height: 50px;
	font-family: 'Oswald';
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.mbox2 p { /*boton reporte irregularidades */
	line-height: 24px;
}

/*LISTADEVUELOS HOME*/

#tconsola {
	text-align: center;
	font-size: 60%;
	background-color: #fff;
	margin-bottom: .3em;
}
.imgcol img {
	width: 100%;
}
#tconsola tr {
	border: solid #ccc;
	border-width: 0 1px 1px 1px;
}
#tconsola td {
	line-height: 0.8em;
	width: 20%;
	font-size: 1.1em;
}
#tconsola .thclass td {
	background-color: #ffc627;
	font-weight: bold;
	line-height: 2em;
	font-size: 1.2em;
}
#tconsola tr:nth-child(even) {
	background-color: #eee;
}
#tconsola tr:hover {
	background: #e0e0e0;
}

@media screen and (min-width: 768px) {
	
	#tconsola {
		font-size: 75%;
	}
	
}
/* FIN LISTA DE VUELOS */

@media screen and (min-width:768px) {
	
	.lista-de-vuelos {
		width: 470px;
		float: left;
	}
	.home-widget {
		float: right;
		width: 220px;
	}
	.home-widget h1 {
		display: none;
	}
	.bbox1, .bbox2, .bbox3, .bbox4 {
		display: inline-block;
		width: 20%;
		height: 158px;
		background-size: 100%;
		background-position: bottom;
	}
	.bbox1 {
		width: 34%;
	}
	.bbox1, .bbox2, .bbox3, .mbox1, .mbox2 {
		margin-bottom: 0;
	}
	.bbox1, .bbox2, .bbox3, .mbox1, .mbox2 {
		margin-right: 2%;
	}
	.bbox1 p, .bbox2 p, .bbox3 p, .bbox4 p, .mbox1 p, .mbox2 p, .mbox3 p {
		display: none;
	}
	.mbox1, .mbox2, .mbox3 {
		float: left;
		width: 32%;
		height: 62px;
	}
	.bbox1 {
		background-image: url(../h5img/bbox-a-noticia.jpg);
	}
	.bbox1-en {
		background-image: url(../h5img/bbox-a-noticia-en.jpg);
	}
	.bbox2 {
		background-image: url(../h5img/bbox-b-social.jpg);
	}
	.bbox2-en {
		background-image: url(../h5img/bbox-b-social-en.jpg);
	}
	.bbox3 {
		background-image: url(../h5img/bbox-c-faq.jpg);
	}
	.bbox3-en {
		background-image: url(../h5img/bbox-c-faq-en.jpg);
	}
	.bbox4 {
		background-image: url(../h5img/bbox-d-gye.jpg);
	}
	.bbox4-en {
		background-image: url(../h5img/bbox-d-gye-en.jpg);
	}
	.mbox1 {
		background-image: url(../h5img/mbox-1-sms.jpg);
		background-size: 100%;
		background-position: center;
	}
	.mbox1-en {
		background-image: url(../h5img/mbox-1-sms-en.jpg);
	}
	.mbox2 {
		background-image: url(../h5img/mbox-2-report.jpg);
		background-size: 100%;
		background-position: center;
	}
	.mbox2-en {
		background-image: url(../h5img/mbox-2-report-en.jpg);
	}
	.mbox3 {
		background-image: url(../h5img/mbox-3-fotos.jpg);
		background-size: 100%;
		background-position: center;
	}
	.mbox3-en {
		background-image: url(../h5img/mbox-3-fotos-en.jpg);
	}
	.empresas {
		margin-bottom: 40px;
	}
	footer {
		padding: 20px;
	}
	footer a {
		color: #fff;
	}
	footer a:hover {
		text-decoration: underline;
	}
}

@media screen and (min-width:1100px) {
	
	.lista-de-vuelos {
		width: 700px;
	}
	.home-widget {
		width: 320px;
	}
	
	.bbox1, .bbox2, .bbox3, .bbox4 {
		height: 245px;
	}
	.mbox1, .mbox2, .mbox3 {
		height: 92px;
	}
	
}