.doce{
    font-size: 20px;
   position: relative;
   right: 2%;
   top: -4%;
   color: #775c4f;
   font-weight: bold;
}


.listagem{
    display: flex;
 
    margin-left: 35%;
    margin-top: -25%;

}

.lino{
    width: 290px;
    background-color: black;
    border: 1px solid #775c4f;
    position: relative;
    right: 4%;
    top: -10%;
}

footer{
    background-color: #Eee2c9;         
       padding: 70px;
       height: 80vh;
       
    
       
      
}


.listagem2{
margin-left: 35%;
margin-top: -17%;
list-style: none;
}

.lista1 ul{
list-style: none;
margin-left: -35%;

}

.lista1 ul li{
padding: 5px;
font-size: 25px;
margin-left: 4%;

}

.lista1 ul li a{
text-decoration: none;
color: #775c4f;
}

.lista2 ul li a{
text-decoration: none;
color:  #775c4f;
}


.lista2 ul li{
padding: 5px;
font-size: 25px;
}

.lista2 ul{
margin-left: -30% ;
margin-top: 25%;
list-style: none;

}


.lista3 ul{
margin-left: 0%;
margin-top: -2%;
list-style: none;
}

.lista3 ul li{
padding: 5px;
font-size: 25px;
}


.lista3 ul li a{
text-decoration: none;
color: #775c4f;
}

.listagem2 li{
padding: 3px;
}

.listagem2 a{
text-decoration: none;

    
}

.catego{
    margin-left: 25%;
    margin-top: -10%;
}

.luneta{
   margin-left: 50%;
   
margin-top: -8%;

}

.logo_house{
    width: 250px;
    margin-top: 25px;
}



.logo_mauna{
   /* border: 1px solid black;*/
    position: relative;
   
   
    right: 20px;
    bottom: 20px;
  
    width: 250px;
}

.redes-sociais{
    display: flex;
    margin-top: -1%;

   
}

.links-redes{
    margin-left: 1%;
    margin-top: -19%;
}

.links-redes ul li{
    padding: 15px;
    list-style: none;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    
}

.links-redes ul li a{
    text-decoration: none;
  color:  #775c4f;
}

#footer_social_media{
    margin-left: 80%;
    
  

display: flex;
flex-direction: column;
gap: 1rem;
margin-top: -19%;

}

#footer_social_media .footer-link{
display: flex;
align-items: center;
justify-content: center;

height: 2.5rem;
width: 2.5rem;
color: white;
border-radius: 50%;
transition: all 0.4s;
text-decoration: none;

}

#footer_social_media .footer-link i{
font-size: 1.25rem;
color: white;

}
#footer_social_media .footer-link:hover{
opacity: 0.8;

}

#instagram{
background: #775c4f;

}

#facebook{
background-color: #775c4f;
}

#whatsapp{
background-color: #775c4f;

}