@charset "utf-8";

body{
	margin:0;
	padding:0px,0px,0px,0px;
	
}
#nav{
	width: 100%;
	height: auto;
	position: fixed;
	top:0;
	box-shadow: 0px 5px 10px 0px rgb(0, 0, 0,0.5);
	background-color: white;
	z-index: 2;
}
#home{
	background-image:url("Content/Galaxia.gif");
	background-position:top;
	position:absolute;
	width: 100%;
	height: 1080px;
	z-index:0 ;
	padding: 0px;
	top:0px;
	margin:0px;
}
header img{
	height: 150px;
	width: auto;
	transition: width 0.5s ease;
}
p{
	font-family:"Quicksand";
	padding: 40px;
	font-size: 25px;
	width: 450px;
}
h2, h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#Banner{
	position: absolute;
	width: 100%;
	margin:0;
}
#Banner img{
	width: 100%;
	margin:0;
}
#desc1{
	margin-top: 150px;
	margin-left: 50px;
}
#desc1 p{
	text-align: left;
	color: aqua;
	font-size: 20px;
	width: 100%;
	padding: 0;
	font-weight: 100;
	}
#desc2 a{
	color: aqua;
	text-decoration:underline;
}
#desc2{
	padding-top: 300px;
}
#desc2 p{
	text-align: center;
	color: aqua;
	font-size: 20px;
	width: 100%;
	padding: 0;
	font-weight: 100;
	}
#home h2{
	color: aqua;
	margin-top: 400px;
}
#box{
	z-index: 1;
	position: absolute;
	text-align: center;
	height: 100vh;
	width: 100%;
	background-color: white;
	top:150px;
}
#sidebar{
	background-color: rgb(255, 255, 255,0.2);
	width: 80px;
	height: auto;
	position: fixed;
	top:50%;
	transform: translateY(-50%);
	border-radius: 0px 20px 20px 0px;
	padding-bottom: 10px;
}
.button img{
	border-radius: 15px;
	width: 65px;
	height: 65px;
}
.button{
	width: 65px;
	height: 65px;
	border-radius: 15px;
	margin-top: 10px;
	
}
#desc3{
	width: 100%;
	height: auto;
	background-color: black;
	padding-bottom: 100px;
	text-align: center;
	color:white;
	margin:0;
	padding-top: 50px;
	margin-top: 50px;
}
#desc3 h2{
	margin: 0;
	color:white;
  	text-align: center;
	font-size: 30px;
	font-family: "QUICKSAND";
	font-weight: 100;
	padding-bottom: 30px;
}
#desc3 p{
	padding: 0;
	width: 100%;
	font-weight: 100;
	font-size:20px;
}
#cooltitle2{
	background-image: url("Content/bg2.png");
	background-size: 1500px 100%;
	background-position: right 0px top 0px;
	background-repeat: repeat-x;
	
	animation-name: textomask2;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
	width: 100%;
	height: 100%;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
#desc4{
	width: 100%;
	height: 600px;
	margin-top: -100px;
	background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(24,182,138,1) 25%, rgba(255,255,255,1) 100%);
	text-align: center;
}
#desc4 h1{
	margin-top: 100px;
	color: white;
	padding-bottom: 50px;
}
th{
	padding: 0px 10px 0px 10px;
	height: auto;
	transform-origin: top;
	align-content: flex-start;
	top:0;
}
th img{
	width: 200px;
	height: auto;
	border-radius: 20px;
}
th p{
	margin: 0;
	padding: 0;
	font-size: 20px;
	width: 200px;
	height: auto;
	
}
@keyframes animacionImagen {
    from {
        width: 150px; /* Ancho inicial */
		height: 150px;
    }
    to {
        width: 60px; /* Ancho al que quieres que cambie al hacer scroll 100px */
		height: 60px;
    }
}
@keyframes animacionImagenInversa {
    from {
        width: 60px; /* Ancho inicial */
		height: 60px;
    }
    to {
        width: 150px; /* Ancho al que quieres que cambie al hacer scroll 100px */
		height: 150px;
    }
}
@keyframes opacidadOFF{
	from{
		opacity: 100%;}
	to{
		opacity: 0%;
	display: none;}
	}
@keyframes opacidadON{
	from{
		opacity: 0%;}
	to{
		opacity: 100%;}
	}
@keyframes textomask2{
	from{background-position: right 0 top 0px;}
	to{background-position: right 1500px top 0px;}
}
@media screen and (min-width: 100px) {
    #nav.unscrolled img {
        animation: animacionImagenInversa 0.5s forwards;
    }
	 #nav.scrolled img {
        animation: animacionImagen 0.5s forwards;
    }
	 #box.unscrolled  {
        animation: opacidadON 0.5s forwards;
		 display: block;
    }
	 #box.scrolled  {
        animation: opacidadOFF 0.5s forwards;
		
    }
}

@media screen and (max-width:1340px)
{
	
	#desc4{
	width: 100%;
	height: auto;
		padding-top: 50px;
		padding-bottom:50px;
	margin-top: -100px;
	background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(24,182,138,1) 25%, rgba(255,255,255,1) 100%);
	text-align: center;
		overflow-x: scroll;
}
	#desc4 h1{
		display: none;
		
	}
}


