﻿@media screen and (min-width: 48em) {
 table td {
  font-size: 0.8em;
 }
}
@media screen and (min-width: 60em) {
 .download.mobile {
  display: none;
 }
}
@media screen and (min-width: 67em) {
 body {
  font-size: 18px;
  font-size: 1.125em;
 }
 h1 {
  font-size: 2.3em;
 }
 .chapter h1 {
  font-size: 3em;
 }
 .cover.chapter h1 {
  font-size: 3.6em;
 }
 h2 {
  font-size: 1.6em;
 }
 h3 {
  font-size: 1.05em;
 }
 .cover.chapter h2 {
  font-size: 1.15em;
  margin-top: 0.5em;
 }
 .center-wrap {
  max-width: 65%;
  margin: 0 auto;
 }
 .lk {
  width: 140px;
  height: auto;
 }
 .sostenibilidad {
  margin: 2em 3em !important;
 }
 table td {
  font-size: 0.85em;
 }
	.mobile{
		display: none;
	}
 /** BLOQUES*/
 .bloque-grid {
  display: inline-block;
  clear: both;
  float: none;
  width: 100%;
  position: relative;
 }
 .bloque2, .bloque2-short, .bloque2-large, .bloque3, .bloque5 {
  float: left;
  vertical-align: top;
  min-height: 1px;
  position: relative;
  box-sizing: border-box;
 }
 .bloque2 {
  width: 47%;
  margin-right: 3%;
 }
 .bloque2:nth-child(2n) {
  margin-right: 0;
  margin-left:3%
 }
 .bloque2-short {
  width: 27%;
  margin-right: 6%;
 }
 .bloque2-large {
  width: 67%;
  margin-right: 0;
 }
 .bloque3 {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1%;
 }
 .bloque3:nth-child(3n) {
  margin-right: 0;
 }
 .bloque2 img, .bloque2-short img {
  max-width: 100%;
 }
 /** CUSTOM STYLES*/
 .page2 .bloque2:first-child {
  width: 40%;
 }
 .page2 .bloque2:last-child {
  width: 54%;
 }
 .page4 img {
  padding-top: 3em;
 }
 .page4 h1 {
	 font-size:2em;
  margin-bottom: 0.5em;
 }
 .page6 .bloque-grid {
  display: flex;
 }
 .page6 .bloque5 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid black;
 }
 .page6 .bloque5:last-child {
  margin-right: 0;
  border-right: 0;
 }
 .page6 .bloque5 img {
  margin-top: auto;
 }
 .page9 h1 {
  margin-bottom: 0.5em;
 }
 .page10 img {
  max-width: 90%;
 }
 .page14 .bloque-grid:last-child {
  text-align: center;
 }
 .page14 img {
  max-width: 80%;
 }
 .page14 h1 {
  font-size: 1.75em;
 }
 .page18 img {
  margin-top: 2em;
 }
 .page21 ul {
  margin: 0.5em 0;
 }
 .page21 li {
  marign-botttom: 0.5em;
 }
 .page22 .bloque2:first-child {
  width: 34%;
 }
 .page22 .bloque2:last-child {
  width: 60%;
 }
 .page22 img {
  width: 100%;
 }
 .page22 ul {
  margin: 1.5em 0;
 }
 .page22 ul li {
  margin-bottom: 0.5em;
 }
 .page24 ul {
  margin: 1em 0 0 0;
 }
 .page25 h1 {
  margin: 0;
  font-size: 2em;
 }
 .page31 ul {
  margin:  0;
 }
 .page31 li {
  margin-bottom: 0.5em;
 }
 .page33 li {
  margin-bottom: 0.5em;
 }
 .page33 h1 {
  font-size: 2em;
 }
 .page36 h1 {
  font-size: 2em;
 }
 .page38 .bloque2:first-child {
  width: 54%;
 }
 .page38 .bloque2:last-child {
  width: 40%;
 }
 .page45 .bloque2:last-child img {
  margin-top: 3.5em;
 }
 .page48 .bloque2:first-child {
  width: 45%;
  border-right: 1px solid black;
  padding-right: 5%;
  margin-right: 5%;
 }
 .page48 .bloque2:last-child {
  width: 50%;
  margin-left:0;
 }
 .page51 .bloque2:last-child {
  text-align: center;
 }
 .page60 img {
  margin-top: -7em;
  margin-bottom: 2em;
 }
 .page61 img {
  margin-top: -5em;
  max-width: 50%;
 }
 .page62 h1 {
  margin-bottom: 0.5em;
 }
 .page62 ul {
  margin-top: 0;
 }
	 .page63 ul {
  margin-top: 0;
 }
	.page63 h1{
		margin-bottom: 0.5em;
}
/** BACKGROUND*/
.chapter .background-wrap-left {
 mix-blend-mode: multiply;
}
.chapter .background-wrap-right {
 mix-blend-mode: multiply;
}
@-moz-document url-prefix() {
 .chapter.cover .background-wrap-right, .chapter.cover .background-wrap-left {
  opacity: 0.8;
 }
}
.chapter .background-wrap-left {
 background-image: url('../images/chapter-side1.png');
 background-position: center right;
 z-index: 1;
}
.chapter .background-wrap-left2 {
 background-image: url('../images/chapter-side3.png');
 background-position: center right;
 z-index: 2;
}
.chapter .background-wrap-right {
 background-image: url('../images/chapter-side2.png');
 background-position: center right;
 z-index: 3;
}
.chapter .background-wrap-right2 {
 background-image: url('../images/chapter-side4.png');
 background-position: center right;
 z-index: 4;
}
.chapter .background-wrap-right3 {
 background-image: url('../images/chapter-side5.png');
 background-position: center right;
 z-index: 5;
}
.page1 .background-wrap-left {
 background-image: url('../images/page1-side1.png');
 background-position: bottom left;
 z-index: 1;
}
.page1 .background-wrap-left2 {
 background-image: url('../images/page1-side3.png');
 background-position: bottom left;
 z-index: 1;
}
.page1 .background-wrap-left3 {
 background-image: url('../images/page1-side4.png');
 background-position: bottom left;
 z-index: 1;
}
.page1 .background-wrap-right {
 background-image: url('../images/page1-side2.png');
 background-position: bottom right;
 mix-blend-mode: normal;
 z-index: 3;
}
.page1 .background-wrap-up {
 background-image: url('../images/page1-side5.png');
 z-index: 4;
}
.page2 .background-wrap-left {
 background-image: url('../images/page2-side1.jpg');
 background-position: center left;
 background-size: contain;
 background-repeat: no-repeat;
 z-index: 1;
}
.page2 .background-wrap-left2 {
 background-image: url('../images/page2-side2.png');
 background-position: center right;
 z-index: 2;
 mix-blend-mode: multiply;
}
.page2 .background-wrap-left3 {
 background-image: url('../images/page2-side3.png');
 background-position: center left;
 z-index: 3;
}
.page2 .background-wrap-up {
 background-image: url('../images/page2-side4.png');
 z-index: 4;
}
.page4 .background-wrap-right {
 background-image: url('../images/page4-side1.jpg');
 background-position: bottom right;
 z-index: 1;
}
.page4 .background-wrap-right2 {
 background-image: url('../images/page4-side2.png');
 background-position: bottom right;
 z-index: 2;
}
.page6 .background-wrap-left {
 background-image: url('../images/page6-side1.jpg');
 background-position: center right;
 z-index: 1;
}
.page10 .background-wrap-left {
 background-image: url('../images/page10-side1.png');
 background-position: center right;
 z-index: 1;
}
.page10 .background-wrap-left2 {
 background-image: url('../images/page10-side3.png');
 background-position: center right;
 z-index: 1;
}
.page10 .background-wrap-left3 {
 background-image: url('../images/page10-side4.png');
 background-position: center right;
 z-index: 1;
}
.page10 .background-wrap-right {
 background-image: url('../images/page10-side2.png');
 background-position: bottom right;
 z-index: 1;
}
.page10 .background-wrap-right2 {
 background-image: url('../images/page10-side5.png');
 background-position: top right;
 z-index: 1;
}
.page11 .background-wrap-right {
 background-image: url('../images/page11-side1.jpg');
 background-position: center right;
 background-size: contain;
 background-repeat: no-repeat;
 z-index: 1;
}
.page19 .background-wrap-left {
 background-image: url('../images/page19-side1.png');
 background-position: center right;
 z-index: 1;
}
.page19 .background-wrap-left2 {
 background-image: url('../images/page19-side3.png');
 background-position: center right;
 z-index: 2;
}
.page19 .background-wrap-right {
 background-image: url('../images/page19-side2.png');
 background-position: bottom right;
 z-index: 1;
}
.page19 .background-wrap-right2 {
 background-image: url('../images/page19-side4.png');
 background-position: bottom right;
 z-index: 2;
}
.page19 .background-wrap-right3 {
 background-image: url('../images/page19-side5.png');
 background-position: center right;
 z-index: 3;
}
.page23 .background-wrap-left {
 background-image: url('../images/page23-side1.png');
 background-position: center right;
 z-index: 1;
}
.page23 .background-wrap-left2 {
 background-image: url('../images/page23-side3.png');
 background-position: center right;
 z-index: 2;
}
.page23 .background-wrap-right {
 background-image: url('../images/page23-side2.png');
 background-position: center right;
 z-index: 3;
}
.page23 .background-wrap-right2 {
 background-image: url('../images/page23-side4.png');
 background-position: center right;
 z-index: 4;
}
.page23 .background-wrap-right3 {
 background-image: url('../images/page23-side5.png');
 background-position: center right;
 z-index: 5;
}
.section .background-wrap-left, .section .background-wrap-left2, .section .background-wrap-left3, .section .background-wrap-left4 {
 -moz-transform: translateX(-100%);
 -webkit-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 transform: translateX(-100%);
}
.section .background-wrap-right, .section .background-wrap-right2, .section .background-wrap-right3, .section .background-wrap-right4 {
 -moz-transform: translateX(100%);
 -webkit-transform: translateX(100%);
 -o-transform: translateX(100%);
 -ms-transform: translateX(100%);
 transform: translateX(100%);
}
.section .background-wrap-up {
 -moz-transform: translateY(-100%);
 -webkit-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 transform: translateY(-100%);
}
.section .background-wrap-down {
 -moz-transform: translateY(100%);
 -webkit-transform: translateY(100%);
 -o-transform: translateY(100%);
 -ms-transform: translateY(100%);
 transform: translateY(100%);
}
.section.active .background-wrap-left, .section.active .background-wrap-left2, .section.active .background-wrap-left3, .section.active .background-wrap-left4, .section.active .background-wrap-right, .section.active .background-wrap-right2, .section.active .background-wrap-right3, .section.active .background-wrap-right4, .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);
}
.background-wrap-left, .background-wrap-left2, .background-wrap-left3, .background-wrap-left4, .background-wrap-right, .background-wrap-right2, .background-wrap-right3, .background-wrap-right4, .background-wrap-single-right, .background-wrap-bottom, .background-wrap-up {
 -moz-transition: transform 1s cubic-bezier(.73, 0, .1, .94);
 -o-transition: transform 1s cubic-bezier(.73, 0, .1, .94);
 -webkit-transition: transform 1s cubic-bezier(.73, 0, .1, .94);
}
.section.active .background-wrap-up, .section.active .background-wrap-down {
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -o-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.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 {
 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.active .center, .section.active .left, .section.active .right, .section.active .down {
 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 {
 -moz-transition: all .25s cubic-bezier(.73, 0, .1, .94);
 -o-transition: all .25s cubic-bezier(.73, 0, .1, .94);
 -webkit-transition: all .25s cubic-bezier(.73, 0, .1, .94);
}
.section.active .center, .section.active .left, .section.active .right, .section.active .down {
 -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 .anim1 {
 transition-delay: 0.5s;
}
.section.active .anim2 {
 transition-delay: 0.75s;
}
.section.active .anim3 {
 transition-delay: 1s;
}
.section.active .anim4 {
 transition-delay: 1.25s;
}
.section.active .anim5 {
 transition-delay: 1.5s;
}
.section.active .anim6 {
 transition-delay: 1.75s;
}
.section.active .anim7 {
 transition-delay: 2s;
}
.section.active .anim8 {
 transition-delay: 2.25s;
}
.section.active .anim9 {
 transition-delay: 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;
 }
 .center-wrap {
  max-width: 70%;
 }
}
@media screen and (min-width: 112.500em) {
 body {
  font-size: 22px;
  font-size: 1.375em;
 }
}