 * {
     box-sizing: border-box;
     padding: 0;
     margin: 0;
 }

 .pagina-1 {
     display: flex;
     background-color: rgb(60, 134, 118);
     width: 100%;
     height: 200px;
     justify-content: space-around;
 }

 .conteudo {
     background-color: rgb(255, 255, 255);
     width: 100%;
     height: 700px;
 }

 section {
     background-color: rgba(98, 102, 105, 0);
     border-radius: 20px;
     justify-content: center;
     align-items: center;
     color: rgb(0, 0, 0);
     width: 100%;
 }

 .sec {
     display: flex;
     width: 100px;
     height: 60px;
     justify-content: center;
     margin-top: 70px;
 }


 footer {
     display: flex;
     background-color: rgb(60, 134, 118);
     width: 100%;
     height: 300px;
     flex-flow: column;
     justify-content:space-around; 
     padding: 10px;
     align-items: center;
     gap:50px;
     


 }


 .icone-home{
     fill: rgb(0, 0, 0);
     width: 30px;
     

 }

 .dados {
     display: flex;
     justify-content: space-around;
     align-items: center;
     width: 100%;
     
 }

 .copyright {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 50%;





 }

 .item-selecionado{
    color: rgb(168, 0, 194);
 }