@font-face {
  font-family: "Nexa Heavy";
  src: url("../fonts/Nexa-Heavy.otf");
}
@font-face {
  font-family: "Nexa Book";
  src: url("../fonts/Nexa-Book.otf");
}

.nBook {
  font-family: "Nexa Book";
}
.nHeavy {
  font-family: "Nexa Heavy";
}

#dmenu {
  background-color: #081f6e;
}

.btnGreen {
  background-color: #8ab736;
  border-radius: 20px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.btnGreen:hover {
  background-color: #668f19;
}
.btnBlue:hover {
  border-radius: 20px;
  background-color: #051341;
}
#banner {
  margin-top: 90px;
}
.bgContainer {
  background-image: url("../img/generales/background.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.textBlue {
  color: #081f6e;
}
.inputStyles,
.inputStyles:focus,
.inputStyles:active {
  outline: none;
  border-radius: 8px;
  background-color: #f0f5f7;
  border: 1px solid #d0d0d0;
  color: #6c6e76;
}

.note-editor.note-airframe, .note-editor.note-frame {
    outline: none!important;
    border-radius: 8px!important;
    background-color: #f0f5f7!important;
    border: 1px solid #d0d0d0!important;
    color: #6c6e76!important;
}

select {
  background-image: url("../img/generales/flecha_select.png"); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 1em, 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 10px;
}
select::-ms-expand {
  display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

.addFarmaco {
  padding: 0.5rem 2rem;
  color: #6c6e76;
  border: 1px dashed #d0d0d0;
  cursor: pointer;

}
.input-group-text {
  border-radius: 0 8px 8px 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

p,
a {
  color: #6b6f77;
}
a:hover {
  text-decoration: none;
  color: #081f6e;
}
.references {
  font-size: 0.9rem;
}

.bgGray {
    background-color: #f4f6fb;
}
.f-1r {
    font-size: 1rem;
}
.f-1_5r {
    font-size: 1.5rem;
}
.ficha {
    border-bottom: 1px solid #6b6f77;
}
textarea {
    resize: none;
}


