body.notScroll {
    overflow-y: hidden;
}

/* Aviso */
.aviso {
    margin-top: -20px;
    background: #fff;
    border-left: 15px var(--vermelho) solid;
    padding: 25px 45px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.116);
    border-radius:0 10px 10px 0;
    font-size: 13px;
    line-height: 16px;
}

.aviso p {
    margin-bottom: 15px;
}

.aviso ul {
    list-style: initial;
    padding-left: 30px;
    margin-bottom: 15px;
}

.aviso li {
    line-height: 18px;
}

.aviso_title {
    font-size:18px;
    color:var(--vermelho);
    font-weight: bold;
    margin-bottom: 10px;
}

.aviso_title i {
    color:#b6b6b6;
    margin-right: 10px;
    display: inline-block;
    font-size:24px;
}

.aviso p {
    line-height: 24px;
}

.aviso .destaque {
    padding: 20px;
    background: #ffe9a9;
    margin-top: 10px;
    font-weight: bold;
    line-height: 18px;
}

.aviso.success {
    border-left: 15px green solid;
}

.aviso.success .aviso_title {
    color:green;
}

.aviso_botao {
    display: flex;
    width:100%;
    justify-content: flex-end;
    border-top:1px #dedede dotted;
    margin-top: 10px;
    padding-top: 10px;
}

.aviso_botao a {
    display: table;
    padding: 10px 20px;
    background: var(--azul);
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 40px;
}

.aviso_botao a i {
    margin-right: 5px;
}

/* Stages */
section.stage {
    margin: 45px 0;
}

section.stage .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap:25px;
}

section.stage .container:after {
    content:'';
    position: absolute;
    width:540px;
    height:2px;
    background: #dfdfdf;
    display: block;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

section.stage span {
    position: relative;
    z-index: 2;
    display: block;
    width:35px;
    height:35px;
    color:#a5a5a5;
    background: var(--branco);
    border:1px #dedede solid;
    font-weight:bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.stage span.active {
    background: var(--azul);
    border:1px var(--azul) solid;
    color:#fff;
}

/* Formulário */
section.formulario_header .container {
    display: flex;
    border-bottom: 1px #dedede solid;
    margin-bottom: 30px;
    padding: 0;
}

section.formulario_header a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #FFF;
    margin-right: 5px;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-left: 65px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    border:1px #dedede solid;
    border-bottom: 0;
    text-transform: uppercase;
}

section.formulario_header .criar {
    background: #f1f1f1;
    margin-bottom: -1px;
}

section.formulario_header i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--azul);
}

section.formulario_header .acessar i {
    color: #9f9f9f;
}

section.formulario_header small {
    font-size:12px;
    color:#666;
    text-transform: uppercase;
}

section.formulario .subtitle {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #fff;
    border: 1px #2a3591 dotted;
    border-radius: 40px;
}

section.formulario .subtitle i {
    color: #ff8100;
    margin-right: 5px;
}

section.formulario form {
    position: relative;
}

section.formulario form.loading:before {
    content:'';
    width:calc(100% + 40px);
    height:calc(100% + 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/loading.gif) center center no-repeat rgba(255, 255, 255, 0.493);
    background-size: 100px;
    position: absolute;
    top:-20px;
    left:-20px;
    z-index: 1;
    border-radius: 5px;
    backdrop-filter: blur(4px);
}

section.formulario h3 {
    font-size:30px;
    font-weight: bold;
    color:var(--preto);
    border-bottom: 1px #dedede solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

section.formulario h3 i {
    color:var(--vermelho);
    margin-right: 10px;
}

section.formulario .row {
    margin-bottom: 30px;
}

section.formulario .input {
    position: relative;
}

section.formulario .input.select:after {
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

section.formulario .input input,
section.formulario .input textarea,
section.formulario .input select {
    width:100%;
    height:65px;
    border:1px #dedede solid;
    border-radius: 5px;
    padding: 20px;
    padding-left: 50px;
    -webkit-appearance: none;
    line-height: 24px;
}

section.formulario .input input.required,
section.formulario .input select.required {
    border:1px red solid;
    background: #fdf0f0;
}

section.formulario .input i, section.formulario .input .icon {
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:55px;
    text-align: center;
    color:#183153;
    font-size:20px;
}

section.formulario .input .icon {
    font-weight: bold;
    color:#dcdcdc;
}

/* Valor */
section.formulario div.chave_pix {
    display: table;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

section.formulario div.chave_pix .label {
    margin-bottom: 5px;
}

section.formulario div.chave_pix .aviso_input {
    background: #f7fcba;
    color:#000;
    border:1px #f3d77a solid;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px;
}

section.formulario div.valor {
    margin: 30px auto;
    margin-top: 85px;
    max-width: 785px;
    padding:50px;
    border:1px #dedede solid;
    border-radius: 5px;
}

section.formulario div.valor h4 {
    color:var(--preto);
    font-size:24px;
    font-weight: bold;
    display: table;
    margin: auto;
    margin-top: -65px;
    margin-bottom: 30px;
    padding: 0 20px;
    background: #f1f1f1;
}

section.formulario div.valor h4 i {
    color:var(--vermelho);
    display: inline-block;
    margin-right: 5px;
}

section.formulario div.valor .input {
    max-width: 300px;
    display: table;
    margin: auto;
    text-align: center;
}

section.formulario div.valor .checkbox {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}

section.formulario div.valor .checkbox input {
    margin-right: 10px;
    width:24px;
    height:23px;
    cursor: pointer;
    border-radius: 5px;
    border:1px #dedede solid
}

section.formulario div.valor .checkbox a {
    color:var(--azul);
    font-weight:bold;
    margin-left: 5px;
}

section.formulario button[type="submit"] {
    background: #1d9520;
    color:#fff;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 50px;
    border:1px #28b22b solid;
    font-size:24px;
    cursor:pointer;
    display: table;
    margin:auto;
    margin-bottom: 65px;
    outline: none;
    box-shadow: 0px 5px 5px #157917b8;
}

section.formulario button[type="submit"]:hover {
    background: #33ae36;
}

section.formulario button[type="submit"] i {
    margin-right: 10px;
}


/* QR Code */
section.formulario .qrcode {
    display: table; 
    margin: auto;
    text-align: center;
    padding:40px;
    margin-bottom: 65px;
    box-shadow: 0px 19px 40px #00000029;
    background: #fff;
    border-radius: 10px;
}

section.formulario .qrcode p {
    font-size:16px;
    padding: 0 20px;
    line-height: 30px;
}

section.formulario .qrcode p i {
    color:var(--azul);
    margin-right: 5px;
    font-size:18px;
    display: inline-block;
}

section.formulario .qrcode img {
    margin-bottom: 20px;
}

section.formulario .qrcode input {    
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    border: 1px #a7a7a7 solid;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
}

section.formulario .aviso_conta {
    display: table;
    text-align: center;
    border-radius: 4px;
    margin:0 auto;
    margin-bottom: 120px;
}

section.formulario .aviso_conta h4 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    color:var(--azul);
    margin-bottom: 20px;
}

section.formulario .aviso_conta a {
    text-transform: uppercase;
    background: var(--azul);
    border-radius: 40px;
    padding: 10px 30px;
    color:#fff;
    font-weight: bold;
    display: table;
    margin: 30px auto;
}

section.formulario .aviso_conta a i {
    margin-right: 10px;
}


/* Usuário Logado */
.tabela_user {
    display: flex;
    flex-direction: column;
    border:1px #dedede solid;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    overflow: hidden;
}
.tabela_header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    padding: 20px 0px;
}
.tabela_linha {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #dedede solid;
    align-items: center;
}

.tabela_label {
    min-width: 50%;
    text-align: right;
    padding:15px;
    font-weight: bold;
}
.tabela_footer {
    display: flex;
    justify-content: right;
    padding:20px;
    background: #f1f1f1;
}

.tabela_footer a {
    text-transform: uppercase;
    background: var(--azul);
    border-radius: 40px;
    padding: 10px 30px;
    color:#fff;
    font-weight: bold;
}

.tabela_footer a i {
    margin-right: 10px;
}

/* Termos */
.popupTermos {
    position: fixed;
    top:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.397);
}

.popupTermos .fechar {
    position: absolute;
    right:20px;
    top:20px;
    color:#fff;
    cursor: pointer;
    font-size:24px
}

.popupTermos .loading {
    background: #fff;
    border-radius: 10px;
    height:80%;
    display: block;
    padding: 50px;
    overflow: auto;
}

.popupTermos .loading {
    line-height: 24px;
}

.popupTermos .loading h3 {
    font-size: 24px;
    color:#000;
    font-weight: bold;
    margin-bottom: 20px;
}