/*--------------------------------------------------------------
# Estilo de las páginas de errores
--------------------------------------------------------------*/

.card{ padding: 30px; }

.logo-404{ max-height: 70px;width: auto; }

.card form p {
 margin-top: -.3rem;
display: block;
line-height: 1.5;
}

.card h1 {
font-weight: bold;
font-size: 1.6rem;
}

#p404 { font-size: 1.2rem; }

.fs-error { 
  font-size: 10rem;
  font-weight: bold;
  color: var(--primario_fondo);
  text-align: center;
  line-height: 1;
}

@media (max-width: 412px) {
  .fs-error{
    font-size: 7rem;
  }
}

.lead {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 10px;
}

.lead2 {
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
}