/* fontes e root */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,600;0,700;1,400;1,900&display=swap');
:root{
    --branco: #efefef;
    --vermelho: #19C0E7;
    --roxo:#F6A319;
    --azul_c: #19C0E7;
    --familia: 'Montserrat', sans-serif;
}

body{
    margin: 0;
    font-family: var(--familia);
    display: flex;
    flex-direction: column;
    overflow: visible;
    background-color: var(--roxo);

}

.contato_whatsapp{
    align-self: flex-end;
    position: -webkit-sticky;
    position:sticky;
    bottom: 1%;
    left: 0;
    margin-right: 3%;
    margin-top:-200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cadastro_usuario{
    align-self: flex-end;
    position: -webkit-sticky;
    position:sticky;
    bottom: 92%;
    left: 0;
    margin-bottom: 10%;
    height: fit-content;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: -100px;
    margin-right: 1%;
    padding: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: x-large;
    font-weight: bold;
    /* margin-right: 40%; */
    border-radius: 8px;
    background-color: #19C0E7;
    -webkit-box-shadow: 3px 3px 0px 3px rgb(10, 85, 102);
    -moz-box-shadow: 3px 3px 0px 3px rgb(10, 85, 102);
    box-shadow: 3px 3px 0px 3px rgb(10, 85, 102);
    transition: 125ms;
}

.cadastro_usuario:active{
    -webkit-box-shadow: 0px 0px 0px 0px rgb(10, 85, 102);
    -moz-box-shadow: 0px 0px 0px 0px rgb(10, 85, 102);
    box-shadow: 0px 0px 0px 0px rgb(10, 85, 102);
    
}

.cadastro_usuario:hover{
    font-weight: bold;
    background-color: #619eac;
}

.link_cadastro:hover{
    color: #efefef;
}

.link_cadastro{
    text-decoration: none;
    color: #12424d;

}

.destaque{
    color: var(--roxo);
}

.destaque_laranja{
    color: var(--azul_c);
}

/* pagina geral */
.pagina{
    margin: 0;
    background-image: url('../images/fundoPagina.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.paginaLava{
    margin: 0;
    background-image: url('../images/fundoLavaLaranja.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.paginaP{
    margin: 0;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    max-height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

/* página 1 */

#pagina1{
    background-image: url('../images/fundoLaranja.png');
    background-color: black;
}

.logo_animada{
    align-self: center;
    vertical-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.imagem_prim_pagina{
    position: absolute;
    top: 0;
    left: 0;
    width: 99vw;
}

.landing_txt{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 1vh;
    font-weight: bold;
    letter-spacing: -1px;
}

.landing_txt_pequeno{
    font-size: 46px;
    color: var(--branco);
    margin: 0;
}

.landing_txt_grande{
    font-size: 53px;
    color: var(--vermelho);
    margin: 0;
}

.landing_destaque{
    color: var(--azul_c);
}

/* PAGINA 2 */

.cabecalho_pagina{
    margin-top: 2%;
    width: 100%;
    height: 9%;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bolder;
    font-size: 30px;
    color: var(--branco);
    border-style: solid;
    border-width: 10%;
    border-color: var(--roxo);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cabecalho_pagina_texto{
    margin-left: auto;
    margin-right: auto;
}

.corpo_pagina{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 22%;
    margin-right: auto;
    margin-top: 1%;
}

.setas_azuis{
    width: 10%;

}

.descricao_metodo{
    font-family: var(--familia);
    font-size: 40px;
    color: var(--roxo);
    margin-left: 4%;
    font-weight: bold;
}

.informacoes_pagina{
    color: var(--branco);
    margin-top: 2%;
    font-size: 23px;
    border-style: solid;
    padding: .5%;
    border-color: var(--roxo);
    padding-right: 1.5%;
    border-radius: 8px;
}

.lista_informacoes{
    display: flex;
    flex-direction: column;
}

/* PÁGINA 3 */

#pagina3{
    height: fit-content;
}

#pagina4{
    height: fit-content;
}

.divisao_pagina{
    width: 60vw;
}

.funcao{
    display: flex;
    flex-direction: row;
}

.funcoes{
    display: flex;
    flex-direction: column;
    padding: 3%;
    padding-top: 0%;
}

.imagem_funcao{
    width: 30vw;
    margin: 0;

}

.titulo_funcao{
    color: var(--branco);
    margin: 0;
    text-align: center;
}

.titulo_roxo{
    color: var(--roxo);
}

.titulo_laranja{
    color: var(--vermelho);
}

.explicacao_funcao{
    color: var(--branco);
    text-align: center;
    font-size: 18px;
}

/* PÁGINA 5 */

.texto_quinta_pagina{
    text-align: center;
    margin-bottom: 0px;
}

.texto_quinta_pagina_grande{
    color: var(--vermelho);
    font-size: 44px;
    font-weight: bolder;
    margin: 0px;
}

.texto_quinta_pagina_pequeno{
    color: var(--branco);
    margin-top: 10%;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 1%;
}

.divisao_quinta_pagina{
    width: 60vw;
    height: 3%;
}

.cabecalho_quinta_pagina{
    box-sizing: border-box;
    margin-top: 4%;
    width: 100%;
    height: 9%;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bolder;
    font-size: 30px;
    color: var(--branco);
    border-style: solid;
    border-width: 10%;
    padding: 0.5%;
    border-color: var(--roxo);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.informacoes_quinta_pagina{
    color: var(--roxo);
    padding-top:3%;
    font-size: 23px;
    font-weight: bold;
    width: 100vw;
    padding-left: auto;
    padding-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}

.lista_quinta_pagina{
    display: flex;
    flex-direction: column;
}

#pagina5{
    height: fit-content;
    
}

/* PÁGINA 6 */

.titulo_sexta{
    color: var(--azul_c);
}

.lista_sexta{
    display: flex;
    flex-direction: column;
}

.ponto_lista{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 75vw;
    align-self: center;
    text-align: justify;
}

.icone_check{
    width: 3vw;
}

.texto_ponto{
    color: var(--branco);
    font-size: 26px;
    font-weight: bold;
    margin-left: 1%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.texto_ponto_pg6{
width: 72vw;
}

.titulo_sexta_grande{
    color: var(--vermelho);
    font-size: 44px;
    line-height: 86%;
    margin-top: 6%;
}

.final_p6{
    margin-top: 13%;
    background-image: url(../images/ondasRoxas.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 96vw;
    height: 50vh;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.titulo_beneficios{
    margin-left: auto;
    margin-right: auto;
    color: var(--roxo);
    font-size: 64px;
    font-weight: bold;
}
/* PÁGINA 7 */

#pagina7{
    height: fit-content;
}

.seta_azul{
    width: 150px;
    height: 150px;
}

.caixa_selecao{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
}

.primeira_caixa{
    margin-top: 6%;
}

.texto_selecao{
    display: flex;
    width: 100%;
    flex-direction: column;
    font-weight: bold;
    text-align: center;
}

.titulo_selecao{
    color: var(--branco);
    font-size: 26px;
    margin-bottom: 2%;
}

.corpo_selecao{
    color: var(--roxo);
    font-size: 16px;
    margin: 0;
}

/* PÁGINA 8 */

.pagina8{
    margin: 0;
    background-image: url('../images/fundo15.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    width: 100%;
    display: flex;
    overflow:hidden;
    flex-direction: column;
    align-items: center;
}

.titulo_distante{
    margin-top: 4%;
    font-size: 20px;
    color: var(--branco);
    text-align: center;
}

.botao_fundo{
    text-align: center;
    color: black;
    text-decoration: none;
    margin-top: 40vh;
    padding: 5%;
    width: 30vw;
    font-size: 20px;
    font-weight: bold;
    background-image: url(../images/botaoLaranja.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

.botao_fundo:visited, .botao_fundo:link{
    color: black;
    text-decoration: none;
}

.beneficios{
    margin-top: .6%;
    display: flex;
    flex-direction: row;
}

.beneficio{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin-left: 1%;
}

.texto_beneficio{
    color: var(--branco);
    margin: 0px;
    text-align: center;
}

.icone_beneficio{
    width: 3vw;
    margin-left: 0;
}

/* PÁGINA 9 */

.imagem_preco{
    height: 60%;
}

.titulo_preco{
    margin-top: 2%;
    color: var(--azul_c);
    font-size: 36px;
}

.subtitulo_preco{
    color: var(--branco);
    font-size: 28px;
}

/* PÁGINA 10 */

#pagina10{
    height: fit-content;
}

.cabecalho_pagina_texto_bonus{
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    color: var(--roxo);
}

.titulo_grande{
    color:var(--branco);
    font-size: 40px;
    margin-top: 7%;
}

.destaque_azul{
    color: var(--azul_c);
    font-weight: bold;
}

.titulo_medio{
    color: var(--branco);
    margin: 0;
    font-size: 30px;
    text-align: center;
}

.titulo_pequeno{
    color: var(--roxo);
    font-size: 24px;
    margin-bottom: 0%;
}

.imagem_presente{
    width: 25vw;
}

/* PÁGINA 11 */

.jane{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 70vw;
    margin-top: 3%;
}

.foto_jane{
    width: 36vw;
}

.texto_jane{
    color: var(--branco);
}

.titulo_jane{
    font-size: 40px;
    text-align: center;
}

.subtitulo_jane{
    font-size: 26px;
    text-align: center;
}

.lista_jane{
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

 /* PÁGINA 12.5 */

 .tituloValorPlano{
    color: var(--roxo);
}

.subtituloValorPlano{
    color: var(--branco);
    font-size: 32px;
}

.quantidadeVezes{
    color: var(--branco);
    font-weight: bold;
    font-size: 20px;
}
.valorDividido{
    color: var(--branco);
    font-weight: bold;
    font-size: 46px;
}
.valorAvista{
    color: var(--branco);
    font-size: 10px;
    font-weight: bold;
}

.valorAntigo{
    color: var(--branco);
    text-decoration: line-through;
    font-size: 16px;
    font-weight: bold;
}

.valorDoPlano{
    background-image: url(../images/fundoValorLaranja.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4%;
}

/* PAGINA 13 */

.img_garantia{
    margin-top: 5%;
    width: 30%;
}

/* PÁGINA 14 */

.link{
    color: var(--branco);
}

.texto_grande{
    color: var(--branco);
    font-size: 24px;
    text-align: center;
    margin-top: 2%;
    margin-left: 15%;
    margin-right: 15%;

}

.logo_pulo_do_gato{
    width: 15%;
    margin-top: 2%;
}

/* PÁGINA 15 */

.icone_cinza{
    width: 3.5vw;
    height: 3.5vw;
}

.linha{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90vw;
    margin: 0%;
}

.item_linha{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 100px;
    padding: 3%;
    width: 30vw;
}

.item_linha_fundo{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 7%;
    width: 30vw;
    background-image: url(../images/fundoBeneficioLaranja.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.texto_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 2%;
}

.titulo_item{
    margin: 0;
    padding: 10px;
    font-size: 0.9rem;
    color: var(--branco);
    text-align: center;
}

.descricao_item{
    margin: 0;
    font-size: 0.7rem;
    text-align: center;
    color: var(--branco);
}

/* PÁGINA 16 */

.botao_16{
    text-align: center;
    color: black;
    text-decoration: none;
    margin-top: 10%;
    margin-bottom: 3%;
    padding: 5%;
    width: 20vw;
    font-size: 20px;
    font-weight: bold;
    background-image: url(../images/botao16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* RODAPÉ */
.rodape{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    text-align: center;
    background-position: center;
    background-repeat: repeat;
    border-style: solid;
    border-right: none;
    border-left: none;
    border-color: var(--roxo);
}

.rede_social{
    width: 3vw;
}

.logo_empresa{
    width: 10vw;
}

.container_rodape{
    margin: 1%;
}

.dados_contato{
    color: var(--branco);
}

@media screen and (max-width: 750px) {
   
    .cadastro_usuario{
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .link_cadastro{
        font-size: large;
        white-space: regular;
        width: 30%;
    }

   .pagina{
    height: fit-content;
   }

   #pagina1{
    background-position: 48.5%;
    background-size: 560%;
   }
    /* PÁGINA 1 */
    .imagem_prim_pagina{
        object-fit: cover;
        width: 100%;
        height: 50%;
    }

    .landing_txt_pequeno{
        font-size: 26px;
    }

    .landing_txt_grande{
        font-size: 34px;
    }
    /* PÁGINA 2 */

    #pagina1{
        height: 100vh;
        position:relative;
    }

    #pagina2{
        position: relative;
    }

    .descricao_metodo{
        font-size: 30px;
    }

    .corpo_pagina{
        flex-direction: column;
        margin-left:0%;
        text-align: center;
    }
    .setas_azuis{
        transform: rotate(90deg);
        margin-top: 2%;
        width: 15%;
    }

    .informacoes_pagina{
        text-align: center;
        margin: 3%;
        margin-right: 5%;
    }

    /* PÁGINAS 3 E 4 */

    .funcao{
        flex-direction: column;
    }

    .imagem_funcao{
        width: 60%;
        align-self: center;
        margin: 0;
    }

    .titulo_funcao{
        margin: 0%;
        padding: 0%;
    }
    .explicacao_funcao{
        margin: 0%;
    }

    /* PÁGINA 5 */

    /* PÁGINA 6 */
    .titulo_beneficios{
        font-size: 30px;
    }

    .texto_ponto{
        text-align:center;
    }

    .final_p6{
        background-position: center;
        background-size: 210%;
    }

    /* PÁGINA 7 */
    .seta_azul{
        width: 16%;
        height: 16%;
    }

    .primeira_caixa{
        margin-top: 25%;
    }

    .caixa_selecao{
        margin-left: 7%;
    }

    .pagina{
        min-height: fit-content;
        max-height: fit-content;
    }

    .paginaP{
        min-height: fit-content;
        max-height: fit-content;
    }
    /* PÁGINA 8 */

    .titulo_distante{
        font-size: 20px;
        margin-bottom: 0;
    }

    .beneficios{
        flex-direction: row;
    }
    .beneficio{
        margin: 0;
        margin-bottom: 5%;
        margin-top: 3%;
        margin-left: 2%;
        margin-right: 2%;
        width: 80%;
        justify-content: space-between;
    }

    .icone_beneficio{
        width: 16%;
    }

    .texto_beneficio{
        font-size: 12px;
    }

    .pagina8{
        background-image: url("../images/fundoPagina.png");
    }

    .botao_fundo{
        margin-top: 8%;
        padding: 10%;
        padding-left: 24%;
        padding-right: 24%;
        text-align: center;
        font-size: 16px;
    }

    /* PÁGINA 9 */

    .titulo_preco{
        margin-top: 25%;
        text-align: center;
    }

    .subtitulo_preco{
        margin-top: 15%;
        text-align: center;
    }

    .imagem_preco{
        width: 60%;
    }

    /* PÁGINA 11 */

    .jane{
        flex-direction: column;
    }
    .subtitulo_jane{
        font-size: 20px;
    }
    .foto_jane{
        width: 90%;
    }

    /* PÁGINA 10 */

    .titulo_grande{
        text-align: center;
        font-size: 36px;
        margin-top: 0%;
        padding: 0%;
    }

    .titulo_medio{
        font-size: 24px;
    }

    .titulo_pequeno{
        text-align: center;
        font-size: 20px;
    }

    .imagem_presente{
        width: 40%;
    }

    /* PAGINA 12 */

    .titulo_sexta{
        text-align: center;
    }
    .titulo_sexta_grande{
        text-align: center;
    }

    .valorDoPlano{
        padding: 10%;
    }

    /* PÁGINA 13 */

    .img_garantia{
        width: 90%;
        margin-top: 20%;
    }

    /* PÁGINA 14 */

    .texto_grande{
        margin-left: 20%;
        margin-right: 20%;
    }

    /* PÁGINA 15 */

    .icone_cinza{
        width: 20%;
        height: 20%;
    }

    .linha{
        flex-direction: column;
        width: 100%;
    }
    .item_linha{
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
    }
    .item_linha_fundo{
        width: 100%;
        height: 60%;
        justify-content: space-around;
        background: none;
    }
    .texto_item{
        width:60%;
    }
    .botao_16{
        overflow: hidden;
        background-size:cover ;
        width: 70%;
        padding: 8%;
        font-size: 16px;
    }

    /* RODAPÉ */

    .rodape{
        flex-direction: column;
        background-size: cover;
    }

    .rede_social{
        width: 10vw;
    }
    
    .logo_empresa{
        width: 28vw;
    }
    
    .container_rodape_empresa{
        display: flex;
        flex-direction: column;
    }
}