@charset "utf-8";
/* CSS Document */
.cuerpo {
  background: #fff;
}
.minh-100 {
  height: 100vh;
}
.logo {
  text-align: center;
}
.logo img {
  width: 20%;
  height: auto;
}
.slogan {
  text-align: center;
}
.imagen {
  padding-right: 5%;
}
.mantenimiento {
  position: relative;
  overflow: hidden;
}
.fondo {
  padding: 2em 0;
  border: 1px solid #ebebff;
  position: relative;
  overflow: hidden;
  background: url("../images/fondo-mantencion.png") no-repeat;
  background-size: cover;
}
.redes {}
.redes {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  text-align: center;
}
.redes li {
  display: inline;
  list-style: none;
}
.redes li a {
  color: #004479;
  font-size: 2em;
  padding: 0.5em;
}
.redes li a:hover {
  color: #000;
}