* {
	box-sizing: border-box;
	font-family: Sans-serif;
}

body{
	margin: 0px;
}

/*---------------------------ESTILOS NAV--------------------------------------*/

.nav_open{
	position: fixed;
	top: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	background-color: black;
	padding: 5px 70px 5px 70px;
	z-index: 10;
}

.nav_hidden{
	position: fixed;
	top: -40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	background-color: black;
	padding: 5px 70px 5px 70px;
	z-index: 10;
}

.navspan{
	position: relative;
	top: 15px;
	width: 90%;
	display: inline block;
	background: black;
	border-style: solid;
    border-width: 1px;
	border-radius: 5px;
	border-color: white;
	color: white;
	padding: 2px 5px 2px 5px;
	}

#navimg{
	height: 30px;
	margin: 5px;
}

.nav_open a{
	text-decoration: none;
}

.nav_hidden a{
	text-decoration: none;
}

/*------------------------------------------ESTILOS HEADER------------------------------------*/

#header{
	margin: auto;
	width: 100%;
	position: fixed;
	text-align: center;
	margin-top: 50px;
	background: linear-gradient(white, lightblue);
	height: 1025px;
}

#headerimg{
	height: 400px;
	margin: 100px;
}

#headerspan{
	color: black;
	font-size: 50px;
	bottom: 50px;
	background-color: white;
	padding: 0px 70px 0px 70px;
}

#arrow{
	position: relative;
	font-size: 50px;
	top: 150px;
	color: white;
}

/*------------------------------------------------ESTILOS SECCIONES--------------------------------*/

#text_abtme{
	font-size: 22px;
	text-align: center;
}

#panelcenter{
	position: relative;
	top: 1075px;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
}


.section_header{
	background-color: white;
	text-align: center;
	padding: 20px;
	font-size: 25px;
}

.section{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section_text{
	background-color: white;
	padding: 50px;
	width: 50%;
	display: inline block;
}

.abtme_section_text{
	margin: auto;
	background-color: clear;
	padding: 50px;
	width: 50%;
	display: inline block;
}

#anim_section_text{
	text-align: center;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
	padding: 50px;
	width: 100%;
	display: inline block;
	font-size: 30px;
}

#videojuegos_section_text{
	text-align: center;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
	padding: 50px;
	width: 100%;
	display: inline block;
	font-size: 30px;
}

/*#videojuegos{
	text-align: center;
	background: linear-gradient(to right, white, lightblue);
	padding: 50px;
	width: 100%;
	display: inline block;
}*/

.content{
	position: relative;
	width: 50%;
	height: 1338px;
	left: 0%;
	display: inline block;
	background: linear-gradient(to right, white, lightblue);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#anim_content{
	position: relative;
	width: 100%;
	height: 1338px;
	left: 0%;
	display: inline block;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#videojuegos_content{
	position: relative;
	width: 100%;
	height: 1338px;
	left: 0%;
	display: inline block;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#ilus_content{
	padding-top: 70px;
	position: relative;
	width: 100%;
	height: 1338px;
	left: 0%;
	display: inline block;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contact_content{
	position: relative;
	width: 50%;
	height: 985px;
	left: 0%;
	display: inline block;
	background: linear-gradient(to right, white, lightblue);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#ilus_txt{
	text-align: center;
	Font-size: 30px;
	margin-left: 600px;
	margin-right: 600px;
}

#demoreel_content{
	position: relative;
	width: 100%;
	left: 0%;
	background: linear-gradient(to left, lightblue 0%,white 50%,#000000 50%,white 50%,white 100%);
}

#contact_txt{
	font-size: 50px;
}

/*--------------------------------ESTILOS IMAGENES Y VIDEOS----------------------------------*/

.image {
    position: relative;
    height: 20%;
    width: 25%;
    padding: 0px;
    display: inline-block;
}

.imganim1{
	background-size: inherit;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.imganim2{
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.imganim3{
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.imganim4{
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.imgvj{
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.imgilu{
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

#Demoreel{
	position: relative;
	margin-top: 30px;
	margin-bottom: 90px;
	left: 9%;
	width: 80%;
	height: 760px;
}

#vidanim {
    position: relative;
    left: %;
    width: 100%;
    height: 430px;
    padding-left: 25%;
    padding-right: 25%;
}

/*------------------------ESTILO FOOTER-----------------------------*/

.footer_hidden{
	position: fixed;
	bottom: -100px;
	width: 100%;
	background-color: lightblue;
	color: white;
	text-align: center;
	padding: 18px;
	font-size: 25px;
	opacity: 0.5;
}

.footer_open{
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: white;
	background-color: lightblue;
	text-align: center;
	padding: 18px;
	font-size: 25px;
	opacity: 0.8;
}

.footer_open a{
	text-decoration: none;
}

.footer_hidden a{
	text-decoration: none;
}