body {
    rgba(253, 251, 247, 0.92);
}

#banner{
    width: 1270px;
    height: 280px;
    margin: 0%; 
}

#inicio{
    display: flex;
    justify-content: center; /* Centraliza na horizontal */
    align-items: center;    /* Centraliza na vertical */
    margin: 0%; 
}


#titulo{
    position: absolute;
    font-family: Georgia, 'Times New Roman', serif;
            font-size: 1rem;
            color: #4b2e1a;
            letter-spacing: 1px;
            font-weight: 300;
            margin: 0%;  
            margin-left: 30px;
            display: flex;
}

#menu_inicial {
   position: absolute; 
  display: flex;  
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; 
  gap: 5px;
  /*position: fixed;     /* Fixa o menu na tela */
  top: 20px;              /* Cola no topo da tela */
  right: 35px;            /* Cola no canto direito (use left: 0 para o lado esquerdo) */
}

#menu_inicial a {
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style:normal;
 color:rgb(43, 2, 82);
}

#img1{
    width: 320px;
    height: 320px;
   
}

#img2{
    width: 320px;
    height: 320px;
}

#img3{
    width: 320px;
    height: 320px;
}

#img4{
    width: 320px;
    height: 320px;
}

#img5{
    width: 320px;
    height: 320px;
}

#img6{
    width: 320px;
    height: 320px;
}


#corpo1{
    position:absolute;
    margin-left: 250px;
    width: 300px;
    height: 300px;
    text-align:left;
    }

#corpo2{
    position: relative;
    margin-left: 615px;
    width: 300px;
    height: 300px;
    text-align:left;
    margin-top: 5px;
        }

#corpo3{
    position:absolute;
    margin-left: 975px;
    width: 300px;
    height: 300px;
    text-align:left;
    margin-top: -300px;
}

#corpo4{
    position:absolute;
    margin-left: 250px;
    width: 300px;
    height: 300px;
    margin-top: 60px;
    }

#corpo5{
    position:absolute;
    margin-left: 613px;
    width: 300px;
    height: 300px;
    margin-top: 60px;
    }

#corpo6{
    position:absolute;
    margin-left: 975px;
    width: 300px;
    height: 300px;
    margin-top: 60px;
    }
#texto{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-style: bold;
     display: flex;
    justify-content: center; /* Centraliza na horizontal */
    align-items: center;    /* Centraliza na vertical */
    margin: 0%; 
    color:#4b2e1a;
    text-decoration: underline;
}
a{
    text-decoration: none;
}
span{
 font-family:'Times New Roman', Times, serif;
 font-size: 1.1rem;
  color:black;
}
/*
#menu_lateral{
    position:absolute;
    margin-right: 10px;
    margin-top: 100px;
    list-style-type:none;
    padding: 8px;
    }   
 
    * {
  margin: 3px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
*/

/* Menu Lateral */
.sidebar {
  width: 200px;
  height: 65vh;
  background-color: #b4b4b4d5;
  color: white;
  /* position: fixed;*/
  top: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -285px;
  margin-left: 0px;
}

/* Cabeçalho do menu (Logo) 
.sidebar .logo {
  text-align: center;
  margin-bottom: 40px;
}
*/
/* Links de navegação */
.nav-links {
  list-style: none;
  padding: 0 30px;
}

.nav-links li {
  margin-bottom: 3px;
}

.nav-links a,
.logout a {
  color: #bdc3c7;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Efeito Hover e Link Ativo */
.nav-links a:hover,
.logout a:hover {
  background-color: #543caa;
  color: white;
}


#rodape{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
 font-style: italic;
 font-size: 10px;
 margin-top: 400px;
text-align: center;
border-color: black;
background-color: #e7dfdb;
}

