* {
  font-family: 'Archivo', sans-serif;
  word-break: break-word;
  box-sizing: border-box;
}
html,
body {
  min-height: 100vh;
}
body {
  width: 100vw;
}
body.bloqueado {
  overflow: hidden;
}
.logo {
  margin-top: 40px;
  max-width: 150px;
  text-align: center;
}
.en-construccion {
  opacity: 0.7;
}
a {
  text-decoration: none;
  color: #333;
  margin-bottom: 3px;
  border-bottom: 2px dotted #aaa;
}
a:hover {
  border-color: #000;
}
a.no-decoration {
  border: none!important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 3px 0;
}
.contenido {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu {
  display: none;
}
footer {
  display: none;
}
.text-small {
  font-size: 0.8em;
}
.icono {
  width: 25px;
  display: inline-block;
}
