/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   @font-face {
    font-family: "gotham";
    src: url("../fonts/Gotham-Book.woff") format("woff"),
      url("../fonts/Gotham-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  
  html,
  button,
  input,
  select,
  textarea {
    color: #222;
  }
  
  body {
    font-size: 1em;
    line-height: 1.4;
    font-family: "gotham";
  }
  
  a {
    color: #00e;
    font-family: "gotham";
  }
  
  a:visited {
    color: #551a8b;
  }
  
  a:hover {
    color: #06e;
  }
  h1,
  h2,
  h3,
  h4,
  p {
    font-family: "gotham";
  }
  /*
   * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
   */
  
  img {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  
  /* Prevent callout */
  
  .nocallout {
    -webkit-touch-callout: none;
  }
  
  .pressed {
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  /* A hack for HTML5 contenteditable attribute on mobile */
  
  textarea[contenteditable] {
    -webkit-appearance: none;
  }
  
  /* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
     they have been set as display: none */
  
  .gifhidden {
    position: absolute;
    left: -100%;
  }
  
  /*
   * Image replacement
   */
  
  .ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
  }
  
  .ir br {
    display: none;
  }
  
  /*
   * Hide from both screenreaders and browsers: h5bp.com/u
   */
  
  .hidden {
    display: none !important;
    visibility: hidden;
  }
  
  /*
   * Hide only visually, but have it available for screenreaders: h5bp.com/v
   */
  
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */
  
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  
  /*
   * Hide visually and from screenreaders, but maintain layout
   */
  
  .invisible {
    visibility: hidden;
  }
  
  /**
   * Clearfix helper
   * Used to contain floats: h5bp.com/q
   */
  
  .clearfix:before,
  .clearfix:after {
    content: "";
    display: table;
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     Theses examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  /* ==========================================================================
     Custom css for this example
     ========================================================================== */
  
  body,
  html {
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  
  body,
  html,
  .wowbook-container {
    background: #e5e5e5;
  }
  
  /* hide book to avoid flash of unstyled content */
  .js #book {
    margin-left: -10000px;
  }
  
  #book.wowbook {
    /* center horizontally */
    margin: auto;
  }
  
  /* my css */
  header {
    background:white;/* #0A5199;*/
    z-index: 5;
    position: absolute;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }
  header:hover {
    background: white/*#06037a;*/
  }
  header a {
    padding: 20px;
    padding-left: 50px;
    display: block;
    position: relative;
  }
  header a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-bottom: solid 3px white;
    border-left: solid 3px white;
    left: 16px;
    transform: rotate(45deg);
    top: 24px;
  }
  header img {
    max-width: 115px;
  }
  
  .wowbook-controls,
  .wowbook-share-buttons,
  .wowbook-nav {
    background: #0A5199;
  }
  .wowbook-control:hover {
    background: #009CDD;
  }
  .wowbook-control-toc,
  .wowbook-control-flipsound {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .wowbook-container-full {
    z-index: 2;
    min-height: 657px;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .button-remain:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    top: 10px;
    left: 10px;
  }
  .button-remain img {
    position: absolute;
    left: 21px;
    top: 23px;
  }
  .button-remain {
    position: absolute;
    bottom: 50px;
    z-index: 5;
    right: 50px;
    text-decoration: none;
    font-size: 18px;
    background: #009CDD;
    color: #0A5199 !important;
    padding: 23px 30px;
    padding-bottom: 22px;
    overflow: hidden;
    transition: 0.5s;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 50px;
    border-radius: 35px;
    box-shadow: 0 1px 7px 0 rgba(0, 44, 59, 0.2);
    font-weight: 700;
  }
  .button-remain span {
    color: transparent;
    transition: 0.5s;
  }
  .button-remain:hover {
    max-width: 250px;
    padding-left: 80px;
    padding-right: 20px;
  }
  .button-remain:hover span {
    color: white;
  }
  .close-co {
    position: absolute;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 6px 0 rgba(0, 44, 59, 0.2);
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    top: -20px;
    right: -20px;
  }
  .content-button-co ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .content-button-co {
    position: absolute;
    bottom: 130px;
    right: 100px;
    z-index: 5;
    border-radius: 15px;
    box-shadow: 0 1px 6px 0 rgba(0, 44, 59, 0.2);
    background-color: #ffffff;
    padding: 30px 25px;
    width: 300px;
    transform: scale(0);
    transition: 0.5s;
    transform-origin: bottom right;
  }
  .content-button-co.active {
    transform: none;
  }
  .content-modal-center .content-description {
    color: #0A5199;
    font-size: 14px;
    opacity: 0.6;
    margin-top: 13px;
  }
  .content-modal-center h2 {
    font-family: sans-serif;
    color: #0A5199;
    font-size: 19px;
    max-width: 200px;
    display: inline-block;
  }
  .content-modal-center h2,
  .content-modal-center p {
    margin: 0px;
  }
  .content-modal-center {
    position: absolute;
    max-width: 280px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 12.3px;
    box-shadow: 0 1px 5px 0 rgba(0, 44, 59, 0.2);
    background-color: #ffffff;
    text-align: center;
    padding: 45px 20px;
  }
  .modalgracias {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    z-index: 15;
  }
  .modalgracias.remove {
    pointer-events: none;
    opacity: 0;
  }
  .modalgracias {
    transition: 0.5s;
  }
  .closes-modal-center {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .close-co img {
    position: absolute;
    left: 15px;
    top: 14px;
    width: 20px;
  }
  .header-c {
    color: #0A5199;
    font-weight: 700;
    font-size: 18px;
    border-radius: 15px;
    box-shadow: 0 1px 6px 0 rgba(0, 44, 59, 0.2);
    background-color: #ffffff;
    padding: 20px;
    padding-left: 50px;
  }
  .header-c:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: solid 2px #009CDD;
    border-right: solid 2px #009CDD;
    left: 15px;
    transform: rotate(-45deg);
    top: 24px;
  }
  .header-c {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .content-button-co li:last-child .header-c {
    margin-bottom: 0px;
  }
  .button-remain {
    transition: 0.5s;
  }
  .button-remain:hover {
    background: #0A5199;
    color: white !important;
  }
  .back:before {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: solid 2px #009CDD;
    border-right: solid 2px #009CDD;
    position: absolute;
    transform: rotate(135deg);
    left: 0;
    top: 5px;
  }
  .back {
    font-size: 18px;
    position: relative;
    color: #0A5199;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 30px;
    cursor: pointer;
  }
  .input-c.select-c select {
    color: #0A5199;
    font-size: 14px;
    outline: none;
  }
  .input-c input {
    width: 90%;
    border: none;
    background: transparent;
    color: #0A5199;
    font-size: 14px;
    outline: none;
    transition: 0.5s;
  }
  .btn {
    border: none;
    border-radius: 25px;
    width: 100%;
    background: #009CDD;
    padding: 10px;
    color: #0A5199;
    font-size: 18px;
  }
  .btn.enviado {
    pointer-events: none;
    opacity: 0.7;
  }
  .input-c.select-c:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-bottom: solid 2px #0A5199;
    border-left: solid 2px #0A5199;
    right: 16px;
    z-index: 6;
    pointer-events: none;
    transform: rotate(-45deg);
    top: 14px;
  }
  .input-c.select-c:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background: #009CDD;
    pointer-events: none;
    top: 7px;
    z-index: 5;
    right: 6px;
    border-radius: 4px;
  }
  .input-c.select-c select {
    position: relative;
    top: 4px;
    width: 100%;
    border: none;
    background: transparent;
  }
  .input-c.select-c label {
    top: 5px;
  }
  .input-c.active label {
    top: 5px;
  }
  .input-c.field-error label {
    top: 5px;
  }
  .input-c label {
    position: absolute;
    color: #0A5199;
    font-size: 11px;
    text-transform: uppercase;
    opacity: 0.5;
    top: 22px;
    left: 10px;
    pointer-events: none;
  }
  .button-input-form {
    margin-top: 15px;
  }
  .input-c input:focus + label {
    top: 5px;
  }
  .input-c {
    margin: 5px 0px;
    border-radius: 5px;
    background-color: #f9f9fb;
    border: solid 1px rgba(162, 197, 209, 0.3);
    position: relative;
    padding: 15px 10px;
  }
  .content-back-c p {
    margin: 0px;
    font-size: 12px;
    color: #0A5199;
    line-height: 20px;
  }
  .content-back-c h2 {
    margin: 0px;
    font-size: 16px;
    color: #0A5199;
    margin-top: 15px;
    font-family: sans-serif;
  }
  p#c_direccion {
    margin-bottom: 15px;
  }
  .input-c label.error {
    text-transform: none;
    font-size: 9px;
    color: red;
    bottom: 2px;
    top: auto !important;
    opacity: 0.7;
  }
  .input-c.field-error {
    border: solid 1px #ffb2b2;
    background: rgba(255, 223, 223, 0.43);
  }
  .book_container {
    height: 100%;
  }
  
  /*animaciones */
  
  .preload-c .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .preload-c {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background: #0A5199;
    transition: 0.5s;
  }
  .preload-c.destroy {
    pointer-events: none;
    opacity: 0;
  }
  .profile-main-loader {
    left: 50% !important;
    margin-left: -100px;
    position: fixed !important;
    top: 50% !important;
    margin-top: -100px;
    width: 45px;
    z-index: 9000 !important;
  }
  
  .profile-main-loader .loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
  }
  .profile-main-loader .loader:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  .circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  
  .loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite,
      color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
  
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124;
    }
  }
  @-webkit-keyframes color {
    0% {
      stroke: #009CDD;
    }
    40% {
      stroke: #009CDD;
    }
    66% {
      stroke: #009CDD;
    }
    80%,
    90% {
      stroke: #009CDD;
    }
  }
  @keyframes color {
    0% {
      stroke: #009CDD;
    }
    40% {
      stroke: #009CDD;
    }
    66% {
      stroke: #009CDD;
    }
    80%,
    90% {
      stroke: #009CDD;
    }
  }
  
  a.button.button-remain {
    animation: palpita 0.5s linear infinite;
  }
  
  @keyframes paplpita {
    0% {
      transform: scale(1);
    }
    30% {
      transform: scale(1.2);
    }
    50% {
      transform: scale(1);
    }
    70% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @media (max-width: 1025px) {
    header {
      position: relative;
      border-radius: 0px;
    }
    .wowbook-container-full {
      min-height: 500px;
    }
  }
  
  @media (max-width: 768px) {
    .wowbook-control-zoomin,
    .wowbook-control-zoomout,
    .wowbook-control-download {
      display: none;
    }
    #c_document {
      display: inline-block;
      width: 120px;
    }
    #type_document {
      display: inline-block;
      width: calc(100% - 169px);
    }
    .button-remain {
      height: 30px;
      padding-left: 25px !important;
      right: 5px;
      bottom: 50px;
      padding-bottom: 17px;
      width: 40px;
      padding-right: 6px !important;
    }
    .button-remain span {
      display: none;
    }
    .content-button-co {
      bottom: 0px;
      right: 0px;
      min-width: auto;
      width: calc(100% - 40px);
      z-index: 9;
      border-radius: 0px;
      height: calc(100% - 135px);
      overflow-x: hidden;
      overflow-y: scroll;
    }
    .header-c {
      font-size: 14px;
    }
    .book_container {
      height: 100%;
    }
    .wowbook-control-toc,
    .wowbook-control-flipsound {
      display: none;
    }
    .wowbook-container-full {
      height: 100%;
    }
    .wowbook-book-container {
      height: calc(100% - 120px) !important;
    }
    body,
    html {
      overflow: hidden;
    }
    .close-co img {
      width: 15px;
      top: 12px;
      left: 14px;
    }
    .close-co {
      right: 0px;
      top: 0px;
      z-index: 5;
      width: 40px;
      height: 40px;
      box-shadow: none;
    }
  }



  .captcha-box { border-radius: 1px; border: 1px solid; padding: 2rem; max-width: 600px; margin: 3px 0; }
      #canvas {
        width: 200px;
        height: 60px;
      }
	  
.wowbook-page-number{
	display:none;
}