* {
    box-sizing: border-box;
    
}

body {
    
    /* background-image: url(images/1_5lyavS59mazOFnb55Z6znQ.png);
    background-size: cover; */
    font-family: Arial, Helvetica, sans-serif;
    
    
   
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/1_5lyavS59mazOFnb55Z6znQ.png) no-repeat center center/cover;
    filter: brightness(50%);
    z-index: -1;
}

section {
    display: flex;
    /* border: 5px solid black; */
    height: 840px;
    align-items: flex-start;
    justify-content: center;

}

#formulario {
    display:flex;
    flex-direction: column;
    width: 450px;
    height:709px;
    padding: 20px;
    border-radius: 5px;
    /* border: 5px solid black; */
    max-width: 450px;
    background-color: rgba(0, 0, 0, 0.705);
    color: white;
}

#logo {
    display: inline-block;
   
    width: 200px;
    height: 100px;
    /* border: 5px solid black; */
    justify-content: flex-start;
    margin-left: 100px;
    margin-top: -10px;
    
}

footer {
    position: absolute; /* Ou absolute, dependendo da necessidade */
    left: 0;
    bottom: 10;
    width: 100vw; /* Garante que cubra toda a largura da tela */
    height: 100vh; /* Garante que cubra toda a altura da tela */
    background-color: black; /* Apenas para visualizar melhor */
}

#rodape {
    background-color: #161616;
    color: white;
    transform: translateY(-50px);
    height: 300px;
    width: 100%;
    margin-top: -20px;
    padding: 55px 340px;
    align-self: flex-end;
}

ul {

    list-style-type: none;
    columns: 5;
    padding: 0;
    

}


li {

    margin-bottom: 20px;
    margin-right: 20px;
}

li > a{

    font-size: 15px;
    color: #B9B9B9;

}

#invi {
    visibility: hidden;
}

#rdpdiv{

    margin-bottom: 15px;
    color: #B9B9B9;

}



#idioma {

    margin-bottom: 50px;
    margin-top: 15px;
    width: 146px;
    height: 32px;
    background-color: #161616;
    color: white;
    border-radius: 5px;
    font-size: 17px;
    text-align: center;
}

h1 {
    font-size: 30px;
    width: 314px;
    align-self: center;

}

#fieldset1 {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 314px;
    height: 214px;
    gap: 15px;
    padding: 0;
    border: 0;
}

#fieldset2 {

    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: start;
    width: 314px;
    height: 50px;
    padding: 0px;
    padding-top: 20px;
    gap: 20px;
    border: 0;
    margin-top: 50px;

}

input[type=checkbox] {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    border: 0px;
    margin-left: -7px;
}
    
.quest {
    height: 56px;
    border-radius: 5px;
    border: 1px solid #626569;
    background-color: #0f0f0f7c;
    color: white;
    font-size: 15px;
    padding-left: 15px;
    
}



#submit {
    height: 40px;
    background-color: #E50914;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    border: 0;
}

#esqsenha {
    align-self: center;
    color: white;
    text-decoration: none;
}

#esqsenha:hover {
    align-self: center;
    color: rgb(155, 154, 154);
    text-decoration: underline;
}

.novo {
    /* border: 2px solid white; */
    width: 314px;
    align-self: center;
    color: #B3B3B3;

}

#assine {
    color: white;
    text-decoration: none;
}

#assine:hover {
    text-decoration: underline;
}

#saibamais {
    width: 314px;
    align-self: center;
    align-items: start;
    font-size: 13px;
    padding: 0px;
    border: 0px;
    color: #B3B3B3;
}

#saiba {
    color: #0071EB;
    text-decoration: none;
}

#saiba:hover {
    text-decoration: underline;
}

/* #saibamais-clique.hidden{
    display: none;
} */

#saibamais-clique {
    display: none;
    align-self: center;
    width: 100%;
    height: 170px;
}



