@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');
*{
    font-family: 'Fira Sans', sans-serif;
    text-decoration-line: none;
    color: #908174;
    text-decoration: none;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(247, 233, 224);
    width: 79%;
    height: 150px;
    margin-top: 1%;
    margin-left: 10%;
   }

.nav_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    margin-left: 100px;
    margin-right: 150px;
}
.image_header{
    padding-left: 10px;
}

.ListaMenu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style:  none;
    gap: 85px;
    font-size: 17px;
    color: #baa797;
    padding-left: 230px;
 }

 a {
    color: #baa797;
    text-decoration: none;
}


.main {
    background-color: rgb(247, 233, 224);
    height: 2300px;
    margin-top: 50px;
    margin-left: 10%;
    padding-top: 5px;
    margin-right: 250px;
    
}

.row

{    
    margin-top: 20px;
      
    
}
.card  {
    padding-top: 20px;
    padding-bottom: 20px;
}


footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: rgb(247, 233, 224);
    width: 80%;
    height: 150px;
    margin-top: 50px;
    margin-left: 10%;
   }



.ListaMenu_Footer {
    display: flex;
    align-items: center;
    list-style:  none;
    gap: 25px;
    font-size: 19px;
    color: #baa797;
 }





