input,
select,
textarea {
  border-radius: 6px !important;
  background-color: #ffffff;
  border: 1px solid #e2e2e2 !important;
  box-shadow: 0 0 6px #e3e3e3 inset;
  -webkit-shadow: 0 0 8px #e3e3e3 inset;
  -moz-shadow: 0 0 8px #e3e3e3 inset;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s !important;
  transition: border linear 0.2s, box-shadow linear 0.2s !important;
}

.pointer {
  cursor: pointer !important;
}

.fs-9 { font-size: 10px !important; font-weight: 400; }
.text-xxs, .fs-9 { font-size: 11px !important; font-weight: 400; }
.text-xs, .fs-8 { font-size: 12px !important; font-weight: 400; }
.text-sm, .fs-7 { font-size: 13px !important; font-weight: 400; }
.text-md { font-size: 15px !important; font-weight: 400; }
.text-lg { font-size: large !important; }
.text-xl { font-size: x-large !important; }

.text-gray-dark {
  color: #333333 !important;
}

.text-gray {
  color: #777777 !important;
}

.btn {
  font-family: "Inter", Arial;
  font-weight: 600;
}
.btn-secondary,
.btn-primary,
.btn-danger,
.btn-success {
  color: #fff !important;
}
.btn-lg {
  font-size: 15px !important;
  text-decoration: none !important;
}
.btn-md {
  font-size: 14px !important;
  text-decoration: none !important;
}
.btn-sm {
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 6px 12px !important;
}
.btn-xs {
  font-size: 11px !important;
  text-decoration: none !important;
  padding: 5px 10px !important;
}

.fs-1 {
  letter-spacing: -1px !important;
}
.fs-2 {
  letter-spacing: -0.9px !important;
}
.fs-3 {
  letter-spacing: -0.8px !important;
}
.fs-4 {
  letter-spacing: -0.7px !important;
}
.fs-5 {
  letter-spacing: -0.6px !important;
}
.border-lg-l {
  border-left: solid 15px #777777;
}
.nav-link {
	font-weight: 400 !important;
	margin-left: 1.5rem !important;
	font-size: 13px;
	color: #777 !important;
}
label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: gray !important;
  margin: 3px !important;
}
.text-white a:link, .text-white a:hover, .text-white a:visited, .text-white a:active, .text-white a, .text-white li, .text-white i { color: #fff !important; }

 /* @media (min-width: 768px) {
  #menuInferior {
      display: none;
  }
} */

/* Estilos del menú inferior */
/* .fixed-bottom {
  align-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 5px;
  padding-bottom: 5px;
} */