.texto {
    padding: 3rem;
    max-width: 1200px;
}

.texto2 {
    padding: 3rem;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.contenedor {
    text-align: center;
}

.boton2 {
    color: white;
}

.logo {
    padding: 1rem;
    width: 100%;
    height: 100%;
    align-items: center;
}

.contenedor4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 50vh;
}

.contenedor3 {
    height: 50vh;
    object-fit: cover;
    margin: 0 auto;
}

.imagen1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.texto-tracklist {
    font-size: 1.4rem;
    line-height: 3rem;
    font-family: 'Nunito Sans';

}


/* VIdeos ------------------------------ */
.video-container {
    position: relative;
    width: 100%;
    height: 90vh;
    /* Set the height to 30% of the viewport */
    overflow: hidden;
    /* Hide any overflow */
}

.video-container2 {
    position: relative;
    width: 100%;
    height: 50vh;
    /* 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: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contenedor2 {
    text-align: center;
}

.contenedor3 {
    text-align: center;
}

.contenedor5 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}


.texto-creditos {
    font-family: 'IBM Plex Mono';
    line-height: 1rem;
}


.imagen4 {
    /* width: 100vw; */
    height: 50vh;
    object-fit: cover;
}

.contenedor6 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* REGLAS TABLET -------------------------------------------- */

@media only screen and (min-width: 480px) {
    .videoYoutube {
        max-width: 1280px;
        height: 50vh;
        margin: 0 auto;
    }

}


/* REGLAS DESKTOP -------------------------------------------- */
@media only screen and (min-width: 767px) {
    .videoYoutube {
        height: 80vh;
        margin: 0 auto;
    }

    .contenedor4 {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
    }

    .video-container2 {
        height: 60vh;
    }

    .contenedor5 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .slide img {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
    }

    #carousel-1 {
        max-width: 1200px;
        margin: 0 auto;
        ;
    }

    .contenedor {
        text-align: center;
    }

    .contenedor6 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        /* flex-direction: row; */
        margin: 0 auto;
        max-width: 1200px;
        margin: 0 auto;
    }

    .imagen5 {
        position: absolute;
        top: 0;
        left: 1rem;
        height: 15vh;
    }

    .imagen6 {

        position: absolute;
        bottom: 0;
        right: 1rem;
        height: 15vh;
    }


}

/* REGLAS LARGE DESKTOP -------------------------------------------- */
@media only screen and (min-width: 2000px) {}