@charset "utf-8";
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    background: #eee;
    font-family: "Roboto"
 }
 
nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:flex-start;
    padding-left: 0.1rem;
}

nav h1{
    color:rgba(100, 188, 244.20);
    font-size: 1.55rem;
    margin-top: 45px;
    font-weight: 700;
}

.bloco h1{
    color: #192e3a;
}

.bloco p{
    width: 500px;
}

.section-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section-2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section-3{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.section-4{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.box{
    margin: auto;
    padding: 15px;
    width:95%;
    border: none;
    background-color:#eee ;
    /* background-image: linear-gradient(to left,rgba(0, 155, 252, 0.691), #192e3ab6 ); */
}


.lagel{
    color: white;
    margin-left: -30px;
}
legend{
    color:white;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgba(0, 155, 252, 0.181);
    /* background-image: linear-gradient(to left, #192e3ab6 ,rgba(0, 155, 252, 0.691)); */
}

fieldset{
    border:2px solid rgba(100, 188, 244.20) ;
    padding: 10px;
    border-radius: 15px;
}

.inputBox{
    position: relative;
    margin-top: 20px;
}
.inputUser{
    border: none;
    outline: none;
    font-size: 15px;
    width: 150px;
    letter-spacing: 2px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 10px;
}

.more{
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 10px;
}

.labelInput{
    color: black;
    position: absolute;
    top: -15px;
    left: 0px;
    pointer-events: none;
    transition: .5s;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.div-voltar{
    margin: 20px;
}

.voltar{
    border-radius: 10px;
    padding: 15px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(100, 188, 244.20);
}
.inputUser:focus ~ .labelInput,
.inputUser:valid ~ .labelInput
{
    top: -20px;
    font-size: 12px;
    color: #64bcf4;
}

.more:focus ~ .labelInput,
.more:valid ~ .labelInput
{
    top: -20px;
    font-size: 12px;
    color: #64bcf4;
}

#data_nascimento{
    border: none;
    padding: 8px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
}

#submit{
    /* background-image: linear-gradient(to left, #192e3ab6 ,rgba(0, 155, 252, 0.691)); */
    border-radius: 10px;
    background-color: rgba(0, 155, 252, 0.691);
    width: 100%;
    border: none;
    padding: 15px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition-duration: .5s;
}

#submit:hover{
    background:#192e3a;
  
}

.tema-sexo{
    padding-left: 20px;
}

.nascimento{
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

strong{
    font-size: 25px;
}

.data{
    background: #64bcf4;
    padding: 15px;
    transform: translate(-50%,-50%);
    font-family: monospace;
    color: white;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 2rem;
    margin-left:0rem;
}

::-webkit-calendar-picker-indicator{
    background-color: white;
    padding:5px;
    cursor:pointer;
    border-radius:3px;

}
.selecao{
    color: rgba(0, 0, 0, 0.782);
    background: none;
    font-size: 15px;
    border: none;
    outline: none;
}



.voltar{
    text-decoration: none;

}
.voltar::before{
    content: '';
}

.nascimento label{
    color: white;
}

.modalSucesso{
    position: fixed;
    background-color: rgba(25, 46, 59, 0.445); 
    width: 100%;
    height: 100vh;
    z-index: 500;
}

aside{
    background-color: white;
    margin: auto;
    top: 30%;
    width: 300px;
    height: 300px;
    margin-top: 120px;
}

aside p{
    margin-top: 50px;
}

.fin{
    margin-top: 3em;
}


.luanda,.huila {
   display: none;
}

.activo.luanda, .activo.huila {
      display: flex;
}

.provie, #genero{
    appearance: none;         
    -webkit-appearance: none; 
    -moz-appearance: none;
    background: white;
}


.city {
    appearance: none;         
    -webkit-appearance: none; 
    -moz-appearance: none;
    background: white;
}
@media screen and (min-width:1024px){
    .section-4{
        flex-direction: column;
    }

    .section-4 .inputUser{
        width: 100%;
        margin-right: 20rem;
    }

    .section-4 .labelInput{
        margin-right: 20rem;
    }
}

@media screen and (min-width:767px) and (max-width:1023px){
    body{
        margin-bottom: 10rem;
        text-align: center;
    }

    legend{
        font-size: 20px;
    }
    
    .logo{
        width: 35px;
        margin-left: 3rem;
    }

    .logo-tema{
        font-size: 20px;
        margin-top: 10px;
    }

    nav h1{
        width: 30px;
        font-weight: bolder;
    }

    .box{
        padding-left: 10px;
        padding-right: 10px;
    }

    legend{
        font-size: 19px;
    }

    fieldset{
        padding-top: 2rem;
    }
    .section-4{
        flex-direction: column;
    }

    .section-4 .inputUser{
        width: 100%;
        margin-right: 20rem;
    }

    .section-4 .labelInput{
        margin-right: 20rem;
    }

    .sexo{
       margin: auto;
    }

}

@media screen and (max-width: 767px) {
    
     .modalerro, .modalsucesso{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        backdrop-filter: blur(20px);
        background-color: rgba(25, 46, 59, 0.7);
        display: none; 
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 9999; 
    }

    .activo.modalerro, .activo.modalsucesso{
        display: flex;
    }

    .modalerro div img, .modalsucesso div img{
        width: 100px;
    }


    .modalerro div, .modalsucesso div{
        background-color: white;
        padding: 20px;
        text-align: center;
        border-radius: 10px;
        position: fixed;
        bottom: 60px;
        height: 300px;
        width: 300px;
        margin: auto;
        animation: modal .5s forwards;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: rgb(62, 62, 62);
    }

    .denovo, .denovo2 {
        cursor: pointer;
        padding: 10px;
        background:#64bcf4;
        color: white;
        border-radius: 5px;
        margin-top: 10px;
        bottom: 10px;
        width: 300px;
        position: fixed;
        bottom: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    }




    .validacao, .validacao2{
        background-color: rgb(255, 71, 71);
        position: fixed;
        width: 100%;
        bottom: 0;
        color: white;
        font-size: 17px;
        text-align: center;
        height: 50px;
        z-index: 200;
        padding-top: 15px;
        display: none;
    }
    
    .game{
        padding: 15px;
    }
    .shape {
        position: absolute;
        z-index: 0;
        width: 450px;
        bottom: -408px;
        left: -250px;
        opacity: 0.1;
        display: block;
    }
    
    .logo{
        margin-left: 0rem;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
     }
    
    .logo-tema{
         font-size: 20px;
        margin-top: 10px;
     }
    
    nav h1{
         width: 30px;
         font-weight: bolder;
    }
    
    .box{
       width: 100%;
     }
    
    legend{
        font-size: 19px;
    }
    
    fieldset{
        padding-top: 2rem;
    }
    .section-4{
        flex-direction: column;
    }

    .section-4 .inputUser{
        width: 100%;
    }
    
  
    
    #submit{
         width: 100%;
     }
}

aside{
    background-color: white;
    width: 300px;
    padding: 20px;
    height: 350px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.286);;
    }

 .sucesso{
    margin-top: 20px;
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
} 

.feito{
    position: absolute;
    font-size: 1.5rem;
    color:white;
    background-color: #5bacdf;
    width: 300px;
    margin-top: 170px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}

.confirm{
    width: 60px;
    margin-bottom: 0px;
}


.modalSucesso{
    position: fixed;
    z-index: 1000;
    background-color: rgba(25, 46, 59, 0.445);
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.activo.modalSucesso{
    display: flex;
    animation: modal .5s;
}


@keyframes modal{
    from{
        opacity: 0;
        transform: translate3d(0,-30px,0);
    }
  
    to{
        opacity: 1;
        transform: translate3d(0,0,0);
    }
  }

  .modalErro{
    position: fixed;
    z-index: 1000;
    background-color: rgba(25, 46, 59, 0.445);
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.activo.modalErro{
    display: flex;
    animation: modal .5s;
}

  .submit{
    padding: 10px;
    color: white;
    background-color: #64bcf4;
    width:400px ;
    font-size: 19px;
    border-radius: 10px;
    margin-bottom: 70px;
    margin-left: -49px;
    border: none;
    transition-duration: .5s;
}

.submit:hover{
    background-color: red;
}

.feito2{
    position: absolute;
    font-size: 1.5rem;
    color:white;
    background-color: red;
    width: 300px;
    margin-top: 170px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}