*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}
h2{
    color: #599439;
    font-size: 18px;
}

section{
    padding: 20px;
}


.titulo{
    color: #094d12;
    text-align: center;
    padding: 100px 0px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: white; 
    color: #599439; 
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar .logo {
    height: 50px;
}

#tempoRestante {
    margin: 0 20px;
    font-weight: bold;
    color: #599439;
}


.container-btn a {
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #599439; 
    color: white; 
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s, transform 0.2s;
}

.container-btn a:hover {
    background-color: #4f8535; 
    transform: scale(1.05);
}


.menu-toggle {
    display: none;
    font-size: 2em;
    cursor: pointer;
}


@media (max-width: 1256px) {
    .menu-toggle {
        display: block;
    }

    .container-btn {
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        width: 220px;
        background-color: white; 
        border-radius: 0 0 10px 10px;
        padding: 15px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        z-index: 1000;
    }

    .container-btn a {
        margin: 8px 0;
    }

    .container-btn.active {
        display: flex; 
    }
}






.close-btn {
    color: white;
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}


.close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.nome {
    border-bottom: 2px solid rgba(9, 77, 18, 0.5);
    width: 80%;
}


.pesquisa{
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 20px;
    background-color: #27a71659;

}
.pesquisa form{
    width: 90%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding-left: 15px;

}

.pesquisa form input{
width: 80vw;
height: 35px;
background-color: white;

font-size: 0.9em;
}
.buscar{
width: 90px;
background-color: #094d12;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-transform: uppercase;
cursor: pointer;
}






















.container{
  
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:55px;
   
}
.links{
    height: 150px;
    width: 150px;
    background-color: #599439;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 8px 15px rgba(9, 77, 18, 0.5);
}
.links a {
    color: aliceblue;
    text-decoration: none;
 
}

.card {
    background-color: #2bff002c;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 15px; 
    box-shadow: 0px 4px 6px rgba(9, 77, 18, 0.3);
    border-radius: 10px;
}

.img {
    flex: 0 0 40%; 
    display: flex;
    justify-content: center;
    align-items: center;
}


.img img {
    border-radius: 50%;
    max-height: 150px;
    border: #094d12 3px solid;
    box-shadow: 0px 8px 15px rgba(9, 77, 18, 0.5);
    width: 150px;
    object-fit: cover; 
}

.infos {
    flex: 0 0 60%; 
    text-align: center;
}

.containerExibir {
    display: flex;
    flex-direction: column;
    gap: 20px;
   
}

table{
    width: 100%;
  border: 1px solid #2bff002c;
  padding: 20px;
}

table tr th{
   height: 40px;
   font-size: 12px;
}

tr:nth-child(odd) {
    background:#2bff002c;
  }

  .topo{
    background-color: #094d12;
  }

  
/* login*/
#container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color:#599439;
}
#form-container{
    background-color:#094d12c0;
    padding: 30px;
    border-radius: 20px;
}

#form-container h2, label{
    color: #fff;
}
.btn{
   padding: 10px;
    background-color:#094d12;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 7px;
    display: flex;
    align-items: center;
  
   
}

.form-index{
    height: 50vh;
    width: 50vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.form-index input{
height: 50px;
width: 100%;
border-radius: 10px;
}

.form-index h2{
    text-align: center;
}

#aviso{
    height: 30px;
   
}




.erro{
    color: rgb(180, 26, 26);
    background-color:#79aa5f;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
  text-align: center;
}


#olho, #olho2, #olhoIndex{
    background-color: #094d12;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
   padding: 20px;
   border-radius: 0px 10px 10px 0;
   cursor: pointer;
   width: 30px;
   position: absolute;
   right: 0;
   bottom: 0;
   top: 0;
}



.containerInput{
    display: flex;
    background-color: white;
    border-radius: 10px;
   position: relative;
   width: 100%;
   height: 52px;

}

.containerInput input {
    height: 30px;
    padding: 10px;
}

input:focus {
    border: 3px solid #094d12;
    outline: none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);   
}

.conteudo{
    background-color: #2bff002c;
    border-radius: 10px;
    padding: 40px;
    border: 2px solid  #a4adc5b6;
    margin: 30px 0;
}

button{
    height: 30px;
    width: 150px;
    background-color:#599439;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

