@charset "utf-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN RESET */

/* GENERALES */
body {
	background-color:#e6e5e4;
	position:relative;	
}
header {
	display: block;
	float: left;
	height: 500px;
	width: 100%;
	background-color: #00B4A1;
	background-image:url(../img/imgpar/fondo-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
}
section.offer {
	display: block;
	float: left;
	height: 670px;
	width: 100%;
	background-image: url(../img/fondo-offer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
}
section.arrows {
	display: block;
	float: left;
	height: 500px;
	width: 100%;
	background-color: #6b5c7b;
	background-image: url(../img/fondo-flechas.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
footer {
	display: block;
	float: left;
	height: 690px;
	width: 100%;
	background-color: #57585a;
	background-image: url(../img/fondo-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	position:relative;
}
@font-face {
    font-family: 'UniSansReg';
    src: url(../font/UniSans.ttf);
}
@font-face {
    font-family: 'UniSansLight';
    src: url(../font/UniSansLight.ttf);
}
.center-page {
	display: block;
	width: 80%;
	margin: 0 auto;
	min-height: 50px;
	position: relative;
	overflow: hidden;
}
/* FIN GENERALES */

/* FOOTER */
.center-f {
	height:690px;	
}
article.left-f {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45%;
	height: 500px;
}
article.right-f {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 690px;
	background-image: url(../img/fondo-form.png);
	background-repeat: repeat;
	background-position: left top;
	padding:0 5%;
	box-sizing:border-box;
}
.adress-f {
	display: block;
	float: left;
	width: 100%;
	min-height: 50px;
	background-image: url(../img/arrow-adress.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:50px;
	box-sizing:border-box;
	margin-top:200px;
}
.adress-f span {
	display:block;
	float:left;
	font-family:'UniSansReg', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFF;
	width:100%;
	margin-bottom:3px;
}
.adress-f a {
	display:block;
	float:left;
	font-family:'UniSansReg', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFF;
	width:auto;
	margin-bottom:3px;
	text-decoration:none;
}
.adress-f a:hover, .left-f span a:hover {
	color:#62b395;	
}
.left-f img {
	display:block;
	float:left;
	margin:15px 0 50px 0;	
}
.left-f span {
	display:block;
	float:left;
	width:100%;
	font-family:'UniSansReg', Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#E2E2E2;
}
.left-f span a {
	text-decoration:none;
	color:#CECECE;	
}
.text-form {
	display: block;
	float: left;
	width: 100%;
	min-height: 50px;
	padding-top: 50px;
	box-sizing: border-box;
	background-image: url(../img/arrow-cont.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 70px;
	margin-bottom: 30px;
}
.text-form h1 {
	display:block;
	float:left;
	width:100%;
	font-size:1.3em;
	color:#FFF;
	font-family:'UniSansReg', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:15px;
}
.text-form p {
	display: block;
	float: left;
	width: 100%;
	font-family: 'UniSansLight', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #e6e5e4;
}
.wrap-line-form {
	display:block;
	float:left;
	width:100%;
	margin-bottom:18px;
	min-height:40px;
	position:relative;		
}
.wrap-45 {
	width:45%;
}
.wrap-50 {
	width:50%;
}
.wrap-int {
	margin-left:5%;		
}
.right-f input {
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	padding-left:4px;
	box-sizing:border-box;
	background-color:#F1F1F1;
	border:none;
	outline:none;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.75em;
	padding-right:35px;	
}
.right-f textarea {
	display:block;
	float:left;
	height:170px;
	padding-left:4px;
	box-sizing:border-box;
	background-color:#F1F1F1;
	border:none;
	outline:none;
	width:100%;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.75em;
	padding-top:10px;			
}
.right-f a {
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	width:180px;
	text-align:center;
	background-color:#00B495;
	font-family:'UniSansReg', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	margin-top:20px;
	transition: background .18s ease-in-out;
   	-moz-transition: background .18s ease-in-out;
   	-webkit-transition: background .18s ease-in-out;	
}
.right-f a:hover {
	background-color:#444444;	
}
span.error-form {
	display: block;
	width: 20px;
	height: 23px;
	position: absolute;
	top: 15px;
	right: 10px;
	background-image: url(../img/icon-error-form.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#formcontact, #formcontactmb {
	display:block;
	float:left;
}
.msj-enviado {
	display: none;
	float: left;
	width: 100%;
	min-height: 80px;
}
.msj-enviado p {
	display: block;
	float: left;
	font-size: 2em;
	color: #FFF;
	font-family: 'UniSansLight', Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 100px;
	box-sizing: border-box;
	background-image: url(../img/img-msj-ok.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:50px;
}
a.new-msj {
	display:block;
	margin:0 auto;
	float:inherit;
	margin-top:25px;
}
/* FIN FOOTER */

/* QUE OFRECEMOS */
.wrap-offer {
	display:inline-block;
	float:left;
	width:33.3%;
	min-height:50px;
	box-sizing:border-box;
	margin-top:70px;	
}
.wrap-offer p {
	display:block;
	width:100%;
	font-family: 'UniSansLight', Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#2A1B3A;
	margin-top:170px;
}
.offer-1 {
	display:block;
	margin:0 auto;
	width: 231px;
	text-align: center;
	background-image: url(../img/img-offer.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:90px;
}
.offer-2 {
	display:block;
	margin:0 auto;
	width: 231px;
	text-align: center;
	background-image: url(../img/img-offer.png);
	background-repeat: no-repeat;
	background-position: -231px top;
	padding-top:90px;
}
.offer-3 {
	display:block;
	margin:0 auto;
	width: 231px;
	text-align: center;
	background-image: url(../img/img-offer.png);
	background-repeat: no-repeat;
	background-position: -462px top;
	padding-top:90px;
}
.offer h1 {
	display: block;
	float: left;
	width: 100%;
	min-height:90px;
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #6b5c7b;
	font-family: 'UniSansReg', Arial, Helvetica, sans-serif;
	background-image: url(../img/flecha-down.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	margin-top:50px;
}
/* FIN QUE OFRECEMOS */

/* PARALLAX */
header p {
	display:block;
	width:760px;
	font-family: 'UniSansLight', Arial, Helvetica, sans-serif;
	font-size:3em;
	color:#FFF;
	position:absolute;
	top:140px;
	left:10px;
	z-index:9999;
}
img.logo-h {
	display:block;
	position:absolute;
	top:310px;
	left:10px;
	z-index:9999;
}
img.logo-h-mb {
	display:none;
}
img.logo-f-mb {
	display:none;
}
.wrap-arrows {
	display:block;
	position:absolute;
	top:187px;
	left:33%;
	width:33%	
}
.wrap-arrows img {
	display:block;
	margin:0 auto;
	width:182px;
	height:126px;	
}
.container {
  position: relative;
  max-width: 100%;
  height:500px;
}

.scene {
  padding: 0;
  margin: 0;
}
.layer:nth-child(1) {
	
}
.layer:nth-child(2) {
  opacity: 0.30;
}
.layer:nth-child(3) {
  opacity: 0.45;
}
.layer:nth-child(4) {
  opacity: 0.60;
}
.layer:nth-child(5) {
  opacity: 0.75;
}
.layer:nth-child(6) {
  opacity: 0.90;
}
.layer:nth-child(6) button {
}
.l1 {
	position:absolute;
	top:20px;
	left:100px;
}
.blockdiv {
	display:none;}
/* FIN PARALLAX */

a.displayNone{
	display: none;
}