body{
    background: linear-gradient(to right, black, rgb(27, 27, 27));
}
.video-music{
    width: 100%;
    height: auto;
    filter: brightness(0.4);
}
.info{
    position: relative;
    z-index: 2;
    color: whitesmoke;
    text-align: center;
    bottom: 45vw;
    font-size: clamp(1.2rem, 2vw, 6rem);
}
.info h1{
    color: rgb(226, 23, 23);
}
.info button{
    height: 45px;
    width: 200px;
    font-size: clamp(1.2rem, 1vw, 7rem);
    font-family: 'Oswald', sans-serif;
    margin-right: 1.5%;
    border-radius: 7px;
    color: whitesmoke;
    letter-spacing: 2px;
    cursor: pointer;
}
.explore{
    background-color: #f03131;
    border: none;
}
.artist{
    background-color: transparent;
    border: solid 1px whitesmoke;
}
@media screen and (max-width: 600px) {
    .info{
        font-size: clamp(0.8rem, 1vw, 2rem);
    }
    .info button{
        height: 35px;
        width: 170px;
        font-size: clamp(1rem, 1vw, 4rem);
    }
}
@media screen and (max-width: 600px) {
    .info{
        bottom: 50vw;
    }
    .info button{
        height: 35px;
        width: 140px;
        font-size: clamp(.8rem, 1vw, 2rem);
    }
}
@media screen and (max-width: 350px) {
    .info{
        font-size: clamp(.6rem, 1vw, 2rem);
    }
    .info button{
        height: 25px;
        width: 110px;
        font-size: clamp(.5rem, 1vw, 4rem);
    }
}


/* SEPARACION */
.text{
    color: whitesmoke;
    letter-spacing: 2px;
    margin: 0 0 0 5.5%;
    font-size: clamp(1.5rem, 2.3vw, 7rem);
    position: relative;
    bottom: 12vw;
}
.genres{
    position: relative;
    bottom: 20vw;
}
.genres{
    max-width: 90vw;
    margin: 10vw auto;
}
.cards-slider{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.cards{
    width: 34vw;
    height: 350px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: rgb(34, 33, 33);
}
.background{
    background-image: url(../img_musica/generos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 15vw;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.informacion{
    padding: 20px;
    color: whitesmoke;
    letter-spacing: 2px;
    font-size: clamp(1.1rem, 1vw, 7rem);
}
.informacion h3,
.informacion p{
    margin: 0 0 5px;
}
.cards-slider{
    width: 100%;
}
.cards-slider .item a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards-slider .slick-slide{
    margin: 15px;
}
.slick-dots li.slick-active button:before{
    color: #000;
}
.slick-dots li button:before{
    font-size: 12px;
}
.slick-next:before,
.slick-prev:before{
    color: #f03131 !important;
    font-size: 24px;
}
.item:hover{
    display: block;
    transition: all ease 0.3s;
    transform: scale(1.1) translateY(-5px);
}
@media screen and (max-width: 1110px) {
    .slick-next:before,
    .slick-prev:before{
    display: none;
}
}
@media screen  and (max-width: 800px){
    .genres{
        max-width: 200vw;
        overflow: hidden;
    }
    .informacion{
        font-size: clamp(.8rem, 1vw, 5rem);
    }
    .cards{
        height: 270px;
    }
}
@media screen  and (max-width: 549px){
    .background{
        height: 25vw;
    }
}
.about div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    color: whitesmoke;
    font-size: clamp(1.1rem, 1.2vw, 7rem);
    position: relative;
    bottom: 8vw;
    margin-left: 15px;
    margin-right: 15px;
}
.about div iframe{
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(58, 58, 58);
}
@media screen and (max-width: 800px) {
    .about div p{
        display: none;
    }
}
@media screen and (max-width: 400px) {
    iframe{
        height: 215px   ;
    }
}
a{
    text-decoration: none;
    
}
