/* -------------------------------- 
Primary style
Normal = mobil
media 600px = tablet
media 110px = desktop
-------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400);
@import url(http://fonts.googleapis.com/css?family=Arizonia); /*la script*/
*, *::after, *::before {box-sizing: border-box;}
html {font-size: 62.5%;}

body {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
	font-weight:400;
  color: #007abc;
  background-color: #cddff7;
}
.fd-rayas { background: url(fd-rayas.jpg) repeat;}
a {
  color: #990033;
  text-decoration: none;
}
a[href^="#"] {color: #007abc;text-decoration:none;}
a[href^="#"]:hover {color: #007abc;text-decoration:none;}
a[name], a[name]:hover {text-decoration: none;color:#007abc;}
a[href^="mailto:"] {color: #990033;}
a[href^="mailto:"]:hover {color: #000000;text-decoration: none;text-shadow: 2px 1px 6px rgba(0,0,0,0.6);}
a[href^="http:"], p a[href$=".htm"], p a[href$=".html"] {
  background-position: 0 91%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #990033;
  outline: medium none;
  text-decoration: none;
}
a[href^="http:"]:hover {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(-35%,#fff), color-stop(50%,#444), color-stop(160%,#fff));
	background-image: -webkit-linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
	background-image: -moz-linear-gradient(left, #fff -35%, #444 50%, #fff 160%);
	background-image: -ms-linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
	background-image: -o-linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
	background-image: linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
    color: #990033;
    text-decoration: none;
}
a[href$=".pdf"] {
  background: none repeat scroll 0 0 #cddff7;
  border-radius: 5px;
  box-shadow: 0 12px 5px #fff inset;
  color: #990033;
  cursor: help;
  display: inline-block;
  margin: 0 auto 20px;
  padding: 3px 10px;
	width:30%;
}
a[href$=".pdf"]:hover {
  background: none repeat scroll 0 0 #990033;
  color: #990033;
  text-shadow: 0px 0px 2px #000;
  box-shadow: 0 12px 5px rgba(255,255,255,0.7) inset;
}
h1, h2 {font-family: 'Arizonia', georgia, serif;}

/* -------------Patterns - reusable parts of our design-------------------------------- */
.dispositivo {background-color:red;width:100px;height:50px;}

.overflow-hidden {overflow: hidden;}
header {
  height: 170px;
  line-height: 170px;
  text-align: center;
  background: #ffffff;
}
header img {
  bottom: -56px;
  float: right;
  max-width: 200px;
  position: relative;
  right: 3%;
  z-index: 10;
}
header h1 {
  color: #990033;
  font-family: lato,sans-serif;
  font-size: 2.8rem;
  font-weight: 100;
  left: 5px;
  line-height: 1.1em;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  top: 10px;
  width: 70%;
}

/* -----------------Main content-------------------------------- */
/*.cd-main {overflow-x: hidden;}*/
.cd-main::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
.cd-main > * {
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-main.fold-is-open > * {
  /* on mobile - translate .cd-main content to the right when the .cd-folding-panel is open */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s;
  transition: transform 0.5s 0s;
}

.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery::before {
  /* this is the dark layer covering the .cd-gallery when the .cd-folding-panel is open */
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,120,190,0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  -moz-transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
  transition: opacity 0.5s 0.4s, visibility 0s 0.9s;
}
.fold-is-open .cd-gallery::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0s;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

.cd-item {
  width: 100%;
  height: 300px;
  text-align: center;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s;
  transition: transform 0.5s 0.4s;
}
.cd-item > a {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #007abc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-item > a.dark-text {color: #363558;}
.cd-item > a.dark-text b {border-color: #363558;}
.cd-item div {
  display: table-cell;
  vertical-align: middle;
}
.cd-item img {
  margin-bottom: 10px;
  max-width: 180px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio 16:9 (100% / 16 * 9) */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*.cd-item:nth-of-type(1) {background-color: #371035;}
.cd-item:nth-of-type(2) {background-color: #10214f;}
.cd-item:nth-of-type(3) {background-color: #cddff7;}
.cd-item:nth-of-type(4) {background-color: #cddff7;}
.cd-item:nth-of-type(5) {background-color: #007abc;}
.cd-item:nth-of-type(6) {background-color: #ffffff;}*/

.cd-item h2 {font-size: 3rem;text-shadow: 1px 1px 3px rgba(0,0,0,0.7);}
.cd-item p {
  line-height: 1.2;
  font-size: 1.9rem;
  opacity: 0.6;
  padding: 0.2em 0;
  font-weight: 400;
}
.cd-item b {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em 1.3em;
  border-radius: 50em;
  border: 1px solid #cddff7;
}
@media only screen and (min-width: 600px) {
  .dispositivo {background-color:blue;width:100px;height:50px;}
  header {
    height: 200px;
    line-height: 200px;
  }
header img {
  bottom: -23px;
  max-width: 310px;
  right: 10%;
}
header h1 {
  font-size: 6.3rem;
  left: 10px;
  line-height: 1em;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
  top: 15px;
  width: 70%;
}
  .cd-main.fold-is-open > * {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  }
	.cd-item div {padding-right: 60px;}
	.cd-item img {
  float: left;
  margin-bottom: 5px;
  max-width: 310px;
  margin-left: 40px;
}
	.cd-item h2 {
  font-size: 4rem;
  margin-top: 110px;
}
.cd-item p {
  font-size: 2.7rem;
  line-height: 1.2;
  opacity: 0.6;
  padding: 0.2em 0;
}
}
@media only screen and (min-width: 1100px) {
	.dispositivo {background-color:green;width:100px;height:50px;}
header h1 {
  font-size: 8.5rem;
  left: 20px;
  line-height: 1em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  top: 10px;
  width: 70%;
}
header img {
  bottom: -17px;
  max-width: 320px;
  right: 10%;
}
  .cd-main::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-main.fold-is-open > * {
    /* reset style - on bigger devices we translate the gallery items */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-item {
    width: 50%;
    float: left;
    height: 520px;
    -webkit-transition: -webkit-transform 0.5s 0.4s;
    -moz-transition: -moz-transform 0.5s 0.4s;
    transition: transform 0.5s 0.4s;
  }
	.cd-item img {
		margin-bottom: 15px;
		max-width: 300px;
		float:none;
	}
  .cd-item h2 {font-size: 5.7rem;margin-top:-50px;}
  .cd-item p {font-size: 2.8rem;}
  .cd-item h2, .cd-item p {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    -moz-transition: -moz-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
  }
  .cd-item b {
    opacity: 0; background-color:#fff;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
  }
	.cd-item b:hover{color:#fff; background-color:#007abc;}
  .no-touch .cd-item a:hover h2, .no-touch .cd-item a:hover p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s;
    transition: transform 0.3s 0s;
  }
  .no-touch .cd-item a:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -moz-transition: all 0.3s 0.1s, -moz-transform 0.3s 0.1s;
    transition: all 0.3s 0.1s, transform 0.3s 0.1s;
  }
  .fold-is-open .cd-item {
    -webkit-transition: -webkit-transform 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s;
    transition: transform 0.5s 0s;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
  }
  .fold-is-open .cd-item:nth-of-type(2n) {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
  }
}



/* -------------------------------- 
folding panel
-------------------------------- */
.cd-folding-panel {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -moz-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.cd-folding-panel .fold-left,
.cd-folding-panel .fold-right {
  /* the :after elements of .fold-left and .fold-right are the 2 fold sides */
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-folding-panel .fold-left::after,
.cd-folding-panel .fold-right::after {
  /* 2 fold sides */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  -moz-transition: -moz-transform 0.5s 0.4s, background-color 0.5s 0.4s;
  transition: transform 0.5s 0.4s, background-color 0.5s 0.4s;
}
.cd-folding-panel .fold-right {
  -webkit-perspective-origin: 0% 50%;
  -moz-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.cd-folding-panel .fold-right::after {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: translateX(-100%) rotateY(-90deg);
  -moz-transform: translateX(-100%) rotateY(-90deg);
  -ms-transform: translateX(-100%) rotateY(-90deg);
  -o-transform: translateX(-100%) rotateY(-90deg);
  transform: translateX(-100%) rotateY(-90deg);
  background-color: #c0c3c3;
}
.cd-folding-panel .fold-left {
  /* on mobile only the right fold side is visible */
  display: none;
}
.cd-folding-panel .fold-left::after {
  background-color: #f9fafa;
}
.cd-folding-panel .cd-close {
  /* 'X' close icon */
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s;
  -moz-transition: opacity 0.2s 0s;
  transition: opacity 0.2s 0s;
}
.cd-folding-panel .cd-close::after, .cd-folding-panel .cd-close::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #544173;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-folding-panel .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-folding-panel .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-folding-panel.is-open {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.cd-folding-panel.is-open .fold-right::after,
.cd-folding-panel.is-open .fold-left::after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s 0s, background-color 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, background-color 0.5s 0s;
  transition: transform 0.5s 0s, background-color 0.5s 0s;
}
.cd-folding-panel.is-open .fold-right::after {
  background-color: #f9fafa;
}
.cd-folding-panel.is-open .cd-close {
  opacity: 1;
  -webkit-transition: opacity 0.2s 0.5s;
  -moz-transition: opacity 0.2s 0.5s;
  transition: opacity 0.2s 0.5s;
}
.cd-fold-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 4em 2em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.cd-fold-content > * {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.cd-fold-content hr {
  color: #cddff7;
  margin-left: -20px;
  margin-top: 40px;
}
.cd-fold-content > .journal p {
  color: #666666;
  font-size: 12px;
}
.cd-fold-content > .journal b {
	font-weight: bold;
	color: #000000;
}
.cd-fold-content h2 {
  font-size: 4.8rem;
  -webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s, opacity 0.2s 0.2s;
  transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.cd-fold-content > img {
  display: table;
  margin: 0 auto;
  max-width: 150px;
}
.cd-fold-content p, .cd-fold-content em {line-height: 1.4;}
.cd-fold-content em {
  display: table;
  font-family: lato,sans-serif;
  font-size: 1.8rem;
	line-height: 2.2em;
  color: #990033;
	margin:0 auto;
  -webkit-transition: -webkit-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  -moz-transition: -moz-transform 0.2s 0.1s, opacity 0.2s 0.1s;
  transition: transform 0.2s 0.1s, opacity 0.2s 0.1s;
}
.cd-fold-content p {
  margin-bottom: 1em;
  font-size: 1.7rem;
  -webkit-transition: -webkit-transform 0.2s 0s, opacity 0.2s 0s;
  -moz-transition: -moz-transform 0.2s 0s, opacity 0.2s 0s;
  transition: transform 0.2s 0s, opacity 0.2s 0s;
}
.conclusion {
  background-color: #ffffff;
  border: 1px solid #cddff7;
  padding: 10px;
}
.cd-fold-content h3 {
  color: #888888;
  font-size: 2.1em;
  font-weight: 100;
}
.is-open .cd-fold-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.is-open .cd-fold-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.is-open .cd-fold-content h2 {
  color: #ffffff;
  margin-left: -15px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.is-open .cd-fold-content em {
  -webkit-transition: -webkit-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  -moz-transition: -moz-transform 0.2s 0.6s, opacity 0.2s 0.6s;
  transition: transform 0.2s 0.6s, opacity 0.2s 0.6s;
}
.is-open .cd-fold-content p {
  -webkit-transition: -webkit-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  -moz-transition: -moz-transform 0.2s 0.7s, opacity 0.2s 0.7s;
  transition: transform 0.2s 0.7s, opacity 0.2s 0.7s;
}
.is-open .cd-fold-content h5 {
  border: 1px solid #cddff7;
  border-radius: 5px;
  color: #007abc;
  display: table;
  font-family: 'Arizonia', georgia, serif;
  margin-top: 30px;
  padding: 10px;
}
.is-open .cd-fold-content h5:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #007ABC;
}
.is-open .cd-fold-content h5:hover a {color: #fff;}
.screen {
  display: table;
  margin: 40px auto 0;
}
.screen > img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .cd-folding-panel {width: 600px;}
  .cd-fold-content h2 {font-size: 4.5rem;}
  .cd-fold-content em {font-size: 2.3rem;line-height: 1.1em;margin: 10px 0;}
  .cd-fold-content p {font-size: 2.2rem;}
  .cd-fold-content > img {float: right;max-width: inherit;}
}
@media only screen and (min-width: 1100px) {
  .cd-folding-panel {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 800px;
  }
  .cd-folding-panel .fold-left,
  .cd-folding-panel .fold-right {
    width: 50%;
    float: left;
    height: 100%;
  }
  .cd-folding-panel .fold-right {
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 0% 50%;
    -moz-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
  }
  .cd-folding-panel .fold-right::after {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    -moz-transform: translateX(-100%) rotateY(-90deg);
    -ms-transform: translateX(-100%) rotateY(-90deg);
    -o-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
  }
  .cd-folding-panel .fold-left {
    display: block;
    /* change perspective-origin so that the 2 fold sides have the same vanishing point */
    -webkit-perspective-origin: 100% 50%;
    -moz-perspective-origin: 100% 50%;
    perspective-origin: 100% 50%;
  }
  .cd-folding-panel .fold-left::after {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(100%) rotateY(90deg);
    -moz-transform: translateX(100%) rotateY(90deg);
    -ms-transform: translateX(100%) rotateY(90deg);
    -o-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
  }
  .cd-fold-content {
    padding: 4em;
  }
  .cd-fold-content > * {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  .cd-fold-content em {font-size: 2.5rem;}
  .cd-fold-content p {font-size: 2.8rem;}
}

/* -------------------------------- 
Javascript disabled
-------------------------------- */
.no-js .cd-fold-content.single-page {
  position: static;
  visibility: visible;
  height: auto;
  background-color: #dadcdc;
}
.no-js .cd-fold-content.single-page > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.footer {
  border-top: 1px dotted #990033;
  bottom: 0;
  color: #000;
  line-height: 30px;
  margin-top: 80px;
  text-align: center;
  width: 100%;
}
.footer a{
  color: #007abc;
  font-family: lato,arial,sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  padding: 0 10px;
  text-shadow: 0 1px 1px #fff;
}
.footer a:hover{color:#990033;}
bqc{ font-variant:small-caps;}/*para los puntos·bqc en versalita*/
yysup {/*para los + y los - de las fórmulas de puntos·bqc*/
  color: #fff;
  font-family: arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -5px;
  line-height: 0;
  position: relative;
  top: 8px;
  vertical-align: baseline;
}