/* ===== GENERAL ===== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia, "Playfair Dispair", serif;
    background: #000000;
    color: #ffffff;
    line-height: 1.8;
}


/* ===== CABECERA ===== */

header {
    text-align: center;
    padding: 70px 20px;
    background: #1e1e1e;
    color: #BFFF00;
}

header h1 {
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 10px;
   .titulo-principal a {
    color: #BFFF00;
    text-decoration: none;
}
}

header p {
    font-size: 18px;
    color: #BFFF00;
}


/* ===== MENÚ ===== */

nav {nav a {
    color: #BFFF00;
    text-decoration: none;
    .dropdown-boton {
    color: #BFFF00;
}
}
  /* ===== MENÚ PRINCIPAL ===== */

nav {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;

    padding: 18px 20px;

    border-top: 1px solid #333;
    border-bottom: 1px solid #333;

    position: relative;
}

nav > a {
    nav a {
    color: #BFFF00;
    text-decoration: none;
    .dropdown-boton {
    color: #BFFF00;
}
    font-size: 18px;
    white-space: nowrap;
}

nav > a:hover {
    color: #9b4dca;
}


/* ===== DROPDOWN KAMADA;EXYPRA ===== */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-boton {
    background: none;
    border: none;
    color: white;

    font-family: inherit;
    font-size: 18px;

    cursor: pointer;
    padding: 0;
}

.dropdown-boton:hover {
    color: #9b4dca;
}

.dropdown-contenido {
    display: none;

    position: absolute;
    top: 100%;
    left: 0;

    min-width: 180px;

    background-color: #111;

    border: 1px solid #333;

    z-index: 1000;
}

.dropdown-contenido a {
    display: block;

    color: white;
    text-decoration: none;

    padding: 12px 15px;

    white-space: nowrap;
}

.dropdown-contenido a:hover {
    background-color: #222;
}


/* PC: mostrar al pasar el ratón */

.dropdown:hover .dropdown-contenido {
    display: block;
}
}


/* ===== CONTENIDO ===== */

main {
    max-width: 900px;
    margin: 50px auto;
    padding: 0 25px;
}

section {
    background: #000000;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

p {
    font-size: 18px;
    margin-bottom: 18px;
}


/* ===== CAPÍTULOS ===== */

.capitulo {
    border-left: 4px solid #c9a96e;
    padding: 25px;
    margin-top: 20px;
}

.capitulo h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.capitulo a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    background: #1e1e1e;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.capitulo a:hover {
    background: #c9a96e;
}


/* ===== PIE DE PÁGINA ===== */

footer {
    text-align: center;
    padding: 30px;
    background: #1e1e1e;
    color: #cccccc;
    margin-top: 60px;
}


/* ===== MÓVIL ===== */

@media (max-width: 600px) {

    header h1 {
        font-size: 34px;
    }

    nav a {
        margin: 0 8px;
    }

    main {
        padding: 0 15px;
    }

    section {
        padding: 25px;
    }

}
h1, h2, h3 {
    font-family: "Cinzel", serif;
}
/* =========================
   PÁGINA DE LECTURA
========================= */

.pagina-capitulo {
    max-width: 850px;
    margin: 60px auto;
}

.lectura {
    background: #000000;
    padding: 60px 70px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.numero-capitulo {
    text-align: center;
    font-family: "Cinzel", serif;
    letter-spacing: 4px;
    font-size: 14px;
    color: #c9a96e;
    margin-bottom: 10px;
}

.lectura h2 {
    text-align: center;
    font-family: "Cinzel", serif;
    font-size: 38px;
    margin-bottom: 10px;
}

.separador {
    text-align: center;
    color: #c9a96e;
    font-size: 22px;
    margin: 25px 0 40px;
}

.lectura p {
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 25px;
}

.lectura p:first-of-type {
    margin-top: 0;
}

.navegacion-capitulos {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}

.navegacion-capitulos a {
    background: #1e1e1e;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
}

.navegacion-capitulos a:hover {
    background: #c9a96e;
    color: #111111;
}


/* MÓVILES */

@media (max-width: 600px) {

    .lectura {
        padding: 35px 22px;
    }

    .lectura h2 {
        font-size: 29px;
    }

    .lectura p {
        font-size: 16px;
    }

    .navegacion-capitulos {
        flex-direction: column;
    }

    .navegacion-capitulos a {
        text-align: center;
    }
}html,
body,
header,
nav,
main,
section,
article,
footer,
.lectura {
    background-color: #000000;
}

body {
    color: #ffffff;
}
header h1 a {
    color: inherit;
    text-decoration: none;
}

header h1 a:hover {
    opacity: 0.8;
}
/* MENÚ DESPLEGABLE */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-contenido {
    display: none;
    position: absolute;

    top: 100%;
    left: 0;

    background-color: #111111;

    min-width: 200px;

    border: 1px solid #333333;

    z-index: 1000;
}

.dropdown-contenido a {
    display: block;

    padding: 12px 18px;

    color: white;

    text-decoration: none;

    text-align: left;

    margin: 0;
}

.dropdown-contenido a:hover {
    background-color: #222222;
}

/* Mostrar el menú al pasar el ratón */

.dropdown:hover .dropdown-contenido {
    display: block;
}.modo-claro {
    background: #f5f5f5;
    color: #111111;
}

.modo-claro section,
.modo-claro header,
.modo-claro nav,
.modo-claro footer {
    background: #ffffff;
    color: #111111;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-boton {
    background: none;
    border: none;
    color: white;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 12px 16px;
}

.dropdown-contenido {
    display: none;
    position: absolute;

    top: 100%;
    left: 0;

    background: #000000;

    min-width: 200px;

    z-index: 1000;

    border: 1px solid #333333;
}

.dropdown-contenido a {
    display: block;
    color: white;
    text-decoration: none;

    padding: 12px 16px;

    text-align: left;
    margin: 0;
}

.dropdown-contenido a:hover {
    background: #222222;
}


/* Ordenador: abrir al pasar el ratón */

@media (min-width: 769px) {

    .dropdown:hover .dropdown-contenido {
        display: block;
    }

}


/* Clase que usará JavaScript */

.dropdown-contenido.mostrar {
    display: block;
}.selector-tema {
    display: flex;
    gap: 12px;
    align-items: center;
}

.selector-tema button {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 20px;
    border: 2px solid white;
    cursor: pointer;
}

.selector-tema button:first-child {
    background: black;
    color: white;
}

.selector-tema button:last-child {
    background: white;
    color: black;
}.modo-oscuro {
    background: #000000;
    color: #ffffff;
}

.modo-oscuro header,
.modo-oscuro nav,
.modo-oscuro main,
.modo-oscuro section,
.modo-oscuro article,
.modo-oscuro footer {
    background: #000000;
    color: #ffffff;
}

.modo-claro {
    background: #ffffff;
    color: #111111;
}

.modo-claro header,
.modo-claro nav,
.modo-claro main,
.modo-claro section,
.modo-claro article,
.modo-claro footer {
    background: #ffffff;
    color: #111111;
}/* ===== WEBNOVEL / ARCOS ===== */

.lista-arcos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.tarjeta-arco {
    display: block;
    padding: 30px;

    background: #0a0a0a;
    border: 1px solid #333;

    color: white;
    text-decoration: none;

    transition: 0.3s;
}

.tarjeta-arco span {
    font-size: 13px;
    letter-spacing: 3px;
    color: #888;
}

.tarjeta-arco h3 {
    margin-top: 10px;
    font-size: 24px;
}

.tarjeta-arco p {
    color: #aaa;
}

.tarjeta-arco:hover {
    transform: translateY(-5px);
    border-color: white;
}


/* MÓVIL */

@media (max-width: 700px) {

    .lista-arcos {
        grid-template-columns: 1fr;
    }

}/* ===== ARREGLO DEL MENÚ ===== */

nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    background-color: black;
    padding: 18px 10px;

    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

nav a {
    color: white !important;
    text-decoration: none !important;
    font-size: 18px;
}

nav a:hover {
    color: #8a2be2 !important;
}


/* KAMADA EXYPRA */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-boton {
    background: transparent !important;
    border: none !important;
    color: white !important;

    font-family: inherit;
    font-size: 18px;
    font-weight: bold;

    cursor: pointer;
    padding: 0;
}


/* MENÚ QUE APARECE AL PASAR EL RATÓN */

.dropdown-contenido {
    display: none;

    position: absolute;
    top: 100%;
    left: 0;

    min-width: 200px;
    background-color: black;

    border: 1px solid #444;

    z-index: 9999;
}

.dropdown-contenido a {
    display: block;
    padding: 12px 16px;

    color: white !important;
    text-decoration: none !important;

    white-space: nowrap;
}

.dropdown:hover .dropdown-contenido {
    display: block;
 font-size: 18px;  /* pequeño */   
}font-size: 24px;  /* mediano */
font-size: 32px;  /* grande */
font-size: 48px;  /* muy grande */
