/*===================*/
/* colores generales */
/*===================*/
/*===================*/
/* textos */
/*===================*/
/*===================*/
/* global */
/*===================*/
/*===================*/
/* carrusel */
/*===================*/
/*===================*/
/* header nav */
/*===================*/
/*===================*/
/* Footer */
/*===================*/
.titulo404 {
  color: var(--textoOscuro);
  text-align: center !important;
  line-height: 1;
}

.numero404 {
  text-align: center;
  font-size: 20rem;
  display: block;
  font-weight: 800;
  color: rgba(91, 91, 91, 0.7411764706);
}
@media (max-width: 991px) {
  .numero404 {
    font-size: 10rem;
  }
}
@media (max-width: 350px) {
  .numero404 {
    font-size: 6rem;
  }
}

.mensaje404 {
  color: var(--textoOscuro);
  text-align: center;
}

.volver404 {
  color: var(--textoOscuro);
  text-align: center;
  display: block;
}