@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');

body {
  margin: 0;
  font-weight: var(--bs-body-font-weight);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.fs-25 {
  font-size: 25px;
}

.fs-24 {
  font-size: 24px;
}

.fs-23 {
  font-size: 23px;
}

.fs-22 {
  font-size: 22px;
}

.fs-21 {
  font-size: 21px;
}

.fs-20 {
  font-size: 20px;
}

.fs-19 {
  font-size: 19px;
}

.fs-18 {
  font-size: 18px;
}

.fs-18i {
  font-size: 18px !important;
}

.fs-17 {
  font-size: 17px;
}

.fs-16 {
  font-size: 16px;
}

.fs-16i {
  font-size: 16px !important;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fs-10 {
  font-size: 10px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.lh-16 {
  line-height: 1.6;
}

.lh-14 {
  line-height: 1.4;
}

.lh-13 {
  line-height: 1.3;
}

.lh-12 {
  line-height: 1.2;
}

.lh-09 {
  line-height: 0.9;
}

.lh-08 {
  line-height: 0.8;
}

.lh-07 {
  line-height: 0.7;
}

.lh-06 {
  line-height: 0.6;
}

.user-drag-none {
  -webkit-user-drag: none;
  user-drag: none;
}
.fijar-header-table {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #67dca7;
}
.fijar-contend {
  position: sticky;
  top: 60px;
  z-index: 10;
  background-color: #ffffff;
}
