﻿/** BASE **/

/* Márgenes */
body {
	font-family: sans-serif;
	margin: 0;
	padding: 0 20px;
}

/* Fuentes */
@font-face {
	font-family:"Gomez Strikes Again!";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gomez-009.ttf');
}
@font-face {
	font-family:"Gomez Strikes Again!";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Gomezb-009.ttf');
}
@font-face {
	font-family:"VCR_OSD_MONO";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/VCR_OSD_MONO.ttf');
}
@font-face {
	font-family:"YuGothicUI-Bold";
	src: url('../fonts/YuGothicUI-Bold.ttf');
}
.chapter i {
	font-style: normal;
}

/* Control partición silábica */
h1,
h2,
h3,
h4 {
	page-break-after: avoid;
	hyphens: none;
	adobe-hyphenate: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
}
p, li, td, dt, dd {
	-webkit-hyphenate-limit-before: 3;
	-webkit-hyphenate-limit-after: 1;
	-webkit-hyphenate-limit-lines: 2;
	orphans: 2;
	widows: 2;
}

/** FRONTMATTER **/

/* Cubierta */
.cover {
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

/* Créditos */
#copyright-page {
	margin: 4em 2em 0 0;
}
#copyright-page div + div {
	margin: 1em 0 0 0;
}
#copyright-page p {
	color: currentColor;
	font-family: serif;
	font-size: .8em;
	margin: 0;
	text-align: left;
	text-indent: 0;
}

/* Sinopsis */
#summary * {
	color: #000;
	font-family: sans-serif;
}
#summary h1 {
	font-size: 1.2em;
}
#summary p {
	text-align: justify;
}

/* Índice */
#toc ol {
	list-style-type: none !important;
	margin: 1em 0;
	padding: 0;
}
#toc li {
	font-size: 1em;
	margin: .75em 0;
	padding: 0;
	text-align: left;
}
#toc li ol {
	margin: 0 0 0 1em;
}
#toc li li {
	margin: 0;
}
#toc li span.label {
	display: block;
}
#toc li span.title {
	font-weight: bold;
}
#toc li a {
	font-weight: bold;
	page-break-inside: avoid;
	text-decoration: none !important;
}
#toc li li a {
	font-weight: normal;
	page-break-inside: avoid;
	text-decoration: none !important;
}

/* Dedicatoria */
#dedication {
	margin: 6em 2em 0 2em;
}
#dedication p {
	text-align: right;
}
#dedication div.signature {
	margin-top: 1em;
}
#dedication div.signature p {
	font-weight: bold;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-family:"VCR_OSD_MONO";
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em 0;
	text-align: center;
}
h1 span.subtitle {
	display: block;
}
h2 {
	color: #0081c6;
	font-size: 1.75em;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
h3 {
	color: #0081c6;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}
h4 {
	border-left: 5px solid #ffed00;
	color: #0081c6;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0;
	padding-left: .5em;
	text-align: left;
}

p, li {
	color: #001d36;
	font-family:"Gomez Strikes Again!";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align: left;
	text-indent: 0;
}

a {
	color: #00517d;
	font-family: Courier, monospace;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
blockquote {
	margin: 1em 0;
}
blockquote p {
	font-size: 1em;
	margin: 0;
	text-align: center;
	text-indent: 0;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: 0;
}
img {
	margin: 0;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
}
q {
	font-style: italic;
}
q i {
	font-style: normal;
}
q:before {
	content: "";
}
q:after {
	content: "";
}
sub,
sup {
	font-size: .7em;
}

/* Listas */
ol {
	margin: .5em 0 1em 1em;
	padding: 0 0 0 1.25em;
}
ol.continue li {
	margin: 0;
}
ul {
	margin: .5em 0 1em 2em;
	padding: 0 0 0 1.25em;
}
li p {
	font-size: 1em;
	margin: 1em 0;
	text-indent: 0;
}

/* Figuras y captions */
div.figure {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure-30 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-75 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
div.figure img,
div.figure-50 img {
	max-height: 80%;
	max-width: 100%;
	page-break-inside: avoid;
	text-align: center;
}
div.figure-float + p {
	clear: both;
}
div.figure-float {
	clear: both;
}
div.figure-float img {
	float: left;
	width: 50%;
}
div.figure-float div.figcaption {
	float: left;
	width: 50%;
}
div.figcaption p {
	color:#5a2a27;
	font-size: 1em;
	font-style: italic;
	margin: 0;
	text-align: left;
	text-indent: 0;
}
div.icon,
div.icon-double {
	margin: .5em 0;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.icon img {
	width: 4em;
	text-align: center;
}
div.icon-double img {
	width: 8em;
	text-align: center;
}

div.separator {
	margin: 1em 0;
	page-break-before: always;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.separator img {
	max-height: 100%;
	page-break-inside: avoid;
	text-align: center;
}
div.separator + * {
	page-break-before: always;
}

span.inline-image img {
	height: 1em;
}
blockquote span.inline-image img {
	height: 4em;
	vertical-align: middle;
}

/* BLOQUES */

/* Firmas */
div.signature {
	margin: 1em 0;
}
div.signature p {
	text-align: right;
}

/* Pullquotes */
blockquote.pullquote {
	border-top: 4px solid #ffed00;
	border-bottom: 4px solid #ffed00;
	margin: 1em 2em;
	padding: 1em 0;
}
blockquote.pullquote p {
	color: #00517d;
	font-size: 1.3em;
	font-style: italic;
	margin: 0;
	text-indent: 0;
}
blockquote.pullquote span.normal {
	font-style: normal;
}

/* PÁRRAFOS ESPECIALES */
p.asterisks {
	margin: 1.3em 0 1.7em 0;
	text-align: center;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.italic,
p.italic * {
	font-style: italic !important;
}
p.indent {
	text-indent: 1.5em;
}
p.point + p {
	margin-top: 0;
}

/* TEXTOS ESPECIALES */
span.sc {
	font-size: 80%;
}
.underline {
	border-bottom: 2px solid #5a2a27;
	/* text-decoration: underline; */
}
.underline-double {
	border-bottom: 6px double #5a2a27;
}
.line-through {
	text-decoration: line-through;
}

div.note {
	margin: 0 0 1em 2em;
}

span.Gras-couleur {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}
span.Gras-couleur-i {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1em;
	font-weight:bold;
}
span.Herobrine {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:.8em;
	font-style:normal;
	font-weight:bold;
}
span.Herobrine-normal {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
}
span.Mots-Gras {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}
.Naranja {
	color:#5a2a27;	
}
span.Naranja-13 {
	color:#5a2a27;	
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-14 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-15 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-16 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-17 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-18 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-19 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-20 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-21 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-22 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-23 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-24 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-25 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.1em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-26 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.2em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-27 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.3em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-28 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.4em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-29 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.5em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-30 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.6em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-31 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.7em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-32 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.8em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-33 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.9em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-34 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:3em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-35 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:3.1em;
	font-style:normal;
	font-weight:bold;
}
span.Naranja-36 {
	color:#5a2a27;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:3.2em;
	font-style:normal;
	font-weight:bold;
}
span.Negrita-cursiva {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}
span.Texte {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:.8em;
	font-style:normal;
	font-weight:normal;
}
span.Texte-b {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:.8em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-15 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-16 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-17 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-18 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-19 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-20 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-21 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-22 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-23 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-24 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-25 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.1em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-26 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.2em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-27 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.3em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-28 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.4em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-29 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.5em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-30 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.6em;
	font-style:normal;
	font-weight:bold;
}
span.Verde-31 {
	color:#001d37;
	font-family:"Gomez Strikes Again!", sans-serif;
	font-size:2.7em;
	font-style:normal;
	font-weight:bold;
}

/* Palmarés */
div.legend {
	float: right;
}
p.year {
	color: #00517d;
	clear: both;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1.2em;
}
span.team {
	font-weight: bold;
}
span.lose {
	color: #e20031;
	font-weight: bold;
}
span.win {
	color: #009932;
	font-weight: bold;
}

blockquote.note {
	border: 1px solid currentColor;
	margin: 1em 0;
	padding: 1em;
}
blockquote.note p {
	font-family: "VCR_OSD_MONO";
	margin: 1em 0;
	text-align: justify;
}
blockquote.note p.title {
	font-size: 1.4em;
	text-align: center;
}
blockquote.note p.subtitle {
	font-size: 1.1em;
	text-align: center;
}
blockquote.note p.subtitle + p {
	margin-top: 1em;
	text-indent: 0;
}

div.poem {
	margin: 1em 3em 2em 3em;
}
div.poem p {
	font-style: normal;
}

p.note {
	color:#001d37;
	font-size: .9em;
	margin: 1.5em 0;
	/* font-style: italic; */
	font-weight: bold;
}

p.top05 {
	margin-top: .5em;
}

/* Glosario */
span.term {
	color: #0081c6;
	font-weight: bold;
}

/* Notas | Llamadas */
a.noteref {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
div.footnote {
	margin: .6em 0 0 0;
	break-inside: avoid;
	page-break-inside: avoid;
}
div.footnote p {
	font-size: .8em;
	margin: 0 0 0 2.5em;
	overflow: hidden;
	text-indent: 0;
}
div.footnote a.noteback {
	display: inline;
	float: left;
	clear: left;
	font-size: .8em;
	font-style: normal;
	margin: 0;
	padding: 0 .25em 0 0;
	page-break-after: avoid;
	text-align: right;
	vertical-align: inherit;
	width: 2em;
}
div.footnote a.noteback + p {
	page-break-before: avoid;
}

/* Sobre el autor */
#about-aut p {
	margin: 1em 0;
}

/* Sobre la serie */
#about-serie div.book {
	margin: 1em auto;
	text-align: center;
}
#about-serie div.book p {
	break-after: avoid;
	page-break-after: avoid;
	font-size: 1.7em;
	font-style: italic;
	margin: 1em 0;
	text-align: center;
}
#about-serie div.book img {
	max-height: 15em;
	text-align: center;
}

/* Propios */
div.letter {
	margin: 1em 0;
}
div.letter p {
	color:#5a2a27;
}
p.signature {
	text-align: right;
}
div.song {
	margin: 1em 0;
}
div.song p {
	color:#5a2a27;
	/* font-style: italic; */
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}
span.symbol {
	font-family:"YuGothicUI-Bold";
}
img.inline {
	width: 1.3em;
	vertical-align: middle;
}
@supports (max-height: 100vh) {
	img {
		max-height: 100vh;
	}
}
#about-aut i {
	font-family: sans-serif;
}