* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  width: auto;
  margin: -25px 0% 10% 0%;
  /* min-height: 630px; */
  background-size: cover;
  background-image: url(/assets/images/big-boss-1920x1080.jpg);
  background-repeat: no-repeat;
  background-color: aqua;
}

.logo {
  width: 100px;
}

.list-menu {
  font-family: roboto, arial, helvetica;
  list-style-type: none;
  text-align: center;
  padding-top: 16px;
  font-size: 1.5rem;
}

li {
  display: inline;
  margin-right: 35px;
}

cite {
  display: block;
  margin-left: auto;
  width: 130px;
  color: black;
}

/* ----------SLIDER DE FOTOS -------------*/

.container {
  /* margin: auto; */
  margin: 0 20% 4% 20%;
  /* width: 800px; */
  width: auto;
  height: 650px;
  margin-bottom: 120px;
  background-color: yellowgreen;
}

.slider {
  width: auto;
}
/* ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
} */

ul.slider {
  position: relative;
  /* width: 800px; */
  height: 300px;
}

ul.slider li {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  width: 100%;
  height: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* background:rgb(109, 0, 0); */
}

ul.slider li img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.slider li:first-child {
  opacity: 1; /*Mostramos el primer <li>*/
}

ul.slider li:target {
  opacity: 1; /*Mostramos el <li> del enlace que pulsemos*/
}

.menu {
  text-align: center;
  margin: 340px 0px 0px 0px;
  color: rgb(255, 255, 255);
}

.menu li {
  display: inline-block;
  text-align: center;
  color: black;
}

.menu li a {
  display: inline-block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  /* background-color: grey; */
  padding: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  border-radius: 100%;
}

/* AQUI TERMINA EL SLIDER DE FOTOS */

.p-history {
  margin: 0% 1.5% 0% 1.5%;
}

#a {
  color: black;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

/* -------------ESTILOS PARA LA FRASE PRINCIPAL--------------*/

.container-phrase {
  width: auto;
  margin: 0 20% 3% 20%;
  font-family: roboto, arial, helvetica;
}

/* ESTILOS SECCION DE JUEGOS SEGUNDA PAGINA  */

.games {
  width: auto;
  margin: 0 20% 3% 20%;
  font-family: roboto, sans-serif, elvetica;
  background-image: url(/assets/images/big-boss-de-pie-opacity.webp);
  background-position: 50% 50%;
  background-size: cover;
}

/* ------------------UN POCO DE HISTORIA-------------------- */

.container-history {
  width: auto;
  margin: 0 20% 4% 20%;
  font-family: roboto, sans-serif;
  background-image: url(/assets/images/big-boss-f-opacity.webp);
  background-position: 50% 50%;
  background-size: cover;
}

.container-history > h2 {
  text-align: center;
}

/* ------------------SOUNDTRACK-------------------- */

.soundtrack {
  width: auto;
  height: 28px;
  margin: 0 20% 3% 20%;
  text-align: center;
  font-family: roboto, sans-serif, elvetica;
  background: -webkit-gradient(linear, left top, right top, from(green), to(rgba(119, 119, 1, 0.527)));
  background: linear-gradient(to right, green, rgba(119, 119, 1, 0.527));
}

.songs {
  width: auto;
  margin: 0% 20% 4% 20%;
  font-family: roboto, sans-serif, elvetica;
}

audio {
  position: relative;
  left: 50px;
  top: 20px;
}

/*-------------- ASIDE-------------- */

.aside {
  background-color: gray;
  width: auto;
  margin: 0 20% -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: aliceblue;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: roboto, sans-serif, elvetica;
}

/*-------------- FOOTER-------------- */

.footer {
  width: auto;
  margin: 0 20%;
  text-align: center;
  height: 28px;
  background: -webkit-gradient(linear, left top, right top, from(green), to(rgba(119, 119, 1, 0.527)));
  background: linear-gradient(to right, green, rgba(119, 119, 1, 0.527));
  color: aliceblue;
}

/* --------------- MEDIAQUERIS----------------*/

@media screen and (max-width: 500px) {
  .header {
    width: auto;
    margin: -25px 0px 10% 0px;
    /* min-height: 630px; */
    background-size: cover;
    background-image: url(/assets/images/big-boss-mobile.webp);
    background-repeat: no-repeat;
    background-color: aqua;
  }

  .list-menu {
    font-family: roboto, arial, helvetica;
    list-style-type: none;
    text-align: center;
    padding-top: 16px;
    font-size: 1.5rem;
    display: block;
  }

  .container {
    /* margin: auto; */
    margin: 0 0% 4% 0%;
    /* width: 800px; */
    width: auto;
    height: 650px;
    margin-bottom: 120px;
    background-color: yellowgreen;
  }

  .footer {
    width: auto;
    margin: 0 0%;
    text-align: center;
    height: 28px;
    background: -webkit-gradient(linear, left top, right top, from(green), to(rgba(119, 119, 1, 0.527)));
    background: linear-gradient(to right, green, rgba(119, 119, 1, 0.527));
    color: aliceblue;
    font-size: 0.8em;
  }
  .aside {
    background-color: gray;
    width: auto;
    margin: 0 0% -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    color: aliceblue;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: roboto, sans-serif, elvetica;
    font-size: 0.6em;
  }
  .songs {
    width: auto;
    margin: 0% 1.5% 4% 1.5%;
    font-family: roboto, sans-serif, elvetica;
  }
  .soundtrack {
    width: auto;
    height: 28px;
    margin: 0 1.5% 3% 1.5%;
    text-align: center;
    font-family: roboto, sans-serif, elvetica;
    font-size: 0.9em;
    background: -webkit-gradient(linear, left top, right top, from(green), to(rgba(119, 119, 1, 0.527)));
    background: linear-gradient(to right, green, rgba(119, 119, 1, 0.527));
  }

  .container-history {
    width: auto;
    margin: 0 1.5% 4% 1.5%;
    font-family: roboto, sans-serif;
    background-image: url(/assets/images/big-boss-f-opacity.webp);
    background-position: 50% 50%;
    background-size: cover;
  }

  .games {
    width: auto;
    margin: 0 1.5% 3% 1.5%;
    font-family: roboto, sans-serif, elvetica;
    background-image: url(/assets/images/big-boss-de-pie-opacity.webp);
    background-position: 50% 50%;
    background-size: cover;
  }
  .container-phrase {
    width: auto;
    margin: 0 1.5% 3% 1.5%;
    font-family: roboto, arial, helvetica;
  }
}

