body {
  background: #f4f6fa;
}
.titulo-gestor {
  color: #0057b8;
  font-weight: 900;
  font-size: 2.3rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  line-height: 1.1;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  text-shadow: 0 2px 10px #0057b81a;
}
.archivo-link {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.1rem;
  display: block;
  text-align: left;
  white-space: normal !important;
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
.logout-link {
  color: #0057b8;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}
.logout-link:hover {
  color: #00397a;
  text-decoration: underline;
}
.puntos {
  color: #0057b8;
  font-size: 2.3rem;
  letter-spacing: 8px;
  margin-top: 10px;
  animation: aparecer 1.2s infinite steps(4);
  text-align: center;
  width: 100%;
}
@keyframes aparecer {
  0%   { opacity: 0.3;}
  40%  { opacity: 1;}
  100% { opacity: 0.3;}
}
@media (max-width: 700px) {
  .titulo-gestor {
    font-size: 1.45rem;
    margin-bottom: 1.3rem;
    margin-top: .8rem;
  }
  .puntos {
    font-size: 1.2rem;
    letter-spacing: 5px;
  }
}
