@font-face {
	src: url(fonts/NotoSerifDisplay.ttf);
	font-family: "NotoSerif";
}

@font-face {
	src: url(fonts/The-Wild-Breath-of-Zelda.otf);
	font-family: "BOTW";
}

@font-face {
	src: url(fonts/fot-rodin-pro-db.otf);
	font-family: "Rodin";
}

@media only screen and (min-width: 1200px) {

/*css reset*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

body {
  min-height: 100vh;
  width: 1920px;
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
  background:
  		url(../images/pattern-triforce-2x.png),
  		linear-gradient(180deg, rgba(33,47,33,1) 0%, rgba(32,66,66,1) 100%);
}

.divider{
	position: relative;
	margin-top: -50px;
	margin-bottom: -60px;
}

.divider_solid {
	background-color: #cda85a;
	height: 1px;
	border: 0;
	position: relative;
	z-index: 1;
}

main {
	position: relative;
	display: block;
}

header{
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
}

nav {
	padding: 30px;
	height: auto;
	width: 100%;
	align-items: center;
	font-family: 'Rodin';
	background: linear-gradient(180deg, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
	position: relative;
	z-index: 1;
}

nav ul {
	display: flex;
	padding: 10px;
	list-style: none;
}

nav ul li {
	padding-left: 50px;
	padding-right: 50px;
}

nav ul li a {
	color: white;
	text-decoration: none;
	font-size: 21px;
	font-weight: 600;
}

nav ul li a:hover {
	color: lightgrey;
	transition: .2s;
}

.logo {
    margin-right: auto;
}

.logo img {
	height: 40px;
	width: auto;
	margin-right: auto;
}


p {
	font-family: 'Rodin';
	font-size: 17px;
	color: white;
}

h2 {
	font-family: NotoSerif;
	font-size: 80px;
	color: #f7d9a9;
	font-weight: 350;
	line-height: 124px;
}

.h2_dark {
	font-family: NotoSerif;
	font-size: 80px;
	color: #694125;
	font-weight: 350;
	line-height: 124px;
}

h3 {
	font-family: 'Rodin';
	font-size: 25px;
	color: white;
}

.container_black{
 		padding: 60px;
 		background-color: rgba(0, 0, 0, 0.4);
 		border-color: #cda85a;
 		border-width: 1px;
 		border-style: solid;
 		margin: 20px;
 }


/*---------------------INDEX---------------------------*/


.index_top{
	background: url(../images/gifmain.gif);
	background-size: cover;
	height: 1000px;
	align-content: center;
	margin-top: -50px;
}

.index_top img{
	height: 312px;
	width: auto;
	margin-left: 50px;
	margin-bottom: 25px;
}

.index_top p {
	background: linear-gradient(90deg, rgba(0,0,0,1) 65%, rgba(32,66,66,0) 100%);
	width: 45%;
	padding: 30px 90px 30px 100px;
	line-height: 1.5em;
}

.index_top a {
	background-color: #cda85a;
	font-family: 'Rodin';
	text-decoration: none;
	color: white;
	padding: 10px 60px 10px 60px;
	border-radius: 20px;
	position: relative;
	left: 550px;
	bottom: 30px;
}

.index_top a:hover {
	background-color: .9e7d43;
	transition: .2s;
}

.index_bottom {
	margin-top: 120px;
}

.textLR {
	background: linear-gradient(90deg, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
	padding: 50px;
	width: 65%;
	margin-left: auto;
	margin-bottom: 100px;
}

.textRL{
	background: linear-gradient(-90deg, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
	padding: 50px;
	width: 65%;
	margin-right: auto;
	margin-bottom: 100px;
	text-align: right;
}



/*---------------------------LEYENDA-------------------------*/


.leyenda_top_text {
	background:
		url(../images/pattern-triforce-2x.png),
		linear-gradient(0deg, rgba(9,36,78,1) 0%, rgba(50,84,156,1) 60%);
		text-align: center;
		padding-top: 65px;
		padding-bottom: 65px;
}

.leyenda_top_text p {
	font-family: 'NotoSerif';
	font-size: 50px;
	line-height: 72px;
	color: .f7d9a9;
	font-weight: 300;
}

.leyenda_bottom {
 		margin-left: 120px;
 		margin-top: 50px;
 }

.leyenda_bottom_text {
 		padding: 50px;
 		background-color: rgba(0, 0, 0, 0.4);
 		border-color: #cda85a;
 		border-width: 1px;
 		border-style: solid;
 		margin: 20px 0px 100px 50px;
 		width: 90%;
 }

.leyenda_bottom_text p {
 		line-height: 25px;
 		padding-top: 25px;
 }


/*----------------------- PERSONAJES --------------------------*/


.personajes_list {
	margin-top: 200px;
}

.personajes_listmovil {
	display: none;
}


.personajes_top_text {
	background: rgba(0, 0, 0, 0.2);
	padding: 80px;
}


.personajes_top_text h2 {
	width: 1000px;
}


.personajes_top_text p {
	width: 1000px;
	margin-top: 90px;
}

.centered {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.personajes_list2 {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	padding: 150px 60px 100px 60px;
	background:
	url(../images/pattern-triforce-2x.png),
	linear-gradient(0deg, rgba(9,36,78,1) 0%, rgba(50,84,156,1) 60%);
}

.personajes_list2 div{
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);	width: 336px;
	height: auto;
	padding-bottom: 100px;
}

.personajes_list2 div {
	h3, p {
		padding: 20px 30px 0px 30px;
		}
	}


/*----------------------------DESCARGA--------------------------------*/

.descarga_gif {
	text-align: center;
	margin: 50px auto;
	width: 1813px;
	height: 1360px;
	background:
		url(../images/paper.png);
		background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.descarga_gif img {
	width: 1645px;
	height: auto;
	margin: 0 auto;
	padding-top: 80px;
}

.descarga_icon {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 80px auto;
}

.descarga_icon a:hover{
	-webkit-box-shadow:0px 0px 57px 9px rgba(244,245,220,0.48);
	-moz-box-shadow: 0px 0px 57px 9px rgba(244,245,220,0.48);
	box-shadow: 0px 0px 57px 9px rgba(244,245,220,0.48);
	border-radius: 30px;
	transition: .2s;
}



/*----------------------- SUBTÍTULOS --------------------------*/

.sub_rojo{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 85px;
	text-align: center;
	line-height: 210px;
	background:
		url(../images/subtitulorojo.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 845px;
	height: 178px;
	margin-bottom: -55px;
	z-index: 2;
 	position: relative;
}

.sub_azul{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 85px;
	text-align: center;
	line-height: 210px;
	background:
		url(../images/subtituloazul.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 845px;
	height: 178px;
	margin-bottom: -55px;
	z-index: 2;
 	position: relative;
}

.sub_verde{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 85px;
	text-align: center;
	line-height: 210px;
	background:
		url(../images/subtituloverde.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 845px;
	height: 178px;
	margin-bottom: -55px;
	z-index: 2;
 	position: relative;
}

/*----------------------- LUGARES --------------------------*/

.lugares_table {
	margin: 0 auto;
	align-items: center;
	border-collapse: separate;
	border-spacing: 90px;
}


.lugares_table td {
	background: rgba(0,0,0,0.5); 
	padding: 80px;
	height: 700px;
	width: 500px;
	border-radius: 50px;
}

.lugares_table td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
 }

.lugares_container {
	margin: 20px auto;
	padding: 50px;
	text-align: center;
	width: 50%;
}

.center_container {
	margin: 20px auto;
	padding: 50px;
	text-align: center;
}

.lugares_pantallamovil {
	display: none;
}

/*----------------------------headers--------------------------------*/
 
 .personajes_top_head{
 	background: url(../images/headblur_1.jpg);
 	padding: 10px 10px 10px 210px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
}

 	.leyenda_top_head{
 	background: url(../images/headblur_2.jpg);
 	padding: 10px 10px 10px 210px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
}

 	.lugares_top_head{
 	background: url(../images/headblur_3.jpg);
 	padding: 10px 10px 10px 210px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
 }

  .descarga_top_head {
  background: url(../images/headblur_4.jpg);
 	padding: 10px 10px 10px 210px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
  }

 .head_text_white{
 	font-family: 'BOTW';
 	font-size: 135px;
 	color: white;
 	text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
	margin-top: 125px;
 }

 .head_text_black{
 	font-family: 'BOTW';
 	font-size: 135px;
 	color: .3e4932;
 	text-shadow: 3px 3px 25px rgba(235,231,217,0.9);
	margin-top: 125px;
 }


/*----------------------------imágenes--------------------------------*/

.img2 {
    position: relative;
    left: 1200px;
    top: 220px;
    margin-top: -325px;
  }

 .img1, .img3 {
    position: relative;
    right: 620px;
    top: 220px;
    margin-top: -325px; 
}

.imglinkmain {
	position: relative;
	height: 1120px;
	width: auto;
	margin-top: -1150px;
	top: 900px;
	left: 1000px;
	z-index: 2;
}

.imglink, .imgganondorf {
    position: relative;
    right: 350px;
    top: 220px;
    margin-top: -300px;
}

.imgzelda{
    position: relative;
    left: 1200px;
    top: 220px;
    margin-top: -300px;
}

.imgmapa{
	margin: 0 auto;
	padding: 50px;
}



/*-------------------pie de página--------------------------------*/

footer {
	background-color: black;
	width: 100%;
	height: auto;
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	padding: 10px;
	bottom: 0;
	align-items: center;
}

footer p {
	color: white;
	font-family: "Rodin";
	font-size: 1em;
}

footer i {
	color: white;
}

footer a{
	text-decoration: none;
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	padding-right: 20px;
}

.RRSS { /*contiene los iconos de RRSS y texto*/
	align-items: center;
	text-align: center;
}

}


/*----------------------TAMAÑO MOVIL----------------------*/
/*----------------------TAMAÑO MOVIL----------------------*/
/*----------------------TAMAÑO MOVIL----------------------*/


@media only screen and (max-width: 600px) {

/*css reset*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

body {
  min-height: 100vh;
  width: 599px;
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
  background:
  		url(../images/pattern-triforce-2x.png),
  		linear-gradient(180deg, rgba(33,47,33,1) 0%, rgba(32,66,66,1) 100%);
}

.divider{
	position: relative;
	margin-top: -36px;
	width: 600px;
}

.divider img {
	height: 80px;
	object-fit: cover;
}


.divider_solid {
	background-color: #cda85a;
	height: 1px;
	border: 0;
	position: relative;
	z-index: 1;
}

main {
	position: relative;
	display: block;
}

header{
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
}

nav {
	padding: 20px;
	height: auto;
	width: 100%;
	align-items: center;
	font-family: 'Rodin';
	background: black;
	position: relative;
	z-index: 1;
	display: inline-flex;
	text-align: center;
}

nav ul {
	margin: auto;
	list-style: none;
}

nav ul li {
	margin: 0 auto;
	padding-top: 10px;
}

nav ul li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

nav ul li a:hover {
	color: lightgrey;
	transition: .2s;
}

.logo {
    margin-right: auto;
}

.logo img {
	height: 40px;
	width: auto;
	margin: auto;
}

p {
	font-family: 'Rodin';
	font-size: 14px;
	color: white;
}

h2 {
	font-family: NotoSerif;
	font-size: 80px;
	color: #f7d9a9;
	font-weight: 350;
	line-height: 124px;
}

.h2_dark {
	font-family: NotoSerif;
	font-size: 80px;
	color: #694125;
	font-weight: 350;
	line-height: 124px;
}

h3 {
	font-family: 'Rodin';
	font-size: 25px;
	line-height: 27px;
	color: white;
}

.container_black{
 		padding: 60px;
 		background-color: rgba(0, 0, 0, 0.4);
 		border-color: #cda85a;
 		border-width: 1px;
 		border-style: solid;
 		margin: 20px;
 }


/*---------------------INDEX---------------------------*/


.index_top{
	background: url(../images/gifmain.gif);
	background-size: cover;
	background-position: center;
	height: 1000px;
	align-content: center;
	margin-top: -50px;
}

.index_top img{
	height: 312px;
	width: auto;
}

.index_top p {
	background: linear-gradient(90deg, rgba(0,0,0,1) 65%, rgba(32,66,66,0) 100%);
	width: 60%;
	padding: 30px 90px 30px 100px;
	line-height: 1.5em;
	margin-top: 100px;
}

.index_top a {
	background-color: #cda85a;
	font-family: 'Rodin';
	text-decoration: none;
	color: white;
	padding: 10px 60px 10px 60px;
	border-radius: 20px;
	position: relative;
	left: 200px;
	bottom: 30px;
}

.index_top a:hover {
	background-color: #9e7d43;
	transition: .2s;
}


.index_bottom {
	display: none;
} 


.textLR{
	text-align: center;
	background: black;
	margin: 20px;
	padding: 10px;
}

.textRL{
	text-align: center;
	background: black;
	margin: 20px;
	padding: 10px;
}


/*---------------------------LEYENDA-------------------------*/


.leyenda_top_text {
	background:
		url(../images/pattern-triforce-2x.png),
		linear-gradient(0deg, rgba(9,36,78,1) 0%, rgba(50,84,156,1) 60%);
		text-align: center;
		padding-top: 65px;
		padding-bottom: 65px;
		margin-top: -45px;
}

.leyenda_top_text p {
	font-family: 'NotoSerif';
	font-size: 50px;
	line-height: 72px;
	color: #f7d9a9;
	font-weight: 300;
}

.leyenda_bottom {
 	margin: 50px auto;
 }

.leyenda_bottom_text {
 		padding: 50px;
 		background-color: rgba(0, 0, 0, 0.4);
 		border-color: #cda85a;
 		border-width: 1px;
 		border-style: solid;
 		margin: 20px 0px 100px 20px;
 		width: 90%;
 }

.leyenda_bottom_text p {
 		line-height: 25px;
 		padding-top: 25px;
 }


/*----------------------- PERSONAJES --------------------------*/


.personajes_list {
	margin-top: 70px;
}

.personajes_listmain {
	display: none;
}

.personajes_listmovil {
	display: flex;
	flex-direction: column;
	width: 80%;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.personajes_listmovil img {
	position: relative;
	margin: 0 auto;
}

.personajes_listmovil div {
	background: rgba(0, 0, 0, 0.5);
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	border-color: goldenrod;
	border-style: solid;
	border-width: 1px;
}


.personajes_top_text {
	background: rgba(0, 0, 0, 0.2);
	padding: 50px;
	margin-top: -40px;
	text-align: center;
}


.personajes_top_text h2 {
	width: 500px;
}


.personajes_top_text p {
	width: 400px;
	margin-top: 90px;
	margin: 0 auto;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.personajes_list2 {
	display: block;
	width: 100%;
	padding: 100px 60px 100px 60px;
	background:
	url(../images/pattern-triforce-2x.png),
	linear-gradient(0deg, rgba(9,36,78,1) 0%, rgba(50,84,156,1) 60%);
}

.personajes_list2 div{
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);	width: 336px;
	height: auto;
	margin: 20px auto;
	padding-bottom: 100px;
}

.personajes_list2 div {
	h3, p {
		padding: 20px 30px 0px 30px;
		}
	}


/*----------------------------DESCARGA--------------------------------*/

.descarga_gif {
	display: none;
}

.descarga_icon {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 80px auto;
}

.descarga_icon a:hover{
	-webkit-box-shadow:0px 0px 57px 9px rgba(244,245,220,0.48);
	-moz-box-shadow: 0px 0px 57px 9px rgba(244,245,220,0.48);
	box-shadow: 0px 0px 57px 9px rgba(244,245,220,0.48);
	border-radius: 30px;
	transition: .2s;
}



/*----------------------- SUBTÍTULOS --------------------------*/

.sub_rojo{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	padding: 15px;
	background:
		url(../images/subtitulorojosmall.png);
	background-repeat: no-repeat;
 	background-size: cover;
	width: 580px;
	height: 100px;
	margin-bottom: -50px;
	z-index: 2;
 	position: relative;
 	scale: 0.9;
}

.sub_azul{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	padding: 10px;
	background:
		url(../images/subtituloazulsmall.png);
	background-repeat: no-repeat;
 	background-size: cover;
	width: 580px;
	height: 100px;
	margin-bottom: -50px;
	z-index: 2;
 	position: relative;
 	scale: 0.9;
 }

.sub_verde{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	padding: 10px;
	background:
		url(../images/subtituloverdesmall.png);
	background-repeat: no-repeat;
 	background-size: cover;
	width: 580px;
	height: 100px;
	margin-bottom: -50px;
	z-index: 2;
 	position: relative;
 	scale: 0.9;
}

/*----------------------- LUGARES --------------------------*/

.lugares_table {
	margin: 0 auto;
	align-items: center;
	border-collapse: separate;
	border-spacing: 90px;
	display: none;
}


.lugares_table td {
	background: rgba(0,0,0,0.5); 
	padding: 80px;
	height: 700px;
	width: 500px;
	border-radius: 50px;
	display: none;
}

.lugares_table td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    display: none;
 }

.lugares_container {
	margin: 20px auto;
	padding: 50px;
	text-align: center;
	width: 50%;
	display: none;
}

.center_container {
	margin: 20px auto;
	padding: 50px;
	text-align: center;
	display: none;
}

.lugares_pantallamovil {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	margin: 40px auto;
	padding: 20px;
	text-align: center;
	position: relative;
	background: black;
	border-radius: 20px;
}

/*----------------------------headers--------------------------------*/
 
 .personajes_top_head{
 	background: url(../images/headblur_1.jpg);
 	padding: 10px 10px 10px 150px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
}

 	.leyenda_top_head{
 	background: url(../images/headblur_2.jpg);
 	padding: 10px 10px 10px 150px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
}

 	.lugares_top_head{
 	background: url(../images/headblur_3.jpg);
 	padding: 10px 10px 10px 190px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
 }

  .descarga_top_head {
  	background: url(../images/headblur_4.jpg);
 	padding: 10px 10px 10px 170px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
  }

 .head_text_white{
 	font-family: 'BOTW';
 	font-size: 64px;
 	color: white;
 	text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
	margin-top: 180px;
 }

 .head_text_black{
 	font-family: 'BOTW';
 	font-size: 64px;
 	color: .3e4932;
 	text-shadow: 3px 3px 25px rgba(235,231,217,0.9);
	margin-top: 180px;
 }


/*----------------------------imágenes--------------------------------*/

.img2 {
    position: relative;
    left: 1220px;
    top: 255px;
    margin-top: -325px;
    visibility: ;
  }

 .img1, .img3 {
    position: relative;
    right: 620px;
    top: 240px;
    margin-top: -325px; 
    visibility: hidden;
}

.imglinkmain {
	display: none;
}

.imglink, .imgganondorf {
    position: relative;
    right: 350px;
    top: 210px;
    margin-top: -300px;
}

.imgzelda{
    position: relative;
    left: 1370px;
    top: 210px;
    margin-top: -300px;
}

.imgmapa{
	margin: 0 auto;
	padding: 50px;
}



/*-------------------pie de página--------------------------------*/

footer {
	background-color: black;
	width: 100%;
	height: auto;
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	padding: 10px;
	bottom: 0;
	align-items: center;
}

footer p {
	color: white;
	font-family: "Rodin";
	font-size: 1em;
}

footer i {
	color: white;
}

footer a{
	text-decoration: none;
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	padding-right: 20px;
}

.RRSS { /*contiene los iconos de RRSS y texto*/
	align-items: center;
	text-align: center;
}
}



/*----------------------TAMAÑO TABLET----------------------*/
/*----------------------TAMAÑO TABLET----------------------*/
/*----------------------TAMAÑO TABLET----------------------*/




@media only screen and (min-width:601px) and (max-width:1200px){

/*css reset*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

body {
  min-height: 100vh;
  width: 1200px;
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
  background:
  		url(../images/pattern-triforce-2x.png),
  		linear-gradient(180deg, rgba(33,47,33,1) 0%, rgba(32,66,66,1) 100%);
}

.divider{
	position: relative;
	margin-top: -36px;
	width: 1200px;
}

.divider img {
	height: 80px;
	object-fit: cover;
}


.divider_solid {
	background-color: #cda85a;
	height: 1px;
	border: 0;
	position: relative;
	z-index: 1;
}

main {
	position: relative;
	display: block;
}

header{
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
}

nav {
	padding: 20px;
	height: auto;
	width: 100%;
	align-items: center;
	font-family: 'Rodin';
	background: linear-gradient(180deg, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
	position: relative;
	z-index: 1;
}

nav ul {
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 5px;
	list-style: none;
}

nav ul li {
	margin: 0 auto;
}

nav ul li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

nav ul li a:hover {
	color: lightgrey;
	transition: .2s;
}

.logo {
    margin-right: auto;
}

.logo img {
	height: 40px;
	width: auto;
	margin: auto;
}

p {
	font-family: 'Rodin';
	font-size: 14px;
	color: white;
}

h2 {
	font-family: NotoSerif;
	font-size: 80px;
	color: #f7d9a9;
	font-weight: 350;
	line-height: 124px;
}

.h2_dark {
	font-family: NotoSerif;
	font-size: 80px;
	color: #694125;
	font-weight: 350;
	line-height: 124px;
}

h3 {
	font-family: 'Rodin';
	font-size: 25px;
	color: white;
}

.container_black{
 		padding: 60px;
 		background-color: rgba(0, 0, 0, 0.4);
 		border-color: #cda85a;
 		border-width: 1px;
 		border-style: solid;
 		margin: 20px;
 }


/*---------------------INDEX---------------------------*/


.index_top{
	background: url(../images/gifmain.gif);
	background-size: cover;
	background-position: center;
	height: 1000px;
	align-content: center;
	margin-top: -50px;
}

.index_top img{
	height: 312px;
	width: auto;
}

.index_top p {
	background: linear-gradient(90deg, rgba(0,0,0,1) 65%, rgba(32,66,66,0) 100%);
	width: 60%;
	padding: 30px 90px 30px 100px;
	line-height: 1.5em;
	margin-top: 100px;
}

.index_top a {
	background-color: #cda85a;
	font-family: 'Rodin';
	text-decoration: none;
	color: white;
	padding: 10px 60px 10px 60px;
	border-radius: 20px;
	position: relative;
	left: 400px;
	bottom: 20px;
}

.index_top a:hover {
	background-color: #9e7d43;
	transition: .2s;
}

.textLR {
	background: rgba(0, 0, 0, 0.7);
	padding: 50px;
	width: 80%;
	margin: 50px auto;
	border-radius: 20px;
}

.textRL{
	background: rgba(0, 0, 0, 0.7);
	padding: 50px;
	width: 80%;
	margin: 50px auto;
	border-radius: 20px;
}



/*---------------------------LEYENDA-------------------------*/


.leyenda_top_text {
	background:
		url(../images/pattern-triforce-2x.png),
		linear-gradient(0deg, rgba(9,36,78,1) 0%, rgba(50,84,156,1) 60%);
		text-align: center;
		padding-top: 65px;
		padding-bottom: 65px;
		margin-top: -45px;
}

.leyenda_top_text p {
	font-family: 'NotoSerif';
	font-size: 50px;
	line-height: 72px;
	color: #f7d9a9;
	font-weight: 300;
}

.leyenda_bottom {
 	margin: 50px auto;
 }

.leyenda_bottom_text {
 		padding: 50px;
 		background-color: rgba(0, 0, 0, 0.4);
 		border-color: #cda85a;
 		border-width: 1px;
 		border-style: solid;
 		margin: 10px 50px 20px 50px;
 		width: 90%;
 }

.leyenda_bottom_text p {
 		line-height: 25px;
 		padding-top: 25px;
 }


/*----------------------- PERSONAJES --------------------------*/


.personajes_list {
	margin-top: 100px;
}

.personajes_listmain {
	display: none;
}


.personajes_top_text {
	background: rgba(0, 0, 0, 0.2);
	padding: 50px;
	height: 800px;
}


.personajes_top_text h2 {
	width: 800px;
}


.personajes_top_text p {
	width: 700px;
	margin-top: 90px;
}

.personajes_listmovil {
	display: flex;
	flex-direction: row;
	width: 90%;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	bottom: 50px;
  position: relative;
}

.personajes_listmovil img {
	position: relative;
	margin: 0 auto;
}

.personajes_listmovil div {
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
	border-color: goldenrod;
	border-style: solid;
	border-width: 1px;
}

.centered {
	display: block;
  margin-left: auto;
  width: 71%;
}

.personajes_list2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 100px 60px 100px 60px;
	background:
	url(../images/pattern-triforce-2x.png),
	linear-gradient(0deg, rgba(9,36,78,1) 0%, rgba(50,84,156,1) 60%);
}

.personajes_list2 div{
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);	width: 336px;
	height: auto;
	margin: 20px;
	padding-bottom: 100px;
}

.personajes_list2 div {
	h3, p {
		padding: 20px 30px 0px 30px;
		}
	}


/*----------------------------DESCARGA--------------------------------*/

.descarga_gif {
	display: none;
}

.descarga_icon {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 80px auto;
}

.descarga_icon a:hover{
	-webkit-box-shadow:0px 0px 57px 9px rgba(244,245,220,0.48);
	-moz-box-shadow: 0px 0px 57px 9px rgba(244,245,220,0.48);
	box-shadow: 0px 0px 57px 9px rgba(244,245,220,0.48);
	border-radius: 30px;
	transition: .2s;
}



/*----------------------- SUBTÍTULOS --------------------------*/

.sub_rojo{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	padding: 15px;
	background:
		url(../images/subtitulorojosmall.png);
	background-repeat: no-repeat;
 	background-size: cover;
	width: 580px;
	height: 100px;
	margin-bottom: -50px;
	z-index: 2;
 	position: relative;
 	scale: 0.9;
}

.sub_azul{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	padding: 10px;
	background:
		url(../images/subtituloazulsmall.png);
	background-repeat: no-repeat;
 	background-size: cover;
	width: 580px;
	height: 100px;
	margin-bottom: -50px;
	z-index: 2;
 	position: relative;
 	scale: 0.9;
 }

.sub_verde{
	font-family: 'BOTW';
	color: #cda85a;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	padding: 10px;
	background:
		url(../images/subtituloverdesmall.png);
	background-repeat: no-repeat;
 	background-size: cover;
	width: 580px;
	height: 100px;
	margin-bottom: -50px;
	z-index: 2;
 	position: relative;
 	scale: 0.9;
}
 

/*----------------------- LUGARES --------------------------*/


.lugares_table {
	margin: 0 auto;
	align-items: center;
	border-collapse: separate;
	border-spacing: 90px;
	display: none;
}


.lugares_table td {
	background: rgba(0,0,0,0.5); 
	padding: 80px;
	height: 700px;
	width: 500px;
	border-radius: 50px;
	display: none;
}

.lugares_table td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    display: none;
 }

.lugares_container {
	margin: 20px auto;
	padding: 50px;
	text-align: center;
	width: 50%;
	display: none;
}

.center_container {
	margin: 20px auto;
	padding: 50px;
	text-align: center;
	display: none;
}

.lugares_pantallamovil {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
	margin: 50px auto;
	padding: 30px;
	text-align: center;
	position: relative;
	background: rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-color: goldenrod;
	border-width: 1px;
	border-radius: 20px;
}

.lugares_pantallamovil p{
	width: 70%;
	padding-bottom: 30px;
}

.lugares_pantallamovil img {
	margin: 10px;
}



/*----------------------------headers--------------------------------*/
 
 .personajes_top_head{
 	background: url(../images/headblur_1.jpg);
 	padding: 10px 10px 10px 150px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
}

 .leyenda_top_head{
 	background: url(../images/headblur_2.jpg);
 	padding: 10px 10px 10px 150px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
}

 	.lugares_top_head{
 	background: url(../images/headblur_3.jpg);
 	padding: 10px 10px 10px 190px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
 }

  .descarga_top_head {
  	background: url(../images/headblur_4.jpg);
 	padding: 10px 10px 10px 170px;
 	height: 400px;
 	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -50px;
  }

 .head_text_white{
 	font-family: 'BOTW';
 	font-size: 64px;
 	color: white;
 	text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
	margin-top: 180px;
 }

 .head_text_black{
 	font-family: 'BOTW';
 	font-size: 64px;
 	color: .3e4932;
 	text-shadow: 3px 3px 25px rgba(235,231,217,0.9);
	margin-top: 180px;
 }


/*----------------------------imágenes--------------------------------*/

.img2 {
    display: none;
  }

 .img1, .img3 {
    display: none;
}

.imglinkmain {
	position: relative;
	height: 825px;
	object-fit: cover;
	object-position: left;
	width: 500px;
	margin-top: -875px;
	top: 750px;
	left: 650px;
	z-index: 2;
}

.imglink, .imgganondorf {
    position: relative;
    right: 350px;
    top: 210px;
    margin-top: -300px;
}

.imgzelda{
    position: relative;
    left: 1370px;
    top: 210px;
    margin-top: -300px;
}

.imgmapa{
	margin: 0 auto;
	padding: 50px;
}



/*-------------------pie de página--------------------------------*/

footer {
	background-color: black;
	width: 100%;
	height: auto;
	position: relative;
	display: inline-flex;
	justify-content: space-between;
	padding: 10px;
	bottom: 0;
	align-items: center;
}

footer p {
	color: white;
	font-family: "Rodin";
	font-size: 1em;
}

footer i {
	color: white;
}

footer a{
	text-decoration: none;
	color: white;
	font-size: 1.5em;
	font-weight: 600;
	padding-right: 20px;
}

.RRSS { /*contiene los iconos de RRSS y texto*/
	align-items: center;
	text-align: center;
}

}