#home{
    padding-top: 100px;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#home .nota{
    background: linear-gradient(91deg, rgba(0, 102, 255, 0.63) 0.41%, rgba(0, 102, 255, 0.37) 40.86%, rgba(0, 102, 255, 0.18) 77.3%, rgba(13, 94, 216, 0.00) 100.84%),
                linear-gradient(187deg, #FE0000 6.96%, rgba(254, 0, 0, 0.00) 89.77%), linear-gradient(123deg, #FE0000 18.97%, #EA0000 48.99%, #AF0000 87.03%);
    width: 60%;
    padding: 4% 6%;
    padding-right: 20%;
    color: #fff;
    margin-right: 40px;
    border-bottom-right-radius: 10px
}

#home .nota h1{
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
}
#home .nota p{
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
}
#home .nota a{
    display: inline-block;
    border-radius: 27px;
    background: #544CDC;
    padding: 10px 30px;
    text-align: center;
    margin: 20px;
}
#home .nota .dobra{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 41px;
    width: 44px;
    cursor: pointer;
}
#planos{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:   radial-gradient(#0066FFA1, #0066FF5E, #0066FF2E, #0D5ED800), 
                        linear-gradient(#EE2727, #9D181800), 
                        linear-gradient(#FE0000, #FE000000), 
                        linear-gradient(#FE0000, #EA0000, #AF0000), 
                        linear-gradient(#FE0000, #FE000000);
    z-index: 2;
    padding: 5%;
    top: 1000px;
    transition: .5s linear;
}
#planos.ative{
    top: 0px;
}

#planos .titulo{
    position: relative;
    margin-bottom: 40px;
}
#planos .voltar{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 27px;
    background: #FFF;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    width: 130px;
    z-index: 3;
    cursor: pointer;
}
#planos .titulo h1{
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}
#planos .assinatura{
    display: flex;
    justify-content: space-between;
    height: 70%;
    border: none;
    font-size: initial;
}

#planos .assinatura .plano{
    width: 24%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 18px;
    background: #FFF;
    box-shadow: -10px 11px 35px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
}
#planos .assinatura .plano h1{
    font-size: 2rem;
    font-weight: 500;
}
#planos .assinatura .plano div{
    margin: 20px 0;
}
#planos .assinatura .plano div span:first-child{
    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
#planos .assinatura .plano div span:last-child{
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    text-align: center;
}
#planos .assinatura .plano li{
    text-align: center;
    list-style: circle url(../assets/img/Check.png);
    font-size: 1rem;
    font-weight: 300;
    margin: 5px 0;
}
#planos .assinatura .plano .btn{
    padding: 10px;
    width: 100%;
    border-radius: 69px;
    background: #544CDC;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
#planos .assinatura .plano .mais{
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}

#home .motivos .cometa{
    padding-bottom: 1rem;
}
#home .motivos .list{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#home .motivos .list .item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#home .motivos .list .item svg{
    margin-right: 20px;
}
#home .motivos .list .item .text .titulo{
    color: #000;
    font-family: 'Inter';
    font-size: 1.4rem;
    font-weight: 800;
}
#home .motivos .list .item .text .vantagens{
    color: #000;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
}

#vitrine{
    background: #D9D9D9;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.20);
    padding: 50px 100px;
}
#vitrine::after{
    content: '';
    background: linear-gradient(90deg, #643E9B 0%, #F60000 100%);
    display: block;
    position: absolute;
    width: 8px;
    height: 100%;
    top: -0;
    left: 0;
}

#vitrine .pesquisa .btn{
    padding: 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}
#vitrine .pesquisa .btn:hover{
    color: #FFF;
}
#vitrine .pesquisa .btn:hover::before{
    opacity: 0;
}
#vitrine .musicas{
    margin-bottom: 50px;
    padding-right: 20%;
}

@media only screen and (max-width: 1200px) {
    #planos .voltar{
        position: relative;
        width: auto;
        top: 0;
        transform: unset;
    }
    #planos .assinatura{
        overflow: scroll;
        width: auto;
        height: auto;
    }
    #planos .assinatura .plano{
        width: 300px;
        margin-left: 40px;
        flex: none;    
    }
}
@media only screen and (max-width: 1024px) {
    #vitrine{
        padding: 25px;
    }
    #vitrine .musicas{
        margin: 0;
        padding: 0;
    }
}
@media only screen and (max-width: 766px) {
    #home .nota{
        width: 90%
    }
    #home .motivos{
        display: none;
    }
}