.navegacion ul {
  /* display: flex; */
  /* justify-content: center; */
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.logo {
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
}
.texto a {
  color: inherit;
}
.contenido ul {
  color: #fff;
}
footer .wrap ul.sociales li a {
  height: 100%;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sociales li a.whatsapp {
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sociales li a.whatsapp svg,
.sociales li a.whatsapp img {
  fill: #fff !important;
  display: inline-block;
}
.clear-ul.sociales {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.navegacion ul li a.telefono {
  padding: 16px 10px 5px 10px;
}
.telefono-cabecera {
  font-weight: normal;
  font-family: "Lato" !important;
  font-size: 16px !important;
}

.navegacion.movil {
  min-height: 200px;
  height: calc(100vh - 350px);
}
.navegacion.movil ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.navegacion.movil ul li {
  width: 50%;
  flex: 1 0 50%;
}
.navegacion.movil ul li a {
  height: 100%;
}
