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

@font-face {
	font-family: "gotham-light-webfont";
	src: url("../fonts/gotham-light-webfont.eot");
	src: url("../fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"),
		  url("../fonts/gotham-light-webfont.woff") format("woff"),
		  url("../fonts/gotham-light-webfont.ttf") format("truetype"),
		  url("../fonts/gotham-light-webfont.svg#gotham-light-webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "gotham-medium-webfont";
	src: url("../fonts/gotham-medium-webfont.eot");
	src: url("../fonts/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"),
		  url("../fonts/gotham-medium-webfont.woff") format("woff"),
		  url("../fonts/gotham-medium-webfont.ttf") format("truetype"),
		  url("../fonts/gotham-medium-webfont.svg#gotham-medium-webfont") format("svg");
	font-weight: normal;
	font-style: normal;
}

article,figcaption,figure,footer,header,hgroup,nav,section,div, h1, h2 {
	display: block;
}

a {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: "gotham-light-webfont", Helvetica, Arial;
	font-size: 1em;
	background-color: #009ee0;
}

/* scroll inicio */
	::-webkit-scrollbar {
		width: 15px;
		background: rgba(225,225,225,1);
	} 
	/* Track */
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3); 
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	/* Handle */
	::-webkit-scrollbar-thumb {
		-webkit-border-radius: 200px;
		border-radius: 200px;
		border: 4px solid transparent;
		background: rgba(0,158,224,1); 
		-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
		background-clip: content-box;
	}
	::-webkit-scrollbar-thumb:window-inactive {
		-webkit-border-radius: 200px;
		border-radius: 200px;
		border: 4px solid transparent;
		background: rgba(0,158,224,0.5); 
		-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.6);
		background-clip: content-box;  
	}
/* scroll fin */

/* preloader inicio */
	#preloader {
		position: fixed;
		top:0; left:0; right:0; bottom:0;
		background: #FFFFFF;
		z-index: 98;
	}
	#loader {
		width: 64px;
		height: 64px;
		position: absolute;
		left: 50%;
		top: 50%;
		background: url(../img/loader.gif) no-repeat center 0;
		margin:-32px 0 0 -32px;
	}
/* preloader fin */

div {
	position: relative;
}

div#cota1, div#cota2, div#cota3, div#cota4, div#cota5 {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	display: block;
	font-size: 0em;
}

/* navegador menú inicio */

nav {
	display: inline;
	position: fixed;
	top: 26%;
	left: 6.5%;
	font-family: "gotham-medium-webfont", Helvetica, Arial;
	z-index: 95;
}

li {
	display: block;
}

a.nav {
	white-space: nowrap;
	text-decoration:none;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 22px;
	transition: all 0.1s;
}

a.nav:hover {
	font-size: 1.05em;
	transition: all 0.1s;
}

div#hamburguer {
	display: none;
	position: fixed;
	cursor: pointer;
	top: 10%;
	right: 6%;
	z-index: 97;
	width: 60px;
	height: 43px;
	background: url(../img/hamburguer_white.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
   	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	transition: all 0.2s;
}

div#hamburguer:hover {
	background: url(../img/hamburguer_white.png) no-repeat;
	background-size: contain;
	width: 60px;
	height: 43px;
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
   	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	transition: all 0.2s;
}

nav#movil {
	display: block;
	position: fixed;
	width: 0%;
	height: 100%;
	top: 10%;
	left: 10%;
	line-height: 30px;
	font-family: "gotham-medium-webfont", Helvetica, Arial;
	overflow: hidden;
	z-index: 97;
	transition: all 0.2s;
}

div#fondo {
	display: none;
	position: fixed;
	width: 0%;
	height: 100%;
	background-color: #009ee0;
	z-index: 96;
	transition: all 0.2s;
}
/* navegador menú fin */

div#logo {
	position: fixed;
	top: 8%;
	left: 6%;
	z-index: 95;
	width: 220px;
	height: 103px;
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s; 
}

div#logo:hover {
	background: url(../img/fortylevel_logo_color.png) no-repeat;
	background-size: contain;
	width: 220px;
	height: 103px;
	-moz-transform: scale(0.97);
	-o-transform: scale(0.97);
	-ms-transform: scale(0.97);
   	-webkit-transform: scale(0.97);
	transform: scale(0.97);
	transition: all 0.3s;
}

#contenedor {
	position: fixed;
	height: 100%;
	width: 100%;
}

#contenedor2 {
	height: 110%;
	margin-top: -5%;
}

#contenedor_transparente {
	height: 100%;
	width: 100%;
	opacity: 0;
}

div.parallax-container {
/* 	min-height: 400px; */
	height: 100%;
	background: transparent;
}

div#center {
	display: table;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div#center2 {
	white-space: nowrap;
	display: table;
	position: absolute;
	top: 58%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p#texto_interior_1, p#texto_interior_5 {
	font-family: "gotham-light-webfont", helvetica, arial;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 1s;
}

p#texto_interior_1 {
	line-height: 1.2em;
	top: 46%;
	width: 720px;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 1em;
	line-height: 1.15em;
}

span#titulo {
	font-size: 2.8em;
	line-height: 1em;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen  {
	text-align: left;
	white-space: normal;
	vertical-align: top;
	display: inline-block;
	max-width: 410px;
	margin-right: 38px;
	transition: opacity 1s;
}

p#texto_interior_2_titulo {
	max-width: 536px;
	display: block;
}

p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen {
	text-align: left;
	white-space: normal;
	vertical-align: top;
	display: inline-block;
	max-width: 370px;
	margin-right: 30px;
	transition: opacity 1s;
}

p#texto_interior_3_titulo {
	max-width: 490px;
	display: block;
}

p#texto_interior_4, p#texto_interior_4b {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	max-width: 400px;
	margin-right: 50px;
	transition: opacity 1s;
}

p#texto_interior_2_sin_margen, p#texto_interior_2_titulo, p#texto_interior_3_sin_margen, p#texto_interior_3_titulo, p#texto_interior_4b {
	margin-right: 0px;
}

p#texto_interior_4b {
	display: inline-block;
}

#caja, #caja5 {	
	position: absolute;
	width: 0%;
	height: 0%;
	opacity: 0.95;
	background-color: #FFFFFF;
	color: #009ee0;
	font-family: "gotham-medium-webfont", Helvetica, Arial;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	transition: all 0.9s;
	z-index: 10;
}

#caja {
	top: 53%;
}

#caja5 {
	max-width: none;
	max-height: none;
	border-radius: 250px;
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
	transition: all 0.9s;
}

#caja2, #caja2_ipad, #caja2_movil, #caja3, #caja3_ipad, #caja3_movil, #caja4 {
	display: block;
	position: relative;
	height: 0%;
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #5ed7ff;
/* 	background-color: rgba(94, 215, 255, 1); */
	font-family: "gotham-medium-webfont", Helvetica, Arial;
	opacity: 0;
	transition: all 1.1s;
	z-index: 6;
}

#caja2_ipad, #caja2_movil, #caja3_ipad, #caja3_movil {
	display: none;
}

#boton {
	position: absolute;
	background-color: #009ee0;
	cursor: pointer;
	
	text-align: center;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #FFFFFF;
	
	top: 53%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	transition: all 0.25s;
	
	z-index: 1;
}

#boton:hover {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.47em;
	transition: all 0.25s;
}

#boton5 {
	position: absolute;
	width: 190px;
	height: 190px;
	background-color: #009ee0;
	cursor: pointer;
	
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	border: solid 20px #3bc3fc;
	border-radius: 120px 120px 120px 120px;
	-moz-border-radius: 120px 120px 120px 120px;
	-webkit-border-radius: 120px 120px 120px 120px;
	
	transition: all 0.25s;
	
	z-index: 1;
}

#boton5:hover {
	width: 182px;
	height: 182px;
	border: solid 0px #FFFFFF;
	background-color: #FFFFFF;
	opacity: 0.95;
	color: #009ee0;
	font-weight: bold;
	font-size: 0.95em;
	transition: all 0.25s;
}

#boton2, #boton3, #boton4 {
	display: block;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 4%;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #009ee0;
	cursor: pointer;	
	z-index: 4;
	transition: all 0.75s;
}

#boton3 {
	background-color: #22b1ee;
}

#boton4 {
	background-color: #3bc3fc;
}

#boton2:hover, #boton3:hover, #boton4:hover {
	background-color: #FFFFFF;
	color: #009ee0;
	font-weight: bold;
	font-size: 0.95em;
	text-decoration: none;
	transition: all 0.75s;
}

p.texto_centrar_vertical {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p#titulo {
	border: solid 1px #FFFFFF;
	white-space: nowrap;
	padding: 65px;
}

div#circulo, div#circulo_movil {
	display: block;
	position: absolute;
	transform: scale(1);
	top: 10%;
	right: 20%;
	z-index: 5;
	/*-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

img#circulo {
	width: 400px;
	height: auto;
	vertical-align: middle;
		
	border: solid 1px #FFFFFF;
	border-radius: 240px;
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	padding: 30px;
	background-clip: content-box;
	
	transition: all 0.25s;
}

img#circulo:hover {
	width: 460px;
	height: auto;
	vertical-align: middle;
		
	border: solid 0px #FFFFFF;
	border-radius: 270px;
	-moz-border-radius: 270px;
	-webkit-border-radius: 270px;
	padding: 0px;
	background-clip: content-box;
	
	transition: all 0.25s;
}

div.cruz_fortylevel, div.cruz, div.cruz_contacto {
	opacity: 1;
	position: absolute;
	bottom: 6%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}

div.cruz_fortylevel {
	bottom: 0%;
}

div.cruz {
	bottom: 3%;
}

img.cruz {
	width: 90px;
	height: auto;
	transition: all 0.25s;
}

img.cruz:hover {
	width: 82px;
	height: auto;
	transition: all 0.25s;
}

img.cruz2 {
	width: 50px;
	height: auto;
	transition: all 0.25s;
}

img.cruz2:hover {
	width: 40px;
	height: auto;
	transition: all 0.25s;
}

div.flecha {
	opacity: 1;
	position: absolute;
	bottom: 3%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.flecha2 {
	opacity: 1;
	position: absolute;
	bottom: 4%;
	left: 50%;
	-moz-transform: translate(-50%, -20%);
	-o-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
   	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}

div.flecha_rotar {
	opacity: 1;
	position: absolute;
	bottom: 3%;
	left: 50%;
	-moz-transform: translate(-50%, -50%) rotate(180deg);
	-o-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
   	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}

img.flecha {
	width: 110px;
	height: auto;
	transition: all 0.25s;
}

img.flecha:hover {
	width: 100px;
	height: auto;
	transition: all 0.25s;
}

/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1500px) {

/* navegador menú inicio */
nav {
	display: none;
	top: 9.65%;
	left: 22%;
}

a.nav {
	font-size: 1em;
	line-height: 25px;
}

a.nav:hover {
	font-size: 1.05em;
}

div#hamburguer {
	display: block;
}

div#fondo {
	display: block;
}
/* navegador menú fin */


div#logo {
	position: fixed;
	width: 176px;
	height: 82px;
}

div#logo:hover {
	width: 176px;
	height: 82px;
}


div#center {
	display: table;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div#center2 {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p#texto_interior_1, p#texto_interior_5 {
	font-size: 0.7em;
	line-height: 1.4em;
}

p#texto_interior_1 {
	font-size: 0.7em;
	line-height: 1.2em;
	width: 550px;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 0.82em;
	line-height: 1.4em;
}

span#titulo {
	font-size: 1.6em;
	line-height: 1em;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen  {
	max-width: 400px;
	margin-right: 36px;
}

p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen {
	max-width: 480px;
	margin-right: 0px;
}

p#texto_interior_3_clear {
	margin-right: 36px;
}

p#texto_interior_3_titulo {
	max-width: 480px;
}

p#texto_interior_2_sin_margen, p#texto_interior_2_titulo, p#texto_interior_3_sin_margen, p#texto_interior_3_titulo, p#texto_interior_4b {
	margin-right: 0px;
}

p#texto_interior_4, p#texto_interior_4b {
	max-width: 350px;
}

p#texto_interior_4b {
	display: inline-block;
}

#caja {
	top: 53%;
}

#caja5 {
	border-radius: 250px;
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
}

#caja2, #caja3 {
	display: none;
}

#caja2_ipad, #caja3_ipad {
	display: block;
}

#boton {
	font-size: 1em;
	line-height: 1.5em;
}

#boton:hover {
	font-size: 1.07em;
}

p#titulo {
	border: solid 1px #FFFFFF;
	padding: 65px;
}

div#circulo,  div#circulo_movil {
	display: block;
	top: 8%;
	right: 14%;
}
 
div#circulo_movil {
	top: 5%;
}

img#circulo {
	width: 250px;
	height: auto;
		
	border: solid 1px #FFFFFF;
	border-radius: 240px;
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	padding: 10px;
	background-clip: content-box;
}

img#circulo:hover {
	width: 275px;
	height: auto;
		
	border: solid 0px #FFFFFF;
	border-radius: 270px;
	-moz-border-radius: 270px;
	-webkit-border-radius: 270px;
	padding: 0px;
	background-clip: content-box;
}

img.cruz {
	width: 90px;
	height: auto;
}

img.cruz:hover {
	width: 82px;
	height: auto;
}

img.cruz2 {
	width: 50px;
	height: auto;
}

img.cruz2:hover {
	width: 46px;
	height: auto;
}

div.flecha {
	bottom: 3%;

} 

div.flecha2 {
	bottom: 1%;

}

div.flecha_rotar {
	bottom: 0%;
}

img.flecha {
	width: 80px;
	height: auto;
}

img.flecha:hover {
	width: 72px;
	height: auto;
}
	
}

/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px) {
	
div#logo {
	position: absolute;
}

img#circulo {
	width: 200px;
	height: auto;
		
	border: solid 1px #FFFFFF;
	border-radius: 240px;
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	padding: 10px;
	background-clip: content-box;
}

img#circulo:hover {
	width: 220px;
	height: auto;
		
	border: solid 0px #FFFFFF;
	border-radius: 270px;
	-moz-border-radius: 270px;
	-webkit-border-radius: 270px;
	padding: 0px;
	background-clip: content-box;
}

}


/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 950px) {

div#logo {
	position: absolute;
}

div.flecha2 {
	bottom: 1%;
}

div#circulo, div#circulo_movil {
	display: none;
}

div#center {
	top: 50%;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen  {
	max-width: 480px;
}

p#texto_interior_2 {
	margin-right: 0px;
}

p#texto_interior_3_clear {
	margin-right: 0px;
}

p#texto_interior_4 {
	max-width: 480px;
	margin-right: 0px;
}

p#texto_interior_4b {
	display: none;
}

#caja2_ipad, #caja3_ipad {
	display: none;
}

#caja2_movil, #caja3_movil {
	display: block;
}


}

/*------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {

p#texto_interior_1, p#texto_interior_5 {
	font-size: 0.7em;
	line-height: 1.4em;
}

p#texto_interior_1 {
	font-size: 0.7em;
	line-height: 1.2em;
	width: 550px;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 0.6em;
	line-height: 1.6em;
	max-width: 450px;
	margin-right: 0px;
}

span#titulo {
	font-size: 1.5em;
	line-height: 1em;
}

}

/*------------------------------------------------------------------------------------------------------------*/
@media (max-height: 675px) {

nav {
	position: absolute;
	top: 30%;
}

div#hamburguer {
	width: 54px;
	height: 39px;

}

div#hamburguer:hover {
	width: 54px;
	height: 39px;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 0.75em;
	line-height: 1.4em;
}

img.flecha {
	width: 55px;
	height: auto;
}

img.flecha:hover {
	width: 50px;
	height: auto;
}

div#logo {
	position: absolute;
}

img#circulo {
	width: 200px;
	height: auto;
		
	border: solid 1px #FFFFFF;
	border-radius: 240px;
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	padding: 10px;
	background-clip: content-box;
}

img#circulo:hover {
	width: 220px;
	height: auto;
		
	border: solid 0px #FFFFFF;
	border-radius: 270px;
	-moz-border-radius: 270px;
	-webkit-border-radius: 270px;
	padding: 0px;
	background-clip: content-box;
}

div#center {
	display: table;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div#center2 {
	white-space: nowrap;
	display: table;
	position: absolute;
	top: 45%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

div.cruz_fortylevel {
	bottom: -6%;
}

img.cruz2 {
	width: 35px;
	height: auto;
}

img.cruz2:hover {
	width: 30px;
	height: auto;
}

}

/*------------------------------------------------------------------------------------------------------------*/
@media (max-height: 675px) and (min-width: 1510px) {
	
div#logo {
	width: 185px;
	height: 91px;
}

div#logo:hover {
	width: 180px;
	height: 88px;
}

}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape), only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (orientation : landscape) {
	
div#logo {
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
	width: 176px;
	height: 82px;
}

div#logo:hover {
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(0.97);
	-o-transform: scale(0.97);
	-ms-transform: scale(0.97);
   	-webkit-transform: scale(0.97);
	transform: scale(0.97);
	width: 176px;
	height: 82px;
}

div#center {
	display: table;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div#center2 {
	white-space: nowrap;
	display: table;
	position: absolute;
	top: 43%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#boton {	
	font-size: 1.3em;
	line-height: 1.3em;
}

#boton:hover {	
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
}

#boton5 {	
	font-size: 1.2em;
	line-height: 1.3em;
}

#boton5:hover {	
	font-size: 1.2em;
	line-height: 1.3em;
}

#boton2, #boton3, #boton4 {
	height: 32px;
}

p#texto_interior_1 {
	font-size: 0.73em;
	line-height: 1.3em;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 0.8em;
	line-height: 1.25em;
}

p#texto_interior_5 {
	font-size: 0.84em;
	line-height: 1.6em;
}

div.cruz_fortylevel {
	bottom: -5%;
}

img.cruz2 {
	width: 30px;
	height: auto;
}

img.cruz2:hover {
	width: 26px;
	height: auto;
}

img.flecha {
	width: 75px;
	height: auto;
	transition: all 0.25s;
}

img.flecha:hover {
	width: 75px;
	height: auto;
	transition: all 0.25s;
}
	
}

/*------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait), only screen and (min-device-width : 800px) and (max-device-width : 1280px) and (orientation : portrait) {

#caja2_ipad, #caja3_ipad {
	display: none;
}

#caja2_movil, #caja3_movil {
	display: block;
}

div#logo {
	position: fixed;
	background: url(../img/fortylevel_logo.png) no-repeat;
	width: 190px;
	height: 89px;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
}

div#logo:hover {
	background: url(../img/fortylevel_logo.png) no-repeat;
	width: 190px;
	height: 89px;
	background-size: contain;
	-moz-transform: scale(0.97);
	-o-transform: scale(0.97);
	-ms-transform: scale(0.97);
   	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

div#hamburguer {
	width: 70px;
	height: 49px;
}

div#hamburguer:hover {
	width: 70px;
	height: 49px;
}

#boton, #boton5 {	
	font-size: 1.35em;
	line-height: 1.3em;
}

#boton:hover, #boton5:hover {	
	font-size: 1.35em;
	line-height: 1.3em;
	font-weight: normal;
}

#boton2, #boton3, #boton4 {
	height: 40px;
	font-size: 1.05em;
}

#boton2:hover, #boton3:hover, #boton4:hover {
	font-size: 1.05em;
}

div.flecha2 {
	bottom: 1%;
}

div#center {
	display: table;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div#center2 {
	white-space: nowrap;
	display: table;
	position: absolute;
	top: 53%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a.nav {
	white-space: nowrap;
	text-decoration:none;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 45px;
	transition: all 0.1s;
}

p#texto_interior_1, p#texto_interior_5 {
	font-size: 1em;
	line-height: 1.em;
}

p#texto_interior_1 {
	font-size: 0.75em;
	line-height: 1.2em;
	width: 400px;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 0.8em;
	line-height: 1.6em;
	max-width: 568px;
	margin-right: 0px;
}

p#texto_interior_4b {
	display: none;
}

span#titulo {
	font-size: 1.6em;
	line-height: 1em;
}

div.cruz_fortylevel {
	bottom: -7%;
}

img.cruz2 {
	width: 40px;
	height: auto;
}

img.cruz2:hover {
	width: 36px;
	height: auto;
}


}
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {

#caja2_ipad, #caja3_ipad {
	display: none;
}

#caja2_movil, #caja3_movil {
	display: block;
}

div#circulo, div#circulo_movil {
	display: none;
}

div#logo {
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
	width: 105px;
	height: 49px;
}

div#logo:hover {
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
	width: 105px;
	height: 49px;
}

div#hamburguer {
	width: 50px;
	height: 36px;
}

div#hamburguer:hover {
	width: 50px;
	height: 36px;
}

div.flecha2 {
	bottom: 0%;
}

div#center {
	top: 50%;
}
	
#boton {	
	font-size: 0.75em;
	line-height: 1.2em;
}

#boton:hover {	
	font-size: 0.75em;
	line-height: 1.2em;
	font-weight: normal;
}

#boton5 {
	font-size: 0.75em;
	line-height: 1.2em;
	
	width: 150px;
	height: 150px;
	
	border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	-webkit-border-radius: 150px 150px 150px 150px;
}

#boton5:hover {
	font-size: 0.75em;
	line-height: 1.2em;
	width: 175px;
	height: 175px;
}

#boton2, #boton3, #boton4 {
	height: 26px;
	text-align: center;
	font-size: 0.6em;
}

#boton2:hover, #boton3:hover, #boton4:hover {
	font-size: 0.6em;
}

p#texto_interior_1 {
	font-size: 6px;
	line-height: 1.2em;
	width: 250px;
}

p#texto_interior_5 {
	font-size: 0.75em;
	line-height: 1.2em;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 0.27em;
	line-height: 0.74em;
	max-width: 430px;
	margin-right: 0px;
}

p#texto_interior_4b {
	display: none;
}

p#titulo {
	border: solid 1px #FFFFFF;
	white-space: nowrap;
	padding: 35px;
}

a.nav {
	white-space: nowrap;
	text-decoration:none;
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 0.8px;
	transition: all 0.1s;
}

div.cruz_fortylevel {
	bottom: -4%;
}

img.cruz2 {
	width: 15px;
	height: auto;
}

img.cruz2:hover {
	width: 15px;
	height: auto;
}

img.flecha {
	width: 40px;
	height: auto;
	transition: all 0.25s;
}

img.flecha:hover {
	width: 40px;
	height: auto;
	transition: all 0.25s;
}

}

/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {

#caja2_ipad, #caja3_ipad {
	display: none;
}

#caja2_movil, #caja3_movil {
	display: block;
}

div#circulo, div#circulo_movil {
	display: none;
}

div#logo {
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
	width: 105px;
	height: 49px;
}

div#logo:hover {
	background: url(../img/fortylevel_logo.png) no-repeat;
	background-size: contain;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
	transform: scale(1);
	width: 105px;
	height: 49px;
}

div#hamburguer {
	width: 45px;
	height: 32px;
}

div#hamburguer:hover {
	width: 45px;
	height: 32px;
}

div.flecha2 {
	bottom: 0%;
}

div#center {
	top: 50%;
}

div#center2 {
	top: 50%;
}
	
#boton {	
	font-size: 0.7em;
	line-height: 1.2em;
}

#boton:hover {	
	font-size: 0.7em;
	line-height: 1.2em;
	font-weight: normal;
}

#boton5 {
	font-size: 0.8em;
	line-height: 1.2em;
	
	width: 150px;
	height: 150px;
	
	border-radius: 150px 150px 150px 150px;
	-moz-border-radius: 150px 150px 150px 150px;
	-webkit-border-radius: 150px 150px 150px 150px;
}

#boton5:hover {
	font-size: 0.8em;
	line-height: 1.2em;
	width: 175px;
	height: 175px;
}

#boton2, #boton3, #boton4 {
	height: 32px;
	font-size: 0.6em;

}

#boton2:hover, #boton3:hover, #boton4:hover {
	font-weight: normal;
	font-size: 0.6em;
}

p#texto_interior_1 {
	font-size: 6px;
	line-height: 1.2em;
	width: 170px;
}

p#texto_interior_5 {
	font-size: 0.8em;
	line-height: 1.2em;
}

p#texto_interior_2, p#texto_interior_2_titulo, p#texto_interior_2_clear, p#texto_interior_2_sin_margen, p#texto_interior_3, p#texto_interior_3_titulo, p#texto_interior_3_clear, p#texto_interior_3_sin_margen, p#texto_interior_4, p#texto_interior_4_titulo, p#texto_interior_4b {
	font-size: 7.4px;
	line-height: 1.2em;
	max-width: 264px;
	margin-right: 0px;
}

p#texto_interior_4b {
	display: none;
}

p#titulo {
	border: solid 1px #FFFFFF;
	white-space: nowrap;
	padding: 18px;
}

a.nav {
	white-space: nowrap;
	text-decoration:none;
	color: #FFFFFF;
	font-size: 0.65em;
	line-height: 0.8px;
	transition: all 0.1s;
}

div.cruz_fortylevel {
	bottom: -4%;
}

img.cruz2 {
	width: 15px;
	height: auto;
}

img.cruz2:hover {
	width: 15px;
	height: auto;
}

img.flecha {
	width: 40px;
	height: auto;
	transition: all 0.25s;
}

img.flecha:hover {
	width: 40px;
	height: auto;
	transition: all 0.25s;
}

}