  
.texto{
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contenedor{
    text-align: center;   
}


.imagenes-musica{
  display: flex;
  flex-direction: column;
  align-items: center;
    /* width: 100%; */justify-content: center;
}
.logos-musica{
  display: flex;
  width: 80vw;
  height: 5rem;
  /* flex-direction: row; */
  justify-content: space-evenly;
  align-items: center;
  /* justify-items:center; */
}

.logo{
  padding: 1rem;
  /* max-width: 6rem; */
  /* height: 4rem; */
  /* align-items: center; */
}

.tracklist{
    background-image: url("../images/luces/fondoTracklist.webp");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height: 80vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.texto-tracklist{
  font-size: 1.1rem;
  line-height: 3rem;
  font-family: 'Nunito Sans';
  
}

/* VIdeos ------------------------------ */
.video-container {
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }

  .video-container2 {
    position: absolute;
    width: 100%;
    height: 40vh; /* Set the height to 30% of the viewport */
    overflow: hidden; /* Hide any overflow */
  }
  
  #backVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ensure video covers the entire container */
    object-fit: cover; /* Ensure video covers the entire container */
    z-index: -1; /* Place video behind the header */
  }

  .texto-video{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.no-style{
    text-decoration: none;
}
  
.contenedor1{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.contenedor2{
  text-align: center;
  margin: 0 auto ;
}

.texto-creditos{
  font-family: 'IBM Plex Mono';
  line-height: 1rem;
}

/* #carousel-1{
  min-width: 400px;
} */

.contenedor3{
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto ;
}

.contenedor4{
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1000px;
  margin: 0 auto ;
}

.contenedor0{
  height: 20vh;
  /* width: 100%; */
  object-fit: cover;
}

/* REGLAS TABLET -------------------------------------------- */

@media only screen and (min-width: 480px) {
  .contenedor0{
    height: 30vh;
    /* width: 100%; */
    object-fit: cover;
  }

  #carousel-1{
    /* height: 60vh; */
    min-width: 400px;
  }

  #carousel-2{
    min-width: 557px;
  }
  .carousel-inner {
    /* height: 60vh; */
    margin: 0 auto ;
    max-width: 1920px;
    margin-bottom: -2rem;
  }

  

  .imagenes-musica{
    width: 100%;
    max-width: 1000px;
    flex-direction: row;
  }

  .tracklist{
    position: relative;
    background-size:cover;
    max-width: 1510px;
    margin: 0 auto; 
  }

  .imagen1{
    position: absolute;
    top: 0;
    left: 1rem;
    height: 15vh;
  }

  .imagen2{
    position: absolute;
    bottom: -2rem;
    right: 1rem;
    height: 20vh;
  }

  

}


/* REGLAS DESKTOP -------------------------------------------- */
@media only screen and (min-width: 767px) {

  .contenedor0{
    height: 450px;
    width: 100%;
    object-fit: cover;
  }

  .tracklist{
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    height: 80vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slide{
    height: 71vh;
  }
  .slide img{
    max-width: 915px;
    margin: 0 auto;
    display: flex;
  }

  #carousel-1{
    max-width: 915px;
    margin: 0 auto;
  }

  #carousel-2{
    max-width: 557px;
    margin: 0 auto;
  }

  .video-container {
    height: 70vh;
  }
}

/* REGLAS LARGE DESKTOP -------------------------------------------- */
@media only screen and (min-width: 2000px) {

}