@import url('../../external.html?link=https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;400;700&amp;display=swap');

body{
    background-color: #1d1d1d;
    font-family: 'Roboto', sans-serif;
    color:white;
}
*{
    margin:0;
    padding:0;
}
h1{
    font-size: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
h2{
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
h3{
    font-size: 16px;
    font-weight: 200;
    display: flex;
    align-items: center;
}
a{
    text-decoration: none;
    color:white;
}

.btn1-s{
    width: 150px;
    height:  46px;
    margin: 0 10px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(128,53,183,1) 0%, rgba(55,28,232,1)  100%);
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn1-s h2{
    font-size: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn1-s :hover{
    width: 150px;
    height:  46px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(55,28,232,1) 0%, rgba(128,53,183,1) 100%);
    display: flex;
    justify-content: center;
}
.btn2-s{
    width: 150px;
    height:  42px;
    margin: 0 10px;
    border-radius: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(128,53,183,1);
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn2-s h2{
    font-size: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn2-s :hover{
    color: #9239ae;
}
.btn1-l{
    width: 230px;
    height: 72px;
    margin: 0 10px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(128,53,183,1) 0%, rgba(55,28,232,1)  100%);
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn1-l h2{
    font-size: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn1-l :hover{
    width: 230px;
    height: 72px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(55,28,232,1) 0%, rgba(128,53,183,1) 100%);
    display: flex;
    justify-content: center;
}
.btn2-l{
    width: 230px;
    height:  68px;
    margin: 0 10px;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(128,53,183,1);
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn2-l h2{
    font-size: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn2-l :hover{
    color: #9239ae;
}

/* --------------------------------------------------- */

.nav{
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    flex-direction: column;
    align-items: center;

}
.bg-nav-black{
    background-color: #0d0d0d;
}
.bg-nav-transparent{
    background-color: transparent;
}
.nav-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.nav-container-content{
    margin-top: 20px;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px ;
}
.nav-left{
    display: flex;
}
.nav-left-menu{
    display: flex;
    align-items: center;
    cursor: pointer;
    
}
.nav-left-logo{
    display: flex;
    margin-left: 30px;

}
.nav-left-logo img{
    width: 150px;
    /* background-color: red; */
    /* width: fit-content; */
}
.nav-rigth{
    display: flex;
}
.menu-container{
    width: 65%;
    display: flex;
}
.menu-container.clear{
    display: none;
}
.menu{
    background-color: #1d1d1d;
    opacity: 0.9;
}
.menu-item{
    display: flex;
    padding: 10px 20px;
    margin:10px 0;
}

.menu-item .selector.selected{
    display: flex;
    /* height: 100%; */
    width: 3px;
    margin-right:6px;
    background-color: white;
}

/* --------------------------------------------------- */

.header{
    /* height: 60vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.header-bg{
    position: absolute;
    height: 60vh;
    width: 100%;
    background: #1d1d1d url("../img/bg-up.webp") no-repeat center center;
    background-size: cover;
    mask-image: linear-gradient(to top, transparent 5%, black 100%);
    -webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
}
.header-container{
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 145px;
}
.header-top h1{
    text-align: center;
}
.header-middle{
    margin-top: 40px;
    margin-bottom: 56px;
}
.header-bottom{
    display: flex;
}

/* --------------------------------------------------- */

.conteudos{
    display: flex;
    justify-content: center;
}
.conteudos-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;   
}
.conteudos-top h1{
    font-weight: 400;
    font-size: 40px;
    display: none;
}
.conteudos-middle{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 35px 0;
    display: none;

}
.btn-conteudos{
    background-color: #3C3C3C;
    height:  68px;
    width: 390px;
    display: flex;
    justify-content: center;
    border-radius: 70px;
    cursor: pointer;
}
.btn-conteudos h2{
    width: 100%;
    display: flex;
    justify-content: center;
}
.btn-conteudos.selected{
    background: linear-gradient(135deg, rgba(128,53,183,1) 0%, rgba(55,28,232,1)  100%);
}
.btn-conteudos :hover{
    height:  68px;
    width: 390px;
    display: flex;
    justify-content: center;
    border-radius: 70px;
    background: linear-gradient(135deg, rgba(128,53,183,1) 0%, rgba(55,28,232,1)  100%);
    cursor: pointer;
}
.cards{
    display: flex;
    flex-direction: column;
    display: none;
}
.cards .remove{
    display: none;
}
.cards-row{
    display: flex;
    flex-wrap: wrap;
}
.card-conteudos{
    padding: 10px;
}
.card-conteudos img{
    width: 210px;
    border-radius: 10px;
}
.conteudos-bottom{
    margin: 60px 0;
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.conteudos-bottom i{

    margin-left: 25px;
    scale: 2;
    margin-top: 4px;

}


/* --------------------------------------------------- */

.como-funciona{
    height: 650px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}
.como-funciona-bg{
    background: #1d1d1d url("../img/comofun3.webp") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 650px;
    position: absolute;
    filter: brightness(30%);
}
.como-funciona-container{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: 40px;
}
.como-funciona-middle{
    padding: 50px 0;
}
.como-funciona-middle h3{
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}
.como-funciona-bottom{
    display: flex;
    justify-content: flex-end;
}

/* --------------------------------------------------- */

.plans{
    display: flex;
    justify-content: center;
    background-color: #141414;
    display: none;
}
.plans-container{
    width: 70%;
}
.plans-top{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.plans-middle{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.plans-middle h3{
    text-align: center;
    font-weight: 400;
}
.plans-cards{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.plan-card{
    margin: 0 10px;
    padding: 20px;
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: solid;
    border-width: 5px;
    border-color: #9239ae;
    border-radius: 30px;
}
.plan-card.dstk{
    background: linear-gradient(135deg, rgba(128,53,183,1) 0%, rgba(55,28,232,1)  100%);
    border-style: none;
}
.plan-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.plan-top h2{
    font-size: 26px;
}
.plan-top h3{
    font-size: 14px;
    margin-top: 6px;
}
.plan-price{
    display: flex;
    color: #9239ae;
    align-items: flex-start;
    margin-top: 40px;
}
.plan-card.dstk .plan-price{
    color: white;
}
.plan-price h1{
    font-size: 80px;
}
.plan-price h3{
    font-size: 26px;
    font-weight: 700;
    margin-top: 16px;
}
.plan-attributes{
    padding: 0px 0;
    /* background-color: yellow; */
    width: 100%;
    color: rgb(200, 200, 200)
}

.plan-attributes ul{
    list-style-image: url('../img/mark.svg');
}
.plan-attributes ul li{
    padding: 6px 0;
    margin-left: 28px;
}
.plan-attributes h3{
    font-weight: 400;
    font-size: 14px;
    /* margin-top:-6px; */
    margin-left: 6px;
}
.line{
    height: 1px;
    width: 100%;
    background-color: rgb(110, 110, 110);
}
.plan-card .btn1-s{
    margin: 20px 0;
}
.plan-card.dstk .btn1-s{
    background: none;
    background-color: #9239ae;
    color: white;
}
.plan-card.dstk .btn1-s :hover{
    background-color: #9239ae;
    color: white;
}
.plan-bottom{
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan-bottom h1{
    font-size: 40px;
    font-weight: 400;
}
.plan-bottom .btn1-s{
    margin-top: 30px;
    width: 180px;
}
.plan-bottom .btn1-s :hover{
    width: 180px;
}

/* --------------------------------------------------- */

.sistemas-compativeis{
    display: flex;
    justify-content: center;
}
.sistemas-compativeis-container{
    display: flex;
    width: 65%;
    min-width: fit-content;
    justify-content: space-between;
    margin: 80px 0;
}
.sistemas-compativeis-left{
    width: 600px;
}
.sistemas-compativeis-top{
    display: flex;
    justify-content: flex-start;
    /* margin-right: 60px; */
}
.sistemas-compativeis-top h1{
    font-weight: 400;
}
.sistemas-compativeis-bottom{
    margin-top: 50px;
}
.sistemas-compativeis-bottom ul{
    list-style-image: url('../img/markw.svg');
    margin-left: 24px;
}
.sistemas-compativeis-bottom li{
    padding: 8px 0;
    font-weight: 400;
}
.sistemas-compativeis-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sistemas-compativeis-right img{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --------------------------------------------------- */

.FAQ{
    background-color: #141414;
    display: flex;
    justify-content: center;
}
.FAQ-container{
    width: 60%;
    display: flex;
    padding: 100px 0;
    justify-content: space-between;
}
.FAQ-left{
    width: 70%;
}
.FAQ-left-top h3{
    color: #9239ae;
    font-weight: 400;
}
.FAQ-left-middle{
    padding: 30px 0;
}
.FAQ-left-bottom h3{
    font-weight: 400;
}
.FAQ-right{
    display: flex;
    justify-content: flex-end;
}
.accordion-container{
    width:80%;
}
.accordions{
    margin:0 auto;
    color: #fff;
}
.accordion-item input{
    display:none;
}
.accordion-item label{
    display:block;
    font-size:16px;
    cursor:pointer;
    padding:5px 3px;
    display: flex;
}
.accordion-item label i{
    margin-top: 1px;
    padding:12px 0;
}
.accordion-item label p{
    padding:12px;
}
.accordion-content{
    font-weight: 100;
    color:white;
    font-size:16px;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}
[id^=accordion]:checked ~ .accordion-content {
    height: 100px;
}
.accordion-content p{
    padding: 20px 17px;
    text-align: justify;
}
.accordions .line{
    background-color: white;
}
/* --------------------------------------------------- */

.revenda{
   display: flex;
   justify-content: center;
}
.revenda-container-master{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
    width: 65%;
    min-width: fit-content;
}
.revenda-container-left{
    flex-direction: 0.6;
}
.revenda-container-rigth{
    flex-direction: 0.4;
}
.revenda-top h1{
    margin-bottom: 20px;
}
.revenda-top h2{
    margin-bottom: 15px;
}
.revenda-top h3{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: justify;
}
.revenda-middle{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
}
.revenda-middle-left h3{
    padding: 10px 0;
    font-weight: 400;
}
.revenda-bottom{
    margin-top: 20px;
}
.revenda-bottom .btn1-l{
    width: 300px;
    height: 60px;
    margin: 0;
    padding: 0;
}
.revenda-bottom .btn1-l :hover{
    width: 300px;
    height: 60px;
}
.revenda-grafh img{
    width: 650px;
    border-radius: 20px;
}

/* --------------------------------------------------- */

.footer{
    padding-top:40px;
    display:flex;
    justify-content:center;
    background-color: black;
}
.footer-container{
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    width:65%;
}
.footer-top{
    display:flex;
    justify-content:space-around;
    width: 100%;
    padding:30px 0;
}
.footer-top-card{
    display:flex;
    justify-content:center;
    margin:4px;
}
.footer-img{
    display:flex;
    justify-content:center;
    align-items: center;
}
.footer-img img{
    width:200px;
}
.footer-bottom-line{
    background-color: #3C3C3C;
    height:1px;
    width:100%;
    margin:30px 0;
}
.footer-bottom{
    width: 100%;
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}
.footer-bottom h3{
    font-size: 14px;
    font-weight: 100;
    color: #8a8a8a;
}

/* --------------------------------------------------- */

/* ----- ANIMATION ----- */

[data-anime]{
    opacity: 0;
    transition: 0.3s;
}
[data-anime="left"]{
    transform: translate3d(-50px, 0, 0);
    transition: 0.9s;
}

[data-anime="right"]{
    transform: translate3d(50px, 0, 0);
    transition: 1.5s;
}

[data-anime="top"]{
    transform: translate3d(0, 50px, 0);
}

[data-anime="top2"]{
    transform: translate3d(0, 50px, 0);
    transition: 0.6s;
}

[data-anime="top3"]{
    transform: translate3d(0, 50px, 0);
    transition: 1s;
}

[data-anime="bottom"]{
    transform: translate3d(0, 50px, 0);
    transition: 1s;
}

[data-anime].animate{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}