﻿@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 {
	background-color: #FFFFFF;
	color: #232323;
	margin: 0;
	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, h3, h4 {
	font-family: 'NewJuneRegular';
	padding: 0;
	margin:0 0 0.6em 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	line-height: 1.1;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}
h1 {
	font-size: 4vw;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.25em;
}
h4{
	font-size:1.1em;
}
table {
	width: 100%;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.green {
	color: #83B81A;
}
.red {
	color: #A90B52;
}
.magenta {
	color: #55284F;
}
.black {
	color: #111111;
}
.gray {
	color: #A3A6A3;
}
.red-bold {
	position: relative;
	color: #A90B52;
	font-family: 'NewJuneBold';
	text-align: left;
	z-index: 1;
}
.magenta-bold {
	color: #55284F;
	font-family: 'NewJuneSemibold';
}
.gradient1 {
	background:	rgb(91,38,83);
	background: linear-gradient(90deg, rgba(91,38,83,1) 0%, rgba(190,22,117,1) 100%);
	color: white;
}
.gradient1 .pagination {
	color: white;
}
.gradient1 .pagination:before{
	border-left: 3px solid #FFFFFF;
}
.gradient2 {
	background: rgb(169,11,82);
	background: linear-gradient(90deg, rgba(114,22,81,1) 0%, rgba(67,16,57,1) 100%);
}
.gradient-grey {
	background: rgb(205,205,205);
	background: linear-gradient(90deg, rgba(205,205,205,1) 0%, rgba(221,221,221,1) 100%);
}
.gradient-text {
	display: inline-block !important;
	color: #5B2653;
	background: -webkit-linear-gradient(left, #5B2653, #BE1675);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gradient-text-bold {
	font-family: 'NewJuneSemibold';
	display: inline-block !important;
	color: #5B2653;
	background: -webkit-linear-gradient(left, #5B2653, #BE1675);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.spaced-text{
	position:relative;
	letter-spacing:0.2vw;
}
.web{
	display:none;
}
.mobile{
	display:block;
}
hr {
	width: 100%;
	border-color: transparent;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
strong, b {
	font-family: 'NewJuneBold';
	font-weight: normal;
}
p {
	position: relative;
	text-align: left;
	margin: 0 0 1em 0;
}
p:last-child{
	margin-bottom:0;	
}
ul {
	margin: 1.5em 1em;
	padding: 0;
}
li {
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1em;
}
li:last-child{
	margin-bottom:0;	
}
ul li {
	list-style: none;
}
section ul li {
	list-style: disc;
}
ul ul {
	margin: 1.5em 1em;
}
ul ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1em;
}
.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);
}
img {
	width: 100%;
	height: auto;
}
.table-wrap {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 10;
}
.chapter .table-wrap {
	position: relative;
}
.chapter .center-wrap {
	text-align: center;
}
.center-wrap.center-radius{
	border-radius:10vw 10vw 10vw 0;
	background-color:#ebebee;
	padding:7vw 7vw 5vw 7vw;
}
.chapter h1 {
	color: white;
	margin: 0;
}
.center-chapter {
	display: inline-block;
}
.center-chapter .bloque-grid {
	margin-left: 10%;
}
.section .background-wrap-left, .section .background-wrap-left2, .section .background-wrap-left3, .section .background-wrap-left4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: top left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.section .background-wrap-right, .section .background-wrap-right2, .section .background-wrap-right3, .section .background-wrap-right4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: bottom right;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.section .background-wrap-down {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: bottom right;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.section .background-wrap-up {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: top right;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.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%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	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: 'NewJuneRegular';
	font-size: 0.7em;
	letter-spacing: 0.03em;
	color: #55284F;
}
.brand span {
	color: #A90B52;
}
.brandB {
	color: #FFFFFF;
}
video {
	filter: brightness(108.5%);
	-webkit-filter: background-visibility;
}
.section .background-wrap-right, .section .background-wrap-right2 {
	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;
}
.back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
video {
	filter: brightness(108.5%);
	-webkit-filter: brightness(108.5%);
	object-fit: cover;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
@-moz-document url-prefix() {
video {
filter:none;
}
}
video, object {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: black;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.active video, section.active .back {
	opacity: 1;
}
.pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABxJREFUGFdjZGBgMGZgYDjLAAWMMAY2AbBKDBUAUIYCBfSSH+MAAAAASUVORK5CYII=);
	background-repeat: repeat;
	z-index: 1;
}
.front {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.download {
	display: block;
	font-family: 'NewJuneSemiBold';
	color: #50274E;
	font-size: 0.8em;
}
.download:hover {
	color: #A90B52;
}
.lk {
	position:absolute;
	bottom:1em;
	right:1em;
	width:180px;
	height:140px;
	z-index: 9;
	background-image:url('../images/lk.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom right;
}
.sostenibilidad {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	margin: 1em;
	color: #50274E;
	font-size: 1em;
}
.sostenibilidad img {
	width: 30px;
	height: auto;
	vertical-align: sub;
	padding-right: 14px;
}
.lk-header, .lk-header-eus {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999999;
	margin: 1em;
}
.lk-header img {
	width: 240px;
	height: auto;
}
.lk-header-eus img {
	width: 240px;
	height:auto;
}
.lk-section{
	position:absolute;
	top:0;
	left:0;
	margin:2em 2.5em;
	font-family: 'NewJuneSemibold';
	font-size:0.9em;
	display: inline-block;
	color: #5B2653;
	background: -webkit-linear-gradient(left, #5B2653, #BE1675);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:0.2vw;
}
.container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8em;
	background-color: white;
}
.container-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3em 7em;
	color: white;
	font-size: 0.8em;
	z-index: 999;
}
.main-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 14rem 7rem;
	z-index: 999;
}
.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 #BE1675;
}
.chapter .pagination, .back .pagination, .last .pagination {
	display: none;
}
.gradient .pagination, .full .pagination, .page2 .pagination {
	color: white !important;
}
.back, .back h1 {
	color: #FFFFFF;
}
.arrow:before {
	position: absolute;
	left: 0;
	transform: translateX(-100%);
	background-image: url('../images/arrowright.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	content: '';
	padding-right: 0.1em;
	/*animation: fading 1s infinite;*/
	z-index: 1;
	margin-top: 0.1em;
}
.arrow-bold{
	position:relative;
}
.arrow-bold:before {
	position: absolute;
	left: 0;
	transform: translateX(-110%);
	background-image: url('../images/arrowright-bold.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	content: '';
	padding-right: 0.15em;
	/*animation: fading 1s infinite;*/
	z-index: 1;
	margin-top: 0.15em;
}

.arrow-number-bold{
	position:relative;
	width:2em;
	height:2em;
	margin:0.5em 2em;
}
.arrow-number-bold:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	background-image: url('../images/arrowright.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	z-index: 1;
}
.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;
	z-index: 1;
}
.arrowD {
	background-image: url('../images/arrowright-bold.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 32px;
	transform: rotate(90deg);
	display: block;
	margin: 0.5em auto;
}
.cursor {
	position: absolute;
	display: flex;
	background-repeat: no-repeat;
	background-size: contain;
	background-origin: content-box;
	padding: 0.5em;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 99;
	background-color: white;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	opacity: 0;
	transform-style: preserve-3d;
}
.cursor.active-up {
	background-image: url('../images/arrow-top.png');
	opacity: 1;
}
.cursor.active-down {
	background-image: url('../images/arrow-bottom.png');
	opacity: 1;
}
.nav-up, .nav-down {
	position: absolute;
	left: 0;
	width: 100%;
	height: 10vh;
	cursor: none;
	z-index: 999;
}
.nav-up {
	top: 0;
}
.nav-down {
	bottom: 0;
}
.viewing-page-1 .nav-up {
	pointer-events: none !important;
}
.viewing-page-13 .nav-down {
	pointer-events: none !important;
}
.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;*/
}
.little-number{
	font-size:1.75em;
	line-height:1;
	margin:0;
	padding-top:0.45em;
	padding-bottom:0.2em;
}
.number {
	display: block;
	font-family: 'NewJuneSemiBold';
	font-size: 3em;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}
.number span {
	font-size: 0.75em;
}
.icon {
	width: 140px !important;
}
.bloque-grid{
	position: relative;
	margin-bottom:2em;	
}
.bloque-grid:last-child{
	margin-bottom:0;	
}
.bloque-grid-column{
	margin-bottom:2em;	
}
.bloque-grid-number{
	 display: inline-grid;
    grid-template-columns: auto auto auto;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-top:1em;
}
.bloque-grid-number:last-child{
	margin-top:2em;	
}
.bloque-grid-number .number{
	font-family: 'NewJuneRegular';
	font-size:2.75em;
}
.bloque-number{
	position:relative;	
}
.number-text{
	position: absolute;
    font-family: 'NewJuneSemibold';
    text-align: center;
    color: #5B2653;
    white-space: nowrap;
    transform: translate(-50%,0);
    left: 50%;
    top: 90%;
}
.bloque-content {
	display: inline-block;
}
.big {
	font-size: 1.1em;
}
.big-x {
	font-size: 1.15em;
}
.big-xx{
	font-size: 1.2em;
}
.legal{
	font-size:0.7em;	
}
/** BACKGROUND*/
.last .center-wrap{
	text-align:center;	
}
.last .bloque-last{
	display:inline-block;
	font-size:1.125em;	
}
.last .bloque-last a{
	color:white;
	text-decoration:underline;	
}
.last .bloque-last p{
	text-align:center;	
}
.last .back {
	width: 200px;
	height: 200px;
	background-image: url('../images/lk-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	margin:2em auto;
}
/* CUSTOM STYLES */
.page1 .lk-section,
.page2 .lk-section,
.page13 .lk-section{
	display:none;	
}

.page1 .bloque-image{
	position:absolute;
	top:0;
	left:0;
	margin:1em;
	width:calc(100% - 2em);
	height:calc(70vh - 2em);
	background-image: url('../images/page1img1.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:10vw 10vw 0 10vw;
	overflow:hidden;
}
.page1 .bloque-image-1, 
.page1 .bloque-image-2,
.page1 .bloque-image-3,
.page1 .bloque-image-4,
.page1 .bloque-image-5,
.page1 .bloque-image-6,
.page1 .bloque-image-7{
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	transition: all 1s ease 0.25s;
}
.page1 .bloque-image-1{
	background-image: url('../images/page1img1.jpg');
	top:0;
	left:0;
	width:30%;
	height:68%;
	z-index:3;
		
}
.page1 .bloque-image-2{
	background-image: url('../images/page1img2.jpg');
	top:68%;
	left:0;
	width:30%;
	height:32%;
	z-index:3;
}
.page1 .bloque-image-3{
	background-image: url('../images/page1img3.jpg');
	top:0;
	left:30%;
	width:32%;
	height:68%;
	z-index:1;
}
.page1 .bloque-image-4{
	background-image: url('../images/page1img4.jpg');
	top:68%;
	left:30%;
	width:32%;
	height:32%;	
	z-index:1;
}
.page1 .bloque-image-5{
	background-image: url('../images/page1img5.jpg');
    top:0;
    left:54%;
    width:46%;
    height:44%;
    z-index:2;
}
.page1 .bloque-image-6{
	background-image:url('../images/page1img6.jpg');
	top:44%;
    left:54%;
    width:46%;
    height:38%;
    z-index:2;
}
.page1 .bloque-image-7{
	background-image:url('../images/page1img7.jpg');
	top:78%;
    left:62%;
    width:38%;
    height:22%;
    z-index:1; 
}
.page1 .bloque-intro{
	position:absolute;
	top:44%;
	right:0;
	width:100%;
	z-index:0;
	transform:translate3d(0,0,0);
	background:	rgb(91,38,83);
	background: linear-gradient(90deg, rgba(91,38,83,0.9) 0%, rgba(190,22,117,0.9) 100%);
	color: white;
	padding:4vw 0 3vw 0;
	z-index:2;
}
.page1 .bloque-intro-content{
	position:relative;
	margin-left:30%;	
}
.page1 .bloque-intro-content a{
	display:block;
	color:white;
	text-decoration:none;
	position:relative;
	font-size:0.8em;
	line-height:1;
	padding:2vw 5vw 0 5vw;
}
.page1 .bloque-intro-content a:hover{
	color:black;	
}
.page1 h1, .page1 h2{
	padding:0 5vw;
	margin:0;
	line-height:1;	
}
.page1 h1{
	font-size:4vw;
	letter-spacing:0.6vw;
	padding-bottom:0.4vw;
}
.main-eus .page1 h1{
	font-size:3.5vw;
}
.page1 h2{
	font-size:6vw;
	letter-spacing:0.3vw;
}
.page2 p{
	text-align:center;	
}
.page2 img{
	max-width: 3em;
	width: 100%;
    height: auto;
    display: block;
    margin: 2em auto 0.5em auto;
    padding: 0;
  	
}
.page2 .bloque-child{
	text-align:center;	
}
.page3 .bloque-grid:last-child .bloque-child{
	text-align:center;	
}
.page3 .bloque-child img{
	max-width:100%;	
}
.page4 .bloque-grid:last-child .bloque-child{
	text-align:center;	
}
.page4 .bloque-child img{
	max-width:100%;
}
.page5 ul{
	margin:0;
	padding:0;	
}
.page5 li{
	margin:0;
	padding:0 0 0 0.75em;
	font-size:0.8em;
	list-style:none;	
}
.page5 li:before{
	content:'·';
	font-size:1.1em;
	display:inline-block;
	width:1em;
	margin-left:-0.75em;
}
.page5 .bloque-grid .bloque-3:first-child, .page5 .bloque-grid .bloque-3:last-child{
	display:none;
}
.page5 .bloque-grid .bloque-3{
	align-items:center;	
	color:#5a2951;
}
.page5 .bloque-grid .bloque-3 img{
	max-width:70px;	
	margin-right:1em;
}
.page5 .bloque-3 .bloque-grid{
	align-items:stretch;
	margin-bottom:1em;	
}
.page5 .bloque-3 .bloque-grid:last-child{
	margin-bottom:0;	
}
.page5 .bloque-grid > * + *{
	margin-left:auto;	
}

.page5 .bloque-3 .bloque-grid .bloque-2{
	font-family:'NewJuneSemibold';
	display:flex;
	align-items:center;
	justify-content:start;
	padding:1em 3em;
	flex:1;	
}
.page5 .bloque-grid .bloque-2:first-child{
	padding: 1em 3em 1em 1em;
    white-space: nowrap;
}
.page5 .bloque-grid .bloque-2:last-child{
    padding: 1em 1em 1em 3em;
	margin-top:0.5em;
}
.page5 .bloque-3 .bloque-grid:nth-child(odd) .bloque-2{
	background: rgb(130,59,109);
	background: linear-gradient(90deg,rgba(130,59,109,1) 0%, rgba(228,34,140,1) 100%);
	color: white;
}
.page5 .bloque-3 .bloque-grid:nth-child(odd) .bloque-2:last-child{
	background: linear-gradient(90deg,rgba(130,59,109,0.85) 0%, rgba(228,34,140,0.85) 100%);
}
.page5 .bloque-3 .bloque-grid:nth-child(even) .bloque-2{
	background:transparent;
	background-color:#ebebee;
	color:rgba(108,62,99,1);
}
.page5 .bloque-3 .bloque-grid .bloque-2:first-child{
	border-radius:2em 2em 0 2em;	
}
.page5 .bloque-3 .bloque-grid .bloque-2:last-child{
	border-radius:2em 0 0 2em;
	background-color:#ebebee;
}
.page5 .bloque-3 .bloque-grid:first-child .bloque-2:first-child{
	border-radius:2em 2em 0 2em;	
}
.page5 .bloque-3 .bloque-grid:first-child .bloque-2:last-child {
    border-radius:2em 0 0 2em;
	background: linear-gradient(90deg,rgba(130,59,109,0.85) 0%, rgba(228,34,140,0.85) 100%);
}
.page5 .bloque-3 .bloque-grid:last-child .bloque-2:first-child{
	border-radius:2em 0 0 2em;	
}
.page5 .bloque-3 .bloque-grid:last-child .bloque-2:last-child{
	border-radius:2em 0 2em 2em;	
}
.page6 .bloque-grid:last-child .bloque-child:first-child{
	padding-top:0;	
}
.page6 .bloque-grid:last-child .bloque-child{
	padding:1em 0;	
}
.page6 ul{
	margin-top:1em;
	margin-bottom:0;
}
.page7 .bloque-grid:nth-child(2) .bloque-child:first-child div:first-child{
	padding-top:0;	
}
.page7 .bloque-child div{
	padding-top:3em;
	padding-bottom:0.5em;
	border-bottom:1px solid #BE1675;	
}
.page7 .bloque-child img{
	max-width:90%;
}
.page8 .bloque-grid:last-child .bloque-child div {
    padding-top: 2em;
}
.page8 .bloque-grid:last-child .bloque-child:first-child div:first-child {
    padding-top:0;
}
.page8 .bloque-grid:last-child .bloque-child{
	padding-left:2vw;	
}
.page8 .lk-section{
	color: #FFFFFF;
	-webkit-text-fill-color:inherit;
	-webkit-background-clip:inherit;
	background:none;
}
.page8 .bloque-grid:last-child .bloque-child div:last-child{
	padding-top:2em;
}
.page9 .center-wrap.center-radius{
	padding:2em 2em 3em 2em;
}
.page9 img.image{
	max-width:12em;	
	margin-bottom:2em;
}
.page9 img.icon{
	max-width:2.75em;	
}
.page10 h4{
	font-family:'NewJuneSemibold';
	font-weight:normal;
	font-size:1em;
	padding-bottom:0.5em;
	border-bottom:1px solid #BE1675;
}
.page10 .bloque-grid:last-child .bloque-child div{
	padding-top:2em;
}
.page10 .bloque-grid:last-child .bloque-child{
	padding-left:1.5vw;	
}
.page11 img{
	width:100%;	
}
.page11 .bloque-grid:nth-child(2){
	margin-bottom:2em;	
	padding-bottom:1em;
	border-bottom:1px solid #BE1675;	
}
.page11 .bloque-grid:nth-child(2) .bloque-child:last-child{
	padding-top:2em;
}
.page11 .bloque-grid:last-child .bloque-child{
	padding-left:2vw;	
}
.page12 .bloque-grid:first-child .bloque-child:first-child{
	padding-bottom:2em;	
}
.page12 .map-container{
	position:relative;	
}
.page12 .map2, .page12 .map3{
	position:absolute;
	top:0;
	left:0;	
}	
.page12 .map-caption{
	padding-top:1em;
	text-align:center;
}
.page12 .caption-container{
	display:inline-flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	
}
.page12 .caption-child {
	display:inline-flex;
	font-size:0.7em;
	padding:0 1em;
	white-space:nowrap;
}
.page12 .caption-child span{
	width:1em;
	height:1em;
	margin-right:0.5em;
}
.page12 .caption-child:first-child span{
	background:	rgb(91,38,83);
	background: linear-gradient(90deg, rgba(91,38,83,1) 0%, rgba(190,22,117,1) 100%);
}
.page12 .caption-child:nth-child(2) span{
	background-color:#868685;
}
.page12 .caption-child:last-child span{
	background-color:#b1b0b0;
}
.page1 .pagination,
.page2 .pagination,
.page13 .pagination {
	display: none;
}
.viewing-page-2 .onepage-pagination li a:before, .viewing-page-8 .onepage-pagination li a:before, .viewing-page-13 .onepage-pagination li a:before {
	background: rgba(255,255,255,0.85);
}
.section .background-wrap-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: top left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.chapter .background-wrap-left {
	mix-blend-mode: hard-light;
}
.chapter .background-wrap-right {
	mix-blend-mode: hard-light;
}
