@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Oswald:wght@200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400&family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400&family=IM+Fell+DW+Pica&family=Yuji+Syuku&display=swap");

@media (max-width: 913px) {
  .img-hero {
    display: none;
  }

  .img-hero-secundaria.ocultar {
    display: block;
    width: 50%;
    margin: auto;
    position: relative;
    top: 200px;
  }

  #footer {
    position: absolute;
    left: 15%;
    bottom: 80px;
  }

  .contenedor-parrafo {
    font-size: 15px;
    width: 60%;
  }
}

@media (max-width: 769px) {
  .img-hero-secundaria.ocultar {
    position: relative;
    top: 300px;
  }

  #contenedor-botones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 541px) {
  .img-hero-secundaria.ocultar {
    width: 40%;
    position: relative;
    top: 180px;
  }

  #footer {
    font-size: 10px;
    position: absolute;
    left: 15%;
    bottom: 20px;
  }

  #contenedor-botones {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .boton-nav {
    font-size: 20px;
  }

  .nav {
    padding-bottom: 1px;
  }
}

@media (max-width: 415px) {
  .img-hero-secundaria.ocultar {
    width: 45%;
    position: relative;
    top: 320px;
  }

  #footer {
    font-size: 10px;
    position: absolute;
    left: 5%;
    bottom: 20px;
  }
}

@media (max-width: 391px) {
  #footer {
    font-size: 9px;
    position: absolute;
    left: 5%;
    bottom: 15px;
  }
}

.contenedor-tarjetas {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tarjeta {
  width: 180px;
  height: 240px;
  padding: 20px;
  margin: 15px;
  border: 2px solid #6E6A5E;
  border-radius: 5px;
  color: #0e0d0d;
  font-family: "Fira Sans", sans-serif;
  background-color: #eaecec;
  box-shadow: 5px 5px 12px -3px #EBD387;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s;
}

.tarjeta:hover {
  transform: scale(1.1);
}

.contenedor-imagen {
  width: 160px;
  height: 160px;
  overflow: hidden;
  box-shadow: 5px 5px 12px -3px #0e0d0d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  flex-wrap: wrap;
}

#imagen-personaje {
  width: 100%;
}

.contenedor-tarjetas-episodios {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tarjeta-episodio {
  width: 220px;
  height: 240px;
  padding: 20px;
  margin: 15px;
  border: 2px solid #6E6A5E;
  border-radius: 5px;
  color: #0e0d0d;
  font-family: "Fira Sans", sans-serif;
  background-color: #eaecec;
  box-shadow: 5px 5px 12px -3px #EBD387;
  font-size: 15px;
  height: auto;
}

.contenedor-tarjetas-individuales {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tarjeta-individual {
  width: 350px;
  height: 240px;
  padding: 20px;
  margin: 15px;
  border: 2px solid #6E6A5E;
  border-radius: 5px;
  color: #0e0d0d;
  font-family: "Fira Sans", sans-serif;
  background-color: #eaecec;
  box-shadow: 5px 5px 12px -3px #EBD387;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 350px;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background-color: #0e0d0d;
  position: fixed;
  z-index: 3;
  padding-bottom: 20px;
  width: 100%;
  height: 200 px;
  box-shadow: 5px 5px 12px -3px #EBD387;
  font-weight: 200;
}

.botones-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

li {
  padding: 0 30px 10px 0;
}

html:hover .img-caravan {
  transform: translateX(350px);
}

.img-caravan {
  width: 180px;
  transition: 1s;
  position: relative;
  left: -350px;
}

.botones-nav {
  list-style: none;
  font-family: "Fira Sans", sans-serif;
  color: #EEE7CF;
  font-weight: 600;
  font-size: 25px;
}

.boton-nav:hover {
  border-bottom: solid 3px #EBD387;
  transition: 0.2s;
}

.seccion-buscador {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

label {
  font-family: "Fira Sans", sans-serif;
  color: #EEE7CF;
  font-weight: 600;
  font-size: 25px;
  margin-right: 15px;
}

.input-busqueda {
  margin-top: 180px;
  background-color: #0e0d0d;
  border: 0;
  border-bottom: solid 3px #EBD387;
  font-family: "Fira Sans", sans-serif;
  color: #EEE7CF;
}

::placeholder {
  color: #EEE7CF;
}

.contenedor-img-hero {
  width: 100 vw;
  height: 480px;
}

.img-hero {
  margin-top: 130px;
  width: 100%;
}

.info-general {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Fira Sans", sans-serif;
  color: #EEE7CF;
  font-size: 20px;
  font-weight: 200;
  text-align: justify;
  padding-top: 180px;
}

.contenedor-parrafo {
  width: 70%;
}

.seccion-episodios {
  font-family: "Fira Sans", sans-serif;
  color: #EEE7CF;
}

.titulo-episodios {
  text-align: center;
  font-weight: 400;
  padding-top: 150px;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #EBD387;
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  position: absolute;
  left: 30%;
  bottom: 20px;
}

.contenerdor-iconos-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 40%;
  margin: auto;
}

.boton-icono-footer {
  color: #EBD387;
  font-size: 20px;
}

.contenedor-paginador {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 400px;
  margin: auto;
  margin-top: 10px;
}

.boton-volver {
  background-color: #0e0d0d;
  color: #EEE7CF;
  border: 0;
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
}

span {
  padding-right: 10px;
  padding-left: 10px;
}

.boton-volver:hover {
  border-bottom: solid 3px #EBD387;
  transition: 0.2s;
}

#anterior {
  background-color: #0e0d0d;
  color: #EEE7CF;
  border: 0;
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
}

#siguiente {
  background-color: #0e0d0d;
  color: #EEE7CF;
  border: 0;
  font-size: 30px;
  font-family: "Fira Sans", sans-serif;
}

#anterior:hover {
  border-bottom: solid 3px #EBD387;
  transition: 0.2s;
}

#siguiente:hover {
  border-bottom: solid 3px #EBD387;
  transition: 0.2s;
}

body {
  background-color: #0e0d0d;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.ocultar {
  display: none;
}

