/* Estilo para el favicon */
.favicon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

/* Aseguramos que el favicon sea visible */
.favicon::before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: url('/assets/logo-plataforma.png') no-repeat center center;
  background-size: contain;
}
