@font-face {
    font-family: "Regular";
    src: url('./../fonts/FrutigerLTStd-Cn.otf') format("truetype");
}
@font-face {
    font-family: "Italica";
    src: url('./../fonts/FrutigerLTStd-Italic.otf') format("truetype");
}
@font-face {
    font-family: "Negrita";
    src: url('./../fonts/FrutigerLTStd-Black.otf') format("truetype");
}

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

html,body{
 font-family: 'Regular';
	width:100%;
	height:100%;
	margin: 0px; 
}

.navigation{
	position:fixed;
	z-index:1;
	top:20px;
}

.navigation li{
	color:#333333;
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:2px;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom:1px solid #FFF;
	text-align:left;
	width:53px;
}

ol{
	color:#333333;
	display:block;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:2px;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom:1px solid #FFF;
	text-align:left;
	width:53px;
}


@media (max-width: 700px) and (min-width: 1px) {

	.navigation li{
		color:#333333; 
		display:none;
		width:8px;
	}

	ol{
		color:#333333;
		display:none;
		
		width:8px;
	}
.button{
	display:none;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
	.navigation li:hover,.active{
		font-size:10px;
		cursor:pointer;
		width:100px!important;
	}
	ol:hover{
		font-size:10px;
		cursor:pointer;
		width:100px!important;
	}

	 ol:hover{
	font-size:10px;
	cursor:pointer;
	width:100px!important;
}

.navigation li:hover,.active{
	font-size:10px;
	cursor:pointer;
	width:100px!important;
}


}

 ol:hover{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}

.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
}
.envatologo{
position:fixed;
top:50%;
left:50%;
width:446px;
margin-top:-41px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	background-image:url(../images/arrow.png);
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1{

	
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
		  background: url(./../images/QuienesSomos/FONDO_CIELO.jpg) no-repeat  fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat: no-repeat;
		  
}
 

/******************************
 SLIDE 3 
*******************************/
#slide3{
	background-color:#393B3D;
}
#slide3 img:first-child{
	position:absolute;
top: 700px;
left: 300px;
}
#slide3 img:nth-child(2){
	position:absolute;
	top:100px;
	left:100px;
}
#slide3 img:nth-child(3){
	position:absolute;
	top:150px;
	left:300px;
}
#slide3 img:nth-child(4){
	position:absolute;
	top:450px;
	left:300px;
}
#slide3 img:nth-child(5){
	position:absolute;
	top:200px;
	right:300px;
}
#slide3 img:nth-child(6){
	position:absolute;
	top:100px;
	right:300px;
}
/******************************
 SLIDE 4 
*******************************/

#slide4{
	background-image:url(../images/Slide4/desktop4.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide4 .parallaxbg{
	position:absolute;
	right:40px;
	top:40px;
	font-size:28px;
	color:rgba(51,51,51,0.3);
}

