@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), 
  url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.section_financiacion {
	position: relative;
	height: 500px;
	background: url(../img/bg_top_.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.section_financiacion .contenido {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	color: #fff;
}

.section_financiacion .contenido h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 48px;
	margin: 0 0 30px;
}

.section_financiacion .financiacion {
    position: absolute;
    top: 130px;
	left: 50%;
    margin: 0 0 0 -230px;
    width: 400px;
    padding: 30px;
    text-align: center;
}

.section_financiacion .financiacion p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 28px;
}

.section_financiacion .disponibilidad {
	position: absolute;
	top: 130px;
	left: 50%;
	padding: 30px;
	border-left: 4px solid #fff;
}

.section_top h1 {
	margin: 250px 0 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	text-align: center;
	text-shadow: 0 0 10px #738b97;
}

.render {
	position: relative;
}

.render_titulo {
	position: absolute;
	top: 50px;
	left: 50px;
    height: 68px;
    line-height: 68px;
	font-family: 'Oswald', sans-serif;
	font-size: 68px;
	font-weight: 400;
	color: #D1EEFC;
	z-index: 2;
}

.render_titulo span {
	display: block;
    height: 67px;
	border-bottom: 3px solid #FFF300;
}

.render_subtitulo {
	position: absolute;
	top: 114px;
	left: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 31px;
	color: #d1eefc;
}

.render_direccion {
	position: absolute;
	top: 153px;
	left: 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: rgba(209, 238, 252, 0.3);
}

.logo_uno {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 150px;
	line-height: 0;
	z-index: 2;
}

.logo_uno img {
	width: 100%;
}

.caracteristicas {
	position: absolute;
	top: 210px;
	left: 50px;
	width: auto;
	padding: 20px;
	background: rgba(255,243,0,.7);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #000;
}

.caracteristicas ul {
	list-style: none;
}

.caracteristicas ul li:before {
	margin: 0 5px 0 0;
	font-family: 'FontAwesome';
	content: "\f00c";
}

.render img {
	width: 100%;
}

.section_disponibilidad {
	padding: 50px;
	text-align: center;
}

.section_disponibilidad h2 {
	margin: 0 0 50px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 48px;
	color: #738B97;
}

.section_disponibilidad table {
	margin: 0 auto 30px;
	text-align: center;
	color: #738b97;
}

.section_disponibilidad table th {
	border-bottom: 1px solid #738b97;
}

.section_disponibilidad table th,
.section_disponibilidad table td {
	margin: 1px;
	padding: 5px;
	font-size: 13px;
	background: #eee;
}

.section_disponibilidad .foto {
	margin: 20px 5px;
	display: inline-block;
	box-shadow: 0 0 5px #738B97;
}

.contacto {
	padding: 50px 0;
	color: #fff;
	background: url(../img/bg_top.jpg) center center no-repeat;
	background-size: cover;
}

.form_contacto {
	position: relative;
	width: 300px;
	padding: 10px;
	margin: 0 auto;
	background: rgba( 115, 139, 151, .9);
}

.form_contacto p {
	padding: 0 0 10px;
	line-height: 20px;
	font-size: 13px;
}

.form_contacto p.msj_enviado {
	font-size: 16px;
	line-height: 26px;
}

.form_contacto label {
	display: block;
	line-height: 20px;
}

.form_contacto label.nombre_apellido {
	float: left;
	width: 145px;
	margin: 0;
}

.form_contacto label.nombre_apellido:first-child {
	margin-right: 10px;
}

.form_contacto input[type="text"],
.form_contacto input[type="number"],
.form_contacto input[type="email"],
.form_contacto textarea {
	padding: 5px;
	width: 290px;
	margin: 0 0 10px;
	background: #E4E9F2;
	border: 1px solid #E4E9F2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none; 
	margin: 0;
}

.form_contacto label.nombre_apellido input {
	width: 135px;
}

.form_contacto textarea {
	height: 70px;
	resize: none;
}

.form_contacto input.tel_codigo {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.form_contacto input.tel_numero {
	float: left;
	width: 216px;
}

.form_contacto input[type="submit"] {
	width: 100%;
	height: 70px;
	padding: 5px;
	margin: 0 0 10px;
	background: #31424A;
	color: #fff;
	font-size: 27px;
	cursor: pointer;
}

.form_contacto input[type="text"]:focus,
.form_contacto input[type="number"]:focus,
.form_contacto input[type="email"]:focus,
.form_contacto textarea:focus {
	border: 1px solid #31424A;
}

.arrow_container {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	content: ' ';
	cursor: pointer;
	z-index: 2;
	border-radius: 50px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.arrow.down {
	bottom: 10px;
	left: 50%;
	margin: 0 0 0 -25px;
	animation: arrow_move_up-down .5s infinite;
	-webkit-animation: arrow_move_up-down .5s infinite;
}

@keyframes arrow_move_up-down {
	0% { bottom: 10px; }
	50% { bottom: 15px; }
	100% { bottom: 10px; }
}

@-webkit-keyframes arrow_move_up-down {
	0% { bottom: 10px; }
	50% { bottom: 15px; }
	100% { bottom: 10px; }
}

.arrow:before {
	font-family: 'FontAwesome';
	font-size: 60px;
	content: "\f107";
}

.arrow a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

footer {
	position: relative;
	line-height: 30px;
	font-size: 10px;
	text-align: center;
	background: #8f122c;
	color: #fff;
}

@media screen and ( max-width:800px ) {
	
	.render_titulo,
	.render_subtitulo {
		text-align: center;
	}
	
	.render_subtitulo {
		background: rgba(0,0,0,.3);
	}
}

@media screen and ( max-width:640px ) {
	.render_titulo,
	.render_subtitulo,
	.render_direccion {
		position: relative;
		top: auto;
		left: auto;
	}
	
	.render_titulo {
		font-size: 36px;
		background: #738b97;
		color: #fff;
	}
	
	.render_subtitulo {
		font-size: 16px;
		background: #000;
		color: #fff;
	}
	
	.render_direccion {
		text-align: center;
		background: #738b97;
		color: #fff;
		font-size: 24px;
		font-weight: 300;
	}
	
	.caracteristicas {
		position: relative;
		top: auto;
		left: auto;
		font-size: 16px;
	}
	
	.logo_uno {
		top: 10px;
		right: 10px;
		width: 100px;
	}
	
	.arrow_container {
		display: none;
	}
	
	.section_financiacion {
		height: 350px;
	}
	
	.section_financiacion .financiacion {
		top: 100px;
	}
	
	.section_financiacion .financiacion p {
		font-size: 28px;
	}
}