﻿@font-face {
	font-family: 'NewJuneRegular';
	src: url("../fonts/265A1E_2_0.eot");
	src: url("../fonts/265A1E_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/265A1E_2_0.woff") format("woff"), url("../fonts/265A1E_2_0.ttf") format("truetype");
}
@font-face {
	font-family: 'NewJuneBold';
	src: url("../fonts/newjune-bold-webfont.eot");
	src: url("../fonts/newjune-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/newjune-bold-webfont.woff2") format("woff2"), url("../fonts/newjune-bold-webfont.woff") format("woff"), url("../fonts/newjune-bold-webfont.ttf") format("truetype"), url("../fonts/newjune-bold-webfont.svg#newjuneboldregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NewJuneSemibold';
	src: url("../fonts/265A1E_3_0.eot");
	src: url("../fonts/265A1E_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/265A1E_3_0.woff") format("woff"), url("../fonts/265A1E_3_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/*
* GENERAL STYLES
*/
html {
	height: 100%;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	padding: 0;
	font-family: 'NewJuneRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.35;
	position: relative;
	margin: 0;
	height: 100%;
	letter-spacing: -0.02em;
	justify-content: center;
	text-align: left;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2 {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	line-height: 1.25;
}
h1 {
	margin: 0 0 0.75em 0;
	font-size: 1.75em;
	color: #55284F;
}
h2 {
	margin: 0 0 1em 0;
	font-size: 1.25em;
	color: #A90B52;
}
h1 br, h2 br {
	display: none;
}
table {
	width: 100%;
}
table tr:first-child td, table tr.table-header-gray td {
	padding: 0.75em 1em;
	background-color: #949499;
	color: white;
}
table tr.active {
	background-color: #A90B52;
	color: white;
}
table td {
	text-align: right;
	vertical-align: top;
	padding: 0.7em 1em 0.5em 1em;
	font-size: 0.75em;
	border-bottom: 1px solid;
}
table td:first-child {
	text-align: left;
}
table tr:first-child td:first-child, table tr.table-header-gray td:first-child {
	background-color: #A90B52;
	color: white;
}
.table-header-gray {
	background-color: #949499;
	color: white;
}
.table-header-gray td {
	border-right: 1px solid white;
}
.table-header-red {
	font-family: 'NewJuneBold';
	background-color: #A90B52 !important;
	color: white;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.green {
	color: #83B81A;
}
.red {
	color: #A90B52;
	text-align: left;
}
.red-bold {
	color: #A90B52;
	font-family: 'NewJuneBold';
	text-align: left;
}
.magenta {
	color: #55284F;
}
.black {
	color: #111111;
}
.gray {
	color: #949499;
}
.wood {
	color: #977858;
}
hr {
	width: 100%;
	border-color: transparent;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
strong, b {
	font-family: 'NewJuneBold';
	font-weight: normal;
}
p {
	text-align: left;
	margin: 0 0 1em 0;
}
ul {
	padding: 0 0 0 1em;
	margin: 0 0 1em 0;
}
li {
	list-style-position: outside;
	margin-bottom: 1em;
}
ul li ul li {
	margin: 0 0 0 1em;
}
ul.blackT li {
	font-family: 'NewJuneBold';
}
ul.red li {
	font-family: 'NewJuneBold';
	color: #A90B52;
}
.onepage-pagination li {
	margin-left: 0;
	margin-bottom: 0;
}
.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}
header {
	position: relative;
	z-index: 10;
}
.main section .page_container {
	position: relative !important;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 3;
}
.main section {
	overflow: hidden;
}
.main section > img {
	position: absolute;
	max-width: 100%;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0); /* IE 9 */
	-webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
	transform: translateZ(0);
}
body.disabled-onepage-scroll .onepage-wrapper section {
	/*min-height: 50%;*/
	height: auto;
}
body.disabled-onepage-scroll .onepage-wrapper section.chapter {
	min-height: 100vh;
	height: auto;
}
body.disabled-onepage-scroll .main .chapter .page_container {
	min-height: 100vh;
}
body.disabled-onepage-scroll .main section .page_container {
	padding: 70px 20px 50px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.disabled-onepage-scroll .main .page1 .page_container {
	padding: 20px;
	margin-top: 0;
}
img {
	width: 100%;
	height: auto;
}
.table-wrap {
	display: table-cell;
	vertical-align: middle;
}
.chapter .table-wrap {
	position: relative;
	z-index: 1;
}
.chapter .center-wrap {
	text-align: center;
}
.center-chapter {
	display: inline-block;
}
.section .background-wrap-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: top left;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.section .background-wrap-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: bottom right;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.preload img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px !important;
	height: 300px !important;
	margin-top: -150px;
	margin-left: -200px;
}
.brand, .brandB {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 2%;
	margin-right: 5%;
	z-index: 999999;
	font-family: 'NewJuneSemibold';
	font-size: 0.7em;
	letter-spacing: 0.03em;
	color: #55284F;
}
.brandB {
	color: #FFFFFF;
}
.brandB .wood {
	color: #FFFFFF;
}
video {
	filter: brightness(108.5%);
	-webkit-filter: background-visibility;
}
.preload {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	z-index: 9999999;
}
.preload img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px !important;
	height: 300px !important;
	margin-top: -150px;
	margin-left: -200px;
}
.brand, .brandB {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 2%;
	margin-right: 5%;
	z-index: 999999;
	font-family: 'NewJuneSemibold';
	font-size: 0.7em;
	letter-spacing: 0.03em;
	color: #55284F;
}
.brandB {
	color: #FFFFFF;
}
.brandB .wood {
	color: #FFFFFF;
}
video {
	filter: brightness(108.5%);
	-webkit-filter: brightness(108.5%);
	object-fit: cover;
}
@-moz-document url-prefix() {
video {
filter:none;
}
}
video, object {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.cover-number {
	font-family: 'NewJuneBold';
	font-size: 1.75em;
	display: table;
	color: white;
}
.cover-title {
	font-size: 1em;
	line-height: 1.15;
	display: inline-table;
	text-align: left;
	color: white;
}
.legal {
	font-size: 0.7em;
	font-style: italic;
	letter-spacing: 0.01em;
}
.download {
	position: absolute;
	bottom: 40px;
	left: 20px;
	font-size: 16px;
	z-index: 9999999999999;
}
.lk {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: auto;
}
.back, .back h1 {
	color: #FFFFFF;
}
.arrow:before {
	background-image: url('../images/arrowright.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	padding-right: 0.25em;
	animation: fading 1s infinite;
}
h2.arrow {
	text-indent: -1em;
	margin-left: 0.75em;
}
p.arrow {
	text-indent: -1em;
	margin-left: 0.75em;
}
h2.arrow:before {
	width: 15px;
	height: 15px;
}
p.arrow:before {
	width: 15px;
	height: 15px;
}
.arrowO:before {
	background-image: url('../images/arrowright.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 25px;
	height: 25px;
	content: '';
	margin-left: -30px;
	margin-top: 10px;
	animation: fading 1s infinite;
}
.arrowD:before {
	background-image: url('../images/arrowdown.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 35px;
	height: 35px;
	content: '';
	margin-top: -40px;
	animation: fading 1s infinite;
}
.btn:before {
	position: absolute;
	right: 0;
	background-image: url('../images/arrowB.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	padding-right: 0.75em;
	animation: fading 1s infinite;
}
.number {
	font-size: 2em;
	line-height: 1;
}
.back:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 5%;
	margin-bottom: 2%;
	color: #000000;
	z-index: 999;
	font-size: 0.9em;
}
.pagination:before {
	content: '';
	position: absolute;
	margin-left: -10px;
	height: 1em;
	border-left: 3px solid #987958;
}
.chapter .pagination {
	display: none;
}
.back .pagination {
	color: white !important;
}
@keyframes fading {
0% {
opacity: 0;
}
50% {
opacity:1;
}
100% {
opacity:0;
}
}
/** BLOQUES */
.bloque3 {
	text-align: center;
}
.bloque3 img {
	max-width: 80%;
}
.template1 {
	margin: 10% 0;
}
.template1 .bloque2 {
	margin: 0;
}
.template1 .bloque2.left h2 {
	font-size: 1.2em;
	color: #A90B52;
}
/** BACKGROUND*/
.page1 {
	background-image: url('../images/cover.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page2.back:before {
	background-image: url('../images/back2.jpg');
	background-size: cover;
	background-position: center center;
}
.page3.chapter {
	background-image: url('../images/chapter1.jpg');
	background-size: cover;
	background-position: center center;
}
.page4.back:before {
	background-image: url('../images/back4.jpg');
	background-size: cover;
	background-position: center center;
}
.page5.back:before {
	background-image: url('../images/back5.jpg');
	background-size: cover;
	background-position: center center;
}
.page8.chapter {
	background-image: url('../images/chapter2.jpg');
	background-size: cover;
	background-position: center center;
}
.page9.back:before {
	background-image: url('../images/back9.jpg');
	background-size: cover;
	background-position: center center;
}
.page17.chapter {
	background-image: url('../images/chapter3.jpg');
	background-size: cover;
	background-position: center center;
}
.page19 {
	background-color: #A90B52;
}
.page21:before {
	background-image: url('../images/back21.jpg');
	background-size: cover;
	background-position: center center;
}
.page22 .background-wrap-right {
	background-image: url('../images/side22.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page23 .background-wrap-right {
	background-image: url('../images/side23.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page24 .background-wrap-left {
	background-image: url('../images/side24.jpg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.page28.back:before {
	background-image: url('../images/back28.jpg');
	background-size: cover;
	background-position: center center;
}
.page28 .background-wrap-right {
	background-image: url('../images/side28.png');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page29 .background-wrap-right {
	background-image: url('../images/side29.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page30.chapter {
	background-image: url('../images/chapter4.jpg');
	background-size: cover;
	background-position: center center;
}
.page32 .background-wrap-right {
	background-image: url('../images/side32.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page33 .background-wrap-left {
	background-image: url('../images/side33.jpg');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.page34 .background-wrap-right {
	background-image: url('../images/side34.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page35 .background-wrap-right {
	background-image: url('../images/side35.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page36 .background-wrap-left {
	background-image: url('../images/side36.jpg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.page37 .background-wrap-right {
	background-image: url('../images/side37.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page39 .background-wrap-left {
	background-image: url('../images/side39.jpg');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.page40 .background-wrap-right {
	background-image: url('../images/side40.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page41.chapter {
	background-image: url('../images/chapter5.jpg');
	background-size: cover;
	background-position: center center;
}
.page42 .background-wrap-left {
	background-image: url('../images/side42.jpg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.page43 .background-wrap-right {
	background-image: url('../images/side43.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page44.chapter {
	background-image: url('../images/chapter6.jpg');
	background-size: cover;
	background-position: center center;
}
.page44 .page_container:before {
	background-image: url('../images/front.png');
	background-size: cover;
	background-position: center center;
	content: '';
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	mix-blend-mode: multiply;
}
.page44 video {
	z-index: 0;
}
.page45 .background-wrap-left {
	background-image: url('../images/side45.jpg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.page47 .background-wrap-right {
	background-image: url('../images/side47.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page49 .background-wrap-right {
	background-image: url('../images/side49.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page50 .background-wrap-left {
	background-image: url('../images/side50.jpg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.page51 .background-wrap-right {
	background-image: url('../images/side51.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page52.chapter {
	background-image: url('../images/chapter7.jpg');
	background-size: cover;
	background-position: center center;
}
.page52 .page_container:before {
	background-image: url('../images/front2.png');
	background-size: cover;
	background-position: center center;
	content: '';
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	mix-blend-mode: multiply;
}
.page52 video {
	z-index: 0;
}
.page53 .background-wrap-right {
	background-image: url('../images/side53.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page54 .background-wrap-left {
	background-image: url('../images/side54.jpg');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.page55.chapter {
	background-image: url('../images/chapter8.jpg');
	background-size: cover;
	background-position: center center;
}
.page55 .page_container:before {
	background-image: url('../images/front.png');
	background-size: cover;
	background-position: center center;
	content: '';
	position: absolute;
	opacity: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	mix-blend-mode: multiply;
}
.page55 video {
	z-index: 0;
}
.page56 .background-wrap-right {
	background-image: url('../images/side56.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page57 .background-wrap-right {
	background-image: url('../images/side57.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page58 .background-wrap-right {
	background-image: url('../images/side58.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page59 {
	background-color: #55284F;
}
.page60 .background-wrap-right {
	background-image: url('../images/side60.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page61.back:before {
	background-image: url('../images/back.jpg');
	background-size: cover;
	background-position: center center;
}
/** CUSTOM STYLES*/
.page2 img {
	max-width: 80% !important;
}
.page2 .bloque2.left {
	mix-blend-mode: hard-light;
	backface-visibility: hidden;
	text-align: center;
}
.page4 p {
	margin-bottom: 0.75em;
}
.page4 p:last-child {
	margin: 0;
}
.page9 ul {
	text-align: center;
}
.page9 li {
	text-align: left;
	list-style: none;
	margin: 0;
	font-size: 0.9em;
}
.page9 li:first-child:before, .page9 li:last-child:before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 0.5em;
}
.page9 li:first-child:before {
	background-color: #A90B52;
}
.page9 li:last-child:before {
	background-color: #646363;
}
.page9 img {
	border-bottom: 1px solid #949393;
}
.page10 p {
	margin: 0;
}
.page10 .bloque-grid:nth-child(2) {
	margin-bottom: 1em;
}
.page11 .red-bold, .page12 .red-bold {
	margin-bottom: 1em;
}
.page13 p {
	margin-bottom: 0.5em;
}
.page14 h1 {
	margin: 0 0 0.5em 0;
}
.page18 img {
	max-width: 80% !important;
}
.page19, .page21 {
	color: white;
}
.page20 li {
	margin-bottom: 0.5em;
}
.page20 img {
	max-width: 90% !important;
}
.page21 li {
	margin-bottom: 0.75em;
}
.page22 li, .page23 li {
	margin-bottom: 0.5em;
}
.page23 h2 {
	margin-bottom: 0.5em;
}
.page24 h2 {
	margin-top: 1em;
	margin-bottom: 0.75em;
}
.page25 table td {
	padding: 0.5em 0 0.4em 0;
}
.page25 table tr:first-child td, .page25 table tr.table-header-gray td {
	padding: 0.6em 1em 0.5em 1em;
}
.page25 h1 {
	margin-bottom: 0.25em;
}
.page25 p {
	margin-bottom: 0.75em;
}
.page25 .legal {
	margin-top: 1em;
}
.page26 li {
	margin: 0;
}
.page27 p {
}
.page31 li {
	margin-bottom: 0.5em;
}
.page32 .bloque2 .bloque-grid {
	margin-top: 1em;
}
.page32 .bloque2 .number {
	margin-bottom: 50px;
}
.page32 img {
	max-width: 100px !important;
}
.page34 table {
	margin-top: 1.5em;
}
.page34 table td {
	font-size: 0.85em;
	padding: 0.5em 0 0.4em 0;
}
.page34 table td:first-child {
	white-space: normal;
}
.page34 p:last-child {
	margin: 0;
}
.page42 .bloque2 h2:nth-of-type(2) {
	margin-top: 2em;
}
.page46 ul {
	margin: 0;
}
.page46 li {
	margin-bottom: 0.35em;
}
.page46 img {
	max-width: 35% !important;
	display: block;
	margin: 1em auto 1.5em auto;
}
.page47 .bloque2:last-child h1 {
	margin-top: 1em;
}
.page47 table tr:first-child td {
	background-color: #A90B52;
	font-family: 'NewJuneBold';
}
.page49 h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}
.page49 ul {
	margin-left: 1em;
}
.page49 li {
	margin-bottom: 0;
}
.page50 h2 {
	font-size: 1.25em;
	margin-left: 1em;
	text-indent: -1em;
}
.page50 .black {
	color: black;
}
.page50 .normal {
	font-size: 0.75em;
	color: black;
}
.page56 p {
	margin-bottom: 1em;
}
.page58 table tr:first-child td {
	font-family: 'NewJuneBold';
}
.page58 table td {
	padding: 0.7em 0.5em 0.5em 0.25em;
}
.page59 .bloque-grid:last-child {
	margin-top: 3em;
}
.page59, .page59 h1 {
	color: white;
}
.page59 table td {
	font-size: 0.75em;
	padding: 0.7em 0.5em 0.5em 0.25em;
}
.page59 table tr:first-child td {
	font-family: 'NewJuneBold';
}
.page59 table tr:first-child td:first-child {
	background-color: #949499;
}
.page59 table tr:last-child td {
	color: #55284F;
	background-color: #e8e8e8;
	font-family: 'NewJuneBold';
}
.page60 {
	font-size: 0.92em;
}
@media screen and (min-width: 48.000em) {
.lk {
	width: 120px;
	height: auto;
}
h1 {
	font-size: 2.25em;
}
h2 {
	font-size: 1.5em;
}
h1 br, h2 br {
	display: inherit;
}
.number {
	font-size: 3em;
}
/** BLOQUES*/
.bloque-grid {
	display: inline-block;
	clear: both;
	float: none;
	width: 100%;
	position: relative;
}
.bloque2, .bloque2short, .bloque2large, .bloque3 {
	float: left;
	vertical-align: top;
	min-height: 1px;
}
.bloque2 h1, .bloque2 h2, .bloque3 h1, .bloque3 h2 {
	text-align: left;
}
.bloque2 {
	width: 47%;
	margin-right: 6%;
}
.bloque2:nth-child(2n) {
	margin-right: 0;
}
.bloque2short {
	width: 30%;
}
.bloque2large {
	width: 70%;
}
.bloque3 {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 1%;
}
.bloque3:nth-child(3n) {
	margin-right: 0;
}
.bloque3 img {
	max-width: 100%;
}
.bloque2 img, .bloque2short img {
	max-width: 100%;
}
.bloque-grid {
	display: inline-block;
	clear: both;
	float: none;
	width: 100%;
	position: relative;
}
.template1 {
	margin: 2% 0;
}
.template1 .bloque2.left {
	width: 25%;
	text-align: right;
	color: #A90B52;
}
.template1 .bloque2.right {
	width: 67%;
	margin-left: 4%;
	padding-left: 2%;
	border-left: 1px solid gray;
}
.section .background-wrap-left, .section .background-wrap-right {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.page4 h2, .page5 h2, .page6 h2 {
	text-align: right;
}
.page9 li {
	text-align: center;
	display: inline-block;
	margin: 0 2em;
}
.page45 .background-wrap-left {
	opacity: 0;
}
}
@media screen and (min-width: 60em) {
p {
	text-align: justify;
}
li {
	text-align: justify;
}
.bloque2, .bloque2short, .bloque2large, .bloque3 {
	text-align: justify;
}
h2.arrow:before {
	width: 20px;
	height: 20px;
}
.center-wrap {
	max-width: 75%;
	margin: 0 auto;
}
.cover-title {
	font-size: 1.35em;
}
.lk {
	width: 140px;
	height: auto;
}
/** BLOQUES*/
.bloque-grid {
	display: inline-block;
	clear: both;
	float: none;
	width: 100%;
	position: relative;
}
.bloque2, .bloque2short, .bloque2large, .bloque3 {
	float: left;
	vertical-align: top;
	min-height: 1px;
}
.bloque2 {
	width: 47%;
	margin-right: 6%;
}
.bloque2:nth-child(2n) {
	margin-right: 0;
}
.bloque2short {
	width: 30%;
}
.bloque2large {
	width: 70%;
}
.bloque3 {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 1%;
}
.bloque3:nth-child(3n) {
	margin-right: 0;
}
.bloque3 img {
	max-width: 100%;
}
.bloque2 img, .bloque2short img {
	max-width: 100%;
}
.template1 .bloque2.left h2 {
	font-size: 1.5em;
	color: #A90B52;
}
/** CUSTOM STYLES*/

.page9 img {
	max-width: 90%;
}
.page10 img {
	max-width: 95%;
}
.page14 img, .page15 img, .page16 img {
	max-width: 90%;
}
.page19 img {
	margin-top: 2em;
}
.page24 h2 {
	white-space: nowrap;
}
.page25 table td {
	padding: 0.5em 1em 0.4em 1em;
}
.page27 .bloque2:first-child li, .page27 .bloque2:first-child p {
	margin-bottom: 2em;
}
.page29 .bloque2:last-child {
	padding-top: 2.3em;
}
.page32 img {
	max-width: 150px !important;
}
.page34 table td {
	padding: 0.7em 1em 0.5em 1em;
	white-space: nowrap;
}
.page35 h1 {
	white-space: nowrap;
}
.page45 .background-wrap-left {
	opacity: 1;
}
.page45 .bloque2:last-child {
	padding-top: 90px;
}
.page47 .bloque2:last-child h1 {
	margin-top: 0;
}
.page48 .bloque2:first-child {
	width: 37%;
}
.page48 .bloque2:last-child {
	width: 57%;
}
.page58 table td {
	padding: 0.7em 1em 0.5em 1em;
}
.page58 .bloque-grid:last-child {
	margin-top: 8em;
}
.page59 table td {
	font-size: 0.9em;
	padding: 0.7em 1em 0.5em 1em;
}
/** BACKGROUND*/
.page2 .background-wrap-left {
	background-image: url('../images/side2.png');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.page7.chapter {
	background-image: url('../images/chapter1.jpg');
	background-size: cover;
}
.page11 .background-wrap-right {
	background-image: url('../images/side11.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page17 .background-wrap-left {
	background-image: url('../images/side17.jpg');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.page19.chapter {
	background-image: url('../images/chapter3.jpg');
	background-size: cover;
}
.page21 .background-wrap-right {
	background-image: url('../images/side21.jpg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}
.page28 .background-wrap-left {
	background-image: url('../images/side28.jpg');
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}
.section.active .background-wrap-left, .section.active .background-wrap-right {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.background-wrap-left, .background-wrap-right, .background-wrap-bottom, .background-wrap-top {
	-webkit-transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-ms-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
}
.page_container:before {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.section .center {
	opacity: 0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.section .left, .section .page_container:before {
	opacity: 0;
	-moz-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}
.section .right {
	opacity: 0;
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
.section .down {
	opacity: 0;
	-moz-transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.section .background-wrap-left {
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.section .background-wrap-right {
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.section.active .center, .section.active .left, .section.active .right, .section.active .down, .section.active .page_container:before {
	opacity: 1;
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
}
.section.active .anim1 {
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
}
.section.active .anim2 {
	-webkit-transition: all 0.5s ease 0.75s;
	-moz-transition: all 0.5s ease 0.75s;
	-ms-transition: all 0.5s ease 0.75s;
	-o-transition: all 0.5s ease 0.75s;
	transition: all 0.5s ease 0.75s;
}
.section.active .anim3 {
	-webkit-transition: all 0.5s ease 1s;
	-moz-transition: all 0.5s ease 1s;
	-ms-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}
.section.active .anim4 {
	-webkit-transition: all 0.5s ease 1.25s;
	-moz-transition: all 0.5s ease 1.25s;
	-ms-transition: all 0.5s ease 1.25s;
	-o-transition: all 0.5s ease 1.25s;
	transition: all 0.5s ease 1.25s;
}
.section.active .anim5 {
	-webkit-transition: all 0.5s ease 1.5s;
	-moz-transition: all 0.5s ease 1.5s;
	-ms-transition: all 0.5s ease 1.5s;
	-o-transition: all 0.5s ease 1.5s;
	transition: all 0.5s ease 1.5s;
}
.section.active .anim6 {
	-webkit-transition: all 0.5s ease 1.75s;
	-moz-transition: all 0.5s ease 1.75s;
	-ms-transition: all 0.5s ease 1.75s;
	-o-transition: all 0.5s ease 1.75s;
	transition: all 0.5s ease 1.75s;
}
.section.active .anim7 {
	-webkit-transition: all 0.5s ease 2s;
	-moz-transition: all 0.5s ease 2s;
	-ms-transition: all 0.5s ease 2s;
	-o-transition: all 0.5s ease 2s;
	transition: all 0.5s ease 2s;
}
.section.active .anim8 {
	-webkit-transition: all 0.5s ease 2.25s;
	-moz-transition: all 0.5s ease 2.25s;
	-ms-transition: all 0.5s ease 2.25s;
	-o-transition: all 0.5s ease 2.25s;
	transition: all 0.5s ease 2.25s;
}
.section.active .anim9 {
	-webkit-transition: all 0.5s ease 2.5s;
	-moz-transition: all 0.5s ease 2.5s;
	-ms-transition: all 0.5s ease 2.5s;
	-o-transition: all 0.5s ease 2.5s;
	transition: all 0.5s ease 2.5s;
}
tr {
	opacity: 0;
}
.section.active tr {
	opacity: 1;
}
.section.active tr:nth-of-type(1) {
	transition-delay: 1.1s;
}
.section.active tr:nth-of-type(2) {
	transition-delay: 1.2s;
}
.section.active tr:nth-of-type(3) {
	transition-delay: 1.3s;
}
.section.active tr:nth-of-type(4) {
	transition-delay: 1.4s;
}
.section.active tr:nth-of-type(5) {
	transition-delay: 1.5s;
}
.section.active tr:nth-of-type(6) {
	transition-delay: 1.6s;
}
.section.active tr:nth-of-type(7) {
	transition-delay: 1.7s;
}
.section.active tr:nth-of-type(8) {
	transition-delay: 1.8s;
}
.section.active tr:nth-of-type(9) {
	transition-delay: 1.9s;
}
.section.active tr:nth-of-type(10) {
	transition-delay: 2s;
}
.section.active tr:nth-of-type(11) {
	transition-delay: 2.1s;
}
.section.active tr:nth-of-type(12) {
	transition-delay: 2.2s;
}
.section.active tr:nth-of-type(13) {
	transition-delay: 2.3s;
}
.section.active tr:nth-of-type(14) {
	transition-delay: 2.4s;
}
.section.active tr:nth-of-type(15) {
	transition-delay: 2.5s;
}
.section.active tr:nth-of-type(16) {
	transition-delay: 2.6s;
}
.section.active tr:nth-of-type(17) {
	transition-delay: 2.7s;
}
.section.active tr:nth-of-type(18) {
	transition-delay: 2.8s;
}
.section.active tr:nth-of-type(19) {
	transition-delay: 2.9s;
}
.section.active tr:nth-of-type(20) {
	transition-delay: 3s;
}
.section.active tr {
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
@media screen and (min-width: 87.50em) {
 body {
 font-size: 18px;
 font-size: 1.125em;
}
}
 @media screen and (min-width: 100em) {
body {
	font-size: 20px;
	font-size: 1.250em;
}
}
@media screen and (min-width: 112.500em) {
body {
	font-size: 22px;
	font-size: 1.375em;
}
}
