*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

footer, header, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

@font-face {
  font-family: 'light';
  src: url("../fonts/dlight.woff") format("woff"), url("../fonts/dlight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'regular';
  src: url("../fonts/dregular.woff") format("woff"), url("../fonts/dregular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'medium';
  src: url("../fonts/dmedium.woff") format("woff"), url("../fonts/dmedium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'light',"sans-serif"; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'light',"sans-serif";
  font-size: 18px; }

.flipbook-main-wrapper {
  background-color: #000000 !important; }

.flipbook-thumbHolder {
  width: 200px; }
  .flipbook-thumbHolder .flipbook-thumbsWrapper {
    width: 200px; }
    .flipbook-thumbHolder .flipbook-thumbsWrapper .flipbook-thumbsScroller {
      width: 200px;
      min-width: 200px; }

.flipbook-menu-header .flipbook-menu-title.skin-color.flipbook-color-light {
  color: #ffffff; }

.flipbook-menuBottom {
  display: none !important; }

.flipbook-bookLayer {
  bottom: 0px !important; }

.flipbook-btn-close {
  background-image: url(../img/close-thumbs.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  .flipbook-btn-close > span {
    display: none !important; }

.flipbook-thumb-num {
  font-size: 15px;
  font-family: 'light',"sans-serif";
  color: #171717; }

.internalLink {
  width: 0.1% !important; }

.flipbook-page-htmlContent .overaction {
  position: absolute;
  height: 5%;
  aspect-ratio: 1/1;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  animation: blinkamarillo 3s ease-in-out infinite;
  -webkit-animation: blinkamarillo 3s ease-in-out infinite;
  -moz-animation: blinkamarillo 3s ease-in-out infinite;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .flipbook-page-htmlContent .overaction:hover {
    background-color: #FBFEA7;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .flipbook-page-htmlContent .overaction.gallery {
    background-image: url(../../proy/img/icon-doc-galeria.svg); }
  .flipbook-page-htmlContent .overaction.image {
    background-image: url(../../proy/img/icon-doc-ver.svg); }
  .flipbook-page-htmlContent .overaction.url {
    background-image: url(../../proy/img/icon-doc-url.svg); }
  .flipbook-page-htmlContent .overaction.video {
    background-image: url(../../proy/img/icon-doc-play.svg); }
  .flipbook-page-htmlContent .overaction.download {
    background-image: url(../../proy/img/icon-doc-descarga.svg); }
  .flipbook-page-htmlContent .overaction.search {
    background-image: url(../../proy/img/icon-doc-buscar.svg);
    border-radius: 100%; }
  .flipbook-page-htmlContent .overaction.point {
    background-image: url(../../proy/img/icon-doc-apunta-flecha.svg);
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 3%; }
    .flipbook-page-htmlContent .overaction.point.active {
      opacity: 1;
      visibility: visible;
      -webkit-animation: blinka 1s ease-in-out infinite;
      animation: blinka 1s ease-in-out infinite; }

.video-container {
  width: 100%;
  height: 100vh; }
  .video-container video {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    width: 100%;
    height: 100%; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@-webkit-keyframes blinkamarillo {
  0% {
    background-color: #FFFFFF; }
  50% {
    background-color: #ccc; }
  100% {
    background-color: #FFFFFF; } }

@keyframes blinkamarillo {
  0% {
    background-color: #FFFFFF; }
  50% {
    background-color: #ccc; }
  100% {
    background-color: #FFFFFF; } }

@-webkit-keyframes blinka {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blinka {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

button.mfp-close {
  background-image: url(../img/close-thumbs-duo.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  display: block;
  text-align: left !important;
  text-indent: -9999px; }

.mfp-title {
  font-family: 'regular', "sans-serif";
  color: #FFFFFF;
  font-size: 16px; }

.mfp-counter {
  font-family: 'regular', "sans-serif";
  color: #FFFFFF;
  font-size: 16px; }

body {
  position: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #171717; }

#download-snippet {
  display: none; }

#lang-container {
  position: fixed;
  top: 0;
  left: auto;
  width: auto;
  pointer-events: auto;
  right: 0;
  z-index: 150;
  text-align: right;
  padding: 10px 20px 1px 10px;
  font-size: 15px;
  font-family: 'regular', "sans-serif";
  background-color: rgba(0, 0, 0, 0.3); }
  #lang-container .lang {
    position: relative;
    color: #FFFFFF; }
    #lang-container .lang > div.sel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
    #lang-container .lang img.down {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: 6px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #lang-container .lang img.int {
      display: inline;
      height: 16px;
      width: auto;
      margin-left: 6px; }
    #lang-container .lang ul {
      opacity: 0;
      visibility: hidden;
      margin-top: 12px;
      text-align: left;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      height: 0;
      max-height: 0; }
      #lang-container .lang ul li {
        text-transform: uppercase;
        list-style: none;
        margin-bottom: 10px; }
        #lang-container .lang ul li:last-child {
          margin-bottom: 6; }
        #lang-container .lang ul li a {
          color: #FFFFFF;
          -webkit-transform: none;
                  transform: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          #lang-container .lang ul li a.act {
            text-decoration: underline; }
    #lang-container .lang.active img.down {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #lang-container .lang.active ul {
      opacity: 1;
      visibility: visible;
      max-height: 200px;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

#lateral {
  width: 200px;
  position: absolute;
  top: 0;
  left: -200px;
  height: 100vh;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 51; }
  #lateral .contenido {
    position: relative;
    background-color: #FFFFFF;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2); }
    #lateral .contenido #burguer-container {
      position: absolute;
      top: 0;
      right: -40px;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 40px;
          -ms-flex: 40px 0 0px;
              flex: 40px 0 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      background-color: rgba(0, 0, 0, 0.2);
      mix-blend-mode: multiply; }
      #lateral .contenido #burguer-container .burguer {
        position: relative;
        margin-top: 7px;
        margin-bottom: 7px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #lateral .contenido #burguer-container .burguer, #lateral .contenido #burguer-container .burguer::before, #lateral .contenido #burguer-container .burguer::after {
          display: block;
          width: 20px;
          height: 2px;
          background-color: #FFFFFF;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          transition-property: background-color, -webkit-transform;
          transition-property: background-color, transform;
          transition-property: background-color, transform, -webkit-transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        #lateral .contenido #burguer-container .burguer::before, #lateral .contenido #burguer-container .burguer::after {
          position: absolute;
          content: ""; }
        #lateral .contenido #burguer-container .burguer::before {
          top: -7px; }
        #lateral .contenido #burguer-container .burguer::after {
          top: 7px; }
      #lateral .contenido #burguer-container.active .burguer {
        background-color: transparent; }
      #lateral .contenido #burguer-container.active .burguer::before, #lateral .contenido #burguer-container.active .burguer::after {
        background-color: #FFFFFF; }
      #lateral .contenido #burguer-container.active .burguer::before {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg); }
      #lateral .contenido #burguer-container.active .burguer::after {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg); }
      #lateral .contenido #burguer-container.active:hover .burguer {
        background-color: transparent; }
      #lateral .contenido #burguer-container.active:hover .burguer::before, #lateral .contenido #burguer-container.active:hover .burguer::after {
        background-color: #FFFFFF; }
      #lateral .contenido #burguer-container.active:hover .burguer::before {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg); }
      #lateral .contenido #burguer-container.active:hover .burguer::after {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg); }
    #lateral .contenido #logo {
      -webkit-box-flex: 30px;
          -ms-flex: 30px 0 0px;
              flex: 30px 0 0;
      padding: 27px 30px 20px 30px; }
      #lateral .contenido #logo h1 {
        width: 100%;
        height: 30px;
        display: block; }
        #lateral .contenido #logo h1 a {
          display: block;
          height: 30px; }
          #lateral .contenido #logo h1 a img {
            -o-object-fit: contain;
               object-fit: contain;
            width: 100%;
            height: 30px;
            -o-object-position: left center;
               object-position: left center; }
    #lateral .contenido #sitemap {
      -webkit-box-flex: 1;
          -ms-flex: auto 1 1;
              flex: auto 1 1;
      padding: 30px 30px 30px 30px;
      overflow-y: scroll; }
      #lateral .contenido #sitemap ul.pages {
        font-size: 15px;
        font-family: 'light',"sans-serif";
        line-height: 1.3em; }
        #lateral .contenido #sitemap ul.pages > li {
          margin-bottom: 30px; }
          #lateral .contenido #sitemap ul.pages > li > a {
            font-family: 'medium', "sans-serif";
            display: block;
            margin-bottom: 5px; }
            #lateral .contenido #sitemap ul.pages > li > a:hover {
              text-decoration: underline; }
          #lateral .contenido #sitemap ul.pages > li > ul > li a {
            font-family: 'light',"sans-serif";
            text-transform: uppercase; }
            #lateral .contenido #sitemap ul.pages > li > ul > li a:hover {
              text-decoration: underline; }
    #lateral .contenido #tools {
      -webkit-box-flex: 90px;
          -ms-flex: 90px 0 0px;
              flex: 90px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%;
      height: 900px;
      padding: 20px;
      background-color: #FBFEA7; }
      #lateral .contenido #tools .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: auto 1 1;
                flex: auto 1 1;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 5px; }
      #lateral .contenido #tools .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
        -webkit-box-flex: 25px;
            -ms-flex: 25px 0 0px;
                flex: 25px 0 0; }
      #lateral .contenido #tools .tool {
        width: 25px;
        height: 25px;
        display: inline-block;
        cursor: pointer;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        #lateral .contenido #tools .tool.download {
          background-image: url(../img/icon-tools-descarga.svg); }
        #lateral .contenido #tools .tool.gallery {
          background-image: url(../img/icon-tools-galeria.svg); }
        #lateral .contenido #tools .tool.text {
          display: none;
          background-image: url(../img/icon-tools-texto.svg); }
        #lateral .contenido #tools .tool.plus {
          background-image: url(../img/icon-tools-mas.svg); }
        #lateral .contenido #tools .tool.minus {
          background-image: url(../img/icon-tools-menos.svg); }
        #lateral .contenido #tools .tool.playpause {
          background-image: url(../img/icon-tools-play.svg); }
        #lateral .contenido #tools .tool.playpause.active {
          background-image: url(../img/icon-tools-pause.svg); }
        #lateral .contenido #tools .tool:active {
          background-color: #ccc;
          -webkit-transition: none;
          transition: none; }
        #lateral .contenido #tools .tool.active {
          background-color: #ccc;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
  #lateral.active {
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #lateral.active .contenido #burguer-container .burguer {
      background-color: transparent; }
    #lateral.active .contenido #burguer-container .burguer::before, #lateral.active .contenido #burguer-container .burguer::after {
      background-color: #FFFFFF; }
    #lateral.active .contenido #burguer-container .burguer::before {
      -webkit-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
    #lateral.active .contenido #burguer-container .burguer::after {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); }
/*# sourceMappingURL=styles.css.map */