@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
  padding-top: 70px;
  color: #1c1c1c !important;
  background-color: white !important;
  font-family: "Source Sans Pro", sans-serif;
}

.logos_GnuLinux {
  display: block;
  margin: 0 auto;
}

footer {
  background-color: black;
}

#navbar {
  background-color: #222222 !important;
}

.container_nav {
  display: flex !important;
  justify-content: space-between !important;
	margin: 0 2rem;
  align-items: center !important;
}

.letrasOscuras {
  color: #1c1c1c !important;
}

.letrasBlancas {
  color: white !important;
}

.letrasGrises {
  color: #cccccc;
}

.logo {
  width: 35px !important;
  height: 30px !important;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Seleccionar archivos';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  /* width: 100%; */
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}