body {
    background-color: black;
    font-family: var(--font-dm-sans);
}

.barralateral {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 12px;
    width: 300px;

}

.blNavigation {
    background-color: #121212;
    border-radius: 8px;
    padding: 16px 0 0 8px;

}

.blNavigation .logo {
    background-color: #121212;
    display: flex;
    border-radius: 8px;
    padding: 10px 0 0 8px;
}

.logo img {
    width: 90px;

}

.barralateral nav ul {
    margin-top: 18px;
    padding: 0 20px 10px 18px;

}

.barralateral ul li {
    padding: 8px 0;
}

.barralateral nav ul li a {
    color: #b3b3b3;
    text-decoration: none;
    font-weight: 600;
    font-size: 14;
}

.barralateral nav ul li a:hover {
    color: #fff;
    cursor: pointer;
}


.barralateral ul li .fa-search {
    margin-right: 5px;
}

.barralateral ul li .fa-home {
    margin-right: 3px;
}

.biblioteca{
    background-color: #121212;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 4px 8px;
    color: #b3b3b3;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 16px 16px 16px;
}

.biblioteca .biblioteca_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.biblioteca .biblioteca_button{
    display: flex;
    margin-right: 10px;
    color: #b3b3b3;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 20px 10px;
}

.biblioteca .biblioteca_content:hover, .biblioteca_button:hover{
    color:#fff
}

.biblioteca .biblioteca_button .fa {
    font-size: 18px;
    font-weight: 300;
    padding-right: 8px;
}

.biblioteca .biblioteca_content .fa-plus {
    margin:  22px 8px; 
}

.section-playlist{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    background-color: #242424;
    color:#b3b3b3;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0;
    padding: 16px 20px;
}

.section-playlist .section-playlist_content{
    display: flex;
    flex-direction: column;
}

.section-playlist_content .text{
    padding-bottom: 14px;
    color:#fff;
}

.section-playlist_content .title{
    font-weight: 700;
}

.section-playlist_content .subtitle{
    font-weight: 500;
    font-size: 14px;
}

.section-playlist_content .section-playlist_button{
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: 0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
    width: 113px;
    margin-top: 12px;
}

.section-playlist_content .section-playlist_button:hover{
    transform: scale(1.1);

}

.barralateral .cookies {
    margin: 25px 16px;  
}

.barralateral .cookies a {
    color:#b3b3b3;
    font-weight: 500;
    font-size: 10px;
    text-decoration: none;
}

.barralateral .cookies a:hover {
    text-decoration: underline;
}

.languages .languages_button {
    align-items: center;
    background-color: transparent;

    border: 1px solid #878787;
    border-radius: 20px;

    color: #fff;
    font-weight: bold;

    cursor: pointer;

    width: 170px;
    margin-left: 8px;
    padding: 8px;
   
    
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #005827,#0af570);
    padding: 10px;
    height: 8vh;
    
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;

}

.footer-texts{
    display: flex;
    flex-direction: column;
    gap: 10px;

    color: #fff;
    margin-left: 10px;
}

.footer-texts .text_title{
    font-weight: bold;
    font-size: 18px;
}

.footer-texts .text_subtitle{
    font-size: 14px;
}

.subscribe-free{
    background-color: #fff;
    border: none;
    border-radius: 50px;

    padding: 14px 16px;
    margin-right: 14px;

    font-weight: 700;
    font-size: 14px;

    cursor: pointer;
}

.subscribe-free:hover{
    padding: 18px 20px;
    transition: 0.5s;
    font-size: 16px;
    margin-right: 10px;
}






