﻿/** BASE **/

/* Márgenes */
body {
	font-family: "Bliss Light", sans-serif;
	margin: 0;
	line-height: 1.5;
	padding: 0 1.6em;
}
body * {
	box-sizing: border-box;
	object-fit: contain;
	max-width: 100%;
}
body span {
	line-height: 1.5;
}

/* Fuentes */
@font-face {
	font-family: "Bliss Light";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/BlissPro-Light.ttf');
}
@font-face {
	font-family: "Bliss Pro Light";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/BlissPro-Light.ttf');
}
@font-face {
	font-family: "Bliss Pro Light";
	font-style: italic;
	font-weight: 300;
	src: url('../fonts/BlissPro-LightItalic.ttf');
}
@font-face {
	font-family: "Bliss Pro";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/BlissPro-Light.ttf');
}
@font-face {
	font-family: "Bliss Pro";
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/BlissPro-Bold.ttf');
}
@font-face {
	font-family: "Bliss Pro";
	font-style: italic;
	font-weight: bold;
	src: url('../fonts/BlissPro-BoldItalic.ttf');
}
@font-face {
	font-family: "Bliss Pro";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/BlissPro-Italic.ttf');
}
@font-face {
	font-family: Gobold;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gobold-Regular.otf');
}
@font-face {
	font-family: Gobold;
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/Gobold-Regular-Italic.otf');
}
@font-face {
	font-family: "Jessie Hartland";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/JessieHartland.otf');
}
@font-face {
	font-family: "OCR A Std";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/OCRAStd.otf');
}
@font-face {
	font-family: Sigmar;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SigmarOne.otf');
}
@font-face {
	font-family: Sigmar;
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/SigmarOne-Italic.ttf');
}
@font-face {
	font-family: "Sadana Square";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/SadanaSquare.ttf');
}
@font-face {
	font-family: "Sadana Square";
	font-style: italic;
	font-weight: normal;
	src: url('../fonts/SadanaSquareItalic.ttf');
}
@font-face {
	font-family: AFKlampenborg;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/AFKlampenborg.otf');
}
@font-face {
	font-family: AFKlampenborg;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/AFKlampenborg-Medium.otf');
}
@font-face {
	font-family: AFKlampenborg;
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/AFKlampenborg-Medium-Italic.ttf');
}
@font-face {
	font-family: "FORCED SQUARE";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/FORCEDSQUARE.ttf');
}
@font-face {
	font-family: "FORCED SQUARE";
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/FORCEDSQUARE-Italic.ttf');
}
@font-face {
	font-family: "Soltz Gradient";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Soltz_Gradient.ttf');
}
@font-face {
	font-family: Stencil;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Stencil_Regular.ttf');
}
@font-face {
	font-family: "Bungee Regular";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Bungee-Regular.otf');
}
@font-face {
	font-family: "Headline Two";
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/HeadlineTwo.ttf');
}
@font-face {
	font-family: "Kosmik Glyphs";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/KosmikGlyphsRegular.otf');
}

/* 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;
}
img.cover {
	height: 100%;
}

/* Créditos */
#copyright-page {
	margin: 4em 2em 0 0;
}
#copyright-page div + div {
	margin: 1em 0 0 0;
}
#copyright-page div.license p {
	margin: 1em 0 0 0;
}
#copyright-page p {
	font-size: .8em;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 0;
}

/* Sinopsis */
#summary * {
	font-family: serif;
}
#summary h1 {
	color: black;
	font-family: serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
	text-align: center;
}
#summary h1 + p {
	text-indent: 0;
}
#summary p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#summary p + p {
	text-indent: 1em;
}

/* Índice */
#toc h1 {
	color: black;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
	text-align: center;
}
#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;
}

/* Portada */
#titlepage * {
	text-align: center;
	text-indent: 0;
}
#titlepage p.author {
	font-family: sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1em;
}
#titlepage p.title {
	font-size: 2em;
	font-style: normal;
	line-height: 1.2;
}
#titlepage p.title em {
	display: block;
	font-size: 2em;
	font-style: normal;
}
#titlepage div.publisher {
	margin-top: 10em;
	text-align: left;
}
#titlepage div.publisher img {
	width: 6em;
}

/* BODYMATTER */

/* Estilos generales */
h1 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-size:2.4em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.154;
	margin-bottom:3em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:uppercase;
	widows:1;
}

p {
	font-family:"Bliss Light", sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.357;
	margin-bottom:.7em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:justify;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}

a {
	color: #00F;
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
abbr {
	border: 0;
	text-decoration: none;
	white-space: nowrap;
}
blockquote {
	margin: 1em 0;
}
blockquote p {
	font-size: 1em;
	margin: 0;
	text-indent: 0;
}
cite {
	display: inline;
	font-style: italic;
}
hr {
	border: none !important;
	height: 1em;
	margin: 0;
}
hr + p {
	text-indent: 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: 1em 0 1em 0;
	padding: 0 0 0 1.5em;
}
ul {
	margin: .5em 0 1em 0;
	padding: 0 0 0 1.25em;
	list-style: square;
}

/* Figuras y captions */
div.figure {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure0 {
	margin: 0 auto;
	page-break-inside: avoid;
	text-align: center;
	width: 100%;
}
div.figure-10 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 3em;
}
div.figure-30 {
	margin: 0 auto 1em;
	page-break-inside: avoid;
	text-align: center;
	width: 30%;
}
div.figure-50 {
	margin: 0 auto 1em;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-50-l {
	margin: 1em auto 0 0;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-50-r {
	margin: 1em 0 0 auto;
	page-break-inside: avoid;
	text-align: center;
	width: 50%;
}
div.figure-75 {
	margin: 1em auto;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
div.figure-75-r {
	margin: 1em 0 0 auto;
	page-break-inside: avoid;
	text-align: center;
	width: 75%;
}
div.figure img {
	max-height: 100%;
	max-width: 100%;
	page-break-inside: avoid;
	text-align: center;
}
div.figure-closing {
	margin: 5em auto 0;
	page-break-inside: avoid;
	text-align: center;
	width: 12em;
}
img.inline {
	height: .8em;
	vertical-align: middle;
	padding: 0 .75em;
}
img.inline02 {
	height: .8em;
	vertical-align: middle;
	padding: 0 .3em;
}

p.ornato {
	margin: 1em auto 0;
	text-align: center;
	text-indent: 0;
	width: 12em;
}

/* Tablas */
table {
	margin: 1em 0;
}
table, th, td {
	border: 1px solid currentColor;
	border-collapse: collapse;
}
th, td {
	padding: .5em;
	vertical-align: top;
}
table p {
	font-size: .8em;
	margin: 0;
	text-align: center;
}

/* BLOQUES */

/* Poemas */
.poem {
	margin: 1em 0;
}
p.stanza {
	font-style: italic;
	margin: 1em 0;
	text-align: center;
	text-indent: 0;
}
span.verse {
	display: block;
	margin-left: 0;
	text-indent: 0;
}

/* PÁRRAFOS ESPECIALES */
p.center {
	text-align: center;
	text-indent: 0;
}
p.centerb1 {
	text-align: center;
	text-indent: 0;
	padding-bottom: 1em;
}
p.l2 {
	margin-left: 1.5em;
}
p.l3 {
	margin-left: 3em;
}
p.finis {
	text-align: right;
	text-indent: 0;
}
p.center-underline-green {
	text-align: center;
	border-bottom: 4px solid #00ada1;
	text-indent: 0;
}
p.center-underline-orange {
	text-align: center;
	border-bottom: 4px solid #e65400;
	margin: 1em 0;
	text-indent: 0;
}
p.center-underline-yellow {
	text-align: center;
	border-bottom: 4px solid #ffde00;
	margin: 1em 0;
	text-indent: 0;
}
span.underline-yellow {
	border-bottom: 4px solid #ffde00;
}
p.center-underline-purple {
	text-align: center;
	border-bottom: 4px solid #8d63aa;
	margin: 1em 0;
	text-indent: 0;
}
p.center-underline-red {
	text-align: center;
	border-bottom: 4px solid #e65400;
	margin: 1em 0;
	text-indent: 0;
}
p.center-box-red {
	border: 4px solid #e65400;
	margin: 1em 0;
	padding: .7em;
	text-align: center;
	text-indent: 0;
}
p.continue {
	text-indent: 0;
}
div.header {
	margin: 0 auto 4em auto;
	width: 18em;
}
div.simple {
	border: 1px solid currentColor;
	margin: 1em auto 1.5em;
	padding: .8em;
}
div.box {
	border: 5px solid #ffde00;
	margin: 1em auto;
	padding: .8em;
}
div.box p {
	margin: 0;
}
div.box02 {
	border-top: 5px dashed #ffde00;
	border-bottom: 5px solid currentColor;
	margin: 1em auto;
	padding: .8em;
}
div.box02 * {
	line-height: 1;
}
div.box02 p.center-underline-yellow {
	text-align: center;
	border-bottom: 0;
	text-decoration: underline 2px #ffde00;
	margin: 1em 0;
	text-indent: 0;
}
div.lila {
	border: 5px solid #f6edf5;
	margin: 1em auto;
	padding: .8em;
}
div.contract {
	border: 5px solid #dff0f0;
	margin: 1em auto;
	padding: .8em;
}
div.icon {
	margin: .2em 0 .2em auto;
	width: 3em;
}
ul.square {
	list-style: square;
}
table.none,
table.none * {
	border: 0;
}

/* TEXTOS ESPECIALES */
span.sc {
	font-size: 80%;
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}

/* Overrides */
p.Destacat-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:Sigmar, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:0.655;
	margin: 1.5em 0 2.5em;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Destacat-2 {
	-epub-hyphens:none;
	color:#2a4a96;
	font-family:Sigmar, sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:0.96;
	margin-bottom:17px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Destacat-2 * {
	line-height:1.3;
}
p.Titolet-1 {
	-epub-hyphens:none;
	color:#000000;
	font-family:"Sadana Square", sans-serif;
	font-size:2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:0.792;
	margin-bottom:1em;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
li {
	-epub-hyphens:none;
	color:#000000;
	font-family: AFKlampenborg;
	font-size:1.1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.267;
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Onomatopeia {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.3em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.118;
	margin: 1em 0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
p.Onomatopeia-corrent {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.2em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.188;
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}

p.ParaOverride-1 {
	-epub-hyphens:none;
	margin-bottom:6px;
}
p.ParaOverride-2 {
	-epub-hyphens:none;
}
p.ParaOverride-3 {
	margin-bottom:1.3em;
}
p.ParaOverride-4 {
	margin-bottom:1.9em;
}
p.ParaOverride-5 {
	margin-bottom:2.2em;
	text-align:center;
}
p.ParaOverride-6 {
	margin-bottom:2.4em;
}
p.ParaOverride-7 {
	margin-bottom:1.9em;
	text-align:center;
}
p.ParaOverride-8 {
	margin-bottom:1em;
}
p.ParaOverride-9 {
	margin-bottom:2em;
}
p.ParaOverride-10 {
	margin-bottom:.7em;
}
p.ParaOverride-11 {
	margin-bottom:3em;
}
p.ParaOverride-12 {
	margin-bottom:1.6em;
}
p.ParaOverride-13 {
	margin-bottom:2.4em;
	text-align:center;
}
p.ParaOverride-14 {
	margin-bottom:1em;
	text-align:center;
}
p.ParaOverride-15 {
	text-align:center;
}
p.ParaOverride-16 {
	/* margin-bottom:2.7em; */
	text-align:center;
}
p.ParaOverride-17 {
	margin-bottom:3.3em;
}
p.ParaOverride-18 {
	margin-bottom:2.7em;
}
p.ParaOverride-19 {
	margin-bottom:3.6em;
}
p.ParaOverride-20 {
	margin-bottom:3.7em;
}
p.ParaOverride-21 {
	text-align:justify;
	text-align-last:left;
}
p.ParaOverride-22 {
	margin-bottom:.7em;
	text-align:center;
}
p.ParaOverride-23 {
	margin-bottom:3px;
}
p.ParaOverride-24 {
	margin-bottom:1.6em;
	text-align:center;
}
p.ParaOverride-25 {
	margin-bottom:3.5em;
}
p.ParaOverride-26 {
	margin-bottom:147px;
}
p.ParaOverride-27 {
	margin-bottom:1.3em;
	text-align:center;
}
p.ParaOverride-28 {
	margin-bottom:48px;
}
p.ParaOverride-29 {
	margin-bottom:.6em;
}
p.ParaOverride-30 {
	margin-bottom:.6em;
	text-align:center;
}
p.ParaOverride-31 {
	margin-bottom:6px;
	text-align:center;
}
p.ParaOverride-32 {
	margin-bottom:.5em;
}
p.ParaOverride-33 {
	margin-bottom:176px;
}
p.ParaOverride-34 {
	margin-bottom:150px;
}
p.ParaOverride-35 {
	margin-bottom:62px;
}
p.ParaOverride-36 {
	margin-bottom:3.3em;
	text-align:center;
}
p.ParaOverride-37 {
	margin-bottom:187px;
}
p.ParaOverride-38 {
	margin-bottom:51px;
	text-align:center;
}
p.ParaOverride-39 {
	margin-bottom:60px;
	text-align:center;
}
p.ParaOverride-40 {
	-epub-hyphens:none;
	text-align:center;
}
p.ParaOverride-41 {
	-epub-hyphens:none;
	margin-bottom:1.9em;
	text-align:center;
}
p.ParaOverride-42 {
	margin-bottom:0px;
}
p.ParaOverride-43 {
	-epub-hyphens:none;
	margin-bottom:2.4em;
	text-align:center;
}
p.ParaOverride-44 {
	margin-bottom:43px;
	text-align:center;
}
span.CharOverride-1 {
	font-family:"Bliss Pro Light", sans-serif;
	font-size:.5em;
	font-style:normal;
	font-weight:300;
}
span.CharOverride-2 {
	font-family:"Bliss Pro Light", sans-serif;
	font-size:.5em;
	font-style:normal;
	font-weight:300;
}
span.CharOverride-3 {
	font-family:"Bliss Pro", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-4 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-5 {
	font-family:"Bliss Pro Light", sans-serif;
	font-style:italic;
	font-weight:300;
}
span.CharOverride-6 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-7 {
	color:#c8421b;
	font-family:"Bliss Pro", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-8 {
	font-family:Sigmar, sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-9 {
	color:#2a4a96;
	font-family:"Bliss Pro", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-10 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-11 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-12 {
	font-family: AFKlampenborg;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-13 {
	color:#000000;
	font-size:1.4em;
}
span.CharOverride-14 {
	color:#000000;
	font-size:1.9em;
}
span.CharOverride-15 {
	color:#000000;
	font-size:1.4em;
}
span.CharOverride-16 {
	color:#c8421b;
	font-size:1.4em;
}
span.CharOverride-17 {
	color:#000000;
	font-size:1.8em;
}
span.CharOverride-18 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-19 {
	font-size:1.4em;
}
span.CharOverride-20 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-21 {
	font-size:1.1em;
	line-height: 1;
}
span.CharOverride-22 {
	color:#000000;
	font-size:1.1em;
}
span.CharOverride-23 {
	color:#000000;
}
span.CharOverride-24 {
	color:#2a4a96;
	font-family:"Bliss Pro", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-25 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-26 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-27 {
	color:#2a4a96;
	font-size:2.3em;
}
span.CharOverride-28 {
	color:#2a4a96;
}
span.CharOverride-29 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-30 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-31 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-32 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-33 {
	font-family:"FORCED SQUARE", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:500;
}
span.CharOverride-34 {
	font-family:"Bliss Pro", sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-35 {
	/* color:#ffed00; */
	font-family:"FORCED SQUARE", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:500;
}
span.CharOverride-36 {
	/* color:#ffed00; */
	font-family:"FORCED SQUARE", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:500;
}
span.CharOverride-37 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-38 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-39 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:1.7em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-40 {
	font-size:3.5em;
	line-height: .6em;
}
span.CharOverride-41 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-42 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-43 {
	font-family:"Bliss Pro", sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-44 {
	font-family:Gobold, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-45 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-46 {
	/* color:#ffffff; */
	font-family:Stencil, serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-47 {
	/* color:#ffffff; */
	font-family:"Bliss Pro", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-48 {
	/* color:#ffffff; */
	font-family:"Bliss Pro", sans-serif;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-49 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-50 {
	color:#c8421b;
	font-family:"Bliss Pro", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-51 {
	font-family:"Bliss Pro", sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-52 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-53 {
	font-size:2em;
}
span.CharOverride-54 {
	font-size:1.5em;
}
span.CharOverride-55 {
	font-size:2.3em;
}
span.CharOverride-56 {
	font-size:2.7em;
}
span.CharOverride-57 {
	font-size:1.1em;
}
span.CharOverride-571 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.1em;
}
span.CharOverride-58 {
	font-size:.5em;
}
span.CharOverride-59 {
	color:#000000;
	font-family:"Bliss Pro Light", sans-serif;
	font-size:1em;
	font-style:normal;
	font-weight:300;
}
span.CharOverride-60 {
	color:#4ba8ae;
	font-size:2.2em;
}
span.CharOverride-61 {
	color:#000000;
	font-family:"Bliss Pro Light", sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:300;
}
span.CharOverride-62 {
	font-size:1.8em;
}
span.CharOverride-63 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-64 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-65 {
	font-family:"Bliss Pro", sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-66 {
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-67 {
	font-family:Gobold, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-68 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-69 {
	font-family:"Bliss Pro", sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-70 {
	font-family:"FORCED SQUARE", sans-serif;
	font-size:2.2em;
	font-style:normal;
	font-weight:500;
}
span.CharOverride-71 {
	font-family:"FORCED SQUARE", sans-serif;
	font-size:2.6em;
	font-style:normal;
	font-weight:500;
}
span.CharOverride-72 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-73 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:2.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-74 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-75 {
	color:#000000;
	font-size:2em;
}
span.CharOverride-76 {
	color:#c8421b;
	line-height: 1;
}
span.CharOverride-77 {
	font-family: AFKlampenborg;
	font-style:normal;
	font-variant:normal;
	font-weight:500;
	text-transform:uppercase;
}
span.CharOverride-78 {
	font-family: AFKlampenborg;
	font-style:normal;
	font-weight:500;
}
span.CharOverride-79 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-80 {
	color:#000000;
	font-size:1.5em;
}
span.CharOverride-81 {
	font-size:1.9em;
}
span.CharOverride-82 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-83 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-84 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.2em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-85 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-86 {
	color:#000000;
	font-size:2.5em;
}
span.CharOverride-87 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-88 {
	color:#4ba8ae;
	font-family:Gobold, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-89 {
	color:#c8421b;
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-90 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-91 {
	font-family:"Bungee Regular", sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-92 {
	font-family:"Bungee Regular", sans-serif;
	font-size:1.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-93 {
	font-family:"Bungee Regular", sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-94 {
	color:#4ba8ae;
	font-size:2em;
}
span.CharOverride-95 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:2.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-96 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-97 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:2.1em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-98 {
	font-family:Sigmar, sans-serif;
	font-size:2.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-99 {
	color:#000000;
	font-family:Sigmar, sans-serif;
	font-size:2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-100 {
	color:#000000;
	font-family:Sigmar, sans-serif;
	font-size:1.8em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-101 {
	font-family:Sigmar, sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-102 {
	color:#c8421b;
	font-size:2.3em;
}
span.CharOverride-103 {
	color:#4ba8ae;
	font-family:"OCR A Std", serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-104 {
	font-size:2.1em;
}
span.CharOverride-105 {
	color:#c8421b;
	font-size:3em;
	line-height: .7;
}
span.CharOverride-106 {
	color:#c8421b;
	font-size:1.1em;
	line-height: 1;
}
span.CharOverride-107 {
	color:#000000;
	font-size:2.2em;
}
span.CharOverride-108 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-109 {
	font-family:"Bliss Pro", sans-serif;
	font-size:1.5em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-110 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:.9em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-111 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.6em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-112 {
	font-size:2.3em;
}
span.CharOverride-113 {
	color:#000000;
	font-size:2.3em;
}
span.CharOverride-114 {
	color:#000000;
	font-size:1.7em;
}
span.CharOverride-115 {
	font-family:"Bliss Pro", sans-serif;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-116 {
	color:#2a4a96;
	font-family:Gobold, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-117 {
	color:#000000;
	font-size:2.6em;
}
span.CharOverride-118 {
	font-size:2.6em;
}
span.CharOverride-119 {
	font-size:1.4em;
}
span.CharOverride-120 {
	color:#c8421b;
	font-family:"OCR A Std", serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-121 {
	color:#95197d;
	font-family:Gobold, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-122 {
	color:#c8421b;
	font-size:1.7em;
}
span.CharOverride-123 {
	color:#4ba8ae;
	font-size: 2em;
}
span.CharOverride-124 {
	color:#c8421b;
	font-size:2.4em;
}
span.CharOverride-125 {
	font-family:Gobold, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-transform:uppercase;
}

p.silence {
	margin: 2em 0;
	text-align: center;
}
div.group {
	margin: 1em 0;
}
div.group p {
	text-align: left;
}

p.center-12 {
	margin: 1.2em 0;
	text-align: center;
}

.fs12 {
	font-size: 1.2em !important;
}
.fs18 {
	font-size: 1.8em !important;
}
.fs20 {
	font-size: 2em !important;
}
.fs25 {
	font-size: 2.5em !important;
}
p.top {
	margin-top: 1.8em;
}
div.box p.Titolet-1 {
	margin: .6em 0;
}

p.boxed-orange {
	text-align: center;
	border: 4px solid #e65400;
	margin: 1em 0;
	text-indent: 0;
}
span.CharOverride-222 {
	color:#000000;
	font-size:2em;
}