.header{
    display:flex;
    justify-content:space-between;
    height: 62px;
    background:#F3F9F4;
}

.nome{
    padding-top: 0.8%;
}

.nav_list{
    list-style: none;
}

ul{
    display: flex;
    justify-content:flex-start;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #FBFBFB;
  }

a{
    text-decoration: none;
    color: #4E9453;
}

button{
    margin-right: 60px;
 }

 input{
     width:385px;
     height:38px;
     border: 1px solid #EDEDE2;
     border-radius: 10px;

 }

.avatar {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}

.sidebar{
    width: 344px;
    height: auto;
    background:#F3F9F4 ;
}


.pontos{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    margin-right: 100px;
}

.toggler{
    display: flex;
    justify-content: end;
}

.links{
    text-decoration: none;
}

.page{
    display: flex;
}

.relatorio{
    padding: 30px;
    display: none;
    flex-direction: column;
}

.title{
    color: #366636;
}

.subtitle{
    color:#4E9453;
}

.caixa2{
    display: flex;
    justify-content: space-between;
}

.dados{
    color:#4E9453;
}

.atributos{
    display: flex;
    justify-content: space-around;
    color: #2E2E2E ;
}

#menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover, #menu5:hover, .nav_list:hover{
    color: #366636;
    background-color: #FBFBFB;
    font: 18px;
}

.link_name{
    text-align: center;
}

.nav_list{
    display: flex;
    text-align: start;
    border-radius: 5px;
    margin-left: 4%;
    width: 60%;
    padding: 8px 0;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.box_tema{
    display: table-cell;
}

.caixa1{
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    width: 404px;
    height: 190px;
}
.caixa_tema{
    background-color:#F3F9F4 ;
    border: 1px solid #F3F9F4;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 404px;
    height: 46px;
}
.btn{
    display: flex;
    justify-content: flex-end;
    padding: 78px 0;
}

.btn_prox{
    width: 132px;
    height: 49.44px;
    color: #F3F9F4;
    background-color:#4E9453;
    border-radius: 50px;
    padding: 16px,40px,16px,40px;
    border: none;
    box-shadow: 4px, 4px, 8px, rgba(4px, 4px, 8px, rgba(0,0,0,0.2));
    cursor: pointer;
    font: 21px bold;
    font-family: 'Poppins';
}

.btn_voltar{
    width: 132px;
    height: 49.44px;
    color:#4E9453;
    background-color:#F3F9F4;
    border-radius: 50px;
    padding: 16px,40px,16px,40px;
    border: 1px solid #4E9453;
    box-shadow: 4px, 4px, 8px, rgba(4px, 4px, 8px, rgba(0,0,0,0.2));
    cursor: pointer;
    font: 21px bold;
    font-family: 'Poppins';
}