html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
  background-color: #eef1f5;
}

/* Caja blanca donde se muestra el contenido de cada pagina */
.contenido {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* Linea de color debajo de los titulos de cada pagina */
.titulo-pagina {
  border-bottom: 3px solid #0d6efd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  text-align: center;
}
