* {
  margin: 0px;
}
html {
  cursor: url(imagenes/pepinillo.cur), auto;
}
a:hover {
  cursor: url(imagenes/Portal.cur), auto;
}
body {
  justify-content: center;
  text-align: center;
  background-image: url(imagenes/fondopepinillos.png);
  background-repeat: no-repeat;
  padding: 10px;
  background-size: cover;
  padding: 10px;
}
#bodyPersonajes {
  justify-content: center;
  text-align: center;
  background-image: url(imagenes/fondopepinillos.png);
  background-repeat: repeat-y;
  background-size: 100%;
  overflow-x: hidden;
}
#bodyEpisodios {
  background-image: url(imagenes/fondopepinillos.png);
  justify-content: center;
  text-align: center;
  background-repeat: repeat-y;
  background-size: 100%;
  overflow-x: hidden;
}
header {
  padding: 20px;
}
#logo {
  width: 40%;
}
@font-face {
  font-family: RickMorty1;
  src: url(letraSinopsis.TTF);
}
@font-face {
  font-family: letrarick;
  src: url(letrarick.ttf);
}
@font-face {
  font-family: letraextra;
  src: url(letraextras.ttf);
}
@font-face {
  font-family: letraTres;
  src: url(letraTres.ttf);
}
@font-face {
  font-family: letraCuatro;
  src: url(letraCuatro.ttf);
}


/*------------------navegador-------------*/
nav li {
  display: inline;
  padding-inline: 0px;
  margin: 0 0 0 0;
}
#btnInicio {
  width: 150px;
  margin: 0 50px 0 0px;
}
#btnPersonajes {
  width: 150px;
  margin: 0 50px 0 0px;
}
#btnEpisodios {
  width: 150px;
  margin: 0 50px 0 0px;
}

/*----------------------tabla inicio imagen sinopsis------------------*/
main {
  margin: 0 0 0 5px;
}
.tabla {
  align-items: center;
  margin: 5px;
  text-align: center;
  position: center;
  display: block;
}
#divImagenPortal {
  text-align: center;
  position: center;
  display: flex;
  justify-content: space-around;
}
#portal {
  width: 25%;
  height: auto;
  text-align: center;
  position: center;
  display: block;
  justify-content: space-around;
}
#sinopsis {
  font-family: RickMorty1;
  font-size: 30px;
  color: aqua;
  text-shadow: 3px 3px 3px blue;
  text-align: center;
  height: auto;
  width: 100%;
  align-items: center;
  margin-block: 20px;
  background-color: rgba(0, 0, 0, 0.461);
  line-height: 40px;
  word-spacing: 5px;
}
/*----------------------personajes------------------*/
#contenedorTodosLosPersonajes {
  margin: 0px, 10px, 0, 10px;
}
/*cajita de personaje*/
.divPersonajeJs {
  background-color: black;
  width: 300px;
  height: 300px;
  margin: 20px;
  border-radius: 5px;
  border-style: groove;
  border-width: 5px;
  box-sizing: border-box;
  border-color: rgb(0, 255, 26);
  /*este display sirvio para centrar el cuadro i la info de dentro*/
  display: -webkit-inline-box;
  align-items: center;
}
.imagenPersonajeJs {
  width: 190px;
  border-radius: 200px;
  box-shadow: 0 0 4rem rgb(0, 255, 255);
  align-content: center;
  margin: 15px;
}
.nombrePersonajeJs {
  font-size: 25px;
  color: rgb(0, 255, 26);
  font-family: letrarick;
  text-shadow: 3px 3px 3px rgba(0, 255, 255, 0.73);
  align-content: center;
  display: inline-block;
}
#tablaInfopersonajes {
  text-align: left;
  align-items: center;
  line-height: 40px;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  border-spacing: 10px;
  width: fit-content;
  height: min-content;
}
#divCerrar {
  margin: 5px;
  padding: 20px;
}

#imagenCerrar {
  width: 55px;
  height: 55px;
  float: right;
}
.tdPropiedad {
  font-size: 30px;
  color: rgb(0, 255, 26);
}
.tdValor {
  font-family: RickMorty1;
  font-size: 30px;
  color: aqua;
  text-shadow: 3px 3px 3px blue;
}
#infoFlotante {
  background-color: black;
  border-radius: 20px;
  padding: 25px;
  left: 10%;
  right: 10%;
  position: fixed;
  top: 25%;
  display: none;
  justify-content: center;
  text-align: center;
  font-family: letraRick;
  font-size: 30px;
  color: rgb(0, 255, 26);
  line-height: 50px;
  letter-spacing: 5px;
  border-radius: 5px;
  border-style: groove;
  border-width: 14px;
  box-sizing: border-box;
  border-color: aqua;
}
#imagenCerrar {
  width: 25px;
  height: 25px;
  background: url(imagenes/x.png);
  float: right;
}
#btnVerMasPersonajes {
  background-color: black;
  font-family: RickMorty1;
  font-size: 20px;
  text-align: center;
  color: white;
  width: auto;
  height: auto;
  border-style: groove;
  border-width: 4px;
  box-sizing: border-box;
  border-color: aqua;
  text-shadow: 3px 3px 3px blue;
}
#botonBuscar {
  background-color: black;
  font-family: RickMorty1;
  font-size: 20px;
  text-align: center;
  color: white;
  width: auto;
  height: auto;
  border-style: groove;
  border-width: 4px;
  box-sizing: border-box;
  border-color: aqua;
  text-shadow: 3px 3px 3px blue;
  margin: 10px;
}

/*----------------------episodios------------------*/
.contenedorEpisodios {
  display: block;
  margin: 2%;
  align-content: center;
}
.episodiosJs {
  font-family: RickMorty1;
  font-size: 30px;
  color: #5EBDD3;
  display: block;
  
}
#tablaInfoEpisodios {
  text-align: left;
  align-items: center;
  line-height: 40px;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  border-spacing: 10px;
  width: fit-content;
  height: min-content;
}
#infoFlotanteEpisodios {
  display: none;
  background-color: black;
  border-radius: 20px;
  padding: 25px;
  left: 10%;
  right: 10%;
  position: fixed;
  top: 25%;
  justify-content: center;
  text-align: center;
  font-family: letraRick;
  font-size: 30px;
  color: rgb(0, 255, 26);
  line-height: 50px;
  letter-spacing: 5px;
  border-radius: 5px;
  border-style: groove;
  border-width: 14px;
  box-sizing: border-box;
  border-color: aqua;
}
#imagenCerrarEpisodios {
  width: 25px;
  height: 25px;
  float: right;
}
.tdPropiedadE {
  font-size: 30px;
  color: rgb(0, 255, 26);
}
.tdValorE {
  font-family: RickMorty1;
  font-size: 30px;
  color: aqua;
  text-shadow: 3px 3px 3px blue;
}
#contenedorTodosLosEpisodios {
  background-color: black;
  border-radius: 5px;
  border-style: groove;
  border-width: 5px;
  box-sizing: border-box;
  border-color: rgb(0, 255, 26);
}
#btnVerMasEpisodios {
  background-color: black;
  font-family: RickMorty1;
  font-size: 20px;
  text-align: center;
  color: white;
  width: auto;
  height: auto;
  border-style: groove;
  border-width: 4px;
  box-sizing: border-box;
  border-color: aqua;
  text-shadow: 3px 3px 3px blue;
  margin: 10px;
}

#divSillon{
  width: 100%;
  height: auto;
}

#sillon{
  width: 50%;
  height: auto;
} 

/*----------------------footer------------------*/
footer {
  background-color: rgba(0, 255, 255, 0.131);
  text-align: center;
  padding: 15px;
  position: center;
  display: block;
  letter-spacing: 6px;
  justify-content: space-around;
  margin: 10px;
}
#textofooter {
  font-family: letrarick;
  font-size: 18px;
  text-align: center;
  margin: 10px;
  color: white;
  text-shadow: 3px 3px 3px rgba(0, 255, 255, 0.73);
  align-items: center;
}
#img_footer {
  width: 20px;
  align-content: center;
}