@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab&display=swap');

:root {
    --color: #006EF5;
}

body * {
    font-family: 'Poppins', sans-serif;
}

/* MAIN – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */
body {
    --header: 0px !important;
    --sideLeft: 0px !important;
    --sideRight: 0px !important;
    --labelColor: blue;

    background: var(--darkMode-opc) url('/img/marcolimpo/fundo.png') no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

body.mobile {
    background-position: 50% 50%;
    background-size: 150%;
}

main {
    background: linear-gradient(to top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
}


.z7-confirm {
    justify-content: center;
}

/* Z1 STYLE – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */
.z1:focus {
    outline: 1px solid #77b6ff;
    box-shadow: -2px -2px 3px #00000020, 0 0 6px #0051ff99;
}

.z1::placeholder { transition: .2s; color: var(--labelColor) }

.z1:focus::placeholder { color: transparent }

label:has(> .z1):not(.lblColor) {
    user-select: none;
    transition: .2s color;
    color: transparent;
}

.lblColor,
label:has(> .z1:focus) { color: var(--labelColor) }

label.z1Color {
    color: var(--labelColor);
}

label + span,
div + span{
    color: red;
}


input:not([type="checkbox"]) {
    width: 100%;
}

.termos{
    border-radius: var(--radius-1);
    padding: .4rem 0 .4rem .2rem;
    display: block;
    margin-top: 2rem;
    font-size: 1.1rem;
}
.termos a:hover{ color: rgb(0, 140, 255); }
.termos input{
    cursor: pointer;
    transform: scale(1.4);
}


#tela-login div,
#tela-cadastro div {
    margin: var(--margin) 0;
}

#tela-login,
#tela-cadastro,
#tela-redefinir,
.tela-token{
    margin: 3rem 0 6rem;
    padding: 0 30%;
}


.mobile section {
    padding: 0 var(--margin)!important;
}


section .btn{
    margin-bottom: calc(2 * var(--margin))!important;
    background-color: var(--color);
}

a.logo{
    display: block;
    margin: 0 auto 2rem;
    width: 40%;

}
.logo img {
    width: 100%;
}

.mobile .logo {
    width: 60%;
}

section h2 + p {
    color:red
}


.btn-next {
    height: 3rem;
    font-size: 1rem;
    background-color: var(--colorMain);
}


/* Esqueceu a senha ------------------------------------------------------------- */

a:last-of-type, #btn-esqueceu {
    text-decoration: underline;
    color: blue;
}


div:has(#btn-esqueceu){
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#btn-esqueceu{
    cursor: pointer;
    height: fit-content;
    text-align: end;
    padding-left: 1rem;
}

#btn-avancar{
    margin-top: 2rem;
}



/* TELA-FLUTUANTE – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */
#tela-flutuante {
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #00000089;
}

#tela-flutuante p:has(> i) {
    text-align: right;
    width: 100%;
    margin-bottom: 0!important;
}

#tela-flutuante p i {
    width: max-content;
    cursor: pointer;
    font-size: large;
    padding: 0 0 .5rem .5rem;
}

#tela-flutuante > div {
    position: absolute;
    display: none;
    min-width: 400px;
    width: 50%;
    padding: 2rem;
    margin: auto;
    border-radius: var(--radius-3);
    background-color: azure;
}

.mobile #tela-flutuante > div {
    min-width: calc(100vw - (2 * var(--padding)));
}

#tela-flutuante img {
    margin: auto;
    display: block;
    width: 25%!important;
    margin-bottom: var(--margin);
    -webkit-user-drag: none;
    user-select: none;
}

#tela-flutuante > div * {
    width: 100%;
}

#tela-flutuante h2, #tela-flutuante div p {
    margin-bottom: var(--margin);
}

#tela-flutuante .fa-close {
    float: right;
    cursor: pointer;
    font-size: large;
    padding: .5rem  0 .5rem .5rem;
}

#tela-redefinir form > div {
    margin-bottom: var(--margin);
}

#tela-redefinir span{
    color: red;
}

#tela-reset > div {
    display: none;
}


/* TOKEN TELA – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */

div.tela-token {
    height: 20rem;
    align-items: center;
}

.tela-token img {
    display: block;
    margin: auto;
    width: 250px;
}

.tela-token p {
    text-align: center;
}

.tela-token label,
.tela-token button,
.tela-token input
{
    display: block;
    text-align: center;
    margin: 1rem auto 0;
    width: 100%;
}

/* #tokenConfirm {
    height: 2rem;
} */

#tokenInput {
    margin: 1rem 0;
}


.tela-token label
{
    color: var(--color);
}

#tokenInput
{
    letter-spacing: 5px;
}

.tela-token button
{
    padding: 1rem 0;
    height: auto;
}



/* TELA-AVISOS – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */
#tela-aviso {
    margin-bottom: 0;
}

.dv-aviso {
    height: 100vh;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



/* TELA-SUCESSO – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */
#tela-sucesso{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    align-items: center;

    padding: 0 25%;
    height: 100%;
    width: 100%;
    min-width: 400px;

    background-color: #00000089;
}


#tela-sucesso > div {
    padding: 2rem;
    margin-left: var(--sideLeft);
    border-radius: var(--radius-3);
    background-color: azure;
}

.mobile #tela-sucesso {
    justify-content: center;
}

.mobile
#tela-sucesso > div {
    width: calc(100% - (2 * var(--padding)));
}


#tela-sucesso h2{
    color: var(--color-3);
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: var(--margin);
}

#tela-sucesso img
{
    display: block;
    margin: auto;
    width: 25%;
    margin-bottom: 2rem;
}

.mobile
#tela-sucesso img {
    width: 30%;
}

#tela-sucesso a{
    display: block;
    text-align: center;
}

#tela-sucesso.alterar {
    display: flex!important;
}



/* FOOTER – – – – – – – – – – ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— --> */
footer {
    background-color: rgba(255, 255, 255, 0.8);
}


.mobile footer {
    display: block!important;
    padding-bottom: 2rem;
}

footer > * {
    padding: var(--margin);
    margin: 0 auto;
    margin-left: 0;
}

footer address a{
    color: var(--color)!important;
    margin: 1rem auto;
    line-height: 2rem;
    font-weight: bold;
    font-size: .9rem;
}

footer .legal a{
    margin: 1rem auto;
    line-height: 2rem;
    font-size: .9rem;
}

footer address {
    opacity: .9;
    font-size: 1.1rem;
    list-style: none;
    /* padding: var(--margin); */
}

footer div:first-child  ul:first-child {
    width: 75%;
    font-size: .9rem;
    margin-right: calc(4 * var(--margin));
}

footer ul li:first-child {
    font-weight: bold;
    font-size: 1.4rem;
    font-style: normal;
}