	

/*+--+-+-++-+-+--+-+-++--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+FOOTER+--+-+-+-++---+-+-+-+-+-+-+-+-++-+-+-+-+--+-+-+-+--+*/
.mapa img {
  width: 100%;
  height: 100%;
}

.footer {
  display: flex;
  justify-items: center;
  margin-top: 150px;
  background: #eceaea;
  width: 100%;
  max-height: max-content;
  flex-flow: wrap;
}

.lista1 {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  margin: 20px;
}

.lista1 ul {
  margin: 70px auto;
  text-decoration: none;
  justify-content: center;
  list-style: none;
}

.lista1 li {
  margin: 10px;
}

.lista1 ul > li > a {
  color: rgb(150, 98, 1);
  font-size: 14px;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 0.1pt;
}

.logo-pie {
  margin: 0;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  width: 33%;
  flex-direction: column;
}

.direccion > p {
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
  text-decoration: none;
  color: rgb(150, 98, 1);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.2pt;
  word-spacing: 1pt;
}

.direccion > p > a {
  text-decoration: none;
  color: rgb(150, 98, 1);
  font-size: 10px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.2pt;
  word-spacing: 1pt;
}

.logo-pie > img {
  margin: auto;
  width: 270px;
  height: 270px;
}

.lista2 {
  display: flex;
  width: auto;
  justify-content: flex-end;
  margin: auto;
}

.lista2 ul {
  margin: 20px;
  text-decoration: none;
  list-style: none;
}

.lista2 li {
  margin: 10px;
}

.lista2 ul > li > a {
  color: rgb(150, 98, 1);
  font-size: 14px;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 0.1pt;
}

/*+-+-+-+-+-+-+-+-+-+MEDIAS+-+-+-+-+-+-+-+-+-+-+-+-+-+*/

@media all and (max-width: 700px) {

  

.footer{
  display: flex;
  margin: auto;
  justify-content:center;
  flex-direction: column;
}

.lista1{
  display: flex;
  width: auto;
  margin: auto;
  gap: 20px;
  
}


.logo-pie{
  margin-top: 40px auto;
  width: 100%;
}

.lista2{
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.lista2 ul {
  margin: auto;
  

}

}



@media screen and (min-width:700px) and (max-width:900px) {



  .footer{
    display: flex;
    margin: auto;
    justify-content:center;
    flex-direction: column;
  }

  
.lista1{
  display: flex;
  width: auto;
  margin: auto;
  gap: 20px;
}

.logo-pie{
  margin-top: 40px auto;
  width: 100%;
}

.lista2{
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.lista2 ul {
  margin: auto;

}


}