*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;
}
body{
    background: rgb(15,219,222);
    background: linear-gradient(0deg, rgba(15,219,222,1) 0%, rgba(45,84,253,1) 100%);
    background-repeat: no-repeat;
    background-size: 100vw 200vh;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
a{text-decoration: none;}
.header{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 12vh;
    background-color: rgba(0, 0, 0, 0.184);
    box-shadow: 0vw 0.3vw;
}
.contenedor_titulo{
    width: 36vw;
    align-content: center;
}
.titulo{
    font-size: 10vmin;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke-width: 0.14vw;
    -webkit-text-stroke-color: black;
    text-shadow: 0.2vw 0.3vw black;
    
}
.box-boton{
    width: 33vw;
    align-content: center;
}
.botoncolor{
    width: fit-content;
    height:10vmin;
    background: linear-gradient(0deg, rgb(255, 55, 0) 0%, rgb(255, 129, 129) 100%);;
    border-radius: 6%;
    box-shadow: 0vw 0.2vw black;
    border: 0.2vw solid black;
    align-content: center;
    margin-left: 5vw;
}
.botonvolver{
    font-family: "Lilita One", sans-serif;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 7vmin;
    color: white;
    -webkit-text-stroke-width: 0.10vw;
    -webkit-text-stroke-color: black;
    text-shadow: 0.1vw 0.2vw black;
    margin-left: 2vw;
    margin-right: 2vw;
}
.box-curso{
    width: 33vw;
    margin-right: 1vw;
    align-content: center;
}
.curso{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vmin;
    color: rgb(89, 161, 255);
    text-align: right;
    -webkit-text-stroke-width: 0.05vw;
    -webkit-text-stroke-color: black;
    
}

.colegio{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vmin;
    color: rgb(226, 172, 11);
    text-align: right;
    -webkit-text-stroke-width: 0.05vw;
    -webkit-text-stroke-color: black;
}
.main{
    height: 88vh;
    display: flex;
    flex-direction: row;
}
.box1{
    width: 65%;
}
.playlist1{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 92%;
    border-radius: 1%;
    margin-top: 4vh;
    margin-left: 2vw;
}
.playlistheader1{
    width: 100%;
    height: 10vh;
    background-color: rgb(36, 33, 33);
    align-content: center;
}
.playlistbody1{
    background-color: rgb(36, 33, 33);
    width: 100%;
    height: 85%;
}
.box1_titulo{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 5vmin;
}
.spot1{
    width: 100%;
    height: 100%;
}
.box2{
    width: 35%;
}
.playlist2{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 92%;
    border-radius: 1%;
    margin-top: 4vh;
    margin-right: 2vw;
}
.playlistheader2{
    width: 100%;
    height: 10vh;
    background-color: rgb(36, 33, 33);
    align-content: center;
}
.playlistbody2{
    background-color: rgb(36, 33, 33);
    width: 100%;
    height: 85%;
}
.box2_titulo{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 5vmin;
}
.spot2{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px), (max-height:517px){
    body{
        height: 200%;
    }
    .main{
        flex-direction: column;
        align-items: center;
        margin-top: 0vh;
        height: 94%;
    }
    .box1{
        margin-top: 5vh;
        width: 90%;
        height: 45%;
    }
    .playlist1{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        border-radius: 1%;
        margin-top: 0;
        margin-left: 0;
    }
    .playlistheader1{
        width: 100%;
        height: 10%;
        background-color: rgb(36, 33, 33);
    }
    .playlistbody1{
        background-color: rgb(36, 33, 33);
        width: 100%;
        height: 90%;
    }
    .box1_titulo{
        font-family: "Lilita One", sans-serif;
        font-weight: 400;
        color: rgb(255, 255, 255);
    }
    .spot1{
        width: 100%;
        height: 100%;
        zoom: 50%;
    }
    .box2{
        width: 90%;
        height: 45%;
        align-content: center;
        margin-top: 5vh;
    }
    .playlist2{
        width: 100%;
        height: 100%;
        border-radius: 1%;
        margin-top: 0vh;
        margin-right: 0;
    }
    .playlistheader2{
        width: 100%;
        height: 10%;
        background-color: rgb(36, 33, 33);
        align-content: center;
    }
    .playlistbody2{
        background-color: rgb(36, 33, 33);
        width: 100%;
        height: 90%;
    }
    .box2_titulo{
        font-family: "Lilita One", sans-serif;
        font-weight: 400;
        color: rgb(255, 255, 255);
        text-align: center;

    }
    .spot2{
        width: 100%;
        height: 100%;
        zoom: 50%;
    }

}
@media only screen and (max-height:230px){
    .spot1{
        zoom:25%;
    }
    .spot2{
        zoom:25%;
    }
}
@media only screen and (min-height:1464px){
    .spot1{
        zoom: 300%;
    }
    .spot2{
        zoom:300%;
    }
}