header {
  height: 200vh;
  z-index: 5;
  position: relative;
}

header div.video-point {
  background: url("../img/patternblack.png");
  background-size: 2px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

header video{
 position: fixed;
 width: 100%;
 max-width: 1920px;
 height: auto;
 z-index: 0;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3), 0px 0px 25px rgba(0, 0, 0, 0.75), -1px -1px 1px rgba(255, 255, 255, 0.501);
   border-radius: 5px;
}

.container {
  clip: rect(0, auto, auto, 0);
  overflow: hidden;
  position: absolute;
  height: 100vh;
  left: 0;
  width: 100%;
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
  z-index: 10;
}

.title_wrapper {
  position: fixed;
  display: block;  
  margin: auto;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.title_wrapper img.montanas{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 30%;
 left: 0;
 z-index: 0;
 mix-blend-mode: soft-light
}
.title_wrapper img.shadown{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 0;
 mix-blend-mode: multiply;
 opacity: .5
}

.first {
  background: none;
  top: 0;
}
.second {
background: none;
  top: 100vh;
}

.first .title_wrapper .first-mask {
  background: transparent url("../img/papel.jpg");
  background-blend-mode: soft-light;
  background-size: auto;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
-webkit-mask-position:  center;
}

.title_wrapper .intro-btn{
	position: relative;
	  margin: 7.5% auto;
	  width: 70%;
	  height: 70%;
	  border: 1px solid  transparent;
	  border-image: linear-gradient(135deg,  transparent 5%,  rgba(255, 255, 255, 0.7) 5%) 1;

}

.title_wrapper .intro-btn img{
	  position: absolute;
	  width: 9%;
	  height: auto;
	  top: 7%;
	  left: 4%;
	  transform: translate(-50%, -50%);
	  opacity: .65;
	 /* background: transparent url("../img/papel.jpg");
		background-blend-mode: soft-light;
		background-size: auto;
		background-position: center;
		opacity: 1;*/
		
}
.title_wrapper  .head-over{
	position: absolute;
	width: 80%;
	height: 49%;
	bottom: 0;
	left: 10%;
	background: none;
	text-align: center;
	z-index: 200;
}
.title_wrapper .intro-btn h2{
	  color: rgba(255, 255, 255, 1);
	  font-weight: 100;
	  font-size: 2em;
	  text-transform: uppercase;
	  background: rgba(255, 255, 255, 0.3);
	  padding: .25em 0;
	  margin: .5em 0 1em; 
	  border-radius: 10px;
}

.second .title_wrapper .intro-btn h2{
	  color: #038489;
	  font-weight: 100;
	  font-size: 2em;
	  text-transform: uppercase;
	  background: rgba(255, 255, 255, 0.3);
	  padding: .25em 0;
	  margin: .5em 0 1em; 
	  border-radius: 10px;
}

.title_wrapper .intro-btn p{
	width: 100%;
	margin: 0 auto 0;
	font-size: 1.1em;
	text-align: left;
}


.title_wrapper span.icon-chevron-with-circle-down{
	  color: rgba(255, 255, 255, .5);
	  font-weight: 1200;
	  font-size: 4em;
	  position: absolute;
	  bottom: 9%;
	  left: 50%;
	  transform: translateX(-50%);
	  display: none
}

.title_wrapper  i{
	  color: rgba(255, 255, 255, .5);
	  font-weight: 200;
	  font-size: .8em;
	  position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		  display: none
}

.second .title_wrapper .second-mask {
	background: transparent url("../img/papel.jpg");
	  background-blend-mode: soft-light;
	  background-size: auto;
	  background-position: center;
position: absolute;
  width: 100%;
	height: 100%;
	-webkit-mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position:  center;
	font-weight: 200;
}

#header-wapp {
	opacity: 0;
	position: fixed;
	bottom: 15%;
	right: 8%;
	z-index: 25;
	transition: opacity 1s ease;
	background: none;
	text-align: right;
	color: #f0ff00;
	font-size: 3em;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
}

section {
	position: relative;
	width: 100vw;
	z-index: 6;
	padding: 0;
	text-align: center;
	background: transparent url("../img/papel.jpg");
	background-blend-mode: soft-light;
	background-size: auto;
	background-position: center;
	box-shadow: 0 -15px 15px rgba(0, 0, 0, .25);
	border-top: 1px solid rgba(255, 255, 255, 0.25)
}

section img.bg-main{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	mix-blend-mode: soft-light;
	opacity: .75;
}
section .main-content{
	position: relative;
	width: 70vw;
	margin: 0 auto;
	padding: 0;
	border-radius: 20px;
	display: inline-block;
	margin-top: -2.5%;
	background: rgba(83, 65, 40, .1) url("../img/papel.jpg");
	background-blend-mode: multiply;
	background-size: auto;
	background-position: center;
	overflow: visible;
}

section .main-content img.main-bg{
	position: absolute;
	width: 101%;
	height: auto;
	top: 78vh;
	left: -.5%;
	z-index: 0;
	mix-blend-mode: soft-light;
	opacity: 1;
	overflow: hidden;
	border-radius: 20px;
	overflow: hidden;
}

 .logotipo{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 10%;
	background: rgba(0, 0, 0, 0.75);
	padding: 3em 0 1em;
	z-index: 100;
	width: 100px;
	border-radius: 0 0 50px 50px;
	mix-blend-mode: multiply;
	opacity: .75
}
.logotipo img{
	width: 90%;
	z-index: 0;
}

section .nav-main {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	padding: 0;
	color: rgba(0, 0, 0, 1);
}

section .nav-main img{
	position: absolute;
	width: 5%;
	height: auto;
	top: 0;
	left: 9%;
	margin-top: 5%;
	opacity: .6;
	cursor: pointer;
}

section .nav-main ul{
	position: absolute;
	top: 0;
	left: 75.5vw;
background: rgba(254, 255, 0, .5) url("../img/papel.jpg");
	background-blend-mode: soft-light;
	background-size: auto;
	background-position: center;
transform-origin: right top;
  transform: rotate(-90deg);
  margin-top: 5%;
  padding: 1.5em 2em .5em;
  border-radius: 0 0 15px 15px;
  box-shadow: inset 1px 3px 4px  rgba(0, 0, 0, .5);
  filter: drop-shadow(-2px 2px 5px rgba(0, 0, 0, 0.5));
  border: 1px;
  border-color: transparent rgba(255, 255, 255, .3) rgba(255, 255, 255, .4) rgba(0, 0, 0, .3);
  border-style: none none solid solid;
}

section .nav-main ul li{
	display: inline-block;
	font-size: 1.25em;
	border-right: 1px solid rgba(255, 255, 255, 1);
	padding: 0 .5em;
	cursor: pointer;
}

section .nav-main ul li:hover{
	display: inline-block;
	font-size: 1.3em;
	border-right: 1px solid rgba(255, 255, 255, 1);
	padding: 0 .5em;
	cursor: pointer;
}
section .nav-main ul li:last-child{
	border-right: none;
	padding: 0;
}

section .nav-main ul li span{
	display: inline-block;
	transform-origin: center;
	  transform: rotate(90deg);
	 font-size: 1.5em;
	 color: rgba(255, 255, 255, 1);
	 margin-right: 0;
}

article {
	position: relative;
	width: 100%;
	margin: 0;
}

article h1 {
	font-size: 5.5em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	font-weight: 200;
}

article p {
	text-align: left;
	color: rgba(0, 0, 0, 1);
}

article i.caption {
	position: absolute;
	bottom: 2%;
	right: 8%;
	text-align: right;
	color: rgba(255, 255, 255, .75);
	font-size: .75em;
	opacity: .75;
	font-style: italic;
}
article i.caption:after {
	font-family: 'icomoon';
	content: '\e969';
	margin-right: .5em;
	color: rgba(241, 255, 0, 1);
}

article div.artxt h1 {
	font-size: 5em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	font-weight: 800;
}

article div.artxt  h2 {
	color: rgba(255, 255, 255, 1);
	text-align: left;
	font-weight: 200;
	font-size: 2em;
	background: rgba(255, 255, 255, 0.25);
	padding: .25em 1%;
	border-radius: 1px;
	width: 98%;
}

article div.artxt  p {
	text-align: left;
	color: rgba(255, 255, 255, 1);
	margin: 1em 0 ;
}

article a.open_gallery {
	position: absolute;
	bottom: 7.5%;
	right: 7.5%;
	border: none;
	border-radius: 20px;
}

article a.open_gallery:before {
	font-family: 'icomoon';
	content: '\ea68';
	color: rgba(241, 255, 0, 1);
	margin-right: 1em;
}

.bg-img {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	z-index: -1;
	mix-blend-mode: multiply;
	opacity: .35;
}
.middle{
position: relative;
background: none;
overflow: hidden;
}
.middle img.bg-montanas{
position: absolute;
width: 105%;
height: 100%;
top: 5%;
left: -2%;
mix-blend-mode: soft-light;
}
/*==============OVERVIEW============*/
article.overview {
	width: 100%;
	height: 35vw;
	padding: 0;
	z-index: 2;
	background: transparent url("../img/papel.jpg");
	background-blend-mode: multiply;
	background-size: auto;
	background-position: center;
	overflow: hidden;
	  text-align: left;
	 box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3), 0px 0px 25px rgba(0, 0, 0, 0.75), -1px -1px 1px rgba(255, 255, 255, 0.501);
		border-radius: 5px;
}

article.overview img{
	width: 100%;
	height: 100%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  z-index: -1
}
article.overview .artxt{
	position: absolute;
	width: 30%;
	left: 8%;
	top: 50%;
}

article.overview a.keep{
	color: #feff00;
	background: rgba(255, 255, 255, 0.2);
	padding: .25em;
	cursor: pointer;
}

article.threestep{
	padding: 10vh 0;
	height: 40vh;
}

article.threestep ul{
	position: absolute;
	width: 95%;
	top: 55%;
	left:50%;
	transform: translate(-50%, -50%);
	background: none;
	background-blend-mode: soft-light;
	background-size: auto;
	background-position: center;
	padding-bottom: 4em;
} 

article.threestep ul li{
	width: 23%;
	padding: 0 1%;
	float: left;
	text-align: left;
}

article.threestep ul li.tres{
	width: 31%;
	padding: 0 1%;
	float: left;
	text-align: left;
}

article.threestep ul li.head{
	width: calc(23% - 8px);
	padding: 2% 1%;
	border: 4px solid rgba(255, 255, 255, 1);
	border-radius: 10px;
	
	font-size: 1.75em;
	font-weight: 800;
	text-align: right;
	color: rgba(241, 255, 0, 1);
	text-transform: uppercase;
	line-height: 1.4em;
	text-shadow: -3px 2px 5px  rgba(0, 0, 0, 0.7);
}

article.threestep ul li.head a{
	font-size: .6em;
}
article.threestep ul li.head a:hover{
	color: rgba(0, 0, 0, 75)
}

article.threestep ul li.head i{
	position: relative;
	font-size: .8rem;
	font-style: italic;
	color: rgba(0, 0, 0, .5);
	font-weight: 400;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

article.threestep ul li h1{
	color: transparent;
	 background: url(../img/papel.jpg);
	 background-position: center;
	 background-repeat: repeat;
	 background-size: auto;
	 -webkit-background-clip: text;
	 font-size: 11em;
	 text-align: center;
	 margin-top: 0;
	 font-weight: 1000;
	 z-index: 20;
}

article.threestep ul li h2{
	 font-size: 1.5em;
	 text-align: left;
	 color: rgba(241, 255, 0, 1);
	 font-weight: 800;
	 font-variant: small-caps;
	 padding: .5em;
}

article.threestep ul li p{
	 font-size: 1em;
	 color: rgba(255, 255, 255, 1);
	 margin-right: 1em;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	padding: .5em;
}
article.threestep i{
	position: absolute;
	width: 80%;
	height: auto;
	bottom: 2em;
	left: 10%;
	background: rgba(255, 255, 255, 0.1);
	padding: .25em;
}

article.launchpad {
	padding: 0;
	text-align: center;
	height: 20vh;
	margin: 3% 0 0;
}

article.launchpad .contenedor {
	position: relative;
	width: 24%;
	height: 100%;
	display: inline-block;
	margin:0;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	outline: none;
	outline-offset: -25px;
	z-index: 10;
}

article.launchpad .contenedor .image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

article.launchpad .contenedor .image img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .6s
}

article.launchpad .contenedor .headline {
	position: absolute;
	bottom: 6%;
	right: 5%;
	z-index: 10;
	text-align: right;
	transition: .6s;
	background: none;
	width: 80%;
	opacity: 1;
}

article.launchpad .contenedor .headline h2 {
	text-transform: uppercase;
	font-weight: 800;
	text-align: right;
	transition: .6s;
	opacity: 1;
	transform: scale(.85);
	color: #ffffff;
	background: none;
	line-height: .9em;
}

article.launchpad .contenedor .headline p {
	transition: .6s;
	opacity: 1;
	transform: scale(1);
	color: rgba(255, 255, 255, 1);
	text-align: right;
	display: none;
}

article.launchpad .contenedor span {
	position: absolute;
	top: 12%;
	right: 12%;
	font-weight: 800;
	text-align: right;
	font-size: 2em;
	transition: .6s;
	opacity: 0;
	transform-origin: center;
}

article.launchpad .contenedor:hover .image img {
	width: auto;
	height: 105%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: blur(6px) sepia(.55);
}

article.launchpad .contenedor:hover .headline {
	opacity: 1;
}

article.launchpad .contenedor:hover .headline h2 {
	transform: scale(1.5);
	opacity: 0;
}

article.launchpad .contenedor:hover .headline p {
	transform: scale(.75);
	opacity: 1;
	padding-left: 3em;
	display: block;
}

article.launchpad .contenedor:hover span {
	transform: scale(1);
	opacity: 1;
	top: 50%;
	display: block;
	transform: rotateZ(-90deg)
}


article.info{
	height: 90vh;
	overflow: hidden;
	margin: 0;
}

article.info img.bg-reflex{
	position: absolute;
	width: 105%;
	height: 100%;
	bottom: 30%;
	left: -2%;
	mix-blend-mode: soft-light;
	z-index: 0;
	-webkit-transform: scaleY(-1);
	  transform: scaleY(-1);
}
article.info h2.other{
	position: absolute;
	top: 87%;
	left: 62%;
	text-transform: uppercase;
}

article.info .video-head{
	position: absolute;
	width: 38%;
	height: 100%;
	top: 0;
	left: 62%;
	overflow: hidden;
	
	background: transparent url("../img/papel.jpg");
	background-blend-mode: multiply;
	background-size: auto;
	background-position: center;
	
	-webkit-mask-image: url("../img/mask/mask-info.png");
		-webkit-mask-size: 100% auto;
		-webkit-mask-repeat: no-repeat;
	  -webkit-mask-position:  center;
	  z-index: 2
}

article.info .video-head video{
	width: auto;
	height: 100%;
position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

article.info .info-head{
	position: absolute;
	width: 62%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	background: none;
}

article.info .info-head .info-important{
	position: relative;
	width: 80%;
	height: 50%;
	padding: 0 10%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	background: none;
}

article.info .info-head .info-important a{
	color: rgba(254, 255, 0, 1);
	border-color: rgba(254, 255, 0, 1);
}

article.info .info-head .info-theseare{
	position: relative;
	width: 90%;
	height: 50%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: start;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	background: none;
}

article.info .info-head .info-theseare li{
 width: calc(33% - 1em);
 float: left;
 background: none;
 padding: 0 .5em;
 border-right: 1px solid rgba(255, 255, 255, .4);
// outline: 1px solid rgba(255, 255, 255, 0.5); 
//   outline-offset: -10px;
 }
 
 article.info .info-head .info-theseare li:last-child{
  border-right: none;
 // outline: 1px solid rgba(255, 255, 255, 0.5); 
 //   outline-offset: -10px;
  }
 article.info .info-head .info-theseare li .image-cont{
	 position: relative;
   width: 100%;
   height: 8em;
   overflow: hidden;
   }
 
 article.info .info-head .info-theseare li .image-cont img{
	 width: 100%;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	filter: sepia(.75)
  }
  
  article.info .info-head .info-theseare li p{
	padding: .25em 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: rgba(254, 255, 0, 1);
	}
	
	article.info .info-head .info-theseare h2{
	color: rgba(255, 255, 255, 1);
	text-align: left;
	font-weight: 100;
	font-size: 2em;
	background: rgba(255, 255, 255, 0.25);
	padding: .25em 1%;
	border-radius: 1px;
	width: 98%;
	margin: 0;
}
	article.info .info-head .info-theseare li a{
	padding: .25em 0 0;
	text-align: left;
	display: block;
	color: rgba(255, 255, 255, 1);
	}
	
	article.info .info-head .info-theseare li a:hover{
	background: rgba(0, 0, 0, .1);
	cursor: pointer;
	}
	
	article.info .info-head .info-theseare li a:before{
	font-family: 'icomoon';
	content: '\e969';
	color: rgba(254, 255, 0, 1);
	margin-right: .5em;
	}

	
	article.share {
		position: relative;
		background: rgba(19, 132, 135, 1);
		mix-blend-mode: soft-light;
		color: rgba(255, 255, 255, 1);
		padding: 5% 0;
	}
	article.share p{
		color: rgba(255, 255, 255, 1);
		font-size: 1.1em;
	}
	article.share a{
		color: rgba(254, 255, 0, 1);
		font-size: 1.15em;
		cursor: pointer;
	}
	article.share a:hover{
		text-decoration: underline;
	}
	
	article.share div.icon{
		position: absolute;
		width: 36%;
		top: 50%;
		right: 62%;
		padding: 0 2% 0 0;
		transform: translateY(-50%);
		background: none;
		text-align: right;
		font-size: 4em;
		color: rgba(254, 255, 0, 1);
		
	}
	article.share div.share-text{
		position: absolute;
		width: 40%;
		top: 50%;
		left: 38%;
		padding: 0 20% 0 2%;
		transform: translateY(-50%);
		border-left: 1px solid rgba(255, 255, 255, 1);
		background: none;
	}



footer{
	background:  none;
	background-blend-mode: multiply;
	background-size: auto;
	background-position: center;
	padding: 5% 0;
	width: 100%;
	position: relative;
	margin: 0;
	border-bottom: 5px solid rgba(254, 255, 0, 1);
}

footer .footer-shadown {
	mix-blend-mode: multiply;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	z-index: 0;
}


footer .contenedor_footer {
	position: relative;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	/*padding: 5% 0;
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7), -1px -1px 1px rgba(255, 255, 255, .5);
	z-index: 10;
	background: none;
	background-blend-mode:soft-light;
	background-size: auto;
	background-position: center;*/
}

footer ul {
	position: relative;
	width: 13%;
	margin-right: 0;
	z-index: 12;
	display: inline-block;
	background: none;
	padding: 0 5%;
	font-size: .9em;
	background: none
}

footer ul.img-corp img {
	width: 75%;
	opacity: .65;
	mix-blend-mode: multiply;
	cursor: pointer
}

footer ul.img-corp p {
	font-weight: 200;
	font-variant: small-caps;
}

footer ul.img-corp span {
	color: #017782;
}

footer ul.contact {
	text-align: left;
}

footer ul h2 {
	font-size: 1.5em;
	display: inline-block;
	font-variant: small-caps;
	font-weight: 800;
	opacity: .75;
}

footer ul span.head {
	font-size: 1.5em;
	color: #ffffff;
	float: right;
}


footer ul.browse {
	text-align: left;
}

footer ul.legal {
	text-align: left;
}

footer ul li.hr-head {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 1em;
	padding-bottom: .3em;
}

footer ul li span {
	color: #f0ff00;
}


footer .contenedor_footer ul li:hover {
	background: rgba(46, 45, 45, 0.1);
	cursor: pointer;
}

footer ul li:first-child:hover {
	background: none;
	cursor: initial;
}

footer ul li:last-child:hover {
	background: rgba(255, 255, 255, .2);
	cursor: pointer;
}

footer ul li:last-child {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(240, 255, 0, 0.694);
	border-radius: 0 0 8px 8px;
	padding: .5em;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: 800;
	font-variant: small-caps;
}

footer ul li:last-child span {
	color: #fff;
	margin-right: 1em;
}

footer ul.img-corp li:last-child {
	background: none;
}

footer ul.contact li span {
	margin-right: 1em;
}

footer ul.img-corp li:last-child span {
	font-size: 1.2em;
	color: rgba(240, 255, 0, 0.694);
	margin-right: .5em;
}

.logos {
	position: relative;
	width: 58%;
	margin:0 auto;
	opacity: .75;
	text-align: left;
	padding: 0 0 2%;;
	background: none;
	text-align: center;
}
.logos p{
	text-align: left;
	margin-bottom: 2.5%;
	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding: .5em 0;
}
.logos p:before{
	font-family: "icomoon";
	content: '\e969';
	margin-left: 1em;
	color: rgba(254, 255, 0, 1);
}
.logos img{
	width: 35%;
	opacity: .6;
}


article.info .info-head .info-theseare li.trending a:before{
	font-family: 'icomoon';
	content: '\e969';
	color: rgba(254, 255, 0, 1);
	margin-right: .5em;
}

article.info .info-head .info-theseare li.trending a.uno:after{
	content: 'Ancascocha Trek';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.trending a.dos:after{
	content: 'Rainbow Mountain hike';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.trending a.tres:after{
	content: 'Humantay Lake hike';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.trending a.cuatro:after{
	content: 'Sacred Valley tour';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.trending a.cinco:after{
	content: 'Llama trek retreat';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.trending a.seis:after{
	content: 'Huaraz trek';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.trending a.siete:after{
	content: 'Paracas & Ica tours';
	color: rgba(255, 255, 255, 1);
}

article.info .info-head .info-theseare li.requested a:before{
	font-family: 'icomoon';
	content: '\e969';
	color: rgba(254, 255, 0, 1);
	margin-right: .5em;
}

article.info .info-head .info-theseare li.requested a.uno:after{
	content: 'Inca trail trek';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.requested a.dos:after{
	content: 'Short Inca trail';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.requested a.tres:after{
	content: 'Sacred valley & Machu Picchu';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.requested a.cuatro:after{
	content: 'Machu Picchu day tour';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.requested a.cinco:after{
	content: 'Horseback riding tours';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.requested a.seis:after{
	content: 'Colca tours';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.requested a.siete:after{
	content: 'Manu tours';
	color: rgba(255, 255, 255, 1);
}


article.info .info-head .info-theseare li.suggested a:before{
	font-family: 'icomoon';
	content: '\e969';
	color: rgba(254, 255, 0, 1);
	margin-right: .5em;
}

article.info .info-head .info-theseare li.suggested a.uno:after{
	content: 'Alpaca yoga';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.suggested a.dos:after{
	content: 'Wellness retreat to Machu Picchu';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.suggested a.tres:after{
	content: 'Indigenous experience';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.suggested a.cuatro:after{
	content: 'Gastronomy experience';
	color: rgba(255, 255, 255, 1);
}
article.info .info-head .info-theseare li.suggested a.cinco:after{
	content: 'Ancascocha trek';
	color: rgba(255, 255, 255, 1);
}
/*==============================*/

.first.indigenous .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/indigenous-a.png");
}

.second.indigenous .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/indigenous-b.png");
}

.first.gastronomy .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/gastronomy-a.png");
}

.second.gastronomy .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/gastronomy-b.png");
}

.first.horseback .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/horseback-a.png");
}

.second.horseback .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/horseback-b.png");
}

.first.gateways .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/getaways-a.png");
}

.second.gateways .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/getaways-b.png");
}

.first.spiritual .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/spiritual-a.png");
}

.second.spiritual .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/spiritual-b.png");
}

.first.outdoor .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/outdoor-a.png");
}

.second.outdoor .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/outdoor-b.png");
}

.first.national .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/national-a.png");
}

.second.national .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/national-b.png");
}

.first.corporative .title_wrapper .first-mask {
  -webkit-mask-image: url("../img/mask/corporative-a.png");
}

.second.corporative .title_wrapper .second-mask {
	-webkit-mask-image: url("../img/mask/corporative-b.png");
}







.prom25{
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100vh;
	left: 0;
	z-index: 300;
	backdrop-filter: blur(65px);
	 -webkit-backdrop-filter: blur(65px); 
	
}

.prom25 span{
	color: rgba(255, 255, 255, 1);
	font-size: 1.5em;
	cursor: pointer;
	position: absolute;
	top: 85%;
	left: 87%;
}


.prom25 article{
	position: absolute;
	width: 80%;
	height: 90%;
	top: 0;
	left: 10%;
	background: transparent url("../img/papel.jpg");
	  background-blend-mode: soft-light;
	  background-size: auto;
	  background-position: center;
	  border-radius: 0 0 15px 15px;
	  overflow: hidden;
	  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  }
  
  .prom25 article video{
	  width: auto;
	  height: 100%;
	  position: absolute;
		top: 0;
		left: 0;
	}

.prom25 article div.con{
		position: absolute;
		width: 55%;
		height: 90%;
		padding: 5%;
		top: 0;
		left: 35%;
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: left;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-flow: column nowrap;
		opacity: 1;
	}
	
.prom25 article div.con h2{
	font-size: 6em
	}
	
	.prom25 article div.con h1{
		font-size: 16em;
		color:   rgba(255, 255, 255, .75);
		text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.3), -1px -1px 0 rgba(255, 255, 255, .75);
		font-weight: 900;
	}
	
	.prom25 article div.con p{
		color: rgba(235, 255, 255, 1);
	}

.prom25 article div.con a{
		font-size: 1.5em;
		color: rgba(235, 255, 0, 1);
		margin-top: 1em;
	}


@media (min-width: 1920px) {
	 
	}
	
	@media (min-width: 1440px)  and (max-width: 1919px)  {
	 section .main-content{
		 width: 80vw;
	 }
	 section .nav-main ul{
		 left: 76vw;
	 }
	 section .nav-main img{
		 left: 4%;
	 }
	 article.overview {
		 height: 40vw;
	 }
	 article.threestep{
		 padding: 10vh 0;
		 height: 70vh;
	 }
	 article.info{
		 height: 120vh;
	 }
	 
	 article.share {
		 padding: 10% 0;
	 }
	 
	 footer  {
		  width: 100%;
		  margin: 0;
		   padding: 0;
		  background:  none
	  }
	 
	 footer ul {
		 width: 22%;
		 margin: 5% 1%;
			padding: 0;
		 background: none
	 }
	 
	 footer ul.img-corp img{
		 width: 60%;
	 }
	 
	 .title_wrapper  .head-over{
		 position: absolute;
		 width: 95%;
		 height: 49%;
		 left: 2.5%;
	 }
	 .title_wrapper .intro-btn h2{
		   font-weight: 100;
		   font-size: 1.25em;
	 }
	 
	 .second .title_wrapper .intro-btn h2{
		   font-weight: 100;
		   font-size: 1.25em;
	 }
	 
	 .title_wrapper .intro-btn p{
		 font-size: .9em;
	 }
	}
	
	@media (min-width: 1280px) and (max-width: 1439px) {
	 section .main-content{
		  width: 80vw;
	  }
	  section .nav-main ul{
		  left: 76vw;
	  }
	  section .nav-main img{
		  left: 4%;
	  }
	  article.overview {
		  height: 40vw;
	  }
	  article.threestep{
		  padding: 10vh 0;
		  height: 70vh;
	  }
	  article.info{
		  height: 120vh;
	  }
	  
	  article.share {
		  padding: 10% 0;
	  }
	  
	  footer  {
		   width: 100%;
		   margin: 0;
			padding: 0;
		   background:  none
	   }
	  
	  footer ul {
		  width: 22%;
		  margin: 5% 1%;
			 padding: 0;
		  background: none
	  }
	  
	  footer ul.img-corp img{
		  width: 60%;
	  }
	  
	  .title_wrapper  .head-over{
		  position: absolute;
		  width: 95%;
		  height: 49%;
		  left: 2.5%;
	  }
	  .title_wrapper .intro-btn h2{
			font-weight: 100;
			font-size: 1.25em;
	  }
	  
	  .second .title_wrapper .intro-btn h2{
			font-weight: 100;
			font-size: 1.25em;
	  }
	  
	  .title_wrapper .intro-btn p{
		  font-size: .9em;
	  }
	}
	
	@media (min-width: 1024px) and (max-width: 1279px) {
	section .main-content{
		  width: 80vw;
	  }
	  section .nav-main ul{
		  left: 77vw;
	  }
	  section .nav-main img{
		  left: 4%;
	  }
	  article.overview {
		  height: 40vw;
	  }
	  article.threestep{
		  padding: 10vh 0;
		  height: 80vh;
	  }
	  article.info{
		  height: 130vh;
	  }
	  
	  article.share {
		  padding: 10% 0;
	  }
	  
	  footer  {
		   width: 100%;
		   margin: 0;
			padding: 0;
		   background:  none
	   }
	  
	  footer ul {
		  width: 22%;
		  margin: 5% 1%;
			 padding: 0;
		  background: none
	  }
	  
	  footer ul.img-corp img{
		  width: 60%;
	  }
	  
	  .title_wrapper  .head-over{
		  position: absolute;
		  width: 95%;
		  height: 49%;
		  left: 2.5%;
	  }
	  .title_wrapper .intro-btn h2{
			font-weight: 100;
			font-size: 1.25em;
	  }
	  
	  .second .title_wrapper .intro-btn h2{
			font-weight: 100;
			font-size: 1.25em;
	  }
	  
	  .title_wrapper .intro-btn p{
		  font-size: .9em;
	  }
	}
	
	@media (min-width: 768px) and (max-width: 1023px) {
	 
	}





















