@charset "UTF-8";
/*FONT-FACE*/
@font-face {
font-family: 'Beyond-The-Mountains';
font-style: normal;
font-weight: normal;
src: url('../fonts/beyond_the_mountains.woff') format('woff'),
	url('../fonts/beyond_the_mountains.otf') format('opentype'),
	url('../fonts/beyond_the_mountains.ttf') format('truetype');
}
@font-face {
font-family: 'Architects Daughter', cursive;
    src: url('architectsdaughter.woff2') format('woff2'),
         url('architectsdaughter.woff') format('woff'),
         url('architectsdaughter.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'Titillium Web', sans-serif;
  src: url('../fonts/TitilliumWeb-Regular.eot');
  src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../fonts/TitilliumWeb-Bold.eot');
  src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.beyond{
	font-family: 'Beyond-The-Mountains';
}
.architects{
	font-family: 'Architects Daughter', cursive;
}
.titillium{
	font-family: 'Titillium Web', sans-serif;
}
.titillium-bold{
	font-family: 'TitilliumWeb-Bold';
}

/*GENERAL*/
*{
	margin: 0;
	padding: 0;
}

body, html{
	margin:0;
	padding:0;
    font-family: 'Titillium Web', sans-serif;
	position:absolute;
	width:100%;
	height:100%;
	font-size: 20px;
	
}

/* HEADER */
header{
	position: fixed;
	z-index: 500;
	width: 90%;
	padding: 30px 5%;
}
.logo{
	position: relative;
	float:left;
}
.logo img{
	float: left;
	width: 80px;
}
.logo a {text-decoration:none; color:#ffe637; font-size:1.7em;}
.logo a:hover {color:#fff;}
.slogan{
	color: white;
	position: absolute;
	top:25px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size:.8em;
	width:120px;
}
nav{
	float: right;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: block;
	padding:10px 0;
	margin-left: 50px;
	color: white;
	text-decoration: none;
border-top: 5px solid transparent;
	transition: border-top 0.5s ease;
}
nav ul li a:hover{
	border-top:5px solid #ffe637;
	color: #ffe637;

}
	.nav-mobile{
		display: none;
	}

.bg-header{
	background-color:rgba(0,0,0,0.3);
}

/* SLIDESHOW BACKGROUND BANNER*
#slideshow {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
/*----------------------------------------------   
--Banner
-----------------------------------------------  */
.sect-banner{
 width: 100%;
 margin: 0 auto;
 /*-- Full Height --*/
 height: 100vh;
}
 /*-- Create an Overlay --*
 .sect-banner:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	 bottom: 0;
  height: 100vh;
  width: 100%;
  /*background-color: rgba(64, 46, 103, 0.6);*
  z-index: 0;
 }

 /*-- Vertically center --*/
.v-center{
 }
/*----------------------------------------------   
--Keyframes
-----------------------------------------------  */
@keyframes fade-out {
 33%{
  opacity: 1
 }
 66%{
 opacity: 0
 }
}
/*----------------------------------------------   
--List for images, sm and large
-----------------------------------------------  */
.kf-slider{
	position: relative;
}
.kf-slider li{ 	
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
	bottom: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:	50%;
  z-index: 0;
  opacity: 0;
  /*-- Add animation --*/ 
  animation:fade-out 18s infinite both;
  /*-- Image 1: small --*/ 
    background-image: url("../images/parallax-1.jpg");
 }
 /*-- Image 2 --*/ 
 .kf-slider li:nth-child(2){
    background-image: url("../images/parallax-5.jpg");
  /*-- Animation delay: 3s --*/ 
  animation-delay:6s;
 }
 /*-- Image 3 --*/ 
 .kf-slider li:nth-child(3){
    background-image: url("../images/parallax-6.jpg");
  /* Animation delay: 6s */  
  animation-delay:12s;
}

/* BANNER */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4{
	position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg-1{
    /* The image used */
    background-image: url("../images/parallax-1.jpg");
	min-height: 100vh;
}
.bgimg-2{
    /* The image used */
    background-image: url("../images/parallax-2.jpg");
	height: 100vh;
}
.bgimg-3{
    /* The image used */
    background-image: url("../images/parallax-3.jpg");
	height: 100vh;
}
.bgimg-4{
    /* The image used */
    background-image: url("../images/parallax-4.jpg");
	min-height: 500px;
}


.frase{
	position: absolute;
    left: 0;
    top: 40%;
    width: 80%;
    text-align: center;
	font-size: 3em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 10%;
	color: white;
	text-shadow: 2px 2px 2px #000;
}
/* CONTENIDO */
.content h1{
  font-family: 'Beyond-the-mountains' !important;
}
.landing{
	position: relative;
}
.que-es{
	position: absolute;
	display: block;
	left: 10%;
	top: 35%;
	width: 40%;
	padding: 15px 0;
	color: white;
	text-shadow: 2px 2px 4px #000;
	font-size: 1.2em;
}
.que-es h1{
	font-size: 2em;
}
.inscribete{
	position: absolute;
	bottom: 1px;
	right: 10%;
	background-color: #402e67;
	padding: 80px 30px 30px 30px;
	max-width: 400px;
}
.inscribete h1{
	position: absolute;
	background-color: #ffe637;
	display: block;
	right: -10px;
	left: -10px;
	top:-10px;
	text-align: center;
	padding: 15px 0;
}
.titulo-secc{
	width: 96%;
	background-color:#ffe637;
	text-align: center;
	padding: 4% 2%;
	font-size: 3em;
}

.col-2{
	float: left;
	width: 40%;
	padding: 5%;
}
.col-2 p{
	display: block;
}

/* DONATIVO */
.donar-texto{
	font-size: 1.5em;
	text-shadow: 2px 2px 4px #000;

	color: white;
}
.donar-texto h1{
	margin: 30px auto;
	color: #ffe637;
}
.donar-texto img{
	text-align: center;
	margin: 30px auto;
	display: block;
	
}
.donar-cuadro{
	background-color: #13ccbd;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #000;
}
.donar-cuadro span{
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	background-color: #ffe637;
}
.donar-cuadro span:nth-of-type(1){
	border-radius: 5px 5px 0 0;
}
.donar-cuadro img{
	text-align: center;
	margin: 30px auto;
	display: block;

}
.donar-cuadro p{
	text-align: center;
padding: 2% 5% 5% 5%;
}

.bg-purple{
	background-color: #402e67;
	padding: 5%;
}
.bg-yellow{
	background-color: #ffe637;
}
.gradient {
background: linear-gradient(
    to bottom,
    black,
    rgba(0, 0, 0, 0)
  )
}

/* FOOTER */
footer{
	color: black;
	text-align: center;
	padding-top: 50px;
	position:relative;

}
footer h1{
	font-size: 3em;
	text-align: center;
	padding: 2%;
	
}
.social_network{text-align:right; position:absolute;top:45px;right:10%;}
.social_network img{margin:10px;}
.correos_footer a{
color:#402e67;
text-decoration:none;
text-align:right;
float:right;
}

#contacto-area form{
	padding: 1% 5%;
	width: 90%;
	margin: auto;
	text-align: center;	
}
form .col-2{
	width: 46%;
	padding: 2%;

}
form label{
	display: none;
}
form input, textarea{
	width: 96%;

	font-family: 'Avenir-Book';
	font-size: 1em;
	padding: 10px;
	margin-bottom: 25px;
}
form textarea{
	max-height: 200px;
}
.submit-button{
	text-align: center;
	background-color: #ffe637;
	max-width: 150px;
	cursor: pointer;
 box-sizing: border-box;
		border:2px solid transparent;
	transition: background-color 0.5s ease;

}
.submit-button:hover{
	text-align: center;
	border:2px solid #ffe637;
	background-color:#402e67;
	color: white;
	cursor: pointer;
}
.submit-button-ftr{
		background-color: #402e67;
		border:2px solid transparent;
	transition: background-color 0.5s ease;
	color: white;

}
.submit-button-ftr:hover{
		background-color: #ffe637;
		border:2px solid #402e67;
	color: black;
}

.possitivo{
	color: black;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #402e67;
}
.possitivo a{
	color: black;
	text-decoration: none;
}

.infosent{
	background-color:#97ffca;
	padding:20px;
}
.fright{
float:right;
}
.fleft{
float:left;}
.platino{color:#598ecb;}
.gold{color:#ccb86e;}
.pinkto{color:#c94860;}
.titulovip{
font-size:30px;
}

/* MEDIA QUERIES */
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
@media only screen and (max-width: 1440px){
.que-es{
		left: 5%;
		top: 30%;
		width: 50%;
		font-size: 1em;
}
.que-es h1{
		font-size: 1.8em;
}
.inscribete{
		right: 5%;
		max-width: 300px;
}
form input, textarea{
		padding: 10px;
		margin-bottom: 20px;
}
form textarea{
		max-height: 120px;
}

}

@media screen and (max-width: 900px) {
/* HEADER */
header{
	width: 94%;
	padding:10px 3% 0 3%;
}
.logo img{
	width: 60px;
}
nav{
		float: none;margin-top: 60px;
}
nav ul li{
		display:block;
		text-align: center;
}
nav ul li a{
		margin-left: 0px;

}
	.nav-mobile{
		display: block;
		position: absolute;
		top: 20px;
		right: 40px;
	}
	.nav-list{
		display: none;
	}	
.gradient {
background: linear-gradient(
    to bottom,
    #1b0844,
    rgba(27, 8, 68, .8)
  )
}
/* BANNER */
.sect-banner{
height: auto;
}
.kf-slider li{ 	
display: none;
}

/* CONTENIDO */
.content h1{
  font-family: 'Beyond-the-mountains' !important;
}
.landing{
	position: relative;
}
.que-es{
	position: relative;
	width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 150px 0 50px 0;
}
.que-es h1{
	font-size: 2em;
}
.inscribete{
		position: relative;
		right: 0;


		padding: 80px 30px 30px 30px;
		max-width: 80%;
		margin: 0 auto;
}
.titulo-secc{
		font-size: 2em;
}

.col-2{
	width: 90%;
}
.col-2 p{
	display: block;
}
	/* BANNER */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4{
    background-attachment:inherit;
}
.bgimg-1{
    /* The image used */
    background-image: url("../images/parallax-1.jpg");
	min-height: 100vh;
}
.bgimg-2{
    /* The image used */
    background-image: url("../images/parallax-2.jpg");
	height: 100vh;
}
.bgimg-3{
    /* The image used */
    background-image: url("../images/parallax-3.jpg");
	height: 100vh;
}
.frase{
		position: relative;
    left: 0;
		top: 20%;
	    width: 90%;
		font-size: 2em;
		margin: 0 5%;
}
	/* FOOTER */
form .col-2{
	width: 96%;

}
.social_network{text-align:center; position:relative;top:0;right:0;}
.correos_footer a{ text-align:center; float:none;}
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width:540px){
/*INSCRIBETE*/
.inscribete h1{
	right: 0px;
	left: 0px;
}

	/* BANNER */
.frase{
		top: 25%;
	    width: 94%;
		font-size: 1.2em;
		margin: 0 3%;
}

}