﻿/*
* GENERAL STYLES
*/
html {
	height: 100%;
	overflow-x: hidden;
}
body {
	background-color: #FFFFFF;
	color: #232323;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.35;
	position: relative;
	margin: 0;
	height: 100%;
	text-align: left;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3 {
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0;
	margin: 0 0 1em 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
	line-height: 1.1;
	padding-top: 0.2em;
}
h1:first-child, h2:first-child, h3:first-child {
	margin-top: 0;
}
h1 {
	font-size: 7vw;
}
h2 {
	position: relative;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
}
table {
	width: 100%;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.gradient {
	background: rgb(91,38,83);
	background: linear-gradient(90deg, rgba(91,38,83,1) 0%, rgba(190,22,117,1) 100%);
	color: white;
}
.gradient-text {
	color: #5B2653;
	background: -webkit-linear-gradient(left, #5B2653, #BE1675);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
hr {
	width: 100%;
	border-color: transparent;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
strong, b {
	font-weight: bold;
}
p {
	position: relative;
	text-align: left;
	margin: 0 0 1em 0;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 0 1em;
	padding: 0;
}
li {
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 1em;
}
ul li {
	list-style: none;
}
section ul li {
	list-style: disc;
}
ul ul {
	margin: 1.5em 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;
}
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;
}
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;
}
.section.active video {
	opacity: 1;
}
@-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;
}
.container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8em;
	background-color: white;
}
.inblock{
	position:absolute;
	top:0;
	right:0;
	margin-right:1em;
	margin-top:1em;
	z-index:999;
	width:6em;
	height:2em;
	pointer-events:none;	
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;	
}
.page4 .inblock,
.page10 .inblock,
.page12 .inblock,
.page14 .inblock,
.page16 .inblock{
	background-image:url('../images/page15img.png');	
}
.page6 .inblock,
.page8 .inblock{
	background-image:url('../images/page2img1.png');	
}
.inblock-claim{
	position:absolute;
	top:0;
	left:0;
	margin-left:4em;
	margin-top:2em;
	z-index:9999;
	font-size:0.6em;
}
.page1 .inblock-claim,
.page2 .inblock-claim,
.page3 .inblock-claim,
.page5 .inblock-claim,
.page7 .inblock-claim,
.page9 .inblock-claim,
.page11 .inblock-claim,
.page13 .inblock-claim,
.page15 .inblock-claim,
.page16 .inblock-claim{
	display:none;	
}
.page4 .inblock-claim,
.page10 .inblock-claim,
.page14 .inblock-claim{
	color:#929292;
}
.page6 .inblock-claim,
.page8 .inblock-claim,
.page12 .inblock-claim{
	color:#FFFFFF;
}
.pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	color: #FFFFFF;
	z-index: 999;
	font-size: 0.9em;
}
.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-6 .nav-down{
    pointer-events: none !important;
}
.viewing-page-16 .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;*/
}
.bloque-grid {
	display: flex;
	flex-direction: column;
	margin-bottom: 2em;
}
.bloque-grid:last-child {
	margin-bottom: 0;
}
.bloque-grid, .bloque-2, .bloque-3 {
	position: relative;
}
.bloque-child {
	position: relative;
}
.bloque-content {
	display: inline-block;
}
.chapter {
	color: white;
}
.page3 {
	background-color: #029FD6;
}
.page5 {
	background-color: #4FD4FC;
}
.page7 {
	background-color: #00638B;
}
.page8 {
	background-color: #029FD6;
}
.page9 {
	background-color: #0CBCFB;
}
.page11 {
	background-color: #029FD6;
}
.page13 {
	background-color: #4FD4FC;
    background-color: #0CBCFB;
}
.page2 .background-left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50vw;
	height: 50vw;
	transform: translate(-70%, 70%) rotateZ(45deg);
	background-color: #0CBCFB;
	z-index: 1;
}
.page2 .background-right {
	position: absolute;
	right: 0;
	top: 50%;
	width: 130vw;
	height: 130vw;
	transform: translate(45%, -50%) rotateZ(45deg);
	background-color: rgba(79,212,252,0.9);
	z-index: 1;
}
.page2 .background-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 50vw;
	height: 50vw;
	transform: translate(-70%, -70%) rotateZ(45deg);
	background-color: #FFFFFF;
	z-index: 1;
}
.page2 .background-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50vw;
	height: 50vw;
	transform: translate(50%, 90%) rotateZ(45deg);
	background-color: #FFFFFF;
	z-index: 1;
}
.page2 .bloque-grid {
	justify-content: flex-end;
}
.page2 .factoring {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	margin: 10% 5%;
	z-index:99;
}
.page2 .bloque-child {
	text-align: right;
}
.page2 .bloque-child img {
	max-width: 40vw;
}
.page2 .bloque-child p {
	text-align: right;
}
.page2 .bloque-child .style1 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	color: #386489;
}
.page2 .bloque-child .style2 {
	color: #FFFFFF;
}
.page2 .bloque-child img:last-child {
	max-width: 70px;
	margin-top: 1em;
}

.page4 {
	color: #00638B;
	line-height: 1.5;
}
.page4 .bloque-child {
	text-align: center;
	max-width: 800px;
}
.page4 h2 {
	display: inline-block;
}
.page5 .bloque-grid {
	justify-content: flex-start;
}
.page5 .bloque-child {
	max-width: 600px;
}
.page6 .bloque-grid:last-child{
	background-color:#FFFFFF;
	padding:1em;	
}
.page6 .bloque-child h2 {
	color: #FFFFFF;
}
.page6 .bloque-grid .bloque3 {
	text-align: center;
	margin-bottom:10vw;
}
.page6 .bloque-grid .bloque3 p {
	color: #5E5E5E;
	font-size: 0.8em;
}
.page6 .bloque-grid .bloque3 .face-right {
	text-align: center;
}
.page6 .bloque-grid .bloque3 .face-right img {
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page6 .bloque-grid .bloque3 p.title {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #00638B;
	text-align: center;
	padding: 0.35em 0.5em 0.5em 0.5em;
	border-top: 1px solid #00638B;
	border-bottom: 1px solid#00638B;
	line-height: 1;
}
.page6 .bloque-grid .bloque3 p.title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 2em;
	margin-top: -2em;
	background-color: #00638B;
}
.page6 .bloque-grid .bloque3 .content {
	white-space: nowrap;
	display: inline-block;
}
.page6 .background-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 46vh;
	background-color: #FFFFFF;
	z-index: 2;
}
.page6 .background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,99,139,1);
	mix-blend-mode: multiply;
	z-index: 1;
}
.page6 .cube-container-shadow {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -70%;
    margin-top: -38%;
	z-index: 0;
}
.page6 .cube-container-shadow .cube-content {
	position: absolute;
	z-index: 5;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-30%, 0);
}
.page6 .cube-container-shadow .cube-content p {
	color: #FFFFFF;
}
.page6 .cube-container-shadow .cube {
	width: 12vw;
	height: 12vw;
	z-index:0;
}
.page6 .cube-container-shadow .face {
	opacity: 0.7;
}
.page6 .cube-container {
	position: relative;
	margin-bottom: 31vw;
    padding-right: 17.4vw;
}
.page6 .cube {
	position: relative;
	width: 24vw;
	height: 24vw;
	margin: 0 auto;
}
.page7 .bloque-grid {
	justify-content: flex-start;
}
.page7 .bloque-child {
	max-width: 600px;
}
.page8 .center-wrap {
	width: auto;
	padding: 2em 1em;
	background-color: rgba(255,255,255,1);
}
.page8 .background-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 100%;
	background-color: #029FD6;
	z-index: 1;
}
.page8 .cube-container {
	position: relative;
	margin-bottom: 31vw;
    padding-right: 17.4vw;
}
.page8 .cube {
	position: relative;
	width: 24vw;
	height: 24vw;
	margin: 0 auto;
}
.page8 .bloque-grid .bloque4 .face-right img {
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page8 .bloque-grid h2 {
	color: #00638B;
}
.page8 .bloque-grid .bloque4 .content {
	display: inline-block;
}
.page8 .bloque-grid .bloque4 {
	text-align: center;
	margin-bottom:10vw;
}
.page8 .bloque-grid .bloque4 p {
	font-size: 0.75em;
	text-align: center;
	color: #5E5E5E;
}
.page8 .bloque-grid .bloque4 p.title {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #00638B;
	text-align: center;
	padding: 0.35em 0.5em 0.5em 0.5em;
	border-top: 1px solid #00638B;
	border-bottom: 1px solid#00638B;
	line-height: 1;
}
.page8 .bloque-grid .bloque4 p.title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 2em;
	margin-top: -2em;
	background-color: #00638B;
}
.page9 .bloque-child {
	max-width: 600px;
}
.page9 .bloque-grid {
	justify-content: flex-end;
}
.page10 {
	color: #00638B;
}
.page10 .background-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40vh;
	background-color: white;
	z-index: 1;
}
.page10 h2 {
	margin-bottom: 0.25em;
}
.page10 .bloque-grid:first-child p {
	font-size: 1.25em;
}
.page10 .bloque-grid:last-child {
	margin-top: 5vw;
	margin-bottom: 5vw;
}
.page10 .extra.open{
	position: absolute;
    top: 50%;
    left: 50%;
    white-space: normal;
    margin-top: -1em;
    transform: translate(-50%,-60%);
	min-width:200px;	
}
.page11 .bloque-child {
	max-width: 700px;
}
.page12 {
	color: #00638B;
}
.page12 .background-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 30vw;
	height: 30vw;
	background-color: #00638B;
	transform: translate(-10%, -10%);
}
.page12 .center-wrap {
	max-width: 1200px;
	width: auto;
}
.page12 .bloque-grid {
	align-items: stretch;
}
.page12 .bloque-grid .bloque2:last-child {
	padding: 1em 0;
}
.page12 li {
	list-style: none;
}
.page12 li:before {
	content: '';
	position: absolute;
	margin-left: -2em;
	width: 1.2em;
	height: 1.5em;
	background-image: url('../images/page12icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.page12 .image {
	width: 100%;
	height: 100%;
	background-image: url('../images/page12img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.page13 .bloque-grid {
	justify-content: flex-start;
}
.page13 .bloque-child {
	max-width: 900px;
	margin-top: 10%;
}
.page14 {
	color: #00638B;
}
.page14 .center-wrap {
	text-align: center;
}
.page14 h2{
	text-align:left;	
}
.page14 .bloque-grid {
	display: inline-flex;
	align-items: stretch;
	width: auto;
	margin: 0 auto;
}
.page14 .bloque2 {
    display:flex;
    flex-direction:column;
	margin-top: 1em;
	margin-bottom: 1em;
}
.page14 .bloque2:last-child p:last-child {
	background-color: #00638B;
	color: #FFFFFF;
	padding: 0.5em 1em;
	font-size: 0.7em;
	margin-top: auto;
	text-align: left;
}
.page14 .bloque2, .page14 .bloque2 p {
	text-align: center;
}
.page14 .bloque2 a:first-child {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #00638B;
	border: 2px solid #00638B;
	min-width: 300px;
}
.page14 .bloque2 a:first-child:hover {
	color: #FFFFFF;
	background-color: #00638B;
}
.page14 .bloque2 a:last-child:hover {
	color: #00638B !important;
}
.page14 .bloque2 a:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.5em;
	height: 2.5em;
	background-color: #00638B;
	border-radius: 50%;
	transform: translate(50%, -50%);
	background-image: url('../images/play.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.page14 .bloque2 a:last-child{
    display:block;
    margin-top:1em;
    font-size:0.7em;
    color:gray;
}
.page14 .bloque2 p {
	font-size: 0.86em;
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 1.25;
}
.page14 .bloque2 p:first-child {
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: 0.2em;
	font-size: 1.1em;
}
.page14 .bloque2 p:last-child {
	padding-bottom: 1em;
}
.page14 .bloque2 a {
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: all 0.5s ease;
}
.page15 .center-wrap {
	width: auto;
}
.page15 h2 {
	font-size: 6vw;
	font-weight: bold;
	color: #88D4FB;
	text-align: center;
	margin-bottom: 0.25em;
}
.page15 p {
	font-size: 0.8em;
	text-align: center;
}
.page15 .bloque-grid:first-child .bloque-child {
	text-align: center;
}
.page15 .bloque-grid:first-child img {
	max-width: 380px;
	margin: 0 auto 4em auto;
}
.page15 .bloque-grid:nth-child(2){
    margin-bottom:0;
}
.page15 .bloque-grid:nth-child(2), .page15 .bloque-grid:last-child {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.page15 .bloque-grid:nth-child(2) img, .page15 .bloque-grid:last-child img {
	max-width: 160px;
	height: auto;
	margin:1em 0;
}
.page16 {
	color: #929292;
}
.page16 .bloque-grid:last-child {
	padding-top: 1em;
}
.page16 .bloque-grid:last-child .bloque-child {
	position: relative;
}
.page16 .bloque-grid:last-child .bloque-child:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 40%;
	height: 1px;
	background-color: #929292;
}
.page16 p {
	text-align: center;
	padding-top: 1em;
}
.page16 a {
	color: #929292;
	font-weight: bold;
}
.page16 a:hover{
	color:#00638B;
}
.page16 img {
	max-width: 600px;
}

.extra {
	height:0;
	max-width: 300px;
	font-size: 0.8em;
	overflow:hidden;	
}
.extra.open{
	height:auto;
	padding: 1em;
	background-color:#FFFFFF;
	color:#00638B;
	border:1px solid #00638B;
	margin:0 auto;
}
.extra.open p{
	color:#00638B !important;
}
.plus{
	position: relative;
    width: 1.2em;
    height: 1.2em;
    color: #00638B;
    display: block;
	margin:0.5em auto;
}
.plus:after{
	content:'+';  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    background-color: white;
	border:1px solid #00638B;
    border-radius: 50%;		
}
.plus.open:after{
	content:'-';	
}