﻿iframe {
    display: none !important;
}

.card_checkout {
    border-radius: 30px;
    border-color: var(--parametro2);
    width: 100%;
    border-style: solid;
    margin-top: 55px;
    margin-bottom: 55px;
    background-color: #f1f1f1
}

.retangulo_checkout {
    background-color: #1b6ec2;
    height: 4rem;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 60%);
    text-align: center;
    margin-left: auto;
    margin-top: -30px;
    margin-right: auto;
    display: flex;
}

.titulo_checkout {
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    margin: auto;
}

.pergunta_checkout {
    color: #4f0000;
    text-align: center;
    font-weight: 600;
}

.pergunta_checkout span {
    font-weight: bold;
}

/*Campos superiores*/
.titulo_campos_valor {
    text-align: center;
    width: 30%;
    margin: auto;
}

.validacao_cpf {
    margin-left: 38%;
}

.validacao_cpf span {
        display: none;
        color: #d81f26;
        font-weight: 800
    }

.validacao_cep {
    margin-left: 2%;
}

.validacao_cep span {
        display: none;
        color: #d81f26;
        font-weight: 800
    }

.campos_superiores {
    width: 60%;
    height: 65px;
    margin: auto;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
}

.aviso_limite {
    /*background-color: #fff101;*/
    background-color: var(--parametro4);
    height: 1.5rem;
    border-radius: 6px;
    text-align: center;
    font-weight: 800;
    text-align: center;
}

.aviso_limite p{
    color: var(--parametro1);
    margin: auto;
}

.qtd_mais {
    color: #00a54f;
    margin: auto;
    font-size: 1.5rem;
}

.qtd_menos {
    color: #d81f26;
    margin: auto;
    font-size: 1.5rem;
}

.campo_qtd {
    border: none;
    height: 100%;
    width: 50%;
    text-align: center;
}

.hr_vertical {
    height: 70%;
    color: #000;
    background-color: #000;
    margin: auto;
    width: 1px;
}

.campo_modal {
    margin: auto;
    width: 80%;
    height: 60px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.campo_modal p {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
}

    .campo_modal i {
        font-size: 2.5rem;
        margin-bottom: auto;
        margin-right: auto;
        margin-top: auto;
    }

.modal_conteudo {
    background-color: #ffffff;
    width: auto;
    border-radius: 10px;
    margin: auto;
}

.list_modal_qtd {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}


.icon_quantidade {
    width: 38px;
    height: 38px;
}

.botoes_pagamento {
    background-color: #015da6;
    border-radius: 40px;
    margin: auto;
    font-weight: bold;
}

    .botoes_pagamento::selection {
        border-color: #ffffff;
        border-width: 3px;
    }

.btn_vermelho {
    background-color: var(--parametro4);
    color: #ffffff;
}

    .btn_vermelho:hover {
        color: #ffffff;
    }

.col-botoes {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*Form Geral*/
.dados_pessoais {
    border-radius: 30px;
    height: 2.5rem;
    color: var(--parametro1);
    background-color: var(--parametro4);
    /*background: #D67362;
    background: -webkit-linear-gradient(bottom left, #D67362, #DA231B);
    background: -moz-linear-gradient(bottom left, #D67362, #DA231B);
    background: linear-gradient(to top right, #D67362, #DA231B);*/
}

.dados_pagamento {
    border-radius: 30px;
    height: 2.5rem;
    /*color: var(--parametro1);
    background-color: var(--parametro4);*/
    color: #ffffff;
    background: #73BA60;
    background: -webkit-linear-gradient(bottom, #73BA60, #2CACA9);
    background: -moz-linear-gradient(bottom, #73BA60, #2CACA9);
    background: linear-gradient(to top, #73BA60, #2CACA9);
    text-align: center;
}

.dados_pessoais > p, .dados_pagamento > p {
    text-align: center;
    margin: auto;
    font-weight: bold;
}

.form_dados label{
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 0;
}

.campos_formulario {
    height: 3.5rem;
    border-radius: 10px;
    border-color: rgb(0 0 0 / 60%);
    border-style: solid;
    border-width: thin;
    color: #000000;
}

.form_dados {
    margin-top: 10px;
}

.div_dados {
    justify-content: center;
    margin-bottom: 1.1rem;
}

.separador {
    border-top: 2px solid #ffffff;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/*CheckBox*/
.lista_permissoes {
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    flex-direction: column;
    display: flex;
}

.label_checkbox {
    margin-bottom: 0px;
}

.itens_lista_permissoes {
    font-weight: bold;
}

.link_modal {
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}

.checkbox_permissao {
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%);
    outline: none;
    margin-bottom: -10px;
    font-weight: 900;
}

    .checkbox_permissao:checked:after {
        content: "";
        position: absolute;
        left: 5px;
        top: 0px;
        width: 7px;
        height: 14px;
        border: solid black;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/*Finalizar Compra*/
.finalizar_compra {
    background-color: #00a776;
    border-radius: 18px;
    font-weight: bold;
    color: #ffffff;
}

.finalizar_compra:hover {
    color: #ffffff;
}

.card_pix {
    background-color: #015da6;
    border-radius: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.qrCode_pix {
    width: 14.5rem;
    height: 14.5rem;
    border-radius: 20px;
    border: solid;
}

.texto_encerrar_sorteio {
    color: rgb(0,0,0);
    text-align: center;
}

.texto_encerrar_sorteio p1 {
        font-weight: 800;
    }

.texto_encerrar_sorteio p2 {
        font-weight: 600;
    }

.mensagem_validacao {
    color: #d81f26; 
    font-weight: 800;
}
/*Responsividade*/
@media (min-width: 240px) {
    .retangulo_checkout {
        max-width: 80%;
    }

    .espacamento_card {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .titulo_campos_valor {
        font-size: 16px;
        font-weight: 800;
    }

    .titulo_checkout {
        font-size: 1.5rem;
    }

    .titulo_qtd {
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        width: 30%;
        margin: auto;
    }

    .botoes_pagamento {
        font-size: 13px;
        width: 100%;
        height: 4rem;
    }

    .campos_superiores, .campo_modal {
        width: 60%;
        height: 55px;
        font-size: 14px;
    }

    .aviso_limite {
        font-size: 10px;
        width: 95%;
        margin: auto;
        text-align: center;
    }

    .pergunta_checkout {
        font-size: 1.5rem;
    }

    .col-botoes {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .campos_formulario {
        width: 100%;
    }

    /*Form Boleto*/
    .form_direction {
        display: table-column;
    }

    .div_qtd {
        margin-top: 1rem;
        margin-bottom: 10px;
    }

    .card_pix {
        width: 80%;
    }

    .icon_quantidade {
        margin-top: -45px;
        margin-right: -20px;
        font-size: 2.5rem;
        cursor: pointer;
    }

    .campo_modal p {
        font-size: 1.25rem;
    }
}

@media(min-width: 400px) {
    .col-botoes {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .dados_pessoais > p, .dados_pagamento > p {
        font-size: 1.25rem;
    }

    .campos_superiores, .campo_modal {
        height: 65px;
        font-size: 16px;
    }
    .card_pix {
        width: 80%;
    }
    .campo_modal p {
        font-size: 1.75rem;
    }
    .aviso_limite {
        font-size: 12px;
    }
}

@media (min-width: 576px) {

    .retangulo_checkout {
        max-width: 60%;
    }

    .espacamento_card {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .botoes_pagamento {
        font-size: 20px;
    }

    .dados_pessoais, .dados_pagamento {
        width: 50%;
    }

    .aviso_limite {
        width: 90%;
    }

    .campo_modal {
        width: 65%;
    }

    .titulo_checkout {
        font-size: 2rem;
    }

    .titulo_campos_valor {
        font-size: 16px;
    }

    .titulo_qtd {
        font-size: 20px;
        margin-top: auto;
        margin-left: auto;
        margin-right: -16px;
        font-weight: 800;
    }

    .finalizar_compra {
        width: 40%;
        font-size: 18px;
    }

    .titulo_valor_total {
        margin-right: -10px;
    }

    .div_qtd {
        margin-top: 2rem;
    }

    .card_pix {
        width: 60%;
    }

    .texto_encerrar_sorteio p1 {
        font-size: 1.5rem;
    }

    .texto_encerrar_sorteio p2 {
        font-size: 1.25rem;
    }

    .dados_pessoais > p, .dados_pagamento > p {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .retangulo_checkout {
        max-width: 70%;
    }

    .espacamento_card {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .botoes_pagamento {
        font-size: 30px;
    }

    .dados_pessoais {
        width: 40%;
    }

    .titulo_campos_valor, .titulo_qtd {
        font-size: 21px;
        font-weight: 800;
    }

    .dados_pagamento {
        width: 50%;
    }

    .aviso_limite {
        width: 90%;
        font-size: 13px;
    }

    .campo_modal {
        width: 60%;
    }

    .titulo_checkout {
        font-size: 2.3rem;
    }

    .dados_pessoais > p, .dados_pagamento > p {
        font-size: 1.50rem;
    }

    .finalizar_compra {
        width: 40%;
        font-size: 23px;
    }

    .titulo_valor_unitario {
        margin-left: -1px;
    }

    .icon_quantidade {
        margin-right: -30px;
    }

    .texto_encerrar_sorteio p1 {
        font-size: 1.75rem;
    }

    .texto_encerrar_sorteio p2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 992px) {
    .form_cartao {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 992px) {

    .form_cartao {
        flex-direction: initial;
        align-items: initial;
    }

    .retangulo_checkout {
        max-width: 60%;
    }

    .espacamento_card {
        padding-left: 4.5rem;
        padding-right: 4.5rem;
    }

    .div_dados {
        justify-content: left;
    }

    .pergunta_checkout {
        font-size: 2rem;
    }

    .aviso_limite {
        font-size: 0.7rem;
        width: 80%;
    }

    .qtd_mais, qtd_menos {
        margin-right: 6px;
    }

    .titulo_campos_valor, .titulo_qtd {
        font-size: 18px;
        font-weight: 900;
    }

    .campos_formulario {
        width: 96%;
    }

    .titulo_valor_unitario {
        margin-left: 1px;
    }

    /*Form Cartão*/
    .campo_validade {
        margin-left: 6rem;
    }

    .campo_cvv {
        margin-left: 3rem;
    }

    /*Form Boleto*/
    .campos_uf_numero {
        width: 89%;
    }

    .dados_pessoais > p, .dados_pagamento > p {
        font-size: 1.25rem;
    }

    .finalizar_compra {
        width: 40%;
        font-size: 28px;
    }

    .card_pix {
        width: 80%;
    }

    .campo_nome {
        width: 97.29%;
    }
}

@media (min-width: 1200px) {
    .retangulo_checkout {
        width: 40%;
    }

    .botoes_pagamento {
        width: 85%;
        height: 4.5rem;
    }

    .pergunta_checkout {
        font-size: 2.2rem;
    }

    .aviso_limite {
        font-size: 0.8rem;
    }

    .qtd_mais, .qtd_menos {
        margin-right: 8px;
    }

    .titulo_campos_valor, .titulo_qtd {
        font-size: 24px;
        font-weight: 800;
    }

    .dados_pessoais > p, .dados_pagamento > p {
        font-size: 1.50rem;
    }

    .aviso_limite {
        width: 86%;
    }

    .campos_superiores {
        font-size: 20px;
    }

    .card_pix {
        width: 70%;
    }
}

.passos_img {
    width: 60px;
    filter: invert(31%) sepia(86%) saturate(1223%) hue-rotate(187deg) brightness(93%) contrast(86%);
}

.pix_separador {
    margin-bottom: 2rem;
}

.passos_pix {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.arrow {
    width: 57px;
    transform: rotate(90deg);
    margin-top: 25px;
    margin-bottom: 25px;
}

.span_finaliar_compra {
    color: #1b6ec2;
}

.div_item_arrow {
    align-self: self-start;
}

.div_item_passo {
    justify-content: right;
    align-items: center;
    display: flex;
    flex-direction: column
}

.div_passos {
    width: 240px;
    flex-direction: initial;
    align-items: initial;
}

.form_dados_pix {
    justify-content: center;
    display: flex
}

@media (min-width: 576px) {

    .div_passos {
        width: 100%;
    }

    .arrow {
        transform: rotate(0deg);
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 632px) {

    .div_passos {
        width: 85%;
    }
}

@media (min-width: 910px) {

    .arrow {
        bottom: 51px;
    }

    .div_passos {
        width: 75%;
    }
}

@media (min-width: 992px) {

    .passos_img {
        width: 30%
    }

    .div_passos {
        width: 60%
    }
}

@media (min-width: 1200px) {

    .div_passos {
        width: 55%
    }
}
