/* Icons*/
@import url('../font/acons.css');
/* Open Sans Fonts */
@font-face {
    font-family: 'os';
    src: url('../font/OpenSans-Light.eot');
    src: url('../font/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Light.woff') format('woff'),
         url('../font/OpenSans-Light.ttf') format('truetype'),
         url('../font/OpenSans-Light.svg#open_sanslight') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'os';
    src: url('../font/OpenSans-Regular.eot');
    src: url('../font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular.woff') format('woff'),
         url('../font/OpenSans-Regular.ttf') format('truetype'),
         url('../font/OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'os';
    src: url('../font/OpenSans-Semibold.eot');
    src: url('../font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Semibold.woff') format('woff'),
         url('../font/OpenSans-Semibold.ttf') format('truetype'),
         url('../font/OpenSans-Semibold.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'os';
    src: url('../font/OpenSans-Bold.eot');
    src: url('../font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold.woff') format('woff'),
         url('../font/OpenSans-Bold.ttf') format('truetype'),
         url('../font/OpenSans-Bold.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'os';
    src: url('../font/OpenSans-ExtraBold.eot');
    src: url('../font/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-ExtraBold.woff') format('woff'),
         url('../font/OpenSans-ExtraBold.ttf') format('truetype'),
         url('../font/OpenSans-ExtraBold.svg#open_sansextrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}
/* HTML5 Doctor Reset v1.6.1 - cssreset.com */
*{
    font-family: 'os';
    margin:0;
    padding:0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
    line-height: inherit;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
    vertical-align: top;
}
body {
    line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}
a{
	text-decoration: none;
}
/*Parking Styles*/
html, body {
	min-width: 400px;
	height: 100%;
	text-align: center;
}
body > header{
	min-height: calc(100% - 128px);
	color: #444444;
	background-image: url(laptop.jpg);
    background-size: 88%;
    background-position: bottom right;
    background-repeat: no-repeat;
    position:relative;
}
aside {
	height: 128px;
	background: #3974a4;
}
header div.back{
	position: absolute;
	height:100%;;
	width:100%;
	z-index:0;
	top:0;
	background-color: transparent;
}
body > header div.center{
	min-height: calc(100% - 128px);
	z-index:1;
    position:relative;
    color:#444444;
    border-color: #444444;
	border-bottom:;
}
header div.title{
	max-width: 800px;
	padding: 128px 0 20px 0;
	margin: 0 auto;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: inherit;
    display: inline-block;
    text-align: left;
}
header div.title i{
    height: 80px;
    width: 80px;
    font-size: 80px;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin:6px 24px 0 0; 
    float:left;
}
header div.title p{
	font-weight: 300;
    font-size: 1.6em;
    display: inline-block;
    width: 680px;
    float:left;
}
header div.title h1{
	font-weight: 300;
    font-size: 3.2em;
    display: inline-block;
    float:left;
    margin:12px 0 0 0;
    width: 680px;
    text-overflow: ellipsis;
}
header div.lines{
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: left;
}
header div.lines p{
    font-size: 1em;
    font-weight: 500;
    max-width: 800px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    display: block;
    text-align: left;
    line-height: 20px;
}
header p.line1, header p.line2, header p.line3 {
    font-size: 1em;
    font-weight: 500;
    max-width: 800px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    display: block;
    text-align: left;
    line-height: 20px;
}
header p.comment {
    font-size: 1em;
    font-weight: 500;
    max-width: 800px;
    padding: 20px 0;
    margin: 0 auto;
    display: block;
    text-align: left;
}
header p.foot {
    font-size: 1em;
    font-weight: 500;
    max-width: 800px;
    padding: 20px 0;
    margin: 0 auto;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: inherit;
    display: block;
    text-align: left;
}
div.center{
    max-width: 800px;
    margin: 0 auto;
}
aside div.center{
	padding: 20px 0;
	text-align: left
}
aside div.center i{
	font-size:24px;
    color:#fff;
    float:left;
    margin:36px 24px 0 10px;
}
aside div.center i.icon-desplegar:before{
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
aside div.center p{
	color:#fff;
	text-align: left;
	width: 724px;
	margin: 24px 0 0 0;
	font-size: 0.96em;
	line-height: 1.6em;
	display: inline-block;
}
aside div.center img{
	display:inline-block;
	margin: 14px 0 0 16px; 
}
section{
    background-size: cover;
    background-position: ceneter;
    background-repeat: no-repeat;
}
section span{
	font-size: 3.2em;
	font-weight: 300;
	color: #444444;
    margin: 16px 0;
    display:block;
}
section span em{
	font-weight: 700;
}

article{
	width: 230px;
	height: auto;
	display: inline-block;
	padding: 96px 0 40px 0;
	text-align: center;
}
article i{
	width:48px;
	height:48px;
	font-size: 48px;
	color:#fff;
	padding:36px 42px;
	background-color: #3974A4;
	position: relative;
}
article h2{
	margin: 64px 0 0 0;
	text-decoration: none;
	color:#444444;
	font-size: 1.4em;
	font-weight: 500;
}
article p{
	margin: 16px 0 0 0;
	width: 190px;
    display: inline-block;
    font-size: 0.96em;
    font-weight: 500;
    color: #444444;
    line-height: 1.2em;
}
article button{
	font-size: 1.2em;
    line-height: 32px;
    background-color: #3974a4;
    color: #fff;
    padding: 8px 0;
    width: 132px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 24px auto 0 auto;
    text-decoration: none;
    box-shadow: inset 0 -4px 0 0 #316287,0 4px 8px 0 rgba(0,0,0,0.28);
}
article button:hover{
    margin: 25px auto -1px auto;
}

footer {
	width: 100%;
	height: 128px;
	background-color: #000;
	position: relative;
	text-align: center;
}

footer div.logo{
    display: inline-block;
    margin: 52px 0 0 0;
    width: 104px;
    height: 30px;
    background-image: url(../imgs/inc/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
@media screen {
  html, body {
     height: 100vh;
  }
}
@media screen and (max-width: 840px) {
	header div.title{
		text-align:center
	}
	header div.title i{
		float:none;
    	margin: 0 0 20px 0;
	}
	header div.title p {
	    display: block;
	    float: none;
	    text-align: center;
	}
	aside div.center p{
    	width: 500px;
    	margin: 8px 0 0 0;
	}
	header div.title,
	header div.title p,
	header div.title h1,
    header div.lines p,
	header p.line1,
	header p.line2,
	header p.line3,
	header p.comment,
	header p.foot,
	div.center{
		width: 640px;
	}
	aside div.center img{
		display:none;
	}

}
@media screen and (max-width: 680px) {
	header div.title,
	header div.title p,
	header div.title h1,
    header div.lines p,
	header p.line1,
	header p.line2,
	header p.line3,
	header p.comment,
	header p.foot,
	div.center{
		width: 560px;
		max-width: 560px;
	}
}
@media screen and (max-width: 600px) {
	section.search form {
		width: 356px;
	}
	section.search form label {
		display:none;
	}
	section.search form input {
		padding:8px 16px 8px 8px;
		width: 180px;
	}
	aside div.center p{
    	width: 300px;
    	margin: -4px 0 0 0;
	}
	header div.title{
		padding:32px 0 20px 0;
	}
	header div.title,
	header div.title p,
	header div.title h1,
    header div.lines p,
	header p.line1,
	header p.line2,
	header p.line3,
	header p.comment,
	header p.foot,
	div.center{
		width: 360px;
		max-width: 360px;
	}
	header div.title h1{
		font-size: 2em;
	}
	section.simple div.line{
		box-shadow: none;
	}
	aside div.center i {
	    margin: 36px 24px 0 0;
	}
}
