.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

  .w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
  }

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }

.topnavbar {
  display: inline;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  color: #fff;
}

.topnavlink {
  display: inline;
  color: #fff;
  font-size: 1em;
}

.navicon {
  color: #fff;
}

.body {
  overflow: auto;
  height: 100vh;
  background-color: #f2f2f2;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 300;
}

  .body.scrollfijo {
    overflow: scroll;
  }

  .body.no-scroll {
    overflow: hidden;
  }

    .body.no-scroll.login {
      overflow: hidden;
      background-color: #000;
    }

.mainwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #f2f2f2;
}

  .mainwrapper.nav {
    width: 100%;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 320px;
  min-width: 320px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/home-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  /*ajustes dobos*/
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home-background.jpg');
  background-position: -20px 0px, 30% 50%;
  padding-left: 0;
  padding-right: 0;
}

.maincontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  min-height: 100%;
  min-width: 100vw;
  padding-left: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  color: #fff;
}

  .maincontent.navnav {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0px 0px 0px 320px;
    background-color: #fff;
  }

  .maincontent.noticiasnoticias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

  .maincontent.noticiagrande {
    padding-left: 0px;
  }

  .maincontent.noticia-noticias {
    overflow: hidden;
  }

  .maincontent.login {
    height: 100%;
    padding-right: 500px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f2f2f2;
    background-image: url('../images/home-background.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .maincontent.completar {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/home-background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/home-background.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

.topnavbarwrapper {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 80px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #000;
}

.dropicon {
  position: static;
  left: 0px;
  top: 0px;
  background-color: transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
}

  .dropicon.rotar {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform 350ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 350ms cubic-bezier(.77, 0, .175, 1);
    transition: transform 350ms cubic-bezier(.77, 0, .175, 1), -webkit-transform 350ms cubic-bezier(.77, 0, .175, 1);
  }

  .dropicon.personalselectflecha {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #198df5;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #fff;
    color: #707070;
    font-size: 2em;
  }

.dropdown-list {
  display: none;
}

.dropdown-list-2 {
  display: block;
}

.listamenu {
  position: relative;
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.11);
}

  .listamenu.w--open {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

.accordion {
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.accordiontoggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5px 0px 10px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.2em;
  text-decoration: none;
}

  .accordiontoggle:hover {
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .accordiontoggle.w--open {
    margin-bottom: 10px;
  }

  .accordiontoggle.submenuactivo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

.fondomenuslide {
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.topaccordion {
  display: none;
}

.sideddlink {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 45px;
  color: #fff;
}

  .sideddlink:hover {
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .sideddlink.w--current {
    overflow: hidden;
    border-radius: 5px;
    background-color: #009639;
    color: #fff;
    text-decoration: none;
  }

  .sideddlink.disabled {
    color: hsla(0, 0%, 100%, 0.5);
    cursor: default;
  }

.sideddtext {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

  .sideddtext.sinborde {
    font-size: 14px;
    font-weight: 300;
  }

.topnavtitulo {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.logo {
  display: none;
}

.heading {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
}

  .heading.sidebarmarca {
    display: block;
    font-size: 1.4em;
    color: #000000;
    color: #009639;
    color: #006B37
  }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filanav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.navcentral {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.topnavizq {
  padding-left: 20px;
}

.iconomenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

  .iconomenu.iconogris {
    color: #ff0017;
  }

  .iconomenu.icono-noticias-tarjetas {
    position: absolute;
    left: -26px;
    width: 50px;
    cursor: pointer;
  }

  .iconomenu.icono-pagos-back {
    position: absolute;
    left: -26px;
    width: 50px;
    cursor: pointer;
  }

.faiconomenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

  .faiconomenu.iconogris {
    color: rgba(90, 90, 90, 0.8);
    font-size: 1.5em;
    line-height: 1.5px;
    text-align: center;
    text-decoration: none;
  }

    .faiconomenu.iconogris.facturarrecibos {
      font-size: 1em;
      line-height: 1.3px;
    }

.marca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

  .marca.login {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .marca.completar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    width: 200px;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.logosider {
  display: block;
  width: 275px;
  height: 60px;
  margin: 10px auto 25px;
  background-color: transparent;
  background-image: url('../images/logoriginal.png');
  background-position: 0px 0px;
  background-size: contain;
}

.titulosider {
  padding: 6px;
  background-color: #1378bd;
  color: #fff;
  text-align: center;
}

.headingsidebar {
  width: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.3em;
  line-height: 1.3px;
}

.divtitulosidebar {
  width: 100%;
  padding: 5px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.menusidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  min-height: 300px;
  margin-right: -8px;
  padding-top: 31px;
  padding-right: 8px;
  padding-bottom: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.divencabezadopagina {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  color: #b60f0f;
}

  .divencabezadopagina.login {
    padding-top: 116px;
    background-color: #fff;
  }

  .divencabezadopagina.completar {
    padding-top: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .divencabezadopagina.tituloenviar {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .divencabezadopagina.edicionusuario {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .divencabezadopagina.encabezado-noticias {
    position: absolute;
    left: 26px;
    top: 0px;
    right: 0px;
    max-width: 660px;
    min-width: 300px;
  }

  .divencabezadopagina.se-titulo {
    height: 70px;
    padding-top: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.divtitulopagina {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.titulopagina {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(90, 90, 90, 0.8);
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
}

  .titulopagina.facturarrecibos {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 1.3em;
  }

  .titulopagina.login {
    color: #009639;
    text-align: center;
  }

  .titulopagina.tituloexclusion {
    margin-top: 10px;
    color: #009639;
    text-align: center;
  }

  .titulopagina.titulo-pagos {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 1.3em;
  }

.body-2 {
  font-size: 16px;
  line-height: 16px;
}

.div-noticias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
}

  .div-noticias.detalle {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
  }

.noticias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 320px;
  max-height: 320px;
  max-width: 260px;
  min-height: 320px;
  min-width: 260px;
  margin: 10px 10px 30px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .noticias.completa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .noticias.facturarrecibos {
    width: 260px;
    min-height: 250px;
    margin: 25px 10px;
    border-radius: 8px;
    background-color: #f0f0f0;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  }

  .noticias.empty {
    height: 0px;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .noticias.completa-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

.titulonoticia {
  position: absolute;
  left: 0px;
  top: -15px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.9em;
  margin: 0px 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff0017;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

  .titulonoticia.detalle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

.noticia-fecha {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.extractonoticia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 126px;
  margin-top: 0px;
  padding: 5px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.9em;
}

.noticia-titulo-texto {
  font-size: 1.3em;
  line-height: 1.1em;
}

  .noticia-titulo-texto.detalle {
    font-size: 1.6em;
    text-align: center;
  }

.noticia-fecha-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  max-width: 180px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.noticia-extracto {
  position: static;
  overflow: hidden;
  width: 240px;
  min-width: 240px;
  margin-bottom: 0px;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
}

.noticia-titulo {
  position: relative;
  width: 100%;
  height: 4.8em;
  min-height: 4.8em;
}

.divbotontarjeta {
  position: static;
  left: 0px;
  top: 110px;
  right: 0px;
  bottom: 110px;
  display: block;
  width: 100px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0098ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.divbotontarjetawrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.botontarjeta {
  width: 60%;
  height: 50px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.72);
  font-size: 1.5em;
  line-height: 28px;
  text-align: center;
}

.btn {
  position: static;
  right: 5px;
  bottom: 5px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 80%, 0.75);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn:hover {
    background-color: #006B37;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btn.verde {
    position: relative;
    bottom: 0px;
    z-index: 99;
    margin-right: 15px;
    margin-bottom: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #2cc031;
    color: #fff;
    cursor: pointer;
  }

    .btn.verde.vertical1 {
      right: 5px;
      bottom: 70px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.verde.vertical0 {
      right: 5px;
      bottom: 5px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.verde.vertical {
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background-color: #e5e5e5;
    }

      .btn.verde.vertical.vertical0 {
        bottom: 60px;
        background-color: #5c38ec;
      }

      .btn.verde.vertical.vertical2 {
        bottom: 115px;
      }

      .btn.verde.vertical.xml {
        bottom: 170px;
      }

      .btn.verde.vertical.close {
        top: 0px;
        right: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: none;
        -webkit-transition: background-color 200ms ease, opacity 200ms ease;
        transition: background-color 200ms ease, opacity 200ms ease;
        color: #525252;
      }

        .btn.verde.vertical.close:hover {
          background-color: rgba(3, 3, 3, 0.1);
        }

    .btn.verde.noticiacompleta {
      position: fixed;
    }

  .btn.rojo {
    background-color: #cc0012;
  }

  .btn.oculto {
    z-index: 1001;
    display: none;
  }

  .btn.rojo2 {
    background-color: #ff0017;
  }

  .btn.close {
    background-color: #fff;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease;
    color: #707070;
  }

    .btn.close:hover {
      box-shadow: 1px 1px 6px 0 #707070;
      color: #009639;
    }

  .btn.frbtnxml {
    font-size: 1em;
  }

  .btn.frbtnpdf {
    font-size: 1em;
  }

  .btn.btnbase {
    display: none;
  }

  .btn.botoncerrar {
    width: 40px;
    height: 40px;
    padding-right: 15px;
    background-color: transparent;
    box-shadow: none;
    font-size: 1em;
  }

  .btn.recbtnexcel {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-transition: background-color 200ms ease, -webkit-filter 200ms ease;
    transition: background-color 200ms ease, -webkit-filter 200ms ease;
    transition: background-color 200ms ease, filter 200ms ease;
    transition: background-color 200ms ease, filter 200ms ease, -webkit-filter 200ms ease;
  }

  .btn.deshabilitado {
    cursor: default;
  }

    .btn.deshabilitado:hover {
      background-color: #e5e5e5;
    }

  .btn.btn-blanco {
    background-color: #fff;
  }

  .btn.btn-deshabilitado {
    background-color: #e5e5e5;
    cursor: default;
  }

    .btn.btn-deshabilitado:hover {
      background-color: #e5e5e5;
    }

    .btn.btn-deshabilitado.btn-blanco {
      background-color: #fff;
    }

  .btn.btn-rojo {
    background-color: #009639;
    cursor: pointer;
  }

    .btn.btn-rojo.btn-deshabilitado {
      background-color: #b3b3b3;
      text-decoration: none;
    }

  .btn.btnfiltros-fr {
    margin-bottom: 23px;
  }

  .btn.btnfiltros-cfdi {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .btn.frbtnupload {
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .btn.btn-carrusel-close {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
    font-family: 'Fa 300', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    cursor: pointer;
  }

  .btn.btn-carrusel-descarga {
    position: relative;
    top: 0px;
    right: 20px;
    bottom: 0px;
    z-index: 9999;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    color: #fff;
    font-size: 1.7em;
    line-height: 1.7em;
    cursor: pointer;
  }

    .btn.btn-carrusel-descarga:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    .btn.btn-carrusel-descarga.vertical1 {
      right: 5px;
      bottom: 70px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.btn-carrusel-descarga.vertical0 {
      right: 5px;
      bottom: 5px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.btn-carrusel-descarga.vertical {
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background-color: #e5e5e5;
    }

      .btn.btn-carrusel-descarga.vertical.vertical0 {
        bottom: 60px;
        background-color: #5c38ec;
      }

      .btn.btn-carrusel-descarga.vertical.vertical2 {
        bottom: 115px;
      }

      .btn.btn-carrusel-descarga.vertical.xml {
        bottom: 170px;
      }

      .btn.btn-carrusel-descarga.vertical.close {
        top: 0px;
        right: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: none;
        -webkit-transition: background-color 200ms ease, opacity 200ms ease;
        transition: background-color 200ms ease, opacity 200ms ease;
        color: #525252;
      }

        .btn.btn-carrusel-descarga.vertical.close:hover {
          background-color: rgba(3, 3, 3, 0.1);
        }

    .btn.btn-carrusel-descarga.noticiacompleta {
      position: fixed;
    }

  .btn.btn-carrusel-nav {
    position: absolute;
    left: -60px;
    bottom: 50%;
    z-index: 9999;
    width: 50px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0%;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    -webkit-transition-property: none;
    transition-property: none;
    font-family: 'Fa 300', sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    cursor: pointer;
  }

    .btn.btn-carrusel-nav.vertical1 {
      right: 5px;
      bottom: 70px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.btn-carrusel-nav.vertical0 {
      right: 5px;
      bottom: 5px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.btn-carrusel-nav.vertical {
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background-color: #e5e5e5;
    }

      .btn.btn-carrusel-nav.vertical.vertical0 {
        bottom: 60px;
        background-color: #5c38ec;
      }

      .btn.btn-carrusel-nav.vertical.vertical2 {
        bottom: 115px;
      }

      .btn.btn-carrusel-nav.vertical.xml {
        bottom: 170px;
      }

      .btn.btn-carrusel-nav.vertical.close {
        top: 0px;
        right: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: none;
        -webkit-transition: background-color 200ms ease, opacity 200ms ease;
        transition: background-color 200ms ease, opacity 200ms ease;
        color: #525252;
      }

        .btn.btn-carrusel-nav.vertical.close:hover {
          background-color: rgba(3, 3, 3, 0.1);
        }

    .btn.btn-carrusel-nav.noticiacompleta {
      position: fixed;
    }

    .btn.btn-carrusel-nav.carrusel-nav-derecha {
      left: auto;
      right: -60px;
    }

  .btn.btn-carrusel-siguiente {
    position: absolute;
    bottom: 250px;
    z-index: 9999;
    width: 50px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    cursor: pointer;
  }

    .btn.btn-carrusel-siguiente.vertical1 {
      right: 5px;
      bottom: 70px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.btn-carrusel-siguiente.vertical0 {
      right: 5px;
      bottom: 5px;
      z-index: 10;
      width: 60px;
      height: 60px;
      border-radius: 30px;
    }

    .btn.btn-carrusel-siguiente.vertical {
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background-color: #e5e5e5;
    }

      .btn.btn-carrusel-siguiente.vertical.vertical0 {
        bottom: 60px;
        background-color: #5c38ec;
      }

      .btn.btn-carrusel-siguiente.vertical.vertical2 {
        bottom: 115px;
      }

      .btn.btn-carrusel-siguiente.vertical.xml {
        bottom: 170px;
      }

      .btn.btn-carrusel-siguiente.vertical.close {
        top: 0px;
        right: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: none;
        -webkit-transition: background-color 200ms ease, opacity 200ms ease;
        transition: background-color 200ms ease, opacity 200ms ease;
        color: #525252;
      }

        .btn.btn-carrusel-siguiente.vertical.close:hover {
          background-color: rgba(3, 3, 3, 0.1);
        }

    .btn.btn-carrusel-siguiente.noticiacompleta {
      position: fixed;
    }

  .btn.btn-car-oc-close {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin: 0px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
    font-family: 'Fa 300', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    cursor: pointer;
  }

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.button-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.botontarjetaescritorio {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  cursor: pointer;
}

.divhoverescritorio {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divhoverescritorio1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #397dac;
}

.tarjeta1.titulonoticia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.dvfacturas {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
}

  .dvfacturas.div-noticias {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dvfacturas.sec-noticias {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .dvfacturas.sec-noticias.sec-tarjetas-noticias {
      position: relative;
      overflow: hidden;
      max-height: 100vh;
      padding-top: 60px;
      padding-bottom: 20px;
    }

.dvfrseleccionar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 128, 0, 0.2);
}

.dvfrforma {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.fr-dvwizzard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 hsla(0, 0%, 43.9%, 0.28);
}

  .fr-dvwizzard.ocultarpaso1 {
    display: none;
  }

.dvfrheader {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  min-height: 35px;
  padding: 20px 38px 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

  .dvfrheader.ocultarpaso1 {
    display: none;
  }

.btnregresarseleccionar.w--current {
  color: #2b2b63;
}

.dvfrtitulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  text-align: left;
}

.dvfrbtnregresar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1.2em;
}

.headingfr {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #7b7b7b;
  font-size: 1em;
  line-height: 1.4px;
  font-weight: 400;
}

.frtablink {
  width: 30%;
  min-height: 65px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #fff;
  color: #0b4877;
  font-size: 1.2em;
  line-height: 1.2em;
}

  .frtablink.w--current {
    border-bottom: 3px solid #0b4877;
    background-color: #fff;
    box-shadow: inset 0 0 6px 0 rgba(11, 72, 119, 0.15);
  }

.body-3 {
  font-size: 16px;
  line-height: 16px;
}

.frtabuo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabfrrecibos {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #525252;
}

.tabfrvalidacion {
  position: static;
}

.tabsfr {
  height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.frcbounidadoperativa {
  min-height: 60px;
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.2em;
  cursor: pointer;
}

.frdvformaseleccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #e5e5e5;
}

  .frdvformaseleccion.fr-filtros {
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: solid;
  }

  .frdvformaseleccion.pp-dvcombo {
    max-width: 320px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

.fr-btnconsultar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97D700;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #97D700;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .fr-btnconsultar:hover {
    background-color: #97D700;
    color: #fff;
  }

  .fr-btnconsultar.consultar {
    min-height: 50px;
  }

  .fr-btnconsultar.confirmar {
    max-width: 200px;
  }

    .fr-btnconsultar.confirmar:hover {
      background-color: #3898ec;
      box-shadow: 2px 2px 6px 0 #3898ec;
    }

.fr-cboproveedor {
  min-height: 60px;
  font-size: 1.2em;
  line-height: 1.2em;
  cursor: pointer;
}

.fr-dv1seleccion {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
}

  .fr-dv1seleccion.filtros {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 85px;
    max-height: 85px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 7px;
  }

.divflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.side-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-tablarecibos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-dvtabrecibos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0.8;
  -webkit-flex-grow: 0.8;
  -ms-flex-positive: 0.8;
  flex-grow: 0.8;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-color: #ff0017;
}

.fr-btnconfirmar {
  width: 100%;
  border-radius: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

.tabs-content {
  position: static;
  overflow: auto;
}

.fr-body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.fr-recibos-tarjetas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

.fr-tabrecibos {
  display: inline-block;
  min-height: 400px;
  margin: 13px;
  padding: 20px;
  background-color: #fff;
}

.tabs-menu-2 {
  margin-bottom: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.html-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30px;
  color: #535353;
}

.fr-dvbotonaccion {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  min-height: 60px;
  margin: 5px;
  background-color: red;
}

.fr-divtabs {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #fff;
}

.fr-div-filtros {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.85);
}

  .fr-div-filtros.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .fr-div-filtros.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .fr-div-filtros.usuariosmodal {
    display: none;
  }

.fr-dvcentrado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  max-height: 600px;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.fr-dvfiltro {
  min-width: 200px;
  margin: 0px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.fr-encabezadofiltros {
  position: relative;
  margin-top: 0px;
  padding-right: 15px;
  padding-left: 60px;
  border-bottom: 1px solid #f0f0f0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #3c4858;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
}

  .fr-encabezadofiltros.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.fr-dvfiltrolistbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
}

.fr-listbox {
  position: relative;
  overflow: auto;
  height: 240px;
  padding-left: 20px;
}

.fr-listitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #6b6b6b;
  font-size: 1em;
}

.fr-chkfield {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label {
  padding-left: 12px;
}

.fr-chklabel {
  padding-left: 10px;
  font-weight: 300;
}

.tab-pane {
  display: block;
  min-height: 300px;
}

.fr-aplicarfiltros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 50px;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #006B37;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
  line-height: 1.2em;
}

  .fr-aplicarfiltros:hover {
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.3);
  }

  .fr-aplicarfiltros.plano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 48px;
    min-height: 48px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #97D700;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #97D700;
    font-weight: 500;
  }

    .fr-aplicarfiltros.plano:hover {
      background-color: #97D700;
      color: #fff;
    }

    .fr-aplicarfiltros.plano.btnusuarios {
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0em;
    }

      .fr-aplicarfiltros.plano.btnusuarios.fr-btn-filtrar {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        border-color: #97D700;
        color: #97D700;
      }

        .fr-aplicarfiltros.plano.btnusuarios.fr-btn-filtrar:hover {
          background-color: #97D700;
          color: #fff;
        }

    .fr-aplicarfiltros.plano.btnprocedimientos {
      margin: 0px 20px;
    }

      .fr-aplicarfiltros.plano.btnprocedimientos.btndeshabilitado {
        border-color: rgba(0, 0, 0, 0.3);
        color: rgba(0, 0, 0, 0.3);
        cursor: not-allowed;
      }

        .fr-aplicarfiltros.plano.btnprocedimientos.btndeshabilitado:hover {
          background-color: transparent;
        }

    .fr-aplicarfiltros.plano.btn-sin-bordes {
      border-style: none;
    }

      .fr-aplicarfiltros.plano.btn-sin-bordes.fr-btn-quitar {
        display: none;
        margin-right: 20px;
        margin-left: 0px;
      }

  .fr-aplicarfiltros.display-none {
    display: none;
    min-height: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    box-shadow: none;
  }

  .fr-aplicarfiltros.plano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 48px;
    min-height: 48px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #97D700;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #97D700;
    font-weight: 500;
  }

    .fr-aplicarfiltros.plano:hover {
      background-color: #97D700;
      color: #fff;
    }

    .fr-aplicarfiltros.plano.btn-sin-bordes {
      border-style: none;
    }

    .fr-aplicarfiltros.plano.btnprocedimientos {
      margin: 0px 20px;
    }

.fr-filtroicono {
  position: absolute;
  left: 10px;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #009639;
  box-shadow: 1px 1px 6px 0 #707070;
}

.fr-divfiltroswrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .fr-divfiltroswrapper.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .fr-divfiltroswrapper.usuarios-edicion {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 520px;
    max-height: 600px;
    min-height: 520px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.testdiv {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.testdivfiltros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.fr-dvfiltrofiltro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  min-height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 7px;
  box-shadow: 3px 3px 8px 0 #949494;
}

  .fr-dvfiltrofiltro.pruebas {
    width: 100%;
  }

.display-none {
  display: none;
}

.sexy-checkbox {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

  .sexy-checkbox.otrafuente {
    font-size: 1.3em;
    line-height: 1.3em;
  }

.sexy-checkbox2 {
  line-height: 1em;
  font-weight: 300;
}

  .sexy-checkbox2.otrafuente {
    font-size: 1.3em;
    line-height: 1.3em;
  }

.chkicono1 {
  padding-left: 1.5em;
  background-image: url('../images/Check-48-verde-circulo-unchecked_1Check-48 verde circulo unchecked.png');
  background-position: 0px 50%;
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-weight: 300;
}

  .chkicono1.otrafuente {
    font-size: 1.3em;
    line-height: 1.3em;
  }

.personalddtoggle {
  position: relative;
  z-index: 10001;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  font-size: 1em;
  line-height: 1em;
}

  .personalddtoggle.w--open {
    box-shadow: 0 2px 6px 0 #707070;
  }

  .personalddtoggle.ddlimpio {
    min-width: 280px;
    border-color: #707070;
  }

    .personalddtoggle.ddlimpio.w--open {
      border-width: 1px;
      box-shadow: 0 2px 5px 0 #707070;
    }

.personalselect {
  position: relative;
  z-index: 2;
  height: 60px;
  margin: 0px;
  padding-bottom: 9px;
  padding-left: 20px;
  border: 1px solid #198ef7;
  border-radius: 7px;
  background-color: transparent;
  color: #707070;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  cursor: pointer;
}

.personalddicono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  color: #707070;
  font-size: 2em;
}

  .personalddicono.ddlimpio {
    background-color: #fff;
    color: #707070;
  }

.filled-in {
  position: relative;
}

.personalddtext {
  padding-right: 20px;
  color: #707070;
  font-size: 1.2em;
  line-height: 1.2em;
}

  .personalddtext.ddsmalltext {
    font-size: 1em;
  }

.form {
  margin-top: 17px;
  margin-bottom: 17px;
}

.ex-divcombo {
  max-width: 320px;
  min-width: 320px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
}

.ex-forma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #707070;
}

.personaldd {
  position: static;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
}

  .personaldd.frcbounidadoperativa {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .personaldd.pp-combo {
    position: static;
  }

  .personaldd.sinborde {
    margin-bottom: 10px;
    border-style: none;
    border-radius: 0px;
  }

.personalddlista.w--open {
  z-index: auto;
  margin-top: 4px;
  border: 1px solid #707070;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 -2px 5px 0 #707070;
}

.personalddlista.ddlimpio.w--open {
  z-index: 9999;
  overflow: auto;
  max-height: 180px;
  min-height: 180px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px;
  border-color: #e5e5e5;
  box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.personalddlista.sinborde {
  position: absolute;
  width: 288px;
  height: 150px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#302e2c), to(#302e2c));
  background-image: linear-gradient(180deg, #302e2c, #302e2c);
  font-size: 14px;
}

  .personalddlista.sinborde.w--open {
    left: 6px;
    top: 81px;
    right: -6px;
    bottom: 237px;
    z-index: 999;
    background-color: #302e2c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#302e2c), to(#302e2c));
    background-image: linear-gradient(180deg, #302e2c, #302e2c);
  }

.personaldd-link {
  position: static;
  margin-top: 0px;
  color: #707070;
  font-size: 1em;
  line-height: 1em;
}

  .personaldd-link:hover {
    background-color: #d90013;
    color: #fff;
  }

  .personaldd-link.w--current {
    background-color: #d80027;
    color: #fff;
  }

  .personaldd-link.ddlimpio:hover {
    background-color: #707070;
    color: #fff;
  }

  .personaldd-link.fr-cboimpuestos {
    font-size: 1em;
    line-height: 1em;
    font-weight: 300;
  }

  .personaldd-link.linkactivo {
    background-color: #d80027;
    color: #fff;
  }

    .personaldd-link.linkactivo.w--current {
      background-color: #d80027;
      color: #fff;
    }

.divselectpersonal2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.personalselect2 {
  height: 60px;
  margin-bottom: 0px;
  border: 1px solid #198df5;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 #707070;
  font-size: 1.2em;
  line-height: 1.2em;
  cursor: pointer;
}

.flechaselect2 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #198df5;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #ff0017;
  color: #fff;
  font-size: 2em;
}

.fr-ddunidadoperativa {
  width: 100%;
}

.dropdown-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fr-dvcampos1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 320px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

  .fr-dvcampos1.fr-trmodalinputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.frheadertext {
  color: #707070;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
}

.tabs {
  height: 100px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.fr-dvflotantefiltros {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ff0017;
}

.button-3 {
  position: static;
}

.fr-boton {
  position: static;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-dvbotonfiltros {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  max-height: 30%;
  max-width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff0017;
}

.tabs-content-2 {
  display: inline-block;
}

.div-block {
  padding: 10px;
  background-color: #198df5;
}

.fr-wizzard {
  display: none;
  overflow: visible;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

  .fr-wizzard.paso2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0f3;
  }

  .fr-wizzard.fr-paso2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0f9eff;
  }

  .fr-wizzard.fr-paso3 {
    min-height: 100px;
    background-color: #00ff14;
  }

  .fr-wizzard.paso3 {
    background-color: #faf00a;
  }

  .fr-wizzard.fr-wpaso1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-wizzard.fr-wpaso3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #3581b4;
  }

  .fr-wizzard.fr-wpaso2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #00ff52;
  }

  .fr-wizzard.fr-wnavegacion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    min-height: 40px;
    padding: 25px 2% 1em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
  }

    .fr-wizzard.fr-wnavegacion.fr-pasofinalocultar {
      padding-top: 20px;
      padding-bottom: 0em;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }

.fr-wtexto {
  display: none;
  width: 100%;
  max-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #707070;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.fr-wpaso1 {
  position: relative;
  display: none;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.fr-wpaso2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

  .fr-wpaso2.display-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
  }

  .fr-wpaso2.cfdi-paso2 {
    display: none;
    padding-bottom: 0px;
  }

.fr-wpaso3 {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}

  .fr-wpaso3.display-none {
    display: none;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fr-wpaso3.cfdipaso3 {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .fr-wpaso3.facturas-facturas {
    display: none;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

.fr-wnav {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 78px;
  min-height: 78px;
  padding-left: 320px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  opacity: 1;
}

  .fr-wnav.fr-pasofinalocultar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.formwrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: #fff;
}

.mask {
  border-radius: 25px;
}

.demo-wizard {
  height: 100%;
  border-radius: 25px;
}

.paso {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f0f1f3;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 100%;
  line-height: 100%;
}

.contenido-forma-paso {
  display: block;
  width: 60%;
  margin-bottom: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-forma-paso {
  margin-bottom: 10px;
  font-size: 2.2em;
  line-height: 1.5%;
  font-weight: 600;
  text-align: center;
}

.facturar-recibos-paso {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 11px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.demo-body {
  min-height: 100vh;
  background-color: #6c33da;
  color: #000;
  font-size: 100%;
  line-height: 100%;
}

.field {
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 15px 25px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  font-family: Roboto, sans-serif;
  color: #6c33da;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

  .field:focus {
    border-color: #6c33da;
    font-family: Roboto, sans-serif;
    font-weight: 700;
  }

.forma-paso-linea {
  display: block;
  width: 25px;
  height: 4px;
  margin: 25px auto 50px;
  border-radius: 3px;
  background-color: #000;
  text-align: center;
}

.demo-contador {
  margin-bottom: 25px;
}

.paso-anterior {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.boton-siguiente {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #3cd3ad;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

  .boton-siguiente:hover {
    background-color: #6c33da;
  }

.right-arrow {
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
}

.boton-anterior {
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  opacity: 0.35;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #080808;
  font-size: 16px;
  line-height: 100%;
  text-indent: -2px;
}

  .boton-anterior:hover {
    border-bottom-color: rgba(0, 0, 0, 0.55);
    opacity: 1;
  }

.boton-finalizar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 60%;
  height: auto;
  margin-right: auto;
  margin-bottom: -80px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

  .boton-finalizar:hover {
    background-color: #6c33da;
  }

.otrocheckbox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 0px;
  border: 2px solid #cbced2;
  border-radius: 10px;
  background-color: rgba(225, 228, 233, 0.25);
  background-image: url('../images/otro-chk_unchecked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

  .otrocheckbox:active {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }

.otro-checkbox-activo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: auto;
  margin: -2px;
  border: 2px solid #6c33da;
  border-radius: 10px;
  background-color: #edeff0;
  background-image: url('../images/otro-chk_checked.png');
  background-position: 20px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox-paloma {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-etiqueta {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo-forma {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  background-color: transparent;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
}

.dvwizard {
  display: block;
}

.fr-wbtnnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97D700;
  border-radius: 5px;
  background-color: #fff;
  color: #97D700;
  font-size: 1.1em;
  line-height: 1em;
  cursor: pointer;
}

  .fr-wbtnnav:hover {
    background-color: #97D700;
    box-shadow: 3px 3px 12px 0 #e5e5e5;
    color: #fff;
  }

  .fr-wbtnnav.fr-pasofinalocultar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

  .fr-wbtnnav.fr-pasofinalmostrar {
    width: 220px;
  }

  .fr-wbtnnav.display-none {
    display: none;
  }

.fr-dvbotones {
  position: fixed;
  right: 30px;
  bottom: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.parangaricutirimicuaro {
  position: relative;
  background-color: red;
}

.dvfiltrosx {
  display: block;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e5e5e5;
}

.fr-dvbotoncerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fr-dvdatosfactura {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  min-height: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

  .fr-dvdatosfactura.facturas-facturas {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

.fr-dvdatos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #000;
}

.fr-etiquetacampo {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9em;
  line-height: 0.9em;
}

.fr-filacampo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fr-columnacampo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #e5e5e5;
}

.nav-div-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 320px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fr-validacionesdatos1 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.fr-wregresarp2 {
  width: 120px;
  height: 36px;
}

.sexy-checkboxvx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
}

.fr-ulvalidaciones {
  padding-left: 20px;
}

.fr-dvulvalidaciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.fr-ulvalidacionesli {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 26px;
}

.fr-ulvallifa {
  width: 1.5em;
  padding-right: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #0ac020;
  font-size: 1.1em;
  line-height: 1.7em;
}

  .fr-ulvallifa.error {
    color: #df0115;
    text-align: left;
  }

  .fr-ulvallifa.pdf {
    color: #dd4b39;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
  }

  .fr-ulvallifa.fadeshabilitado {
    color: #a3a3a3;
  }

  .fr-ulvallifa.fapointer {
    color: #a3a3a3;
    cursor: pointer;
  }

    .fr-ulvallifa.fapointer:hover {
      border-radius: 50%;
      box-shadow: 1px 1px 3px 0 #707070;
    }

.fr-ulvallidescripcion {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #6c7378;
  font-size: 1.1em;
  line-height: 1.7rem;
  font-weight: 300;
  text-align: left;
}

  .fr-ulvallidescripcion.fr-adjuntos {
    line-height: 2.1em;
  }

  .fr-ulvallidescripcion.descripcionpf {
    font-size: 1.5em;
  }

.fr-ulvaltitulo {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #e5e5e5;
  color: #3c4858;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

  .fr-ulvaltitulo.fr-pftitulo {
    padding: 12px;
    border-bottom-style: none;
    font-size: 2em;
    text-align: center;
  }

.fr-ulvalxmletiqueta {
  min-width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #464646;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 400;
}

  .fr-ulvalxmletiqueta.etiquetapf {
    margin: 3px 6px;
  }

.text-block-3 {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 700;
}

.text-block-4 {
  font-weight: 400;
}

.text-block-5 {
  padding-left: 5px;
}

.fr-wrmenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

  .fr-wrmenu.desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top-style: none;
    border-bottom-style: none;
  }

  .fr-wrmenu.movil {
    display: none;
  }

  .fr-wrmenu.movil {
    display: none;
  }

.fr-wcmenu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  color: #707070;
}

  .fr-wcmenu.fr-wcmenu1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

.fr-wtmenu {
  position: static;
  left: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
}

  .fr-wtmenu.fr-wtmenublanco {
    color: #fff;
  }

  .fr-wtmenu.fr-wtmenu1 {
    position: relative;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    text-align: left;
  }

    .fr-wtmenu.fr-wtmenu1.xxx {
      padding-left: 80px;
    }

    .fr-wtmenu.fr-wtmenu1.sdf {
      padding-left: 65px;
    }

  .fr-wtmenu.rojoactivo {
    color: #009639;
  }

  .fr-wtmenu.grisinactivo {
    color: #e5e5e5;
  }

  .fr-wtmenu.rojoactivo {
    color: #d80027;
  }

  .fr-wtmenu.rojo-activo {
    color: #009639;
  }

.div-block-2 {
  height: 15px;
}

.fr-wactualp1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .fr-wactualp1.fr-wactualp {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  }

.fr-wactualp3.fr-wactualp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fr-wactualp2 {
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

  .fr-wactualp2.fr-wactualp {
    z-index: 13;
  }

.fr-wtpaloma {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #0ac020;
  font-size: 1.4em;
  line-height: 1.4em;
}

  .fr-wtpaloma.display-none {
    display: none;
  }

.fr-wtpaloma2.fr-wtpaloma {
  display: none;
}

.fr-wtpaloma3.fr-wtpaloma {
  display: none;
}

.fr-wtpaoma1.fr-wtpaloma {
  display: none;
}

.fr-wactualp {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-radius: 5px;
  background-color: #009639;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .fr-wactualp.fr-wactualp1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0 #707070;
    color: #0ac020;
  }

  .fr-wactualp.rokorojo {
    background-color: #d80027;
  }

  .fr-wactualp.fr-wactualp2 {
    z-index: 13;
    display: none;
    border-radius: 5px;
  }

  .fr-wactualp.fr-wactualp3 {
    z-index: 13;
    display: none;
    border-radius: 5px;
  }

  .fr-wactualp.fr-wactualp4 {
    z-index: 13;
    display: none;
    border-radius: 5px;
    background-color: #d80027;
  }

.fr-wmenupaloma {
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #009639;
}

  .fr-wmenupaloma.menuwizard {
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

.fr-wdivpaloma {
  position: absolute;
  left: 7px;
  top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  color: #fff;
}

  .fr-wdivpaloma.blanca {
    left: 199px;
    top: 15px;
  }

  .fr-wdivpaloma.roja {
    left: 201px;
    top: 17px;
    width: 30px;
    height: 30px;
    background-color: #ff0017;
  }

.etiquetaborrar {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 2em;
}

.quelepasa {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  max-height: 36px;
  max-width: 36px;
  min-height: 36px;
  min-width: 36px;
  margin-right: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 36px;
  -webkit-flex: 36px;
  -ms-flex: 36px;
  flex: 36px;
  border-radius: 25px;
}

  .quelepasa.quelepasa32 {
    width: 36px;
    height: 36px;
  }

.fr-wmenuiconomovil {
  display: none;
}

.fr-wfaactivo1 {
  color: #009639;
}

  .fr-wfaactivo1.fr-wmenumovil {
    color: #009639;
  }

.fr-wfaactivo2.fr-wmenuiconomovil {
  color: #009639;
}

.fr-wfaactivo2.fr-wmenuiconomovil {
  color: #d80027;
}

.xxx {
  display: none;
  width: 200px;
  margin-right: 7px;
  margin-left: 7px;
  color: #0ac020;
  font-size: 16px;
}

.fr-wdvpadding {
  position: relative;
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fa-dvmenumovil {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 100%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4em;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  min-height: 4em;
}

.fa-dvmenumovilinterior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #009639;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.fr-wactivo {
  position: relative;
  z-index: 11;
  display: none;
  height: 4em;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}

  .fr-wactivo.fr-wactivo1 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.fr-winactivo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

  .fr-winactivo.fr-wfainactivo2 {
    display: none;
  }

.fr-winactivo1.fr-winactivo {
  top: 0px;
  z-index: 11;
  display: none;
  border: 1px solid #0ac020;
}

.fr-wactivo1.fr-wactivo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: #009639;
}

.fr-winactivo2.fr-winactivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7px;
  padding-left: 8px;
}

.fr-wactivo2.fr-wactivo {
  display: none;
  color: #009639;
}

.fr-winactivo3.fr-winactivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
}

.fr-wactivo3.fr-wactivo {
  display: none;
  color: #009639;
}

.btnfiltros.button {
  margin-bottom: 23px;
}

  .btnfiltros.button.btmfa {
    font-family: 'Fontawesome webfont', sans-serif;
  }

.fr-trdvtitulos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding: 5px 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #006B37;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 53, 0, 0.8)), to(rgba(187, 53, 0, 0.8))), url('../images/inventory.png');
  background-image: linear-gradient(180deg, rgba(187, 53, 0, 0.8), rgba(187, 53, 0, 0.8)), url('../images/inventory.png');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

  .fr-trdvtitulos.colorlight {
    background-color: #ff5250;
  }

.text-block-6 {
  clear: both;
}

.fr-recibo-tr-descripcion {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #464646;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}

  .fr-recibo-tr-descripcion.textolargo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.9em;
  }

  .fr-recibo-tr-descripcion.blanco {
    color: #fff;
  }

  .fr-recibo-tr-descripcion.linea-total {
    color: #006B37;
    font-size: 22px;
    line-height: 23px;
    font-weight: 500;
  }

.fr-recibo-tr-etiqueta {
  min-width: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #a3a3a3;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}

  .fr-recibo-tr-etiqueta.linea-total {
    color: #464646;
    font-weight: 500;
  }

.fr-tarjetarecibo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 449px;
  margin: 10px 10px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 0px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

  .fr-tarjetarecibo:hover {
    box-shadow: 1px 1px 6px 0 #e5e5e5;
  }

.fr-trfecha {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 100;
}

.fr-trtitulo {
  margin-top: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
}

.fr-trdvul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #e5e5e5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
}

.fr-recibo-tr-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 23px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

  .fr-recibo-tr-li.linea-total {
    padding-left: 20px;
    font-weight: 500;
  }

.fr-trul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.fr-trulinterior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 7em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: 1px none #000;
}

.fr-trdvpaloma {
  position: absolute;
  top: 122px;
  right: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
}

  .fr-trdvpaloma.palomacentralizada {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

.fr-trpaloma {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #0ac020;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.fr-trdvmenu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px solid #000;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

  .fr-trdvmenu.display-none {
    display: none;
  }

.fr-trsubmenu {
  margin: 11px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
}

.frmodrecibos {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

  .frmodrecibos.display-none {
    display: none;
  }

.fr-dvcentradorecibos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 450px;
  padding: 60px 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.dv-frrecibosedicion {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}

.fr-trsubtitulo {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 300;
  text-align: left;
}

.fr-trtexto {
  margin-bottom: 0px;
  font-size: 0.7em;
  line-height: 1em;
  text-align: left;
}

.fr-trtextodescripcion {
  margin-top: 12px;
  font-size: 0.6em;
  line-height: 2em;
  font-weight: 300;
  text-align: left;
}

.fr-trdvtexto {
  padding-bottom: 24px;
}

.fr-trdvmenuicono {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

  .fr-trdvmenuicono:hover {
    background-color: #97D700;
  }

  .fr-trdvmenuicono.lapiz {
    display: none;
    padding: 19px 15px 14px 19px;
    border-bottom-right-radius: 7px;
  }

  .fr-trdvmenuicono.trmenuicono {
    padding: 0px;
  }

  .fr-trdvmenuicono.fr-trojo {
    display: block;
    border-bottom-right-radius: 7px;
  }

.fr-trdvedicion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  background-color: #fff;
}

.fr-trdvmenuedicion {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.fr-trmenuedicion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}

.fr-trmenucolumna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.fr-trdvmovil {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  font-size: 1.3em;
  line-height: 1.3em;
}

.fr-trdvmovilinterior {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 6px;
  border-radius: 3px;
  background-color: #009639;
}

.fr-trdvmenucolumna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #009639;
  font-size: 1.3em;
  text-align: center;
  cursor: pointer;
}

  .fr-trdvmenucolumna:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #009639;
    border-radius: 5px;
  }

.fr-trdvtabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 7px 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

.fr-trdvdetalle {
  display: none;
  max-width: 100%;
  min-height: 200px;
  padding-top: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}

.personalinput {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  color: #707070;
  font-size: 1.3em;
  line-height: 1.3em;
}

  .personalinput:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #009639;
    color: #009639;
    font-size: 1.7em;
    line-height: 1.7em;
  }

.tr-dvmodmenuicono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  .tr-dvmodmenuicono.paloma {
    width: 50px;
    height: 50px;
    padding: 9px;
  }

.fr-btn-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 48px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #97D700;
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: center;
}

  .fr-btn-modal:hover {
    border-radius: 5px;
    background-color: #97D700;
    color: #fff;
  }

.fr-dv-modal-btn-recibo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fr-trmoddvdetalle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fr-trmodalul {
  display: block;
  padding-left: 20px;
}

.fr-tretiquetamodal {
  display: block;
  min-width: 185px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #707070;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}

.fr-trdvmenuicono1.fr-trdvmenuicono {
  display: block;
}

.fr-trdvmenuicono12.fr-trdvmenuicono.lapiz {
  display: none;
  border-bottom-right-radius: 0px;
}

.fr-menuactivo2.tr-dvmodmenuicono {
  display: none;
}

.fr-menuinactivo2.tr-dvmodmenuicono {
  display: block;
}

.fr-menuactivo1.tr-dvmodmenuicono.paloma {
  display: block;
  width: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
}

.fr-menuinactivo1.paloma.tr-dvmodmenuicono {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
}

.fr-p1combos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dvdemoloading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  padding: 5px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1092eb;
}

.dvdemoboton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00ff1f;
}

.maingadgets {
  padding-left: 20px;
}

.dvfriconoadjuntos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: auto;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.fr-dvpasofinal {
  position: relative;
  display: none;
  height: 175px;
  margin-top: 0px;
  margin-bottom: 12px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.fr-dvpftextp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fr-dviconopasofinal {
  position: absolute;
  left: 0%;
  right: 10%;
  bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fr-pasofinalocultar {
  display: none;
}

.fr-modcargando {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.fr-dvmodicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
}

.fr-pasofinalmostrar.fr-wbtnnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .fr-pasofinalmostrar.fr-wbtnnav.subir-complemento-btn {
    display: none;
    width: 260px;
  }

.fr-dvspacing {
  min-height: 12px;
  border-bottom: 1px solid #e5e5e5;
}

.pp-calendario {
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.pp-dvcalendario {
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pp-dvprincipal {
  display: block;
  min-height: 300px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.pp-dvcombo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pp-dvforma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 160px;
  margin-bottom: 0px;
}

.pp-textodd {
  max-width: 210px;
  color: #707070;
  line-height: 1.2em;
}

.democontenedor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.frbtngridtarjeta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-style: solid;
  border-top-width: 1px;
  border-top-color: #e5e5e5;
  border-bottom-width: 1px;
  border-bottom-color: #e5e5e5;
}

  .frbtngridtarjeta.desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top-style: none;
    border-bottom-style: none;
  }

  .frbtngridtarjeta.movil {
    display: none;
  }

.frbtntabla {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  min-height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #00f;
  color: #707070;
}

  .frbtntabla.fr-wcmenu1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

.frbtntarjeta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: green;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #707070;
}

  .frbtntarjeta.fr-wcmenu1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

.dvbtngridtarjeta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 50px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-family: Roboto, sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  cursor: pointer;
}

  .dvbtngridtarjeta.pagosbtn {
    width: 280px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

.btntogglefondo {
  position: relative;
  display: block;
  width: 68px;
  height: 28px;
  float: none;
  border-radius: 36px;
  background-color: #009639;
  box-shadow: none;
}

.frbtntablaactivo {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #009639;
  font-size: 25px;
}

.demoloading {
  width: 100px;
  padding: 9px;
  float: left;
}

.textoboton {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  color: #707070;
  font-size: 1em;
  line-height: 1em;
}

.btntoggle {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 4px;
  border-radius: 36px;
  background-color: #fff;
}

.appletoggle {
  background-color: #f2f2f2;
  text-decoration: none;
}

.dvtoggleizquierdo {
  position: relative;
  width: 100px;
  height: 1em;
  padding-right: 6px;
  padding-left: 6px;
  text-align: right;
}

.dvtogglederecho {
  position: relative;
  width: 100px;
  height: 1em;
  padding-right: 6px;
  padding-left: 6px;
}

.textotoggleizquierdo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  float: none;
  font-family: Roboto, sans-serif;
  color: #3c4858;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

  .textotoggleizquierdo.disabled {
    color: #e5e5e5;
  }

.textotogglederecho {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 6px;
  padding-left: 6px;
  float: none;
  opacity: 0;
  color: #3c4858;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.appletogglefr {
  position: absolute;
  top: 0px;
  right: -300px;
  bottom: 0%;
  opacity: 1;
  text-decoration: none;
}

  .appletogglefr.editarbotonapple {
    right: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

    .appletogglefr.editarbotonapple.display-none {
      display: none;
    }

.textotoggleizquierdo-off {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  float: none;
  opacity: 0;
  font-family: Roboto, sans-serif;
  color: #707070;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}

  .textotoggleizquierdo-off.disabled {
    color: #e5e5e5;
  }

.textotogglederecho-off {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 6px;
  padding-left: 6px;
  float: none;
  color: #707070;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}

.fr-dvopcion {
  position: relative;
  width: 300px;
  height: 90px;
  background-color: #add8e6;
}

.fr-toggletarjetatabla {
  position: absolute;
  top: 0px;
  right: -130px;
  display: none;
  width: 150px;
  height: 90px;
  border-radius: 60px 0px 0px 60px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 #707070;
}

.dv-icono {
  position: absolute;
  left: 10px;
  top: 40px;
  width: 20px;
  height: 20px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #707070;
  font-size: 20px;
  font-weight: 300;
}

.dv-fropcion {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.unordered-list {
  height: 90px;
  margin-bottom: 0px;
}

.list-item {
  height: 45px;
}

.list-item-2 {
  height: 45px;
}

.dvtoggleizqactivo {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #009639;
  font-size: 14px;
  line-height: 35px;
}

  .dvtoggleizqactivo.absoluto {
    position: absolute;
    opacity: 1;
    color: #009639;
    font-weight: 400;
  }

.toggledescripcion {
  padding-left: 0.5em;
  font-family: Roboto, sans-serif;
}

.opcion {
  position: relative;
  width: 80px;
  height: 35px;
}

.dvtoggleizqinactivo {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  opacity: 0;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}

.dvtogglederactivo {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #97D700;
  font-size: 14px;
  line-height: 35px;
}

  .dvtogglederactivo.absoluto {
    position: absolute;
    opacity: 0;
    color: #009639;
    font-weight: 400;
  }

.dvtogglederinactivo {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}

.fr-recibos-tabla {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

  .fr-recibos-tabla.display-none {
    display: none;
  }

.dvbtnexcel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.fr-dviconopasofinal-copy {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fr-dviconoexcel {
  display: block;
  width: 28px;
  height: auto;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  cursor: pointer;
}

  .fr-dviconoexcel.btn-excel-cfdi {
    display: none;
  }

.pp-totales {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #333;
  font-weight: 500;
  text-align: right;
}

.pptotaldesc {
  padding-right: 6px;
  padding-left: 6px;
  float: right;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10001;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/home-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

  .loader.display-none {
    display: none;
  }

.loadercontainer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.noticia-completa {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 960px;
  min-height: 300px;
  min-width: 260px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 300px;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .noticia-completa.completa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .noticia-completa.facturarrecibos {
    width: 260px;
    min-height: 250px;
    margin: 25px 10px;
    border-radius: 8px;
    background-color: #f0f0f0;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  }

  .noticia-completa.empty {
    height: 0px;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .noticia-completa.completa-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .noticia-completa.display-none {
    display: none;
  }

.fr-recibos-tarjetas-final {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

.ppfiltros {
  position: static;
}

.dv-programacion-pagos {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

  .dv-programacion-pagos.div-noticias {
    overflow: visible;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

.el-notificacion {
  position: absolute;
  top: -125px;
  right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0ac020;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.69;
  -webkit-transform: translate(0px, -125px);
  -ms-transform: translate(0px, -125px);
  transform: translate(0px, -125px);
  font-size: 1.3em;
  text-align: center;
}

  .el-notificacion.el-notificacion-editar {
    position: fixed;
    top: 0px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .el-notificacion.success {
    background-color: #0ac020;
  }

  .el-notificacion.warning {
    background-color: #ffc107;
  }

  .el-notificacion.info {
    background-color: #17a2b8;
  }

  .el-notificacion.danger {
    background-color: #df0115;
  }

.dvfriconomensaje {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.dvfriconomensaje-ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: default;
}

.hideshow {
  height: 100px;
  background-color: #0098ff;
}

.pptextofiltros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  text-align: left;
}

.ppiconofiltros {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: auto;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #009639;
  text-decoration: none;
  cursor: pointer;
}

.iconoactivo {
  position: absolute;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #d80027;
  font-size: 24px;
}

  .iconoactivo.menuwizard {
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

.iconoinactivo {
  position: absolute;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #d80027;
  font-size: 24px;
}

  .iconoinactivo.menuwizard {
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

.pp {
  position: relative;
  width: 100%;
  padding-left: 16px;
}

.linkmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

  .linkmenu:hover {
    border-radius: 3px;
    background-color: hsla(0, 0%, 89.8%, 0.15);
  }

  .linkmenu.sinborde {
    width: 288px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

    .linkmenu.sinborde.w--open {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

.iconodd {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
}

.loginaside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.herologinsubtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 12px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #c2c2c2;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

  .herologinsubtitle.display-none {
    display: none;
  }

.herologintitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f6f6f6;
  font-size: 5vw;
  line-height: 5vw;
  text-align: center;
  letter-spacing: 4.4px;
}

  .herologintitle.display-none {
    display: none;
  }

.login-panel {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 499px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 1px solid #fff;
  background-color: #fff;
}

.dvlogin {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.u-logincampos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 370px;
  max-height: 370px;
  max-width: 500px;
  margin-top: 51px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

  .u-logincampos.dvlogin {
    padding-right: 40px;
    padding-left: 40px;
  }

.xmltarjeta.tarjetafiltros.login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.xmltarjeta.tarjetafiltros2.login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

  .xmltarjeta.tarjetafiltros2.login.tarjetausuarios {
    height: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .xmltarjeta.tarjetafiltros2.login.campos-editor {
    overflow: hidden;
    width: 700px;
    height: 100%;
    max-width: 700px;
    min-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .xmltarjeta.tarjetafiltros2.login.noticias-cat-editor {
    overflow: visible;
    width: 700px;
    height: 100%;
    max-width: 700px;
    min-height: 835px;
    min-width: 700px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

.xml-filtros.usuarios {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.usuarios.errorlogin {
    min-height: 32px;
  }

.xml-filtros.campoedicionusuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 40px;
  min-height: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.campoedicionusuario.errorlogin {
    min-height: 32px;
  }

  .xml-filtros.campoedicionusuario.filtrarproveedor {
    width: 50%;
  }

  .xml-filtros.campoedicionusuario.campousuario {
    width: 400px;
  }

  .xml-filtros.campoedicionusuario.combodiv {
    margin-top: 4px;
  }

  .xml-filtros.campoedicionusuario.combodivempresa {
    margin-top: 8px;
  }

  .xml-filtros.campoedicionusuario.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

  .xml-filtros.campoedicionusuario.texto-proveedor {
    width: 50%;
  }

  .xml-filtros.campoedicionusuario.combo-fr {
    width: 530px;
    margin-top: 8px;
  }

.xml-filtros.filtro-cbopagos-cfdix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 530px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xml-filtros.campo-edicion-extracto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  height: 120px;
  min-height: 120px;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.campo-edicion-extracto.errorlogin {
    min-height: 32px;
  }

  .xml-filtros.campo-edicion-extracto.filtrarproveedor {
    width: 50%;
  }

  .xml-filtros.campo-edicion-extracto.campousuario {
    width: 400px;
  }

  .xml-filtros.campo-edicion-extracto.combodiv {
    margin-top: 4px;
  }

  .xml-filtros.campo-edicion-extracto.combodivempresa {
    margin-top: 8px;
  }

  .xml-filtros.campo-edicion-extracto.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

  .xml-filtros.campo-edicion-extracto.texto-proveedor {
    width: 50%;
  }

.xml-filtros.editor-fecha-publicacion {
  position: absolute;
  top: 12px;
  right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  min-height: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.editor-fecha-publicacion.errorlogin {
    min-height: 32px;
  }

  .xml-filtros.editor-fecha-publicacion.filtrarproveedor {
    width: 50%;
  }

  .xml-filtros.editor-fecha-publicacion.campousuario {
    width: 400px;
  }

  .xml-filtros.editor-fecha-publicacion.combodiv {
    margin-top: 4px;
  }

  .xml-filtros.editor-fecha-publicacion.combodivempresa {
    margin-top: 8px;
  }

  .xml-filtros.editor-fecha-publicacion.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

  .xml-filtros.editor-fecha-publicacion.texto-proveedor {
    width: 50%;
  }

  .xml-filtros.editor-fecha-publicacion.display-none {
    display: none;
  }

.xml-filtros.campo-edicion-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.campo-edicion-preview.errorlogin {
    min-height: 32px;
  }

  .xml-filtros.campo-edicion-preview.filtrarproveedor {
    width: 50%;
  }

  .xml-filtros.campo-edicion-preview.campousuario {
    width: 400px;
  }

  .xml-filtros.campo-edicion-preview.combodiv {
    margin-top: 4px;
  }

  .xml-filtros.campo-edicion-preview.combodivempresa {
    margin-top: 8px;
  }

  .xml-filtros.campo-edicion-preview.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

  .xml-filtros.campo-edicion-preview.texto-proveedor {
    width: 50%;
  }

.xml-filtros.campos-edicion-procedimientos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  height: 48px;
  min-height: 48px;
  margin-top: 16px;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.campos-edicion-procedimientos.errorlogin {
    min-height: 32px;
  }

  .xml-filtros.campos-edicion-procedimientos.filtrarproveedor {
    width: 50%;
  }

  .xml-filtros.campos-edicion-procedimientos.campousuario {
    width: 400px;
  }

  .xml-filtros.campos-edicion-procedimientos.combodiv {
    margin-top: 4px;
  }

  .xml-filtros.campos-edicion-procedimientos.combodivempresa {
    margin-top: 8px;
  }

  .xml-filtros.campos-edicion-procedimientos.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

  .xml-filtros.campos-edicion-procedimientos.texto-proveedor {
    width: 50%;
  }

.xml-filtros.exclusion-dv-combo {
  position: relative;
  width: 100%;
}

.xml-filtros.filtro-cbopagos-cfdi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 530px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.xml-filtros.fr-campo-edicion-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 136px;
  min-height: 120px;
  min-width: 300px;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .xml-filtros.fr-campo-edicion-filtros.errorlogin {
    min-height: 32px;
  }

  .xml-filtros.fr-campo-edicion-filtros.filtrarproveedor {
    width: 50%;
  }

  .xml-filtros.fr-campo-edicion-filtros.campousuario {
    width: 400px;
  }

  .xml-filtros.fr-campo-edicion-filtros.combodiv {
    margin-top: 4px;
  }

  .xml-filtros.fr-campo-edicion-filtros.combodivempresa {
    margin-top: 8px;
  }

  .xml-filtros.fr-campo-edicion-filtros.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

  .xml-filtros.fr-campo-edicion-filtros.texto-proveedor {
    width: 50%;
  }

.xml-filtros.cambiar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.xml-filtros.ayuda {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.dvmensajespopup {
  position: absolute;
  left: 0px;
  top: -125px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dvinlinefield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .dvinlinefield.etiquetaflotante {
    padding-top: 16px;
  }

  .dvinlinefield.inlineerrorderecha {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.dvmdinlineinput.login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.dvmdinlineinput.edicionusuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: 28px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

  .dvmdinlineinput.edicionusuario.dvfiltrarproveedores {
    margin-top: 6px;
  }

  .dvmdinlineinput.edicionusuario.usuario-filtrar-proveedor {
    height: 28px;
  }

.dvmdinlineinput.cbo-pagos-cfdi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-height: 28px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

  .dvmdinlineinput.cbo-pagos-cfdi.dvfiltrarproveedores {
    margin-top: 6px;
  }

.dvmdinlineinput.edicionusuario-admin {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  min-height: 28px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

  .dvmdinlineinput.edicionusuario-admin.dvfiltrarproveedores {
    margin-top: 6px;
  }

.mdinlinefieldlabel {
  width: 80px;
  height: 28px;
  min-height: 28px;
  min-width: 80px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

  .mdinlinefieldlabel.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    color: #6b6b6b;
    line-height: 28px;
  }

    .mdinlinefieldlabel.login.display-none {
      display: none;
    }

    .mdinlinefieldlabel.login.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

  .mdinlinefieldlabel.edicionusuario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    margin-top: 0px;
    color: #6b6b6b;
    line-height: 28px;
  }

    .mdinlinefieldlabel.edicionusuario.display-none {
      display: none;
    }

    .mdinlinefieldlabel.edicionusuario.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

  .mdinlinefieldlabel.edicion-editor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    margin-top: 0px;
    color: #6b6b6b;
    line-height: 28px;
    cursor: pointer;
  }

    .mdinlinefieldlabel.edicion-editor.display-none {
      display: none;
    }

    .mdinlinefieldlabel.edicion-editor.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

    .mdinlinefieldlabel.edicion-editor.label100 {
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-bottom: 1px solid #3c4858;
      color: #3c4858;
      font-weight: 400;
    }

    .mdinlinefieldlabel.edicion-editor.editor-link {
      width: auto;
      min-width: 160px;
      padding-right: 19px;
      padding-left: 22px;
      -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
      transition: all 200ms cubic-bezier(.645, .045, .355, 1);
      color: #198df5;
      font-size: 14px;
      cursor: pointer;
    }

      .mdinlinefieldlabel.edicion-editor.editor-link:hover {
        text-decoration: underline;
      }

    .mdinlinefieldlabel.edicion-editor.etiqueta-fecha-editor {
      width: auto;
      padding-right: 8px;
      font-size: 13px;
      cursor: default;
    }

    .mdinlinefieldlabel.edicion-editor.elemento-label {
      font-size: 14px;
      line-height: 20px;
    }

.html1.dv-check-activo {
  width: 200px;
}

.html1.usuarios-proveedor {
  position: relative;
  width: 437px;
  min-width: 437px;
}

.html1.desbloqueo-proveedor {
  position: relative;
  width: 427px;
  min-width: 427px;
}

.loginbotones {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #d8aa00;
  box-shadow: 0 1px 2px 0 #b3b3b3;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .boton.login {
    width: 100px;
    background-color: #0ac020;
    font-weight: 400;
  }

    .boton.login.nopadding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 40px;
      max-height: 40px;
      min-height: 40px;
      margin: 0px;
      padding: 8px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }

      .boton.login.nopadding.oculto.display-none {
        display: none;
      }

  .boton.completar {
    width: 100px;
    background-color: #0ac020;
    font-weight: 400;
  }

    .boton.completar.nopadding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 40px;
      max-height: 40px;
      min-height: 40px;
      margin: 0px;
      padding: 8px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }

      .boton.completar.nopadding.oculto.display-none {
        display: none;
      }

  .boton.boton-plano {
    border-style: solid;
    border-width: 1px;
    border-color: #97D700;
    background-color: #fff;
    box-shadow: none;
    color: #97D700;
    font-weight: 500;
  }

    .boton.boton-plano:hover {
      background-color: #97D700;
      color: #fff;
    }

    .boton.boton-plano.botonnegro {
      border-color: rgba(90, 90, 90, 0.65);
      background-color: #f5f6f6;
      color: rgba(90, 90, 90, 0.65);
    }

      .boton.boton-plano.botonnegro:hover {
        background-color: #fff;
        color: rgba(90, 90, 90, 0.65);
      }

      .boton.boton-plano.botonnegro.usuariosbuscarproveedor {
        position: absolute;
        top: -5px;
        right: -110px;
        width: 100px;
      }

        .boton.boton-plano.botonnegro.usuariosbuscarproveedor.display-none {
          display: none;
        }

      .boton.boton-plano.botonnegro.usuariosbuscarproveedorsl {
        width: 29.19px;
        height: 30px;
        margin: 0px 0px 0px 8px;
        padding-right: 5px;
        padding-left: 5px;
      }

        .boton.boton-plano.botonnegro.usuariosbuscarproveedorsl.display-none {
          display: none;
        }

      .boton.boton-plano.botonnegro.desbloqueo-buscar-proveedor {
        position: absolute;
        left: 100%;
        top: -5px;
        z-index: 20;
        width: 29.19px;
        height: 30px;
        padding-right: 5px;
      }

        .boton.boton-plano.botonnegro.desbloqueo-buscar-proveedor.display-none {
          display: none;
        }

      .boton.boton-plano.botonnegro.display-none {
        display: none;
      }

    .boton.boton-plano.btndeshabilitado {
      border-color: #e5e5e5;
      color: #e5e5e5;
      cursor: not-allowed;
    }

      .boton.boton-plano.btndeshabilitado.botonnegro:hover {
        color: #e5e5e5;
      }

    .boton.boton-plano.btn-exclusion {
      position: absolute;
      left: 300px;
      right: 300px;
      bottom: 7px;
      width: 200px;
      height: 48px;
      margin: 0px;
      border-color: #0ac020;
      background-color: #0ac020;
      box-shadow: none;
      -webkit-transition: box-shadow 350ms cubic-bezier(.645, .045, .355, 1);
      transition: box-shadow 350ms cubic-bezier(.645, .045, .355, 1);
      color: #fff;
      font-size: 1.2em;
    }

      .boton.boton-plano.btn-exclusion:hover {
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
      }

  .boton.boton-plano-link {
    width: 180px;
    margin: 14px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: none;
    color: #97D700;
    font-weight: 500;
  }

    .boton.boton-plano-link:hover {
      background-color: #97D700;
      color: #fff;
    }

    .boton.boton-plano-link.botonnegro {
      border-color: rgba(90, 90, 90, 0.65);
      background-color: #f5f6f6;
      color: rgba(90, 90, 90, 0.65);
    }

      .boton.boton-plano-link.botonnegro:hover {
        background-color: #fff;
        color: rgba(90, 90, 90, 0.65);
      }

      .boton.boton-plano-link.botonnegro.usuariosbuscarproveedor {
        position: absolute;
        top: -5px;
        right: -110px;
        width: 100px;
      }

        .boton.boton-plano-link.botonnegro.usuariosbuscarproveedor.display-none {
          display: none;
        }

      .boton.boton-plano-link.botonnegro.usuariosbuscarproveedorsl {
        position: absolute;
        left: 100%;
        top: -5px;
        width: 29.19px;
        height: 30px;
        padding-right: 5px;
      }

        .boton.boton-plano-link.botonnegro.usuariosbuscarproveedorsl.display-none {
          display: none;
        }

      .boton.boton-plano-link.botonnegro.desbloqueo-buscar-proveedor {
        position: absolute;
        left: 100%;
        top: -5px;
        z-index: 20;
        width: 29.19px;
        height: 30px;
        padding-right: 5px;
      }

        .boton.boton-plano-link.botonnegro.desbloqueo-buscar-proveedor.display-none {
          display: none;
        }

      .boton.boton-plano-link.botonnegro.display-none {
        display: none;
      }

    .boton.boton-plano-link.btndeshabilitado {
      border-color: #e5e5e5;
      color: #e5e5e5;
      cursor: not-allowed;
    }

      .boton.boton-plano-link.btndeshabilitado.botonnegro:hover {
        color: #e5e5e5;
      }

  .boton.completar {
    width: 100px;
    background-color: #0ac020;
    font-weight: 400;
  }

    .boton.completar.nopadding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 40px;
      max-height: 40px;
      min-height: 40px;
      margin: 0px;
      padding: 8px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }

      .boton.completar.nopadding.oculto.display-none {
        display: none;
      }

  .boton.login {
    width: 100px;
    background-color: #0ac020;
    font-weight: 400;
  }

    .boton.login.nopadding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 40px;
      max-height: 40px;
      min-height: 40px;
      margin: 0px;
      padding: 8px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }

  .boton.ayuda {
    width: 200px;
    height: 40px;
    background-color: #0ac020;
    font-weight: 400;
  }

    .boton.ayuda.nopadding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 150px;
      height: 40px;
      max-height: 40px;
      min-height: 40px;
      margin: 0px;
      padding: 8px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
    }

      .boton.ayuda.nopadding.oculto.display-none {
        display: none;
      }

.fapencil {
  width: 1.5em;
  padding-right: 3px;
  font-family: 'Fa 300', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

  .fapencil.fa-envelope {
    padding-bottom: 3px;
    line-height: 13px;
  }

  .fapencil.fa-sobre {
    padding-bottom: 3px;
    line-height: 13px;
  }

.loginlink {
  min-height: 32px;
  margin-top: 12px;
  color: #2872dd;
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.dvcopyrightfooter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #767676;
  font-size: 12px;
  text-align: left;
}

.error {
  border-color: #df0115;
}

.dvforma {
  width: 400px;
  height: 200px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.dvmdinput {
  position: relative;
  height: 80px;
  background-color: #fff;
}

.mdinputlabel {
  margin-bottom: 0px;
  padding-top: 12px;
  color: rgba(216, 0, 39, 0.87);
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

.md-normal-input {
  margin-bottom: 0px;
  padding: 8px 0px;
  border-style: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  color: rgba(0, 0, 0, 0.87);
  line-height: 16px;
}

  .md-normal-input:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #fff), to(#000));
    background-image: linear-gradient(180deg, #fff 74%, #000);
  }

.mdinputhelper {
  margin-bottom: 0px;
  padding-top: 8px;
  color: rgba(216, 0, 39, 0.87);
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}

.mdinputline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(216, 0, 39, 0.87);
}

.mdinputborder {
  height: 28px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  font-size: 16px;
}

.completarpanel {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  min-height: 550px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

.u-completarcampos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.completarbotones {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.enviar {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  min-height: 330px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

.dvenviar {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.noticia-detalle {
  position: relative;
  display: block;
  overflow: hidden;
  height: 150px;
  margin-top: 0px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  font-size: 0.9em;
}

.flex1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ccfiltrosusuarios {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  min-height: 46px;
  margin: 25px -6px 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dvempresas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
}

.divencabezadopaginapad {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  padding-top: 16px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  color: #b60f0f;
  font-size: 16px;
}

  .divencabezadopaginapad.login {
    padding-top: 116px;
    background-color: #fff;
  }

  .divencabezadopaginapad.completar {
    padding-top: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .divencabezadopaginapad.tituloenviar {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

.titulopaginapad {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: rgba(90, 90, 90, 0.8);
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 400;
}

  .titulopaginapad.facturarrecibos {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 1.3em;
  }

  .titulopaginapad.login {
    color: #009639;
    text-align: center;
  }

.dvgridusuarios {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-top: 15px;
  padding: 45px 20px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .dvgridusuarios.detalle {
    overflow: visible;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

.dvflexh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dviconobadge {
  position: absolute;
  left: 20px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #009639;
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
}

.dvlogin2 {
  width: 100%;
  height: 300px;
  max-height: 300px;
  min-height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #afaeae;
  font-size: 1em;
}

.htmlgrid {
  width: 100%;
  min-height: 300px;
}

.btncerrarmodal {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #525252;
  font-size: 24px;
  line-height: 24px;
}

  .btncerrarmodal:hover {
    background-color: rgba(3, 3, 3, 0.1);
  }

  .btncerrarmodal.display-none {
    display: none;
  }

.modal1 {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 499px;
  height: 500px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

  .modal1.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal1.edicionusuario {
    width: 1000px;
    height: 650px;
    min-height: 650px;
    min-width: 1000px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal.usuariosmodal {
    display: none;
  }

.btnanimacion {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: none;
  width: 40px;
  height: 40px;
  margin: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #525252;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}

  .btnanimacion:hover {
    background-color: rgba(3, 3, 3, 0.1);
  }

.dvrelativo {
  position: relative;
}

.notificacion {
  position: fixed;
  left: 0px;
  top: -250px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin: 43px auto 20px;
  padding: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #009639;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

  .notificacion.editarnotificacion {
    top: 0px;
  }

.alert-span {
  max-width: 89%;
}

.btnclose {
  position: absolute;
  top: 20px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

  .btnclose.display-none {
    display: none;
  }

.dviconoalert {
  position: absolute;
  left: 15px;
  top: -19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  cursor: default;
}

.iconocampana {
  width: 18px;
  height: 18px;
}

.edicionusuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.dvedicionusuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.moddvedicionusuario {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.editarusuariobotones {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  min-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dvlistbox {
  width: 100%;
  height: 250px;
  min-height: 200px;
  padding-top: 20px;
  font-weight: 400;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dvlistbox-seccion {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 400;
}

.dvlbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.recibosfiltros {
  position: relative;
  width: 100%;
  height: 278px;
  padding-left: 16px;
}

.ccfiltrosrecibos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  min-height: 46px;
  margin-right: -6px;
  margin-bottom: 6px;
  margin-left: -6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dvrecibosfiltros {
  position: static;
}

.iconodd-primario {
  position: static;
  margin: 0px;
  border-style: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #009639;
  font-size: 24px;
  text-decoration: none;
}

.recibosdvboton {
  position: absolute;
  top: -3px;
  right: -212px;
  bottom: 0px;
}

.recibos-dviconoexcel {
  display: block;
  width: 28px;
  height: auto;
  margin-right: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  cursor: pointer;
}

.recibos-dvbotones {
  position: fixed;
  right: 44px;
  bottom: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dv-pptextofiltros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 30px;
  padding-right: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  text-align: left;
}

.dvtextomostrar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dvocultartexto {
  position: absolute;
  left: 0px;
  top: -16px;
  right: 0px;
  width: 100%;
  height: 16px;
  background-color: #f2f2f2;
}

.flex25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 60px;
}

.pdpfiltros {
  position: relative;
  width: 100%;
  height: 136px;
  padding-left: 16px;
}

.dvpagosfiltros {
  position: static;
}

.pagosfiltros {
  position: relative;
  width: 100%;
  height: 278px;
  padding-left: 16px;
}

.cfdi-dviconopasofinal {
  position: absolute;
  left: 0%;
  right: 10%;
  bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 48px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fr-wactivo4.fr-wactivo {
  display: none;
  color: #009639;
}

.fr-winactivo4.fr-winactivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 12px;
}

.cfdi-tarjetafactura {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 449px;
  margin: 10px 10px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 0px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

  .cfdi-tarjetafactura:hover {
    box-shadow: 1px 1px 6px 0 #e5e5e5;
  }

.cfdi-trdvtexto {
  width: 160px;
  padding-bottom: 12px;
}

.fr-wpaso4 {
  position: relative;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-color: #fff;
}

  .fr-wpaso4.display-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

.cfdi-subirarchivos {
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-wactualp4.fr-wactualp {
  background-color: #97D700;
}

.cfdi-uploadcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.uploaddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 290px;
  min-height: 200px;
  margin: 19px;
  padding: 14px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f5f6f6;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.uploadseleccionar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.cfdi-uploadtitulo {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px none #e5e5e5;
  color: #3c4858;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

  .cfdi-uploadtitulo.fr-pftitulo {
    padding: 12px;
    border-bottom-style: none;
    font-size: 2em;
    text-align: center;
  }

.uploadestado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uploadarchivo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnedicioneditar {
  display: block;
}

.btnedicionmostrar {
  display: block;
}

.btnedicionmodificar {
  display: block;
}

.tmp-botones {
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-dvupload {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .fr-dvupload.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .fr-dvupload.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .fr-dvupload.usuariosmodal {
    display: none;
  }

.fr-dvsubirarchivos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  min-height: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-dvcentrado-upload {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 550px;
  max-height: 900px;
  max-width: 900px;
  padding-top: 58px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.boton-fa {
  font-weight: 400;
}

.dv-validaciones-cfdi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cfdi-ul-validaciones {
  width: 100%;
  padding-left: 20px;
}

.cfdi-dvcampos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  height: 320px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

  .cfdi-dvcampos.fr-trmodalinputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.cfdifiltros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tituloseccion {
  width: 100%;
  margin-bottom: 4px;
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.fasearch {
  width: 1.5em;
  padding-right: 0px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #d80027;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.acocuenta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
}

  .acocuenta:focus {
    border-bottom: 1px solid #d80027;
  }

.fr-wmenupaloma-2 {
  display: inline-block;
  color: #009639;
}

.iconomenu-2 {
  width: 28px;
  float: left;
  text-decoration: none;
}

  .iconomenu-2.iconomouse {
    cursor: pointer;
  }

    .iconomenu-2.iconomouse.btndeshabilitado.btnbuscarinactivo {
      position: absolute;
      background-color: #fff;
      opacity: 1;
      -webkit-transition: opacity 350ms ease;
      transition: opacity 350ms ease;
    }

.dvmdinlinefield {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  margin-right: 6px;
  margin-bottom: 12px;
  margin-left: 6px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dvcbokendodd {
  position: relative;
  min-height: 36px;
  min-width: 80px;
  margin-right: 6px;
  margin-bottom: 12px;
  margin-left: 6px;
  float: none;
}

.ccfiltros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.htmlgrid-2 {
  width: 100%;
  min-height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.dvempresasdatos {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

.desbloqueos-principal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  min-width: 1000px;
  margin-top: 15px;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.cfdi-desbloqueo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dv-listbox-desbloqueo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dv-listbox-section {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px;
  -ms-flex: 200px;
  flex: 200px;
  font-weight: 400;
}

.dv-desbloqueo-filtros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.desbloqueo-filtro.usuarios {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .desbloqueo-filtro.usuarios.errorlogin {
    min-height: 32px;
  }

.desbloqueo-filtro.campoedicionusuario {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 40px;
  min-height: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .desbloqueo-filtro.campoedicionusuario.errorlogin {
    min-height: 32px;
  }

  .desbloqueo-filtro.campoedicionusuario.filtrarproveedor {
    width: 50%;
  }

  .desbloqueo-filtro.campoedicionusuario.campousuario {
    width: 400px;
  }

  .desbloqueo-filtro.campoedicionusuario.combodiv {
    margin-top: 4px;
  }

  .desbloqueo-filtro.campoedicionusuario.combodivempresa {
    margin-top: 8px;
  }

  .desbloqueo-filtro.campoedicionusuario.combodivfiltros {
    width: 530px;
    margin-top: 8px;
  }

.desbloqueo-filtro.filtro-cbopagos-cfdi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desbloqueo-nota {
  width: 401px;
  color: #707070;
}

.fa-icon {
  font-family: 'Fontawesome webfont', sans-serif;
}

.fa-icono-badge {
  width: 1.5em;
  padding-right: 0px;
  direction: ltr;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

  .fa-icono-badge.error {
    color: #df0115;
    text-align: left;
  }

  .fa-icono-badge.pdf {
    color: #dd4b39;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
  }

  .fa-icono-badge.fadeshabilitado {
    color: #a3a3a3;
  }

  .fa-icono-badge.fapointer {
    color: #a3a3a3;
    cursor: pointer;
  }

    .fa-icono-badge.fapointer:hover {
      border-radius: 50%;
      box-shadow: 1px 1px 3px 0 #707070;
    }

.historico-desbloqueo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-100 {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #535353;
}

.fr-upload-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loader-temp {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/side1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.loader-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), to(hsla(0, 0%, 100%, 0.57)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57));
}

.fr-dv-campos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  height: 320px;
  max-width: 100vw;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

  .fr-dv-campos.fr-trmodalinputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.fr-seccion-tabla {
  position: static;
  display: none;
  overflow: visible;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 20px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

.cfdi-dv-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  max-height: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .cfdi-dv-filtros.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.fr-dv-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

  .fr-dv-filtros.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.btn-flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97D700;
  border-radius: 5px;
  background-color: #fff;
  color: #97D700;
  font-size: 1.1em;
  line-height: 1em;
  cursor: pointer;
}

  .btn-flat:hover {
    background-color: #97D700;
    box-shadow: 3px 3px 12px 0 #e5e5e5;
    color: #fff;
  }

  .btn-flat.fr-pasofinalocultar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

  .btn-flat.fr-pasofinalmostrar {
    width: 220px;
  }

  .btn-flat.display-none {
    display: none;
  }

  .btn-flat.btn-deshabilitado {
    border-color: #b3b3b3;
    color: #b3b3b3;
    cursor: none;
  }

    .btn-flat.btn-deshabilitado:hover {
      background-color: transparent;
      box-shadow: none;
    }

.el-notificacion-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 44px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.drawer-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 0px 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.45);
}

  .drawer-container.drawer-edicion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .drawer-container.drawer-edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.drawer-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 366px;
  height: 100%;
  min-width: 366px;
  padding: 8px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000;
}

.drawer-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9b9b9b;
  background-color: #000;
  box-shadow: none;
}

.nav-link {
  width: 24px;
  height: 24px;
}

  .nav-link.nav-link-toggle {
    position: absolute;
    z-index: 10000;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-image: url('../images/close.svg');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 200ms cubic-bezier(.77, 0, .175, 1);
    transition: all 200ms cubic-bezier(.77, 0, .175, 1);
    cursor: pointer;
  }

    .nav-link.nav-link-toggle:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    .nav-link.nav-link-toggle.toggle--recibos {
      top: 15px;
    }

    .nav-link.nav-link-toggle.toggle--settings {
      top: 15px;
      right: 0px;
    }

.recibos-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.desbloqueo-dv-guardar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

  .desbloqueo-dv-guardar.filtros {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-radius: 7px;
  }

.fr-div-filtros-ix {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .fr-div-filtros-ix.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .fr-div-filtros-ix.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .fr-div-filtros-ix.usuariosmodal {
    display: none;
  }

  .fr-div-filtros-ix.fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 100vh;
    max-height: 100vh;
    -webkit-box-flex: 10;
    -webkit-flex: 10 10 100%;
    -ms-flex: 10 10 100%;
    flex: 10 10 100%;
    border-radius: 0px;
  }

.fr-cbo-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 530px;
  height: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.drawer-header {
  width: 100%;
  color: #fff;
  text-align: center;
}

.slide-filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 28px;
}

.stacked-filter {
  width: 100%;
  padding-bottom: 12px;
  color: #fff;
}

  .stacked-filter.usuarios {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

    .stacked-filter.usuarios.errorlogin {
      min-height: 32px;
    }

  .stacked-filter.campoedicionusuario {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    height: 40px;
    min-height: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

    .stacked-filter.campoedicionusuario.errorlogin {
      min-height: 32px;
    }

    .stacked-filter.campoedicionusuario.filtrarproveedor {
      width: 50%;
    }

    .stacked-filter.campoedicionusuario.campousuario {
      width: 400px;
    }

    .stacked-filter.campoedicionusuario.combodiv {
      margin-top: 4px;
    }

    .stacked-filter.campoedicionusuario.combodivempresa {
      margin-top: 8px;
    }

    .stacked-filter.campoedicionusuario.combodivfiltros {
      width: 530px;
      margin-top: 8px;
    }

    .stacked-filter.campoedicionusuario.texto-proveedor {
      width: 50%;
    }

  .stacked-filter.filtro-cbopagos-cfdi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.stacked-label {
  width: 100%;
  height: 28px;
  min-height: 28px;
  min-width: 80px;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

  .stacked-label.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    color: #6b6b6b;
    line-height: 28px;
  }

    .stacked-label.login.display-none {
      display: none;
    }

    .stacked-label.login.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

  .stacked-label.edicionusuario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    margin-top: 0px;
    color: #6b6b6b;
    line-height: 28px;
  }

    .stacked-label.edicionusuario.display-none {
      display: none;
    }

    .stacked-label.edicionusuario.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

.stacked-input-dv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  .stacked-input-dv.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }

  .stacked-input-dv.edicionusuario {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 28px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }

    .stacked-input-dv.edicionusuario.dvfiltrarproveedores {
      margin-top: 6px;
    }

  .stacked-input-dv.cbo-pagos-cfdi {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 28px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }

    .stacked-input-dv.cbo-pagos-cfdi.dvfiltrarproveedores {
      margin-top: 6px;
    }

.slide-acction-dv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3c4858;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms ease;
  transition: all 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms ease;
  color: #009639;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .slide-action-button:hover {
    border-color: #009639;
    box-shadow: 4px 4px 3px 0 #000;
    color: #009639;
    font-size: 16px;
    font-weight: 500;
  }

  .slide-action-button.consultar {
    min-height: 50px;
  }

  .slide-action-button.confirmar {
    max-width: 200px;
  }

    .slide-action-button.confirmar:hover {
      background-color: #3898ec;
      box-shadow: 2px 2px 6px 0 #3898ec;
    }

.filter-action-button {
  position: absolute;
  top: 10px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-image: url('../images/controls.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #009639;
  text-decoration: none;
  cursor: pointer;
}

  .filter-action-button:hover {
    -webkit-transform: scale(1) scale(1.2);
    -ms-transform: scale(1) scale(1.2);
    transform: scale(1) scale(1.2);
  }

.stacked-label-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28px;
  min-height: 28px;
  min-width: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

  .stacked-label-radio.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    color: #6b6b6b;
    line-height: 28px;
  }

    .stacked-label-radio.login.display-none {
      display: none;
    }

    .stacked-label-radio.login.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

  .stacked-label-radio.edicionusuario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 28px;
    min-height: 28px;
    min-width: 80px;
    margin-top: 0px;
    color: #6b6b6b;
    line-height: 28px;
  }

    .stacked-label-radio.edicionusuario.display-none {
      display: none;
    }

    .stacked-label-radio.edicionusuario.lblflotante {
      position: absolute;
      z-index: 1;
      color: red;
    }

.html-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-radio {
  margin-right: 16px;
  margin-left: 8px;
  cursor: pointer;
}

.inline-radio-label {
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}

.reporte-recibos {
  display: block;
  min-height: 300px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.html-k-input-valid {
  position: relative;
  width: 100%;
}

.reporte-pagos {
  display: block;
  min-height: 300px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.reporte-programacion {
  position: relative;
  display: block;
  min-height: 300px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.reporte-recepcion {
  display: block;
  min-height: 300px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.pp-modal-facturas {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .pp-modal-facturas.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .pp-modal-facturas.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .pp-modal-facturas.usuariosmodal {
    display: none;
  }

  .pp-modal-facturas.fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    -webkit-box-flex: 10;
    -webkit-flex: 10 10 100%;
    -ms-flex: 10 10 100%;
    flex: 10 10 100%;
  }

  .pp-modal-facturas.modal-edicion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.pp-etiqueta-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #3c4858;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

  .pp-etiqueta-filtros.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.pp-div-titulos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1em;
  text-align: left;
}

.pp-pop-facturas {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 540px;
  max-height: 600px;
  max-width: 800px;
  min-width: 500px;
  padding: 80px 100px 40px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .pp-pop-facturas.pp-ver-detalle {
    left: -100vw;
  }

.pp-div-fecha {
  position: absolute;
  left: 12px;
  top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #9da2a4;
}

.pp-div-fecha-dia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #333;
  font-size: 50px;
  line-height: 50px;
}

.pp-fecha-dia-sem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 20px;
}

.pp-div-fecha-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-fecha-mes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}

.html-grid-prog-pagos {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.pp-pop-detalle {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 540px;
  max-height: 600px;
  max-width: 1000px;
  padding: 100px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
}

.pp-pop-detalle-flip {
  position: fixed;
  display: none;
  width: 90%;
  height: 540px;
  max-height: 600px;
  max-width: 1000px;
  padding: 100px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.html-grid-pp-detalle {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-image: url('../images/detalle-demo.PNG'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.pp-pop-detalle-grow {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 540px;
  max-height: 600px;
  max-width: 800px;
  padding: 60px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: 1px solid #b3b3b3;
  border-radius: 7px;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
}

  .pp-pop-detalle-grow.pp-popdetalle-edicion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .pp-pop-detalle-grow.display-none {
    display: none;
  }

.pp-titulo {
  width: 100%;
  max-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 18px;
}

.pp-subtitulo {
  width: 100%;
  max-height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.pp-titulo-listado {
  margin-top: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

  .pp-titulo-listado.pp-totales-titulo {
    font-size: 16px;
    line-height: 24px;
    text-align: right;
  }

.html-grid-facturas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.factura-grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 4px 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

  .factura-grid-row:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0f7fa), to(#e0f7fa));
    background-image: linear-gradient(180deg, #e0f7fa, #e0f7fa);
  }

.factura-row-fecha {
  width: 160px;
  line-height: 24px;
}

.factura-grid-monto-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  text-align: right;
}

.factura-row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.factura-row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  line-height: 24px;
  font-weight: 500;
}

.factura-row-factura {
  width: 160px;
  font-size: 16px;
  line-height: 24px;
}

.pp-etiqueta-filtros-detale {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #3c4858;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

  .pp-etiqueta-filtros-detale.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.pp-titulo-listado-total-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bread-crum {
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #24c6db;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
}

  .bread-crum.bread-crum-default {
    background-color: #b3b3b3;
  }

.pp-detalle-titulos {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-height: 60px;
  margin: 0px;
  padding: 12px 50px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 7px;
  background-color: #fff;
}

  .pp-detalle-titulos.filtros {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-radius: 7px;
  }

.pp-factura-filtros {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 210px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
}

  .pp-factura-filtros.filtros {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    max-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-radius: 7px;
  }

.totales-moneda {
  height: 22px;
  line-height: 20px;
}

  .totales-moneda.totales-moneda-mxn {
    margin-right: 30px;
    margin-left: 30px;
    border-bottom: 2px solid #009639;
  }

  .totales-moneda.totales-moneda-usd {
    margin-right: 30px;
    border-bottom: 2px solid #24c6db;
  }

.noticia-texto {
  position: relative;
  display: inline-block;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 1.5em;
  line-height: 1.6em;
  text-align: justify;
}

.textofechanoticiacompleta {
  padding: 17px 0px;
  color: #000;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 400;
}

.titulo-upload {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.9em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #97D700;
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

  .titulo-upload.detalle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

.base-titulo-upload {
  position: relative;
  height: 1.8em;
  min-height: 1.8em;
}

.drop-zone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px dashed #b3b3b3;
  border-radius: 3px;
}

.drop-zone-title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333;
  font-size: 1.2em;
}

.noticia-nueva {
  position: relative;
  right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #24c6db;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.modal-noticias {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-noticias.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-noticias.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-noticias.usuariosmodal {
    display: none;
  }

  .modal-noticias.fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    -webkit-box-flex: 10;
    -webkit-flex: 10 10 100%;
    -ms-flex: 10 10 100%;
    flex: 10 10 100%;
  }

.carrusel-cerrar {
  position: absolute;
  top: -50px;
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
}

.modal-carrusel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-carrusel.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-carrusel.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-carrusel.usuariosmodal {
    display: none;
  }

  .modal-carrusel.fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    -webkit-box-flex: 10;
    -webkit-flex: 10 10 100%;
    -ms-flex: 10 10 100%;
    flex: 10 10 100%;
  }

.texto-noticia-completa {
  position: static;
  display: inline-block;
  margin-bottom: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
}

.noticia-titulo-movil {
  position: absolute;
  left: 0px;
  top: -15px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.9em;
  margin: 0px 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #009639;
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

  .noticia-titulo-movil.detalle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

.noticia-completa-fecha-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
}

.noticia-completa-titulo-texto {
  font-size: 1.6em;
  line-height: 1.1em;
}

  .noticia-completa-titulo-texto.detalle {
    font-size: 1.6em;
    text-align: center;
  }

.carrusel-rojo {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 540px;
  max-height: 600px;
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #ff5250;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 0, 0, 0.8)), to(rgba(158, 0, 0, 0.8))), url('../images/side1.jpg');
  background-image: linear-gradient(180deg, rgba(158, 0, 0, 0.8), rgba(158, 0, 0, 0.8)), url('../images/side1.jpg');
  background-position: 0px 0px, 50% -207px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .carrusel-rojo.pp-ver-detalle {
    left: -100vw;
  }

.noticia-carrusel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  max-width: 1100px;
  min-height: 300px;
  min-width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

  .noticia-carrusel.completa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .noticia-carrusel.facturarrecibos {
    width: 260px;
    min-height: 250px;
    margin: 25px 10px;
    border-radius: 8px;
    background-color: #f0f0f0;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  }

  .noticia-carrusel.empty {
    height: 0px;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .noticia-carrusel.completa-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

.carrusel-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #e5e5e5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #000;
  opacity: 1;
  color: #fff;
}

  .carrusel-control.fr-pasofinalocultar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .carrusel-control.control-background {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/side1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/side1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

.carrusel-titulos {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

  .carrusel-titulos.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.carrusel-titulo {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 1.4em;
  line-height: 2em;
}

.carrusel-texto {
  display: inline-block;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 12px 20px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: justify;
}

.carrusel-subtitulo {
  width: 100%;
  max-height: 20px;
  margin-bottom: 4px;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
}

.carrusel-pasos {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  max-width: 200px;
  min-width: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carrusel-paso {
  width: 8px;
  height: 8px;
  margin: 4px;
  border: 1px solid #9da2a4;
  border-radius: 50%;
  background-color: #9da2a4;
}

  .carrusel-paso.paso-actual {
    border-color: #fff;
    background-color: #fff;
  }

.carrusel-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.paso-texto {
  position: absolute;
  height: 20px;
  line-height: 20px;
}

  .paso-texto.display-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.carrusel-sliding-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 800px;
  height: 400px;
  max-height: 400px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.9em;
}

.carrusel-flat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 540px;
  max-height: 600px;
  max-width: 1000px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 7px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .carrusel-flat.pp-ver-detalle {
    left: -100vw;
  }

.carrusel-titulos-black {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 500;
  text-align: center;
}

  .carrusel-titulos-black.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.carrusel-divider {
  position: relative;
  width: 100%;
  height: 1px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;
}

.carrusel-icono {
  position: absolute;
  left: 20px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009639;
  box-shadow: 1px 1px 6px 0 #707070;
  font-size: 1.3em;
  line-height: 1.3em;
}

.carrusel-icono-fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 1.8em;
  text-decoration: none;
}

  .carrusel-icono-fa.iconogris {
    color: rgba(90, 90, 90, 0.8);
    font-size: 1.5em;
    line-height: 1.5px;
    text-align: center;
    text-decoration: none;
  }

    .carrusel-icono-fa.iconogris.facturarrecibos {
      font-size: 1em;
      line-height: 1.3px;
    }

.carrusel-slide {
  position: relative;
  width: 100%;
  height: 99%;
  max-height: 99%;
  max-width: 100%;
  min-height: 99%;
  min-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.no-opacity {
  opacity: 0;
}

.icono-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

  .icono-badge.iconogris {
    color: #ff0017;
  }

  .icono-badge.icono-noticias-tarjetas {
    position: absolute;
    left: -26px;
    width: 50px;
    cursor: pointer;
  }

.dv-listado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  min-width: 850px;
  margin-top: 15px;
  padding: 45px 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px;
  -ms-flex: 200px;
  flex: 200px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .dv-listado.detalle {
    overflow: visible;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dv-listado.display-none {
    display: none;
  }

.dv-grid {
  width: 100%;
  height: 300px;
  max-height: 300px;
  min-height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #afaeae;
  font-size: 1em;
}

.filtros-procedimientos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  min-height: 46px;
  margin-top: 25px;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-editor {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-editor.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-editor.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-editor.usuariosmodal {
    display: none;
  }

.editor-container {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 10;
  -webkit-flex: 10 0 300px;
  -ms-flex: 10 0 300px;
  flex: 10 0 300px;
}

  .editor-container.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.kendo-editor {
  display: block;
  overflow: auto;
  width: 840px;
  height: 440px;
  max-height: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .kendo-editor.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.editor-botones {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.editor-titulo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: #b60f0f;
}

  .editor-titulo.login {
    padding-top: 116px;
    background-color: #fff;
  }

  .editor-titulo.completar {
    padding-top: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .editor-titulo.tituloenviar {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .editor-titulo.edicionusuario {
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

.modal-editor-container {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 600px;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

  .modal-editor-container.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-editor-container.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

.dv-editor-campos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 990px;
  min-width: 850px;
  margin-top: 15px;
  padding: 61px 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .dv-editor-campos.detalle {
    overflow: visible;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dv-editor-campos.display-none {
    display: none;
  }

.dvmdinlineinputtextarea {
  width: 100%;
  height: 100%;
}

  .dvmdinlineinputtextarea.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 20px;
    font-weight: 400;
  }

  .dvmdinlineinputtextarea.edicionusuario {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 28px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
  }

    .dvmdinlineinputtextarea.edicionusuario.dvfiltrarproveedores {
      margin-top: 6px;
    }

  .dvmdinlineinputtextarea.cbo-pagos-cfdi {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    min-height: 28px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }

    .dvmdinlineinputtextarea.cbo-pagos-cfdi.dvfiltrarproveedores {
      margin-top: 6px;
    }

.editor-campos-especiales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kendo-editor-botones {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.editor-preview-contenido {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 160px;
  min-height: 160px;
  min-width: 100%;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  .editor-preview-contenido.display-none {
    display: none;
  }

.editor-preview-grid {
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.editor-preview-contenido-texto {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 740px;
  height: 360px;
  max-height: 360px;
  max-width: 740px;
  min-height: 360px;
  min-width: 740px;
  padding: 10px;
  box-shadow: 1px 1px 3px 0 #d6d6d6;
  -webkit-transform: scale(0.3) translate(0%, 0%);
  -ms-transform: scale(0.3) translate(0%, 0%);
  transform: scale(0.3) translate(0%, 0%);
  color: #000;
  cursor: pointer;
}

  .editor-preview-contenido-texto.display-none {
    -webkit-transform: scale(0.29);
    -ms-transform: scale(0.29);
    transform: scale(0.29);
  }

.editor-preview-adjunto-img {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90%;
  max-height: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.editor-preview-adjunto {
  position: absolute;
  overflow: hidden;
  width: 740px;
  height: 360px;
  max-height: 360px;
  max-width: 740px;
  min-height: 360px;
  min-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-image: url('../images/inventory.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 3px 0 #d6d6d6;
  -webkit-transform: scale(0.45);
  -ms-transform: scale(0.45);
  transform: scale(0.45);
  color: #000;
  cursor: pointer;
}

.editor-listado {
  position: relative;
  overflow: scroll;
  width: 840px;
  height: 100%;
  max-height: 100%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  color: #afaeae;
  font-size: 1em;
}

.lista-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
  cursor: pointer;
}

  .lista-elemento:hover {
    background-color: #f5f6f6;
  }

.elemento-imagen {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

  .elemento-imagen.editor-imagen {
    cursor: pointer;
  }

  .elemento-imagen.se-subir-imagen {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

.elemento-contenido {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.elemento-fecha {
  color: #009639;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}

.elemento-extracto {
  overflow: hidden;
  height: 64px;
  max-height: 64px;
  min-height: 64px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}

.elemento-titulo {
  margin-top: 10px;
  color: #232f34;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.editor-fab {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fab-fa-plus {
  width: 1.5em;
  font-family: 'Fa 300', sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

  .fab-fa-plus.fa-envelope {
    padding-bottom: 3px;
    line-height: 13px;
  }

.dv-input-busqueda {
  position: relative;
  overflow: hidden;
  width: 300px;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1);
}

  .dv-input-busqueda:focus {
    border-bottom: 1px solid #d80027;
  }

  .dv-input-busqueda.dv-busqueda-ocultar {
    width: 0px;
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1)undefined;
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)undefined;
  }

.btn-fa-search {
  width: 28px;
  float: left;
  text-decoration: none;
}

  .btn-fa-search.iconomouse {
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
  }

    .btn-fa-search.iconomouse.btndeshabilitado.btnbuscarinactivo {
      position: absolute;
      background-color: #fff;
      opacity: 1;
      -webkit-transition: opacity 350ms ease;
      transition: opacity 350ms ease;
    }

    .btn-fa-search.iconomouse.search-activo {
      color: #97D700;
    }

  .btn-fa-search.iconomouse {
    font-family: 'Fontawesome webfont', sans-serif;
    color: #97D700;
    font-size: 20px;
    cursor: pointer;
  }

.btn-fa-search-close {
  width: 28px;
  float: left;
  text-decoration: none;
}

  .btn-fa-search-close.iconomouse {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fa 300', sans-serif;
    color: #9b9b9b;
    cursor: pointer;
  }

    .btn-fa-search-close.iconomouse.btndeshabilitado.btnbuscarinactivo {
      position: absolute;
      background-color: #fff;
      opacity: 1;
      -webkit-transition: opacity 350ms ease;
      transition: opacity 350ms ease;
    }

    .btn-fa-search-close.iconomouse.display-none {
      display: none;
    }

  .btn-fa-search-close.iconomouse {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Fa 300', sans-serif;
    color: #9b9b9b;
    cursor: pointer;
  }

    .btn-fa-search-close.iconomouse.display-none {
      display: none;
    }

.elemento-imagen-div {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 160px;
  min-height: 160px;
  min-width: 160px;
  margin-right: 20px;
}

.div-block-3 {
  background-color: #fff;
}

.editor-celdas-edicion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.editor-preview-accionpreview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
  font-family: 'Fa 300', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  cursor: pointer;
}

  .editor-preview-accionpreview.borde-error {
    position: static;
    border: 1px solid #df0115;
    -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
    transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  }

  .editor-preview-accionpreview.display-none {
    display: none;
  }

.editor-contador {
  position: absolute;
  right: 0px;
  padding-top: 4px;
  color: #232f34;
  font-size: 11px;
}

.editor-preview-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.editor-preview-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.editor-adjuntos-acciones {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
}

  .editor-adjuntos-acciones.display-none {
    display: none;
  }

.editor-adjunto-editar {
  cursor: pointer;
}

.editor-adjunto-borrar {
  cursor: pointer;
}

.editor-contenido-acciones {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
}

  .editor-contenido-acciones.display-none {
    display: none;
  }

.editor-preview-spinner-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Fa 300', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

  .editor-preview-spinner-div.display-none {
    display: none;
    opacity: 0;
  }

.elemento-alcance {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 28px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #232f34;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}

.fa-300-icono {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

  .fa-300-icono.iconogris {
    color: rgba(90, 90, 90, 0.8);
    font-size: 1.5em;
    line-height: 1.5px;
    text-align: center;
    text-decoration: none;
  }

    .fa-300-icono.iconogris.facturarrecibos {
      font-size: 1em;
      line-height: 1.3px;
    }

  .fa-300-icono.display-none {
    display: none;
  }

.noticias-bottom-divider {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 20px;
}

.dv-reporte-recibos {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

  .dv-reporte-recibos.div-noticias {
    overflow: visible;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

.dv-reporte-pagos {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

  .dv-reporte-pagos.div-noticias {
    overflow: visible;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

.dv-usuario-grid-cont {
  width: 100%;
  height: 300px;
  max-height: 300px;
  min-height: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #afaeae;
  font-size: 1em;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
}

.exclusion-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dv-exclusion-titulos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97D700;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #97D700;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-inline:hover {
    background-color: #97D700;
    color: #fff;
  }

  .btn-inline.consultar {
    min-height: 50px;
  }

  .btn-inline.confirmar {
    max-width: 200px;
  }

    .btn-inline.confirmar:hover {
      background-color: #3898ec;
      box-shadow: 2px 2px 6px 0 #3898ec;
    }

  .btn-inline.exclusion-consultar {
    width: 80px;
    height: 37px;
    min-height: 37px;
    -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  }

  .btn-inline.usuario-filtrar {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

.icono-fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

  .icono-fa.iconogris {
    color: #ff0017;
  }

  .icono-fa.icono-noticias-tarjetas {
    position: absolute;
    left: -26px;
    width: 50px;
    cursor: pointer;
  }

.fa-icono {
  padding-right: 0px;
  direction: ltr;
  font-family: 'Fa 300', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

  .fa-icono.error {
    color: #df0115;
    text-align: left;
  }

  .fa-icono.pdf {
    color: #dd4b39;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
  }

  .fa-icono.fadeshabilitado {
    color: #a3a3a3;
  }

  .fa-icono.fapointer {
    color: #a3a3a3;
    cursor: pointer;
  }

    .fa-icono.fapointer:hover {
      border-radius: 50%;
      box-shadow: 1px 1px 3px 0 #707070;
    }

.ex-tem-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 150px;
  padding-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
  color: #3c4858;
  line-height: 22px;
}

.ex-temp-pago {
  overflow: hidden;
  width: 50%;
  min-width: 50%;
  font-size: 15px;
  font-weight: 500;
}

.ex-temp-monto {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: right;
}

.ex-temp-moneda {
  width: 50%;
  min-width: 50%;
}

.ex-temp-fecha {
  width: 50%;
  min-width: 50%;
  font-weight: 500;
  text-align: right;
}

.exclusion-dv-botones {
  position: absolute;
  right: -100px;
  bottom: 2px;
}

.exclusion-dv-filtros {
  position: static;
}

.exclusion-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 800px;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.exclusion-principal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  min-width: 1000px;
  margin-top: 15px;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.exclusion-dv-listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px;
  -ms-flex: 200px;
  flex: 200px;
}

.desbloqueo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.exclusion-historico-listado {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 300px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  color: #afaeae;
  font-size: 1em;
}

.exclusion-historico-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  max-width: 820px;
  min-width: 820px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.elemento-chips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.elemento-chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 56px;
  margin: 6px 10px;
  padding: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 1px solid #24c6db;
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3c4858;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

  .elemento-chip:hover {
    border-color: #24c6db;
    background-color: #24c6db;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
  }

  .elemento-chip.deshabilitado {
    border-color: #9b9b9b;
    color: #9b9b9b;
    cursor: default;
  }

    .elemento-chip.deshabilitado:hover {
      background-color: transparent;
      box-shadow: none;
    }

  .elemento-chip.chip-seleccionado {
    border-color: #009639;
    background-color: #009639;
    box-shadow: none;
    color: #fff;
  }

.exclusion-lista-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #d0d0d0;
}

  .exclusion-lista-elemento.elemento-cancelado {
    border-top: 2px solid #ff0017;
  }

.exclusion-elemento-titulo {
  margin-top: 0px;
  padding-left: 10px;
  color: #232f34;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

  .exclusion-elemento-titulo.elemento-cancelado {
    color: #ff0017;
  }

.exclusion-elemento-alcance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: auto;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #232f34;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}

.elemento-comentario {
  overflow: hidden;
  width: 800px;
  max-height: 64px;
  min-height: 24px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
}

.ex-elemento-subtitulo {
  margin-top: 0px;
  border-style: none;
  color: #707070;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.exclusion-principal-historico {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: 15px;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.ex-elem-fecha {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #009639;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}

.exclusion-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  min-height: 35px;
  min-width: 242px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  cursor: pointer;
}

.exclusion-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  min-width: 100px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #009639;
  font-size: 15px;
  font-weight: 400;
}

  .exclusion-nav-link:hover {
    border-color: #009639;
  }

  .exclusion-nav-link.nav-link-activo {
    border-color: #009639;
    background-color: #009639;
    color: #fff;
  }

.comentario-container {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 450px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .comentario-container.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.modal-comentario-container {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

  .modal-comentario-container.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-comentario-container.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

.exclusion-elem-dv-botones {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fa-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Fontawesome, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

  .fa-regular.iconogris {
    color: rgba(90, 90, 90, 0.8);
    font-size: 1.5em;
    line-height: 1.5px;
    text-align: center;
    text-decoration: none;
  }

    .fa-regular.iconogris.facturarrecibos {
      font-size: 1em;
      line-height: 1.3px;
    }

  .fa-regular.icono-usuario {
    font-size: 16px;
  }

  .fa-regular.sec-usuario {
    font-size: 16px;
  }

  .fa-regular.contacto {
    width: 25px;
    font-family: 'Fa 400', sans-serif;
    color: #009639;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
  }

.ex-temp-pago-chip {
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
}

.elemento-chip-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin: 6px 5px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 1px solid #24c6db;
  border-radius: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3c4858;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

  .elemento-chip-mini:hover {
    border-color: #009639;
    background-color: #009639;
    box-shadow: 1px 1px 3px 0 #3c4858;
    color: #fff;
  }

  .elemento-chip-mini.deshabilitado {
    border-color: #9b9b9b;
    color: #9b9b9b;
    cursor: default;
  }

    .elemento-chip-mini.deshabilitado:hover {
      background-color: transparent;
      box-shadow: none;
    }

  .elemento-chip-mini.chip-seleccionado {
    border-color: #009639;
    background-color: #009639;
    box-shadow: none;
    color: #fff;
  }

.cancelar-chips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-rows: auto auto auto;
}

  .cancelar-chips.display-none {
    display: none;
  }

.ex-principal-wrapper {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ex-historico-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ex-listbox-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 800px;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 200px;
  -webkit-flex: 200px;
  -ms-flex: 200px;
  flex: 200px;
}

.pagos-filtros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pagos-filtros-valores {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 30px;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-right: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  text-align: left;
}

.pagos-filtro-pago {
  padding-bottom: 12px;
  color: #3c4858;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.filtros-exclusion {
  position: fixed;
  top: 20px;
  right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 46px;
  min-height: 46px;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 1000ms cubic-bezier(.645, .045, .355, 1);
  transition: all 1000ms cubic-bezier(.645, .045, .355, 1);
  color: #009639;
}

  .filtros-exclusion.filtros-exclusion-ocultos {
    top: -100px;
    opacity: 0;
  }

.fa-link-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  text-decoration: none;
}

.dv-input-busqueda-vertical {
  position: relative;
  width: 300px;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1);
}

  .dv-input-busqueda-vertical:focus {
    border-bottom: 1px solid #d80027;
  }

  .dv-input-busqueda-vertical.dv-busqueda-ocultar {
    width: 0px;
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1)undefined;
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)undefined;
  }

.loader-manual {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/home-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/home-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

  .loader-manual.display-none {
    display: none;
  }

.usuarios-dv-busqueda {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.desbloqueo-dv-busqueda {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin: 10px auto 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-container {
  position: relative;
  width: 800px;
  height: 540px;
  max-height: 540px;
  max-width: 800px;
  min-height: 540px;
  min-width: 800px;
}

.fr-tarjetas {
  position: relative;
  display: block;
  overflow: auto;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

.fr-tarjetas-html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.dv-catalogos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  border-radius: 6px;
}

.dv-editor-campos-proc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 890px;
  min-width: 850px;
  margin-top: 15px;
  padding: 61px 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .dv-editor-campos-proc.detalle {
    overflow: visible;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dv-editor-campos-proc.display-none {
    display: none;
  }

.exclusion-dv-botones-busqueda {
  position: absolute;
  right: -100px;
  bottom: 0px;
}

.cfdi-tabla {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 0px 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  color: #afaeae;
  font-size: 1em;
  line-height: 1em;
}

.cfdi-tabla-centrada {
  width: 950px;
  max-width: 950px;
  min-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.cfdi-datos-factura {
  position: relative;
  display: block;
  overflow: visible;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

  .cfdi-datos-factura.facturas-facturas {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

.logosider-xl {
  display: block;
  width: 375px;
  margin: 10px auto 25px;
  background-color: transparent;
}

.filtros-icono {
  position: absolute;
  left: 10px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009639;
  box-shadow: 1px 1px 6px 0 #707070;
}

.drawer-section-header {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #9b9b9b;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.drawer-header-2 {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.settings-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 0px 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.45);
}

  .settings-container.settings-edicion {
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.slide-action-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3c4858;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms ease;
  transition: all 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms ease;
  color: #3c4858;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .slide-action-button-2:hover {
    border-color: #d80027;
    box-shadow: 4px 4px 3px 0 #000;
    color: #d80027;
    font-size: 16px;
    font-weight: 500;
  }

.toggle-fondo {
  position: relative;
  display: block;
  width: 68px;
  height: 28px;
  float: none;
  border-radius: 36px;
  background-color: #9b9b9b;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
}

.settings-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: none;
}

.slide-settings {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 12px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 28px;
}

.settings-acction-dv {
  display: none;
  width: 100%;
  height: 70px;
  padding: 20px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stacked-settings {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  color: #fff;
}

.toggleswitch {
  position: absolute;
  left: auto;
  top: 8px;
  right: 20px;
  bottom: auto;
  opacity: 1;
  text-decoration: none;
}

.stacked-label-settings {
  width: 320px;
  min-height: 28px;
  min-width: 80px;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.settings-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  min-width: 400px;
  padding: 8px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000;
}

.side-bar-buttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #9b9b9b;
}

.settings-action-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-image: url('../images/settings-work-tool.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #d80027;
  text-decoration: none;
  cursor: pointer;
}

  .settings-action-button:hover {
    -webkit-transform: scale(1) scale(1.2);
    -ms-transform: scale(1) scale(1.2);
    transform: scale(1) scale(1.2);
  }

  .settings-action-button.settings-notification {
    position: relative;
    background-image: none;
  }

  .settings-action-button.btn-ayuda {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .settings-action-button.btn-manual {
    position: absolute;
    left: 0%;
    top: 10px;
    right: auto;
    bottom: 0%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

.settings-tab-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.settings-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #000;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
}

  .settings-tab:hover {
    background-color: #333;
  }

  .settings-tab.settings-tab-activo {
    border-color: #fff;
    background-color: #232f34;
  }

.slide-settings-bancos.slide-settings {
  display: none;
}

  .slide-settings-bancos.slide-settings.display-none {
    display: none;
  }

.slide-settings-bancos.slide-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.drawer-section-header-2 {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #9b9b9b;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.slide-settings-empresas.slide-settings {
  display: none;
}

  .slide-settings-empresas.slide-settings.display-none {
    display: none;
  }

.slide-settings-empresas.slide-settings {
  display: none;
}

.slide-settings-empresas.slide-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-settings-validacion.slide-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-settings-validacion.slide-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-settings-validacion.slide-settings {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stacked-link-settings {
  position: absolute;
  left: 165px;
  right: auto;
  bottom: 0px;
  width: auto;
  min-height: 28px;
  min-width: 80px;
  margin-top: 8px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.settings-input-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  min-height: 28px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

  .settings-input-header.sih-chk {
    width: 80px;
  }

  .settings-input-header.sih-id {
    width: 100px;
  }

  .settings-input-header.sih-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

.html-settings-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.settings-section-header {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #9b9b9b;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.settings-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  min-height: 28px;
  min-width: 80px;
  margin-top: 8px;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.settings-input-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  min-height: 28px;
  min-width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
}

  .settings-input-line.sih-id {
    width: 100px;
  }

  .settings-input-line.sih-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .settings-input-line.sih-chk {
    width: 80px;
  }

.settings-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #000;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
}

  .settings-tab-2:hover {
    background-color: #333;
  }

  .settings-tab-2.settings-tab-activo {
    border-color: #fff;
    background-color: #232f34;
  }

.settings-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #9b9b9b;
  background-color: #000;
  box-shadow: none;
}

.stacked-label-settings-2 {
  width: 320px;
  min-height: 28px;
  min-width: 80px;
  margin-top: 8px;
  margin-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.noticia-acciones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.noticia-extracto-dv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 0px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
  font-size: 0.9em;
}

.fa-link-icon-bell {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.bell-number {
  position: absolute;
  left: 15px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 32px;
  min-height: 18px;
  min-width: 18px;
  padding: 2px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #9e0000;
  color: #fff;
}

.settings-content-p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  min-width: 400px;
  padding: 8px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000;
}

.settings-container-p {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 0px 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.45);
}

  .settings-container-p.settings-edicion {
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.settings-toggle-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9b9b9b;
  background-color: #000;
  box-shadow: none;
}

.slide-settings-proveedor.slide-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notifications-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 0px 0px 0px 5px;
  background-color: rgba(0, 0, 0, 0.45);
}

  .notifications-container.notifications-edit {
    z-index: 10000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.notifications-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  min-width: 400px;
  padding: 8px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  box-shadow: 0 0 3px 0 #000;
}

.notification-type-a {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 100%;
  background-color: #0ac020;
}

.notifications-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9b9b9b;
  background-color: #000;
  box-shadow: none;
}

.notification {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px 15px 20px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0px 3px 3px 0px;
  background-color: #000;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

  .notification.notification-tipoa {
    border-color: #24c6db;
  }

  .notification.display-none {
    display: none;
  }

.slide-notifications {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 12px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 28px;
}

.notification-type-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 10px;
  height: 100%;
  background-color: #f89406;
}

.notification-section-header {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #9b9b9b;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.notifications-header {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.inline-link-notification2 {
  width: auto;
  color: #f89406;
  font-weight: 500;
  text-align: justify;
  text-decoration: none;
  cursor: pointer;
}

  .inline-link-notification2:hover {
    text-decoration: underline;
  }

.fr-wmenupaloma-3 {
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #d80027;
}

  .fr-wmenupaloma-3.menuwizard {
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

.inline-link-notification {
  width: auto;
  color: #24c6db;
  font-weight: 500;
  text-align: justify;
  text-decoration: none;
  cursor: pointer;
}

  .inline-link-notification:hover {
    text-decoration: underline;
  }

.notification-name {
  font-weight: 500;
}

.pagos-dv-grid {
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.oc-abiertas-div {
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.recibos-div-grid {
  height: 200px;
  min-height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.html-fr-combo {
  width: 100%;
}

  .html-fr-combo.dv-check-activo {
    width: 200px;
  }

  .html-fr-combo.usuarios-proveedor {
    position: relative;
    width: 437px;
    min-width: 437px;
  }

  .html-fr-combo.desbloqueo-proveedor {
    position: relative;
    width: 427px;
    min-width: 427px;
  }

.dv-facturas {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
}

  .dv-facturas.div-noticias {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dv-facturas.sec-noticias {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .dv-facturas.sec-noticias.sec-tarjetas-noticias {
      position: relative;
      overflow: hidden;
      max-height: 100vh;
      padding-top: 60px;
      padding-bottom: 20px;
    }

.notificacion-fecha-hora {
  font-size: 13px;
  text-align: right;
}

.fr-w-paso1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 350px;
  -webkit-flex: 350px;
  -ms-flex: 350px;
  flex: 350px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.fr-paso1-dv-botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding: 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #e5e5e5;
}

  .fr-paso1-dv-botones.fr-filtros {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: solid;
  }

  .fr-paso1-dv-botones.pp-dvcombo {
    max-width: 320px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

.fr-w-paso2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

  .fr-w-paso2.display-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
  }

  .fr-w-paso2.cfdi-paso2 {
    display: none;
    padding-bottom: 0px;
  }

.fr-w-paso3 {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}

  .fr-w-paso3.display-none {
    display: none;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fr-w-paso3.cfdipaso3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .fr-w-paso3.facturas-facturas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

.fr-trli-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fr-tretiqueta-2 {
  min-width: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #464646;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}

.uploaddiv-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 290px;
  min-height: 200px;
  margin: 19px;
  padding: 14px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f5f6f6;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.cfdi-uploadtitulo-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px none #e5e5e5;
  color: #3c4858;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.base-titulo-upload-2 {
  position: relative;
  height: 1.8em;
  min-height: 1.8em;
}

.titulo-upload-2 {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.9em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ff0017;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.upload-titulo-texto {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.1em;
}

.temp-k-widget-k-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  min-height: 150px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px dashed #b3b3b3;
  border-radius: 3px;
}

.temp-k-dropzone {
  width: 100%;
  height: 70px;
  border: 1px solid #f5f6f6;
}

.temp-k-upload-files {
  width: 100%;
  height: 80px;
  border: 1px solid #f5f6f6;
}

.fr-dv-botones {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  margin: 0px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

  .fr-dv-botones.filtros {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 85px;
    max-height: 85px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 7px;
  }

.fr-filtros-dv-botones {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
}

  .fr-filtros-dv-botones.filtros {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    height: 85px;
    max-height: 85px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 7px;
  }

.fr-filtros-dvcentrado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 500px;
  max-height: 600px;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.carrusel-oc-flat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 660px;
  max-height: 660px;
  max-width: 1100px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 7px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

  .carrusel-oc-flat.pp-ver-detalle {
    left: -100vw;
  }

.oc-car-nota {
  position: absolute;
  left: 0%;
  top: -23px;
  right: auto;
  bottom: auto;
  width: auto;
  padding-left: 20px;
  color: #333;
  font-size: 12px;
  text-align: left;
}

.temp-oc-pre {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.2);
  background-image: url('../images/oca-rec-min.png');
  background-position: 50% 50%;
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.oc-car-slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1100px;
  height: 520px;
  max-height: 520px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.9em;
}

.oc-car-link {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

  .oc-car-link:hover {
    color: #24c6db;
  }

.oc-car-links {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 100%;
  min-width: 420px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oc-car-control {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #e5e5e5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #000;
  opacity: 1;
  color: #fff;
}

  .oc-car-control.fr-pasofinalocultar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .oc-car-control.control-background {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/side1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/side1.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

.oc-car-subtitulo {
  width: 100%;
  max-height: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.oc-car-titulo {
  width: 100%;
  padding-top: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: left;
}

.oc-carrusel-titulos-black {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 500;
  text-align: center;
}

  .oc-carrusel-titulos-black.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.oc-car-logo {
  position: absolute;
  left: 140px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: block;
  width: 275px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/logoriginal.png');
  background-position: 0px 0px;
  background-size: contain;
}

.oc-slide-sec-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.oc-slide-sec-b {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40%;
  height: 100%;
  padding-left: 20px;
}

.oc-carrusel-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-bottom: 0px;
  padding: 12px 20px 30px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: justify;
}

.oc-carrusel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 520px;
  max-width: 1100px;
  min-height: 300px;
  min-width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

  .oc-carrusel.completa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .oc-carrusel.facturarrecibos {
    width: 260px;
    min-height: 250px;
    margin: 25px 10px;
    border-radius: 8px;
    background-color: #f0f0f0;
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
  }

  .oc-carrusel.empty {
    height: 0px;
    max-height: 0px;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .oc-carrusel.completa-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    max-width: 90%;
    min-height: auto;
    min-width: 80%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

.oc-carrusel-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ocd-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 414px;
  min-height: 40px;
  margin-top: 0px;
  padding-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px none #9b9b9b;
}

  .ocd-li.ocd-li-total {
    min-height: auto;
    margin-top: 10px;
    padding-top: 0px;
    border-bottom-style: none;
  }

.ocd-etiqueta {
  min-width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

  .ocd-etiqueta.ocd-etiqueta-total {
    min-width: 80px;
  }

  .ocd-etiqueta.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.ocd-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
}

  .ocd-desc.textolargo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.9em;
  }

  .ocd-desc.blanco {
    color: #fff;
  }

  .ocd-desc.ocd-desc-tot {
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #9b9b9b;
    font-size: 0.9em;
    text-align: right;
  }

  .ocd-desc.ocd-desc-date {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .ocd-desc.ocd-desc-add {
    min-height: 80px;
  }

.ocd-total {
  padding-top: 40px;
  padding-left: 140px;
}

.ocd-oc {
  padding-left: 40px;
}

.ocd-divi {
  height: 20px;
}

.ocd-table-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}

  .ocd-table-div.ocdt-movil {
    display: none;
  }

.ocd-table-sec-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.ocd-titulo {
  width: 100%;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.ocd-subtitulo {
  width: 100%;
  max-height: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.ocd-lines {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  max-width: 150px;
  min-height: 40px;
  min-width: 95px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
}

  .ocd-lines.ocd-li-total {
    min-height: auto;
    margin-top: 10px;
    padding-top: 0px;
    border-bottom-style: none;
  }

.ocd-line {
  min-width: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

  .ocd-line.ocd-etiqueta-total {
    min-width: 80px;
  }

  .ocd-line.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.ocd-line-tot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: right;
}

  .ocd-line-tot.textolargo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 0.9em;
  }

  .ocd-line-tot.blanco {
    color: #fff;
  }

  .ocd-line-tot.ocd-desc-tot {
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #9b9b9b;
    text-align: right;
  }

  .ocd-line-tot.ocd-desc-date {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .ocd-line-tot.ocd-desc-add {
    min-height: 80px;
  }

.ocd-table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  background-color: rgba(245, 246, 246, 0.69);
  color: #9b9b9b;
  font-size: 1em;
}

.ocd-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

  .ocd-table-cell.ocd-tc-c2 {
    width: 160px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .ocd-table-cell.ocd-tc-c3 {
    width: 80px;
    text-align: center;
  }

  .ocd-table-cell.ocd-tc-c4 {
    width: 70px;
    text-align: right;
  }

  .ocd-table-cell.ocd-tc-c5 {
    width: 60px;
    text-align: center;
  }

  .ocd-table-cell.ocd-tc-c6 {
    width: 100px;
    text-align: right;
  }

  .ocd-table-cell.ocd-tc-c7 {
    width: 100px;
    text-align: right;
  }

  .ocd-table-cell.ocdt-lbl-m {
    display: none;
  }

  .ocd-table-cell.ocd-tc-c2-p {
    width: 160px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .ocd-table-cell.ocd-tc-c3-p {
    width: 80px;
    min-width: 80px;
    text-align: center;
  }

  .ocd-table-cell.ocd-tc-c4-p {
    width: 70px;
    min-width: 70px;
    text-align: right;
  }

  .ocd-table-cell.ocd-tc-c5-p {
    width: 60px;
    min-width: 60px;
    text-align: center;
  }

  .ocd-table-cell.ocd-tc-c6-p {
    width: 100px;
    min-width: 100px;
    text-align: right;
  }

.ocd-table-c2 {
  width: 180px;
}

.ocd-table-cell-h1 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

  .ocd-table-cell-h1.ocd-etiqueta-total {
    min-width: 80px;
  }

  .ocd-table-cell-h1.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.ocd-table-cell-h2 {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 0.8em;
  line-height: 1.5em;
}

  .ocd-table-cell-h2.ocd-etiqueta-total {
    min-width: 80px;
  }

  .ocd-table-cell-h2.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.ocd-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  color: #333;
}

.ocd-table-cell-r {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0.8em;
  line-height: 1.5em;
}

  .ocd-table-cell-r.ocd-etiqueta-total {
    min-width: 80px;
  }

  .ocd-table-cell-r.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.ocd-table-body {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.oc-titulos-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-car-titulo-ocn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 150px;
  margin-left: auto;
  padding-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  color: #ff0017;
  font-size: 1.4em;
  line-height: 1.4em;
}

.oc-titulos-sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.carrusel-oc-flat-politica {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 660px;
  max-height: 660px;
  max-width: 1100px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 7px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .carrusel-oc-flat-politica.pp-ver-detalle {
    left: -100vw;
  }

.oc-carrusel-img-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-car-img {
  width: 816px;
}

.modal-carrusel-p {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-carrusel-p.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-carrusel-p.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-carrusel-p.usuariosmodal {
    display: none;
  }

  .modal-carrusel-p.fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    -webkit-box-flex: 10;
    -webkit-flex: 10 10 100%;
    -ms-flex: 10 10 100%;
    flex: 10 10 100%;
  }

.modal-carrusel-l {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-carrusel-l.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-carrusel-l.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-carrusel-l.usuariosmodal {
    display: none;
  }

  .modal-carrusel-l.fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    -webkit-box-flex: 10;
    -webkit-flex: 10 10 100%;
    -ms-flex: 10 10 100%;
    flex: 10 10 100%;
  }

.oc-car-img2 {
  width: 816px;
}

.ocd-b-sec1 {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #f5f6f6;
}

.oc-car-mobile {
  display: none;
}

.oc-car-link-icono {
  display: none;
  width: 100%;
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

  .oc-car-link-icono:hover {
    color: #24c6db;
  }

.oc-carrusel-icono {
  position: absolute;
  left: 20px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009639;
  box-shadow: 1px 1px 6px 0 #707070;
  font-size: 1.3em;
  line-height: 1.3em;
}

.ocd-total-p {
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 400px;
}

.carrusel-oc-flat-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 100%;
  max-height: 100%;
  max-width: 800px;
  min-width: 800px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 7px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
}

  .carrusel-oc-flat-p.pp-ver-detalle {
    left: -100vw;
  }

.oc-car-logo-p {
  position: absolute;
  left: 0%;
  top: 10px;
  right: auto;
  bottom: auto;
  display: block;
  width: 275px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.ocd-table-header-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  background-color: rgba(245, 246, 246, 0.69);
  color: #9b9b9b;
  font-size: 1em;
}

.ocd-table-row-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  color: #333;
}

.ocd-table-div-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #333;
}

  .ocd-table-div-p.ocdt-movil {
    display: none;
  }

.ocd-table-cell-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  min-width: 70px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

  .ocd-table-cell-p.ocd-tc-c2 {
    width: 160px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .ocd-table-cell-p.ocd-tc-c3 {
    width: 80px;
    text-align: center;
  }

  .ocd-table-cell-p.ocd-tc-c4 {
    width: 70px;
    text-align: right;
  }

  .ocd-table-cell-p.ocd-tc-c5 {
    width: 60px;
    text-align: center;
  }

  .ocd-table-cell-p.ocd-tc-c6 {
    width: 100px;
    text-align: right;
  }

  .ocd-table-cell-p.ocd-tc-c7 {
    width: 100px;
    text-align: right;
  }

  .ocd-table-cell-p.ocdt-lbl-m {
    display: none;
  }

.ocd-table-sec-header-p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.ocd-etiqueta-p {
  width: 150px;
  min-width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

  .ocd-etiqueta-p.ocd-etiqueta-total {
    min-width: 80px;
  }

  .ocd-etiqueta-p.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.oc-titulos-sec-p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-car-titulo-ocn-p {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 150px;
  margin-left: auto;
  padding-top: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  color: #ff0017;
  font-size: 1.4em;
  line-height: 1.4em;
}

.oc-titulos-div-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-car-link-icono-p {
  position: absolute;
  top: 0%;
  right: 1050px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 100%;
  margin-right: 5px;
  padding-top: 0px;
  padding-right: 5px;
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  cursor: pointer;
}

  .oc-car-link-icono-p:hover {
    color: #24c6db;
  }

.oc-car-titulo-p {
  width: auto;
  padding-top: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: left;
}

.oc-car-subtitulo-p {
  width: 300px;
  max-height: 20px;
  margin-bottom: 4px;
  margin-left: auto;
  -webkit-transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 250ms cubic-bezier(.645, .045, .355, 1);
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.oc-print-sec-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.oc-carrusel-titulos-black-p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 500;
  text-align: center;
}

  .oc-carrusel-titulos-black-p.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.dv-titulo-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dv-exclusion {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

  .dv-exclusion.div-noticias {
    overflow: visible;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

.fr-w-paso1-2 {
  position: relative;
  display: none;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 350px;
  -webkit-flex: 350px;
  -ms-flex: 350px;
  flex: 350px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.fr-paso1-dv-botones-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding: 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px none #e5e5e5;
}

.fr-btnconsultar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5250;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #ff5250;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .fr-btnconsultar-2:hover {
    background-color: #ff5250;
    color: #fff;
  }

.html-fr-combo-2 {
  width: 100%;
}

.cfdi-ul-validacionesli {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 26px;
}

.fr-wbtnnav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5250;
  border-radius: 5px;
  background-color: #fff;
  color: #ff5250;
  font-size: 1.1em;
  line-height: 1em;
  cursor: pointer;
}

  .fr-wbtnnav-2:hover {
    background-color: #ff5250;
    box-shadow: 3px 3px 12px 0 #e5e5e5;
    color: #fff;
  }

  .fr-wbtnnav-2.display-none {
    display: none;
  }

  .fr-wbtnnav-2.fr-pasofinalocultar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

.cfdi-tabla-centrada-2 {
  width: 950px;
  max-width: 950px;
  min-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.uploaddiv-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 290px;
  min-height: 200px;
  margin: 19px;
  padding: 14px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f5f6f6;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

.fr-ulvalidaciones-2 {
  padding-left: 20px;
}

.fr-wfaactivo3-2.fr-wmenuiconomovil {
  color: #d80027;
}

.cfdi-subirarchivos-2 {
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 20px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fr-dvpasofinal-2 {
  position: relative;
  display: none;
  height: 175px;
  margin-top: 0px;
  margin-bottom: 12px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.fr-wactualp-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 13;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-radius: 5px;
  background-color: #d80027;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

  .fr-wactualp-2.fr-wactualp2 {
    z-index: 13;
    display: none;
    border-radius: 5px;
    background-color: #d80027;
  }

  .fr-wactualp-2.fr-wactualp3 {
    z-index: 13;
    display: none;
    border-radius: 5px;
    background-color: #d80027;
  }

  .fr-wactualp-2.fr-wactualp1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background-color: #d80027;
    box-shadow: 1px 1px 6px 0 #707070;
    color: #0ac020;
  }

.fa-dvmenumovilinterior-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #d80027;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.fr-ulvalidacionesli-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.fr-dvulvalidaciones-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.fr-dvsubirarchivos-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  min-height: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cfdi-ul-validaciones-2 {
  width: 100%;
  padding-left: 20px;
}

.dv-subir-complemento {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
}

.fr-wfaactivo4.fr-wmenuiconomovil {
  color: #009639;
}

.fr-ulvallidescripcion-2 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #a3a3a3;
  font-size: 1.1em;
  line-height: 1.7rem;
  font-weight: 300;
  text-align: left;
}

  .fr-ulvallidescripcion-2.fr-adjuntos {
    line-height: 2.1em;
  }

.fr-wpaso4-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  background-color: #fff;
}

.fr-wpaso3-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}

  .fr-wpaso3-2.cfdipaso3 {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

.cambiarpanel {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 550px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

.btn-inline-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5250;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #ff5250;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-inline-2:hover {
    background-color: #ff5250;
    color: #fff;
  }

  .btn-inline-2.usuario-filtrar {
    width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  }

.usuarios-busqueda-tlb {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 46px;
  min-height: 46px;
  margin-top: 25px;
  margin-bottom: 6px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dv-titulo-pagos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.fr-container-recibos-listado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 80%;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.fr-modal-partidas {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
}

  .fr-modal-partidas.display-none {
    display: none;
  }

.fr-dv-btncerrar-partidas {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fr-html-tabla-div {
  width: 100%;
  max-width: 100%;
}

.btn-2 {
  position: static;
  right: 5px;
  bottom: 5px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 80%, 0.75);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-2:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btn-2.btn-carrusel-close {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition-property: none;
    transition-property: none;
    font-family: 'Fa 300', sans-serif;
    color: #fff;
    font-size: 2em;
    line-height: 2em;
    cursor: pointer;
  }

  .btn-2.verde {
    position: relative;
    bottom: 0px;
    z-index: 99;
    margin-right: 15px;
    margin-bottom: 20px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #2cc031;
    color: #fff;
    cursor: pointer;
  }

    .btn-2.verde.vertical {
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background-color: #e5e5e5;
    }

      .btn-2.verde.vertical.close {
        top: 0px;
        right: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin-top: 0px;
        margin-right: 0px;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        box-shadow: none;
        -webkit-transition: background-color 200ms ease, opacity 200ms ease;
        transition: background-color 200ms ease, opacity 200ms ease;
        color: #525252;
      }

        .btn-2.verde.vertical.close:hover {
          background-color: rgba(3, 3, 3, 0.1);
        }

        .btn-2.verde.vertical.close.close-se {
          background-color: transparent;
          color: #fff;
        }

  .btn-2.btn-carrusel-nav {
    position: absolute;
    left: -60px;
    bottom: 50%;
    z-index: 9999;
    width: 50px;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0%;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    -webkit-transition-property: none;
    transition-property: none;
    font-family: 'Fa 300', sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    cursor: pointer;
  }

    .btn-2.btn-carrusel-nav.re-chevron {
      bottom: 50%;
    }

    .btn-2.btn-carrusel-nav.carrusel-nav-derecha {
      left: auto;
      right: -60px;
    }

.se-pop-titulo {
  width: 100%;
  max-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 18px;
  font-weight: 400;
}

.se-dv-btn-cerrar {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.se-pop-pdf {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 7px;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.se-modal-pdf-viewer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 60px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.se-modal-pdf-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  min-height: 350px;
  min-width: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: transparent;
}

.se-pop-slide {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.se-pop-pdf-viewer {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  min-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.se-pdf-titulos {
  position: absolute;
  left: 0%;
  top: -60px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.seth-value {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 16px;
}

.seth-desc {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.se-tarjeta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 311px;
  margin: 10px 10px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 0px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

  .se-tarjeta:hover {
    box-shadow: 1px 1px 6px 0 #e5e5e5;
  }

  .se-tarjeta.empty {
    height: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

.seth-title {
  margin-top: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
}

.setb-div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 18px;
}

  .setb-div-footer.display-none {
    display: none;
  }

.setbb-icon {
  width: 1.5em;
  padding-right: 0px;
  font-family: 'Fa 300', sans-serif;
  color: #0ac020;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

  .setbb-icon.icono-error {
    color: #df0115;
  }

  .setbb-icon.icono-primario {
    color: #009639;
  }

  .setbb-icon.icono-black {
    color: #232f34;
  }

.seth-title-div {
  text-align: left;
}

.set-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #c35300;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 83, 0, 0.7)), to(rgba(195, 83, 0, 0.7))), url('../images/inventory.png');
  background-image: linear-gradient(180deg, rgba(195, 83, 0, 0.7), rgba(195, 83, 0, 0.7)), url('../images/inventory.png');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

  .set-header.seth-subir {
    background-color: #9b9b9b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 60.8%, 0.87)), to(hsla(0, 0%, 60.8%, 0.87))), url('../images/inventory.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 60.8%, 0.87), hsla(0, 0%, 60.8%, 0.87)), url('../images/inventory.png');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }

  .set-header.seth-revisar {
    background-color: #97D700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(77, 128, 187, 0.87)), to(rgba(77, 128, 187, 0.87))), url('../images/inventory.png');
    background-image: linear-gradient(180deg, rgba(77, 128, 187, 0.87), rgba(77, 128, 187, 0.87)), url('../images/inventory.png');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }

  .set-header.seth-rechazado {
    background-color: #ff5250;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 0, 0, 0.8)), to(rgba(158, 0, 0, 0.8))), url('../images/inventory.png');
    background-image: linear-gradient(180deg, rgba(158, 0, 0, 0.8), rgba(158, 0, 0, 0.8)), url('../images/inventory.png');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }

.setb-div-datos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.setb-rs {
  width: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #464646;
  font-weight: 400;
}

.set-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

  .set-button-icon:hover {
    background-color: #97D700;
  }

  .set-button-icon.set-button-border {
    border-bottom-right-radius: 7px;
  }

  .set-button-icon.setb-primario {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #009639;
  }

    .set-button-icon.setb-primario:hover {
      background-color: #009639;
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
    }

  .set-button-icon.setb-primario {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #009639;
  }

    .set-button-icon.setb-primario:hover {
      background-color: #009639;
      box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
    }

  .set-button-icon.f300 {
    font-family: 'Fa 300', sans-serif;
  }

.setb-div-dato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

  .setb-div-dato.display-none {
    display: none;
  }

  .setb-div-dato.rep-header {
    min-height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .setb-div-dato.re-adicional {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .setb-div-dato.upload-el {
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

.setbf-user {
  width: 100px;
  font-weight: 300;
  text-align: right;
}

.setb-desc {
  width: 200px;
  color: #464646;
  font-weight: 400;
}

.setbf-rs {
  width: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #464646;
  font-weight: 400;
}

.set-buttons {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px solid #000;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

  .set-buttons.display-none {
    display: none;
  }

.setb-div-fecha {
  width: 100%;
}

.se-dv-tarjetas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.set-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 211px;
  min-height: 211px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #e5e5e5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
  color: #9b9b9b;
}

.seth-text-div {
  height: 100%;
  text-align: right;
}

.setb-fecha {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.se-tarjetas-html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.seth-sub {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 300;
  text-align: left;
}

.dv-titulo-filtro-fr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #009639;
}

.fr-filtro-subtitulo {
  color: #464646;
}

.modal-osi {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-osi.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-osi.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-osi.usuariosmodal {
    display: none;
  }

.modal-osi-container {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 353px;
  max-height: 400px;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

  .modal-osi-container.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-osi-container.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

.osi-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 180px;
  max-height: 450px;
  min-width: 400px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

  .osi-container.usuarioseditar {
    position: relative;
    width: 100%;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

.osi-botones {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bel-dv-solicitud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  min-width: 140px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buzon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.bel-ab-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5e5e5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

  .bel-ab-icon:hover {
    background-color: #0ac020;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .bel-ab-icon.belab-comment {
    background-color: transparent;
    box-shadow: none;
    font-family: 'Fa 300', sans-serif;
    color: #000;
  }

    .bel-ab-icon.belab-comment:hover {
      background-color: #000;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
    }

  .bel-ab-icon.belab-error:hover {
    background-color: #df0115;
  }

  .bel-ab-icon.belab-error.belab-active {
    border-color: #df0115;
    color: #df0115;
  }

    .bel-ab-icon.belab-error.belab-active:hover {
      border-color: #df0115;
      background-color: #df0115;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
    }

  .bel-ab-icon.belab-active {
    border: 1px solid #0ac020;
    background-color: #fff;
    box-shadow: none;
    color: #0ac020;
  }

    .bel-ab-icon.belab-active:hover {
      border-color: #0ac020;
      background-color: #0ac020;
      color: #fff;
    }

.buzon-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dv-buzon {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

.buzon-dv-filtros {
  position: static;
  height: 55px;
}

.belu-uuid {
  width: 100%;
  min-width: 300px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.buzon-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 900px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
  background-color: #fff;
  cursor: pointer;
}

  .buzon-elemento:hover {
    background-color: #f5f6f6;
    color: #9b9b9b;
  }

.fal-400-icono-badge {
  width: 1.5em;
  padding-right: 0px;
  direction: ltr;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

.bel-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buzon-dv-guardar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.bels-etiqueta {
  width: 100%;
  min-width: 60px;
  color: #464646;
  font-weight: 400;
  text-align: center;
}

.bel-dv-factura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  min-width: 90px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buzon-listado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  min-height: 300px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #afaeae;
  font-size: 14px;
  line-height: 16px;
}

  .buzon-listado.display-none {
    display: none;
  }

.bel-dv-ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bel-ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
}

.belt-dv-rfc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.buzon-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.belf-folio {
  width: 70px;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.bel-dv-uuid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: 300px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.bel-dv-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: auto;
  min-width: 130px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bel-ab-el {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70px;
  min-width: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.belf-fecha {
  color: #6c7378;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
}

.sel-dv-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 62px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buzon-principal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 300px;
  min-width: 1000px;
  margin-top: 15px;
  padding: 60px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.buzon-el-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  max-width: 1100px;
  padding: 4px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  color: #232f34;
  font-weight: 500;
}

.belt-dv-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}

.belu-dv-rs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.belu-rs-valor {
  width: 100%;
  max-width: 100%;
  color: #6c7378;
  font-weight: 300;
  text-align: left;
}

.btn-buzon-guardar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #97D700;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #97D700;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-buzon-guardar:hover {
    background-color: #97D700;
    color: #fff;
  }

  .btn-buzon-guardar.btn-deshabilitado {
    background-color: #fff;
    color: #97D700;
  }

    .btn-buzon-guardar.btn-deshabilitado:hover {
      background-color: #97D700;
      color: #fff;
    }

.belu-rs-etiqueta {
  width: 50px;
  min-width: 55px;
  padding-right: 10px;
  color: #464646;
  font-weight: 400;
  text-align: left;
}

.selh-desc {
  margin-right: 10px;
}

  .selh-desc.desc-oc {
    width: 100px;
    min-width: 80px;
  }

  .selh-desc.desc-res {
    width: 48px;
    min-width: 48px;
  }

  .selh-desc.desc-hr {
    width: 100px;
    min-width: 80px;
  }

  .selh-desc.desc-fecha-oc {
    width: 100px;
    min-width: 80px;
  }

  .selh-desc.desc-folio {
    width: 90px;
    min-width: 60px;
  }

.bels-valor {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7378;
  font-weight: 300;
  text-align: center;
}

.dviconobadge-2 {
  position: absolute;
  left: 20px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #97D700;
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Fa 300', sans-serif;
}

.belt-total {
  padding-right: 5px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.bd-dv-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5250;
  font-size: 13px;
  font-weight: 400;
}

.bd-total {
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.buzon-detalle {
  width: 100%;
  height: 300px;
  background-color: #000;
  color: #fff;
}

.bd-dv-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}

.bd-pdf-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #24c6db;
  text-align: left;
  cursor: pointer;
}

  .bd-pdf-link:hover {
    text-decoration: underline;
  }

.bd-fecha {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
}

.fa-400-icon {
  width: 1.5em;
  padding-right: 0px;
  font-family: 'Fa 400', sans-serif;
  font-weight: 400;
  text-align: center;
}

.bd-dv-oc-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.bdr-rs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
}

.bd-factura {
  padding-right: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.bd-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawer-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #9b9b9b;
  background-color: #000;
  box-shadow: none;
}

  .drawer-toggle-2.no-border {
    border-bottom-style: none;
  }

.bd-dv-factura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 90px;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bd-oc-header {
  font-weight: 400;
  text-align: left;
}

.bd-dv-oc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.re-modal-pdf-viewer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 60px 0px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .re-modal-pdf-viewer.editar-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.re-dv-btn-cerrar {
  position: absolute;
  left: auto;
  top: -50px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.re-pop-pdf-viewer {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  min-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.re-pop-slide {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

  .re-pop-slide.rps-datos-adic {
    width: 600px;
    height: 500px;
    padding: 60px 140px 100px;
    background-color: #fff;
  }

.re-modal-pdf-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  min-height: 350px;
  min-width: 600px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: transparent;
}

.re-pdf-titulos {
  position: absolute;
  left: 0%;
  top: -60px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.re-pop-pdf {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 7px;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.se-pop-div-coment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.ev-btn-cerrar-div {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.se-dv-titulos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 300px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.se-pop-botones-com {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cseer2-val {
  color: #6c7378;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  text-align: right;
}

  .cseer2-val.val-se {
    color: #fff;
  }

  .cseer2-val.sec-usuario {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-weight: 400;
  }

    .cseer2-val.sec-usuario:hover {
      color: #fff;
    }

  .cseer2-val.se-pop-hr {
    color: #fff;
  }

  .cseer2-val.se-pop-oc {
    color: #fff;
  }

.modal-comentario {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-comentario.edicion-comentarios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.se-subtitulo-dv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  max-height: 20px;
  font-size: 14px;
  line-height: 20px;
}

  .se-subtitulo-dv.display-none {
    display: none;
  }

  .se-subtitulo-dv.subtitulo-centrado {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

.se-pop-coment {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 300px;
  max-height: 300px;
  max-width: 800px;
  min-width: 500px;
  padding: 100px 30px 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .se-pop-coment.pop-edicion {
    position: relative;
  }

.se-dv-info-hroc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.sei-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.cseer2-desc {
  padding-right: 10px;
  font-weight: 400;
}

.se-dv-titulo-coment {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 0px;
  padding-right: 210px;
  padding-bottom: 0px;
  padding-left: 210px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 7px;
  color: #009639;
}

.se-pop-dv-input {
  position: relative;
  width: 100%;
}

.modal-blanco {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

  .modal-blanco.editar-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.filter-action-button-2 {
  position: absolute;
  top: 10px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-image: url('../images/controls_1.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #d80027;
  text-decoration: none;
  cursor: pointer;
}

  .filter-action-button-2:hover {
    -webkit-transform: scale(1) scale(1.2);
    -ms-transform: scale(1) scale(1.2);
    transform: scale(1) scale(1.2);
  }

.bels-dv-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}

.belru-nombre {
  text-align: center;
}

.belr-dv-usuario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.bels-status {
  width: 100%;
  padding-right: 5px;
  color: #f89406;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

  .bels-status.status-pagada {
    color: #9e0000;
  }

.historico-listado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  min-height: 300px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #afaeae;
  font-size: 14px;
  line-height: 16px;
}

  .historico-listado.display-none {
    display: none;
  }

.btn-3 {
  position: static;
  right: 5px;
  bottom: 5px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin: 5px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 80%, 0.75);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-3:hover {
    background-color: #ff5250;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .btn-3.btn-rojo {
    background-color: #009639;
    cursor: pointer;
  }

    .btn-3.btn-rojo.btn-deshabilitado {
      background-color: #b3b3b3;
      text-decoration: none;
    }

.recibos-dvbotones-2 {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.belr-dv-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 140px;
  padding-right: 10px;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.bel-dv-revision {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  min-width: 140px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csee-row-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
}

  .csee-row-rev.csee-parcial {
    margin-right: 0px;
    color: #009639;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }

  .csee-row-rev.sel-progress {
    position: relative;
    margin-right: 0px;
    color: #009639;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }

  .csee-row-rev.no-margin {
    margin-right: 0px;
  }

  .csee-row-rev.imagen-error {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
  }

.stacked-filter-2 {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  color: #fff;
}

.h-comentario-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 300px;
  max-height: 300px;
  max-width: 800px;
  min-width: 500px;
  padding: 70px 30px 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.comentario-text {
  width: 100%;
  height: 100%;
  max-height: 140px;
  padding: 10px;
}

.csee-el-data-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #6c7378;
}

  .csee-el-data-row.csee-dr2 {
    padding-top: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #afaeae;
  }

.se-lista-elemento {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-width: 100%;
  min-height: 80px;
  min-width: 100%;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}

  .se-lista-elemento:hover {
    background-color: #f5f6f6;
  }

.se-icono-pdf-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #b3b3b3;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

  .se-icono-pdf-edit:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

.se-el-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 10px;
  padding: 4px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  color: #232f34;
  font-weight: 500;
}

.cse-el-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1130px;
  max-width: 1130px;
  min-width: 1130px;
  padding: 4px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  color: #232f34;
  font-weight: 500;
}

.bd-oc-line {
  font-weight: 400;
  text-align: left;
}

.sel-desc-dv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 100%;
  min-width: 230px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.icono-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34px;
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-family: 'Fa 300', sans-serif;
  color: #0ac020;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

  .icono-circle.adjust-fill {
    position: absolute;
    width: 66%;
    height: 66%;
    min-height: 50%;
    min-width: 50%;
    border-radius: 50%;
    background-color: #009639;
  }

    .icono-circle.adjust-fill.icono-pendiente {
      background-color: #9b9b9b;
    }

    .icono-circle.adjust-fill.icono-enviado {
      background-color: #006B37;
    }

    .icono-circle.adjust-fill.icono-rechazado {
      background-color: #df0115;
    }

    .icono-circle.adjust-fill.icono-color1 {
      background-color: #fd8204;
    }

    .icono-circle.adjust-fill.icono-color2 {
      background-color: #0ac020;
    }

  .icono-circle.adjust-no-fill {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    border-radius: 0%;
    background-color: #009639;
    opacity: 0.4;
  }

    .icono-circle.adjust-no-fill.icono-pendiente {
      background-color: #9b9b9b;
    }

    .icono-circle.adjust-no-fill.icono-enviado {
      background-color: #006B37;
    }

    .icono-circle.adjust-no-fill.icono-rechazado {
      background-color: #df0115;
    }

    .icono-circle.adjust-no-fill.icono-color2 {
      background-color: #0ac020;
    }

    .icono-circle.adjust-no-fill.icono-color1 {
      background-color: #fd8204;
    }

.csee-imgp {
  position: static;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 1px 1px 3px 0 #e5e5e5;
}

.se-row-rev {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.bd-slider-template {
  width: 246px;
}

.bels-dv-fecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.fr-ulvallidescripcion-3 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #6c7378;
  font-size: 1.1em;
  line-height: 1.7rem;
  font-weight: 300;
  text-align: left;
}

.re-icon-exito {
  position: absolute;
  left: auto;
  top: 3.5px;
  right: 3.5px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #0ac020;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.se-icon-error {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: 'Fa 300', sans-serif;
  color: #ff0017;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

.icono-adjust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  margin-right: 4px;
  border-radius: 50%;
  font-family: 'Fa 300', sans-serif;
  color: #0ac020;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

  .icono-adjust.adjust-no-fill {
    width: 50%;
    height: 100%;
    min-height: 100%;
    min-width: 50%;
    border-radius: 0%;
    background-color: rgba(245, 102, 0, 0.4);
  }

  .icono-adjust.adjust-fill {
    width: 50%;
    height: 100%;
    min-height: 100%;
    min-width: 50%;
    margin-right: 0px;
    border-radius: 0%;
    background-color: #009639;
  }

  .icono-adjust.adjust-no-fill {
    width: 50%;
    height: 100%;
    min-height: 100%;
    min-width: 50%;
    border-radius: 0%;
    background-color: rgba(10, 84, 139, 0.4);
  }

  .icono-adjust.adjust-fill {
    width: 50%;
    height: 100%;
    min-height: 100%;
    min-width: 50%;
    margin-right: 0px;
    border-radius: 0%;
    background-color: #009639;
  }

.cse-lista-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1130px;
  max-width: 1130px;
  min-width: 1130px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
}

  .cse-lista-elemento:hover {
    background-color: #f5f6f6;
    color: #9b9b9b;
  }

.subir-evidencias-listado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 770px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  color: #afaeae;
  font-size: 14px;
  line-height: 16px;
}

.modal-template {
  position: relative;
  width: 1000px;
  height: 800px;
}

.se-lista-eir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 390px;
  max-height: 400px;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.seh-desc {
  width: 120px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
}

  .seh-desc.des-contenedor {
    width: 200px;
    min-width: 200px;
    text-align: left;
  }

  .seh-desc.des-linea {
    width: 200px;
    min-width: 200px;
    text-align: left;
  }

    .seh-desc.des-linea.header {
      width: 230px;
      min-width: 230px;
    }

  .seh-desc.des-no-linea {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-align: right;
  }

.temp-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  color: #009639;
  font-size: 16px;
  line-height: 16px;
}

.see-r2-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}

.cseh-desc {
  margin-right: 10px;
}

  .cseh-desc.desc-prov {
    width: 255px;
    min-width: 255px;
  }

  .cseh-desc.desc-fecha-oc {
    width: 85px;
    min-width: 85px;
  }

    .cseh-desc.desc-fecha-oc.sel-col {
      width: 100px;
    }

  .cseh-desc.desc-pdf {
    width: 80px;
    min-width: 80px;
    margin-right: 0px;
    text-align: center;
  }

  .cseh-desc.desc-hr {
    width: 85px;
    min-width: 85px;
  }

    .cseh-desc.desc-hr.enfasis {
      color: #009639;
      font-weight: 500;
    }

    .cseh-desc.desc-hr.sel-col {
      width: 100px;
      color: #009639;
      font-weight: 500;
    }

  .cseh-desc.desc-oc {
    width: 85px;
    min-width: 85px;
  }

    .cseh-desc.desc-oc.enfasis {
      color: #009639;
      font-weight: 500;
    }

    .cseh-desc.desc-oc.sel-col {
      width: 100px;
      color: #009639;
      font-weight: 500;
    }

  .cseh-desc.desc-fecha-e {
    width: 85px;
    min-width: 85px;
  }

  .cseh-desc.desc-res {
    width: 48px;
    min-width: 48px;
  }

  .cseh-desc.desc-folio {
    width: 65px;
    min-width: 65px;
  }

    .cseh-desc.desc-folio.sel-col {
      width: 80px;
    }

.se-icono-da-edit {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #b3b3b3;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

  .se-icono-da-edit:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

.cse-dv-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.se-pop-comentario {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.see-data-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sel-dv-progress {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5e5e5;
}

.sel-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
}

  .sel-elemento:hover {
    background-color: #f5f6f6;
    color: #9b9b9b;
  }

  .sel-elemento.syan {
    background-color: #fff;
  }

.se-preview-spinner-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Fa 300', sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.re-lista-eir {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 390px;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.sep-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #0ac020;
}

.sel-bar-desc {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-right: 5px;
  padding-left: 5px;
  color: #464646;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.cseer-desc {
  padding-right: 10px;
  color: #464646;
  font-weight: 400;
}

.csee-data-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sel-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75%;
  height: 100%;
  background-color: #009639;
}

.template-wrapper {
  width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.csee-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 60px;
  min-height: 60px;
  min-width: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

  .csee-preview.no-events {
    cursor: default;
  }

.se-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 60px;
  max-width: 120px;
  min-height: 60px;
  min-width: 120px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.csee-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sel-el-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  max-width: 1100px;
  padding: 4px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  color: #232f34;
  font-weight: 500;
}

.se-icono-da {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #232f34;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

.se-icon-exito {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  font-family: 'Fa 300', sans-serif;
  color: #0ac020;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

.btn-buzon-guardar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff5250;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #ff5250;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-buzon-guardar-2:hover {
    background-color: #ff5250;
    color: #fff;
  }

.se-icono-pdf {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  color: #232f34;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: center;
}

.csee-r2-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #6c7378;
  font-size: 13px;
  font-weight: 400;
}

  .csee-r2-data.display-none {
    display: none;
  }

  .csee-r2-data.contacto-usuario {
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -webkit-transition: opacity 200ms cubic-bezier(.785, .135, .15, .86);
    transition: opacity 200ms cubic-bezier(.785, .135, .15, .86);
    color: #232f34;
    cursor: pointer;
  }

    .csee-r2-data.contacto-usuario:hover {
      background-color: #009639;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
    }

  .csee-r2-data.contacto-usuario {
    width: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 3px;
    -webkit-transition: opacity 200ms cubic-bezier(.785, .135, .15, .86);
    transition: opacity 200ms cubic-bezier(.785, .135, .15, .86);
    color: #009639;
    cursor: pointer;
  }

    .csee-r2-data.contacto-usuario:hover {
      background-color: #009639;
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
    }

.re-icon-error {
  position: absolute;
  left: auto;
  top: 3.5px;
  right: 3.5px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #ff0017;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

  .re-icon-error.modificado {
    background-color: #fff;
  }

  .re-icon-error.modificado-lista {
    right: 13.5px;
    background-color: #fff;
  }

.modal-ayuda {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-ayuda.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-ayuda.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-ayuda.usuariosmodal {
    display: none;
  }

  .modal-ayuda.ayuda-demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

.modal-ayuda-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 600px;
  min-height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

  .modal-ayuda-container.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-ayuda-container.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

  .modal-ayuda-container.display-none {
    display: none;
  }

.ayuda-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: #b60f0f;
}

  .ayuda-titulo.login {
    padding-top: 116px;
    background-color: #fff;
  }

  .ayuda-titulo.completar {
    padding-top: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .ayuda-titulo.tituloenviar {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .ayuda-titulo.edicionusuario {
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

.ayuda-botones {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-ayuda-mostrar-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 40px;
  height: 40px;
  margin: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #525252;
  font-size: 24px;
  line-height: 24px;
}

  .btn-ayuda-mostrar-modal:hover {
    background-color: rgba(3, 3, 3, 0.1);
  }

.ayuda-izquierda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/help-center.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/help-center.png');
  background-position: 0px 0px, 80% 49%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ayuda-derecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.campos-ayuda-izquierda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ai-row {
  font-size: 16px;
  line-height: 18px;
}

.cair-etiqueta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.cair-valor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  color: #e5e5e5;
}

  .cair-valor.valor-activo {
    color: #006B37;
  }

.cair-icon {
  width: 40px;
  padding-right: 0px;
  font-family: 'Fa 400', sans-serif;
  color: #e5e5e5;
  font-weight: 400;
  text-align: left;
}

.cc-dv-campos {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.u-completarcampos-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background-color: #fff;
}

.ayuda-titulo2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dv-ayuda-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: #b60f0f;
}

  .dv-ayuda-titulo.login {
    padding-top: 116px;
    background-color: #fff;
  }

  .dv-ayuda-titulo.completar {
    padding-top: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .dv-ayuda-titulo.tituloenviar {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .dv-ayuda-titulo.edicionusuario {
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

.ayuda-dv-campos {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

  .ayuda-dv-campos.tarjetafiltros.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ayuda-dv-campos.tarjetafiltros2.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .ayuda-dv-campos.tarjetafiltros2.login.tarjetausuarios {
      height: 100%;
      margin-top: 0px;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .ayuda-dv-campos.tarjetafiltros2.login.campos-editor {
      overflow: hidden;
      width: 700px;
      height: 100%;
      max-width: 700px;
      min-width: 700px;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

    .ayuda-dv-campos.tarjetafiltros2.login.noticias-cat-editor {
      overflow: visible;
      width: 700px;
      height: 100%;
      max-width: 700px;
      min-height: 835px;
      min-width: 700px;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

.cair-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #006B37;
  text-decoration: none;
  cursor: pointer;
}

  .cair-link:hover {
    text-decoration: underline;
  }

.ai-image {
  height: 100%;
}

.fa-link-icon-help {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.modal-ayuda-exito-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.ma-exito-dv-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  color: #0ac020;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.ma-exito-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 400', sans-serif;
  font-weight: 400;
  text-align: left;
}

.ma-dv-superior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 18px;
}

.ma-dv-inferior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  min-height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 18px;
}

.maei-subtitulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

  .maei-subtitulo.valor-activo {
    color: #006B37;
  }

.maei-texto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6c7378;
  font-size: 14px;
  text-align: center;
}

  .maei-texto.valor-activo {
    color: #006B37;
  }

.cob-dv-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232f34;
  font-size: 22px;
}

.coe-el-valor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 215px;
  height: 30px;
  max-height: 30px;
  min-height: 30px;
  padding: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #e5e5e5;
  color: #333;
  font-weight: 500;
  text-align: left;
}

  .coe-el-valor.coer-contenedor {
    height: auto;
    max-height: none;
  }

.coe-dv-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  min-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

  .coe-dv-row.coer-alt {
    background-color: #f5f6f6;
  }

  .coe-dv-row.coer-contenedor {
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

.co-marca-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.coe-boton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 40px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009639;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.correo-dv-body {
  position: relative;
  padding-bottom: 40px;
  background-color: #fff;
}

.co-dv-marca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  max-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.coe-dv-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.correo-container {
  width: 600px;
  height: auto;
  min-height: auto;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #009639;
}

.correo-dv-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #fd8204;
  background-color: #f5f6f6;
  font-size: 13px;
}

.correo-dv-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 165px;
  max-height: 165px;
  min-height: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.coh-logo {
  width: auto;
  height: 60px;
}

.correo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #afaeae;
  font-family: Roboto, sans-serif;
}

.coe-el-etiqueta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 30px;
  max-height: 30px;
  min-height: 30px;
  padding: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 1px;
  color: #6c7378;
}

.co-dv-titulo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}

.se-confirm-container {
  width: 600px;
  height: 240px;
  max-height: 240px;
  max-width: 600px;
  min-height: 240px;
  min-width: 600px;
  border-radius: 7px;
  background-color: #fff;
}

.se-pop-confirm-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.3);
}

.se-dv-titulo-coment-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 210px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
}

.se-modal-confirmar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .se-modal-confirmar.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }

.ucc-dv {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 220px;
  max-width: 800px;
  min-height: 220px;
  min-width: 500px;
  padding: 40px 10px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.uc-confirm-text {
  width: 100%;
  height: 44px;
  padding: 10px;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.se-div-titulos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1em;
  text-align: left;
}

.usuario-modal-confirmar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .usuario-modal-confirmar.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }

.uc-container {
  width: 600px;
  height: 220px;
  max-width: 600px;
  min-height: 220px;
  min-width: 600px;
  border-radius: 7px;
  background-color: #fff;
}

.uc-btn-cerrar-div {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .uc-btn-cerrar-div.display-none {
    display: none;
  }

.uc-pop-confirm-btn-dv {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.3);
}

.ucp-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  color: #009639;
  font-size: 16.8px;
  font-weight: 500;
  cursor: pointer;
}

  .ucp-btn:hover {
    background-color: #009639;
    color: #fff;
  }

.ucc-bold {
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.modal-manual {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .modal-manual.centrado {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .modal-manual.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .modal-manual.usuariosmodal {
    display: none;
  }

  .modal-manual.ayuda-demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .modal-manual.modal-demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

.modal-manual-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 520px;
  min-height: 480px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

  .modal-manual-container.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .modal-manual-container.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

  .modal-manual-container.display-none {
    display: none;
  }

.btn-manual-mostrar-modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 40px;
  height: 40px;
  margin: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #525252;
  font-size: 24px;
  line-height: 24px;
}

  .btn-manual-mostrar-modal:hover {
    background-color: rgba(3, 3, 3, 0.1);
  }

.m-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
}

  .m-row:hover {
    font-weight: 400;
  }

  .m-row.w--current {
    font-weight: 700;
  }

.manual-contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mrow-icon {
  display: none;
  width: 40px;
  padding-right: 0px;
  font-family: 'Fa 400', sans-serif;
  font-weight: 400;
  text-align: left;
}

.dv-manual-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  color: #b60f0f;
}

  .dv-manual-titulo.login {
    padding-top: 116px;
    background-color: #fff;
  }

  .dv-manual-titulo.completar {
    padding-top: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .dv-manual-titulo.tituloenviar {
    padding-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

  .dv-manual-titulo.edicionusuario {
    margin-top: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
  }

.manual-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.manual-dv-links {
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

  .manual-dv-links.tarjetafiltros.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .manual-dv-links.tarjetafiltros2.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .manual-dv-links.tarjetafiltros2.login.tarjetausuarios {
      height: 100%;
      margin-top: 0px;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .manual-dv-links.tarjetafiltros2.login.campos-editor {
      overflow: hidden;
      width: 700px;
      height: 100%;
      max-width: 700px;
      min-width: 700px;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

    .manual-dv-links.tarjetafiltros2.login.noticias-cat-editor {
      overflow: visible;
      width: 700px;
      height: 100%;
      max-width: 700px;
      min-height: 835px;
      min-width: 700px;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

.m-entrada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 1024px;
  height: 100%;
  max-height: 100vh;
  max-width: 100%;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 7px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 300;
}

  .m-entrada.pp-ver-detalle {
    left: -100vw;
  }

.me-titulo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 500;
  text-align: center;
}

  .me-titulo.titulofiltros {
    min-width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 0px 8px;
    border-bottom-color: #e5e5e5;
    font-size: 1.4em;
  }

.divider {
  position: relative;
  width: 100%;
  height: 1px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;
}

.met-logo-dv {
  display: block;
  width: 275px;
  height: 60px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.oc-titulos-sec-p-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.met-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 40px;
  line-height: 52px;
}

.me-contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mec-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 40px;
  margin-top: 0px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px none #9b9b9b;
}

  .mec-li.ocd-li-total {
    min-height: auto;
    margin-top: 10px;
    padding-top: 0px;
    border-bottom-style: none;
  }

.mecl-subtitulo {
  width: 100%;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 24px;
  line-height: 2em;
  font-weight: 400;
}

  .mecl-subtitulo.ocd-etiqueta-total {
    min-width: 80px;
  }

  .mecl-subtitulo.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.mecl-texto {
  width: 100%;
  min-width: 160px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

  .mecl-texto.ocd-etiqueta-total {
    min-width: 80px;
  }

  .mecl-texto.ocd-etiqueta-trans {
    font-size: 0.8em;
  }

.mecl-imagen-nav {
  width: 320px;
  min-width: 320px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.mecl-imagen-full {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
}

.manual-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #f2f2f2;
}

.mr-seccion {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 5px;
  border-bottom: 1px solid #b3b3b3;
  color: #3c4858;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

  .mr-seccion.fr-pftitulo {
    padding: 12px;
    border-bottom-style: none;
    font-size: 2em;
    text-align: center;
  }

.manual-dv-fab {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.manual-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.mw-side-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 320px;
  max-height: 100%;
  max-width: 320px;
  min-height: 100%;
  min-width: 320px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
}

  .mw-side-bar-left.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .mw-side-bar-left.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

  .mw-side-bar-left.display-none {
    display: none;
  }

.mw-side-bar-right {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 320px;
  height: 100%;
  max-height: 100%;
  max-width: 320px;
  min-height: 100%;
  min-width: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

  .mw-side-bar-right.modalusuarios {
    width: 1000px;
    height: 700px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .mw-side-bar-right.edicionusuario {
    width: 1000px;
    height: 670px;
    min-height: 670px;
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border-left-style: none;
  }

  .mw-side-bar-right.display-none {
    display: none;
  }

.manual-dv-links-sb {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

  .manual-dv-links-sb.tarjetafiltros.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .manual-dv-links-sb.tarjetafiltros2.login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .manual-dv-links-sb.tarjetafiltros2.login.tarjetausuarios {
      height: 100%;
      margin-top: 0px;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

    .manual-dv-links-sb.tarjetafiltros2.login.campos-editor {
      overflow: hidden;
      width: 700px;
      height: 100%;
      max-width: 700px;
      min-width: 700px;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }

    .manual-dv-links-sb.tarjetafiltros2.login.noticias-cat-editor {
      overflow: visible;
      width: 700px;
      height: 100%;
      max-width: 700px;
      min-height: 835px;
      min-width: 700px;
      padding-bottom: 0px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

.manual-dv-links-tree {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  min-height: 300px;
  margin-right: -8px;
  padding-top: 31px;
  padding-right: 8px;
  padding-bottom: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.manual-tree-link {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 45px;
}

  .manual-tree-link:hover {
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .manual-tree-link.w--current {
    border-radius: 5px;
    background-color: #009639;
    color: #fff;
    text-decoration: none;
  }

  .manual-tree-link.disabled {
    color: hsla(0, 0%, 100%, 0.5);
    cursor: default;
  }

.mtl-text {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

  .mtl-text.sinborde {
    font-size: 14px;
    font-weight: 300;
  }

.mtl-icon.mtl-tree-icon {
  position: static;
  left: 0px;
  margin-right: 4px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mtl-icon-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

  .mtl-icon-type.iconogris {
    color: rgba(90, 90, 90, 0.8);
    font-size: 1.5em;
    line-height: 1.5px;
    text-align: center;
    text-decoration: none;
  }

    .mtl-icon-type.iconogris.facturarrecibos {
      font-size: 1em;
      line-height: 1.3px;
    }

.mtl-link {
  padding-left: 20px;
  cursor: pointer;
}

  .mtl-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .mtl-link.w--current {
    background-color: #f2f2f2;
    color: #333;
    font-weight: 700;
  }

.mtl-list {
  position: relative;
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

  .mtl-list.w--open {
    display: block;
    padding-right: 0px;
    padding-left: 30px;
    background-color: transparent;
  }

.mlt-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.2em;
  text-decoration: none;
}

  .mlt-toggle:hover {
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.2);
  }

  .mlt-toggle.submenuactivo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

.met-subtitulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
}

.mec-footer {
  position: relative;
  width: 100%;
  height: 1px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #333;
}

.altura-fija {
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  background-color: #006B37;
}

.flex-100-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-resto {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e5e5e5;
}

.flex-body {
  height: 100%;
}

.idioma-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.idioma-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  cursor: pointer;
}

  .idioma-btn:hover {
    background-color: #fff;
    color: #000;
  }

  .idioma-btn.idioma-btn-activo {
    background-color: #fff;
    color: #000;
  }

.md-sb {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  min-height: 48px;
  min-width: 344px;
  padding: 16px 8px 16px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-radius: 6px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: justify;
}

  .md-sb.sb-w-action {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .md-sb.sb-w-action-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

.sb-text {
  padding-right: 8px;
}

.relative {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #006B37;
}

.sb-action {
  margin-left: 8px;
  padding: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #006B37;
  font-weight: 400;
  cursor: pointer;
}

.fr-trdvmenuicono-2 {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

  .fr-trdvmenuicono-2:hover {
    background-color: #006B37;
  }

  .fr-trdvmenuicono-2.fr-trojo {
    display: block;
    border-bottom-right-radius: 7px;
  }

.ple-il-extra {
  width: 100%;
  min-width: 300px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.se-subir-prev-accion {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 350ms cubic-bezier(.77, 0, .175, 1);
  transition: all 350ms cubic-bezier(.77, 0, .175, 1);
  font-family: 'Fa 300', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  cursor: pointer;
}

  .se-subir-prev-accion:hover {
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
  }

  .se-subir-prev-accion.display-none {
    display: none;
  }

.se-dv-control-cp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ple-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ple-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: auto;
  min-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ple-rl-oc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  min-width: 90px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.re-pop-titulos {
  position: absolute;
  left: 0%;
  top: -80px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.sf-dv-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.factura-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  padding: 21px 20px 20px;
  border: 1px none #000;
}

.ple-ps-numero {
  overflow: hidden;
  max-width: 70px;
  min-width: 70px;
  color: #df0115;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.re-pop-titulos-res {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #006B37;
  color: #006B37;
  text-align: center;
}

.sideddlink-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 45px;
  color: #464646;
  font-weight: 400;
}

  .sideddlink-2:hover {
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .sideddlink-2.w--current {
    border-radius: 5px;
    background-color: #fd8204;
    color: #fff;
    text-decoration: none;
  }

.frhr-el-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #232f34;
  font-weight: 500;
}

.ple-info-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  min-width: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cpc-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.se-ucp-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 40px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

  .se-ucp-row:hover {
    box-shadow: 4px 4px 8px 0 #f5f6f6;
  }

  .se-ucp-row.ser-exito {
    border-color: #0ac020;
  }

  .se-ucp-row.ser-error {
    border-color: #df0115;
  }

.sf-contador {
  padding-left: 4px;
  font-size: 14px;
  line-height: 22px;
}

.se-etiqueta-desc {
  padding-right: 5px;
  padding-left: 5px;
}

.frhrh-dv-filtros {
  min-height: 30px;
  min-width: 300px;
}

.re-pop-revisar-eir {
  position: absolute;
  display: none;
  width: 720px;
  height: 100%;
  max-height: 100%;
  max-width: 720px;
  min-height: 500px;
  min-width: 720px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .re-pop-revisar-eir.display-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

.se-pop-contenido-eir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cp-check-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
  background-color: #fff;
  cursor: pointer;
}

  .cp-check-el:hover {
    background-color: #f5f6f6;
    color: #9b9b9b;
  }

.set-body-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 211px;
  min-height: 211px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #e5e5e5;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
  color: #9b9b9b;
}

.logo-2 {
  display: none;
}

.se-pop-subir-da {
  position: absolute;
  display: none;
  width: 720px;
  height: 600px;
  max-height: 600px;
  max-width: 720px;
  min-width: 720px;
  padding: 80px 80px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.heading-2 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
}

  .heading-2.sidebarmarca {
    display: block;
    color: #009639;
    font-size: 1.4em;
  }

.se-modal-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 600px;
  max-height: 600px;
  max-width: 720px;
  min-height: 600px;
  min-width: 720px;
  border-radius: 7px;
  background-color: #fff;
}

.ple-ps-etiqueta {
  width: 140px;
  min-width: 100px;
  padding-right: 20px;
  color: #000;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.se-da-subtitulo {
  width: auto;
  max-height: 20px;
  padding-right: 5px;
  font-size: 14px;
  line-height: 20px;
}

.redr-header {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

.frhr-elh-el {
  margin-right: 10px;
  padding-bottom: 4px;
  color: #232f34;
  font-weight: 500;
}

  .frhr-elh-el.frhre-contenedor {
    width: 140px;
    min-width: 140px;
  }

  .frhr-elh-el.frhre-recibo {
    width: 100px;
    min-width: 100px;
  }

  .frhr-elh-el.frhre-fecha-eir {
    width: 100px;
    min-width: 100px;
    text-align: center;
  }

  .frhr-elh-el.frhre-moneda {
    width: 80px;
    min-width: 80px;
    text-align: center;
  }

  .frhr-elh-el.frhre-cp {
    width: 110px;
    min-width: 110px;
  }

  .frhr-elh-el.frhre-importe {
    width: 100px;
    min-width: 100px;
    text-align: right;
  }

  .frhr-elh-el.frhre-ejecutivo {
    width: 120px;
    min-width: 120px;
  }

.se-pop-botones {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.3);
}

.ple-razon-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-width: 300px;
  margin-left: 60px;
}

.fr-wmenupaloma-4 {
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #009639;
}

.pl-rl-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cpc-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ple-id-pieza-etiqueta {
  width: 100px;
  min-width: 100px;
  padding-left: 10px;
  color: #464646;
  font-weight: 400;
  text-align: right;
}

.pl-rle-extra-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cpc-label-dv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.se-dv-contador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
  min-width: 200px;
  margin-right: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6c7378;
}

.se-bar-dv-mark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5px;
}

.sel-dv-lineas-corregir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(90, 90, 90, 0.8);
}

.ser-partida {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #232f34;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.cpc-rl-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 50px;
  min-width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lfr-partida {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #232f34;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.rep-div-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.setb-fecha-2 {
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.reh-desc {
  width: 150px;
  color: #464646;
  font-weight: 500;
}

.cpc-rl-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  min-width: 100px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7378;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.upload-titulo-texto-2 {
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
}

.cpc-label {
  padding-right: 20px;
  color: #000;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.navicon-2 {
  color: #fff;
}

.ple-fecha-embarque {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  min-width: 230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.re-pop-botones {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.se-modal-confirmar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

  .se-modal-confirmar-2.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }

.ple-il-info-3 {
  width: 100px;
  min-width: 100px;
  padding-right: 4px;
  padding-left: 4px;
  color: #6c7378;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

  .ple-il-info-3.ple-ili-h {
    color: #464646;
    font-weight: 400;
  }

.setb-div-sup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ple-il-info-1 {
  width: 100px;
  min-width: 100px;
  padding-right: 4px;
  color: #6c7378;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

  .ple-il-info-1.ple-ili-h {
    color: #464646;
    font-weight: 400;
  }

.se-dv-paso {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100%;
  min-width: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.topnavlink-2 {
  display: inline;
  color: #fff;
  font-size: 1em;
}

.re-icon-error-2 {
  position: absolute;
  left: auto;
  top: 3.5px;
  right: 3.5px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  font-family: 'Fa 400', sans-serif;
  color: #ff0017;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.pl-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 820px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
  background-color: #fff;
  cursor: pointer;
}

  .pl-element:hover {
    background-color: #f5f6f6;
    color: #9b9b9b;
  }

.ple-packing-slip-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ple-rs-etiqueta {
  padding-right: 10px;
  color: #464646;
  font-weight: 400;
  text-align: center;
}

.fondomenuslide-2 {
  display: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.ple-il-info-2 {
  width: 220px;
  min-width: 220px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6c7378;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

  .ple-il-info-2.ple-ili-h {
    color: #464646;
    font-weight: 400;
  }

.reh-val {
  width: 150px;
  color: #232f34;
  font-weight: 300;
}

.se-dv-ucp-contenedor {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: auto;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #f5f6f6;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.re-pop-revisar-ci {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  min-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #707070;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.cpc-row-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sf-spinner-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0ac020;
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

.sep-bar-desc {
  position: absolute;
  left: auto;
  top: 10px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.8);
}

.topnavbar-2 {
  display: inline;
  width: 100%;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  color: #fff;
}

.se-btn-back-da {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cpc-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

  .cpc-list-header:hover {
    background-color: #f5f6f6;
  }

  .cpc-list-header.display-none {
    display: none;
  }

.fr-recibo-tr-descripcion-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #464646;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}

.se-tarjetas-html-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.listado-facturas {
  position: relative;
  overflow: scroll;
  width: 900px;
  height: 100%;
  max-height: 100%;
  min-height: 300px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  color: #afaeae;
  font-size: 1em;
}

.lfr-dv-titulo {
  position: absolute;
  left: 20px;
  top: -20px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 40px;
  min-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #b3b3b3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}

  .lfr-dv-titulo.lfr-error {
    background-color: #df0115;
  }

  .lfr-dv-titulo.lfr-exito {
    background-color: #0ac020;
  }

  .lfr-dv-titulo.lfr-invalid {
    background-color: #f89406;
  }

.editor-preview-spinner-div-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Fa 300', sans-serif;
  font-size: 60px;
  line-height: 60px;
}

  .editor-preview-spinner-div-2.display-none {
    display: none;
    opacity: 0;
  }

.re-modal-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  max-height: 100%;
  max-width: 1024px;
  min-height: 540px;
  min-width: 500px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.se-etiqueta-color {
  width: 20px;
  height: 10px;
  background-color: rgba(158, 0, 0, 0.8);
}

  .se-etiqueta-color.color-ps {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .se-etiqueta-color.color-pr {
    background-color: #006B37;
  }

.ser-mensaje-error {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 0px;
  overflow: hidden;
  width: 460px;
  height: 20px;
  max-height: 20px;
  max-width: 460px;
  color: #df0115;
  font-size: 13px;
}

.re-pop-revisar-da {
  position: absolute;
  display: none;
  width: 720px;
  height: 100%;
  max-height: 100%;
  max-width: 720px;
  min-height: 300px;
  min-width: 720px;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.lfr-dv-upload {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  min-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #f5f6f6;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.filanav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.btn-inline-se {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fd8204;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #fd8204;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-inline-se:hover {
    background-color: #ff5b6f;
    color: #fff;
  }

  .btn-inline-se.se-agregar {
    width: auto;
    height: 35px;
    min-height: 35px;
    min-width: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    font-size: 16.8px;
    line-height: 16px;
  }

    .btn-inline-se.se-agregar:hover {
      background-color: #fd8204;
    }

  .btn-inline-se.sf-agregar {
    width: 240px;
    height: 40px;
    min-height: 40px;
    min-width: 240px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-color: #fd8204;
    -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    color: #fd8204;
  }

    .btn-inline-se.sf-agregar:hover {
      background-color: #fd8204;
      color: #fff;
    }

.redrl-label {
  font-size: 13px;
  line-height: 13px;
}

.frhrh-oc {
  width: 120px;
  min-width: 120px;
  margin-right: 10px;
  color: #009639;
  font-size: 18px;
  text-align: left;
}

.se-listado-cp {
  position: relative;
  overflow: hidden;
  width: 660px;
  height: 100%;
  max-height: 100%;
  max-width: 660px;
  min-height: 300px;
  min-width: 660px;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  color: #afaeae;
  font-size: 1em;
}

.lf-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

  .lf-row:hover {
    box-shadow: 4px 4px 8px 0 #f5f6f6;
  }

  .lf-row.lfr-error {
    border-color: #df0115;
  }

  .lf-row.lfr-invalid {
    border-color: #f89406;
  }

  .lf-row.lfr-exito {
    border-color: #0ac020;
  }

.se-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 30px;
  margin-right: 12px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #464646;
  font-weight: 400;
  cursor: pointer;
}

.sfc-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 30px;
  margin-right: 12px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #464646;
  font-weight: 400;
  cursor: pointer;
}

.se-dv-titulos-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.ple-rl-oc-valor {
  width: 70px;
  color: #464646;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.ple-id-pieza-valor {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  color: #6c7378;
  font-weight: 300;
  text-align: right;
}

.pl-rle-regular-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
}

  .pl-rle-regular-element.border-bottom {
    border-bottom: 1px solid #d0d0d0;
  }

.frhr-recibos-listado {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  max-width: 980px;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  background-color: #fff;
  color: #6c7378;
  font-size: 14px;
  line-height: 16px;
}

  .frhr-recibos-listado.resumen {
    margin-left: 0px;
  }

.ple-rs-valor {
  overflow: hidden;
  width: 210px;
  min-width: 210px;
  color: #6c7378;
  font-weight: 300;
  text-align: left;
}

.dv-lupita-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  margin-right: 6px;
  margin-left: 6px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ev-modal-contacto {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.lrfu-titulo {
  height: 30px;
  padding-left: 10px;
  color: #232f34;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.re-pop-res-contenido {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100%;
  max-height: 620px;
  max-width: 800px;
  min-width: 500px;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.se-pop-contenido-ci {
  height: 100%;
}

.se-etiqueta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9b9b9b;
  font-size: 12px;
}

.se-pop-titulos {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 0px;
  padding: 10px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #006B37;
}

.packing-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 940px;
  height: 100%;
  max-width: 940px;
  min-height: 300px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #afaeae;
  font-size: 14px;
  line-height: 16px;
}

.frhr-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding: 4px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
  color: #232f34;
  font-weight: 500;
}

.ple-row-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.se-pop-subir-eir {
  position: absolute;
  display: none;
  width: 720px;
  height: 600px;
  max-height: 600px;
  max-width: 800px;
  min-width: 720px;
  padding: 70px 50px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .se-pop-subir-eir.display-none {
    display: none;
    background-color: transparent;
  }

.rep-div-datos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin: 20px auto 40px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.setf-parcial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #009639;
  font-weight: 500;
}

.contacto-usuario {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 237px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.frhrh-el-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
}

.frhr-elemento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px none #000;
}

.se-confirmar-dv {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 240px;
  max-width: 800px;
  min-width: 500px;
  padding-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.se-dv-progress {
  position: absolute;
  top: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-check-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 100%;
  max-width: 300px;
  min-height: 300px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #afaeae;
  font-size: 14px;
  line-height: 16px;
}

.re-pop-div-datos-ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.ple-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.se-confirm-text {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #009639;
  font-size: 18px;
  text-align: center;
}

.se-preview-times {
  position: absolute;
  left: auto;
  top: 3.5px;
  right: 3.5px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fa 400', sans-serif;
  color: #ff0017;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}

.re-modal-revisar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.re-pop-res-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sf-upload-spinner {
  font-size: 21px;
  line-height: 24px;
}

.frhrh-oc-fecha {
  width: 120px;
  min-width: 120px;
  margin-right: 10px;
  color: #009639;
  text-align: left;
}

.re-pop-dv-input {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.topnavtitulo-2 {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.boton-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #009639;
  border-radius: 3px;
  background-color: #009639;
  box-shadow: 0 1px 2px 0 #b3b3b3;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .boton-2.boton-plano {
    border-style: solid;
    border-width: 1px;
    border-color: #006B37;
    background-color: #fff;
    box-shadow: none;
    color: #006B37;
    font-weight: 500;
  }

    .boton-2.boton-plano:hover {
      background-color: #006B37;
      color: #fff;
    }

    .boton-2.boton-plano.btn-rev-ev {
      width: 200px;
      height: 48px;
      margin-right: 20px;
      margin-left: 20px;
      border-style: none;
      background-color: transparent;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
    }

      .boton-2.boton-plano.btn-rev-ev:hover {
        border-style: solid;
        border-color: #fff;
        background-color: #f5f6f6;
        color: #3c4858;
      }

.frhr-elr-el {
  margin-right: 10px;
}

  .frhr-elr-el.frhre-ejecutivo {
    overflow: hidden;
    width: 120px;
    min-width: 120px;
  }

  .frhr-elr-el.frhre-recibo {
    width: 100px;
    min-width: 100px;
  }

  .frhr-elr-el.frhre-contenedor {
    width: 140px;
    min-width: 140px;
  }

  .frhr-elr-el.frhre-fecha-eir {
    width: 100px;
    min-width: 100px;
    text-align: center;
  }

  .frhr-elr-el.frhre-moneda {
    width: 80px;
    min-width: 80px;
    text-align: center;
  }

  .frhr-elr-el.frhre-importe {
    width: 100px;
    min-width: 100px;
    text-align: right;
  }

  .frhr-elr-el.frhre-cp {
    width: 110px;
    min-width: 110px;
  }

.fr-recibo-tr-li-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 23px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fr-aplicarfiltros-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 50px;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #5c38ec;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
  line-height: 1.2em;
}

  .fr-aplicarfiltros-2:hover {
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.3);
  }

  .fr-aplicarfiltros-2.plano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 48px;
    min-height: 48px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 1em;
    border-style: solid;
    border-width: 1px;
    border-color: #006B37;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #006B37;
    font-weight: 500;
  }

    .fr-aplicarfiltros-2.plano:hover {
      background-color: #006B37;
      color: #fff;
    }

    .fr-aplicarfiltros-2.plano.btn-sin-bordes {
      border-style: none;
    }

    .fr-aplicarfiltros-2.plano.btnprocedimientos {
      margin: 0px 20px;
    }

.lfr-mensaje-error {
  position: absolute;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 10px;
  width: 760px;
  height: 20px;
  max-height: 20px;
  max-width: 760px;
  color: #df0115;
  font-size: 13px;
}

.re-pop-revisar-cp {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 1024px;
  min-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #707070;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .re-pop-revisar-cp.display-none {
    display: none;
    min-width: 100%;
  }

.se-pop-subir {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  max-height: 600px;
  max-width: 800px;
  min-width: 500px;
  padding: 80px 80px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

  .se-pop-subir.display-none {
    display: none;
  }

.re-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 200px;
  min-height: 100px;
  min-width: 100px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.rep-div-edicion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 18px;
}

.cpc-rl-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

  .cpc-rl-element:hover {
    background-color: #f5f6f6;
  }

.se-subir-evidencia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sf-dv-contador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 20px;
  min-width: 350px;
  margin-right: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #6c7378;
}

.faiconomenu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa 300', sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
}

.se-pop-subir-cp {
  position: absolute;
  display: none;
  width: 720px;
  height: 600px;
  max-height: 600px;
  max-width: 800px;
  min-width: 720px;
  padding: 80px 30px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.se-dv-titulo-contact {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 7px;
  background-color: #fff;
}

.se-pop-div-datos-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.se-dv-etiquetas {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lrf-upload-el {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #f5f6f6;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.re-modal-container-da {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 600px;
  max-height: 100%;
  max-width: 720px;
  min-height: 600px;
  min-width: 720px;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 7px;
  background-color: #fff;
}

.fr-trdvtitulos-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  padding: 5px 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #c35300;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 83, 0, 0.7)), to(rgba(195, 83, 0, 0.7))), url('../images/inventory.png');
  background-image: linear-gradient(180deg, rgba(195, 83, 0, 0.7), rgba(195, 83, 0, 0.7)), url('../images/inventory.png');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

.se-pop-contenido-cp {
  height: 100%;
}

.re-pop-botones-res {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px none rgba(0, 0, 0, 0.3);
}

.ple-id-pieza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  min-width: 110px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}

.rel-dv-lineas-corregir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(90, 90, 90, 0.8);
}

.se-pop-contnenido-da {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.topnavbarwrapper-2 {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 80px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #000;
}

.lrfu-descripcion {
  width: 318px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
  color: #464646;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.redrl-dv-da {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.se-dv-upload-cp {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  max-height: 100px;
  min-height: 100%;
  min-width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px none #f5f6f6;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.editor-preview-upload-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.77, 0, .175, 1);
  transition: all 200ms cubic-bezier(.77, 0, .175, 1);
}

.se-elemento-cp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 160px;
  padding: 10px;
  border: 1px none #000;
}

.re-modal-container-res {
  position: relative;
  display: none;
  width: 600px;
  height: 620px;
  max-height: 100%;
  max-width: 600px;
  min-height: 620px;
  min-width: 600px;
  border-radius: 7px;
  background-color: #fff;
}

.ple-fe-etiqueta {
  padding-right: 10px;
  color: #464646;
  font-weight: 400;
  text-align: center;
}

.se-pop-coment-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 540px;
  max-height: 600px;
  max-width: 800px;
  min-width: 500px;
  padding: 100px 30px 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.ev-contacto-dv {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 240px;
  max-width: 100%;
  min-width: 350px;
  padding: 90px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.96)), to(hsla(0, 0%, 100%, 0.96))), url('../images/l_mundo.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.96), hsla(0, 0%, 100%, 0.96)), url('../images/l_mundo.png');
  background-position: 0px 0px, 100px 25px;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.btn-inline-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  min-height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #006B37;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #006B37;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .btn-inline-3:hover {
    background-color: #ff5b6f;
    color: #fff;
  }

  .btn-inline-3.usuario-filtrar {
    width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  }

  .btn-inline-3.sf-upload {
    position: relative;
    width: 30px;
    height: 30px;
    min-height: 30px;
    -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
    transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  }

.ple-fe-valor {
  overflow: hidden;
  min-width: 80px;
  color: #6c7378;
  font-weight: 300;
  text-align: right;
}

.setb-div-fecha-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .setb-div-fecha-2.div-folio {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }

  .setb-div-fecha-2.fecha-der {
    text-align: right;
  }

.lfr-trash {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  font-family: 'Fa 300', sans-serif;
  color: #6c7378;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

  .lfr-trash:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

.red-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 25px;
}

.frhrh-seleccionar-todos {
  min-width: 300px;
  margin-right: 10px;
}

.topnavizq-2 {
  padding-left: 20px;
}

.ev-contact-container {
  width: 350px;
  height: 240px;
  max-height: 240px;
  max-width: 400px;
  min-height: 220px;
  min-width: 350px;
  border-radius: 7px;
  background-color: #fff;
}

.re-pop-titulo {
  width: 100%;
  max-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 18px;
  font-weight: 400;
}

.frhrh-el-dv-listado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iconomenu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #464646;
  text-decoration: none;
}

.sep-bar-step {
  width: 100%;
  height: 100%;
  border-right: 2px solid #fff;
}

  .sep-bar-step.step-off {
    background-color: #e5e5e5;
  }

.se-modal-subir {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.se-modal-comentarios {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.se-subir-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100px;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.se-pop-div-datos-ad {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232f34;
  font-size: 16px;
  line-height: 18px;
}

.dv-se-filtros {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 30px;
  padding-right: 50px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1em;
  text-align: left;
}

.bell-number-2 {
  position: absolute;
  left: 15px;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 32px;
  min-height: 18px;
  min-width: 18px;
  padding: 2px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #ffb345;
  color: #fff;
}

.ev-titulo-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #006B37;
  line-height: 1em;
  text-align: left;
}

.slide-action-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  min-height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3c4858;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms ease;
  transition: all 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms ease;
  color: #3c4858;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

  .slide-action-button-3:hover {
    border-color: #009639;
    box-shadow: 4px 4px 3px 0 #000;
    color: #009639;
    font-size: 16px;
    font-weight: 500;
  }

.btntogglefondo-2 {
  position: relative;
  display: block;
  width: 68px;
  height: 28px;
  float: none;
  border-radius: 36px;
  background-color: #009639;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
}

.dv-lupita {
  position: fixed;
  left: auto;
  top: 10px;
  right: 35px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  margin-right: 6px;
  margin-left: 6px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-label {
  min-width: 80px;
  padding: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #464646;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}

.filter-action-button-3 {
  position: absolute;
  top: 10px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-image: url('../images/controls_2.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #009639;
  text-decoration: none;
  cursor: pointer;
}

  .filter-action-button-3:hover {
    -webkit-transform: scale(1) scale(1.2);
    -ms-transform: scale(1) scale(1.2);
    transform: scale(1) scale(1.2);
  }

.ev-contacto-titulo {
  width: 100%;
  max-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.fa-link-icon-bell-2 {
  font-family: 'Fontawesome webfont', sans-serif;
  color: #009639;
  font-size: 24px;
  text-decoration: none;
}

.se-pop-subir-pos {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 600px;
  max-height: 600px;
  max-width: 800px;
  min-width: 720px;
  padding: 80px 30px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.maincontent-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  min-height: 100%;
  min-width: 100vw;
  padding-left: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  color: #fff;
}

.dv-se {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #f2f2f2;
}

.settings-action-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-image: url('../images/settings-p.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #009639;
  text-decoration: none;
  cursor: pointer;
}

  .settings-action-button-2:hover {
    -webkit-transform: scale(1) scale(1.2);
    -ms-transform: scale(1) scale(1.2);
    transform: scale(1) scale(1.2);
  }

  .settings-action-button-2.settings-notification {
    position: relative;
    background-image: none;
  }

.sec-desc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #a3a3a3;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
}

.iconodd-2 {
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 200ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  color: #464646;
}

.toggle-fondo-2 {
  position: relative;
  display: block;
  width: 68px;
  height: 28px;
  float: none;
  border-radius: 36px;
  background-color: #9b9b9b;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
}

.sidebar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 320px;
  min-width: 320px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  background-image: url('../images/Login_1024.png');
  background-position: -100px 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.se-pop-subir-ci {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 600px;
  max-height: 600px;
  max-width: 800px;
  min-width: 720px;
  padding: 80px 80px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
}

.se-pop-contenido-pos {
  height: 100%;
}

.subir-evidencia {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 300px;
  padding: 60px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 7px;
  background-color: #fff;
}

.side-bar-buttons-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #9b9b9b;
}

.nav-div-nav-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 320px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 1px 1px 16px 0 #000;
}

.div-block-5 {
  display: none;
}

.mainwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #f2f2f2;
}

.fa-icono-badge-2 {
  width: 1.5em;
  padding-right: 0px;
  direction: ltr;
  font-family: 'Fa 300', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
}

.sideddtext-2 {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
}

  .sideddtext-2.sinborde {
    font-size: 14px;
    font-weight: 300;
  }

.ce-dv-titulo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px none #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  text-align: center;
}

.listamenu-2 {
  position: relative;
  display: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.11);
}

  .listamenu-2.w--open {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

.menusidebar-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  min-height: 300px;
  margin-right: -8px;
  margin-bottom: 5px;
  padding: 31px 18px 31px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 300px;
  -webkit-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  background-color: hsla(0, 0%, 100%, 0);
}

.marca-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.logosider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  height: 120px;
  margin: 10px auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dviconobadge-3 {
  position: absolute;
  left: 20px;
  top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #009639;
  box-shadow: 1px 6px 8px 0 rgba(0, 0, 0, 0.3);
}

.cp-chips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.cp-chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 30px;
  margin: 6px 10px;
  padding: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-style: solid;
  border-width: 1px;
  border-color: #006B37;
  border-radius: 15px;
  background-color: #006B37;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

  .cp-chip:hover {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
  }

.cp-chip-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

.cpc-osi {
  overflow: hidden;
  padding-right: 10px;
  color: #009639;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.cp-osi-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 400px;
  height: 100%;
  max-width: 400px;
  min-height: 300px;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #afaeae;
  font-size: 14px;
  line-height: 16px;
}

.cposi-rl-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

  .cposi-rl-element:hover {
    background-color: #f5f6f6;
  }

.cposi-row-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="modal-confirm"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="modal-ayuda-inicial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="modal-ayuda-icono-inicial"] {
  -webkit-transform: scale(0.01, 0.01) rotate(360deg);
  -ms-transform: scale(0.01, 0.01) rotate(360deg);
  transform: scale(0.01, 0.01) rotate(360deg);
}

html.w-mod-js *[data-ix="inicial-carrusel"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="inicial-carrusel-oc"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hoverbtntarjeta"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fr-mostrarfiltrosmenu"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fr-mostrarfiltrosmenu-2"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fr-mostrarfiltrosxml"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fr-mostrarfiltrospdf"] {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="fr-paso2quitarfiltros"] {
  display: none;
  opacity: 0.5;
}

html.w-mod-js *[data-ix="ddlista0"] {
  height: 0px;
}

html.w-mod-js *[data-ix="fr-winicialpasos3"] {
  display: none;
}

html.w-mod-js *[data-ix="fr-winicialpasos-4"] {
  display: none;
}

html.w-mod-js *[data-ix="fr-winicialpasos-2"] {
  display: none;
}

html.w-mod-js *[data-ix="fr-inicialpaso1"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="ocultar-inicial"] {
  display: none;
  opacity: 0.5;
}

html.w-mod-js *[data-ix="inicial-trpaloma"] {
  display: none;
  -webkit-transform: scale(0.1, 0.1) rotate(-360deg);
  -ms-transform: scale(0.1, 0.1) rotate(-360deg);
  transform: scale(0.1, 0.1) rotate(-360deg);
}

html.w-mod-js *[data-ix="inicial-frdvfiltros"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="inicial-pp-modal-facturas"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="fr-trquitarseleccion"] {
  display: none;
  opacity: 0.5;
}

html.w-mod-js *[data-ix="fr-trquitarseleccion-2vue"] {
  display: none;
  opacity: 0.5;
}

html.w-mod-js *[data-ix="inicialfr-trdvmenu"] {
  display: none;
  opacity: 0.5;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="inicialfr-trdvmenu-2"] {
  display: none;
  opacity: 0.5;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="inicial-frtrdivdetalle"] {
  display: none;
  opacity: 0.5;
}

html.w-mod-js *[data-ix="fr-trdvedicioninicial"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

html.w-mod-js *[data-ix="inicial-frmodecibos"] {
  display: none;
}

html.w-mod-js *[data-ix="inicialdvfrtitulos"] {
  display: none;
  opacity: 0.5;
}

html.w-mod-js *[data-ix="inicial-frdvpasofinial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="inicialmodcargando"] {
  display: none;
  opacity: 0.5;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="loader-block"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="loader-block-manual"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="loader-flex"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="fr-wirpaso-1-nuevo"] {
  display: none;
  opacity: 0.5;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="oculto"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="mostrar"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="inicial-texto-filtros"] {
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="inicial-drawer-content"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="inicial-drawer-container"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="ini-oculto-opacity"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="ini-flex-opacity"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

html.w-mod-js *[data-ix="inicial-settings-container"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="inicial-settings-content"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="inicial-notifications-container"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="inicial-notifications-content"] {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="inicial-drawer-manual"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="inicial-modal-blanco"] {
  display: none;
  opacity: 0.5;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .topnavbar {
    display: block;
    background-color: #000;
  }

  .topnavlink {
    display: block;
    width: 80%;
    line-height: 1em;
    font-weight: 500;
  }

  .mainwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar {
    display: none;
  }

  .maincontent {
    overflow: auto;
    width: 100%;
    min-height: 100%;
    padding-top: 80px;
    padding-left: 0px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

    .maincontent.navnav {
      padding-top: 80px;
      padding-left: 0px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

    .maincontent.login {
      max-width: 100%;
      min-width: 100%;
      padding-top: 0px;
      padding-right: 450px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }

  .topnavbarwrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    background-color: #000;
    box-shadow: 2px 2px 6px 0 #707070;
  }

  .dropicon {
    position: absolute;
  }

  .fondomenuslide {
    display: none;
    overflow: auto;
    width: 280px;
    margin-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/side1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/side1.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .botonhamburguesa {
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #009639;
  }

    .botonhamburguesa.w--open {
      background-color: #009639;
    }

  .ddlista {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

    .ddlista.w--open {
      display: block;
      padding-left: 0px;
      background-color: transparent;
    }

  .ligamenudropdown {
    margin-top: 5px;
    padding-left: 40px;
    background-color: transparent;
    color: #fff;
    line-height: 14px;
  }

    .ligamenudropdown:hover {
      border-radius: 5px;
      background-color: hsla(0, 0%, 100%, 0.1);
    }

    .ligamenudropdown.w--current {
      padding-right: 40px;
      padding-left: 40px;
      border-radius: 5px;
      background-color: #009639;
      color: #fff;
    }

    .ligamenudropdown.disabled {
      color: hsla(0, 0%, 100%, 0.5);
      cursor: default;
    }

  .logo {
    display: block;
  }

  .heading {
    display: block;
  }

  .topnavizq {
    position: static;
    padding-right: 0px;
    padding-left: 20px;
  }

  .topnavderecho {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .iconomenu.icono-pagos-back {
    left: 0px;
  }

  .topaccordiontoggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: hsla(0, 0%, 100%, 0.01);
  }

    .topaccordiontoggle:hover {
      border-radius: 5px;
      background-color: hsla(0, 0%, 100%, 0.1);
    }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .topmenuseleccionado {
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
  }

  .marca.login {
    width: 320px;
  }

  .noticias {
    padding-bottom: 20px;
  }

    .noticias.facturarrecibos {
      padding-bottom: 0px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
    }

    .noticias.empty {
      opacity: 0;
    }

  .noticia-fecha {
    max-width: 100%;
  }

  .paragraph {
    font-size: 1em;
  }

  .btn.verde {
    position: static;
  }

  .btn.btn-carrusel-close {
    color: #b3b3b3;
  }

  .btn.btn-carrusel-nav {
    position: absolute;
    left: 0px;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px 3px 3px 0px;
    background-color: rgba(0, 0, 0, 0.85);
  }

    .btn.btn-carrusel-nav.carrusel-nav-derecha {
      right: 0px;
      border-radius: 3px 0px 0px 3px;
    }

  .btn.btn-car-oc-close {
    color: #b3b3b3;
  }

  .dvfacturas {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .dvfrseleccionar {
    min-height: 100vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dvfrforma {
    padding: 8px 0px;
  }

  .fr-dvwizzard {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dvfrheader {
    width: 100%;
  }

  .fr-btnconsultar.consultar:hover {
    background-color: #2ab340;
  }

  .fr-dv1seleccion {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr-div-filtros {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .fr-div-filtros.display-none {
      display: none;
    }

  .fr-dvcentrado {
    position: absolute;
    height: 100%;
    max-height: 100%;
    padding-top: 60px;
    border-radius: 0px;
  }

  .fr-encabezadofiltros.titulofiltros {
    padding-left: 43px;
  }

  .fr-dvfiltrolistbox {
    min-height: 250px;
    min-width: 260px;
  }

  .fr-filtroicono {
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.42);
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
  }

  .fr-divfiltroswrapper {
    max-height: 471px;
  }

  .fr-dvfiltrofiltro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sexy-checkbox {
    color: #707070;
  }

  .fr-dvcampos1 {
    height: auto;
  }

  .fr-wpaso1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fr-wnav {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 0px;
  }

  .dvwizard {
    display: block;
  }

  .fr-dvbotoncerrar {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .nav-div-nav {
    display: none;
  }

  .fr-ulvallifa {
    line-height: 1.1em;
  }

  .fr-ulvallidescripcion {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-wtmenu {
    font-size: 1.2em;
  }

  .fr-btn-modal {
    border-style: solid;
    border-width: 1px;
    border-color: #006B37;
  }

  .noticia-completa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }

    .noticia-completa.facturarrecibos {
      padding-bottom: 0px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
    }

  .dv-programacion-pagos {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .herologintitle {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .login-panel {
    width: 450px;
  }

  .u-logincampos.dvlogin {
    max-width: 100%;
  }

  .xml-filtros.campoedicionusuario.combodivfiltros {
    max-width: 100vw;
  }

  .xml-filtros.campoedicionusuario.combo-fr {
    max-width: 100vw;
  }

  .xml-filtros.campo-edicion-extracto.combodivfiltros {
    max-width: 100vw;
  }

  .xml-filtros.editor-fecha-publicacion.combodivfiltros {
    max-width: 100vw;
  }

  .xml-filtros.campo-edicion-preview.combodivfiltros {
    max-width: 100vw;
  }

  .xml-filtros.campos-edicion-procedimientos.combodivfiltros {
    max-width: 100vw;
  }

  .xml-filtros.fr-campo-edicion-filtros {
    width: 100%;
  }

    .xml-filtros.fr-campo-edicion-filtros.combodivfiltros {
      max-width: 100vw;
    }

  .noticia-detalle {
    width: 100%;
    max-width: 100%;
  }

  .modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .modal.display-none {
      display: none;
    }

  .fr-dvupload {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .fr-dvupload.display-none {
      display: none;
    }

  .fr-dvcentrado-upload {
    position: absolute;
    height: 100%;
    max-height: 550px;
    min-height: 550px;
    padding-top: 60px;
    border-radius: 0px;
  }

  .cfdi-dvcampos {
    height: auto;
  }

  .fasearch {
    line-height: 1.1em;
  }

  .fa-icono-badge {
    line-height: 1.1em;
  }

  .fr-dv-campos {
    height: auto;
  }

  .cfdi-dv-filtros {
    max-height: 471px;
  }

  .fr-dv-filtros {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .drawer-container {
    display: none;
  }

  .drawer-content {
    padding-top: 80px;
  }

  .desbloqueo-dv-guardar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr-div-filtros-ix {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .fr-div-filtros-ix.display-none {
      display: none;
    }

  .stacked-filter.campoedicionusuario.combodivfiltros {
    max-width: 100vw;
  }

  .slide-action-button.consultar:hover {
    background-color: #2ab340;
  }

  .pp-modal-facturas {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .pp-modal-facturas.display-none {
      display: none;
    }

  .pp-etiqueta-filtros.titulofiltros {
    padding-left: 43px;
  }

  .pp-div-titulos {
    font-size: 13px;
  }

  .pp-pop-facturas {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .html-grid-prog-pagos {
    max-height: 100%;
    max-width: 100%;
  }

  .pp-pop-detalle {
    position: absolute;
    height: 100%;
    max-height: 100%;
    padding-top: 60px;
    border-radius: 0px;
  }

  .pp-pop-detalle-flip {
    position: absolute;
    height: 100%;
    max-height: 100%;
    padding-top: 60px;
    border-radius: 0px;
  }

  .pp-pop-detalle-grow {
    position: absolute;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    padding-top: 60px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 0px;
  }

  .pp-etiqueta-filtros-detale.titulofiltros {
    padding-left: 43px;
  }

  .pp-detalle-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pp-factura-filtros {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .noticia-texto {
    width: 100%;
    min-width: 100%;
  }

  .modal-noticias {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .modal-noticias.display-none {
      display: none;
    }

  .carrusel-cerrar {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .modal-carrusel {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .modal-carrusel.display-none {
      display: none;
    }

  .carrusel-rojo {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .noticia-carrusel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

    .noticia-carrusel.facturarrecibos {
      padding-bottom: 0px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
    }

  .carrusel-control {
    padding-left: 0px;
  }

    .carrusel-control.control-background {
      border-top-style: none;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }

  .carrusel-titulos.titulofiltros {
    padding-left: 43px;
  }

  .carrusel-texto {
    padding-right: 12px;
    padding-left: 12px;
  }

  .carrusel-pasos {
    bottom: 60px;
    border-radius: 3px 3px 0px 0px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .carrusel-sliding-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .carrusel-flat {
    position: absolute;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    max-width: 100vw;
    padding-right: 0px;
    border-radius: 0px;
  }

  .carrusel-titulos-black {
    padding-right: 70px;
    padding-left: 70px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

    .carrusel-titulos-black.titulofiltros {
      padding-left: 43px;
    }

  .carrusel-divider {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .carrusel-icono {
    top: 10px;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.42);
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
  }

  .carrusel-icono-fa {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .modal-editor {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .modal-editor.display-none {
      display: none;
    }

  .editor-container {
    max-height: 471px;
  }

  .kendo-editor {
    max-height: 471px;
  }

  .dv-reporte-recibos {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .dv-reporte-pagos {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .btn-inline.consultar:hover {
    background-color: #2ab340;
  }

  .fa-icono {
    line-height: 1.1em;
  }

  .comentario-container {
    max-height: 471px;
  }

  .filtros-exclusion {
    top: 100px;
  }

  .modal-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .cfdi-tabla-centrada {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .logosider-xl {
    max-width: 100%;
  }

  .filtros-icono {
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.42);
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
  }

  .settings-container {
    display: none;
  }

  .settings-content {
    padding-top: 80px;
  }

  .noticia-extracto-dv {
    height: auto;
    max-width: 100%;
  }

  .settings-content-p {
    padding-top: 80px;
  }

  .settings-container-p {
    display: none;
  }

  .notifications-container {
    display: none;
  }

  .notifications-content {
    padding-top: 80px;
  }

  .dv-facturas {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .uploaddiv-2 {
    width: 300px;
  }

  .fr-dv-botones {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr-filtros-dv-botones {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr-filtros-dvcentrado {
    position: absolute;
    height: 100%;
    max-height: 100%;
    padding-top: 60px;
    border-radius: 0px;
  }

  .carrusel-oc-flat {
    position: absolute;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    max-width: 100vw;
    padding-right: 0px;
    border-radius: 0px;
  }

  .oc-car-nota {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100%;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: justify;
  }

  .oc-car-slider-container {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .oc-car-link {
    display: none;
  }

  .oc-car-links {
    width: 120px;
    min-width: auto;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .oc-car-control {
    padding-left: 0px;
  }

    .oc-car-control.control-background {
      border-top-style: none;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }

  .oc-car-titulo {
    min-width: 150px;
  }

  .oc-carrusel-titulos-black {
    padding-right: 70px;
    padding-left: 70px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

    .oc-carrusel-titulos-black.titulofiltros {
      padding-left: 43px;
    }

  .oc-car-logo {
    left: 0px;
  }

  .oc-slide-sec-a {
    display: none;
  }

  .oc-slide-sec-b {
    overflow: scroll;
    width: 100%;
  }

  .oc-carrusel-texto {
    padding-right: 12px;
    padding-left: 12px;
  }

  .oc-carrusel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

    .oc-carrusel.facturarrecibos {
      padding-bottom: 0px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
    }

  .ocd-li {
    max-width: 500px;
  }

  .ocd-total {
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ocd-table-div.ocdt-movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ocd-table-cell.ocd-tc-c2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ocd-table-body {
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .carrusel-oc-flat-politica {
    position: absolute;
    width: 100vw;
    height: 100%;
    max-height: 100%;
    max-width: 100vw;
    padding-right: 0px;
    border-radius: 0px;
  }

  .modal-carrusel-p {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .modal-carrusel-p.display-none {
      display: none;
    }

  .modal-carrusel-l {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .modal-carrusel-l.display-none {
      display: none;
    }

  .ocd-b-sec1 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    background-color: #fff;
  }

  .oc-car-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .oc-car-link-icono {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .oc-carrusel-icono {
    top: 10px;
    display: none;
    width: 40px;
    height: 40px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.42);
    font-family: 'Fontawesome webfont', sans-serif;
    color: #fff;
  }

  .carrusel-oc-flat-p {
    border-radius: 0px;
  }

  .oc-car-logo-p {
    left: 0px;
  }

  .ocd-table-div-p.ocdt-movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ocd-table-cell-p.ocd-tc-c2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .oc-car-link-icono-p {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .oc-carrusel-titulos-black-p {
    padding-right: 70px;
    padding-left: 70px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

    .oc-carrusel-titulos-black-p.titulofiltros {
      padding-left: 43px;
    }

  .dv-exclusion {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .cfdi-tabla-centrada-2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .uploaddiv-3 {
    width: 300px;
  }

  .dv-subir-complemento {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .dv-titulo-pagos {
    padding-left: 40px;
  }

  .fr-container-recibos-listado {
    width: 100%;
  }

  .fr-dv-btncerrar-partidas {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .btn-2 {
    width: 48px;
    height: 48px;
  }

    .btn-2.btn-carrusel-close {
      color: #b3b3b3;
    }

    .btn-2.btn-carrusel-nav {
      position: absolute;
      left: 0px;
      z-index: 99999;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 0px;
      margin-left: 0px;
      border-radius: 0px 3px 3px 0px;
      background-color: rgba(0, 0, 0, 0.85);
    }

      .btn-2.btn-carrusel-nav.carrusel-nav-derecha {
        right: 0px;
        border-radius: 3px 0px 0px 3px;
      }

  .se-dv-btn-cerrar {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .se-modal-pdf-viewer {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-modal-pdf-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .se-pop-pdf-viewer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-pdf-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .setbb-icon {
    line-height: 1.1em;
  }

  .set-button-icon {
    line-height: 1.1em;
  }

  .modal-osi {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
  }

    .modal-osi.display-none {
      display: none;
    }

  .modal-osi-container {
    width: 100%;
    max-height: 400px;
    max-width: 500px;
  }

  .bel-ab-icon {
    line-height: 1.1em;
  }

  .dv-buzon {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .fal-400-icono-badge {
    line-height: 1.1em;
  }

  .buzon-dv-guardar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .buzon-principal {
    min-height: 500px;
    min-width: 1100px;
  }

  .fa-400-icon {
    line-height: 1.1em;
  }

  .re-modal-pdf-viewer {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .re-dv-btn-cerrar {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .re-pop-pdf-viewer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .re-modal-pdf-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .re-pdf-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ev-btn-cerrar-div {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .modal-comentario {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-pop-coment {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .btn-3 {
    width: 48px;
    height: 48px;
  }

  .h-comentario-container {
    border-radius: 0px;
  }

  .se-icono-pdf-edit {
    line-height: 1.1em;
  }

  .icono-circle {
    line-height: 1.1em;
  }

  .re-icon-exito {
    line-height: 1.1em;
  }

  .se-icon-error {
    line-height: 1.1em;
  }

  .icono-adjust {
    line-height: 1.1em;
  }

  .se-icono-da-edit {
    line-height: 1.1em;
  }

  .se-icono-da {
    line-height: 1.1em;
  }

  .se-icon-exito {
    line-height: 1.1em;
  }

  .se-icono-pdf {
    line-height: 1.1em;
  }

  .re-icon-error {
    line-height: 1.1em;
  }

  .modal-ayuda {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .modal-ayuda.display-none {
      display: none;
    }

  .modal-ayuda-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .cair-icon {
    line-height: 1.1em;
  }

  .ma-exito-icon {
    line-height: 1.1em;
  }

  .se-confirm-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .se-dv-titulo-coment-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .se-modal-confirmar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .se-modal-confirmar.display-none {
      display: none;
    }

  .ucc-dv {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-div-titulos {
    font-size: 13px;
  }

  .usuario-modal-confirmar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .usuario-modal-confirmar.display-none {
      display: none;
    }

  .uc-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .uc-btn-cerrar-div {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .modal-manual {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .modal-manual.display-none {
      display: none;
    }

  .modal-manual-container {
    width: 400px;
    max-width: 100%;
    min-width: 400px;
  }

  .mrow-icon {
    line-height: 1.1em;
  }

  .m-entrada {
    border-radius: 0px;
  }

  .me-titulo {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

    .me-titulo.titulofiltros {
      padding-left: 43px;
    }

  .divider {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .met-logo-dv {
    left: 0px;
  }

  .met-titulo {
    font-size: 32px;
  }

  .manual-dv-fab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mw-side-bar-left {
    display: none;
    width: 400px;
    max-width: 100%;
    min-width: 400px;
  }

  .mw-side-bar-right {
    width: 400px;
    max-width: 100%;
    min-width: 400px;
  }

  .met-subtitulo {
    font-size: 26px;
  }

  .mec-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .ligamenudropdown-2 {
    margin-top: 5px;
    padding-left: 40px;
    background-color: transparent;
    line-height: 14px;
  }

    .ligamenudropdown-2:hover {
      border-radius: 5px;
      background-color: hsla(0, 0%, 100%, 0.1);
    }

    .ligamenudropdown-2.w--current {
      padding-right: 40px;
      padding-left: 40px;
      border-radius: 5px;
      background-color: #009639;
      color: #fff;
    }

  .re-pop-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .re-pop-titulos-res {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .re-pop-revisar-eir {
    position: absolute;
    width: 600px;
    height: 600px;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 600px;
    border-radius: 0px;
  }

  .logo-2 {
    display: block;
  }

  .se-pop-subir-da {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .heading-2 {
    display: block;
  }

  .se-modal-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .navicon-2 {
    color: #009639;
  }

  .se-modal-confirmar-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .se-modal-confirmar-2.display-none {
      display: none;
    }

  .topnavlink-2 {
    display: block;
    width: 80%;
    color: #002c5d;
    line-height: 1em;
    font-weight: 500;
  }

  .re-icon-error-2 {
    line-height: 1.1em;
  }

  .fondomenuslide-2 {
    display: none;
    overflow: auto;
    width: 280px;
    margin-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/login.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/login.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, 2958px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .se-dv-ucp-contenedor {
    width: 300px;
  }

  .re-pop-revisar-ci {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .topnavbar-2 {
    display: block;
    background-color: transparent;
  }

  .se-btn-back-da {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .re-modal-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .re-pop-revisar-da {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .lfr-dv-upload {
    width: 300px;
  }

  .ev-modal-contacto {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .re-pop-res-contenido {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-pop-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .se-pop-subir-eir {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-confirmar-dv {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-preview-times {
    line-height: 1.1em;
  }

  .re-modal-revisar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 650px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topnavtitulo-2 {
    color: #009639;
  }

  .logo-m {
    display: none;
  }

  .re-pop-revisar-cp {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-pop-subir {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-pop-subir-cp {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .se-dv-titulo-contact {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lrf-upload-el {
    width: 300px;
  }

  .re-modal-container-da {
    display: none;
    width: 600px;
    height: 600px;
    max-height: 100%;
    max-width: 100vw;
    min-height: 600px;
    min-width: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .topnavbarwrapper-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0 #707070;
  }

  .se-dv-upload-cp {
    width: 300px;
  }

  .botonhamburguesa-2 {
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    color: #009639;
    font-size: 32px;
    line-height: 32px;
  }

    .botonhamburguesa-2.w--open {
      background-color: transparent;
    }

  .re-modal-container-res {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .se-pop-coment-2 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .ev-contacto-dv {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .topnavizq-2 {
    position: static;
    padding-right: 0px;
    padding-left: 20px;
  }

  .ev-contact-container {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .se-modal-subir {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-modal-comentarios {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-pop-titulos-eir.se-pop-titulos {
    border-radius: 0px;
  }

  .ev-titulo-container {
    font-size: 13px;
  }

  .se-pop-subir-pos {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .maincontent-2 {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    padding-top: 80px;
    padding-left: 0px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .dv-se {
    position: relative;
    overflow: auto;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .sidebar-2 {
    display: none;
  }

  .se-pop-subir-ci {
    position: absolute;
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 60px;
    border-radius: 0px;
  }

  .nav-div-nav-2 {
    display: none;
  }

  .mainwrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fa-icono-badge-2 {
    line-height: 1.1em;
  }
}

@media screen and (max-width: 767px) {
  .body.scrollfijo {
    overflow: visible;
  }

  .maincontent.login {
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 0px;
  }

  .maincontent.completar {
    padding-top: 0px;
  }

  .fondomenuslide {
    z-index: 100;
  }

  .heading {
    line-height: 1.2em;
    font-weight: 400;
  }

  .navcentral {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .topnavizq {
    padding-left: 0px;
  }

  .topnavderecho {
    padding-right: 10px;
  }

  .divencabezadopagina {
    padding-top: 10px;
  }

    .divencabezadopagina.login {
      padding-top: 20px;
    }

  .div-noticias {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .titulonoticia {
    min-height: 2.5em;
  }

    .titulonoticia.detalle {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

  .noticia-titulo-texto.detalle {
    font-size: 1.3em;
  }

  .divbotontarjetawrapper {
    z-index: 1;
    display: none;
    -webkit-transform-origin: 100% 50% 0px;
    -ms-transform-origin: 100% 50% 0px;
    transform-origin: 100% 50% 0px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .botontarjeta:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }

  .btn.verde {
    position: relative;
    right: 0px;
    bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .botontarjetaescritorio {
    z-index: -1;
    display: none;
  }

  .divhoverescritorio {
    display: none;
  }

  .dvfacturas.div-noticias {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dvfacturas.sec-noticias {
    padding-right: 24px;
    padding-left: 24px;
  }

  .dvfrheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .frdvformaseleccion.pp-dvcombo {
    padding-right: 6px;
    padding-left: 6px;
  }

  .fr-recibos-tarjetas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fr-div-filtros {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-dvcentrado {
    height: 100%;
    border-radius: 0px;
  }

  .fr-dvfiltro {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-encabezadofiltros.titulofiltros {
    padding-left: 22px;
  }

  .fr-aplicarfiltros.plano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
  }

  .fr-aplicarfiltros.display-none {
    display: none;
  }

  .fr-aplicarfiltros.plano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
  }

  .fr-divfiltroswrapper {
    height: 100%;
  }

  .fr-dvcampos1 {
    height: auto;
    min-height: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .fr-wizzard.fr-wnavegacion {
    padding-top: 0em;
    padding-bottom: 0.5em;
  }

  .fr-wpaso1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fr-wpaso2 {
    height: 100%;
  }

    .fr-wpaso2.display-none {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

  .fr-wpaso3 {
    display: none;
    height: 100%;
  }

  .fr-wnav {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .fr-dvbotones {
    position: fixed;
  }

  .fr-dvulvalidaciones {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-ulvalidacionesli {
    margin-bottom: 0px;
  }

  .fr-ulvallidescripcion {
    line-height: 1.2em;
  }

  .fr-wrmenu.desktop {
    display: none;
  }

  .fr-wrmenu.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top-style: none;
    border-top-width: 0px;
  }

  .fr-wrmenu.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    border-top-style: none;
    border-top-width: 0px;
  }

  .fr-wcmenu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .fr-wtmenu {
    left: 2em;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 400;
  }

  .fr-wactualp.fr-wactualp1 {
    padding-left: 0.3em;
  }

  .fr-wfainactivo1.fr-wmenuiconomovil {
    display: none;
  }

  .fr-wfaactivo1.fr-wmenumovil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #009639;
    font-size: 24px;
  }

  .fr-wfaactivo1.fr-wmenuiconomovil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #d80027;
    font-size: 24px;
  }

  .fr-wfainactivo2.fr-wmenuiconomovil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .fr-wfaactivo2.fr-wmenuiconomovil {
    display: none;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #009639;
    font-size: 24px;
    line-height: 36px;
  }

  .fr-wfaactivo2.fr-wmenuiconomovil {
    display: none;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .fr-wfainactivo3 {
    color: #009639;
  }

    .fr-wfainactivo3.fr-wmenuiconomovil {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: 'Fontawesome webfont', sans-serif;
      color: #707070;
      font-size: 24px;
      line-height: 36px;
    }

  .fr-wfaactivo3 {
    display: none;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #009639;
    font-size: 24px;
    line-height: 36px;
  }

    .fr-wfaactivo3.fr-wmenumovil {
      display: none;
    }

  .fr-fadvmovilinterior {
    position: static;
    left: 30%;
    right: 0px;
    bottom: 1px;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: #009639;
  }

  .fr-fadvmovil {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 8px;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .fr-tarjetarecibo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

    .fr-tarjetarecibo.empty {
      display: none;
    }

  .fr-trulinterior {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
  }

  .fr-dvcentradorecibos {
    width: 100%;
  }

  .fr-paso1forma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 320px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .fr-p1combos {
    margin-bottom: 0px;
  }

  .pp-dvcalendario {
    padding-right: 7px;
    padding-left: 7px;
  }

  .pp-dvcombo {
    max-width: 100%;
  }

  .pp-textodd {
    overflow: visible;
    font-size: 0.9em;
  }

  .frbtngridtarjeta.desktop {
    display: none;
  }

  .frbtngridtarjeta.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top-style: none;
    border-top-width: 0px;
  }

  .frbtntabla {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .frbtntarjeta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .appletogglefr {
    display: none;
  }

  .fr-toggletarjetatabla {
    display: none;
  }

  .noticia-completa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-recibos-tarjetas-final {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dv-programacion-pagos {
    overflow: hidden;
  }

    .dv-programacion-pagos.div-noticias {
      padding-right: 0px;
      padding-left: 0px;
    }

  .loginaside {
    display: none;
  }

  .herologinsubtitle {
    display: none;
  }

  .herologintitle {
    display: none;
  }

  .login-panel {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .u-logincampos.dvlogin {
    width: 100%;
    max-width: 100vw;
  }

  .xml-filtros.campoedicionusuario.combo-fr {
    width: 100%;
  }

  .completarpanel {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .divencabezadopaginapad {
    padding-top: 10px;
  }

  .dvgridusuarios {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recibos-dvbotones {
    position: fixed;
  }

  .cfdi-tarjetafactura {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

    .cfdi-tarjetafactura.empty {
      display: none;
    }

  .fr-wpaso4 {
    height: 100%;
  }

  .uploaddiv {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .fr-dvupload {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-dvsubirarchivos {
    overflow: auto;
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-dvcentrado-upload {
    width: 100%;
    height: 100%;
    min-width: 500px;
    border-radius: 0px;
  }

  .cfdi-dvcampos {
    height: auto;
    min-height: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .cfdi-desbloqueo {
    padding-right: 7px;
    padding-left: 7px;
  }

  .historico-desbloqueo-div {
    padding-right: 7px;
    padding-left: 7px;
  }

  .fr-dv-campos {
    height: auto;
    min-height: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .cfdi-dv-filtros {
    height: 100%;
  }

  .fr-dv-filtros {
    height: 100%;
  }

  .fr-div-filtros-ix {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-cbo-filtros {
    width: 100%;
  }

  .pp-modal-facturas {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pp-etiqueta-filtros.titulofiltros {
    padding-left: 22px;
  }

  .pp-pop-facturas {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .pp-div-fecha {
    display: none;
  }

  .html-grid-prog-pagos {
    padding-right: 12px;
    padding-left: 12px;
  }

  .pp-pop-detalle {
    height: 100%;
    border-radius: 0px;
  }

  .pp-pop-detalle-flip {
    height: 100%;
    border-radius: 0px;
  }

  .pp-pop-detalle-grow {
    height: 100%;
    border-radius: 0px;
  }

  .pp-etiqueta-filtros-detale.titulofiltros {
    padding-left: 22px;
  }

  .pp-detalle-titulos {
    height: 60px;
  }

  .pp-factura-filtros {
    padding-right: 50px;
    padding-left: 50px;
  }

  .titulo-upload {
    min-height: 2.5em;
  }

    .titulo-upload.detalle {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

  .modal-noticias {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-carrusel {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .noticia-titulo-movil {
    min-height: 2.5em;
  }

    .noticia-titulo-movil.detalle {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

  .noticia-completa-fecha-texto {
    width: 250px;
    min-width: 250px;
  }

  .noticia-completa-titulo-texto.detalle {
    font-size: 1.3em;
  }

  .carrusel-rojo {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .carrusel-control {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .carrusel-titulos.titulofiltros {
    padding-left: 22px;
  }

  .carrusel-titulo {
    font-size: 1.2em;
  }

  .carrusel-flat {
    border-radius: 0px;
  }

  .carrusel-titulos-black {
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

    .carrusel-titulos-black.titulofiltros {
      padding-left: 22px;
    }

  .carrusel-icono {
    display: none;
  }

  .dv-listado {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-editor {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .editor-container {
    height: 100%;
  }

  .kendo-editor {
    height: 100%;
  }

  .editor-titulo {
    padding-top: 10px;
  }

    .editor-titulo.login {
      padding-top: 20px;
    }

  .dv-editor-campos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .editor-fab {
    position: fixed;
  }

  .dv-reporte-recibos {
    overflow: hidden;
  }

    .dv-reporte-recibos.div-noticias {
      padding-right: 0px;
      padding-left: 0px;
    }

  .dv-reporte-pagos {
    overflow: hidden;
  }

    .dv-reporte-pagos.div-noticias {
      padding-right: 0px;
      padding-left: 0px;
    }

  .exclusion-dv-listbox {
    padding-right: 7px;
    padding-left: 7px;
  }

  .comentario-container {
    height: 100%;
  }

  .filtros-exclusion {
    overflow: visible;
    width: 350px;
    background-color: #f2f2f2;
  }

  .fr-tarjetas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dv-editor-campos-proc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toggleswitch {
    display: none;
  }

  .dv-facturas.div-noticias {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dv-facturas.sec-noticias {
    padding-right: 24px;
    padding-left: 24px;
  }

  .fr-w-paso1 {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fr-paso1-dv-botones.pp-dvcombo {
    padding-right: 6px;
    padding-left: 6px;
  }

  .fr-w-paso2 {
    height: 100%;
  }

    .fr-w-paso2.display-none {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

  .fr-w-paso3 {
    display: none;
    height: 100%;
  }

  .uploaddiv-2 {
    width: 240px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .titulo-upload-2 {
    min-height: 2.5em;
  }

  .fr-filtros-dvcentrado {
    height: 100%;
    border-radius: 0px;
  }

  .carrusel-oc-flat {
    border-radius: 0px;
  }

  .oc-car-control {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .oc-car-subtitulo {
    width: 100%;
    margin-left: 0px;
  }

  .oc-car-titulo {
    font-size: 1.2em;
  }

  .oc-carrusel-titulos-black {
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

    .oc-carrusel-titulos-black.titulofiltros {
      padding-left: 22px;
    }

  .oc-car-logo {
    display: none;
  }

  .ocd-li {
    max-width: 100%;
  }

  .ocd-table-div {
    border-style: none;
  }

  .ocd-table-sec-header {
    margin-bottom: 20px;
  }

  .ocd-titulo {
    font-size: 1.2em;
  }

  .ocd-table-header {
    display: none;
  }

  .ocd-table-cell {
    width: 50%;
  }

    .ocd-table-cell.ocd-tc-c2 {
      width: 50%;
    }

    .ocd-table-cell.ocd-tc-c3 {
      width: 50%;
    }

    .ocd-table-cell.ocd-tc-c4 {
      width: 50%;
    }

    .ocd-table-cell.ocd-tc-c5 {
      width: 50%;
    }

    .ocd-table-cell.ocd-tc-c6 {
      width: 50%;
    }

    .ocd-table-cell.ocdt-lbl-m {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

  .ocd-table-cell-h1 {
    text-align: left;
  }

  .ocd-table-cell-h2 {
    text-align: left;
  }

  .ocd-table-row {
    margin: 0px 20px 20px;
    padding: 20px 20px 10px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #f5f6f6;
    box-shadow: 1px 3px 8px 0 hsla(0, 0%, 43.9%, 0.28);
  }

  .ocd-table-cell-r {
    text-align: right;
  }

  .oc-titulos-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .oc-car-titulo-ocn {
    position: static;
    font-size: 1.2em;
  }

  .oc-titulos-sec {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .carrusel-oc-flat-politica {
    border-radius: 0px;
  }

  .modal-carrusel-p {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-carrusel-l {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .oc-carrusel-icono {
    display: none;
  }

  .carrusel-oc-flat-p {
    border-radius: 0px;
  }

  .ocd-table-cell-p.ocd-tc-c2 {
    width: 50%;
  }

  .ocd-table-cell-p.ocd-tc-c3 {
    width: 50%;
  }

  .ocd-table-cell-p.ocd-tc-c4 {
    width: 50%;
  }

  .ocd-table-cell-p.ocd-tc-c5 {
    width: 50%;
  }

  .ocd-table-cell-p.ocd-tc-c6 {
    width: 50%;
  }

  .ocd-table-cell-p.ocdt-lbl-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .oc-titulos-div-p {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .oc-carrusel-titulos-black-p {
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
  }

    .oc-carrusel-titulos-black-p.titulofiltros {
      padding-left: 22px;
    }

  .dv-exclusion {
    overflow: auto;
  }

    .dv-exclusion.div-noticias {
      padding-right: 0px;
      padding-left: 0px;
    }

  .fr-w-paso1-2 {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 350px;
    -webkit-flex: 350px;
    -ms-flex: 350px;
    flex: 350px;
  }

  .html-fr-combo-2 {
    width: 100%;
  }

  .fr-wfainactivo3-2.fr-wmenuiconomovil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

  .cfdi-ul-validacionesli {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .uploaddiv-3 {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .fr-ulvalidaciones-2 {
    max-width: 100%;
  }

  .fr-wfaactivo3-2 {
    display: none;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #dc143c;
    font-size: 24px;
    line-height: 36px;
  }

    .fr-wfaactivo3-2.fr-wmenuiconomovil {
      display: none;
    }

  .cfdi-subirarchivos-2 {
    max-width: 100%;
  }

  .fr-fadvmovilinterior-2 {
    position: static;
    left: 30%;
    right: 0px;
    bottom: 1px;
    width: 50px;
    height: 4px;
    min-height: 4px;
    border-radius: 2px;
    background-color: #d80027;
  }

  .fr-wactualp-2.fr-wactualp1 {
    padding-left: 0.3em;
  }

  .fr-ulvalidacionesli-2 {
    max-width: 100%;
    margin-bottom: 0px;
    list-style-type: none;
  }

  .fr-wfainactivo4.fr-wmenuiconomovil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }

  .fr-dvulvalidaciones-2 {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-dvsubirarchivos-2 {
    overflow: auto;
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cfdi-ul-validaciones-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-wfaactivo4 {
    display: none;
    font-family: 'Fontawesome webfont', sans-serif;
    color: #dc143c;
    font-size: 24px;
    line-height: 36px;
  }

    .fr-wfaactivo4.fr-wmenuiconomovil {
      display: none;
    }

  .fr-ulvallidescripcion-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2em;
  }

  .fr-wpaso4-2 {
    height: 100%;
  }

  .fr-wpaso3-2 {
    display: none;
    height: 100%;
  }

  .cambiarpanel {
    width: 100%;
    height: 100%;
    min-height: 550px;
    border-radius: 0px;
  }

  .fr-container-recibos-listado {
    width: 100%;
  }

  .btn-2.verde {
    position: relative;
    right: 0px;
    bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .se-modal-pdf-viewer {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .se-pop-pdf-viewer {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-pdf-titulos {
    padding-right: 50px;
    padding-left: 50px;
  }

  .se-tarjeta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

    .se-tarjeta.empty {
      display: none;
    }

  .modal-osi {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dv-buzon {
    overflow: auto;
  }

  .re-modal-pdf-viewer {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .re-pop-pdf-viewer {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .re-pdf-titulos {
    padding-right: 50px;
    padding-left: 50px;
  }

  .modal-comentario {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .se-pop-coment {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-dv-info-hroc {
    display: none;
  }

  .se-dv-titulo-coment {
    padding-right: 50px;
    padding-left: 50px;
  }

  .h-comentario-container {
    width: 100%;
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .fr-ulvallidescripcion-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2em;
  }

  .temp-li {
    max-width: 100%;
    margin-bottom: 0px;
    list-style-type: none;
  }

  .modal-ayuda {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-ayuda-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ayuda-titulo {
    padding-top: 10px;
  }

    .ayuda-titulo.login {
      padding-top: 20px;
    }

  .ayuda-izquierda {
    width: 100%;
    padding: 40px 20px;
  }

  .ayuda-derecha {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dv-ayuda-titulo {
    padding-top: 10px;
  }

    .dv-ayuda-titulo.login {
      padding-top: 20px;
    }

  .se-dv-titulo-coment-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .se-modal-confirmar {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ucc-dv {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .usuario-modal-confirmar {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-manual {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-manual-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .manual-contenido {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dv-manual-titulo {
    padding-top: 10px;
  }

    .dv-manual-titulo.login {
      padding-top: 20px;
    }

  .m-entrada {
    border-radius: 0px;
  }

  .me-titulo {
    height: auto;
  }

    .me-titulo.titulofiltros {
      padding-left: 22px;
    }

  .met-titulo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 32px;
  }

  .mec-li {
    max-width: 100%;
  }

  .manual-dv-fab {
    position: fixed;
  }

  .mw-side-bar-left {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mw-side-bar-right {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .met-subtitulo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 26px;
  }

  .md-sb {
    right: 20px;
    max-width: 100%;
  }

  .re-pop-titulos {
    padding-right: 50px;
    padding-left: 50px;
  }

  .re-pop-titulos-res {
    padding-right: 50px;
    padding-left: 50px;
  }

  .re-pop-revisar-eir {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .logo-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .se-pop-subir-da {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .heading-2 {
    line-height: 1.2em;
  }

  .se-modal-confirmar-2 {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fondomenuslide-2 {
    z-index: 100;
  }

  .se-dv-ucp-contenedor {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .re-pop-revisar-ci {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .lfr-dv-titulo {
    min-height: 2.5em;
  }

  .re-pop-revisar-da {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .lfr-dv-upload {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .filanav-2 {
    overflow: hidden;
  }

  .ev-modal-contacto {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .re-pop-res-contenido {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-pop-titulos {
    padding-right: 50px;
    padding-left: 50px;
  }

  .se-pop-subir-eir {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-confirmar-dv {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .re-modal-revisar {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-aplicarfiltros-2.plano {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px;
  }

  .re-pop-revisar-cp {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-pop-subir {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-pop-subir-cp {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .se-dv-titulo-contact {
    padding-right: 50px;
    padding-left: 50px;
  }

  .lrf-upload-el {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .se-dv-upload-cp {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .se-pop-coment-2 {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .ev-contacto-dv {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .topnavizq-2 {
    max-height: 100%;
    padding-left: 0px;
  }

  .se-modal-subir {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .se-modal-comentarios {
    overflow: auto;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .se-pop-subir-pos {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .dv-se {
    overflow: hidden;
  }

  .se-pop-subir-ci {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
  }

  .mainwrapper-2 {
    height: 100%;
  }

  .cp-chips {
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .topnavbar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #000;
  }

  .navicon {
    font-size: 1em;
  }

  .mainwrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .maincontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

    .maincontent.navnav {
      padding: 80px 0px 0px;
    }

  .topnavbarwrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #21f665;
  }

  .topnavtitulo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .filanav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navcentral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .divtitulopagina {
    padding-left: 12px;
  }

  .div-noticias {
    padding-right: 20px;
    padding-left: 20px;
  }

    .div-noticias.detalle {
      overflow: auto;
      padding-right: 0px;
      padding-left: 0px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }

  .noticias.completa {
    padding-right: 0px;
    padding-left: 0px;
  }

  .noticias.completa-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .noticia-titulo-texto {
    font-size: 1.1em;
  }

  .noticia-titulo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .divbotontarjetawrapper {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }

  .dvfacturas {
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dvfrseleccionar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dvfrforma {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fr-dvwizzard {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .dvfrheader {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dvfrtitulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dvfrbtnregresar {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }

  .headingfr {
    height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    text-align: justify;
  }

  .frtablink {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .frdvformaseleccion {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

    .frdvformaseleccion.fr-filtros {
      position: relative;
      height: auto;
      max-height: 160px;
      min-height: 80px;
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-top-style: none;
      border-top-width: 0px;
      background-color: #fff;
    }

    .frdvformaseleccion.pp-dvcombo {
      max-width: 100%;
      min-width: 320px;
      padding-right: 0px;
      padding-left: 0px;
    }

  .fr-dv1seleccion.filtros {
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 120px;
    min-height: 120px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px;
  }

  .fr-recibos-tarjetas {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0.8em;
  }

  .html-embed {
    position: static;
  }

  .fr-div-filtros.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fr-dvcentrado {
    min-height: 100px;
    padding-bottom: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fr-dvfiltro {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-aplicarfiltros.plano {
    margin-bottom: 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .fr-aplicarfiltros.plano.fr-btnquitarfiltros {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

  .fr-aplicarfiltros.plano {
    margin-bottom: 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-color: #006B37;
  }

  .personalddtoggle {
    display: block;
    min-width: 100%;
    padding-right: 40px;
    padding-left: 6px;
  }

  .personalddicono {
    width: 40px;
  }

  .personalddtext {
    font-size: 1em;
  }

  .fr-dvcampos1 {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

    .fr-dvcampos1.fr-trmodalinputs {
      width: 100%;
    }

  .frheadertext {
    color: #7b7b7b;
    font-size: 1em;
    line-height: 1em;
  }

  .fr-wizzard {
    display: none;
  }

    .fr-wizzard.fr-wpaso3 {
      overflow: auto;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
    }

    .fr-wizzard.fr-wnavegacion {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
      align-content: space-around;
    }

  .fr-wtexto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-wpaso1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
  }

  .fr-wpaso2 {
    overflow: auto;
    min-height: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

    .fr-wpaso2.display-none {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }

  .fr-wpaso3 {
    display: none;
    overflow: auto;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fr-wnav {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .demo-wizard {
    height: auto;
  }

  .paso-anterior {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    max-width: 75px;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .right-arrow {
    margin-bottom: 50px;
  }

  .fr-wbtnnav {
    width: 140px;
  }

    .fr-wbtnnav.boton-paso2 {
      width: 140px;
    }

    .fr-wbtnnav.fr-pasofinalocultar {
      width: 120px;
    }

  .fr-dvbotones {
    right: 5px;
    bottom: 78px;
  }

  .fr-dvdatosfactura {
    overflow: hidden;
  }

  .fr-validacionesdatos1 {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-ulvalidaciones {
    overflow: visible;
    max-width: 100%;
    padding-left: 5px;
  }

  .fr-dvulvalidaciones {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fr-ulvalidacionesli {
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1em;
    line-height: 1em;
  }

  .fr-ulvallifa {
    font-size: 1em;
  }

    .fr-ulvallifa.pdf {
      padding-right: 5px;
    }

  .fr-ulvallidescripcion {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.1em;
  }

    .fr-ulvallidescripcion.fr-adjuntos {
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }

      .fr-ulvallidescripcion.fr-adjuntos.textolargo {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        font-size: 1em;
      }

  .fr-ulvalxmletiqueta.etiquetapf {
    min-width: 140px;
  }

  .fr-wrmenu.desktop {
    display: none;
  }

  .fr-wrmenu.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-wrmenu.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-wcmenu {
    height: 30px;
    padding-right: 0px;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr-wtmenu {
    left: 25px;
    display: none;
    font-size: 1em;
  }

    .fr-wtmenu.fr-wtmenu1 {
      left: 25px;
    }

  .fr-wactualp.fr-wactualp1 {
    display: none;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fr-wmenupaloma {
    display: block;
  }

  .quelepasa {
    display: none;
    width: 32px;
    height: 32px;
  }

    .quelepasa.quelepasa32 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 24px;
      height: 24px;
    }

  .fr-wmenuiconomovil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Fontawesome webfont', sans-serif;
    font-size: 24px;
    line-height: 36px;
  }

    .fr-wmenuiconomovil.blanco {
      color: #d80027;
    }

  .fr-wfainactivo1.fr-wmenuiconomovil {
    display: none;
  }

  .fr-wfaactivo1.fr-wmenumovil {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fr-wfaactivo1.fr-wmenuiconomovil {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d80027;
  }

  .fr-wfaactivo2.fr-wmenuiconomovil {
    display: none;
  }

  .fr-wfaactivo2.fr-wmenuiconomovil {
    display: none;
  }

  .fr-wfaactivo3 {
    display: none;
  }

  .fr-fadvmovilinterior {
    width: 35px;
  }

  .fr-trdvtitulos {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-width: 0px;
  }

  .fr-recibo-tr-descripcion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .fr-recibo-tr-etiqueta {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-tarjetarecibo {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 1px solid #e5e5e5;
  }

  .fr-trdvul {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-style: none;
    border-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .fr-recibo-tr-li {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .fr-recibo-tr-li.fr-trlimodal {
      margin-bottom: 1em;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }

  .fr-trul {
    height: auto;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .fr-trulinterior {
    min-width: 200px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-trdvpaloma.palomacentralizada {
    position: relative;
    left: 45%;
    right: 0px;
    bottom: 10px;
  }

  .fr-trdvmenu {
    width: 100%;
    height: 62px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .frmodrecibos.display-none {
    display: none;
  }

  .fr-dvcentradorecibos {
    width: 100%;
    height: 480px;
    min-height: 450px;
  }

  .fr-trdvmenuicono.lapiz:hover {
    border-bottom-right-radius: 0px;
  }

  .fr-trdvmenuicono.fr-trojo {
    border-bottom-right-radius: 0px;
  }

  .fr-trdvedicion {
    max-height: 300px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .fr-btn-modal {
    width: 100%;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-dv-modal-btn-recibo {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fr-trmoddvdetalle {
    width: 100%;
  }

  .fr-trmodalul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .fr-tretiquetamodal {
    margin-right: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1.1em;
  }

  .fr-paso1forma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dvfriconoadjuntos {
    margin-right: 12px;
  }

  .fr-dvpasofinal {
    width: 100%;
    height: 230px;
    min-height: 230px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fr-dviconopasofinal {
    padding-right: 0px;
  }

  .pp-dvprincipal {
    width: 100%;
  }

  .pp-dvcombo {
    width: 100%;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pp-dvforma {
    width: 100%;
  }

  .pp-textodd {
    font-size: 1.1em;
  }

  .frbtngridtarjeta.desktop {
    display: none;
  }

  .frbtngridtarjeta.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .frbtntabla {
    height: 30px;
    padding-right: 0px;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frbtntarjeta {
    height: 30px;
    padding-right: 0px;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fr-recibos-tabla {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .fr-dviconoexcel {
    margin-right: 12px;
  }

  .pp-totales {
    font-size: 13px;
  }

  .noticia-completa.completa {
    padding-right: 0px;
    padding-left: 0px;
  }

  .noticia-completa.completa-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .fr-recibos-tarjetas-final {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .ppfiltros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .dv-programacion-pagos {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .el-notificacion {
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
    text-align: center;
  }

  .dvfriconomensaje {
    margin-right: 12px;
  }

  .dvfriconomensaje-ok {
    margin-right: 12px;
  }

  .pptextofiltros {
    padding-right: 30px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ppiconofiltros {
    margin-right: 6px;
  }

  .iconoactivo {
    display: block;
  }

  .iconoinactivo {
    display: block;
  }

  .pp {
    width: 100%;
  }

  .formaforma {
    width: 100%;
  }

  .login-panel {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dvlogin {
    max-width: 100vw;
  }

  .u-logincampos.dvlogin {
    padding-right: 20px;
    padding-left: 20px;
  }

  .completarpanel {
    padding-right: 10px;
    padding-left: 10px;
  }

  .enviar {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .noticia-detalle {
    overflow: hidden;
  }

  .dvgridusuarios {
    padding-right: 20px;
    padding-left: 20px;
  }

    .dvgridusuarios.detalle {
      padding-right: 0px;
      padding-left: 0px;
    }

  .modal.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recibosfiltros {
    width: 100%;
  }

  .dvrecibosfiltros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .recibos-dviconoexcel {
    margin-right: 12px;
  }

  .recibos-dvbotones {
    right: 5px;
    bottom: 78px;
  }

  .dv-pptextofiltros {
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pdpfiltros {
    width: 100%;
  }

  .dvpagosfiltros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .pagosfiltros {
    width: 100%;
  }

  .cfdi-dviconopasofinal {
    padding-right: 0px;
  }

  .cfdi-tarjetafactura {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 1px solid #e5e5e5;
  }

  .fr-wpaso4 {
    overflow: auto;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cfdi-subirarchivos {
    overflow: hidden;
  }

  .uploaddiv {
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .fr-dvupload.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fr-dvsubirarchivos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .fr-dvcentrado-upload {
    width: 360px;
    height: 640px;
    max-height: 640px;
    max-width: 360px;
    min-height: 640px;
    min-width: 360px;
    padding-bottom: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cfdi-ul-validaciones {
    overflow: visible;
    max-width: 100%;
    padding-left: 5px;
  }

  .cfdi-dvcampos {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

    .cfdi-dvcampos.fr-trmodalinputs {
      width: 100%;
    }

  .cfdifiltros {
    width: 100%;
  }

  .fasearch {
    font-size: 1em;
  }

  .fr-wmenupaloma-2 {
    display: block;
  }

  .ccfiltros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .dvempresasdatos {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .desbloqueos-principal {
    width: 100%;
  }

  .dv-desbloqueo-filtros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .fa-icono-badge {
    font-size: 1em;
  }

    .fa-icono-badge.pdf {
      padding-right: 5px;
    }

  .html-100 {
    position: static;
  }

  .fr-dv-campos {
    width: 100vw;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

    .fr-dv-campos.fr-trmodalinputs {
      width: 100%;
    }

  .fr-seccion-tabla {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .fr-dv-filtros {
    margin-right: 20px;
    margin-left: 20px;
  }

  .btn-flat {
    width: 140px;
  }

    .btn-flat.boton-paso2 {
      width: 140px;
    }

    .btn-flat.fr-pasofinalocultar {
      width: 120px;
    }

  .drawer-content {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .recibos-filtros {
    width: 100%;
  }

  .desbloqueo-dv-guardar.filtros {
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 120px;
    min-height: 120px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px;
  }

  .fr-div-filtros-ix.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fr-cbo-filtros {
    width: 100%;
  }

  .slide-filter {
    overflow: auto;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .filter-action-button {
    margin-right: 6px;
  }

  .reporte-recibos {
    width: 100%;
  }

  .reporte-pagos {
    width: 100%;
  }

  .reporte-programacion {
    width: 100%;
  }

  .reporte-recepcion {
    width: 100%;
  }

  .pp-modal-facturas.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pp-div-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pp-pop-facturas {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pp-pop-detalle {
    min-height: 100px;
    padding-bottom: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pp-pop-detalle-flip {
    min-height: 100px;
    padding-bottom: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .pp-pop-detalle-grow {
    min-height: 100px;
    padding-bottom: 80px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .factura-grid-monto-div {
    width: 150px;
  }

  .pp-detalle-titulos.filtros {
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 120px;
    min-height: 120px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px;
  }

  .pp-factura-filtros.filtros {
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 120px;
    min-height: 120px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px;
  }

  .noticia-texto {
    position: static;
    overflow: scroll;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .titulo-upload {
    top: -15px;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 30px;
    padding: 0px;
  }

  .modal-noticias.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-carrusel.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .noticia-completa-fecha-texto {
    width: 240px;
    min-width: 240px;
  }

  .noticia-completa-titulo-texto {
    font-size: 1.1em;
  }

  .carrusel-rojo {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .noticia-carrusel {
    width: 100%;
  }

    .noticia-carrusel.completa {
      padding-right: 0px;
      padding-left: 0px;
    }

    .noticia-carrusel.completa-copy {
      padding-right: 0px;
      padding-left: 0px;
    }

  .carrusel-control {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .carrusel-titulo {
    margin-bottom: 0.3em;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
  }

  .carrusel-texto {
    overflow: hidden;
  }

  .carrusel-subtitulo {
    font-size: 0.7em;
    text-align: center;
  }

  .carrusel-flat {
    overflow: hidden;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .carrusel-titulos-black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .dv-listado {
    padding-right: 20px;
    padding-left: 20px;
  }

    .dv-listado.detalle {
      padding-right: 0px;
      padding-left: 0px;
    }

  .modal-editor.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dv-editor-campos {
    padding-right: 20px;
    padding-left: 20px;
  }

    .dv-editor-campos.detalle {
      padding-right: 0px;
      padding-left: 0px;
    }

  .dvmdinlineinputtextarea {
    width: 100%;
  }

  .editor-fab {
    right: 5px;
    bottom: 78px;
  }

  .dv-reporte-recibos {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dv-reporte-pagos {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .exclusion-filtros {
    width: 100%;
  }

  .dv-exclusion-titulos {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .fa-icono {
    font-size: 1em;
  }

    .fa-icono.pdf {
      padding-right: 5px;
    }

  .exclusion-dv-filtros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .exclusion-principal {
    width: 100%;
    margin-top: 60px;
  }

  .exclusion-principal-historico {
    width: 100%;
  }

  .pagos-filtros-valores {
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .pagos-filtro-pago {
    color: #7b7b7b;
    font-size: 1em;
    line-height: 1em;
  }

  .filtros-exclusion {
    top: 140px;
    right: 0px;
  }

  .fr-tarjetas {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .dv-editor-campos-proc {
    padding-right: 20px;
    padding-left: 20px;
  }

    .dv-editor-campos-proc.detalle {
      padding-right: 0px;
      padding-left: 0px;
    }

  .cfdi-tabla {
    position: static;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 1em;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cfdi-datos-factura {
    overflow: hidden;
  }

  .slide-settings {
    overflow: auto;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .settings-content {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .settings-action-button {
    margin-right: 6px;
  }

  .noticia-extracto-dv {
    overflow: hidden;
  }

  .settings-content-p {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .notifications-content {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
  }

  .slide-notifications {
    overflow: auto;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .fr-wmenupaloma-3 {
    display: block;
  }

  .dv-facturas {
    overflow: hidden;
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-w-paso1 {
    min-height: 300px;
  }

  .fr-paso1-dv-botones {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

    .fr-paso1-dv-botones.fr-filtros {
      position: relative;
      padding-top: 0px;
      padding-bottom: 0px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-top-style: none;
      border-top-width: 0px;
      background-color: #fff;
    }

    .fr-paso1-dv-botones.pp-dvcombo {
      max-width: 100%;
      min-width: 320px;
      padding-right: 0px;
      padding-left: 0px;
    }

  .fr-w-paso2 {
    overflow: auto;
    min-height: 300px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

    .fr-w-paso2.display-none {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }

  .fr-w-paso3 {
    display: none;
    overflow: auto;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fr-trli-2 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .fr-tretiqueta-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .uploaddiv-2 {
    position: relative;
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .cfdi-uploadtitulo-2 {
    padding-left: 0px;
  }

  .base-titulo-upload-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .titulo-upload-2 {
    position: absolute;
    left: 0px;
    top: -15px;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 30px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
  }

  .upload-titulo-texto {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 40px;
  }

  .fr-dv-botones.filtros {
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-height: 120px;
    min-height: 120px;
    padding-right: 6px;
    padding-left: 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-top: 1px solid #e5e5e5;
    border-radius: 0px;
  }

  .fr-filtros-dv-botones {
    position: static;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .fr-filtros-dv-botones.filtros {
      left: 0px;
      right: 0px;
      bottom: 0px;
      max-height: 120px;
      min-height: 120px;
      padding-right: 6px;
      padding-left: 6px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      border-top: 1px solid #e5e5e5;
      border-radius: 0px;
    }

  .fr-filtros-dvcentrado {
    width: 100%;
    min-height: 100px;
    padding-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .carrusel-oc-flat {
    overflow: hidden;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .oc-car-nota {
    width: 250px;
    font-size: 11px;
  }

  .oc-car-links {
    width: 110px;
  }

  .oc-car-control {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .oc-car-subtitulo {
    margin-left: 1px;
    font-size: 0.7em;
    text-align: left;
  }

  .oc-car-titulo {
    margin-bottom: 0.3em;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
  }

  .oc-carrusel-titulos-black {
    padding-right: 40px;
    padding-left: 10px;
  }

  .oc-slide-sec-b {
    overflow: hidden;
    padding-left: 0px;
  }

  .oc-carrusel-texto {
    overflow: hidden;
  }

  .oc-carrusel {
    width: 100%;
  }

    .oc-carrusel.completa {
      padding-right: 0px;
      padding-left: 0px;
    }

    .oc-carrusel.completa-copy {
      padding-right: 0px;
      padding-left: 0px;
    }

  .ocd-li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .ocd-li.fr-trlimodal {
      margin-bottom: 1em;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }

  .ocd-etiqueta {
    min-width: 40%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ocd-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .ocd-total {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ocd-titulo {
    margin-bottom: 0.3em;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
  }

  .ocd-subtitulo {
    font-size: 0.7em;
    text-align: center;
  }

  .ocd-lines {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .ocd-lines.fr-trlimodal {
      margin-bottom: 1em;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }

  .ocd-line {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ocd-line-tot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .ocd-table-cell-h1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ocd-table-cell-h2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ocd-table-row {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ocd-table-cell-r {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .oc-titulos-div {
    margin-right: 0px;
  }

  .oc-car-titulo-ocn {
    margin-bottom: 0.3em;
    font-size: 1em;
    line-height: 1em;
    text-align: right;
  }

  .carrusel-oc-flat-politica {
    overflow: hidden;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .modal-carrusel-p.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-carrusel-l.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .carrusel-oc-flat-p {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .oc-car-titulo-ocn-p {
    margin-bottom: 0.3em;
    text-align: right;
  }

  .oc-carrusel-titulos-black-p {
    padding-right: 40px;
    padding-left: 10px;
  }

  .dv-titulo-login {
    max-width: 100vw;
    padding-left: 12px;
  }

  .dv-exclusion {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-w-paso1-2 {
    min-height: 300px;
  }

  .fr-paso1-dv-botones-2 {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .cfdi-ul-validacionesli {
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1em;
    line-height: 1em;
  }

  .fr-wbtnnav-2 {
    width: 140px;
  }

    .fr-wbtnnav-2.boton-paso2 {
      width: 140px;
    }

    .fr-wbtnnav-2.fr-pasofinalocultar {
      width: 120px;
    }

  .uploaddiv-3 {
    position: relative;
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .fr-ulvalidaciones-2 {
    overflow: visible;
    max-width: 100%;
    padding-left: 5px;
  }

  .fr-wfaactivo3-2 {
    display: none;
  }

  .cfdi-subirarchivos-2 {
    overflow: hidden;
  }

  .fr-fadvmovilinterior-2 {
    width: 35px;
  }

  .fr-dvpasofinal-2 {
    width: 100%;
    height: 230px;
    min-height: 230px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .fr-wactualp-2.fr-wactualp1 {
    display: none;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fr-ulvalidacionesli-2 {
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1em;
    line-height: 1em;
  }

  .fr-dvulvalidaciones-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .fr-dvsubirarchivos-2 {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .cfdi-ul-validaciones-2 {
    overflow: visible;
    max-width: 100%;
    padding-left: 5px;
  }

  .dv-subir-complemento {
    padding-right: 0px;
    padding-bottom: 2%;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-wfaactivo4 {
    display: none;
  }

  .fr-ulvallidescripcion-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.1em;
  }

    .fr-ulvallidescripcion-2.fr-adjuntos {
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }

      .fr-ulvallidescripcion-2.fr-adjuntos.textolargo {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        font-size: 1em;
      }

  .fr-wpaso4-2 {
    display: none;
    overflow: auto;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fr-wpaso3-2 {
    display: none;
    overflow: auto;
    padding-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cambiarpanel {
    padding-right: 10px;
    padding-left: 10px;
  }

  .dv-titulo-pagos {
    padding-left: 40px;
  }

  .fr-container-recibos-listado {
    width: 100%;
    height: 480px;
    min-height: 450px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .fr-modal-partidas.display-none {
    display: none;
  }

  .se-pop-pdf-viewer {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-tarjeta {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border: 1px solid #e5e5e5;
  }

  .setbb-icon {
    font-size: 1em;
  }

  .set-header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-width: 0px;
  }

  .set-button-icon {
    font-size: 1em;
  }

  .set-buttons {
    width: 100%;
    height: 62px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .set-body {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-style: none;
    border-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .dv-titulo-filtro-fr {
    padding-left: 12px;
  }

  .modal-osi.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-osi-container {
    overflow: auto;
    min-width: 500px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .osi-botones {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bel-ab-icon {
    font-size: 1em;
  }

  .buzon-filtros {
    width: 100%;
  }

  .dv-buzon {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .buzon-dv-filtros {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .fal-400-icono-badge {
    font-size: 1em;
  }

  .buzon-principal {
    margin-top: 60px;
  }

  .fa-400-icon {
    font-size: 1em;
  }

  .re-pop-pdf-viewer {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-pop-coment {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .filter-action-button-2 {
    margin-right: 6px;
  }

  .recibos-dvbotones-2 {
    right: 10px;
    bottom: 10px;
  }

  .h-comentario-container {
    width: 100%;
    height: 400px;
    max-height: 100%;
    max-width: 100%;
    min-height: 400px;
    min-width: 100%;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .comentario-text {
    max-height: 100%;
  }

  .se-icono-pdf-edit {
    font-size: 1em;
  }

  .icono-circle {
    font-size: 1em;
  }

  .fr-ulvallidescripcion-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.1em;
  }

  .re-icon-exito {
    font-size: 1em;
  }

  .se-icon-error {
    font-size: 1em;
  }

  .icono-adjust {
    font-size: 1em;
  }

  .temp-li {
    max-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1em;
    line-height: 1em;
  }

  .se-icono-da-edit {
    font-size: 1em;
  }

  .se-icono-da {
    font-size: 1em;
  }

  .se-icon-exito {
    font-size: 1em;
  }

  .se-icono-pdf {
    font-size: 1em;
  }

  .re-icon-error {
    font-size: 1em;
  }

  .modal-ayuda.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-ayuda-container {
    min-width: 360px;
  }

  .cair-valor {
    padding-left: 30px;
  }

  .cair-icon {
    width: 30px;
    font-size: 1em;
  }

  .cc-dv-campos {
    max-width: 100vw;
  }

  .ayuda-titulo2 {
    padding-left: 12px;
  }

  .modal-ayuda-exito-container {
    width: 100%;
    min-width: 360px;
  }

  .ma-exito-icon {
    width: 30px;
    font-size: 1em;
  }

  .maei-texto {
    padding-left: 30px;
  }

  .correo-container {
    width: 100%;
    min-width: 450px;
  }

  .correo-dv-footer {
    min-width: 450px;
  }

  .co-dv-titulo {
    font-size: 28px;
    line-height: 28px;
  }

  .se-modal-confirmar.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ucc-dv {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-div-titulos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .usuario-modal-confirmar.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-manual.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal-manual-container {
    min-width: 360px;
  }

  .mrow-icon {
    width: 30px;
    font-size: 1em;
  }

  .manual-titulo {
    padding-left: 12px;
  }

  .m-entrada {
    min-width: 100%;
  }

  .me-titulo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .met-logo-dv {
    width: 100%;
  }

  .met-titulo {
    width: 100%;
  }

  .mec-li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

    .mec-li.fr-trlimodal {
      margin-bottom: 1em;
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
    }

  .mecl-subtitulo {
    min-width: 40%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mecl-texto {
    min-width: 40%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mecl-imagen-nav {
    min-width: 100%;
  }

  .manual-dv-fab {
    right: 5px;
    bottom: 78px;
  }

  .mw-side-bar-left {
    min-width: 360px;
  }

  .mw-side-bar-right {
    min-width: 360px;
  }

  .met-subtitulo {
    width: 100%;
  }

  .md-sb {
    min-width: auto;
  }

  .fr-trdvmenuicono-2.fr-trojo {
    border-bottom-right-radius: 0px;
  }

  .re-pop-revisar-eir {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .set-body-2 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-style: none;
    border-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .se-pop-subir-da {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-2 {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
  }

  .fr-wmenupaloma-4 {
    display: block;
  }

  .se-dv-contador {
    margin-right: 12px;
  }

  .upload-titulo-texto-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.1em;
    line-height: 40px;
  }

  .navicon-2 {
    font-size: 1em;
  }

  .se-modal-confirmar-2.display-none {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .re-icon-error-2 {
    font-size: 1em;
  }

  .se-dv-ucp-contenedor {
    position: relative;
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .re-pop-revisar-ci {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .topnavbar-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fr-recibo-tr-descripcion-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .lfr-dv-titulo {
    position: absolute;
    left: 0px;
    top: -15px;
    display: block;
    width: 100%;
    height: 40px;
    min-height: 30px;
    padding: 0px;
    font-size: 18px;
    line-height: 20px;
  }

  .logo-t {
    display: none;
  }

  .re-pop-revisar-da {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lfr-dv-upload {
    position: relative;
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .filanav-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .se-control {
    margin-right: 12px;
  }

  .sfc-control {
    margin-right: 12px;
  }

  .re-pop-res-contenido {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-pop-subir-eir {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-confirmar-dv {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-preview-times {
    font-size: 1em;
  }

  .topnavtitulo-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fr-recibo-tr-li-2 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-m {
    display: block;
  }

  .fr-aplicarfiltros-2.plano {
    margin-bottom: 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-color: #006B37;
  }

  .re-pop-revisar-cp {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .se-pop-subir {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sf-dv-contador {
    margin-right: 12px;
  }

  .se-pop-subir-cp {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .lrf-upload-el {
    position: relative;
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .fr-trdvtitulos-2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-width: 0px;
  }

  .topnavbarwrapper-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .se-dv-upload-cp {
    position: relative;
    width: 320px;
    height: 230px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .botonhamburguesa-2 {
    color: #fff;
  }

  .se-pop-coment-2 {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ev-contacto-dv {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .dv-se-filtros {
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .ev-titulo-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sec-label {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .filter-action-button-3 {
    margin-right: 6px;
  }

  .se-pop-subir-pos {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .maincontent-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dv-se {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .settings-action-button-2 {
    margin-right: 6px;
  }

  .sec-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .se-pop-subir-ci {
    min-height: 100px;
    padding-right: 8px;
    padding-bottom: 80px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .subir-evidencia {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
  }

  .mainwrapper-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fa-icono-badge-2 {
    font-size: 1em;
  }

  .cp-chips {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

#w-node-_918f5946-2453-e9cd-bac5-ab0a6abcc800-04fade74 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_918f5946-2453-e9cd-bac5-ab0a6abcc803-04fade74 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_918f5946-2453-e9cd-bac5-ab0a6abcc806-04fade74 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_918f5946-2453-e9cd-bac5-ab0a6abcc809-04fade74 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5219377c-7fb9-ff91-2c0c-028c80a1c579-b5fade75 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5219377c-7fb9-ff91-2c0c-028c80a1c57c-b5fade75 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5219377c-7fb9-ff91-2c0c-028c80a1c57f-b5fade75 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5219377c-7fb9-ff91-2c0c-028c80a1c582-b5fade75 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5219377c-7fb9-ff91-2c0c-028c80a1c585-b5fade75 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.svg') format('svg'), url('../fonts/fa-light-300_1.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.eot') format('embedded-opentype'), url('../fonts/fa-duotone-900.woff') format('woff'), url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
