﻿@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: 'newjuneboldregular';
	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%;
}
body {
	background-color: #FFFFFF;
	padding: 0;
	font-family: 'NewJuneRegular', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125em;
	line-height: 1.3;
	position: relative;
	margin: 0;
	height: 100%;
	letter-spacing: -0.02em;
	justify-content: center;
	text-align: left;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
h1, h2 {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	line-height: 1.25;
	text-align: left;
}
h1 {
	font-size: 1.5em;
	margin: 0 0 0.75em 0;
	color: #A90B52;
}
h2 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	color: #55284F;
}
table {
	width: 100%;
}
table td {
	text-align: right;
	vertical-align: top;
	padding: 0.5em 1em;
	font-size: 0.75em;
}
table td:first-child {
	text-align: left;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.verde {
	color: #83B81A;
	font-family: 'newjuneboldregular';
}
.rojo {
	color: #A90B52;
	font-family: 'newjuneboldregular';
}
.magenta {
	color: #55284F;
}
.negro {
	color: #111111;
}
.gris {
	color: #949499;
}
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;
}
strong, b {
	font-family: 'newjuneboldregular';
	font-weight: normal;
}
p {
	text-align: left;
	margin: 0 0 1em 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1em;
}
.onepage-pagination li {
	margin-left: 0;
	margin-bottom: 0;
}
.pointer {
	color: #9b59b6;
	font-family: 'Pacifico', cursive;
	font-size: 30px;
	margin-top: 15px;
}
.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;
}
img {
	width: 100%;
	height: auto;
}
.headerWrapper {
	position: absolute;
	width: 100%;
	z-index: 99999;
}
.table-wrap {
	display: table-cell;
	vertical-align: middle;
}
.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%);
}
.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%);
}
.section .background-wrap-single-right {
	position: absolute;
	top: 10%;
	right: 0;
	width: 40%;
	height: 50%;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.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-size: 0.7em;
	letter-spacing: 0.03em;
}
.brandB {
	color: #FFFFFF;
}
.brandB .rojo {
	color: #FFFFFF;
}
video {
	/*width: 100% !important;*/
	-webkit-filter: brightness(108.5%);
	z-index: -1;
}
.table-number {
	color: #A90B52;
	font-family: 'newjuneboldregular';
}
.table-bold {
	font-family: 'newjuneboldregular';
}
.table-title {
	color: #FFFFFF;
	background-color: #949499;
	font-family: 'newjuneboldregular';
}
.table-title-red {
	color: #FFFFFF;
	background-color: #A90B52;
	font-family: 'newjuneboldregular';
}
.table-title-light {
	background-color: #d4d4d6;
	font-family: 'newjuneboldregular';
}
.table-child {
	padding-left: 2em;
}
.cover-number {
	font-family:'newjuneboldregular';
	font-weight:normal;
	display: inline-table;
}
.cover-title {
	display: inline-table;
	text-align: left;
}
.legal {
	font-size: 0.7em;
	font-style: italic;
	margin-top: 2em;
	letter-spacing: 0.03em;
}
.download {
	position: absolute;
	bottom: 40px;
	left: 20px;
	font-size: 16px;
	z-index: 9999999999999;
}
.lk {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 100px;
	height: auto;
}
.pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 5%;
	margin-bottom: 2%;
	color: #000000;
}
.pagination:before {
	content: '';
	position: absolute;
	margin-left: -10px;
	height: 1em;
	border-left: 2px solid #83B81A;
}
.page1 .pagination, .page2 .pagination, .page3 .pagination, .page6 .pagination, .page7 .pagination, .page15 .pagination, .page24 .pagination, .page34 .pagination, .page39 .pagination, .page45 .pagination, .page47 .pagination, .page50 .pagination, .page54 .pagination {
	display: none;
}
.page29 .pagination, .page37 .pagination, .page52 .pagination {
	color: #FFFFFF;
}
/*
* BLOQUES
*/

.bloque-content {
	display: table-cell;
	vertical-align: middle;
}
.bloque-text {
	display: inline-block;
	text-align: left;
}
.section .bloqueauto {
	width: auto;
	vertical-align: top;
	display: inline-table;
	margin: 5% 10% 0 0;
	text-align: left;
}
.section .bloqueauto:nth-of-type(2n) {
	margin: 5% 0 0 0;
}
.section .bloque1centrar {
	text-align: center;
}
.section .bloque4 {
	width: 22%;
	display: inline-table;
	float: left;
	margin: 5% 4% 0 0;
}
.section .bloque4a {
	margin: 5% 0 0 0;
}
.section .bloque4b {
	margin: 10% 0 0 10%;
}
.section .bloque4:nth-of-type(4n), .section .bloque4a:nth-of-type(4n), .section .bloque4b:nth-of-type(4n) {
	margin: 10% 0 0 10%;
}
.list-no-space {
	margin-left: 1em;
	margin-bottom: 1em;
}
.list-no-space li {
	padding: 0;
	margin: 0;
}
.centering {
	width: 100%;
	text-align: left;
}
/*
* CUSTOM STYLES
*/
.video-wrapper {
	display: none;
}
.page1 video {
	width: 100% !important;
}
.page1 {
	background-image: url('../images/page1.jpg');
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
}
.page2 {
	background-image: url('../images/page2.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page2 h1 {
	color: #FFFFFF;
}
.page2 .background-wrap-right {
	background-image: url('../images/background2.png');
}
.page3 {
	background-image: url('../images/page3.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page4 td {
	border-top: 1px solid #A90B52;
	padding: 1em 0;
	text-align: left;
	display: block !important;
}
.page4 h2 {
	margin: 0;
	letter-spacing: 0.03em;
}
.page4 img {
	width: 100px !important;
	height: 87px !important;
}
.page5 h2 {
	margin: 0;
	letter-spacing: 0.03em;
}
.page5 td {
	padding: 1em 0 0 0;
	text-align: left;
	vertical-align: top;
	display: block !important;
}
.page5 tr {
	display: inline-table;
	border-top: 1px solid #A90B52;
}
.page5 tr:first-child {
	border-top: none;
}
.page5 img {
	width: 122px !important;
	height: 75px !important;
}
.page6 {
	background-image: url('../images/page6.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page7 .bloque1 {
	margin: 0 !important;
}
.page7 span {
	font-size: 1em !important;
	margin: 0 24px;
}
.page7 .of1:before {
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	background-color: #A90B52;
	margin-left: -24px;
}
.page7 .of2:before {
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	background-color: #83B81A;
	margin-left: -24px;
}
.page8 h2 {
	margin: 0;
}
.page15 {
	background-image: url('../images/page15.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page16 .background-wrap-bottom {
	background-image: url('../images/page16img.png');
	background-position: bottom right !important;
}
.page17 .background-wrap-right {
	background-image: url('../images/page17img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}
.page18 .background-wrap-left {
	background-image: url('../images/page18img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.page19 .background-wrap-right {
	background-image: url('../images/page19img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page19 ul {
	margin-left: 1em;
	margin-bottom: 2em;
}
.page20 ul {
	margin-left: 1em;
	margin-bottom: 2em;
}
.page21 table td {
	font-size: 0.75em;
	padding: 0.3em 1em;
	border-bottom: 1px solid #000000;
}
.page21 .table-title {
	border-right: 1px solid #FFFFFF;
}
.page22 .content-left ul {
	margin-bottom: 1em;
}
.page22 .content-left li {
	margin-bottom: 0.25em;
}
.page23 .list-no-space {
	font-weight: bold;
}
.page24 {
	background-image: url('../images/page24.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page27 .background-wrap-right {
	background-image: url('../images/page27img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page28 .background-wrap-right {
	background-image: url('../images/page28img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page28 table {
	display: inline-block;
	margin-top: 3em !important;
}
.page28 td {
	border-bottom: 1px solid #000000;
}
.page29 {
	background-image: url('../images/page29.jpg');
	background-size: cover;
	background-color: #A90B52;
}
.page29, .page29 h1 {
	color: #FFFFFF;
}
.page30 .background-wrap-right {
	background-image: url('../images/page30img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page31 .background-wrap-right {
	background-image: url('../images/page31img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page35 img {
	margin-top: 2em;
}
.page36 .background-wrap-right {
	background-image: url('../images/page36img2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page37 {
	background-image: url('../images/page37.jpg');
	background-size: cover;
	background-position: center center;
}
.page37 h1, .page37 {
	color: #FFFFFF;
}
.page38 .background-wrap-right {
	background-image: url('../images/page38img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.page42 li {
	font-weight: bold;
}
.page43 table {
	font-size: 0.8em;
	margin-top: 6em;
}
.page43 table td {
	border-bottom: 1px solid #000000;
}
.page45 .background-wrap-right {
	background-image: url('../images/page45img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.page46 .background-wrap-left {
	background-image: url('../images/page46img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.page46 .bloque1 {
	margin-left: 30%;
}
.page49 .background-wrap-right {
	background-image: url('../images/page49img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.page2 .background-wrap-left, .page3 .background-wrap-left, .page6 .background-wrap-left, .page15 .background-wrap-left, .page24 .background-wrap-left, .page34 .background-wrap-left, .page39 .background-wrap-left, .page47 .background-wrap-left, .page50 .background-wrap-left, .page54 .background-wrap-left {
	background-image: url('../images/background1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.page3 .background-wrap-right, .page6 .background-wrap-right, .page15 .background-wrap-right, .page24 .background-wrap-right, .page34 .background-wrap-right, .page39 .background-wrap-right, .page47 .background-wrap-right, .page50 .background-wrap-right, .page54 .background-wrap-right {
	background-image: url('../images/backgroundright2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}
.chapter h1 {
	color: #FFFFFF;
	text-align: left;
}
.page34 {
	background-image: url('../images/page34.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page39 {
	background-image: url('../images/page39.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page47 {
	background-image: url('../images/page47.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page50 {
	background-image: url('../images/page50.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page51 .background-wrap-right {
	background-image: url('../images/page51img.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}
.page51 .bloque1 {
	width: 100%;
}
.page51 td {
	border-bottom: 1px solid black;
	display: block;
}
.page52 {
	background-color: #55284F;
	color: #FFFFFF;
}
.page52 h1 {
	color: #FFFFFF;
}
.page52 .table-title-light {
	color: #55284F;
	padding: 1em;
}
.page52 .bloque1 {
	width: 100%;
	margin-top: 5em !important;
}
.page52 td {
	border-bottom: 1px solid white;
	padding: 0.75em 1em;
	display: block;
}
.page52 .table-title {
	border-bottom: none;
}
.page53 .background-wrap-right {
	background-image: url('../images/page53img.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
}
.page54 {
	background-image: url('../images/page54.jpg');
	background-size: cover;
	color: #FFFFFF;
}
.page54 .lagunaro {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 220px;
	height: auto;
}
.arrow-left-32 {
	font-size: 32px;
	line-height: 36px;
	margin-left: 25px;
}
.arrow-left-32:before {
	content: " ";
	width: 32px;
	height: 32px;
	background-image: url('../images/arrowleft.png');
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -32px;
}
.arrow-left-25 {
	font-size: 28px;
	line-height: 28px;
	margin-left: 25px;
}
.arrow-left-25:before {
	content: " ";
	width: 25px;
	height: 25px;
	background-image: url('../images/arrowleft.png');
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -25px;
}
.arrow-left-20 {
	font-size: 22px;
	line-height: 22px;
	margin-left: 20px;
}
.arrow-left-20:before {
	content: " ";
	width: 20px;
	height: 20px;
	background-image: url('../images/arrowleft.png');
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -20px;
}
.arrow-left-16 {
	font-size: 16px;
	line-height: 18px;
	margin-left: 12px;
}
.arrow-left-16:before {
	content: " ";
	width: 16px;
	height: 16px;
	background-image: url('../images/arrowleft.png');
	position: absolute;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -16px;
}
.arrow-left-16:before, .arrow-left-20:before, .arrow-left-25:before, .arrow-left-32:before {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	transition-delay: 2s;
	-moz-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	opacity: 0;
}
.section.active .arrow-left-16:before, .section.active .arrow-left-20:before, .section.active .arrow-left-25:before, .section.active .arrow-left-32:before {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
/*
* DISABLED MODE
*/
body.disabled-onepage-scroll .onepage-wrapper section {
	min-height: 50%;
	height: auto;
}
body.disabled-onepage-scroll .main .chapter .page_container {
	height: 90vh;
	padding: 0 20px;
}
body.disabled-onepage-scroll .main section .page_container {
	padding: 50px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.disabled-onepage-scroll .main section .brand {
	display: none;
}
body.disabled-onepage-scroll .main .bloque1, body.disabled-onepage-scroll .main .bloque2 {
	margin: 2em 0;
}
body.disabled-onepage-scroll .main .bloque3, body.disabled-onepage-scroll .main .bloque2tableshort {
	text-align: center;
}
body.disabled-onepage-scroll .main .bloque2 img, body.disabled-onepage-scroll .main .bloque3 img, body.disabled-onepage-scroll .main .bloque2tableshort img {
	max-width: 50%;
	float: left;
}
body.disabled-onepage-scroll .main .page25 img, body.disabled-onepage-scroll .main .page32 img, body.disabled-onepage-scroll .main .page33 img, body.disabled-onepage-scroll .main .page35 img, body.disabled-onepage-scroll .main .page36 img, body.disabled-onepage-scroll .main .page40 img, body.disabled-onepage-scroll .main .page41 img, body.disabled-onepage-scroll .main .page43 img, body.disabled-onepage-scroll .main .page48 img {
	max-width: 100%;
	float: none;
}
body.disabled-onepage-scroll .arrow-left-16:before, body.disabled-onepage-scroll .arrow-left-20:before, body.disabled-onepage-scroll .arrow-left-25:before, body.disabled-onepage-scroll .arrow-left-32:before {
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.only-mobile {
	margin: 3em auto;
	display: table;
}
.rest-mobile {
	display: none;
}
 @media screen and (min-width: 48em) {
body, p {
	text-align: justify;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.2em;
}
table td {
	vertical-align: middle;
	display: table-cell !important;
}
.centering {
	text-align: center;
}
.chapter h1 {
	text-align: center;
}
.page1 {
	background-image: none;
}
.page4 td, .page5 td {
	display: table-cell !important;
	text-align: justify;
}
.page7 span {
	margin: 0 3em;
}
.page20 {
	background-image: url('../images/page20.jpg');
	background-size: cover;
	background-position: center right;
}
.space30 {
	width: 30%;
	vertical-align: top;
}
.page32 .modificar {
	transform: translateY(-40px);
	position: relative;
	z-index: -1;
}
.page51 td, .page52 td {
	display: table-cell;
}
body.disabled-onepage-scroll .main .page25 img, body.disabled-onepage-scroll .main .page43 img {
	max-width: 50%;
	float: none;
}
body.disabled-onepage-scroll .main section .page_container {
	padding: 100px 20px 100px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.disabled-onepage-scroll .main .bloque3, body.disabled-onepage-scroll .main .bloque2tableshort {
	margin-bottom: 5em;
	text-align: center;
}
.video-wrapper {
	display: block;
}
.only-mobile {
	display: none;
}
.rest-mobile {
	display: table;
}
}
@media screen and (min-width: 60em) {
body {
	font-size: 16px;
	font-size: 1em;
}
.center-wrap {
	max-width: 70%;
	margin: 0 auto;
}
.section .bloque1 {
	display: inline-table;
	margin-top: 2em;
	margin-bottom: 2em;
}
.section .bloque2 {
	width: 50%;
	display: inline-table;
	float: left;
}
.section .bloque2short {
	width: 40%;
	display: inline-table;
	float: left;
}
.section .bloque2large {
	width: 60%;
	display: inline-table;
	float: left;
}
.section .bloque2tableshort {
	width: 34%;
	display: inline-table;
	float: left;
}
.section .bloque2tablelarge {
	width: 66%;
	display: inline-table;
	float: left;
}
.section .bloque3 {
	width: 32%;
	display: inline-table;
	margin: 5% 2% 0 0;
	float: left;
}
.section .bloque3:nth-of-type(3n) {
	margin: 5% 0 0 0;
}
.section .bloque4a {
	width: 28%;
	display: inline-table;
	float: left;
	margin: 5% 6% 0 0;
}
.section .bloque4b {
	width: 20%;
	display: inline-table;
	float: left;
	margin: 5% 3% 0 0;
}
.section .bloque4:nth-of-type(4n), .section .bloque4a:nth-of-type(4n), .section .bloque4b:nth-of-type(4n) {
	margin: 5% 0 0 0;
}
.content-left {
	margin-right: 7%;
}
.content-right {
	margin-left: 7%;
}
/*
* ANIMATIONS
*/
.section.active .anim1 {
	transition-delay: 0.5s;
}
.section.active .anim2 {
	transition-delay: 1s;
}
.section.active .anim3 {
	transition-delay: 1.5s;
}
.section.active .anim4 {
	transition-delay: 2s;
}
.section.active .anim5 {
	transition-delay: 2.5s;
}
.section.active .anim6 {
	transition-delay: 3s;
}
.section.active .anim7 {
	transition-delay: 3.5s;
}
.background-wrap-left, .background-wrap-right, .background-wrap-single-right, .background-wrap-bottom, .background-wrap-top {
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-ms-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
	z-index: 0;
}
.section.active .background-wrap-left, .section.active .background-wrap-right, .section.active .background-wrap-single-right {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 0;
}
.section.active .background-wrap-bottom, .section.active .background-wrap-top {
	-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);
	z-index: 0;
}
.section img, .section .bloque1, .section .bloque2, .section .bloque2large, .section .bloque2short, .section .bloque2tablelarge, .section .bloque2tableshort, .section .bloque3, .section .bloque4a, .section .bloque4b, .section .bloqueauto, .section .bloque-content, table, tr, td, p {
	-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;
}
.section.active table tr:nth-child(1) {
	transition-delay: 0.5s;
}
.section.active table tr:nth-child(2) {
	transition-delay: 0.6s;
}
.section.active table tr:nth-child(3) {
	transition-delay: 0.7s;
}
.section.active table tr:nth-child(4) {
	transition-delay: 0.8s;
}
.section.active table tr:nth-child(5) {
	transition-delay: 0.9s;
}
.section.active table tr:nth-child(6) {
	transition-delay: 1s;
}
.section.active table tr:nth-child(7) {
	transition-delay: 1.1s;
}
.section.active table tr:nth-child(8) {
	transition-delay: 1.2s;
}
.section.active table tr:nth-child(9) {
	transition-delay: 1.3s;
}
.section.active table tr:nth-child(10) {
	transition-delay: 1.4s;
}
.section.active table tr:nth-child(11) {
	transition-delay: 1.5s;
}
.section.active table tr:nth-child(12) {
	transition-delay: 1.6s;
}
.section.active table tr:nth-child(13) {
	transition-delay: 1.7s;
}
.section.active table tr:nth-child(14) {
	transition-delay: 1.8s;
}
.section.active table tr:nth-child(15) {
	transition-delay: 1.9s;
}
.section.active table tr:nth-child(16) {
	transition-delay: 2.0s;
}
.section.active table tr:nth-child(17) {
	transition-delay: 2.1s;
}
.section.active table tr:nth-child(18) {
	transition-delay: 2.2s;
}
.section.active table tr:nth-child(19) {
	transition-delay: 2.3s;
}
.section.active table tr:nth-child(20) {
	transition-delay: 2.4s;
}
.section table tr, .section .bloque1, .section .bloque2, .section .bloque2large, .section .bloque2short, .section .bloque2tablelarge, .section .bloque2tableshort, .section .bloque3, .section .bloque4a, .section .bloque4b, .section .bloqueauto, .section img, .page24 p, .section table, .section .lagunaro {
	opacity: 0;
}
.section.active table tr, .section.active .bloque1, .section.active .bloque2, .section.active .bloque2large, .section.active .bloque2short, .section.active .bloque2tablelarge, .section.active .bloque2tableshort, .section.active .bloque3, .section.active .bloque4a, .section.active .bloque4b, .section.active .bloqueauto, .section.active img, .section.active p, .section.active table {
	opacity: 1;
}
.section .background-wrap-bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	-moz-transform: translateX(-100%) translateY(100%);
	-webkit-transform: translateX(-100%) translateY(100%);
	-o-transform: translateX(-100%) translateY(100%);
	-ms-transform: translateX(-100%) translateY(100%);
	transform: translateX(-100%) translateY(100%);
}
.section .background-wrap-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	-moz-transform: translateX(100%) translateY(-100%);
	-webkit-transform: translateX(100%) translateY(-100%);
	-o-transform: translateX(100%) translateY(-100%);
	-ms-transform: translateX(100%) translateY(-100%);
	transform: translateX(100%) translateY(-100%);
}
table td {
	font-size: 1em;
}
.cover-number {
	font-size: 1.4em;
}
.cover-title {
	font-size: 1.4em;
}
.download {
	position: absolute;
	bottom: 50px;
	left: 60px;
	font-size: 16px;
	z-index: 9999999999999;
}
.lk {
	position: absolute;
	bottom: 35px;
	right: 50px;
	width: 150px;
	height: auto;
}
.page11 .bloque1, .page12 .bloque1, .page13 .bloque1, .page14 .bloque1, .page26 .bloque1, .page42 .bloque1, .page12 .legal, .page13 .legal, .page14 .legal {
	margin-top: 0;
	margin-bottom: 0;
}
.page2 .bloque1 {
	margin-left: 40%;
	margin-right: 15%;
}
.page18 .bloque1 {
	margin-left: 35%;
}
.page37 .center-wrap {
	margin-top: 10%;
}
.page51 .bloque1 {
	margin-top: 10em !important;
}
}
@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;
}
}
