@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

ol, ul {
	list-style: none;
}

ul{
    list-style-type: disc; 
    padding-left: 1.5rem;
    color: white;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
    text-decoration: none;
    color: white;
}

a:visited{
    text-decoration: none;
    color: white;
}

body{
    min-height: 100vh;
    background: radial-gradient( #054430, #07110c 80%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img_logo_login{
    width: 240px;
}

.main_login{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    max-width: 500px;
}

.main_cadastro{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.input_autenticacao{
    background-color: transparent;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    outline: none;
    border-bottom: 2px solid #2b4037d9;
    padding-bottom: 0.6rem;
}

.input_autenticacao::placeholder{
    color: white;
    font-size: 14px;
}

.input_autenticacao:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: white !important;
    color: white !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.btn_autenticacao{
    width: 100%;
    padding: 12px;
    background-color: #2b4037;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-sizing: border-box;
}

.btn_navegacao{
    width: 100%;
    padding: 10px;
    background-color: #1b2e25;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
}

.borda_navegacao{
    border: 8px solid #2b4037;
    border-radius: 8px;
    background-color: #2b4037;
    width: 100%;
    box-sizing: border-box;
}

.texto_navegacao_autenticacao{
    font-size: 14px;
    font-weight: 400;
}

.div_navegacao_autenticacao{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    margin-top: 1rem;
}

.div_inputs_autenticacao{
    padding: 40px;
    background-color: #00000078;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
    margin-top: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.div_input_icone{
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 1rem;
}

.div_input_icone input[type="password"] {
    padding-right: 30px;
}

.div_input_icone i.fa-eye, .div_input_icone i.fa-eye-slash {
    position: absolute;
    right: 0px;
    top: 30%;
    transform: translateY(-30%);
    cursor: pointer;
    font-size: 16px;
    color: #2b4037;
}

.div_inputs_autenticacao p {
    color: #cccccc;
    text-align: center; 
    font-size: 14px;
}

.texto_agradecimento{
    color: #cccccc;
    text-align: center; 
    font-size: 14px;
}

.card_cadastro{
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: #2b4037;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.titulo_card{
    width: 100%;
    padding: 12px;
    background-color: #2b4037;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.conteudo_card_pagamento{
    width: 100%;
    padding: 12px;
    background-color: #2b4037;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s ease;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

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

.container_card_cadastro{
    padding: 1rem;
    background-color: #00000078;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
    margin-top: 2.5rem;
    width: 100%;
    display: flex;
    gap: 2rem;
}

.div_cards{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

@media(max-width: 1100px){
    .container_card_cadastro{
        flex-direction: column;
    }
}

.titulo_selecionar{
    font-size: 18px;
    font-weight: 700;
    align-self: center;
    text-align: center;
}

.titulo_selecionado{
    background: linear-gradient(90deg, #1dd876, #13f4a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 700;
    align-self: center;
    text-align: center;
}

.preco_escolhido{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #07AF76;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.preco_escolher{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.btn_escolhido {
    background: linear-gradient(90deg, #287785, #3fb03f);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.btn_escolher {
    background: #0F1916;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.titulo_beneficios{
    font-size: 18px;
    font-weight: 600;
}

.div_agradecimento {
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
    margin-top: 2.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border: 6px solid transparent;
    background-image: linear-gradient(#0d1e17, #0d1e17), linear-gradient(90deg, #056c79, #06e37f);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    position: relative;
}

.titulo_agradecimentos{
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    width: 70%;
    align-self: center;
}

.img_logo{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
}

.texto_verificacao_codigo{
    text-align: center;
}

#form_login{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.div_input_pagamento{
    display: flex;
    gap: 0.4rem;
    flex-direction: column;
}

.div_input_dados_cadastrais{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.input_pagamento{
    flex: 1;
    padding: 8px;
    background-color: #2b4037;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s ease;
    box-sizing: border-box;
    min-width: 100px;
}

.div_inputs_pagamento{
    padding: 40px;
    background-color: #00000078;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.container_formas_pagamento{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.div_pagamento_selecionado{
    background: linear-gradient(90deg, #287785, #3fb03f);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.div_pagamento_selecionar{
    background-color: #2b4037;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.div_pagar{
    background-color: #2b4037;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.div_cartao{
    background-color: #2b4037;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.div_boleto{
    background-color: #2b4037;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

@media(max-width: 1200px){
    .div_pagar{
        flex-direction: column;
    }
}

.container_dados_pagamento{
    display: flex;
    gap: 2rem;
}

@media(max-width: 1200px){
    .container_dados_pagamento{
        flex-direction: column-reverse;
    }
}

.btn_copiar_pix{
    background: linear-gradient(90deg, #287785, #3fb03f);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.div_copiar_pix{
    display: flex;
    width: 100%;
    gap: 0.6rem;
}

.div_dados_pagamento{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex: 1;
}

.div_instrucao_pix{
    display: flex;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    justify-content: space-between;
}

.input_codigo_pix{
    background-color: #496259;
    flex: 1;
    padding: 8px;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}

.container_instrucoes{
    flex: 1;
}

.img_pagamento{
    width: 40px;
}

.img_qr_code_pix{
    width: 90px;
}

.img_icone_copiar{
    width: 31px;
    align-self: center;
}

.div_dados_cadastrais_deitados{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.div_dados_cadastrais_vertical{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex: 1;
}

.div_input_logo{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.input_logo_dados_cadastrais{
    flex: 1;
    padding: 8px;
    height: 100%;
    background-color: #2b4037;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.3s ease;
    box-sizing: border-box;
}


input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff88;
    border-radius: 50%;
    background-color: #1a3b33;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: background 0.2s;
}

input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

input[type="radio"] + label {
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.btn_escolher_logo {
    background-color: #2b4037;
    color: #ccc;
    padding: 12px 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    transition: background 0.3s;
}

.btn_escolher_logo:hover {
    background-color: #3b5f4d;
}

.btn_escolher_logo {
    background-color: #2b4037;
    color: #ccc;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
    flex-direction: column;
}

.preview_logo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.icone_whatsapp {
  position: fixed;
  cursor: pointer;
  bottom: 16px;
  left: 16px;
  width: 56px;
  z-index: 999;
}

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

.div_termos {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
}

#aceiteTermos {
    appearance: none;
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #1a3b33;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

#aceiteTermos:checked {
    background-color: #2cb66f;
    border-color: transparent;
}

#aceiteTermos:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 840px){
    .div_responsivo_btn{
        flex-direction: column;
        align-items: stretch;
    }

    .div_instrucao_pix{
        flex-direction: column;
    }
}