@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para Blue american
Autor: Omar De Luna
actualización: junio 2013 */

nav ul li:nth-child(6){
	display: none;
}



img{border:0;}

* { margin: 0; padding: 0; font-family: 'AmbitLight'; box-sizing: border-box;}

img{
	display: block;
}

a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#000;
	height: auto;
	
	}

html{
	height: 100%;
	
}

main {
	width: 100%;
	margin:0 auto;
	}

main.overf{
	overflow: hidden;
	position: relative;
}


nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
}

.logo img{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


nav ul{
	list-style: none;
	padding-top: 20px;
	padding-right: 33%;
}

nav ul li{
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}

nav ul li:hover{
	border-bottom: 5px solid white;
}

nav ul li a{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: white;
	padding: 5px 50px 5px 0;
	font-family: 'AmbitSemiBold';
	text-transform: uppercase;
}

nav ul li a:hover, nav ul li a.active{
	font-family: 'AmbitBlack';
}

nav ul li ul{
	position: absolute;
	display: none;
	left: 0;
}

nav ul li:hover ul{
	display: block;
	padding: 0;
	margin: 0;
}

nav ul li ul li{
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

nav ul li ul li:first-child{
	padding-top: 30px;
}

nav ul li ul li a{
	font-size: 15px;
	line-height: 20px;
	padding: 5px 0 10px 0;
}

nav ul li ul li a:hover, nav ul li ul li a.active{
	border: 0;
	color: #0EF7E5;
}

nav ul li:hover ul li{
	border-bottom: 1px solid white;
}


footer{
	width: 100%;
	padding: 30px 5%;
	background: #000;
	height: 250px;
	position: absolute;
	z-index: 9999;
	left: 0;
	bottom: -170px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

footer.active{
	bottom: 0;
}

footer div{
	width: 100%;
	text-align: center;
}


.m{
	margin: 0 auto;
	margin-bottom: 40px;
}

footer a{
	color: white;
	display: inline-block;
	margin-bottom: 15px;
}

	
h1{
	font-family: 'AmbitSemiBold';
	font-size:24px;
	line-height:31px;
	color:WHITE;
	font-weight: normal;
	}

h2 { 
  text-align:center;
  position:relative;
  margin-top:-18px;
  font-family: 'AmbitSemiBold';
	font-size:60px;
	line-height:66px;
	color:white;
	font-style: normal;
	
}

strong{
	font-family: 'AmbitSemiBold';
}


b{
	color: #233ED3;
	 font-family: 'AmbitSemiBold';
	font-style: italic;
}


	
p {
	font-size:16px;
	line-height:22px;
	color:white;
	font-weight: 300;
	}

	
a {
	font-size:16px;
	line-height:22px;
	color:white;
	text-decoration:none;
	font-weight: 300;
	}
	
a:hover {
	color:#f2f2f2;
	}

a.btn{
	padding: 15px 30px;
	display: inline-block;
	border: 1px solid #593930;
	letter-spacing: 2px;
	color: #8d5a4e;
	font-size: 14px;
}

.cleare {
	display: block;
	clear: both;
}

form{
	margin-top: 50px;
}

input{
	border: 0;
	background: transparent;
	outline: none;
	width: 100%;
	padding: 15px 2%;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	font-size: 14px;
	color: white;
	border-radius: 0;
	-webkit-border-radius: 0px;
}

textarea{
	height: 130px;
	outline: none;
	width: 100%;
	padding: 15px 2%;
	border: 1px solid white;
	margin-bottom: 20px;
	background: transparent;
	border-radius: 20px;
	color: white;
	font-size: 14px;
}

input:focus, textarea:focus, input[type=submit]:hover{
	background: black;
}

input[type=submit]{
	padding: 15px 30px;
	display: inline-block;
	border: 1px solid white;
	border-radius: 30px;
	color: white;
	font-size: 14px;
	background: transparent;
	width: 250px;
}

.temp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url("images/fondo.jpg") no-repeat top center;
	background-size: cover;
	align-items: center;
	width: 100%;
	height: 100vh;
	top: 0%;
	padding: 30vh 15% 0 15%;
	left: 0;
	right: 0;
	text-align: center;
	position: fixed;
	z-index:-100;
}

.temp div{
	width: 100%;
	padding: 0 20%;
	text-align: center;
	margin-bottom: 50px;
}

.temp div:nth-child(3){
	margin-top: 15%;
	z-index: 9999999;
}

.temp div:nth-child(3) a{
	margin-left: 0;
}

.temp div:last-child{
	text-align: right;
	position:fixed;
	bottom: 0;
	bottom: 10px;
}

.temp div a{
	display: inline-block;
	margin-left: 10px;
}

#deux div:first-child{
	position: relative;
	padding-top: 30%;
}

#deux div:nth-child(2){
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 20%;
}

#deux div:last-child{
	width: 100%;
	padding-right: 5%;
	text-align: right;
}

#deux div:last-child a{
	display: inline-block;
}

#trois{
	width: 100%;
	padding: 20vh 15% 0 15%;
	position: relative;
	overflow: hidden;
}

.foo{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	left: 0;
	z-index: 999;
}

#trois div{
	width: 100%;
	padding: 0 20%;
	text-align: center;
	margin-bottom: 50px;
}

.menuInicial{
	list-style: none;
	width: 100%;
	text-align: center;
}

.menuInicial li{
	display: inline-block;
	margin: 5px 40px;
}

.menuInicial li a{
	font-family: 'AmbitSemiBold';
	font-size: 26px;
	letter-spacing: 1px;
}

.menuInicial li a:hover{
	color: #0EF7E5;
}


/*–––––––––––––––––––––––––––about–––––––––––––––––––––––––––––*/

.info{
	width: 100%;
	padding: 100px 10%;
	text-align: center;
	border-bottom: 1px solid #333;
}

.info p{
	max-width: 500px;
	margin: 0 auto;
}

.space{
	width: 100%;
	height: 90px;
}

.navigation{
	width: 100%;
	padding: 0 10%;
	position: relative;
}

.navigation a{
	position: absolute;
	left: 10%;
	margin-top: -5%;
}

.navigation a:hover{
	transform: scale(1.1);
}

.navigation a:last-child{
	position: absolute;
	left: auto;
	right: 10%;
	margin-top: -5%;
}

.mobile{
	display: none;
}

.desk{
	display: block;
}

#menuiphone{
	display: none;
}

.process{
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
}


/*–––––––––––––––––––––––––––investments–––––––––––––––––––––––––––––*/

.investments{
	width: 100%;
	min-height: 100vh;
	background: url("images/back-investments.jpg") no-repeat top center;
	background-size: cover;
	border-bottom: 1px solid #333;
	padding: 20% 30% 10% 30%;
}

.grande{
	font-size: 25px;
	line-height: 31px;
	text-align: center;
}

.contact{
	background: black;
}

.contact h2{
	font-size: 28px;
	line-height: 34px;
	font-style: normal;
}

.contact h2 b{
	font-style: italic;
}


/*–––––––––––––––––––––––––––work–––––––––––––––––––––––––––––*/

.F-lex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.F-lex div{
	width: 33%;
	margin-bottom:  9px;
	position: relative;
}

.F-lex div:nth-child(4), .F-lex div:nth-child(5){
	width: 49.5%;
}

.F-lex div img{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.F-lex div span{
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 20px 15%;
	z-index: 2;
	top: 20%;
	opacity: 0;
	max-width: 550px;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.F-lex div:hover span{
	opacity: 1;
}

.F-lex div:hover img{
	opacity: 0.3;
}

.F-lex strong{
	color: #0EF7E5;
}

.work-info strong{
	color: #0EF7E5;
}

.F-lex div:nth-child(4) span, .F-lex div:nth-child(5) span{
	top:35%
}


/*–––––––––––––––––––––––––––proyectos–––––––––––––––––––––––––––––*/

.F-lex2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.work-info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
}

.F-lex2 img{
	object-fit: cover;
	height: 100%;
}

.work-info div{
	direction: ltr;
	margin-bottom: 10px;
}

.padd{
	padding: 5% 10%;
}

.marB{
	margin-bottom: 10px;
}

.marg{
	padding-right: 10px;
}

.col60{
	width: 67%;
}

.col30{
	width: 33%;
}

.col50{
	width: 50%;
}

.F-lex2 .col50 img{
	height: 55vw;
}


@media only screen and (min-width:0px) and (max-width:767px){
	
#menuiphone{
	display: inline-block;
}
	
footer{
	width: 110%;
	padding: 50px 5%;
	background: #000;
	height: 280px;
	position: relative;
	z-index: 9999;
	left: -5%;
	bottom: auto;
	margin-top: 100px;
	text-align: center;
}
	
h2 { 
  margin-top:-18px;
	font-size:30px;
	line-height:36px;
}
	
.temp{
	width: 100%;
	height: 100vh;
	top: 0%;
	padding: 30vh 15% 0 15%;
	z-index:-100;
}

.temp div{
	padding: 0 5%;
	margin-bottom: 50px;
}

.temp div:nth-child(3){
	margin-top: 0px;
	z-index: 9999999;
	position: relative;
	left: 0;
}

.temp div:nth-child(3) a{
	margin-left: 0;
}

.temp div:last-child{
	bottom: 0;
	bottom: auto;
	text-align: center;
	width: 100%;
}

.temp div a{
	margin-left: 10px;
}

#deux div:first-child{
	padding-top: 70%;
}

#deux div:nth-child(2){
	padding-top: 20%;
}

#deux div:last-child{
	width: 100%;
	text-align: center;
	padding-right: 0%;
	padding-top: 50px;
}


#trois{
	width: 100%;
	padding: 20vh 5% 0 5%;
}

.foo{
	height: 300px;
	z-index: 999;
	display: none;
}

#trois div{
	width: 100%;
	padding: 0 20%;
	margin-bottom: 50px;
}

.menuInicial{
	width: 100%;
}

.menuInicial li{
	margin: 15px 0px;
	width: 100%;
}

.menuInicial li a{
	font-size: 18px;
	letter-spacing: 1px;
}
	
	
.logo img{
	width: 160px;
}
	
nav{
	
}

nav ul{
	padding-top: 5px;
	padding-right: 5%;
	text-align: right;
	width: auto;
	overflow: hidden;
	height: 45px;
}
	
nav > ul.active{
	height: 400px;
}

nav ul li{
	padding-bottom: 0px;
	display: block;
	padding: 0;
	text-align: right;
}

nav ul li:hover{
	border-bottom: 0;
	font-family: 'AmbitSemiBold';
}

nav ul li a{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 5px 30px 5px 0;
}
	
nav ul li a:hover{
	font-family: 'AmbitSemiBold';
	margin: 0;
	padding-left: 0;
}

nav ul li ul{
	left: auto;
	right: 0;
	height: auto;
	display: none;
	position: relative;
	padding: 0;
	padding-top: 10px;
	padding-right: 35px;
	text-align: right;
}
	
.submenu.active{
	display: block;
}

nav ul li:hover ul{
	padding: 0;
	padding-top: 10px;
	padding-right: 35px;
	display: none;
}

nav ul li ul li{
	margin-bottom: 15px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

nav ul li ul li:first-child{
	padding-top: 0px;
}

nav ul li ul li a{
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0 10px 0;
}
	


	
h1{
	font-size:24px;
	line-height:31px;
	}

	
p {
	font-size:15px;
	line-height:21px;
	}

a {
	font-size:15px;
	line-height:21px;
	}
	
/*–––––––––––––––––––––––––––about–––––––––––––––––––––––––––––*/

.info{
	width: 100%;
	padding: 80px 15%;
}

.info p{
	max-width: 500px;
}

.space{
	width: 100%;
	height: 0px;
}

.navigation{
	width: 100%;
	padding: 0 0%;
}

.navigation a{
	left: -13%;
	margin-top: -20%;
}

.navigation a:last-child{
	right: -13%;
	margin-top: -20%;
}

.mobile{
	display: block;
}

.desk{
	display: none;
}
	
/*–––––––––––––––––––––––––––investments–––––––––––––––––––––––––––––*/

.investments{
	padding: 250px 10% 10% 10%;
}

.grande{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
	
/*–––––––––––––––––––––––––––work–––––––––––––––––––––––––––––*/

.F-lex{
	
}

.F-lex div{
	width: 100%;
	margin-bottom:  9px;
}

.F-lex div:nth-child(4), .F-lex div:nth-child(5){
	width: 100%;
}


.F-lex div span{
	width: 100%;
	padding: 40px 20px;
	z-index: 2;
	top: 0;
	opacity: 1;
	position: relative;
}
	
	.F-lex div span p, .F-lex div span h1{
		padding: 0 35px;
	}
	
	.F-lex div span h1{
		padding-top: 20px;
	}

.F-lex div:hover span{
	opacity: 1;
}

.F-lex div:hover img{
	opacity: 1;
}

.F-lex div:nth-child(4) span, .F-lex div:nth-child(5) span{
	top:25%
}	
	
.F-lex div img{
	object-fit: cover;
	height: 350px;
}
	
/*–––––––––––––––––––––––––––proyectos–––––––––––––––––––––––––––––*/


.work-info{
	direction: rtl;
}

.F-lex2 img{
	object-fit: cover;
	height: auto;
}

.work-info div{
	margin-bottom: 10px;
}
	
.work-info .col30{
	padding-top: 30px;
}
	
.padd{
	padding: 5%;
}

.marB{
	margin-bottom: 10px;
}

.marg{
	padding-right: 10px;
}

.col60{
	width: 100%;
}

.col30{
	width: 100%;
}

.col50{
	width: 100%;
}

}

@media only screen and (min-width:0) and (max-width:500px){
	
.navigation{
	width: 100%;
	padding: 30px 0%;
	display: flex;
	text-align: center;
	justify-content: center;
}

.navigation a{
	left: 0%;
	margin-top: -0%;
	position: relative;
	margin: 0 5px;
}

.navigation a:last-child{
	position: relative;
	right: 0%;
	margin-top: -0%;
	margin: 0 5px;
}
	
/*–––––––––––––––––––––––––––investments–––––––––––––––––––––––––––––*/

.investments{
	padding: 200px 10% 10% 10%;
}
	
}


@media only screen and (min-width:768px) and (max-width:1023px){
	
h2 { 
  margin-top:-18px;
	font-size:50px;
	line-height:56px;
}
	
.temp{
	width: 100%;
	height: 100vh;
	top: 0%;
	padding: 30vh 15% 0 15%;
	z-index:-100;
}

.temp div{
	padding: 0 20%;
	margin-bottom: 50px;
}

.temp div:nth-child(3){
	margin-top: 15%;
	z-index: 9999999;
}

.temp div:nth-child(3) a{
	margin-left: 0;
}

.temp div:last-child{
	bottom: 0;
	bottom: 10px;
}

.temp div a{
	margin-left: 10px;
}

#deux div:first-child{
	padding-top: 50%;
}

#deux div:nth-child(2){
	padding-top: 20%;
}

#deux div:last-child{
	padding-right: 5%;
}


#trois{
	width: 100%;
	padding: 20vh 15% 0 15%;
}

.foo{
	height: 150px;
	z-index: 999;
}

#trois div{
	width: 100%;
	padding: 0 20%;
	margin-bottom: 50px;
}

.menuInicial{
	width: 100%;
}

.menuInicial li{
	margin: 5px 20px;
}

.menuInicial li a{
	font-size: 18px;
	letter-spacing: 1px;
}
	

.logo img{
	width: 190px;
}
	
nav{
	
}

nav ul{
	padding-top: 20px;
	padding-right: 5%;
}

nav ul li{
	padding-bottom: 5px;
}

nav ul li:hover{
	border-bottom: 5px solid white;
}

nav ul li a{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 5px 30px 5px 0;
}

nav ul li ul{
	left: 0;
}

nav ul li:hover ul{

}

nav ul li ul li{
	margin-bottom: 15px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

nav ul li ul li:first-child{
	padding-top: 30px;
}

nav ul li ul li a{
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0 10px 0;
}


	
h1{
	font-size:24px;
	line-height:31px;
	}

h2 { 
  margin-top:-18px;
	font-size:60px;
	line-height:66px;
}

	
p {
	font-size:16px;
	line-height:22px;
	}

a {
	font-size:16px;
	line-height:22px;
	}
	
/*–––––––––––––––––––––––––––about–––––––––––––––––––––––––––––*/

.info{
	width: 100%;
	padding: 100px 10%;
}

.info p{
	max-width: 500px;
}

.space{
	width: 100%;
	height: 90px;
}

.navigation{
	width: 100%;
	padding: 0 0%;
}

.navigation a{
	left: -2%;
	margin-top: -10%;
}

.navigation a:last-child{
	right: -2%;
	margin-top: -10%;
}

.mobile{
	display: none;
}

.desk{
	display: block;
}

	
/*–––––––––––––––––––––––––––investments–––––––––––––––––––––––––––––*/

.investments{
	padding: 20% 20% 10% 20%;
}

.grande{
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
	
/*–––––––––––––––––––––––––––work–––––––––––––––––––––––––––––*/

.F-lex{
	
}

.F-lex div{
	width: 33%;
	margin-bottom:  9px;
}

.F-lex div:nth-child(4), .F-lex div:nth-child(5){
	width: 49.5%;
}


.F-lex div span{
	width: 100%;
	padding: 10px 20px;
	z-index: 2;
	top: 10%;
	opacity: 0;
}

.F-lex div:hover span{
	opacity: 1;
}

.F-lex div:hover img{
	opacity: 0.3;
}

.F-lex div:nth-child(4) span, .F-lex div:nth-child(5) span{
	top:25%
}	
	
.F-lex div img{
	object-fit: cover;
	height: 350px;
}
	
/*–––––––––––––––––––––––––––proyectos–––––––––––––––––––––––––––––*/


	
.work-info .col30, .work-info .col60{
	width: 50%;
}
	
.work-info .col60 img{
	object-fit: cover;
	height: 400px;
}
	
	.work-info video{
		height: 400px;
	}


}


@media only screen and (min-width:1024px) and (max-width:1300px){


.temp{
	width: 100%;
	height: 100vh;
	top: 0%;
	padding: 30vh 15% 0 15%;
	z-index:-100;
}

.temp div{
	padding: 0 20%;
	margin-bottom: 50px;
}

.temp div:nth-child(3){
	margin-top: 15%;
	z-index: 9999999;
}

.temp div:nth-child(3) a{
	margin-left: 0;
}

.temp div:last-child{
	bottom: 0;
	bottom: 10px;
}

.temp div a{
	margin-left: 10px;
}

#deux div:first-child{
	padding-top: 30%;
}

#deux div:nth-child(2){
	padding-top: 20%;
}

#deux div:last-child{
	padding-right: 5%;
}


#trois{
	width: 100%;
	padding: 20vh 15% 0 15%;
}

.foo{
	height: 200px;
	z-index: 999;
}

#trois div{
	width: 100%;
	padding: 0 20%;
	margin-bottom: 50px;
}

.menuInicial{
	width: 100%;
}

.menuInicial li{
	margin: 5px 30px;
}

.menuInicial li a{
	font-size: 22px;
	letter-spacing: 1px;
}
	
	


nav{
	
}

nav ul{
	padding-top: 20px;
	padding-right: 20%;
}

nav ul li{
	padding-bottom: 5px;
}

nav ul li:hover{
	border-bottom: 5px solid white;
}

nav ul li a{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 5px 40px 5px 0;
}

nav ul li ul{
	left: 0;
}

nav ul li:hover ul{

}

nav ul li ul li{
	margin-bottom: 15px;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

nav ul li ul li:first-child{
	padding-top: 30px;
}

nav ul li ul li a{
	font-size: 15px;
	line-height: 20px;
	padding: 5px 0 10px 0;
}


	
h1{
	font-size:24px;
	line-height:31px;
	}

h2 { 
  margin-top:-18px;
	font-size:60px;
	line-height:66px;
}

	
p {
	font-size:16px;
	line-height:22px;
	}

a {
	font-size:16px;
	line-height:22px;
	}
	
/*–––––––––––––––––––––––––––about–––––––––––––––––––––––––––––*/

.info{
	width: 100%;
	padding: 100px 10%;
}

.info p{
	max-width: 500px;
}

.space{
	width: 100%;
	height: 90px;
}

.navigation{
	width: 100%;
	padding: 0 10%;
}

.navigation a{
	left: 5%;
	margin-top: -7%;
}

.navigation a:last-child{
	right: 5%;
	margin-top: -7%;
}

.mobile{
	display: none;
}

.desk{
	display: block;
}

/*–––––––––––––––––––––––––––investments–––––––––––––––––––––––––––––*/

.investments{
	padding: 25% 25% 10% 25%;
	min-height: 100vh;
}

.grande{
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
	
/*–––––––––––––––––––––––––––work–––––––––––––––––––––––––––––*/

.F-lex{
	
}

.F-lex div{
	width: 33%;
	margin-bottom:  9px;
}

.F-lex div:nth-child(4), .F-lex div:nth-child(5){
	width: 49.5%;
}


.F-lex div span{
	width: 100%;
	padding: 10px 8%;
	z-index: 2;
	top: 10%;
	opacity: 0;
}

.F-lex div:hover span{
	opacity: 1;
}

.F-lex div:hover img{
	opacity: 0.3;
}

.F-lex div:nth-child(4) span, .F-lex div:nth-child(5) span{
	top:30%
}	


}


@font-face {
    font-family: 'AmbitLight';
    src: url('fonts/AmbitLight.eot');
    src: url('fonts/AmbitLight.eot') format('embedded-opentype'),
         url('fonts/AmbitLight.woff2') format('woff2'),
         url('fonts/AmbitLight.woff') format('woff'),
         url('fonts/AmbitLight.ttf') format('truetype'),
         url('fonts/AmbitLight.svg#AmbitLight') format('svg');
	font-style: normal;
	font-weight: normal;
}


@font-face {
    font-family: 'AmbitRegular';
    src: url('fonts/AmbitRegular.eot');
    src: url('fonts/AmbitRegular.eot') format('embedded-opentype'),
         url('fonts/AmbitRegular.woff2') format('woff2'),
         url('fonts/AmbitRegular.woff') format('woff'),
         url('fonts/AmbitRegular.ttf') format('truetype'),
         url('fonts/AmbitRegular.svg#AmbitRegular') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: 'AmbitSemiBold';
    src: url('fonts/AmbitSemiBold.eot');
    src: url('fonts/AmbitSemiBold.eot') format('embedded-opentype'),
         url('fonts/AmbitSemiBold.woff2') format('woff2'),
         url('fonts/AmbitSemiBold.woff') format('woff'),
         url('fonts/AmbitSemiBold.ttf') format('truetype'),
         url('fonts/AmbitSemiBold.svg#AmbitSemiBold') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
    font-family: 'AmbitBlack';
    src: url('fonts/AmbitBlack.eot');
    src: url('fonts/AmbitBlack.eot') format('embedded-opentype'),
         url('fonts/AmbitBlack.woff2') format('woff2'),
         url('fonts/AmbitBlack.woff') format('woff'),
         url('fonts/AmbitBlack.ttf') format('truetype'),
         url('fonts/AmbitBlack.svg#AmbitBlack') format('svg');
	font-style: normal;
	font-weight: normal;
}






