/* Titillium Web */
@font-face {
  font-family: 'Titillium Web Light';
  font-style: normal;
  src: local("TitilliumWeb Light"), local("TitilliumWeb-Light"), url(../fonts/TitilliumWeb/TitilliumWeb-Light.ttf); }

@font-face {
  font-family: 'Titillium Web Regular';
  font-style: normal;
  font-weight: 400;
  src: local("TitilliumWeb Regular"), local("TitilliumWeb-Regular"), url(../fonts/TitilliumWeb/TitilliumWeb-Regular.ttf); }

@font-face {
  font-family: 'Titillium Web Bold';
  font-style: normal;
  font-weight: 600;
  src: local("TitilliumWeb Bold"), local("TitilliumWeb-Bold"), url(../fonts/TitilliumWeb/TitilliumWeb-Bold.ttf); }

/* Sansation */
@font-face {
  font-family: 'Sansation';
  font-style: normal;
  font-weight: 300;
  src: local("Sansation Light"), local("Sansation_Light"), url(../fonts/sansation/Sansation_Light.ttf); }

/* titillium text light */
@font-face {
  font-family: 'titillium text light';
  font-style: normal;
  font-weight: 300;
  src: local("titilliumtext Light"), local("TitilliumText-Light"), url(../fonts/titilliumtext/TitilliumText-Light.ttf); }

/*PARA AUMENTAR LAS PAGINAS ADICIONAR DESPUES DE ARTICLE UN child css*/
body, html {
  font-weight: 200;
  overflow: auto !important; }

h1 {
  font-size: 4rem; }

.block {
  display: block !important; }

.none {
  display: none !important; }

.inlineBlock {
  margin-top: -10px !important; }

.mobileRows {
  display: block;
  text-align: center; }

.ok {
  border: 1px solid #7f8d05;
  background: rgba(127, 141, 5, 0.1);
  padding: 10px;
  margin-top: 10px; }

.no {
  border: 1px solid #e10b17;
  background: rgba(173, 19, 7, 0.1);
  padding: 10px;
  margin-top: 10px; }

.listMessage {
  font-size: 15px !important; }

.listMessage2 {
  margin-top: 10px; }
  .listMessage2 img {
    width: 50px;
    height: 50px; }

#bloquePDF {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute; }

.fondoBlanco {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8); }

.w70 {
  width: 70%;
  margin: 0px auto;
  font-size: 2em;
  padding: 16px;
  margin-bottom: 10vh;
  position: absolute;
  top: 0px;
  margin-top: 6 0px; }

.btn-home {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  padding: 13px 0px;
  font-size: 23px; }

.btn-information {
  text-decoration: none;
  text-align: center;
  color: #fff;
  display: block;
  padding: 12px 0px;
  font-size: 23px; }

.listaAlternativaLineal {
  list-style: none;
  text-align: center; }
  .listaAlternativaLineal li {
    list-style: none;
    display: inline; }
    .listaAlternativaLineal li a {
      width: auto;
      height: 50px;
      text-align: center;
      margin: 10px auto;
      border-radius: 10%;
      background-color: #3d3d3d;
      box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
      color: #FFF;
      padding: 10px;
      margin-left: 10px;
      cursor: pointer; }

section {
  overflow: auto; }
  section article {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; }
  section:nth-child(1) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(1) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(2) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/bg4.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(2) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(3) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/app.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(3) div {
      text-align: center;
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(4) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(4) div {
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
      section:nth-child(4) div ul {
        list-style: none; }
        section:nth-child(4) div ul li {
          list-style: none;
          text-align: center;
          font-size: 2em;
          padding: 10px 30px; }
          section:nth-child(4) div ul li div {
            display: block;
            width: 100px;
            height: 50px;
            text-align: center;
            margin: 10px auto;
            border-radius: 10%;
            background-color: #3d3d3d;
            box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
            cursor: pointer; }
            section:nth-child(4) div ul li div i {
              padding-top: 12px;
              font-size: 25px;
              color: #fff; }
            section:nth-child(4) div ul li div:hover i {
              color: #b7c014; }
  section:nth-child(5) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(5) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(6) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/app.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(6) div {
      font-size: 1em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(7) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/empleadores.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(7) div {
      font-size: 1.6em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(8) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/quienesRecibenSegundoAguinaldo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(8) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(9) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/quePasa15.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(9) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(10) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/comoCompras.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(10) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(11) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/app.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(11) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(12) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(12) div {
      font-size: 2em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(13) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/quePasaEmpresasPrivadas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(13) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(14) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/quePasaEmpresasPrivadas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(14) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(15) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/quePasaEmpresasPrivadas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(15) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(16) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(16) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(17) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(17) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(18) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(18) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(19) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(19) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(20) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(20) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(21) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(21) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(22) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(22) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }
  section:nth-child(23) {
    color: #fff;
    background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/registroEmpresas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    section:nth-child(23) div {
      font-size: 1.5em;
      z-index: 10;
      color: rgba(0, 0, 0, 0.8); }

.parallax-page-scroller {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .parallax-page-scroller .parallax-page-scroller__section {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0;
    width: 100%;
    opacity: 0; }
    .parallax-page-scroller .parallax-page-scroller__section.parallax-page-scroller__section__active {
      z-index: 10;
      opacity: 1;
      height: 100%; }
    .parallax-page-scroller .parallax-page-scroller__section article {
      overflow-y: auto; }
  .parallax-page-scroller .parallax-page-scroller__navigation {
    z-index: 15;
    position: absolute;
    list-style-type: none; }
    .parallax-page-scroller .parallax-page-scroller__navigation .parallax-page-scroller__navigation__item {
      display: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #3d3d3d;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
      cursor: pointer; }
    .parallax-page-scroller .parallax-page-scroller__navigation .parallax-page-scroller__navigation__active {
      background-color: #000958; }
  .parallax-page-scroller .parallax-page-scroller__navigation-information {
    z-index: 20;
    position: absolute;
    list-style-type: none; }
    .parallax-page-scroller .parallax-page-scroller__navigation-information .parallax-page-scroller__navigation__back {
      display: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #3d3d3d;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
      cursor: pointer; }
    .parallax-page-scroller .parallax-page-scroller__navigation-information .parallax-page-scroller__navigation__active {
      background-color: #000958; }

.campoInput {
  width: 100%;
  font-size: 8px; }
  .campoInput .flex {
    display: flex;
    flex-direction: row;
    display: 100%; }
    .campoInput .flex .r100p {
      width: 100%;
      padding: 5px 0px;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .campoInput .flex .r100p .nota {
        font-size: 16px;
        padding: 0px;
        text-align: center; }
    .campoInput .flex .r50p {
      width: 50%;
      padding: 5px;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .campoInput .flex .r50p label {
        font-size: 1em;
        font-weight: bold; }
    .campoInput .flex .r33p {
      width: calc( 100% / 3);
      padding: 5px;
      font-size: 16px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .campoInput .flex .r33p label {
        font-size: 1em; }
  .campoInput .flex-sueldos {
    display: flex;
    height: 200px; }

.restante {
  margin-top: 20px;
  width: 90%;
  border-top: 1px solid;
  align-self: center; }

@media screen and (min-width: 1px) and (max-width: 800px) {
  .inputs .form-group {
    position: relative;
    padding-top: 1.5rem;
    width: 33%;
    display: block; }
  .inputs label {
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 14px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-out;
    width: 200px; }
  .inputs input:placeholder-shown + label {
    opacity: 0;
    transform: translateY(1rem); }
  .inputs .help-text {
    position: absolute;
    margin-top: 0px;
    font-size: 12px;
    padding: 0;
    width: 200px; }
  .inputs .success {
    background: #1774b3; }
  .inputs .error {
    background: #e10b17; }
  .inputs button {
    margin-top: 10px;
    padding: 15px;
    color: white;
    border-radius: 7px;
    border: none;
    cursor: pointer; }
  .inputs fieldset {
    margin: auto;
    padding: 10px;
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px; }
    .inputs fieldset legend {
      font-size: 14px;
      padding: 10px; }
    .inputs fieldset input[type="text"] {
      width: 250px;
      padding: 10px; }
    .inputs fieldset input[type="number"] {
      width: 250px;
      padding: 10px; }
    .inputs fieldset input[type="date"] {
      padding: 10px; }
    .inputs fieldset .message {
      margin-top: 35px;
      padding: 10px;
      text-align: left;
      font-size: 15px; }
  .showTutorial a.prev,
  .showTutorial a.next {
    height: 91px;
    position: absolute;
    width: 43px;
    top: 50%;
    margin-top: -135px;
    opacity: 0.6;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease-out; }
    .showTutorial a.prev:hover,
    .showTutorial a.next:hover {
      opacity: 1; }
  .showTutorial .prev {
    left: 0;
    background: #000 url("https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png") no-repeat -200px 25px; }
  .showTutorial .next {
    right: 0;
    background: #000 url("https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png") no-repeat -167px 25px; }
  .showTutorial .slider {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .showTutorial .slider ul {
      list-style: none; }
      .showTutorial .slider ul li {
        list-style: none; }
  .showTutorial .slide {
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0; }
    .showTutorial .slide img {
      max-width: 100%;
      max-height: 100%;
      border: 1px solid rgba(0, 0, 0, 0.1); }
  .showTutorial .slider .slide:target {
    z-index: 100; }
  .listasOrdenadas {
    font-size: 18px !important; }
    .listasOrdenadas ul li {
      list-style-type: disc; }
  .lista-archvos ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px; }
    .lista-archvos ul li {
      list-style: none;
      text-align: center;
      font-size: 18px !important;
      padding: 10px 30px;
      font-weight: 700; }
      .lista-archvos ul li div {
        display: block;
        width: 100px;
        height: 50px;
        text-align: center;
        margin: 10px auto;
        border-radius: 10%;
        background-color: #3d3d3d;
        box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
        font-size: 14px !important;
        cursor: pointer; }
        .lista-archvos ul li div i {
          padding-top: 12px;
          font-size: 25px;
          color: #fff; }
        .lista-archvos ul li div:hover i {
          color: #b7c014; }
  .listaUnidadesProductivas {
    list-style: none;
    margin: 0;
    padding: 0; }
    .listaUnidadesProductivas li {
      list-style: none;
      text-align: center;
      font-size: 1.2em !important;
      padding: 10px 30px;
      font-weight: 700; }
      .listaUnidadesProductivas li .special {
        display: block;
        width: 100px;
        height: 50px;
        text-align: center;
        margin: 10px auto;
        border-radius: 10%;
        background-color: #3d3d3d;
        box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
        .listaUnidadesProductivas li .special a {
          width: 100px;
          position: absolute;
          margin-left: -48px;
          padding-top: 12px;
          font-size: 25px;
          color: #fff; }
        .listaUnidadesProductivas li .special:hover i {
          color: #b7c014; }
  .appMob {
    margin-top: 1200px !important; }
  .seccionAplicacion {
    position: relative;
    width: 100%;
    max-width: 90vh;
    font-size: 14px !important; }
    .seccionAplicacion p {
      font-size: 1.5em;
      padding: 10px 30px; }
    .seccionAplicacion .comoRealizarCompra p {
      text-align: center;
      font-size: 1.5em;
      padding: 10px 30px; }
      .seccionAplicacion .comoRealizarCompra p:nth-child(2) {
        font-weight: 700;
        margin-top: -50px; }
    .seccionAplicacion .comoRealizarCompra ol {
      margin: auto;
      width: 70%;
      text-align: left; }
    .seccionAplicacion .comoRealizarCompra .imagen {
      margin: auto;
      width: 60vh;
      height: 90vh;
      background-image: url("https://media.dobleaguinaldo.gob.bo/assets/img/Como_funciona_la_app_doble_aguinaldo.jpeg");
      background-repeat: no-repeat;
      background-size: 100%; }
  .calculadora {
    text-align: center; }
  .descripcionAplicacion {
    font-size: 13px !important; }
  .w70 {
    width: 90%; }
    .w70 .mobile {
      display: block; }
    .w70 .desktop {
      display: none; }
    .w70 .table {
      overflow: auto !important; }
      .w70 .table table {
        margin: auto;
        border-collapse: collapse;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 7px; }
      .w70 .table th,
      .w70 .table td {
        font-size: 13px !important;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #000; }
        .w70 .table th a,
        .w70 .table td a {
          color: #000;
          text-decoration: none;
          cursor: pointer; }
          .w70 .table th a:hover,
          .w70 .table td a:hover {
            color: #7914c0; }
      .w70 .table th {
        text-align: left; }
      .w70 .table thead {
        text-align: center;
        font-weight: 700;
        background-color: #7914c0; }
        .w70 .table thead tr td {
          color: #fff;
          font-size: 13px !important; }
      .w70 .table tbody tr td input[type="text"] {
        width: 90%;
        margin: auto;
        padding: 7px; }
      .w70 .table tbody tr:hover {
        background-color: rgba(121, 20, 192, 0.1);
        border-top: 1px solid #7914c0;
        border-bottom: 1px solid #7914c0; }
      .w70 .table tbody td {
        position: relative; }
        .w70 .table tbody td:hover:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: -9999px;
          bottom: -9999px;
          background-color: rgba(121, 20, 192, 0.1);
          z-index: -1; }
    .w70 .desktopTabs {
      display: none !important; }
    .w70 .mobileTabs {
      display: block !important; }
    .w70 .tabs1,
    .w70 .tabs2 {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      display: block;
      margin-top: 50px; }
      .w70 .tabs1 ul,
      .w70 .tabs2 ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0; }
        .w70 .tabs1 ul li,
        .w70 .tabs2 ul li {
          position: relative;
          text-align: center;
          list-style: none;
          width: 33%;
          float: left;
          user-select: none;
          -moz-user-select: none;
          z-index: 2; }
          .w70 .tabs1 ul li div,
          .w70 .tabs2 ul li div {
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            cursor: pointer;
            font-size: 0.7em;
            padding-top: 9px;
            padding-bottom: 6px; }
          .w70 .tabs1 ul li.active,
          .w70 .tabs2 ul li.active {
            border-left: 1px solid rgba(0, 0, 0, 0.3);
            border-right: 1px solid rgba(0, 0, 0, 0.3);
            border-top: 1px solid rgba(0, 0, 0, 0.3); }
            .w70 .tabs1 ul li.active div,
            .w70 .tabs2 ul li.active div {
              color: #000;
              border-bottom: transparent; }
    .w70 .contentTab {
      width: 100%;
      position: relative;
      top: 40px;
      font-size: 15px;
      z-index: 1; }
      .w70 .contentTab .dos {
        width: 100%; }
        .w70 .contentTab .dos .buscadorProductos .listMessageProductos {
          font-size: 15px; }
        .w70 .contentTab .dos .buscadorProductos .listaDropdown {
          display: inline-block;
          width: 100%;
          margin-top: -45px;
          overflow-x: hidden;
          overflow-y: auto; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown #buscadorProducto {
            max-width: 100%;
            width: 100%;
            display: inline-block;
            transition: all .5s ease;
            position: relative;
            font-size: 14px;
            height: 100%;
            text-align: left;
            padding: 14px; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown button {
            padding: 10px;
            width: 100%;
            cursor: pointer;
            margin-top: 57px; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown {
            max-width: 100%;
            width: 100%;
            display: inline-block;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 2px #cccccc;
            transition: all .5s ease;
            position: absolute;
            font-size: 14px;
            color: #474747;
            height: auto;
            text-align: left;
            top: 69px; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .select {
              cursor: pointer;
              display: block;
              padding: 10px;
              font-size: 15px; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .select > i {
              font-size: 13px;
              color: #888;
              cursor: pointer;
              transition: all .3s ease-in-out;
              float: right;
              line-height: 20px; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:hover {
              box-shadow: 0 0 4px #cccccc; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:active {
              background-color: #f8f8f8; }
              .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:active:hover, .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:active:active {
                box-shadow: 0 0 4px #cccccc;
                border-radius: 5px 5px 0 0;
                background-color: #f8f8f8; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu {
              position: absolute;
              background-color: #fff;
              width: 100%;
              left: 0;
              margin-top: 0px;
              box-shadow: 0 1px 2px #cccccc;
              border-radius: 0 1px 5px 5px;
              display: none;
              max-height: 500px;
              z-index: 9;
              padding: 0;
              list-style: none; }
              .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu li {
                padding: 10px;
                transition: all .2s ease-in-out;
                cursor: pointer; }
                .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu li:hover {
                  background-color: #f2f2f2; }
                .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu li:active {
                  background-color: #e2e2e2; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown.active .select > i {
            transform: rotate(-90deg); }
      .w70 .contentTab .tres .mapaLeaflet .containerDep {
        position: absolute;
        right: 35px;
        top: 25px; }
        .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown {
          width: 300px;
          display: inline-block;
          background-color: #fff;
          border-radius: 5px;
          box-shadow: 0 0 2px #cccccc;
          transition: all .5s ease;
          position: relative;
          font-size: 14px;
          color: #474747;
          height: 100%;
          text-align: left; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .select {
            cursor: pointer;
            display: block;
            padding: 10px;
            font-size: 15px; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .select > i {
            font-size: 13px;
            color: #888;
            cursor: pointer;
            transition: all .3s ease-in-out;
            float: right;
            line-height: 20px; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:hover {
            box-shadow: 0 0 4px #cccccc; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:active {
            background-color: #f8f8f8; }
            .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:active:hover, .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:active:active {
              box-shadow: 0 0 4px #cccccc;
              border-radius: 5px 5px 0 0;
              background-color: #f8f8f8; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            margin-top: 0px;
            box-shadow: 0 1px 2px #cccccc;
            border-radius: 0 1px 5px 5px;
            overflow: hidden;
            display: none;
            max-height: 500px;
            overflow-y: auto;
            z-index: 9;
            padding: 0;
            list-style: none; }
            .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu li {
              padding: 10px;
              transition: all .2s ease-in-out;
              cursor: pointer; }
              .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu li:hover {
                background-color: #f2f2f2; }
              .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu li:active {
                background-color: #e2e2e2; }
        .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown.active .select > i {
          transform: rotate(-90deg); }
      .w70 .contentTab .tres .mapaLeaflet #departamentos {
        position: absolute;
        right: 35px;
        top: 50px;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 2px #cccccc;
        transition: all .5s ease;
        font-size: 14px;
        color: #474747;
        z-index: 2; }
      .w70 .contentTab .tres .mapaLeaflet #map {
        position: absolute;
        top: 22px;
        width: 99%;
        height: 65vh;
        z-index: 1;
        border: 1px solid rgba(0, 0, 0, 0.3); }
  section:nth-child(4) div ul li {
    font-size: 1.3em; }
  section:nth-child(1) {
    background-size: cover; }
    section:nth-child(1) div {
      font-size: 1.5em; }
  section:nth-child(6) {
    background-size: cover; }
    section:nth-child(6) div {
      font-size: 1.5em; }
  section:nth-child(5) {
    background-size: cover; }
    section:nth-child(5) div {
      font-size: 1.2em; }
  section:nth-child(2) {
    background-size: cover; }
    section:nth-child(2) div {
      font-size: 1em; }
  section:nth-child(7) {
    background-size: cover; }
    section:nth-child(7) div {
      font-size: 1em; }
  section:nth-child(3) {
    background-size: cover; }
    section:nth-child(3) div {
      font-size: 1em; }
  section:nth-child(8) {
    background-size: cover; }
    section:nth-child(8) div {
      font-size: 1.2em; }
  section:nth-child(12) {
    background-size: cover; }
    section:nth-child(12) div {
      font-size: 1.2em; }
  section:nth-child(10) {
    background-size: cover; }
    section:nth-child(10) div {
      font-size: 1.2em; }
  section:nth-child(9) {
    background-size: cover; }
    section:nth-child(9) div {
      font-size: 1.2em; }
  section:nth-child(14) {
    background-size: cover; }
    section:nth-child(14) div {
      font-size: 1em; }
  section:nth-child(11) {
    background-size: cover; }
    section:nth-child(11) div {
      font-size: 1.2em; }
  section:nth-child(13) {
    background-size: cover; }
    section:nth-child(13) div {
      font-size: 1.2em; }
  section:nth-child(15) {
    background-size: cover; }
    section:nth-child(15) div {
      font-size: 1em; }
  .parallax-page-scroller .parallax-page-scroller__section article {
    overflow-y: auto; }
  .parallax-page-scroller .parallax-page-scroller__navigation {
    top: none;
    bottom: 4vh;
    right: 4vh;
    left: none; }
  .parallax-page-scroller .parallax-page-scroller__navigation-information {
    top: 4vh;
    right: 4vh;
    top: none; }
    .parallax-page-scroller .parallax-page-scroller__navigation-information .parallax-page-scroller__navigation__back {
      display: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #3d3d3d;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6); }
      .parallax-page-scroller .parallax-page-scroller__navigation-information .parallax-page-scroller__navigation__back .btn-home {
        padding: 9px 0px; }
  .w70 {
    padding: 50px 30px 30px 30px; }
    .w70 p {
      font-size: 17px !important; }
    .w70 .contenedor-campos {
      margin-top: 25px; }
      .w70 .contenedor-campos * {
        font-size: 16px; }
      .w70 .contenedor-campos .campoInput {
        height: auto;
        font-size: 16px;
        font-weight: bold; }
        .w70 .contenedor-campos .campoInput input {
          font-size: 1em;
          height: auto;
          background: rgba(255, 255, 255, 0.9);
          border: none;
          width: calc(100% - 10px);
          font-size: 1em;
          font-weight: bold;
          color: #6a6a6a;
          min-height: 1.5em;
          text-align: right;
          padding: 5px 5px;
          margin: 5px 0px;
          border-bottom: 2px solid rgba(50, 50, 50, 0.5); }
      .w70 .contenedor-campos .restante {
        margin-top: 20px;
        width: 100%;
        border-top: 1px solid;
        align-self: center; }
    .w70 .btn-tramites {
      font-size: 1em;
      border: none;
      background: #0970b4;
      padding: 10px 0px;
      width: 100%;
      margin-top: 17px;
      color: #fff; }
    .w70 .btn-tramites:hover {
      background: #1774b3; }
    .w70 .btn-tramites-clear {
      font-size: 1em;
      border: none;
      background: #e10b17;
      padding: 10px;
      width: 100%;
      margin-top: 17px;
      color: #fff; }
    .w70 .btn-tramites-clear:hover {
      background: #e2202a; }
    .w70 .resultados {
      padding-top: 15px;
      font-size: 2em;
      width: 100%;
      min-height: 1.5em;
      margin: 0px;
      height: auto;
      text-align: center;
      font-weight: bold; } }

@media screen and (min-width: 801px) {
  .inputs .form-group {
    position: relative;
    padding-top: 1.5rem;
    width: 33%;
    display: inline-flex; }
  .inputs label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-out; }
  .inputs input:placeholder-shown + label {
    opacity: 0;
    transform: translateY(1rem); }
  .inputs .help-text {
    position: absolute;
    margin-top: 45px;
    font-size: 12px;
    padding: 0; }
  .inputs .success {
    background: #1774b3; }
  .inputs .error {
    background: #e10b17; }
  .inputs button {
    margin-top: 10px;
    padding: 15px;
    color: white;
    border-radius: 7px;
    border: none;
    cursor: pointer; }
  .inputs fieldset {
    margin: auto;
    padding: 10px;
    width: 80%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px; }
    .inputs fieldset legend {
      font-size: 14px;
      padding: 10px; }
    .inputs fieldset input[type="text"] {
      width: 250px;
      padding: 10px; }
    .inputs fieldset input[type="number"] {
      width: 250px;
      padding: 10px; }
    .inputs fieldset input[type="date"] {
      padding: 10px; }
    .inputs fieldset .message {
      margin-top: 35px;
      padding: 10px;
      text-align: left;
      font-size: 15px; }
  .showTutorial a.prev,
  .showTutorial a.next {
    height: 91px;
    position: absolute;
    width: 43px;
    top: 25vh;
    margin-top: -30px;
    opacity: 0.6;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-transition: opacity 200ms ease-out;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; }
    .showTutorial a.prev:hover,
    .showTutorial a.next:hover {
      opacity: 1; }
  .showTutorial .prev {
    left: 0;
    background: #000 url("https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png") no-repeat -200px 25px; }
  .showTutorial .next {
    right: 0;
    background: #000 url("https://lh4.googleusercontent.com/-JN1IZLtuToI/UUoZnMG3C_I/AAAAAAAAAE8/SEbJ9nqXGnY/s226/sprite.png") no-repeat -167px 25px; }
  .showTutorial .slider {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    .showTutorial .slider ul {
      list-style: none; }
      .showTutorial .slider ul li {
        list-style: none; }
  .showTutorial .slide {
    position: fixed;
    top: 25vh;
    left: 0;
    right: 0; }
    .showTutorial .slide img {
      border: 1px solid rgba(0, 0, 0, 0.1); }
  .showTutorial .slider .slide:target {
    z-index: 100; }
  .listasOrdenadas ul li {
    list-style-type: disc; }
  .lista-archvos ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px; }
    .lista-archvos ul li {
      list-style: none;
      text-align: center;
      font-size: 1.2em !important; }
      .lista-archvos ul li div {
        display: block;
        width: 100px;
        height: 50px;
        text-align: center;
        margin: 10px auto;
        border-radius: 10%;
        background-color: #3d3d3d;
        box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
        font-size: 14px !important;
        cursor: pointer; }
        .lista-archvos ul li div i {
          padding-top: 12px;
          font-size: 25px;
          color: #fff; }
        .lista-archvos ul li div:hover i {
          color: #b7c014; }
  .listaUnidadesProductivas {
    list-style: none; }
    .listaUnidadesProductivas li {
      list-style: none;
      text-align: center;
      font-size: 1.5em;
      padding: 10px 30px; }
      .listaUnidadesProductivas li .special {
        display: block;
        width: 100px;
        height: 50px;
        text-align: center;
        margin: 10px auto;
        border-radius: 10%;
        background-color: #3d3d3d;
        box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
        .listaUnidadesProductivas li .special a {
          width: 100px;
          position: absolute;
          margin-left: -48px;
          padding-top: 12px;
          font-size: 25px;
          color: #fff; }
        .listaUnidadesProductivas li .special:hover i {
          color: #b7c014; }
  .seccionAplicacion {
    position: relative;
    margin-left: 35px;
    margin-top: -40px; }
    .seccionAplicacion p {
      font-size: 1.5em;
      padding: 10px 30px; }
    .seccionAplicacion ul {
      margin-top: -30px; }
    .seccionAplicacion .comoRealizarCompra p {
      text-align: center;
      font-size: 1.5em;
      padding: 10px 30px; }
      .seccionAplicacion .comoRealizarCompra p:nth-child(2) {
        font-weight: 700;
        margin-top: -50px; }
    .seccionAplicacion .comoRealizarCompra ol {
      margin: auto;
      width: 70%;
      text-align: left; }
    .seccionAplicacion .comoRealizarCompra .imagen {
      margin: auto;
      width: 100vh;
      height: 100vh;
      background-image: url("http://127.0.0.1:8081/assets/img/Como_funciona_la_app_doble_aguinaldo.jpeg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-bottom: 50px; }
  .formApp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.7); }
    .formApp .container {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: space-around;
      flex-wrap: wrap;
      position: relative;
      width: 350px;
      top: 18vh;
      z-index: 16;
      background: white;
      height: 480px;
      margin: auto;
      border-radius: 7px; }
      .formApp .container .cerrar {
        text-align: center;
        position: absolute;
        right: -18px;
        top: -18px;
        width: 30px;
        height: 30px;
        padding: 5px;
        background: #fff;
        color: #d31419;
        border-radius: 50%;
        cursor: pointer;
        font-weight: 700;
        font-size: 23px; }
      .formApp .container input[type="text"] {
        flex-basis: 85%;
        height: 20px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.3); }
        .formApp .container input[type="text"]:first-child {
          margin-top: 20px; }
      .formApp .container input[type="checkbox"] {
        flex-basis: 85%;
        height: 20px;
        padding: 10px; }
      .formApp .container .containerCheck {
        flex-basis: 85%;
        height: 20px;
        padding: 10px;
        margin-bottom: 20px;
        font-size: 14px; }
        .formApp .container .containerCheck input[type="button"] {
          width: 100%;
          height: 50px;
          cursor: pointer;
          background: #024f9b;
          border: none;
          color: #fff;
          border-radius: 5px; }
  .parallax-page-scroller__navigation {
    top: 4vh;
    left: 10vh; }
  .parallax-page-scroller__navigation-information {
    top: 4vh;
    left: 3vh; }
  .parallax-page-scroller .parallax-page-scroller__navigation {
    top: 4vh;
    left: 10vh; }
  .parallax-page-scroller .parallax-page-scroller__navigation-information {
    top: 4vh;
    left: 3vh; }
  section:nth-child(3) {
    background-size: cover; }
    section:nth-child(3) div {
      font-size: 1.2em; }
  .w70 {
    margin-top: 60px;
    padding: 60px 30px;
    font-size: 16px; }
    .w70 .table table {
      width: 100%;
      margin: auto;
      border-collapse: collapse;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      border-radius: 7px; }
    .w70 .table th,
    .w70 .table td {
      font-size: 17px;
      padding: 10px;
      background-color: rgba(255, 255, 255, 0.2);
      color: #000; }
      .w70 .table th a,
      .w70 .table td a {
        color: #000;
        text-decoration: none;
        cursor: pointer; }
        .w70 .table th a:hover,
        .w70 .table td a:hover {
          color: #7914c0; }
    .w70 .table th {
      text-align: left; }
    .w70 .table thead {
      text-align: center;
      font-weight: 700;
      background-color: #7914c0; }
      .w70 .table thead tr td {
        color: #fff; }
    .w70 .table tbody tr td input[type="text"] {
      width: 90%;
      margin: auto;
      padding: 7px; }
    .w70 .table tbody tr:hover {
      background-color: rgba(121, 20, 192, 0.1);
      border-top: 1px solid #7914c0;
      border-bottom: 1px solid #7914c0; }
    .w70 .table tbody td {
      position: relative; }
      .w70 .table tbody td:hover:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        background-color: rgba(121, 20, 192, 0.1);
        z-index: -1; }
    .w70 .desktopTabs {
      display: block !important; }
    .w70 .mobileTabs {
      display: none !important; }
    .w70 .tabs1,
    .w70 .tabs2 {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      display: block; }
      .w70 .tabs1 ul,
      .w70 .tabs2 ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0; }
        .w70 .tabs1 ul li,
        .w70 .tabs2 ul li {
          position: relative;
          text-align: center;
          list-style: none;
          width: 33%;
          float: left;
          user-select: none;
          -moz-user-select: none;
          z-index: 2; }
          .w70 .tabs1 ul li div,
          .w70 .tabs2 ul li div {
            width: 100%;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
            cursor: pointer;
            font-size: 0.7em;
            padding-top: 15px;
            padding-bottom: 15px; }
          .w70 .tabs1 ul li.active,
          .w70 .tabs2 ul li.active {
            border-left: 1px solid rgba(0, 0, 0, 0.3);
            border-right: 1px solid rgba(0, 0, 0, 0.3);
            border-top: 1px solid rgba(0, 0, 0, 0.3); }
            .w70 .tabs1 ul li.active div,
            .w70 .tabs2 ul li.active div {
              color: #000;
              border-bottom: transparent; }
    .w70 .contentTab {
      width: 100%;
      position: relative;
      top: 40px;
      font-size: 15px;
      z-index: 1; }
      .w70 .contentTab .dos .buscadorProductos .listMessageProductos {
        font-size: 15px; }
      .w70 .contentTab .dos .buscadorProductos .listaDropdown {
        display: inline-block;
        width: 100%; }
        .w70 .contentTab .dos .buscadorProductos .listaDropdown button {
          padding: 10px;
          cursor: pointer; }
        .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown {
          max-width: 50%;
          width: 200px;
          display: inline-block;
          background-color: #fff;
          border-radius: 5px;
          box-shadow: 0 0 2px #cccccc;
          transition: all .5s ease;
          position: relative;
          font-size: 14px;
          color: #474747;
          height: 100%;
          text-align: left; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .select {
            cursor: pointer;
            display: block;
            padding: 10px;
            font-size: 15px; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .select > i {
            font-size: 13px;
            color: #888;
            cursor: pointer;
            transition: all .3s ease-in-out;
            float: right;
            line-height: 20px; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:hover {
            box-shadow: 0 0 4px #cccccc; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:active {
            background-color: #f8f8f8; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:active:hover, .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown:active:active {
              box-shadow: 0 0 4px #cccccc;
              border-radius: 5px 5px 0 0;
              background-color: #f8f8f8; }
          .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            margin-top: 0px;
            box-shadow: 0 1px 2px #cccccc;
            border-radius: 0 1px 5px 5px;
            overflow: hidden;
            display: none;
            max-height: 500px;
            overflow-y: auto;
            z-index: 9;
            padding: 0;
            list-style: none; }
            .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu li {
              padding: 10px;
              transition: all .2s ease-in-out;
              cursor: pointer; }
              .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu li:hover {
                background-color: #f2f2f2; }
              .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown .dropdown-menu li:active {
                background-color: #e2e2e2; }
        .w70 .contentTab .dos .buscadorProductos .listaDropdown .dropdown.active .select > i {
          transform: rotate(-90deg); }
        .w70 .contentTab .dos .buscadorProductos .listaDropdown #buscadorProducto {
          padding: 10px;
          width: 240px;
          margin-bottom: 10px; }
      .w70 .contentTab .tres .mapaLeaflet .containerDep {
        position: absolute;
        right: 35px;
        top: 25px; }
        .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown {
          width: 300px;
          display: inline-block;
          background-color: #fff;
          border-radius: 5px;
          box-shadow: 0 0 2px #cccccc;
          transition: all .5s ease;
          position: relative;
          font-size: 14px;
          color: #474747;
          height: 100%;
          text-align: left; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .select {
            cursor: pointer;
            display: block;
            padding: 10px;
            font-size: 15px; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .select > i {
            font-size: 13px;
            color: #888;
            cursor: pointer;
            transition: all .3s ease-in-out;
            float: right;
            line-height: 20px; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:hover {
            box-shadow: 0 0 4px #cccccc; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:active {
            background-color: #f8f8f8; }
            .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:active:hover, .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown:active:active {
              box-shadow: 0 0 4px #cccccc;
              border-radius: 5px 5px 0 0;
              background-color: #f8f8f8; }
          .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            margin-top: 0px;
            box-shadow: 0 1px 2px #cccccc;
            border-radius: 0 1px 5px 5px;
            overflow: hidden;
            display: none;
            max-height: 500px;
            overflow-y: auto;
            z-index: 9;
            padding: 0;
            list-style: none; }
            .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu li {
              padding: 10px;
              transition: all .2s ease-in-out;
              cursor: pointer; }
              .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu li:hover {
                background-color: #f2f2f2; }
              .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown .dropdown-menu li:active {
                background-color: #e2e2e2; }
        .w70 .contentTab .tres .mapaLeaflet .containerDep .dropdown.active .select > i {
          transform: rotate(-90deg); }
      .w70 .contentTab .tres .mapaLeaflet #departamentos {
        position: absolute;
        right: 35px;
        top: 50px;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 0 2px #cccccc;
        transition: all .5s ease;
        font-size: 14px;
        color: #474747;
        z-index: 2; }
      .w70 .contentTab .tres .mapaLeaflet #map {
        position: absolute;
        top: 22px;
        width: 99%;
        height: 65vh;
        z-index: 1;
        border: 1px solid rgba(0, 0, 0, 0.3); }
    .w70 .mobile {
      display: none; }
    .w70 .desktop {
      width: 100%;
      overflow: auto; }
      .w70 .desktop .bloquePaginacion {
        margin-top: 25px;
        text-align: center; }
        .w70 .desktop .bloquePaginacion .paginacion {
          float: left;
          font-weight: 700; }
        .w70 .desktop .bloquePaginacion .botones {
          margin: auto;
          width: 160px;
          background: transparent; }
          .w70 .desktop .bloquePaginacion .botones button {
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            background: #7914c0;
            color: #fff; }
          .w70 .desktop .bloquePaginacion .botones button[disabled='disabled'] {
            color: #fff;
            background: gray;
            cursor: default; }
        .w70 .desktop .bloquePaginacion ul {
          list-style: none; }
          .w70 .desktop .bloquePaginacion ul li {
            list-style: none;
            display: inline;
            border: 1px solid rgba(0, 0, 0, 0.7);
            font-size: 15px !important;
            padding-top: 3px !important;
            padding-bottom: 3px !important;
            padding-left: 10px !important;
            padding-right: 10px !important; }
            .w70 .desktop .bloquePaginacion ul li:hover {
              background: rgba(0, 0, 0, 0.5);
              color: #fff;
              cursor: pointer; }
    .w70 .contenedor-campos {
      font-size: 16px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin: 60px auto;
      flex-direction: row;
      padding: 50px 0px 0px 0px; }
      .w70 .contenedor-campos .entradas {
        font-size: 1em; }
      .w70 .contenedor-campos .resultados {
        padding: 0px 10px 13px 0px;
        margin: 0px; }
      .w70 .contenedor-campos .campoInput {
        width: 100%;
        height: auto;
        font-size: 16px; }
        .w70 .contenedor-campos .campoInput label {
          font-size: 1.2em;
          font-weight: bold; }
        .w70 .contenedor-campos .campoInput input {
          font-size: 1em;
          height: auto;
          background: rgba(255, 255, 255, 0.9);
          border: none;
          width: 100%;
          font-size: 1em;
          font-weight: bold;
          color: #6a6a6a;
          min-height: 1.5em;
          text-align: right;
          padding: 5px 0px;
          margin: 5px 0px;
          border-bottom: 2px solid rgba(50, 50, 50, 0.5); }
      .w70 .contenedor-campos .restante {
        margin-top: 20px;
        width: 90%;
        border-top: 1px solid;
        align-self: center; }
    .w70 .restante {
      margin-top: 20px;
      width: 90%;
      border-top: 1px solid;
      align-self: center; }
    .w70 .btn-tramites {
      font-size: 1em;
      border: none;
      background: #0970b4;
      padding: 10px;
      width: 100%;
      margin-top: 17px;
      color: #fff; }
    .w70 .btn-tramites:hover {
      background: #1774b3; }
    .w70 .btn-tramites-clear {
      font-size: 1em;
      border: none;
      background: #e10b17;
      padding: 10px;
      width: 100%;
      margin-top: 17px;
      color: #fff; }
    .w70 .btn-tramites-clear:hover {
      background: #e2202a; }
    .w70 .resultados {
      width: 100%;
      min-height: 1.5em;
      height: auto;
      text-align: center;
      font-weight: bold;
      font-size: 2em;
      display: flex;
      flex-direction: column;
      justify-content: center; } }

/**
 * @description Estilos para el modal de mensajes 
 * @author dbarra@agetic.gob.bo
 */
@media screen and (min-width: 1px) and (max-width: 800px) {
  .notifications {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    background: transparent; }
  .MessageModal {
    top: 70px;
    right: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    pointer-events: all;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    padding: 15px 30px 15px 15px;
    width: 200px;
    border-radius: 5px;
    color: #FFF;
    font-family: "titillium text light";
    -webkit-animation: slide .7s ease-in;
    -moz-animation: slide .7s ease-in;
    -o-animation: slide .7s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .MessageModal i {
      cursor: pointer;
      font-size: 20px;
      position: absolute;
      right: 10px; }
  .success {
    background: #449935; }
  .error {
    background: #d31419; }
  .info {
    background: #4f0563; }
  .warning {
    background: #f9c100; }
  .remove {
    animation: slide-out .7s ease-in-out;
    -webkit-animation: slide-out .7s ease-in-out;
    -moz-animation: slide-out .7s ease-in-out;
    -o-animation: slide-out .7s ease-in-out; }
  @keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0); }
    100% {
      right: 30px;
      filter: opacity(1); } }
  @-moz-keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0); }
    100% {
      right: 30px;
      filter: opacity(1); } }
  @keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1); }
    100% {
      right: -150px;
      filter: opacity(0); } }
  @-moz-keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1); }
    100% {
      right: -150px;
      filter: opacity(0); } } }

@media screen and (min-width: 801px) {
  .notifications {
    position: fixed;
    z-index: 1000;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    left: 80%;
    background: transparent; }
  .MessageModal {
    top: 70px;
    right: 15px;
    display: block;
    position: relative;
    pointer-events: all;
    margin-top: 10px;
    font-size: 14px;
    float: right;
    padding: 15px;
    width: 200px;
    border-radius: 5px;
    color: #FFF;
    font-family: "titillium text light";
    -webkit-animation: slide .7s ease-in;
    -moz-animation: slide .7s ease-in;
    -o-animation: slide .7s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .MessageModal i {
      float: right;
      cursor: pointer; }
  .success {
    background: #449935; }
  .error {
    background: #d31419; }
  .info {
    background: #4f0563; }
  .warning {
    background: #f9c100; }
  .remove {
    animation: slide-out .7s ease-in-out;
    -webkit-animation: slide-out .7s ease-in-out;
    -moz-animation: slide-out .7s ease-in-out;
    -o-animation: slide-out .7s ease-in-out; }
  @keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0); }
    100% {
      right: 30px;
      filter: opacity(1); } }
  @-moz-keyframes slide {
    0% {
      right: -150px;
      filter: opacity(0); }
    100% {
      right: 30px;
      filter: opacity(1); } }
  @keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1); }
    100% {
      right: -150px;
      filter: opacity(0); } }
  @-moz-keyframes slide-out {
    0% {
      right: 30px;
      filter: opacity(1); }
    100% {
      right: -150px;
      filter: opacity(0); } } }

/* DECLARANDO LOS ESTILOS QUE TENDRA LA GRILLA*/
body {
  margin: 0px;
  font-family: "titillium text light"; }

#iframepdf {
  width: 100%;
  height: 100vh; }

.ag-card-c33-f50 {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  cursor: pointer; }
  .ag-card-c33-f50:hover {
    filter: invert(10%); }

.ag-card-c33-f50 {
  width: calc( calc(100% - 3px) / 3);
  height: calc( calc( 100% / 2 ) - 1px);
  color: #000;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  align-self: center;
  cursor: pointer; }

.ag-x100-c100 {
  width: 100%;
  height: 100%; }

.ag-flecha {
  cursor: pointer;
  background-size: 100% 100%;
  width: 35px;
  height: 123px;
  filter: contrast(20%);
  margin: auto; }

.ag-flecha-derecha {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.ag-flecha-izquierda {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

.ag-x65-y100 {
  width: 65%;
  height: 100%; }

.ag-x35-y100 {
  width: 35%;
  height: 100%; }

.ag-x65-y60 {
  width: 65%;
  height: 60%; }

.ag-x35-y60 {
  width: 35%;
  height: 60%; }

.ag-x40-y100 {
  width: 100%;
  height: 50%; }

.ag-x100-y50 {
  width: 100%;
  height: 50%; }

.ag-xauto-y50 {
  width: 100%;
  height: 50%; }

.ag-x100-y100 {
  width: 100%;
  height: 100%; }

.ag-x100-y50, .ag-xauto-y50, .ag-x100-y100 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center; }

.ag-card-contenido {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: #000; }
  .ag-card-contenido .ag-imagen {
    width: 100px;
    height: 100px;
    margin: 10px auto; }
  .ag-card-contenido .ag-description {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center; }
  .ag-card-contenido .ag-titulo {
    font-size: 15px;
    margin: 0px;
    padding: 0px 12px;
    text-align: center; }
  .ag-card-contenido .ag-pregunta {
    text-align: center;
    margin: 0px;
    padding: 0px 10px;
    font-size: 16px; }

.ag-x50-y40 {
  width: 50%;
  height: 40%; }

.ag-x33-y40 {
  width: 33.333%;
  height: 40%; }

.ag-x33-y25 {
  width: 33.333%;
  height: 25%; }

.ag-x50-y15 {
  width: 50%;
  height: 15%; }

.ag-x25-y40 {
  width: 25%;
  height: 40%; }

.ag-x33-y33 {
  width: 50%;
  height: 33.333%; }

.ag-caja-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.ag-c100-50 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff; }

.ag-c100-50 {
  flex-wrap: wrap; }

.ag-grilla {
  display: flex;
  font-size: 17px; }

.ag-contenedor-grilla {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

@media screen and (min-width: 1px) and (max-width: 800px) {
  .ag-contenedor-grilla {
    min-height: auto;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    overflow-y: auto; }
  .ag-contenedor {
    width: calc(100% - 40px);
    margin-top: 13vh;
    margin-bottom: 20px; }
  .ag-grilla {
    width: calc( 100% - 20px);
    height: auto;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-left: 1px solid #c9c9c9;
    border-top: none;
    border-right: none;
    border-bottom: none;
    box-sizing: content-box;
    margin-bottom: 20px;
    overflow-x: hidden; }
  .ag-card-c33-f50 {
    width: calc(50% - 1px);
    height: calc( calc( 100vh / 3) - calc(4vh + 40px));
    color: #000;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    align-self: center; }
  .ag-card-contenido {
    padding: 20px 0px;
    width: 100%; }
    .ag-card-contenido .ag-imagen {
      width: 50px;
      height: 50px;
      margin: 5px auto; }
    .ag-card-contenido .ag-description {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      text-align: center; }
    .ag-card-contenido .ag-titulo {
      font-size: 16px;
      margin: 0px;
      text-align: center; }
    .ag-card-contenido .ag-pregunta {
      text-align: center;
      margin: 0px;
      padding: 0px 25px;
      font-size: 15px; }
  /* .ag-grilla::-webkit-scrollbar {
        display: none;
    } */
  .ag-flecha {
    display: none; }
  .ag-grilla > .ag-card-noticia:last-child {
    margin-bottom: calc( 95vh / 5); }
  .ag-caja-flex {
    border-bottom: 1px solid #c9c9c9;
    border-left: none;
    border-top: 1px solid #c9c9c9; }
  .ag-caja-flex {
    flex-direction: row;
    align-items: flex-start; }
  .ag-x100-y100 {
    width: 100%;
    height: calc(4 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x65-y60, .ag-x35-y60, .ag-x33-y25 {
    width: 50%;
    height: calc(4 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x65-y100, .ag-x65-y60 {
    width: 100%;
    height: calc(5 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x35-y100 {
    width: 100%;
    height: calc(5 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x35-y50 {
    width: 100%;
    height: calc(5 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x33-y40 {
    width: 50%;
    height: calc(4 * calc( 90vh / 10 )); }
  .ag-x50-y15 {
    width: 50%;
    height: 10vh; }
  .ag-x25-y15 {
    width: 50%;
    height: 10vh; }
  .ag-x100-y50, .ag-x25-y40 {
    width: 50%;
    height: calc(4 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x100-y33 {
    width: 100%;
    height: calc(1.5 * calc( 90vh / 10 ));
    align-self: flex-start; }
  .ag-x100-y15 {
    width: 100%;
    height: 10vh; }
  .ag-c100-50 {
    height: 90vh;
    width: 100%; }
  .ag-icon-scroll {
    display: none; } }

/* Desktops and laptops ----------- */
@media screen and (min-width: 801px) {
  /* DECLARANDO LOS ESTILOS QUE TENDRA EL HOME */
  .ag-grilla {
    min-width: calc(100% - calc(calc( 100% / 8 ) * 2));
    width: 100%;
    height: 100%;
    margin: auto 0px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    overflow-y: hidden;
    overflow-x: hidden; }
  .ag-lados {
    width: 120px;
    display: none;
    z-index: 1;
    flex-direction: column;
    justify-content: center; }
  .ag-contenedor {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70vh;
    min-height: 70vh;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-self: center; }
  .ag-contenedor-grilla {
    height: 100%; }
  .ag-caja-flex {
    border-bottom: 1px solid #c9c9c9; }
  .ag-x50-y15 {
    width: 50%;
    height: 15%; }
  .ag-x25-y15 {
    width: 25%;
    height: 15%; }
  .ag-c100-50 {
    width: 100%;
    height: 50%; }
  .visor-marco {
    min-height: 100%;
    min-width: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex; }
  .ag-icon-scroll {
    display: none; }
  /**ESTILOS PARA EL ICONO DE SCROLL*/
  .ag-card-contenido {
    padding: 20px; }
  .ag-contenedor:hover .ag-icon-scroll {
    display: flex;
    -webkit-animation: show-scroll 2s linear 2s 1 normal;
    animation: show-scroll 2s linear 2s 1 normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  @-webkit-keyframes show-scroll {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes show-scroll {
    0% {
      opacity: 1;
      filter: alpha(opacity=100); }
    100% {
      opacity: 0;
      filter: alpha(opacity=0); } }
  .ag-icon-scroll {
    position: absolute;
    bottom: 4vh;
    margin: 0px auto;
    width: auto;
    height: 40px;
    margin-top: 5px;
    left: calc(50% - 15px); } }

.logo-principal {
  position: absolute;
  z-index: 12; }
  .logo-principal img {
    width: 100%; }

.contacto {
  position: absolute;
  z-index: 12;
  font-size: 1.5em;
  color: #000;
  text-decoration: none; }

.ag-logo-font {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em; }

@media screen and (min-width: 1px) and (max-width: 800px) {
  .ag-contenedor-grilla .ag-grilla {
    width: 100%; }
  .logo-principal {
    width: 200px;
    top: 4vh;
    right: calc( 50% - 100px); }
  .contacto {
    width: 100%;
    bottom: 1vh;
    font-size: 1.3em; }
    .contacto div {
      text-align: center; } }

@media screen and (min-width: 801px) {
  .ag-contenedor-grilla .ag-grilla {
    min-width: calc(100% - calc(calc( 100% / 8 ) * 2));
    width: calc(100% - calc(calc( 100% / 8 ) * 2)); }
  .logo-principal {
    width: 320px;
    top: 40px;
    right: calc( 50% - 160px); }
  .contacto {
    right: calc( 50% - 100px);
    bottom: 2vh; } }

.a-salir {
  -webkit-animation-name: derecha;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
  animation-name: derecha;
  animation-duration: 4s;
  animation-fill-mode: forwards; }

@-webkit-keyframes derecha {
  0% {
    right: 4vh; }
  100% {
    right: -20vh; } }

/* Standard syntax */
@keyframes derecha {
  0% {
    right: 4vh; }
  100% {
    right: -20vh; } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    visibility: hidden; } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
    visibility: hidden; } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%);
    visibility: hidden; } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-800%);
    transform: translateX(-800%);
    visibility: hidden; } }
