@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans');

*{
    font-family: "Montserrat", bold;
}

:root{
    --red: #FF0D6C;
    --black: #000000;
    --white: #FFFFFF;
    --grey: #dedede;
    --grey-font: #717171;
}

button{
    font-weight: 800;
    cursor: pointer;
}

button :hover{
    cursor: pointer !important;
}

#whats{
    height: 15px;
    padding-top: -2px;
}

img{
    height: 30px;
}

#banner-lancamento{
    padding: 1%;
    background-color: var(--black);
    display: flex;
    top: 0;
    flex-direction: column;
    align-items: center;
    color: var(--red);
}

#banner-lancamento p{
    color: var(--white);
}

#header{
    /* border-top: 5px solid var(--red); */
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    background-color: var(--white);
}

#header button{
    padding:5px;
}

#planos{
    background-color: var(--black);
    color: var(--black);
    border-radius: 2rem;
}

#planos{
    border: none;
    background-color: inherit;
    color: var(--black);
}

#acesso-login{
    background-color: inherit;
    color: var(--black);
    border-radius: 2rem;
    border: 1px solid var(--red);
}

 #cadastro{
    /* color: var(--white); */
    background-color: var(--red);
    border: 1px solid var(--red);
    border-radius: 11px;
    padding: 2px;
    color: var(--white);
 }

#destaque{
    height: 750px;
    display:grid;
    margin: 0 10% 0 10%;
    grid-template-rows: 20% 70%;
    /* padding-top: 2%; */
    /* width:100%;  */
    /* border: 1px solid black; */
    
} 

#destaque > .janela-lp{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    border-radius: 8px !important;
    
}

/* #destaque::before{
    content:"";
    position: absolute;
    background-image: url("../../img/destaque.png");
    background-repeat: no-repeat;
    background-size: 1920px 540px;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.35;
    z-index: -1;
}

#destaque .descricao-destaque,
#destaque .img-destaque {
    width: 100%;
    max-width: 800px;
    height: 100%;
} */

#destaque .descricao-destaque{
    /* padding:10%; */
    display: grid;
    grid-template-columns: 91% 10%;
    /* margin-right: 10px; */
}

#destaque .descricao-destaque{
    align-items: center;
    text-align: left;
    letter-spacing: 0px;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

#destaque .descricao-destaque h1{
    /* font-size: 300%; */
    font-family: "Montserrat", bold ;
    font-size: 28px;
}

#destaque .descricao-destaque p{
    font-family: "Montserrat", medium;
    word-wrap: normal;
    font-size: 28px;
    text-align: left;
    font-weight: 500;
}

#destaque .descricao-destaque .solucoes{
    font-family: "Montserrat", bold;
    background-color: var(--red);
    color: var(--white);
    border-radius: 6px;
    border: none;
    width: fit-content;
    padding: 0 10px;
    height: 30px;
    margin: 2% 0;
    min-width: 135px;
}

#destaque > .janela-lp > img{
    background-color: inherit;
    width: 100%;
    max-width: 980px;
    height: auto;
    object-fit: contain;
}

#destaque img{
    display: flex;
    align-items: center;
    text-align: right;
    width: 100%;
    height: 100%;
}

#secao-central{
    display: grid;
    grid-template-rows: 30% 70%;
    background-color: var(--red);
    color: var(--white);
    width: 100%;
    height: 750px;
    padding: 3% 10% 3% 10%;
}

#secao-central .img-secao-central{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#secao-central .img-secao-central img{
  
    width: auto;
    height: 80%;
    max-height: 800px;
  
}

#secao-central .tela-branca{
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 8px !important;
}

#secao-central .tela-branca img{
    background-color: inherit;
    width: auto;
    height: 100%;
    max-height: 470px;
    object-fit: contain;
}

    

#secao-central .descricao-secao-central{
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
}

#secao-central .descricao-secao-central .titulo{
    display: grid;
    grid-template-rows: 20% 20% 20%;
    padding-top: 15%;
    gap: 20%;
}

#secao-central .descricao-secao-central .titulo button{
    width: 20%;
    height: 30%;
    min-width: 85px !important;
}

#secao-central p{
    margin-top: 2%;
}

.texto-preto{
    color: var(--black)
}

.titulo-secao-central{
    width: 100%;
    padding-bottom: 4%;
}

.red-text{
    color:var(--red);
}

.texto-secao-central{
    width: 90%;
    text-justify: inter-word;
    font-size: 80%;
    padding-bottom: 2%;
}

#secao-dois{
    display: grid;
    grid-template-rows: 30% 70%;
    background-color: var(--black);
    color: var(--white);
    width: 100%;
    height: 950px;
    padding: 3% 10% 3% 10%;
}

#secao-dois .img-secao-central h1, 
#secao-dois .img-secao-central p,
#email-mkt .img-secao-central h1, 
#email-mkt .img-secao-central p,
#hospedagem-curso .img-secao-central h1, 
#hospedagem-curso .img-secao-central p,
#checkout-pagamento .img-secao-central h1, 
#checkout-pagamento .img-secao-central p,
#automacao-wpp .img-secao-central h1, 
#automacao-wpp .img-secao-central p{
    margin-bottom: 2%;
}

#secao-dois .quadrado-branco{
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#secao-dois .quadrado-branco img{
    background-color: inherit;
    width: 100%;
    height: auto;
    max-width: 800px;
    object-fit: contain;
}

#email-mkt{
    display: grid;
    grid-template-rows: 20% 80%;
    background-color: var(--white);
    color: var(--black);
    width: 100%;
    height: 750px;
    padding: 3% 10% 3% 10%;
}

#email-mkt .tela-preta{
    width: 100%;
    height: 100%;
    border-radius: 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#email-mkt .tela-preta img{
    width: 100%;
    height: auto;
    min-width: 520px;
    max-height: 520px;
    object-fit: contain;
}


#email-mkt .conteudo{
    display: grid;
    grid-template-columns: 50% 50%;
    
    
}

#email-mkt .conteudo .info{
    display: grid;
    grid-template-rows: 20% 20% 20%;
    padding-top: 15%;
    gap: 15%;
    padding: 10%;
}

#automacao-wpp {
    display: grid;
    grid-template-rows: 30% 70%;
    background-color: var(--red);
    color: var(--white);
    width: 100%;
    height: 750px;
    padding: 3% 10% 3% 10%;
}

#automacao-wpp .tela-branca{
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

#automacao-wpp .tela-branca img{
    width: 100%;
    height: auto;
    max-width: 980px;
    min-width: 720px;
    object-fit: contain;
    max-height: 100%;
}


#hospedagem-curso {
    display: grid;
    grid-template-rows: 30% 70%;
    background-color: var(--black);
    color: var(--white);
    width: 100%;
    height: 750px;
    padding: 3% 10% 3% 10%;
}

#hospedagem-curso .espaco-tela{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hospedagem-curso .espaco-tela img{
    width: 100%;
    height: auto;
    max-width: 980px;
    min-width: 720px;
    max-height: 100%;
    object-fit: contain;
}

#hospedagem-curso .espaco-tela .tela-branca{
    background-color: var(--white);
    background-color: white;
    width: 90%;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 8px !important;
}

#checkout-pagamento{
    display: grid;
    grid-template-rows: 10% 40% 50%;
    background-color: var(--white);
    color: var(--black);
    width: 100%;
    height: 1300px;
    padding: 3% 10% 3% 10%;
}

#checkout-pagamento .espaco-tela{
    display: flex;
    justify-content: center;
    align-items: center;
}

#checkout-pagamento .espaco-tela img{
    width: 100%;
    height: auto;
    max-height: 100%     ;
    max-width: 980px;
    max-width: 720px;
    object-fit: contain;
}

#checkout-pagamento .img-secao-central h1{
    margin-bottom: 2%;
}

#checkout-pagamento .integre-ferramentas{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#checkout-pagamento .integre-ferramentas .ferramentas{
    height: 500px;
    width: 100%;
    display: grid;
    grid-template-rows: 80% 20%;
}

.ferramentas .imagem-gpt{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ferramentas .imagem-gpt img{
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 980px;
    object-fit: contain;
}

.ferramentas .icone-ferramentas{
    width: 100%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.ferramentas .icone-ferramentas div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ferramentas .icone-ferramentas div .icone-ferramentas{
    height: 70px !important;

}

.escolha-plano{
    height: 200px;
    background-color: var(--red);
    width: 100%;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.escolha-plano h1{
    margin: 10px;
}


.img-graficos{
    height: 30% !important;
    max-width: 500px;
    max-height: 150px;
}

.secao-video{
    display: flex;
    justify-content: center;
    margin: 0 5%;
    align-items: center;
    flex-direction: column;
    background-color: var(--white);
    padding-top: 2%;
}

.secao-video h1{
    font-family: "Montserrat";
    font-weight: 400;
    padding-bottom: 30px;
}
.secao-video h1 span{
    font-weight: 700;
}

.secao-video p{
    color: var(--grey-font);
    font-weight: 500;
    text-align: center;
    text-shadow: 0px 3px 6px #00000029;
}



.secao-video .video{
    /* background-color: var(--grey); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
   
    margin:3% 0;
    /* border: 1px solid black; */
}

.secao-video button{
    margin-top: 4%;
    background-color: var(--red) !important;
    border: 1px var(--red);
}

.venda-curso{
    display: flex;
    height: 500px;
    padding-top: 10%;
}

.venda-curso img{
    filter: grayscale(100%);
    margin-left: 49px; 
    position: inherit !important;
    width: 417px;
    height: 469px;
}

.venda-curso .titulo{
    padding-top:5% ;
    padding-bottom:10% ;
}

.venda-curso .lateral-direito{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.venda-curso .descricao{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.venda-curso .descricao .assunto{
    margin-left: 5%;
}

.venda-curso .descricao .assunto h3{
    margin-bottom: 2%;
    font-family:  "Montserrat", bold;
}

.venda-curso .descricao .icone-rosa .red-dot{
    width:50px;
    height: 50px;
    background-color: var(--red);
    border-radius:50%;
    display: inline-block;
    margin-left: -10px ;
    margin-right:2%;
}

.perguntas {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    padding: 0 70px ;
}

.perguntas .title{
    text-align: center;
    padding: 2%;
}

.perguntas .pergunta{
    border-top: 1px solid var(--black);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.perguntas .pergunta p{
    font-family: "Montserrat", bold;
    padding: 10px 0;
    font-weight: 500;
}

.perguntas .pergunta i{
    padding: 10px;
}

.pergunta:last-of-type {
    border-bottom: 1px solid var(--black);
}

.custo{
    width: 100vw;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custo .title{
    text-align: center;
    align-items: center;
    padding: 50px 0;
}

.custo .cards{
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custo .card-preco{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 9px 6px #00000029;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 36px;
    opacity: 1;
    width: 245px;
    height: 363px;
}

.principal{
    border: 1px solid var(--red) ;
}

.card-preco span{
    padding-top: 55px;
    font-family: "Montserrat", bold;
    font-weight: 600;
}

.card-preco h1{
    padding-top: 45px;
}

.card-preco .card-info{
    height: 129px;
    padding-top:25px
}

.card-info p{
    padding: 2px;
    font-weight: 600;
}

.card-info  .opaco{
    opacity: 0.5;
    color: #808080;
}

.card-preco button{
    width: 160px;
    height: 26px;
    background-color: var(--red);
    color: var(--white);
    border: 5px var(--red);
    border-radius: 11px;
    opacity: 1;
}

.card-preco i{
    padding-left: 5px;
}

.apps{
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apps img{
    height: 57px;
}

#parceiros{
    background-color: var(--black);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center
}

#titulo-parceiros{
    margin: 3% 0;

}

#carrousel-parceiros{
    width: 70%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-bottom: 3%;
    justify-items: center;
}

#carrousel-parceiros img{
    height: 50px;
}

.newsletter{
    background-color: var(--black);
    color: var(--white);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.newsletter-titulo {
    padding: 2%;
}

.form-news{
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    flex-direction: column !important;
}

#rodape{
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 2%;
    background-color: var(--black);
}

#rodape img{
    width: 60px;
}

#rodape p{
    font-size: 10px;
    font-weight: 600;
}

a{
    text-decoration: none;
}



@media (max-width: 780px) {
    html, body{
        width: 100vw;
        height: 100vh;
        overflow-x: hidden !important;
    }

    #destaque .descricao-destaque{
        grid-template-rows: 70% 20% !important;
    }

    #secao-central .descricao-secao-central{
        grid-template-rows: 40% 60% !important;

    }

    #email-mkt .conteudo{
    display: grid;
    grid-template-rows: 50% 50% !important;
    }

    .img-secao-central{
        max-width: 100vw;
    }

    #secao-central .descricao-secao-central .titulo {
        display: grid;
        grid-template-rows: 20% 20% 20%;
        gap: 20%;
    }

    #automacao-wpp {
        height: 100%;
    }

    #automacao-wpp .tela-branca {
        max-height: 100%;
    }

    #hospedagem-curso .espaco-tela img {
        width: auto;
        height: 100%;
        max-width: 980px;
        max-height: 100%;
        object-fit: contain;
    }

    #secao-central .tela-branca img {
        background-color: inherit;
        width: auto;
        height: 100%;
        max-height: 470px;
        object-fit: contain;
    }

    #automacao-wpp .tela-branca img {
        width: auto;
        height: 100%;
        max-width: 980px;
        object-fit: contain;
        max-height: 100%;
    }

    #email-mkt .tela-preta img {
        width: 100%;
        height: auto;
        max-height: 520px;
        object-fit: contain;
    }

    /*  */

    body {
        line-height: 1;
        overflow-x: auto;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    
    @import url('https://fonts.googleapis.com/css?family=Open+Sans');
    
    *{
        font-family: "Montserrat", bold;
    }
    
    :root{
        --red: #FF0D6C;
        --black: #000000;
        --white: #FFFFFF;
        --grey: #dedede;
        --grey-font: #717171;
    }
    
    button{
        font-weight: 800;
        cursor: pointer;
    }
    
    button :hover{
        cursor: pointer !important;
    }
    
    #whats{
        height: 15px;
        padding-top: -2px;
    }
    
    img{
        height: 30px;
    }
    
    #banner-lancamento{
        padding: 1%;
        background-color: var(--black);
        display: flex;
        top: 0;
        flex-direction: column;
        align-items: center;
        color: var(--red);
    }
    
    #banner-lancamento p{
        color: var(--white);
    }
    
    #header{
        /* border-top: 5px solid var(--red); */
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        background-color: var(--white);
    }
    
    #header button{
        padding:5px;
    }
    
    #planos{
        background-color: var(--black);
        color: var(--black);
        border-radius: 2rem;
    }
    
    #planos{
        border: none;
        background-color: inherit;
        color: var(--black);
    }
    
    #acesso-login{
        background-color: inherit;
        color: var(--black);
        border-radius: 2rem;
        border: 1px solid var(--red);
    }
    
     #cadastro{
        /* color: var(--white); */
        background-color: var(--red);
        border: 1px solid var(--red);
        border-radius: 11px;
        padding: 2px;
        color: var(--white);
     }
    
    #destaque{
        height: 750px;
        display:grid;
        margin: 0 10% 0 10%;
        grid-template-rows: 20% 70%;
        /* padding-top: 2%; */
        /* width:100%;  */
        /* border: 1px solid black; */
        
    } 
    
    #destaque > .janela-lp{
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        height: 100%;
        border-radius: 8px !important;
        
    }
    
    /* #destaque::before{
        content:"";
        position: absolute;
        background-image: url("../../img/destaque.png");
        background-repeat: no-repeat;
        background-size: 1920px 540px;
        top: 50px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.35;
        z-index: -1;
    }
    
    #destaque .descricao-destaque,
    #destaque .img-destaque {
        width: 100%;
        max-width: 800px;
        height: 100%;
    } */
    
    #destaque .descricao-destaque{
        /* padding:10%; */
        display: grid;
        grid-template-columns: 91% 10%;
        /* margin-right: 10px; */
    }
    
    #destaque .descricao-destaque{
        align-items: center;
        text-align: left;
        letter-spacing: 0px;
        text-shadow: 0px 3px 6px #00000029;
        opacity: 1;
    }
    
    #destaque .descricao-destaque h1{
        /* font-size: 300%; */
        font-family: "Montserrat", bold ;
        font-size: 28px;
    }
    
    #destaque .descricao-destaque p{
        font-family: "Montserrat", medium;
        word-wrap: normal;
        font-size: 28px;
        text-align: left;
        font-weight: 500;
    }
    
    #destaque .descricao-destaque .solucoes{
        font-family: "Montserrat", bold;
        background-color: var(--red);
        color: var(--white);
        border-radius: 6px;
        border: none;
        width: fit-content;
        padding: 0 10px;
        height: 30px;
        margin: 2% 0;
        min-width: 135px;
    }
    
    #destaque > .janela-lp > img{
        background-color: inherit;
        width: 100%;
        max-width: 980px;
        height: auto;
        object-fit: contain;
    }
    
    #destaque img{
        display: flex;
        align-items: center;
        text-align: right;
        width: 100%;
        height: 100%;
    }
    
    #secao-central{
        display: grid;
        grid-template-rows: 30% 70%;
        background-color: var(--red);
        color: var(--white);
        width: 100%;
        height: 750px;
        padding: 3% 10% 3% 10%;
    }
    
    #secao-central .img-secao-central{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
    }
    
    #secao-central .img-secao-central img{
      
        width: auto;
        height: 80%;
        max-height: 800px;
      
    }
    
    #secao-central .tela-branca{
        width: 100%;
        height: 100%;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 8px !important;
    }
    
    #secao-central .tela-branca img{
        background-color: inherit;
        width: auto;
        height: 100%;
        max-height: 470px;
        object-fit: contain;
    }
    
        
    
    #secao-central .descricao-secao-central{
        display: grid;
        grid-template-columns: 40% 60%;
        justify-content: center;
    }
    
    #secao-central .descricao-secao-central .titulo{
        display: grid;
        grid-template-rows: 20% 20% 20%;
        padding-top: 15%;
        gap: 20%;
    }
    
    #secao-central .descricao-secao-central .titulo button{
        width: 20%;
        height: 30%;
        min-width: 85px !important;
    }
    
    #secao-central p{
        margin-top: 2%;
    }
    
    .texto-preto{
        color: var(--black)
    }
    
    .titulo-secao-central{
        width: 100%;
        padding-bottom: 4%;
    }
    
    .red-text{
        color:var(--red);
    }
    
    .texto-secao-central{
        width: 90%;
        text-justify: inter-word;
        font-size: 80%;
        padding-bottom: 2%;
    }
    
    #secao-dois{
        display: grid;
        grid-template-rows: 30% 70%;
        background-color: var(--black);
        color: var(--white);
        width: 100%;
        height: 950px;
        padding: 3% 10% 3% 10%;
    }
    
    #secao-dois .img-secao-central h1, 
    #secao-dois .img-secao-central p,
    #email-mkt .img-secao-central h1, 
    #email-mkt .img-secao-central p,
    #hospedagem-curso .img-secao-central h1, 
    #hospedagem-curso .img-secao-central p,
    #checkout-pagamento .img-secao-central h1, 
    #checkout-pagamento .img-secao-central p,
    #automacao-wpp .img-secao-central h1, 
    #automacao-wpp .img-secao-central p{
        margin-bottom: 2%;
    }
    
    #secao-dois .quadrado-branco{
        width: 100%;
        height: 100%;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 8px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #secao-dois .quadrado-branco img{
        background-color: inherit;
        width: 100%;
        height: auto;
        max-width: 800px;
        object-fit: contain;
    }
    
    #email-mkt{
        display: grid;
        grid-template-rows: 20% 80%;
        background-color: var(--white);
        color: var(--black);
        width: 100%;
        height: 750px;
        padding: 3% 10% 3% 10%;
    }
    
    #email-mkt .tela-preta{
        width: 100%;
        height: 100%;
        border-radius: 8px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #email-mkt .tela-preta img{
        width: 100%;
        height: auto;
        min-width: 520px;
        max-height: 520px;
        object-fit: contain;
    }
    
    
    #email-mkt .conteudo{
        display: grid;
        grid-template-columns: 50% 50%;
        
        
    }
    
    #email-mkt .conteudo .info{
        display: grid;
        grid-template-rows: 20% 20% 20%;
        padding-top: 15%;
        gap: 15%;
        padding: 10%;
    }
    
    #automacao-wpp {
        display: grid;
        grid-template-rows: 30% 70%;
        background-color: var(--red);
        color: var(--white);
        width: 100%;
        height: 750px;
        padding: 3% 10% 3% 10%;
    }
    
    #automacao-wpp .tela-branca{
        width: 100%;
        height: 100%;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 8px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #automacao-wpp .tela-branca img{
        width: 100%;
        height: auto;
        max-width: 980px;
        min-width: 720px;
        object-fit: contain;
        max-height: 100%;
    }
    
    
    #hospedagem-curso {
        display: grid;
        grid-template-rows: 30% 70%;
        background-color: var(--black);
        color: var(--white);
        width: 100%;
        height: 750px;
        padding: 3% 10% 3% 10%;
    }
    
    #hospedagem-curso .espaco-tela{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #hospedagem-curso .espaco-tela img{
        width: 100%;
        height: auto;
        max-width: 980px;
        min-width: 720px;
        max-height: 100%;
        object-fit: contain;
    }
    
    #hospedagem-curso .espaco-tela .tela-branca{
        background-color: var(--white);
        background-color: white;
        width: 90%;
        height: 100%;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 8px !important;
    }
    
    #checkout-pagamento{
        display: grid;
        grid-template-rows: 10% 40% 50%;
        background-color: var(--white);
        color: var(--black);
        width: 100%;
        height: 1300px;
        padding: 3% 10% 3% 10%;
    }
    
    #checkout-pagamento .espaco-tela{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #checkout-pagamento .espaco-tela img{
        width: 100%;
        height: auto;
        max-height: 100%     ;
        max-width: 980px;
        max-width: 720px;
        object-fit: contain;
    }
    
    #checkout-pagamento .img-secao-central h1{
        margin-bottom: 2%;
    }
    
    #checkout-pagamento .integre-ferramentas{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #checkout-pagamento .integre-ferramentas .ferramentas{
        height: 500px;
        width: 100%;
        display: grid;
        grid-template-rows: 80% 20%;
    }
    
    .ferramentas .imagem-gpt{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ferramentas .imagem-gpt img{
        width: 100%;
        height: auto;
        max-height: 100%;
        max-width: 980px;
        object-fit: contain;
    }
    
    .ferramentas .icone-ferramentas{
        width: 100%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .ferramentas .icone-ferramentas div{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ferramentas .icone-ferramentas div .icone-ferramentas{
        height: 70px !important;
    
    }
    
    .escolha-plano{
        height: 200px;
        background-color: var(--red);
        width: 100%;
        color: var(--white);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .escolha-plano h1{
        margin: 10px;
    }
    
    
    .img-graficos{
        height: 30% !important;
        max-width: 500px;
        max-height: 150px;
    }
    
    .secao-video{
        display: flex;
        justify-content: center;
        margin: 0 5%;
        align-items: center;
        flex-direction: column;
        background-color: var(--white);
        padding-top: 2%;
    }
    
    .secao-video h1{
        font-family: "Montserrat";
        font-weight: 400;
        padding-bottom: 30px;
    }
    .secao-video h1 span{
        font-weight: 700;
    }
    
    .secao-video p{
        color: var(--grey-font);
        font-weight: 500;
        text-align: center;
        text-shadow: 0px 3px 6px #00000029;
    }
    
    
    
    .secao-video .video{
        /* background-color: var(--grey); */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 2rem;
       
        margin:3% 0;
        /* border: 1px solid black; */
    }
    
    .secao-video button{
        margin-top: 4%;
        background-color: var(--red) !important;
        border: 1px var(--red);
    }
    
    .venda-curso{
        display: flex;
        height: 500px;
        padding-top: 10%;
    }
    
    .venda-curso img{
        filter: grayscale(100%);
        margin-left: 49px; 
        position: inherit !important;
        width: 417px;
        height: 469px;
    }
    
    .venda-curso .titulo{
        padding-top:5% ;
        padding-bottom:10% ;
    }
    
    .venda-curso .lateral-direito{
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    
    .venda-curso .descricao{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .venda-curso .descricao .assunto{
        margin-left: 5%;
    }
    
    .venda-curso .descricao .assunto h3{
        margin-bottom: 2%;
        font-family:  "Montserrat", bold;
    }
    
    .venda-curso .descricao .icone-rosa .red-dot{
        width:50px;
        height: 50px;
        background-color: var(--red);
        border-radius:50%;
        display: inline-block;
        margin-left: -10px ;
        margin-right:2%;
    }
    
    .perguntas {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 400px;
        padding: 0 70px ;
    }
    
    .perguntas .title{
        text-align: center;
        padding: 2%;
    }
    
    .perguntas .pergunta{
        border-top: 1px solid var(--black);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .perguntas .pergunta p{
        font-family: "Montserrat", bold;
        padding: 10px 0;
        font-weight: 500;
    }
    
    .perguntas .pergunta i{
        padding: 10px;
    }
    
    .pergunta:last-of-type {
        border-bottom: 1px solid var(--black);
    }
    
    .custo{
        width: 100vw;
        height: 1400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .custo .title{
        text-align: center;
        align-items: center;
        padding: 50px 0;
    }
    
    .custo .cards{
        gap: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .custo .card-preco{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 9px 6px #00000029;
        display: flex;
        align-items: center;
        flex-direction: column;
        border-radius: 36px;
        opacity: 1;
        width: 245px;
        height: 363px;
    }
    
    .principal{
        border: 1px solid var(--red) ;
    }
    
    .card-preco span{
        padding-top: 55px;
        font-family: "Montserrat", bold;
        font-weight: 600;
    }
    
    .card-preco h1{
        padding-top: 45px;
    }
    
    .card-preco .card-info{
        height: 129px;
        padding-top:25px
    }
    
    .card-info p{
        padding: 2px;
        font-weight: 600;
    }
    
    .card-info  .opaco{
        opacity: 0.5;
        color: #808080;
    }
    
    .card-preco button{
        width: 160px;
        height: 26px;
        background-color: var(--red);
        color: var(--white);
        border: 5px var(--red);
        border-radius: 11px;
        opacity: 1;
    }
    
    .card-preco i{
        padding-left: 5px;
    }
    
    .apps{
        padding-top: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .apps img{
        height: 57px;
    }
    
    #parceiros{
        background-color: var(--black);
        color: var(--white);
        display: flex;
        flex-direction: column;
        align-items: center
    }
    
    #titulo-parceiros{
        margin: 3% 0;
    
    }
    
    #carrousel-parceiros{
        width: 70%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        padding-bottom: 3%;
        justify-items: center;
    }
    
    #carrousel-parceiros img{
        height: 50px;
    }
    
    .newsletter{
        background-color: var(--black);
        color: var(--white);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .newsletter-titulo {
        padding: 2%;
    }
    
    .form-news{
        display: flex !important;
        justify-content: center;
        align-items: center !important;
        flex-direction: column !important;
    }
    
    #rodape{
        color: var(--white);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 2%;
        background-color: var(--black);
    }
    
    #rodape img{
        width: 60px;
    }
    
    #rodape p{
        font-size: 10px;
        font-weight: 600;
    }
    
    a{
        text-decoration: none;
    }

    }