﻿/** BASE **/

/* Márgenes */
body {
	font-family: serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0 20px;
}
body * {
	box-sizing: border-box;
	line-height: inherit;
	max-width: 100%;
	object-fit: contain;
}
.hidden {
	display: none;
}
@supports (max-height: 100vh) {
	img {
		max-height: 100vh !important;
	}
}

/* Fuentes */
@font-face {
	font-family: AndroidEmoji;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/AndroidEmoji.ttf');
}
@font-face {
	font-family: Champion-B;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/champion-htf-bantamweight.otf');
}
@font-face {
	font-family: Champion-M;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/champion-htf-middleweight.otf');
}
@font-face {
	font-family: Pitch;
	font-style: italic;
	font-weight: normal;
	src:url('../fonts/Pitch-Italic.otf');
}
@font-face {
	font-family: Pitch;
	font-style: normal;
	font-weight: bold;
	src:url('../fonts/Pitch-Bold.otf');
}
@font-face {
	font-family: Pitch;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/Pitch-Medium.otf');
}
@font-face {
	font-family: Rockwell;
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/Rockwell-Regular.ttf');
}

/* Control partición silábica */
#titlepage p,
#dedication p,
h1,
h2,
h3,
h4 {
	page-break-after: avoid;
	hyphens: auto;
	adobe-hyphenate: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-epub-hyphens: auto;
}
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 {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}

/* Portadilla */
#titlepage {
	break-inside: page;
	page-break-inside: avoid;
}
#titlepage * {
	text-align: center;
	text-indent: 0;
}
#titlepage p.title {
	font-family: inherit;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 5em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.author {
	font-family: inherit;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.subtitle {
	font-family: inherit;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage p.ornato {
	width: 2.5em;
	text-align: center;
	text-indent: 0;
	margin: .5em auto;
}
#titlepage p.trl {
	font-family: sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: .5em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
#titlepage div.publisher {
	margin: 10em auto 0;
	padding: 0;
	text-indent: 0;
	width: 4em;
}
#titlepage div.figure {
	margin: 0;
}

/* Créditos */
#copyright-page {
	margin: 4em 2em 0 0;
}
#copyright-page div + div {
	margin: 1em 0 0 0;
}
#copyright-page p {
	font-size: .8em;
	margin: 0;
	text-align: left;
	text-indent: 0;
}
#copyright-page p.level {
	margin-bottom: 3em;
}

/* Sinopsis */
#summary * {
	font-family: sans-serif;
}
#summary h1 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
#summary p {
	font-size: .9em;
	margin: 1em 0 0 0;
	text-align: justify;
}
#summary li {
	font-size: .9em;
	margin: 0;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p + p {
	text-indent: 0;
}

/* Índice */
#toc h1 {
	font-family: sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
#toc ol {
	list-style-type: none !important;
	margin: 1em 0;
	padding: 0;
}
#toc li {
	font-size: 1em;
	margin: 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 a {
	font-weight: normal;
	page-break-inside: avoid;
	text-decoration: none !important;
}
#toc li.chapter a {
	font-style: italic;
	font-weight: bold;
}
#toc li.chapter li a {
	font-style: normal;
	font-weight: normal;
}

/* Dedicatoria */
#dedication p {
	color: #3e66a3;
	font-family: Calliope;
	font-family: 1.2em;
	text-align: center;
	text-indent: 0;
}
#dedication span.title {
	color: #5fbfd9;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	font-family: Champion-B;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 1em 0 0 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
}
div.figure + h1 {
	page-break-before: always;
	padding-top: 1em;
}
h2 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 2em 0 1em 1em;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h2.minor {
	font-family: sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	margin: 2em 0 1em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h3 {
	font-family: sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	margin: 2em 0 1em 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}
h4 {
	font-family: sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin: 1.2em 0 .7em 1em;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 1em;
}
li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

a {
	color: #00F;
	font-family: inherit;
	font-weight: bold;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
i cite {
	font-style: normal;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: 0;
}
hr + p {
	text-indent: 0;
}
hr.light + p {
	text-indent: 1em;
}
img {
	margin: 0;
	max-height: 90%;
	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: 1em 0 1em 0;
	padding: 0 0 0 1.25em;
}
ul {
	list-style: disc;
	margin: 1em 0 1em 1em;
	padding: 0 0 0 1.25em;
}
ul ul {
	list-style: circle;
}
li {
	font-size: 1em;
	margin: 1em 0;
	padding: 0;
	text-align: justify;
	text-indent: 0;
}
li p {
	font-size: 1em;
	margin: 1em 0;
	text-indent: 0;
}
li b {
	font-family: inherit;
	font-size: .9em;
}
.lower-alpha {
	list-style: lower-alpha;
	margin-left: 1em;
}
.upper-alpha {
	list-style: upper-alpha;
}
ul.none {
	list-style: none;
	margin: 1em 0 1em 1em;
	padding: 0;
}
ol + p,
ul + p {
	text-indent: 0;
}

.fake {
	list-style: none;
	padding: 0;
}
.fake li {
	margin: 1em 0;
}
.fake li span.symbol {
	display: inline;
	float: left;
	font-family: inherit;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
	page-break-after: avoid;
	text-align: right;
	width: 1em;
}
.fake li span.symbol + span.text {
	margin-top: 0;
	page-break-before: avoid;
}
.fake li span.text {
	display: block;
	margin-left: 1.2em;
}
.fake li span.text span.label {
	font-family: inherit;
	font-style: normal;
	font-weight: 600;
}

/* Figuras y captions */
div.figure {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.header {
	margin: 0 auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure-10 {
	margin: 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 4em;
}
div.figure-30 {
	margin: 1em auto 2em;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-30-l {
	margin: 1em 0;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-30-r {
	margin: 1em 0 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 {
	margin: 1em auto 2em;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-50-l {
	margin: 1em 0;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-50-r {
	margin: 1em 0 1em auto;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-75 {
	margin: 1em auto 2em;
	break-inside: avoid;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}

div.figcaption {
	margin: 0 0 2em 0;
}
div.figcaption p {
	font-family: sans-serif;
	font-size: .8em;
	font-style: normal;
	margin: 0;
	text-align: center;
	text-indent: 0;
}

/* Seudoversalitas */
span.sc {
	font-size: .8em;
}

/* Firmas */
div.signature {
	margin: 1.5em 0 0 0;
}
div.signature p {
	color: #73972f;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	text-align: right;
	text-indent: 0;
}
div.signature p.name {
	font-weight: bold;
	font-style: normal;
}

/* Otros */
blockquote {
	margin: 1em 0;
}
blockquote p {
	font-size: 1em;
	margin: 0;
	text-align: center;
	text-indent: 0;
}

/* Bibliografía */
.bibliography ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.bibliography li {
	margin: 0 0 0 1em;
	text-align: left;
	text-indent: -1em;
}
.bibliography span.biblioauthor {
	font-variant: small-caps;
}

/* Notas | Llamadas */
a.noteref {
	font-size: .7em;
	vertical-align: top;
}

/* Notas | Notas al pie */
div.footnote {
	margin: .6em 0 0 0;
	page-break-before: always;
	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;
}

/* Propios */
div.card-campos {
	border-top: 5px solid #ebce3d;
	border-bottom: 5px solid #ebce3d;
	page-break-before: always;
	padding: .5em 0 1em 0;
}
div.card-campos p.title {
	margin: .3em 0;
}
div.card-campos p.author,
div.card-campos p.subtitle {
	color: #ebce3d;
}
div.card-campos div.data {
	border: 2px solid #ebce3d;
	padding: .5em;
}
div.replica {
	border-top: 1px solid #ebce3d;
	border-left: 1px solid #ebce3d;
	margin: 1em 0 1em auto;
	padding: .3em 0 0 .3em;
	width: 20em;
}
div.replica p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
div.replica p.title {
	color: #ebce3d;
	font-family: Rockwell;
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 1em;
	text-align: left;
	text-indent: 0;
}
div.replica p.title span.name {
	font-family: Champion-M;
	display: block;
}

div.more-campos {
	border: 3px solid #ebce3d;
	margin: 1em 0;
	padding: 1em;
}
div.more-campos p {
	text-align: left;
	text-indent: 0;
}
div.more-campos span.label {
	display: block;
}
div.more-campos p.film {
	font-family: Champion-M;
	font-size: 1.8em;
}
div.more-campos p.signature {
	font-family: Champion-M;
	font-size: 1em;
	margin-top: 2em;
}
span.ac {
	color: #ebce3d;
	font-family: Champion-M;
}
div.comment-campos {
	border-top: 1px solid #ebce3d;
	margin: 1em 0;
	padding-top: .3em;
}
div.comment-campos p {
	text-indent: 0;
}
div.comment-campos p.title {
	color: #ebce3d;
	font-size: 1em;
	font-family: sans-serif;
	text-align: left;
}
div.card-cortes div.comment-campos p.author,
div.comment-campos p.author {
	color: #ebce3d;
	margin-bottom: 1em;
}

div.card-cansado {
	border-top: 9px solid #3eaa7b;
	border-bottom: 5px solid #3eaa7b;
	page-break-before: always;
	padding: .5em 0 1em 0;
}
div.card-cansado p.title {
	margin: .3em 0;
}
div.card-cansado p.author,
div.card-cansado p.subtitle {
	color: #3eaa7b;
}
div.card-cansado div.data {
	border: 2px solid #3eaa7b;
	padding: .5em;
}
div.apunte {
	border-top: 1px solid #3eaa7b;
	border-left: 1px solid #3eaa7b;
	margin: 1em 0 1em auto;
	padding: .3em 0 0 .3em;
	width: 20em;
}
div.apunte p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
div.apunte p.title {
	color: #3eaa7b;
	font-family: Rockwell;
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 1em;
	text-align: left;
	text-indent: 0;
}
div.apunte p.title span.name {
	font-family: Champion-M;
	display: block;
}

div.card-cortes {
	border-top: 9px solid #1a81a4;
	border-bottom: 5px solid #1a81a4;
	page-break-before: always;
	padding: .5em 0 1em 0;
}
div.card-cortes p.title {
	margin: .3em 0;
}
div.card-cortes p.author,
div.card-cortes p.subtitle {
	color: #1a81a4;
}
div.card-cortes div.data {
	border: 2px solid #1a81a4;
	padding: .5em;
}
div.opinion {
	border-top: 1px solid #1a81a4;
	border-left: 1px solid #1a81a4;
	margin: 1em 0 1em auto;
	padding: .3em 0 0 .3em;
	width: 20em;
}
div.opinion p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
div.opinion p.title {
	color: #1a81a4;
	font-family: Rockwell;
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 1em;
	text-align: left;
	text-indent: 0;
}
div.opinion p.title span.name {
	font-family: Champion-M;
	display: block;
}
span.rc {
	color: #1a81a4;
	font-family: Champion-M;
}
div.comment-cortes {
	border-top: 4px solid #1a81a4;
	margin: 1em 0;
	padding-top: .3em;
}
div.comment-cortes p {
	text-indent: 0;
}
div.comment-cortes p.title {
	color: #1a81a4;
	font-size: 1em;
	font-family: sans-serif;
	text-align: left;
}
div.game div.comment-cortes p.title {
	color: #1a81a4;
	font-size: 1em;
	font-family: sans-serif;
	margin-bottom: 0;
	text-align: left;
}
div.comment-cortes p.author {
	color: #1a81a4;
	margin-bottom: 1em;
}
span.noteref {
	color: #1a81a4;
}
div.note {
	margin: 1em 0;
}
div.note p {
	text-align: right;
}
div.note span.label {
	color: #1a81a4;
	display: block;
}
div.note span.label b {
	font-family: Champion-M;
	font-weight: normal;
}

div.card-juan {
	border-top: 9px solid #e34351;
	border-bottom: 5px solid #e34351;
	page-break-before: always;
	padding: .5em 0 1em 0;
}
div.card-juan p.title {
	margin: .3em 0;
}
div.card-juan p.author,
div.card-juan p.subtitle {
	color: #e34351;
}
div.card-juan div.data {
	border: 2px solid #e34351;
	padding: .5em;
}
div.dato-juan {
	border-top: 1px solid #e34351;
	border-left: 1px solid #e34351;
	margin: 1em 0 1em auto;
	padding: .3em 0 0 .3em;
	width: 20em;
}
div.dato-juan p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
div.dato-juan p.title {
	color: #e34351;
	font-family: Rockwell;
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 1em;
	text-align: left;
	text-indent: 0;
}
div.dato-juan p.title span.name {
	font-family: Champion-M;
	display: block;
}
div.more-juan {
	border: 3px solid #e34351;
	margin: 1em 0;
	padding: 1em;
}
div.more-juan p {
	text-align: left;
	text-indent: 0;
}
div.more-juan span.label {
	display: block;
}
div.more-juan p.film {
	font-family: Champion-M;
	font-size: 1.8em;
}
div.more-juan p.signature {
	font-family: Champion-M;
	font-size: 1em;
	margin-top: 2em;
}
span.jgj {
	color: #e34351;
	font-family: Champion-M;
}
div.comment-juan {
	border-top: 4px solid #e34351;
	margin: 1em 0;
	padding-top: .3em;
}
div.comment-juan p {
	text-indent: 0;
}
div.comment-juan p.title {
	color: #e34351;
	font-size: 1em;
	font-family: sans-serif;
	text-align: left;
}
div.comment-juan p.author {
	color: #e34351;
	margin-bottom: 1em;
}

p.acotation {
	font-family: Champion-M;
	font-size: 1em;
	text-align: center;
	text-indent: 0;
}
p.author {
	font-family: Champion-M;
	font-size: 1em;
	text-align: left;
	text-indent: 0;
}
p.title {
	font-family: Champion-M;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	text-indent: 0;
}
p.subtitle {
	font-family: Champion-M;
	font-size: 1em;
	text-align: left;
	text-indent: 0;
}

div.review {
	margin: 1em 3em;
}
div.review p {
	font-size: .9em;
	text-align: center;
	text-indent: 0;
}
div.review span.stars {
	display: block;
	font-family: AndroidEmoji;
}
div.review span.review {
	font-style: italic;
}
div.review span.user {
	display: block;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}
div.review span.attrib {
	display: block;
	font-size: .8em;
}

div.data {
	margin: 1.5em 0;
}
div.data p {
	font-family: Pitch;
	font-size: .85em;
	text-indent: 0;
}
div.data p.label {
	border-top: 2px dotted currentColor;
	font-weight: bold;
	margin-top: 1em;
}
div.data + p {
	text-indent: 0;
}

p.icon {
	margin: 0 0 0 auto;
	width: 3em;
}

div.dialogue {
	margin-left: 6em;
}
div.dialogue p {
	font-family: sans-serif;
	margin-top: 1em;
	text-align: left;
	text-indent: 0;
}
div.dialogue p.cont {
	margin-top: 0;
	text-indent: 1em;
}

div.game {
	border: 6px solid #746aa7;
	padding: 1em;
	page-break-before: always;
}
div.game p {
	font-family: sans-serif;
	font-size: .9em;
	text-align: left;
	text-indent: 0;
}
div.game p.title {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: 1.2em;
}
div.game p.clue {
	margin-bottom: 1em;
}
div.game span.desc {
	display: block;
}
div.game div.solution {
	page-break-before: always;
	padding-top: 1em;
}
div.game div.solution p {
	font-size: .8em;
}
div.game p.center {
	margin-top: 1em;
	text-align: center;
	text-indent: 0;
}
div.game p.film {
	border-top: 1px dotted currentColor;
	font-family: Champion-M;
	font-size: 1.1em;
	margin-top: 1em;
}
div.game p.info {
	font-family: Pitch;
}
div.game p.info + p.option {
	margin-top: 1em;
}

span.underline {
	/* border-bottom: 1px solid #746aa7; */
	text-decoration: underline;
}
span.line-through {
	text-decoration: line-through;
}
p.center {
	text-align: center;
	text-indent: 0;
}
p.title span.refine {
	display: block;
	font-size: .4em;
}
p.first {
	text-indent: 0;
}

div.box {
	border: 2px solid currentColor;
	margin: 1em 0;
	padding: 1em;
}
div.box p {
	font-family: Champion-M;
	text-align: center;
	text-indent: 0;
}