#header, #personalize, #topo, body, html{
    background-color: #001e40 !important;
}

section{
    height: 100% !important;
}

#modelosParcerias{
    background: linear-gradient(to bottom, #001e40, #030444) !important;
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}


#planos{
    background: linear-gradient(to bottom, #030444, #2b3091) !important;
    padding-top: 0px !important;
}

#planos .container{
    margin-top: 0px !important;
}

#planos .item{
    max-width: 320px;
    margin: 0 auto;
}


.logoRIAN{
    width: 60%;
}

#topo{
    padding-top:6rem !important;
}

.btnCadastro{
    border-radius: 5px;
    padding: 3px;
}

.btnCadastro span{
    font-weight: 900;
}

h1{
    font-size: 45px !important;
    line-height: 50px !important;
}

h2{
    font-size: 45px !important;
    line-height: 42px !important;
}
h3{
    font-size: 18px !important;
    line-height: 24px !important;
}
section:not(#planos .item) p{
    font-size: 18px !important;
    line-height: 27px !important;
}

h1, h2{
    font-weight: 600;
}

.pesquisa p{
    font-weight: 600;
}

.pesquisa .textGreen{
    color: #1eced8;
    margin-bottom: 2rem;
}

.formTopo{
    width: 80%;
    position: relative;
    margin-top: 3rem;
}

.formTopo input{
    width: 100%;

    border: 0;
    border-radius: 50px;
    height: 45px;
    padding: 0px 20px 0px 20px;
}


.formTopo a{
    position: absolute; 
    right: 0px; 
    top: 50%; 
    transform: translateY(-50%); 
    text-decoration: none; 
    z-index: 1; 
    transition: 1s;
}

.formTopo a span{
    color: #001E40;
    transition: 1s;
}

.formTopo a:hover span {
    color: white;
}

.formTopo a span:hover {
    color: white;
}


#personalize{
    padding-top: 5rem;
    padding-bottom: 0 !important;
}

#personalize .container{
    margin-top: 0;
    margin-bottom: 2rem;
}

#personalize .testeRIAN{
    display: flex;
    justify-content: center;
}


#personalize .testeRIAN a{
    background-color: #6714ed;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 15px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 1s;
}

#personalize .testeRIAN a:hover { 
    box-shadow: 0px 0px 50px #6714ed; 
}


#modelosParcerias .cardRIAN{
    text-align: center;
    padding: 1rem 1.5rem;
    background-color: #6714ed;
    border-radius: 20px;
    width: 90%;
    height: 100%;
}

#modelosParcerias .branco .cardRIAN{
    background-color: white;
    color: #001E40;
}

#modelosParcerias .cardRIAN h3{
    font-size: 20px;
}

#modelosParcerias .cardRIAN h4{
    font-size: 17px;
}


#modelosParcerias .cardRIAN h3, #modelosParcerias .cardRIAN h4{
    margin-bottom: 20px;
}

#modelosParcerias .item{
    height: 22rem !important;
    display: flex !important;
    justify-content: center !important;
}

.item + .item{
    margin-top: 3rem;
}

.cardPlus .nDivPlano{
    background-color: #030444;
    border-radius: 30px;
}

.textoPlanos{
    width: 70%;
}

.textPurple{
    color: #6714ed; 
    width: 90% !important;
}

.botao{
    background-color: #6714ed;
    color: white; 
}

.logoCompletaRian{
    display: flex;
    align-items: center;
}

.logoCompletaRian .letreiro{
    width: 10rem;
    height: 3rem;
}

.logoCompletaRian .imgLogoCompleta{
    width: 4.5rem;
    margin: 0 1rem;
}

.logoFeedbacks{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.imagemBrancaSemFundo{
    width: 8rem;
}

.constelacao{
    width: 12rem;
}


#faq{
    background-color: white;
    width: 100%;
}
.containerFaq {
    width: 100%; 
    max-width: 1200px;
    margin: 0 auto; 
    padding-top: 50px; 
    padding-bottom: 50px;
}

.containerFaq a {
    color: #007bff; 
    text-decoration: none; 
}

.containerFaq a:hover {
    color: #0056b3; 
    text-decoration: underline; 
}

#faq, #faq h3, #faq .content{
    color: #6714ed !important;
}

#faqAcc .tab label{
    border-color: #6714ed;
}

.modalVideo img{
    width: 25vw;
}
.persoTexto{
    margin-left: 20px;
    padding-left: 0;
}



@media (max-width: 1199px){
    .persoTexto{
        margin-left: 0px;
    }
    .nDivPlano{
        margin-right: 0;
    }

    .logoCompletaRian{
        width: 100%;
        justify-content: center;
        margin: 2rem 0;
    }

    .logoCompletaRian .letreiro{
        position: relative;
        z-index: 10;
    }
    .logoCompletaRian .imgLogoCompleta{
        position: relative;
        z-index: 10;
        margin-top: 2rem;
    }

    .logoCompletaRian .iluminacao{
        position: absolute;
        width: 8rem;
        z-index: 1;
    }

    .btnCadastro{
        border-radius: 21px;
        background-color: #030444;
        color: white;
        border: 1px solid #0CFFFB;
    }

    .textGreen{
        margin-top: 1rem;
    }

    .pesquisa h1, .pesquisa h2{
        text-align: center;
    }

    .formTopo{
        width: 100%;
    }

    .divPesquise p{
        text-align: center;
    }


}

@media(max-width:768px){

    #modelosParcerias{
        padding-bottom: 0rem !important;
        padding-top: 1rem !important;
    }

    h1{
        font-size: 36px !important;
        line-height: 42px !important;
    }

    h2{
        font-size: 30px !important;
    }
    h3{
        font-size: 18px !important;
    }
    section:not(#planos .item) p{
        font-size: 18px !important;
    }

    #modelosParcerias .item{
        height: 17rem !important;
    }

    .modalVideo img{
        width: 100%;
    }

    #topo .p40{
        font-size: 6vw !important;
    }

    #topo .p50{
        font-size: 10vw;
    }

    
    
    #personalize{
        padding-top: 0rem;
    }

    .testeRIAN a{
        border-radius: 10px !important;
    }

    #modelosParcerias h2{
        font-weight: bold !important;
    }

    .textoPlanos{
        width: 100%;
        margin-bottom: 4rem;

    }

    #planos{
        padding: 0 !important;
    }

    #planos .container{
        margin-top: 0 !important;
    }

    #planos .titulo{
        font-weight: 800 !important;
    }

    #cadastro{
        padding-bottom: 0 !important;
    }

    .feedT{
        margin: 0;
    }

    .imagemBrancaSemFundo{
        width: 5rem;
    }

    .constelacao{
        width: 9rem;
    }
    #personalize .testeRIAN a{
        font-size: 18px;
        width: 100%;
        margin: 0 20px;
        text-align: center;
    }

    .containerFaq{
        width: 95%;
    }
}


@media(max-width:400px){
    #modelosParcerias .item{
        height: 20rem !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px){
    .formTopo a{
        right: 0px !important; 
    }
    #modelosParcerias .item{
        height: 19rem !important;
    }
    .logoCompletaRian{
        width: 100%;
        justify-content: center;
        margin: 2rem 0;
    }
    .modalVideo img{
        width: 90%;
    }

    .persoVideo .modalVideo{
        display: flex;
        justify-content: center;
    }
    .contentFooter{
        margin: 0 auto;
    }
    #menuFooter1 ul{
        padding: 0;
    }

    .btLogin{
        margin: 0 !important;
    }

    #topo, #personalize{
        padding-bottom: 0 !important;
    }
    #personalize{
        padding-top: 2rem;
    }

    .logoCompletaRian{
        margin: 0;
    }
    section#topo{
        padding-top: 0rem !important;
    }
    
}

@media(max-width:325px){
    #planos .item{
        margin-left: -10px;
    }
}

@media (min-width: 1199px) and (max-width: 1365px){
    #modelosParcerias .item{
        height: 14rem !important;
    }
}

@media (min-width: 1000px)  and (max-width: 1199px){
    section#topo{
        padding-top: 5rem !important;
    }
    
}

@media (min-width: 1199px)  and (max-width: 1400px){
    section#topo{
        padding-top: 5rem !important;
    }
}

