:root {
    --font-family-headings: "Quicksand", sans-serif;
    --font-family-body: "Times New Roman", sans-serif;
    --font-family-monospace: "Roboto Mono", "Courier New", monospace;
    --font-size-1: clamp(2rem, 1.7993rem + 0.8451vw, 2.75rem);
    --font-size-2: clamp(1.8rem, 1.6261rem + 0.7324vw, 2.45rem);
    --font-size-3: clamp(1.6rem, 1.4662rem + 0.5634vw, 2.1rem);
    --font-size-4: clamp(1.4rem, 1.293rem + 0.4507vw, 1.8rem);
    --font-size-5: clamp(1.2rem, 1.1331rem + 0.2817vw, 1.45rem);
    --font-size-6: clamp(0.9rem, 0.8732rem + 0.1127vw, 1rem);
    --font-size-body: clamp(0.5rem, 0.9599rem + 0.169vw, 1.05rem);
  }

  body :lang("es") :html-lang("en") {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font-family-body);
    font-size: var(--font-size-body);
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.5;
  }

  .Chaps_Card {
    padding: 1em;
    columns: 23em;
    column-count: 3;
    column-gap: 3em;
    word-break: break-word;
    text-align: justify;
    /* overflow: auto; */
    /* overflow-y: auto; */
}

/* body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Robotto', Times, serif;
    font-size: var(--font-family-body);
    color: black;
} */

sup {
    color: black;
}

.fv {
    text-indent: 0em;
    /* font-weight: bold;
    font-style: italic; */
    font-size: var(--font-size-body);
}

.bi {
    font-weight: bold;
    font-style: italic;
}

.b {
    font-weight: bold;
}

.i  {
    font-style: italic;
}

.ir {
    font-style: italic;
    font: bold;
    color: red;
}

p span {
    color: black;
}

.pv1 {
    margin-left: 1em;
    font-size: var(--font-size-body);
}
.ov1 {
    /* margin-left: 0px; */
    list-style: none;
}
.pv2 {
    margin-left: 2em;
    font-size: var(--font-size-body);
}
.ov2 {
    margin-left: 3px;
    list-style: none;
}

.pv3 {
    margin-left: 3em;
    font-size: var(--font-size-body);
}
.ov3 {
    margin-left: 6px;
    list-style: none;
}

.pv4 {
    margin-left: 4em;
    font-size: var(--font-size-body);
}
.pv5 {
    margin-left: 5em;
    font-size: var(--font-size-body)
}
.pv6 {
    margin-left: 6em;
    font-size: var(--font-size-body);
}
.pv7 {
    margin-left: 7em;
    font-size: var(--font-size-body);
}

.button {
    background-color: lightblue;
    border-radius: 7px;
    color: navy;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
}

/* input {
    display: none;
}

label {
    display: block;    
    padding: 8px 22px;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: lightblue;
    border-radius: 3px;
    color: navy;
    transition: ease-in .5s;
}

label:hover {
    background: rgb(149, 149, 206);
}

.content {
    background: #E2E5F6;
    padding: 10px 25px;
    border: 1px solid #A7A7A7;
    margin: 0 0 1px 0;
    border-radius: 3px;
}

input + label + .content {
    display: none;
}

input:checked + label + .content {
    display: block;
} */