* {
	margin: 0;
	box-sizing: inherit;
}
*:before, *:after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
body.maintenance {
	background:#243E93;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: 'Consolas', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
@media only screen and (max-width: 767px) {
	body, td, th {
		font-size: 18px;
	}
}
body {
	background-color: #FFF;
}
a:link, a:visited, a:active {
	color: #212121;
	text-decoration: underline;
	outline: none;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;    
}
a:hover {
	text-decoration: underline;
	color: #0F6888;
}
.clr {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.logo {
	margin: 40px auto 60px;
}
@media only screen and (max-width: 767px) {
	.logo {
		margin: 40px auto;
	}
}
.flags {
	margin: 20px auto 40px;
}
.description {
	margin: 40px auto 20px;
	text-align: center;
}
.description span {
	color: #0F6888;
}
.planes img {
	width: 100%;
	border-radius: 10px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.34));
}
.planes {
	margin-bottom: 40px;
}
.contact {
	text-align: center;
	padding-bottom: 40px;
}