@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');


*{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
   font-family: 'poppins', cursive; 
}



 /* NAV-BAR LATERAL */

 .menu-btn{
    position: fixed;
    color:white;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    margin-left: 30px;
    right: 97%;
   }
   
  .menu-lateral-ul{
    list-style: none;
    background-color:#5f6b44;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'poppins', cursive; 
    width: 100%;
    z-index: 997;
    gap: 2px;
  }
  
  .menu-lateral-ul li{
    display: inline-block;
    position: relative;
  }
  
  .menu-lateral-ul i {
    padding-right: 5px;
  }
  
  .menu-lateral-ul li a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
  }
  
  .menu-drop li {
    display: block;
  }
  
  .menu-drop{
    width: 100%;
    background-color:#5f6b44;
    position: absolute;
    z-index: 999;
    display: none;
  }
  
  #seta_rodada{
    padding-left: 8px;
  }
  
  #seta_linguagem{
    padding-left: 8px;
  }
  
  
  .menu-lateral-ul li:hover .menu-drop {
    display: block;
  }
  
  @media (min-width: 700px) and (max-width:  1050px ){
    .menu-lateral-ul li a {
      font-size: 12.3px;
    }
  }
  
  @media (max-width: 799px){ 
    .menu-lateral-ul li a {
      font-size: 10px;
    }
  }
  
  @media (max-width: 700px){
    .menu-lateral-ul li{
      display: none;
    }

   
    
    .menu-btn{
      position: fixed;
      color:white;
      font-size: 20px;
      cursor: pointer;
      z-index: 999;
      margin-left: 30px;
      right: 0%;
      top: 0%;
      background-color: #5b6348;
      width: 100%;
      padding-left: 20px;
     }
  
    
  }
   /* FINAL NAVBAR-LATERAL*/
  


/* NAVBAR */
.side-bar{
 background:#5f6b44;
 backdrop-filter: blur(15px);
 width: 290px;
 height: 100%;
 position: fixed;
 top: 0;
 left: -100%;
 overflow-y: auto;
 transition: 0.6s ease;
 transition-property: left;
 z-index: 999;
}

.side-bar.active{
 left: 0;
}

.side-bar.active::-webkit-scrollbar {
    width: 0px;      
  }

.side-bar .menu{
 width: 100%;
 margin-top: 80px;
 
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
 border-bottom: 0.1px solid white;
}

.side-bar .menu .item a{
 color: white;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 5px 30px;
 line-height: 60px;
}

.side-bar .menu .item a:hover{
 background: rgba(255, 255, 255, 0.226);
 transition: 0.3s ease;
}

.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu{
 background: rgba(255, 255, 255, 0.1);
 display: none;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 50px;
}

.rotate{
 transform: rotate(90deg);
}

.close-btn{
 position: absolute;
 color: #fff;
 font-size: 20px;
 right: 0;
 margin: 25px;
 cursor: pointer;
}


/* FINAL NAVBAR */

.topodireita{
  position: absolute;
  text-align: center;
  top: 10%;
  right: 4%;
  display: flex;
  flex-direction: column;
 }


 .topodireita p {
  font-family: 'Gloria Hallelujah', cursive;
  font-weight: 400;
  font-size: 1.8em;
  color: #575656;
 }
 


main{
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-image: url('../img/papeis_parede/LOGIN_PAGE.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
.container{
    width: 100%;
    max-width: 650px;
    background: #2f4b1f86;
    padding: 28px;
    margin: 0 28px;
    border-radius: 10px;
    box-shadow: inset -2px 2px 2px white;
}

.form-title{
    display: flex;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 6px;
    color: white;
    text-align: left;
    font-family:  sans-serif;
}

.main-user-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.user-input-box:nth-child(2n){
    justify-content: end;
}

.user-input-box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
}

.user-input-box label{
    width: 100%;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0;
}

.user-input-box input{
    height: 40px;
    width: 100%;
    border-radius: 15px;
    outline: none;
    border: 1px solid grey;
    padding: 0 10px;
}

.user-input-box input::-webkit-input-placeholder{
font-weight: 400;
}

#recuperasenha{
  color: white;
}

#enviarEmail {
  cursor: pointer;
}

#recuperasenha p {
  text-align: right;
  width: 100%;
}

@media (max-width: 900px) {

  #recuperasenha p {
    font-size: 15px;
  }


  .topodireita {
      right: 22%;
  }
}

@media (min-width: 600px)
    {
        .gender-details-box{
            text-align: center;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }
        
    }


.gender-title{
    color:white;
    font-size: 15px;
    font-weight: 600;
}

.gender-category{
    margin: 15px 0;
    color: white;
}

.gender-category label{
    padding: 0 20px 0 5px;
}

.gender-category label,
.gender-category input,
.form-submit-btn input{
    cursor: pointer;
}

.form-submit-btn{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.form-submit-btn a {
    width: 20%;
    margin-left: 10px;
    z-index: 10;
    background-color: red;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    background-color: #b3c190;
}

#cancelar {
    background-color: #575656;
}






.form-submit-btn input:hover{
    background: #b3c190;
    color: rgb(255, 255, 255);
}

@media(max-width: 600px){
    .container{
        min-width: 280px;
        margin-top: 80px;
    }

    .user-input-box{
        margin-bottom: 12px;
        width: 100%;
    }

    .user-input-box:nth-child(2n){
        justify-content: space-between;
    }

    .gender-category{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .main-user-info{
        max-height: 380px;
        overflow: auto;
    }

    .main-user-info::-webkit-scrollbar{
        width: 0;
    }

    
}

h1{
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 2.5vh;
}

@media (min-width: 320px) and (max-width: 700px){

  .topodireita{
    top: 5%;
    width: 100%;
    right: 0;
  }

  .topodireita img {
    align-self: center;
  }

  #texto_titulo {
    align-self: flex-end;
    margin-right: 50px;
    margin-top: -14px;
  }

  .topodireita p {
    margin-top: -10px;
  }

  main {
    height: 9;
  }

  .container {
    width: 90%;
    margin-top: 115px;
    height: 60%;
  }

  .main-user-info {
    padding: 0;
  }

  .form-submit-btn {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }

  .form-submit-btn a {
    width: 70%;
    margin-top: 10px;
  }


}


@media (max-height: 500px) {
  .topodireita {
    top: 6%;
  }
  .container {
    height: 68%;
    margin-top: 130px;
  }
  .form-title {
    padding-bottom: 0px;
  }
  .main-user-info {
    padding: 0;
  }
  .user-input-box {
    padding: 0;
  }
  .user-input-box label {
    margin: 0;
  }
  .form-submit-btn {
    margin-top: 0;
  }
  .form-submit-btn input {
    margin-top: 0;
  }
}