
/* borra los valores predeterminados del html */
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
}
body{
  background-color: #fef6e4;
}
.header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 100%;
}
.subtitulo {
  display: flex;
  text-align: center;
  justify-content: space-around;
  font-size: 2em; 
  padding:.3em;
  background-color:#f3d2c1 ;
  color: #001858;
  word-spacing: .4em;
  letter-spacing: .1em;
}
#boxBanner {
  display: flex;
  justify-content: center; 
  flex-direction: column;  
  justify-items: center;
}
#boxBanner img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-around;
  align-items: center;
} 
.boxNavegador{
  display:flex;
  background-color: #f3d2c1;
  justify-content:space-around;
  justify-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.label {
  color: #001858;
}

.button-81 {
  background-color:#f582ae;
  border: 0 solid #f582ae;
  color: #001858;
  border-radius: 1.5rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
  padding: .5rem .5rem;
  text-align: center;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-bottom:.5em;
}
.button-81:hover {
  background-color:#8bd3dd;
  color: #fff; 
}

#numero-de-personajes {
  color:#001858;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 1em;
  font-weight: 500;
  font-size: 1.5em;
}

 .posterStyle {
  display: flex;
  width: 200px;
  height: 284px;
  align-self: center;
  border-radius: 2em;
} 
.posterTitle {
  display: flex;
  align-self: center;
  font-size: .8em;
  }
.container-images{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px; /* row-gap column gap */
  row-gap: 100px;
  justify-content: space-around;
  align-items:center; 
  padding:6.5em;  
  /* background-image: url(https://wallpapers.com/images/high/aesthetic-ocean-waves-studio-ghibli-btgz9dq7d75joz7n.webp); */
  /* background-image:url(https://wallpaper-mania.com/wp-content/uploads/2018/09/High_resolution_wallpaper_background_ID_77700608720.jpg);  */
  /* background-image: url(https://www.pixelstalk.net/wp-content/uploads/images6/Studio-Ghibli-Wallpaper-Free-Download.jpg);  */
  /* background-image: url(https://www.pixelstalk.net/wp-content/uploads/images6/Cloud-Studio-Ghibli-Wallpaper-HD.jpg);  */
  /* background-image: url(https://www.pixelstalk.net/wp-content/uploads/images6/Free-download-Studio-Ghibli-Wallpaper-HD.png); */
  /* background-image: url(https://www.pixelstalk.net/wp-content/uploads/images6/Free-download-Studio-Ghibli-Wallpaper-HD.png); */
  background-size:100% ;
  background-attachment: fixed;
}
.container-images >div {
  width: 225px;
  height: 350px;
  display: flex;
  background-color:#f3d2c1;
  color: #001858;
  flex-direction:column;
  align-items:center;
  justify-items:center;
  align-content: center;
  justify-content:space-between;
  padding: 1em;
  border-radius: 2em;
}
.container-images >div:hover {
  background-color:#8bd3dd;
  color: #001858; 
}
  footer{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3d2c1;
  flex-wrap: wrap;
  flex-direction: column;
}
  .marcaDerechos{
  font-size: .7em;
  display: flex;
  justify-items: center;
  justify-content: center;
  padding: 0;
  }
  .totoroAnimado{
  border: 0;
  display: flex;
  padding: 0;
  margin-bottom: 0;

    }

  /* cambie max por min y funciona mejor */
  @media (max-width: 414px) { 
    .subtitulo {
      display: flex;
      text-align: center;
      justify-content: space-around;
      font-size: 1em; 
      padding:.3em;
      background-color:#f3d2c1 ;
      color: #001858;
      word-spacing: .4em;
      letter-spacing: .1em;
    }
    .boxNavegador{
      display:flex;
      background-color: #f3d2c1;
      justify-content:center;
      justify-items:center;
      flex-direction: row;
      flex-wrap: wrap;
  
      
    }
      .button-81 {
        background-color:#f582ae;
        border: 0 solid #f582ae;
        color: #001858;
        border-radius: 5rem;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        font-size: .8em;
        font-weight: 300;
        line-height: 1;
        padding: .2rem;
        text-align: center;
        transition: all .1s cubic-bezier(.4, 0, .2, 1);
        box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin-bottom:.5em;
    }
    #numero-de-personajes {
    font-size: 1em;
    padding: 1em ;
    word-spacing: .4em;
    letter-spacing: .1em;
    }
    .container-images{
    padding: 1em;
    }
    .label {
    display:none;
    }
  footer {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content:center;
  justify-items:center;
  }
  .marcaDerechos {
  font-size: .05em;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  }
  .totoroAnimado{
    border: 0;
    display: flex;
    padding: 0;
    margin-bottom: 0;
  }
  }
  @media (max-width: 800px) { 
    .subtitulo {
      display: flex;
      text-align: center;
      justify-content: space-around;
      font-size: 2em; 
      padding:.5em;
      background-color:#f3d2c1 ;
      color: #001858;
      word-spacing: .3em;
      letter-spacing: .1em;
    }
    .boxNavegador{
      display:flex;
      background-color: #f3d2c1;
      justify-content:center;
      justify-items:center;
      flex-direction: row;
      flex-wrap: wrap;  
      padding: 4em;
      
    }
    .label {
      text-align: center;
      display: flex;
      direction: row;
      justify-items:center;
      justify-content:space-around;
    }
    .btnGeneral {
      margin: 1.2em;
      display: flex;
      justify-content: space-around;
      justify-items: center;
      position: row;
      flex-wrap: nowrap;
      
    }
      .button-81 {
        background-color:#f582ae;
        border: 0 solid #f582ae;
        color: #001858;
        border-radius: 5rem;
        box-sizing: border-box;
        cursor: pointer;
        display: flex;
        font-size: .8em;
        font-weight: 300;
        line-height: 1;
        padding: 1em;
        text-align: center;
        transition: all .1s cubic-bezier(.4, 0, .2, 1);
        box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin-bottom: 0.3em; 
    }
    #numero-de-personajes {
    font-size: 1em;
    padding: 1em ;
    word-spacing: .4em;
    letter-spacing: .1em;
    }
    .container-images{
    padding: 1em;
    }
  footer {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content:center;
  justify-items:center;
  }
  .marcaDerechos {
  font-size: .05em;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  }
  .totoroAnimado{
    border: 0;
    display: flex;
    padding: 0;
    margin-bottom: 0;
  }
  }
  
    /* .subtitulo {
      display: flex;
      text-align: center;
      justify-content: space-around;
      font-size: 1.5em; 
      padding:.3em;
      background-color:#f3d2c1 ;
      color: #001858;
      word-spacing: .4em;
      letter-spacing: .1em;
    }
    .boxNavegador{
      display: flex;
      justify-content:space-around;
      justify-items:center;
      flex-direction: column;
      flex-wrap: wrap;
      font-size: 2em;
   }
   .button-81 {
    background-color:#f582ae;
    border: 0 solid #f582ae;
    color: #001858;
    border-radius: 5rem;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    padding: .2rem;
    text-align: center;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom:.5em;
} */

  