html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
}

body {
  background: black;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: white;
}
.top-header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.565); /* estilo Sony */
  display: flex;
  align-items: center;
  z-index: 1000;
  justify-content: space-between;
}
.logo a {
  padding-left: 30px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "BJCree", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.menu a {
  color: white;
  text-decoration: none;
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.menu a:hover {
  color: #cbbcf6;
}
.right {
  width: 200px;
}
#menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  font-size: 32px;
  padding-right: 20px;
  cursor: pointer;
  color: white;
}
.container {
  margin: 0 auto;
}

.header-single {
  margin: 0 auto;
}
.background-image-artist {
  background-image: url(img/fondoinicio.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Hace que la imagen se adapte */
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1200px;
  height: 90vh;
  margin-bottom: 10px;
  /* Evita que se deforme en pantallas grandes */
}

.background-image-justin {
  background-image: url(img/justinbiber.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Hace que la imagen se adapte */
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1200px;
  height: 90vh;
  margin-bottom: 10px;
  /* Evita que se deforme en pantallas grandes */
}
.background-image-miley {
  background-image: url(img/miley.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Hace que la imagen se adapte */
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1200px;
  height: 90vh;
  margin-bottom: 10px;
  /* Evita que se deforme en pantallas grandes */
}
.background-image-taylor {
  background-image: url(img/taylorswift.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Hace que la imagen se adapte */
  margin: 0 auto;
  padding: 40px 20px;
  max-width: 1200px;
  height: 90vh;
  margin-bottom: 10px;
  /* Evita que se deforme en pantallas grandes */
}
.type-artist {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 30vh;
}
.title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: clamp(40px, 6vw, 80px);
  text-align: center;
  color: white;
  padding-bottom: 8%;
}
#pop {
  margin: 0;
  padding: 30px;
}

.artistas {
  font-family: "BJCree", serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(40px, 6vw, 80px);
  padding-top: 20vh;
  text-align: center;
}
.social-title {
  text-align: center;
  font-size: 13px;
  color: white;
  margin-top: 100px;
  margin-bottom: 10px;
}
.social {
  display: flex;
  list-style: none;
  text-align: center;
  justify-content: center;
}
.social a {
  color: white;
  font-size: 30px;
  margin: 0 10px;
}
.social a:hover {
  color: #cbbcf6;
}

.cantantes {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.justin_target {
  background-color: #cbbcf677;
  height: 70vh;
  width: 20vw;
  margin: 20px;
  padding: 30px;
  border-radius: 15px;
}
.justin_target:hover {
  background-color: #421b9661;
  border: 3px solid #cbbcf683;
}
.img_justin {
  background-image: url(img/justin.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40vh;
  border-color: 5px solid #cbbcf683;
  border-radius: 15px;
  margin-bottom: 5%;
}
.img_miley {
  background-image: url(img/mileyicono.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40vh;
  border-image: 5px solid #cbbcf683;
  border-radius: 15px;
  margin-bottom: 5%;
}
.img_taylor {
  background-image: url(img/tyloricono.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 40vh;
  border-color: 5px solid #cbbcf683;
  border-radius: 15px;
  margin-bottom: 5%;
}

.justin_target h4 {
  color: white;
  font-size: clamp(20px, 6vw, 40px);
  text-decoration: none;
  text-align: center;
}
#cantantes {
  scroll-margin-top: 70px;
  margin-top: 30px;
  margin-left: 30px;
}
#playlist {
  scroll-margin-top: 70px;

  margin-left: 30px;
}
.bio-video {
  display: flex;
}
.bibliografia {
  width: 47%;
  text-align: justify;
  margin: 2%;
  margin-left: 4%;
  scroll-margin-top: 70px;
}
.subtitle {
  margin-bottom: 2.5%;
  font-size: 25px;
}
.bibliografia_p {
  margin-bottom: 1.5%;
  font-size: 22px;
}

.video {
  width: 40%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-margin-top: 70px;
}

.video-big iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

.video-litle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.video-mini iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

#albumes {
  margin-left: 4%;
  scroll-margin-top: 80px;
}
.playlist {
  display: flex;
  gap: 100px;
  justify-content: center;
  padding: 50px 0;
}

.first-footer {
  width: 100%;
  height: 80px;
  padding-top: 5px;
  text-align: center;
  font-size: 11px;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.menu-footer {
  border-top: 0.2px solid #ffffff5e;
  padding-top: 40px;
}
.menu-footer a {
  color: white;
  text-decoration: none;
  padding: 0 80px;
}
.menu-footer a:hover {
  color: #cbbcf6;
}
.last-footer {
  width: 100%;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 10px;
}
@media (width <= 768px) {
  /* Mostrar hamburguesa */
  .hamburger {
    display: block;
  }

  /* Ocultar menú por defecto */
  .menu {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.524);
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    gap: 20px;
  }

  /* Mostrar menú cuando el checkbox está activado */
  #menu-toggle:checked + .hamburger + .menu {
    display: flex;
  }

  /* Ajustar tamaño del logo en móvil */
  .logo a {
    font-size: 22px;
    padding-left: 15px;
  }

  /* Quitar el espacio de .right */
  .right {
    display: none;
  }
  .cantantes {
    flex-direction: column;
  }
  .justin_target {
    box-sizing: border-box;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 10%;
    width: 90%;
    height: 100%;
    border-radius: 15px;
  }
  #playlist {
    margin: 10%;
  }
  .bio-video {
    flex-direction: column;
    margin: 2%;
    justify-content: center;
    align-items: center;
  }
  .bibliografia {
    width: 100%;
  }

  .bibliografia_p {
    margin-top: 15%;
    margin: 5%;
  }
  .video {
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .video-litle {
    align-items: center;
    justify-content: center;
    margin: 5%;
  }
  .playlist {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3%;
  }
  .menu-footer a {
    display: block;
  }
}
