.dm-sans-font {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.dm-mono-medium {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #636770;
  font-size: 14px;
  line-height: 1.2;
}

.uil {
  font-size: 24px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h1, .h1 {
  font-size: 28px;
  line-height: 1.1;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 22px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 1.6;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0;
  line-height: 1.6;
}
p + p {
  margin-top: 1.2em;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px !important;
  }
  h2, .h2 {
    font-size: 40px !important;
  }
  h3, .h3 {
    font-size: 32px !important;
  }
  h4, .h4 {
    font-size: 24px !important;
  }
  h5, .h5 {
    font-size: 24px !important;
  }
  h6, .h6 {
    font-size: 20px !important;
  }
  body {
    font-size: 16px !important;
  }
}
.valores-de-consulta-medica .top {
  margin-top: 24px;
  color: #384157;
  font-weight: 500;
}
.valores-de-consulta-medica .tabla {
  margin-top: 20px;
}
.valores-de-consulta-medica .tabla td {
  text-align: right;
}
.valores-de-consulta-medica .tabla .sticky {
  text-align: left;
}
.valores-de-consulta-medica .bottom {
  margin-top: 20px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .valores-de-consulta-medica .bottom {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .valores-de-consulta-medica .tabs {
    overflow: hidden;
  }
  .valores-de-consulta-medica .tabs .tabs-ctas {
    flex-direction: column;
    gap: 8px;
  }
  .valores-de-consulta-medica .top {
    margin-top: 0;
    font-size: 18px;
  }
  .valores-de-consulta-medica .tabla {
    margin-top: 32px;
  }
  .valores-de-consulta-medica .tabla td {
    width: 25%;
  }
  .valores-de-consulta-medica .tabla .filas {
    display: table-cell;
  }
  .valores-de-consulta-medica .tabla .filas .sep {
    margin: 8px 0;
  }
  .valores-de-consulta-medica .bottom {
    margin-top: 16px;
    font-size: 14px;
  }
}
