@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: inherit;
    position: relative;
    /* z-index: 1; */
}
html{
    scroll-behavior: smooth;
    scroll-snap-type:y mandatory;
    overflow-x: hidden;
    font-size: 14px;
}

body{
    max-width: 1920px;
    margin: auto;
}

a:link{
    color: inherit;
}

::-webkit-scrollbar{
    width: 7px;
}
::-webkit-scrollbar-thumb{
    background-color: #a9a9a9;
    color: white;
}

#barra{
    width: 100%;
    height: 60px;
    background-color: #FFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    padding: 0 20px;
    transform: translateY(8px);
    z-index: 1;
    margin-bottom: 8px;
}
#barra::after{
    content: '';
    background: linear-gradient(90deg, #643E9B 0%, #F60000 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    top: -8px;
    left: 0;
}
#barra .logo{
    height: 100%;
    margin: 0 25px;
}
#barra .logo img{
    height: 100%;
}

#barra .links{
    height: 100%;
    margin-left: 40px;
}
#barra .links a{
    display: inline-flex;
    margin: 0 10px;
    height: 100%;
    border-bottom: 4px solid transparent;
    align-items: center;
}
#barra .links a:hover{
    border-bottom-color: #fe0000;
}

#barra .menu{
    display: none;
    margin-left: auto;
}
#barra .login{
    margin-left: 20px;
}
#barra .paises{
    margin-left: auto;
}
#barra svg{
    fill: #000;
}

.paises{
    border: 2px solid transparent;
    transition: .3s;
    height: 45px;
}

.paises:hover,
.paises.ative{
    border: 2px solid white;
}

.paises .pais{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.paises li{
    padding: 10px 5px;
}

.paises li span{
    margin-right: 10px;
}

.paises a.select,
.paises a:hover{
    background-color: #fff;
    color: #1f1f1f;
}

.paises .selecao{
    background-color: #fff;
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    flex-direction: column;
    align-items: center;
    border: 2px solid #fff;
    overflow: hidden;
    height: 0 !important;
    transition: .3s;
    display: none;
}

.paises:hover .selecao{
    height: auto !important;
    display: flex;
}

.paises .selecao a{
    width: 100%;
    justify-content: space-around;
    padding: 5px 0;
    transition: .3s;
}
.paises .selecao a:not(.select){
    cursor: pointer;
}

#menu{
    display: none;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 10;
    top: 8px;
    width: 300px;
    min-height: 100%;
    font-family: 'Inter';
    font-weight: 800;
    font-size: 16px;
    transition: right .5s;
    overflow: scroll;
}
#menu::after{
    content: '';
    background: linear-gradient(90deg, #643E9B 0%, #F60000 100%);
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    top: -8px;
    left: 0;
}
#menu.ative{
    right: 0;
}

#menu .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    z-index: 5;
}
#menu .menu svg{
    margin: auto;
    cursor: pointer;
}

#menu .usuario{
    padding: 10px 20px;
}
#menu .usuario p{
    margin-bottom: 10px;
}
#menu .usuario .login{
    background: linear-gradient(91.42deg, rgba(156, 147, 147, 0.5) 8.98%, rgba(217, 217, 217, 0) 108.21%);
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 20px;
}
#menu .usuario .perfil{
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}
#menu .usuario .perfil svg{
    height: 80%;
    aspect-ratio: 1/1;
}

#menu .atalhos{
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    flex-wrap: wrap;
}

#menu .atalhos a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    width: 100px;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

#menu .opcoes {
    padding: 0 40px;
}

#menu .opcoes a{
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 20px;
    font-size: 14px;
}
#menu svg{
    fill: #000;
}

.text-gradient{
    width: fit-content;
    background-image: linear-gradient(90deg, #F60000 42.05%, #544CDC 104.96%);;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.backgrund-gradient{
    background-image: radial-gradient(338.35% 179.73% at -3.88% 0%, #FE0000 0%, #544CDC 100%);
}
.border-gradient{
    z-index: 2;
    border: 1px solid #F60000;
}
.border-gradient::after{
    content: '';
    background-image: radial-gradient(200.44% 257.56% at 82.74% -77.25%, #F60000 0%, #544CDC 100%);;
    display: block;
    position: absolute;
    z-index: -2;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: inherit;
}
.border-gradient::before{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100%);
    height: calc(100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: inherit;
    transition: .3s;
}

.pesquisa{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pesquisa .input{
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    transition: .5s;
    border-radius: 40px;
    padding: 13px;
}
.pesquisa .input button{
    flex: none;
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-items: center;
}
.pesquisa .input input[type=text]{
    display: block;
    width: 0%;
    height: 100%;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 11px;
    font-size: 1.2rem;
    transition: .5s;
}
.pesquisa .input:hover{
    width: 240px;
    padding: 0 20px;
}
.pesquisa .input:hover input[type=text]{
    width: 100%;
    padding-left: 10px;
}
.pesquisa .input:hover button{
    margin-left: 20px;
}

#player-music{
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: -150px;
    left: 0;
    background: rgba(31, 31, 31, 0.40);
    backdrop-filter: blur(27px);
    width: 100%;
    border-top: #fff 1px solid;
    z-index: 10;
    transition: .3s;
    opacity: 0;
}
#player-music.ative{
    bottom: 0;
    opacity: 1;
    height: 100px;
    padding: 5px 5%;
}
#player-music .play {
    margin-right: 20px;
}
#player-music .meta{
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 250px;
}

#player-music .musica{
    display: flex;
    flex-direction: column;
    margin: 0 2%;
    width: 100%;
    background-color: transparent;
    color: #fff;
}

#player-music .musica .progress{
    display: flex;
    align-items: center;
}
#player-music .musica .progress input{
    margin: 0 10px;
}

#player-music .musica .controler{
    display: flex;
    justify-content: center;
    align-items: center;
}
#player-music .musica .controler div{
    margin: 0 10px;
    display: flex;
    align-items: center;
    align-items: center;
}
#player-music .musica .controler .play svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}

#player-music .menus{
    display: flex;
    align-items: center;
    flex: none;
    margin: 0 40px;
}
#player-music .menus div{
    margin: 0 5px;
}

#player-music .volume{
    display: flex;
    align-items: center;
    flex: none;
}

#player-music .level{
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    height: 5px;
    position: relative;
    border-radius: 5px;
    background-color: #D9D9D9;
    outline: none;
    overflow: hidden;
    margin-left: 10px;
}

#player-music .level::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    cursor: pointer;
    background-color: #ff006a;
    pointer-events: auto;
    border-radius: 50%;
    box-shadow: -1000px 0 0 1000px #ff006a;
}

#rodape{
    padding: 50px 60px;
    background-color: #1F1F1F;
    color: #fff;
    display: flex;
}
#rodape .column{
    width: 250px;
    display: flex;
    flex-direction: column;
    margin: 0 30px;
}
#rodape .column a{
    border-radius: 38px;
    border: 1px solid #FFF;
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}
#rodape .redes{
    margin-left: auto;
    width: 350px;
}
#rodape .redes h1{
    font-size: 2rem;
    font-weight: 600;
}
#rodape .redes h1.fino{
    font-size: 1.8rem;
    font-weight: 300;
}
#rodape .redes div{
    display: flex;
}
#rodape .redes div a{
    border: none;
    width: auto;
}
#rodape .redes div svg{
    fill: #fff;
}

@media only screen and (max-width: 1024px) {
    #player-music .menus{
        display: none;
    }
}
@media only screen and (max-width: 766px) {
    #barra .links,
    #barra .paises,
    #barra .login{
        display: none;
    }
    #barra .menu,
    #menu{
        display: block;
    }

    #player-music .volume{
        display: none;
    }
    #rodape{
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    #rodape .column{
        margin: 20px 0;
        justify-content: center;
    }
    #rodape .column h1{
        text-align: center;
    }
    #rodape .redes div{
        width: 100%;
        justify-content: space-around;
    }
}