
.footer {

  position: relative;
/* bottom: 0px; */
width: 100%;
height: 250px;
background-color: #f2f2f2dd;
box-shadow: 0px -3px 3px rgba(72, 72, 72, 0.837); 
/* display: flex; */
z-index: 555555;
 /* align-items: center; */
/* justify-content: space-between; */
}


.base{
    position: relative;
/* bottom: 0px; */
width: 100%;
height: 30px;
background-color: #f2f2f2dd;
display: flex;
flex-direction: column;
text-align: center;
}

.base h4 {
line-height: 30px;
  font-size: 13px;
  font-weight: 100;
  font-family: sans-serif;
  color: rgb(197, 197, 197);
}


.f_navbar{
    width: 100%;
    max-width: 700px;
    height: 100%;
display: flex;
/* align-items: center; */
/* justify-content: space-between; */
align-items: flex-start;
margin: 0 auto;
/* line-height: 60px; */
/* padding: 0 30px; */
/* background-color: rgb(118, 118, 118); */
}



.f_navbar_ul {
  flex: 1; 
  /* border: 1px solid black; */
  /* padding: 10px; */
  display: flex;
  flex-direction: column;
  align-items: center;
      padding: 30px 0px;
margin: 0px 0px;
}

.lista_footer_titulo{
color: antiquewhite;
font-weight: bold;
   padding: 10px 0px;
}

.lista_footer_titulo a{
color: rgb(132, 132, 132);
font-size: 16px;
font-weight: 600;
    font-family: sans-serif;
 
}


.lista_footer{
padding: 8px;
/* color: black; */
}

.lista_footer a{
color: rgb(197, 197, 197);
/* font-weight: 100; */
font-size: 14px;
    font-family: sans-serif;
}