* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f2efef;
  margin: 0px;
  padding: 0;
}
nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin: 0;
  overflow: visible;
  padding: 1%;
  height: 50px;
}

.logo {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 80px;
}

/* Dropdown Menu */
.menu {
  background-image: url("./img/icons/hamburger-button.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  color: rgb(8, 7, 7);
  cursor: pointer;
  padding-right: 10px;


}
.menu:hover {
  opacity: 0.8;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  right: 0; /* ✅ Para que se despliegue hacia la izquierda si está del lado derecho */
  background: white;
  min-width: 160px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s;
  pointer-events: none;
  border-radius: 0.5rem;
  z-index: 10;
}

.dropdown:hover .dropdown-content {
  opacity: 5;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-content a {
  color: #374151;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
 
  background: #747474;
}
/* Banner ocupa todo el ancho */
main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Sección banner */
.banner {
  background-image: url("./img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 2;
}

.tapa-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 10px;
  width: 100%;
}

.tapa {
  align-items: center;
  max-width: 300px;
}

.tapa img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.contratapa {
  align-items: center;
  max-width: 300px;
}
.contratapa img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.texto-disco {
  position: absolute;
  top: 100%;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 40px;
  text-align: center;
}

.texto-disco p {
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}
.fuente {
  text-decoration: none;
  color: white;
}
/* Video */
.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  max-width: 700px;
  align-self: center;
}

.texto-video {
  text-align: center;
  font-size: 19px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.gira {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.texto-gira {
  width: 60%;
  text-align: center;
  margin-left: 3%;
  margin-right: 3%;
}

.img-gira {
  width: 40%;
  margin-right: 3%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.ig-gira {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.texto-ig {
  width: 60%;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.img-ig-gira {
  width: 40%;
  margin-right: 3%;
  margin-left: 3%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
/* Spotify */
.spotify {
  display: flex;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* footer */
.redes ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
}

.redes li {
  list-style: none;
}

.redes a img {
  width: 20px;
  height: auto;
  display: block;
}

.redes img {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 1000px) {
  .banner{
    height: 500px;
  }
  .texto-disco{
    padding-top: 20px;
  }
}
@media screen and (max-width: 650px) {
.banner{
 margin-bottom: 20px;
  max-width: 100%;
  height: 450px;
  
}
  .tapa-overlay{
    padding: 0%;
  }
  .tapa, .contratapa {
    max-width: 250px;
  }

  .texto-disco{
    padding: 20px;
    font-size: 15px;
  }
  
  .video{
    max-width: 100%;
    display: block;
    padding: 0%;
    padding-bottom: 10px;
  }

  .texto-video{
    padding: 10px;
  }

  iframe {
    width: 100%;
  
  }

  .ig-gira, .gira, .video {
    font-size: 19px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
  ;
  
  }

  .texto-gira, .texto-ig {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .img-gira, .img-ig-gira {
    width: 100%;
    padding-bottom: 10px;
    margin: 0;
    height: auto;
    border-radius: 0%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {

  .tapa, .contratapa {
    width: 80%;
    
  }

   .texto-disco{
    padding: 10px;
    font-size: 15px;
  }
  
}