@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
@include font-face('din-regular','din-regular-webfont');
@include font-face('din-bold','din-bold-webfont');
*/
@font-face {
  font-family: "futura";
  src: url("font/Futura-Medium.eot");
  src: local("☺"), url("font/Futura-Medium.woff") format("woff"), url("font/Futura-Medium.ttf") format("truetype"), url("font/Futura-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto";
  src: url("font/Roboto_400_normal.eot");
  src: local("☺"), url("font/Roboto_400_normal.woff") format("woff"), url("font/Roboto_400_normal.ttf") format("truetype"), url("font/Roboto_400_normal.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-bold";
  src: url("font/Roboto-Bold.eot");
  src: local("☺"), url("font/Roboto-Bold.woff") format("woff"), url("font/Roboto-Bold.ttf") format("truetype"), url("font/Roboto-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-light";
  src: url("font/Roboto-Light-webfont.eot");
  src: local("☺"), url("font/Roboto-Light-webfont.woff") format("woff"), url("font/Roboto-Light-webfont.ttf") format("truetype"), url("font/Roboto-Light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-thin";
  src: url("font/Roboto-Thin.eot");
  src: local("☺"), url("font/Roboto-Thin.woff") format("woff"), url("font/Roboto-Thin.ttf") format("truetype"), url("font/Roboto-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ejemplo:
        body {
          @include background-image('pattern');
        }
*/
/* ejemplo:
        .foo {
            @include transition(transform 0.2s ease-in 0.2s, opacity 0.2s ease);
        }
*/
/* ejemplo:
        @include keyframes(slide-down) {
          0% { opacity: 1; }
          90% { opacity: 0; }
        }
        .element {
          @include animation('slide-down 5s 3');
        }
*/
/* ejemplo:
        .container-with-floated-children {
          @extend %clearfix;
        }
*/
.group::after {
  clear: both;
  content: "";
  display: table; }

.clearfix {
  clear: both; }

.oculto {
  opacity: 0;
  pointer-events: none; }

.visible {
  opacity: 1 !important; }

.v-align {
  display: table;
  width: 100%;
  height: 100%; }
  .v-align .txt {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
    .v-align .txt > strong {
      font-size: 120%; }

.nobreak {
  white-space: nowrap; }

.textalign-right {
  text-align: right; }

.textalign-center {
  text-align: center; }

.float-right {
  float: right; }

.float-left {
  float: left; }

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

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes uil-rolling-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.uil-rolling-css {
  width: 200px;
  height: 200px;
  transform: scale(0.4);
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 30%; }

.uil-rolling-css > div {
  width: 200px;
  height: 200px;
  position: relative;
  -ms-animation: uil-rolling-anim 1s linear infinite;
  -moz-animation: uil-rolling-anim 1s linear infinite;
  -webkit-animation: uil-rolling-anim 1s linear infinite;
  -o-animation: uil-rolling-anim 1s linear infinite;
  animation: uil-rolling-anim 1s linear infinite; }

.uil-rolling-css > div div {
  position: absolute;
  width: 200px;
  height: 100px;
  border-radius: 1000px 1000px 0 0;
  border-color: #ffffff;
  border-style: solid;
  border-width: 60px;
  border-bottom-width: 0; }

.uil-rolling-css > div div:nth-of-type(2) {
  -ms-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -moz-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -webkit-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  -o-transform: translate(0, 50px) rotate(54deg) translate(0, -50px);
  transform: translate(0, 50px) rotate(54deg) translate(0, -50px); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  font-size: 14px;
  line-height: 1.428;
  color: #454141;
  font-family: roboto, sans-serif;
  background: #ffffff; }

a, a:hover, a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent !important; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  font-weight: normal; }

input:focus,
select:focus {
  outline: none; }

/** componentes */
#simbolos {
  display: none; }

#overlay,
#dlgMensaje,
#dlgConfirmacion,
#loader {
  display: none; }

#overlay,
#dlgMensaje,
#dlgConfirmacion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }

#dlgMensaje > .panel,
#dlgConfirmacion > .panel {
  position: absolute;
  width: 95%;
  top: 30%;
  left: 2.5%;
  padding: 2em 1.5em;
  background: #ffffff;
  color: #454141; }
  #dlgMensaje > .panel .opciones,
  #dlgConfirmacion > .panel .opciones {
    padding-top: 1em;
    text-align: center; }
  #dlgMensaje > .panel button,
  #dlgConfirmacion > .panel button {
    padding: 0 0.8em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background: #f16d64;
    color: #ffffff;
    text-align: center;
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.3em 0.6em;
    min-width: 4em; }

.inlineblock {
  display: inline-block; }

a svg,
a use {
  pointer-events: none; }

strong,
.strong {
  font-family: roboto-bold; }

/** estructura general */
@media (min-width: 768px) {
  body.webapp > #root {
    width: 75vh; } }

#root {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0; }

.pag {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  pointer-events: none;
  background: #ffffff;
  -webkit-transform: translate3d(0, 0, 0); }
  .pag.activa {
    opacity: 1;
    pointer-events: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 0;
    /*

    &.nueva {
      z-index: 1;
      background-color: #dae3e8;
    }

    &.quitando {
      right: -100%;
      z-index: 1;
    }
    */ }
  .pag .topbar {
    position: relative;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: stretch;
    -webkit-align-content: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    height: 55px;
    min-height: 55px;
    width: 100%;
    padding: 5px 5px;
    background: #454141;
    color: #ffffff; }
    .pag .topbar .titulo {
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
      position: relative;
      height: 100%;
      width: 100%;
      line-height: 45px;
      font-size: 1.2em;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .pag .topbar .titulo a {
        position: absolute;
        right: 0;
        display: inline-block;
        height: 85%;
        margin: 0;
        vertical-align: middle; }
        .pag .topbar .titulo a svg {
          display: inline-block;
          height: 100%; }
    .pag .topbar a.ico {
      display: block;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
      width: 45px;
      min-width: 45px;
      background: none no-repeat center; }
      .pag .topbar a.ico.back {
        width: 45px;
        min-width: 45px;
        position: relative;
        /*top: -1 * $topbar-padding-tb;
        left: -1 * $topbar-padding-lr;
        height:$topbar-height;
        min-height:$topbar-height;*/
        background-image: url("../img/izq.svg");
        background-position: left 5px center; }
    .pag .topbar a.burger,
    .pag .topbar .placeholder {
      display: block;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
      width: 45px;
      min-width: 45px;
      position: relative;
      /*top: -1 * $topbar-padding-tb;
      left: $topbar-padding-lr;
      height:$topbar-height;
      min-height:$topbar-height;*/
      line-height: 40px;
      text-align: center;
      font-size: 41px; }
    .pag .topbar a.burger {
      background: url("../img/burger-puntos.svg") no-repeat center;
      background-size: auto 80%; }
      .pag .topbar a.burger > svg {
        display: none; }
  .pag .contenido {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }

/* transiciones */
.pag.fadein-pre {
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }
  .pag.fadein-pre.fadein-pos {
    opacity: 1;
    pointer-events: auto; }

.pag.recorrer-pre {
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  pointer-events: auto;
  bottom: 0;
  left: 0;
  -webkit-transition: left 0.35s ease-in;
  -moz-transition: left 0.35s ease-in;
  -o-transition: left 0.35s ease-in;
  transition: left 0.35s ease-in; }
  .pag.recorrer-pre.vieja {
    left: 0; }
  .pag.recorrer-pre.nueva {
    left: 100%; }
  .pag.recorrer-pre.vieja.recorrer-pos {
    left: -100%; }
  .pag.recorrer-pre.nueva.recorrer-pos {
    left: 0; }

.pag.top2bottom-pre {
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  pointer-events: auto; }
  .pag.top2bottom-pre.vieja {
    -webkit-transition: -webkit-transform 0.2s ease-in, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s ease-in, opacity 0.3s;
    -o-transition: -o-transform 0.2s ease-in, opacity 0.3s;
    transition: transform 0.2s ease-in, opacity 0.3s; }
  .pag.top2bottom-pre.nueva {
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .pag.top2bottom-pre.vieja.top2bottom-pos {
    opacity: 0;
    transform: scale(0.7); }
  .pag.top2bottom-pre.nueva.top2bottom-pos {
    max-height: 9999px; }

/** paginas */
#pag-login .contenido {
  position: relative;
  overflow: hidden;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background: url("../img/login-fondo.jpg") no-repeat center transparent;
  background-size: cover; }
  #pag-login .contenido .logo-box {
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    top: 0;
    text-align: center; }
    #pag-login .contenido .logo-box .svg-box {
      position: relative;
      width: 45%;
      margin: 10% auto 0; }
      #pag-login .contenido .logo-box .svg-box:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
    #pag-login .contenido .logo-box svg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  #pag-login .contenido .form-box {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    top: 40%; }

#pag-login .pnl-espera,
#pag-login .pnl-nointernet {
  visibility: hidden;
  pointer-events: none;
  width: 75%;
  margin: 30% auto 0;
  text-align: center;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  #pag-login .pnl-espera.visible,
  #pag-login .pnl-nointernet.visible {
    visibility: visible;
    pointer-events: auto; }

#pag-login .pnl-nointernet img {
  width: 100px; }

#pag-login .pnl-nointernet .lbl {
  margin-top: 1em; }

@media (min-width: 768px) {
  #pag-login .pnl-nointernet img {
    width: 200px; }
  #pag-login .pnl-nointernet .lbl {
    font-size: 2em; } }

#pag-login .form-login {
  visibility: hidden;
  pointer-events: none;
  width: 60%;
  margin: 0 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  flex-grow: 1;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-align-content: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  font-size: 1em; }
  #pag-login .form-login.visible {
    visibility: visible;
    pointer-events: auto; }
  @media (min-width: 768px) {
    #pag-login .form-login {
      font-size: 1.2em; } }

#pag-login label,
#pag-login input {
  width: 100%; }

#pag-login label {
  margin-top: 1em;
  color: #014a78;
  font-family: roboto-bold; }

#pag-login .input-box {
  position: relative;
  padding: 0.3em 1em;
  margin-bottom: 0.7em;
  width: 100%;
  background: none no-repeat center bottom rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ffffff; }
  @media (min-width: 768px) {
    #pag-login .input-box {
      margin-bottom: 2em; } }

#pag-login input[type="text"],
#pag-login input[type="password"] {
  padding: 0.2em 0 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2em;
  border: 0 none;
  color: #014a78; }
  @media (min-width: 768px) {
    #pag-login input[type="text"],
    #pag-login input[type="password"] {
      font-size: 1.4em; } }

#pag-login a#btn-login,
#pag-login a#lnk-registro {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1em; }
  @media (min-width: 768px) {
    #pag-login a#btn-login,
    #pag-login a#lnk-registro {
      margin-top: 2em; } }

#pag-login a#btn-login {
  width: 9em;
  padding: 0.35em 0.8em;
  margin-top: 1em;
  text-align: center;
  background: #ffffff;
  color: #06a7e7;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  font-size: 1.2em;
  font-family: roboto-light,sans-serif; }
  @media (min-width: 768px) {
    #pag-login a#btn-login {
      width: 11em;
      padding: 0.4em 2em;
      font-size: 1.5em; } }
  #pag-login a#btn-login:active, #pag-login a#btn-login:hover {
    background: #06a7e7;
    color: #ffffff; }

#pag-login a#lnk-registro {
  color: #ffffff;
  font-family: roboto-bold; }

#pag-login #pnl-login-status {
  margin-top: 1.2em;
  padding: 0 2em;
  font-size: 0.9em;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 768px) {
    #pag-login #pnl-login-status {
      margin-top: 2em; } }

#pag-inicio .topbar > .titulo {
  font-size: 1.4em; }

#pag-inicio .header {
  position: relative;
  background: url("../img/inicio-header-fondo.png") no-repeat;
  background-size: cover;
  color: #ffffff; }
  #pag-inicio .header:before {
    content: '';
    display: block;
    padding-bottom: 46.66%; }
  #pag-inicio .header h1 {
    position: absolute;
    width: 100%;
    top: 1.2em;
    left: 0;
    text-align: center;
    font-size: 1.4em;
    font-weight: normal; }
  #pag-inicio .header h2 {
    position: absolute;
    width: 100%;
    top: 2em;
    left: 0;
    font-size: 2em;
    font-family: roboto-bold;
    font-weight: normal;
    text-align: center; }
  #pag-inicio .header .ico {
    position: absolute;
    bottom: -0.5em;
    right: 15%;
    width: 2em;
    height: 2em;
    font-size: 2em;
    background: #014a78;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
    #pag-inicio .header .ico svg {
      display: block;
      width: 60%;
      height: 60%;
      margin: auto;
      margin-top: 20%; }

#pag-inicio .detalle {
  padding-top: 1em;
  color: #454141; }
  #pag-inicio .detalle h3 {
    padding: 0 1.5rem;
    font-size: 1.6em;
    font-family: roboto-thin;
    color: #014a78; }
  #pag-inicio .detalle #meses a {
    display: block;
    height: 2em;
    line-height: 2;
    padding: 0 1.5rem;
    color: #454141;
    font-size: 1.2em; }
    #pag-inicio .detalle #meses a:nth-child(3n+1) {
      background-color: #9ce3ff; }
    #pag-inicio .detalle #meses a:nth-child(3n+2) {
      background-color: #bdecfe; }
    #pag-inicio .detalle #meses a:nth-child(3n+3) {
      background-color: #d4f2fd; }
    #pag-inicio .detalle #meses a svg {
      height: 100%;
      width: 1em;
      float: right; }

#pag-rastreo .header {
  position: relative;
  background: url("../img/rastreo-header-fondo.jpg") no-repeat;
  background-size: cover;
  color: #ffffff; }
  #pag-rastreo .header:before {
    content: '';
    display: block;
    padding-bottom: 46.66%; }

#pag-rastreo .detalle {
  padding: 1rem 1rem 2rem;
  background: -moz-linear-gradient(top, rgba(233, 234, 236, 0) 90%, #e9eaec 100%);
  background: -webkit-linear-gradient(top, rgba(233, 234, 236, 0) 90%, #e9eaec 100%);
  background: linear-gradient(to bottom, rgba(233, 234, 236, 0) 90%, #e9eaec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9eaec', endColorstr='#e9eaec',GradientType=0 ); }

#pag-rastreo h1 {
  text-align: right;
  line-height: 1;
  font-size: 1.6em;
  font-weight: normal;
  font-family: roboto-bold;
  color: #454141; }

#pag-rastreo h2 {
  margin: 1em 0 0.5em;
  font-size: 1.6em;
  font-family: roboto-bold;
  font-weight: normal;
  color: #014a78; }

#pag-rastreo #saldo-restante {
  display: block;
  color: #f16d64; }

#pag-rastreo input[type="text"],
#pag-rastreo select {
  padding: 0.4em 0.8em 0.4em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-top: 0 none;
  border-left: 1px solid #d3d4d5;
  border-right: 1px solid #d3d4d5;
  border-bottom: 1px solid #d3d4d5;
  color: #f16d64; }

#pag-rastreo #items .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 2.5em;
  line-height: 2.5;
  padding: 0 1.5rem;
  margin: 0 -1rem;
  color: #454141;
  font-size: 1.2em; }
  #pag-rastreo #items .item:nth-child(3n+1) {
    background-color: #9ce3ff; }
  #pag-rastreo #items .item:nth-child(3n+2) {
    background-color: #bdecfe; }
  #pag-rastreo #items .item:nth-child(3n+3) {
    background-color: #d4f2fd; }
  #pag-rastreo #items .item > * {
    position: relative; }
  #pag-rastreo #items .item .elipsis {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle; }
  #pag-rastreo #items .item > *:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 24%;
    font-family: roboto-bold; }
  #pag-rastreo #items .item > *:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 44%; }
  #pag-rastreo #items .item > *:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 32%; }
    #pag-rastreo #items .item > *:nth-child(3) .badge {
      display: inline-block;
      padding: 0 0.8em;
      -webkit-border-radius: 1.5em;
      -moz-border-radius: 1.5em;
      border-radius: 1.5em;
      font-size: 0.9em;
      background: #69d5ff;
      color: #ffffff;
      text-align: center; }

#pag-rastreo .gasto-form .inputs,
#pag-rastreo .gasto-form .errores {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #pag-rastreo .gasto-form .inputs > *:nth-child(1),
  #pag-rastreo .gasto-form .errores > *:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 24%; }
  #pag-rastreo .gasto-form .inputs > *:nth-child(2),
  #pag-rastreo .gasto-form .errores > *:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 44%; }
  #pag-rastreo .gasto-form .inputs > *:nth-child(3),
  #pag-rastreo .gasto-form .errores > *:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 32%; }

#pag-rastreo .gasto-form .errores > * {
  line-height: 1;
  color: #ff0000;
  font-size: 0.9em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

#pag-rastreo .gasto-form .controls {
  margin-top: 0.5em;
  text-align: right; }

#pag-rastreo #nuevo-categoria:invalid {
  color: #85888a; }

#pag-rastreo #nuevo-categoria:focus {
  color: #f16d64; }

#pag-rastreo #btnNuevoGasto {
  padding: 0 0.8em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  font-size: 0.9em;
  background: #f16d64;
  color: #ffffff;
  text-align: center;
  width: 8em;
  padding: 0.4em 1em;
  display: inline-block;
  font-family: roboto-bold;
  font-size: 1em; }

#pag-rastreo .reporte {
  width: 60%; }
  #pag-rastreo .reporte td:first-child {
    width: 60%; }
  #pag-rastreo .reporte td:last-child {
    font-family: roboto-bold;
    text-align: right; }

#pag-rastreo .detalle-footer {
  padding: 1em 0 2em; }

#pag-rastreo #btnLimpiar {
  padding: 0 0.8em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  font-size: 0.9em;
  background: #f16d64;
  color: #ffffff;
  text-align: center;
  display: block;
  width: 12em;
  padding: 0.4em 1em;
  margin: 0 auto;
  font-family: roboto-bold;
  font-size: 1.2em; }

#pag-deposito .header {
  position: relative;
  background: url("../img/deposito-header-fondo.jpg") no-repeat;
  background-size: cover;
  color: #ffffff; }
  #pag-deposito .header:before {
    content: '';
    display: block;
    padding-bottom: 46.66%; }

#pag-deposito .detalle {
  padding: 1rem 1rem 0.5rem;
  color: #454141; }
  #pag-deposito .detalle .detalle-header {
    padding: 1rem 0 1rem;
    background: url("../img/sombra-inferior.png") no-repeat center bottom;
    background-size: 100% auto; }
  #pag-deposito .detalle h3 {
    padding: 0;
    font-size: 1.6em;
    font-family: roboto-thin;
    color: #014a78; }
  #pag-deposito .detalle .deposito {
    margin-bottom: 0.5em; }
    #pag-deposito .detalle .deposito:nth-child(2n+1) {
      background: url("../img/sombra-inferior.png") no-repeat center bottom;
      background-size: 100% auto; }
    #pag-deposito .detalle .deposito .deposito-header {
      height: 2.5em;
      line-height: 3;
      margin-top: 0.5em;
      border-bottom: 1px solid #d3d4d5;
      font-size: 1.4em;
      font-family: roboto-bold; }
      #pag-deposito .detalle .deposito .deposito-header .fecha {
        display: inline;
        font-family: roboto; }
      #pag-deposito .detalle .deposito .deposito-header i {
        position: relative;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        background: #cdeefc;
        background: -moz-radial-gradient(center, ellipse cover, #cdeefc 30%, #85d3f9 100%);
        background: -webkit-radial-gradient(center, ellipse cover, #cdeefc 30%, #85d3f9 100%);
        background: radial-gradient(ellipse at center, #cdeefc 30%, #85d3f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeefc', endColorstr='#85d3f9',GradientType=1 );
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: sub; }
        #pag-deposito .detalle .deposito .deposito-header i:before {
          content: '';
          position: absolute;
          width: 40%;
          height: 40%;
          top: 30%;
          left: 30%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #ffffff; }
    #pag-deposito .detalle .deposito .deposito-detalle {
      padding: 0 2rem;
      font-size: 1.2em;
      margin-top: 0.5em; }
      #pag-deposito .detalle .deposito .deposito-detalle .svg-box {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        padding: 0.5em;
        top: -0.2em;
        margin-right: 0.5em;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
        border-radius: 0.5em;
        vertical-align: middle; }
        #pag-deposito .detalle .deposito .deposito-detalle .svg-box:before {
          content: '';
          display: block;
          padding-bottom: 100%; }
        #pag-deposito .detalle .deposito .deposito-detalle .svg-box svg {
          position: absolute;
          width: 60%;
          height: 60%;
          left: 50%;
          top: 50%;
          margin-left: -30%;
          margin-top: -30%; }
      #pag-deposito .detalle .deposito .deposito-detalle a.pdf,
      #pag-deposito .detalle .deposito .deposito-detalle a.xml {
        display: block;
        padding: 0.5em 0;
        color: #454141; }
      #pag-deposito .detalle .deposito .deposito-detalle .pdf > .svg-box {
        background: #f16d64; }
      #pag-deposito .detalle .deposito .deposito-detalle .xml > .svg-box {
        background: #0ac37b; }

#pag-perfil .header {
  position: relative;
  background: url("../img/perfil-header-fondo.jpg") no-repeat;
  background-size: cover;
  color: #ffffff; }
  #pag-perfil .header:before {
    content: '';
    display: block;
    padding-bottom: 46.66%; }
  #pag-perfil .header .selfie {
    position: absolute;
    width: 10rem;
    height: 10rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none no-repeat center;
    background-size: 100% auto;
    bottom: -2.5rem;
    left: 50%;
    margin-left: -5rem; }

#pag-perfil .detalle {
  margin: auto;
  padding: 3rem 2rem 0.5rem;
  color: #454141; }
  #pag-perfil .detalle .personal {
    padding: 0rem 0 1rem;
    background: url("../img/sombra-inferior.png") no-repeat center bottom;
    background-size: 100% auto; }
  #pag-perfil .detalle .input-box {
    position: relative;
    margin-top: 1.5em; }
    #pag-perfil .detalle .input-box input[type="text"] {
      width: 100%;
      padding: 0.4em 0.8em 0.4em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-top: 0 none;
      border-left: 0 none;
      border-right: 0 none;
      border-bottom: 1px solid #d3d4d5;
      color: #454141;
      background: transparent; }
      #pag-perfil .detalle .input-box input[type="text"].invalido {
        color: #ff0000; }
    #pag-perfil .detalle .input-box svg {
      position: absolute;
      width: 1.5em;
      height: 1.5em;
      right: 0.5em;
      top: 0; }
  #pag-perfil .detalle h2 {
    padding: 0;
    margin-top: 2em;
    font-size: 1.4em;
    font-family: roboto-bold;
    color: #454141; }
  #pag-perfil .detalle .tbl-personal {
    width: 100%; }
    #pag-perfil .detalle .tbl-personal td {
      padding: 1.8em 0.5em 0.5em;
      border-bottom: 1px solid #d3d4d5; }
      #pag-perfil .detalle .tbl-personal td:first-child {
        font-family: roboto-bold;
        color: #014a78; }
  #pag-perfil .detalle #btnLogout {
    padding: 0 0.8em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background: #f16d64;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 12em;
    padding: 0.4em 1em;
    margin: 1em auto;
    font-family: roboto-bold;
    font-size: 1.2em; }

#pag-noticias .header {
  position: relative;
  background: url("../img/perfil-header-fondo.png") no-repeat;
  background-size: cover;
  color: #ffffff; }
  #pag-noticias .header:before {
    content: '';
    display: block;
    padding-bottom: 46.66%; }

#pag-noticias .detalle {
  padding-top: 1em;
  color: #454141; }
  #pag-noticias .detalle h3 {
    padding: 0 1.5rem;
    font-size: 1.6em;
    font-family: roboto-thin;
    color: #014a78; }
  #pag-noticias .detalle #noticias {
    margin-top: 2em; }
    #pag-noticias .detalle #noticias .noticia {
      width: calc(100% - 2em);
      margin: 0 1em;
      padding-bottom: 2em;
      margin: 1em 1em;
      -webkit-box-shadow: 0 0 5px 1px #BABABA;
      box-shadow: 0 0 5px 1px #BABABA; }
      #pag-noticias .detalle #noticias .noticia .titulo {
        height: 3em;
        padding: 0 0.8rem;
        line-height: 3; }
        #pag-noticias .detalle #noticias .noticia .titulo svg {
          height: 100%;
          width: 1em;
          float: right; }
      #pag-noticias .detalle #noticias .noticia figure {
        margin: 0;
        background: none no-repeat center;
        background-size: cover; }
        #pag-noticias .detalle #noticias .noticia figure:before {
          content: '';
          display: block;
          padding-bottom: 68.17%; }

#pag-registro .header,
#pag-password .header {
  position: relative;
  background: url("../img/perfil-header-fondo.png") no-repeat;
  background-size: cover;
  color: #ffffff; }
  #pag-registro .header:before,
  #pag-password .header:before {
    content: '';
    display: block;
    padding-bottom: 46.66%; }

#pag-registro .detalle,
#pag-password .detalle {
  padding: 1rem 1rem 2rem;
  color: #454141;
  background: -moz-linear-gradient(top, rgba(233, 234, 236, 0) 90%, #e9eaec 100%);
  background: -webkit-linear-gradient(top, rgba(233, 234, 236, 0) 90%, #e9eaec 100%);
  background: linear-gradient(to bottom, rgba(233, 234, 236, 0) 90%, #e9eaec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9eaec', endColorstr='#e9eaec',GradientType=0 ); }
  #pag-registro .detalle h3,
  #pag-password .detalle h3 {
    padding: 0 1.5rem;
    font-size: 1.6em;
    font-family: roboto-thin;
    color: #014a78; }
  #pag-registro .detalle label,
  #pag-password .detalle label {
    display: block;
    margin-top: 1em; }
  #pag-registro .detalle input[type="text"],
  #pag-password .detalle input[type="text"] {
    display: block;
    padding: 0.4em 0.8em 0.4em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-top: 0 none;
    border-left: 1px solid #d3d4d5;
    border-right: 1px solid #d3d4d5;
    border-bottom: 1px solid #d3d4d5;
    color: #454141; }
  #pag-registro .detalle .error,
  #pag-password .detalle .error {
    display: none;
    line-height: 1;
    color: #ff0000;
    font-size: 0.9em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

#pag-registro .detalle-footer,
#pag-password .detalle-footer {
  text-align: center;
  padding: 1em 0; }
  #pag-registro .detalle-footer button,
  #pag-password .detalle-footer button,
  #pag-registro .detalle-footer a,
  #pag-password .detalle-footer a {
    padding: 0 0.8em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    font-size: 0.9em;
    background: #f16d64;
    color: #ffffff;
    text-align: center;
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5em 1em;
    min-width: 4em;
    font-size: 1em; }

#ocultos {
  display: none; }

#popupmenu-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  #popupmenu-box .popupmenu {
    position: absolute;
    top: 75px;
    right: 20px;
    width: 20em;
    padding: 1.275rem 1.5rem 2.25rem;
    -webkit-border-radius: 1.5rem 0 1.5rem 1.5rem;
    -moz-border-radius: 1.5rem 0 1.5rem 1.5rem;
    border-radius: 1.5rem 0 1.5rem 1.5rem;
    -webkit-box-shadow: 0 0 60px 1px #B5B5B5;
    box-shadow: 0 0 60px 1px #B5B5B5;
    background: #57bffa;
    background: -moz-linear-gradient(top, #57bffa 0%, #329df0 100%);
    background: -webkit-linear-gradient(top, #57bffa 0%, #329df0 100%);
    background: linear-gradient(to bottom, #57bffa 0%, #329df0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57bffa', endColorstr='#329df0',GradientType=0 ); }
    #popupmenu-box .popupmenu > svg {
      position: absolute;
      width: 20px;
      height: 20px;
      top: -20px;
      right: 0; }
    #popupmenu-box .popupmenu a {
      display: block;
      height: 3.5em;
      line-height: 3.5;
      border-bottom: 1px solid #ffffff;
      color: #ffffff; }
      #popupmenu-box .popupmenu a:first-child {
        border-top: 1px solid #ffffff; }
      #popupmenu-box .popupmenu a svg {
        position: relative;
        width: 1.8em;
        height: 1.8em;
        vertical-align: middle;
        margin-right: 1em; }

#debug {
  position: fixed;
  pointer-events: none;
  font-size: 10px;
  line-height: 1;
  color: #ff0000;
  border: 1px dashed lime;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 9999; }

/*# sourceMappingURL=estilo.css.map */