/* Bootstrap Extend */
.d-none-simple {
  display: none;
}

.w-fit {
  width: fit-content;
}

.h-fit {
  height: fit-content;
}

.w-95 {
  width: 95%;
}

.mw-75 {
  max-width: 75%;
}

.min-w-50 {
  min-width: 50%;
}

.min-w-98 {
  min-width: 98%;
}

.min-vh-25 {
  min-height: 25vh;
}

.min-vh-75 {
  min-height: 75vh;
}

.text-justify {
  text-align: justify;
}

.fs-7 {
  font-size: 0.8rem;
}

.fs-8 {
  font-size: 0.6rem;
}

.border-active-none:active {
  border-color: transparent !important;
}

.fontW500 {
  font-weight: 500;
}

.fontW700 {
  font-weight: 700;
}

.fontW800 {
  font-weight: 800;
}

.break-word {
  word-break: break-all;
}

.list-style-none {
  list-style: none;
}

.limit-p-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limit-p-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Colors */
.bg-main {
  background-color: #00a099;
}

.bg-main-2 {
  background-color: #00a099;
}

.bg-main-3 {
  background-color: #006059;
}

.text-primary {
  color: #00a099 !important;
}

.text-main {
  color: #00a099;
}

.text-main-2 {
  color: #0fb787;
}

.text-main-3 {
  color: #000000;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #9c9b9b;
}

.lineSeparate {
  border: 1px solid #00a099;
  width: 85%;
  margin: auto;
}

.fa-download {
   font-size: 1.59em;
}

.fa-pencil {
   font-size: 1.5em;
}

a {
  color: #00a099;
}

/* Bibliotechnia */
.btn-main {
  background-color: #00a099;
  color: #ffffff;
  border-radius: 2vh;
  transition: 0.5s;
  box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
}

.btn-main:hover {
  background-color: #006059;
  color: #ffffff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 27%);
}

.btn-primary {
  transition: 0.6s;
}

.btn-primary:hover {
  background: #134675;
}

.btn-main:active {
  background-color: #00a099 !important;
  color: #ffffff !important;
  transition: 0.5s;
  box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
}

.btn-main-outline {
  border-color: #006059;
  background-color: #fdfdfd;
  color: #006059;
  transition: 0.5s;
  box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
  border-radius: 2vh;
}

.btn-main-outline:hover {
  background-color: #006059;
  border-color: #006059;
  color: #ffffff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.btn-main-outline:active {
  background-color: #00a099 !important;
  color: #ffffff !important;
  transition: 0.5s;
  box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
  transform: scale(0.9);
}

.bg-main {
  border: none;
}

.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}

.text-main-hover:hover {
  color: #00a099;
}

.border-main {
  border-color: #006059;
}

.border-main-hover:hover {
  border-color: #006059;
}

.border-main-hover:active {
  border-color: #006059;
}

/* Header */

.input-group {
  margin: auto;
  width: 100%;
}

#input_search_result {
  display: none;
  min-height: 13rem;
  max-height: 27rem;
  position: relative;
  z-index: 1;
}

#input_search {
  border-radius: 2vh;
  height: 45px;
}

.input-group-text {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 1px;
  height: 100%;
  border: none;
  background: #0fb787 !important;
  color: #fff;
  border-radius: 50%;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(
    .form-floating
  ) {
  border-top-right-radius: 2vh;
  border-bottom-right-radius: 2vh;
}

.form-control {
  border: 1.9px solid #e2e2e2;
}

/* Scroll to top */
#scroll_to_top_btn {
  display: none;
}

/* Chrome, Safari, Edge, Opera Hide Number Input Arrows */
.numberInputNoArrows::-webkit-outer-spin-button,
.numberInputNoArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox Hide Number Input Arrows*/
.numberInputNoArrows {
  -moz-appearance: textfield;
}

.form-check-input:active {
  transform: scale(0.9);
}

#btns_head_usr {
  display: inline-block;
}

#contInstLogo {
  /* width: 70%; */
  margin-top: 8px;
}

#divcontInstLogo {
  display: contents;
}

#btns_head_usr {
  display: inline-flex;
}

.active_link {
  /* background-color: #0fb787; */
      background: linear-gradient(to left, #0fb787, #00A099);
}

.active_link i {
  color: #fff;
}

.active_link a {
  color: #fff;
}

.active_link a:hover {
  color: #fff;
}

.active > .page-link {
  border-radius: 50%;
  background-color: #006059;
  border-color: #006059;
}

.pagination {
  --bs-pagination-border-color: none;
}

.page-link {
  color: #006059;
}

.cut_texto {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nav-item {
   transition-duration: 0.5s;
}
.nav-item:hover {
  /* background-color: #0fb787; */
      background: linear-gradient(to left, #0fb787, #00A099);
}

.nav-item:hover a {
  color: #fff;
}

.nav-item:hover i {
  color: #fff;
}

#audioLibro {
  width: 100%;
}

.spaceBetween {
  justify-content: space-between;
}

.btnUp {
  background: #0fb787;
  color: #fff;
  width: 60px;
  height: 61px;
  border-radius: 50%;
  padding-left: 16px;
  padding-top: 13px;
  z-index: 10;
}

.bg-gray {
  background: #f2f6f7;
}

.headFilters {
  background: #00a099;
  color: #fff;
  padding: 5px;
}

audio::-internal-media-controls-download-button {
  display: none !important;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

#basic {
  display: contents;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.logoUsimlab {
  height: 4.5rem;
}
