  .cont_aumentar_font ,.cont_disminuir_font {
    font-family: Arial, sans-serif;
    color: #3162ab;
  }

  .cont_aumentar_font i {
    font-size: 25px;
  }

  .cont_disminuir_font i {
    font-size: 17px;
  }

  .cont_menu_mer_int {
    position:absolute; 
    top:19%; 
    right: 45px;
  }

  .cont_menu_mer_config {
    float: right;
    position: absolute;
    top: -2px;
    font-size: 25px;
    color: #3162ab;
    right: -30px;
  }

  .cont_menu_mer_config button i {
    font-size: 27px;
  }

  .cont_menu_mer_config li a {
    color: #000;
  }

  .cont_menu_mer_config li a:hover {
    text-decoration: none;
  }
  
  .cont_menu_mer_config ul a {
    float: left;
    width: 100%;
    border: 0;
  }

  .cont_menu_mer_config li {
    height: auto;
    line-height: 49px;
    border-bottom: 1px solid #e7e7e7;
  }

  .cont_menu_mer_config li.mdl-menu__item i {
    font-size: 18px;
    margin-right: 9px;
    color: #666;
  }

  /*.cont_menu_mer_config li:last-child{
    border:0;
  }*/

  .cont_menu_mer_config ul {
    padding: 0;
  }

  .cont_sec_left_fo {
      float: left;
      position: relative;
      width: auto;
      margin-top: 10px;
      padding-left: 0;
  }

  .cont_open_book_f {
    float: left;
    margin-left: 15%;
  }

  .cont_booksmarks_list {
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    height: 0;
    bottom: 0; 
    z-index: 9999;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    -ms-transition: .8s ease;
    transition: .3s ease;

  }

  .cont_booksmarks_list.bookup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }

    .cont_books_list_f {
        float: left;
        width: 100%;
        padding: 0;
    }

    .cont_books_list_tit {
        position: relative;
    }

    .close_bookmarks {
        /*position: absolute;
        right: 0;
        font-size: 25px;
        font-weight: normal;*/
        position: absolute; 
        right: 15px;
        top: 10px;
        font-size: 28px;
        font-weight: normal;
        color: #3162ab;
    }

    .close_bookmarks .fa-times {
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    
    .cont_books_tit {
        /* float: left;
        width: 100%;
        font-size: 25px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 12px; */
    float: left;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 12px 20px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
    }


    /* LISTA DE NOTIFICACIONES */

  .cont_notificaciones_list {
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    height: 0;
    bottom: 0; 
    z-index: 9999;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    -ms-transition: .8s ease;
    transition: .3s ease;

  }

  .cont_notificaciones_list.bookup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }

    .cont_notificaciones_list_f {
        float: left;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .cont_notificaciones_list_tit {
        position: relative;
    }

    .close_notificaciones {
      position: absolute; 
      right: 15px;
      top: 10px;
      font-size: 28px;
      font-weight: normal;
      color: #3162ab;
    }

    .close_notificaciones .fa-times {
      font-size: 20px;
      position: relative;
      top: -2px;
    }
    
    .cont_notificaciones_tit {
        float: left;
        width: 100%;
        font-size: 20px;
      border-bottom: 1px solid #ccc;
      padding: 15px 20px 12px 20px;
      box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
    }

  #list_notificaciones_mer .dot_books_blue {
      /*float: left;*/
      /*width: 7px;
      height: 7px;*/
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #1e8cbe;
      border-radius: 50%;
      /*margin-right: 5px;
      margin-top: 2px;*/
      margin-top: 9px;
  }

  /* NOTIFICACIONES */

  #list_notificaciones_mer {
    float: left;
    width: 100%;
    height: 93.5vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 110px;
  }

  #list_notificaciones_mer .books_mer_item_cont {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
  }

  #list_notificaciones_mer .books_mer_item_cont.unread .books_mer_item .books_mer_item_icon {
    border-color: #518de6;
  }

  #list_notificaciones_mer .books_mer_item_cont.unread .books_mer_item .books_mer_item_icon i {
    color: #3162ab;
  }

  #list_notificaciones_mer .books_mer_item_cont a {
    color: #000;
  }

  #list_notificaciones_mer .books_mer_datepub {
    float: left;
    margin-left: 46px;
  }

  #list_notificaciones_mer .books_mer_item {
    float: left;
    width: 100%;
    padding: 15px 10px;
    min-height: 84px;
    /*border-bottom: 1px solid #e1e1e1;*/
    position: relative;
    z-index: 10;
    left:0;
    background: #fff;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .cont_int_bts_swipe {
    float: left;
    background: #3162ab;
    height: 100%;
    width: 50%;
    position: relative;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .cont_int_bts_swipe.delete {
    background: #fe3d30;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .cont_int_bts_swipe.delete .icon {
    margin-top: 15px;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .cont_int_bts_swipe.delete .txt {
    line-height: 25px;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .icon {
    text-align: center;
    float: left;
    width: 100%;
    margin: 13px 0 5px;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .icon .fa-envelope {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .icon .fa-trash {
    color: #fff;
    font-size: 28px;
    text-align: center;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .icon .fa-check {
    position: absolute;
    right: 29px;
    font-size: 13px;
    top: 20px;
    background: #ffffff;
    border-radius: 50%;
    color: #28a745;
    padding: 2px;
    border: 1px solid #3162ab;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .icon .fa-times {
    position: absolute;
    right: 29px;
    font-size: 13px;
    top: 20px;
    background: #ffffff;
    border-radius: 50%;
    color: rgb(216, 0, 0);
    padding:2px 2px 2px 3px;
    border: 1px solid #3162ab;
    width: 19px;
    height: 19px;
  }

  #list_notificaciones_mer .books_mer_item_cont .cont_bts_swipe .txt {
    float: left;
    width: 99%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
  }

  #list_notificaciones_mer .books_mer_item_cont .status_opened {
    float: left;
    width: 100%;
  }

  #list_notificaciones_mer .books_mer_item h1 {
    float: left;
    width: 85%;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 6px 0;
    min-height: 29px;
  }

  #list_notificaciones_mer .books_mer_item .books_mer_item_icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /*border: 2px solid #ccc;*/
    border: 2px solid rgba(40, 185, 73, 0.85);
    margin-right: 10px;
    text-align: center;
  }

  #list_notificaciones_mer .books_mer_item .books_mer_item_icon i {
    font-size: 15px;
    line-height: 32px;
    color: #999;
  }

  #list_notificaciones_mer .books_mer_item .books_mer_item_icon i.fa-check {
    font-size: 18px;
    color: #28a745;
  }

  /* TUTORIAL */

  .cont_tutorial_list {
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    height: 0;
    bottom: 0; 
    z-index: 9999;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    -ms-transition: .8s ease;
    transition: .3s ease;

  }

  .cont_tutorial_list.bookup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }

  .close_tutorial {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: normal;
    color: #3162ab;
  }

  .cont_tutorial_list .fa-question-circle {
    color: #666;
    margin-right: 5px;
  }

  .list_tutorial_mer {
    float: left;
    width: 100%;
    height: 93.5vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .list_tutorial_cont {
    display: inline-block;
    width: 100%;
    padding: 15px;
  }

  .cont_tutorial_list .video {
    width: 100%;
    height: auto;
  }

  .cont_tutorial_list a {
    color: #000;
    list-style-type: none;
  }

  .cont_tutorial_list a:hover {
    color: #000;
    list-style-type: none;
  }

  .cont_tutorial_list .books_mer_item_cont {
    float: left;
    width: 100%;
  }

  .cont_tutorial_list .books_mer_item_cont a {
    color: #000;
  }

  .cont_tutorial_list .books_mer_datepub {
    float: left;
    width: 82%;
    line-height: 21px;
    font-size: 15px;
  }

  .cont_tutorial_list .books_mer_item {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .cont_tutorial_list .books_mer_item h1 {
    float: left;
    width: 85%;
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0 5px 0;
    line-height: 21px;
  }

  .cont_tutorial_list .books_mer_item .books_mer_item_icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-right: 10px;
    text-align: center;
  }

  .cont_tutorial_list .books_mer_item .books_mer_item_icon i {
    font-size: 14px;
    line-height: 32px;
    color: #999;
  }

  .cont_tutorial_list .dot_books_blue {
    float: left;
    width: 7px;
    height: 7px;
    background: #1e8cbe;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 7px;
  }

  .cont_video {
    float: left;
    width: 100%;
    border: 1px solid #d8d8d8;
    margin: 20px 0;
    position: relative;
  }

  .cont_video video {
    width: 100%;
    height: 215px;
    vertical-align: top;
    background: #fff;
  }

  .play {
    width: 60px;
    height: 60px;
    background: #3162ab;
    border-radius: 50%;
    position: absolute;
    top: 33%;
    left: 42%;
    z-index: 1;
  }

  .play .fa-play {
    font-size: 23px;
    position: absolute;
    top: 18px;
    left: 23px;
    color: #fff;
  }

  .mdl-menu__container.is-upgraded {
    bottom: -1000px !important;
  }

  .mdl-menu__container.is-upgraded.is-visible {
      bottom: 32px !important;
  }

  .login_config.cont_menu_mer_config .mdl-menu__container.is-upgraded { 
    bottom: -1000px !important;
    top: -1000px !important;
  }

  .login_config.cont_menu_mer_config .mdl-menu__container.is-upgraded.is-visible { 
    bottom: 32px !important;
    top: 32px !important;
  }

  .cont_articlelight .cont_article_share .mdl-menu__container.is-upgraded.is-visible {
      bottom: 32px !important;
      top: 32px !important;
  }

  .cont_articlelight .cont_article_share .mdl-menu__container.is-upgraded.is-visible {
      top: 54px !important;
  }

  .tutorial_view {
    display: none;
  }

  .tiptutorial {
      font-size: 12px;
      line-height: normal;
      position: absolute;
      width: 103px;
      left: -75px;
      padding: 6px 6px 5px 8px;
      background: #3162ab;
      text-align: center;
      color: #fff;
      top: -33px;
      border-radius: 3px;
  }

  .tutorial .tiptutorial {
      left: 0;
      top: 0;
      width: auto;
      padding: 3px 6px 2px;
      line-height: 12px;
      position: relative;
  }

  .tiptutorial.conf_alert { 
      width: 135px;
      left: -105px;
  }

  .conf_alert_mer .tiptutorial {
      left: 5px;
      top: 0;
      width: auto;
      padding: 2px 6px 2px;
      line-height: 12px;
      position: relative;
  }

  .nightmode_footer .tiptutorial {
      left: 5px;
      top: 0;
      width: auto;
      padding: 2px 6px 2px;
      line-height: 12px;
      position: relative;
  }

 /* .tutorial .mdl-menu__item {
      padding-top: 15px;
      height: 60px;
  }

  .tutorial .mdl-menu__item .fa-question-circle {
    position: relative;
    top: -20px; 
  } */

  .tutorial .cont_menu_mer_config li.mdl-menu__item i {
    position: absolute;
    top: 8px;
  }

  .tiptutorial .arrow {
    width: 0px;
    height: 0px;
    border-top: 2px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #3162ab;
    position: absolute;
    right: 16px;
    bottom: -7px;
  }

  /* NOTIFICACIONES NO-LEIDA */

  #list_notificaciones_mer .books_mer_item_cont.noleido {
      background: #f5f5f5;
  }

  #list_notificaciones_mer .books_mer_item_cont.noleido .books_mer_item {
      background: #f5f5f5;
  }

  #list_notificaciones_mer .books_mer_item_cont.noleido .books_mer_item h1 {
      font-weight: bold;
  }

  #list_notificaciones_mer .books_mer_item_cont.noleido .books_mer_item_icon {
    background: #fff;
    border: 2px solid #777;
  }

  #list_notificaciones_mer .books_mer_item_cont.noleido .books_mer_item_icon i {
    color: #757575;
  }

  .cont_notificaciones_list_f .cont_config_notify {
    position: absolute;
    right: 45px;
    top: 16px;
    font-size: 13px;
    margin-right: 20px;
  }

  .cont_notificaciones_list_f .cont_config_notify .admin {
    line-height: 20px;
  }

  .cont_notificaciones_list_f .cont_config_notify .fa-cog {
    font-size: 19px;
    margin-left: 10px;
    float: right;
    color: #3162ab;
  }

  .cont_alert_list {
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    height: 0;
    bottom: 0; 
    z-index: 9999;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    -ms-transition: .8s ease;
    transition: .3s ease;

  }

  .cont_alert_list.bookup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }

    .cont_alert_list_f {
        float: left;
        width: 100%;
        padding: 0;
    }

    .cont_alert_list_tit {
        position: relative;
    }

  .cont_alert_list_f .cont_go_notify {
    position: absolute;
    right: 45px;
    top: 16px;
    font-size: 13px;
    margin-right: 20px;
  }

  .cont_alert_list_f .cont_go_notify .admin {
    line-height: 20px;
  }

  .cont_alert_list_f .cont_go_notify .fa-bell {
    font-size: 16px;
    margin-left: 10px;
    float: right;
    color: #3162ab;
  }

    .close_alert {
        /*position: absolute;
        right: 0;
        font-size: 25px;
        font-weight: normal;*/
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: normal;
    color: #3162ab;
    }

    .close_alert .fa-times {
      font-size: 20px;
      position: relative;
      top: -4px;
    }
    
    .cont_alert_tit {
      /*float: left;
      width: 100%;
      font-size: 25px;
      margin-bottom: 15px; */
    float: left;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 12px 20px;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.09);
    }

    .cont_share_mer {
    position: absolute;
    top: 28%;
    right: 29%;
    font-size: 26px;
    color: #666;
    }

  .cont_share_page_mer {
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    height: 100%;
    bottom: 0; 
    z-index: 9999;
    display: none;
  }

  .cont_share_mer_wall {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -235px;
    padding: 20px 15px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
  }

  .cont_share_mer_wall.wallup {
    bottom: 0;
  }

  .cont_share_mer_wall ul {
    margin: 0;
  }

  .cont_share_mer_wall ul li {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .cont_share_mer_wall ul li:last-child {
    margin-bottom: 0;
  }

  .cont_share_mer_wall i {
    color: #666;
    font-size: 26px;
    font-weight: normal;
  }

  .cont_up_close {
    width: 100%;
    height: 100%;
  }

  .lock_page {
    -webkit-overflow-scrolling: none;
    overflow: hidden;
  }

  .cont_share_icon {
    float: left;
    width: 30px;
  }

  .cont_share_icon .fa-envelope {
    font-size: 23px;
    line-height: 26px;
  }

  .cont_share_txt_icon {
    margin-left: 15px;
    line-height: 27px;
  }

  .cont_alert_full {
      float: left;
      width: 100%;
      /*border-top: 1px solid #ccc;
      padding: 20px 0 10px 0;*/
      padding: 20px 20px 180px 20px;
      /*height: 580px;*/
      height: 100vh;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
  }

  .cont_alert_full input[type=radio], .cont_alert_full input[type=checkbox] {
      border: 1px solid #b4b9be;
      background: #fff;
      color: #555;
      clear: none;
      cursor: pointer;
      display: inline-block;
      line-height: 0;
      height: 25px;
      margin: -4px 4px 0 0;
      outline: 0;
      padding: 0!important;
      text-align: center;
      vertical-align: middle;
      width: 25px;
      min-width: 25px;
      -webkit-appearance: none;
      -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
      box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
      -webkit-transition: .05s border-color ease-in-out;
      transition: .05s border-color ease-in-out;
  }
  
  .cont_alert_full label {
      /*font-size: 19px;*/
      font-size: 18px;
      line-height: normal;
      color: #777;
      float: left;
      width: 100%;
      /*margin-bottom: 25px;*/
      margin-bottom: 14px;
      font-weight: normal;
      font-family: "Georgia", sans-serif;
  }

  .cont_alert_full input[type=checkbox]:checked:before {
      float: left;
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      font: 400 21px/1 FontAwesome;
      speak: none;
      -webkit-font-smoothing: antialiased;
      content: "\f00c";
      margin: 0 0 0 -1px;
      color: #1e8cbe;
  }

  #activar_alertas_mer {
      width: 100%;
      max-width: 94%;
      padding: 18px 20px;
      background: #1e8cbe;
      font-size: 17px;
      float: left;
      text-align: center;
      color: #fff;
      cursor: pointer;
      border-radius: 3px;
    margin: 6% 3%;
  }

  #list_bookmarks_mer {
    float: left;
    width: 100%;
    overflow: scroll;
    height: 100vh;
    padding: 0 15px 180px 15px;
    -webkit-overflow-scrolling: touch;
  }

  #list_bookmarks_mer .books_mer_item {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding: 12px 0;
      position: relative;
  }

  #list_bookmarks_mer .books_mer_item p {
      color: #666;
      line-height: normal
  }

  #list_bookmarks_mer .books_mer_item_img {
      float: left;
      width: 80px;
      height: 80px;
      overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 15px;
  }

  #list_bookmarks_mer .books_mer_item_img img {
    width: 100%
  }

  #list_bookmarks_mer .books_mer_item h1 {
      color: #000;
      font-size: 14px;
      margin: 0;
      padding-top: 4px;
      font-weight: bold;
      padding-bottom: 9px;
      line-height: 19px;
  }

  #list_bookmarks_mer .books_mer_datepub {
    color: #999;
  }

  #list_bookmarks_mer .books_mer_datepub .cont_time {
    display: none;
  }

  #list_bookmarks_mer .dot_books_blue {
      float: left;
      width: 7px;
      height: 7px;
      background: #1e8cbe;
      border-radius: 50%;
      margin-right: 5px;
      margin-top: 2px;
  }

  #list_bookmarks_mer .books_mer_item_cont {
    float: left;
    width: 100%;
    position: relative;
  }

  #list_bookmarks_mer .books_mer_sec_pag {
    float: left;
    width: 100%;
      margin-top: 10px;
  }

  #list_bookmarks_mer .books_mer_sec {
      float: left;
      padding: 4px 8px;
      border-radius: 3px;
      background: #777;
      color: #fff;
      margin-right: 10px;
  }

  #list_bookmarks_mer .books_mer_sec_txt {
      color: #777;
      line-height: 20px;
  }

  #list_bookmarks_mer .books_mer_del {
      float: right;
      padding: 15px 18px;
      color: #777;
      font-size: 18px;
      font-weight: normal;
      cursor: pointer;
      margin-right: 0;
      position: absolute;
      right: 0;
      bottom: 0;
  }

  .cont_share_mer .cont_menu_mer_config {
    right: -15px;
    top: -7px;
  }

  .cont_share_mer .cont_menu_mer_config .fa-whatsapp {
    font-size: 21px;
    position: relative;
    top: 2px;
  }
  
  .cont_share_mer .cont_menu_mer_config ul {
    padding: 0;
    min-width: 150px;
  }

  .cont_share_mer .cont_menu_mer_config li {
      line-height: 49px;
      padding: 0 16px;
  }

  #font_size_mer_footer {
    display: none;
    right: -100%;
    position: relative;
  }

  .next_prev_header {
      top: -3px;
  }

  .next_prev_header .cont_prev {
      display: inline-block;
      font-size: 34px;
      color: #3162ab;
      padding: 0;
      width: 40px;
      text-align: center;
      margin: 0 10px 0 0;
  }

  .next_prev_header .cont_next {
    display: inline-block;
    font-size: 34px;
    color: #3162ab;
    padding: 0;
    width: 40px;
    text-align: center;
    margin: 0 0 0 10px;
  }

  .next_prev_header .cont_go_html {
    display: inline-block;
    font-size: 34px;
    color: #3162ab;
    padding: 0;
    width: 40px;
    text-align: center;
    margin: 0;
  }

  /* SLIDE RANGE */

  #font_size_mer_footer input[type=range] {
    -webkit-appearance: none;
    /*margin: 10px 0;*/
    width: 100%;
  }
  #font_size_mer_footer input[type=range]:focus {
    outline: none;
  }
  #font_size_mer_footer input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #6e6e6e;
    /*border-radius: 50%;*/
    border: 0px solid #000101;
  }
  #font_size_mer_footer input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #3162ab;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
  }

  #font_size_mer_footer input[type=range]:focus::-webkit-slider-runnable-track {
    background: #6e6e6e;
  }


  #font_size_mer_footer input[type=range]::-moz-range-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #3162ab;
    border-radius: 25px;
    border: 0px solid #000101;
  }
  #font_size_mer_footer input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #65001c;
    cursor: pointer;
  }
  #font_size_mer_footer input[type=range]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
  }

  #font_size_mer_footer input[type=range]::-ms-fill-lower {
    background: #3162ab;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  #font_size_mer_footer input[type=range]::-ms-fill-upper {
    background: #3162ab;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  #font_size_mer_footer input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #65001c;
    cursor: pointer;
  }
  #font_size_mer_footer input[type=range]:focus::-ms-fill-lower {
    background: #3162ab;
  }

  #font_size_mer_footer input[type=range]:focus::-ms-fill-upper {
    background: #3162ab;
  }

  #font_size_mer_footer .cont_input_range_font {
    position:absolute; 
    top:-53px; 
    left:-160%; 
    width: 200px;
    /*padding: 20px;*/
    padding: 15px;
    z-index: 999;
    border: 1px solid #cfcfcf;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    background: #f5f5f5;
    display: none;
  }

  #font_size_mer_footer .cont_close_range_font {
      position: absolute;
      top: -11px;
      right: -10px;
      color: #6e6e6e;
      font-size: 19px;
      background: #fff;
      border-radius: 50%;
      z-index: 99999;
      display: inline-block;
  }

  #font_size_mer_footer .active_nightmode {
      float: left;
      width: 100%;
      padding: 13px 15px 12px 15px;
      border-bottom: 1px solid #e7e7e7;
  }

  #font_size_mer_footer .active_nightmode .fa-adjust {
      float: left;
      font-size: 22px;
  }

  #font_size_mer_footer .active_nightmode span {
    float: left;
    margin-left: 15px;
    font-size: 15px;
    line-height: 21px;
  }

  .cont_items_adelantos_mer {
    float: left;
    /*margin-left: 8%;*/
    margin-left: 3%;
  }

  section.articles .article div.text .mdl-button--icon {
      background-color: rgba(158,158,158,.25);
    border: 1px solid rgba(204, 204, 204, 0.5);
  }

  section.articles .article aside .cont_article_share .mdl-button--icon {
    background-color: rgba(158,158,158,.25);
    border: 1px solid rgba(204, 204, 204, 0.5);
  }

  .cont_alert_full label.cont_title_alert_mer {
    /*font-size: 21px;
    font-size: 15px;
    font-weight: bold;*/
    font-size: 20px;
    color: #000;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
  }



  /* BT SUSCRIPCIONES */

  .cont_suscrip_list {
    width: 100%;
    padding: 0;
    background: #fff;
    position: fixed;
    height: 0;
    bottom: 0; 
    z-index: 9999;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
    -ms-transition: .8s ease;
    transition: .3s ease;
  }

  .cont_suscrip_list iframe {
    float: left;
    width: 100%;
    overflow: scroll;
    height: 595px;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .cont_suscrip_list.bookup {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }

    .cont_suscrip_list_f {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .cont_suscrip_list_tit {
        position: relative;
    }

    .close_suscrip {
        position: absolute;
        right: 0;
        font-size: 25px;
        font-weight: normal;
    }
    
    .cont_suscrip_tit {
        float: left;
        width: 100%;
        font-size: 25px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 12px;
    margin-bottom: 20px;
    }

  .cont_install_icon_up {
    top: -2px; 
    left: 110%;
    width: auto;
  }

  #pinch_zoom_footer {
      float: right;
      position: relative;
      left: 25%;
      top:-1px;
      display: none;
  }

  .cont_pinchzoom_tip {
    position: absolute;
    top: -54px;
    left: -190%;
    padding: 0;
    width: 160px;
    background: #fff;
    z-index: 999;
    border: 1px solid #cfcfcf;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
    text-align: center;
    display: none;
  }

  .cont_pinchzoom_int_icon {
    display: inline-block;
    padding: 0;
    height: 46px;
    line-height: 46px;
  }

  .cont_pinchzoom_int_icon .fa-arrows {
    font-size: 26px;
  }

  .message_mer {
    position: fixed;
    bottom: 65px;
    display: none;
    width: 100%;
    z-index: 99999;
  }

  .message_mer .message {
    padding: 15px;
    width: 95%;
    /*background: #000;*/
    margin: 0 auto;
    /*color: #fff;*/
    color:#333;
    border-radius: 5px;
    /*border: 1px solid rgba(204, 204, 204, 0.5);
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(49, 98, 171, 0.45);*/
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(249, 249, 249, 0.96);
  }

  .message_mer .message .fa-bookmark {
    font-size: 24px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 12px;
    /*color: #3162ab;*/
    color: #666;
  }

  .message_mer .message .fa-trash {
    font-size: 24px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 12px;
    /*color: #3162ab;*/
    color: #666;
  }

  .message_mer .message .fa-times {
    float: right;
    padding: 10px 12px;
    font-size: 18px;
    position: relative;
    top: -6px;
    right: -5px;
  }

  .message_mer .message .fa-bell {
    font-size: 24px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 12px;
    /*color: #3162ab;*/
    color: #666;
  }

  .message_mer .message .messagetxt {
    font-size: 15px;
    position: relative;
    top:-3px;
  }

  #pdf-decrease {
    float: left;
  }

  #pdf-increase {
    float: right;
  }

  .cont_pinchzoom_tip .pad_size {
    font-size: 18px;
    padding: 16px 20px 14px 20px;
  }

  .cont_pinchzoom_int_icon img {
    width: 85%;
  }



  @media screen and (max-width: 1366px) {  
    #pinch_zoom_footer {
        left: 79%;
    }

    #font_size_mer_footer {
        right: -192%;
        display: block;
    }
    
    .cont_install_icon_up {
        left: 55%;
    }

    #carga_pag_mer {
        position: absolute !important;
        top: 25%;
    }
    
    .next_prev_header .cont_prev {
      width: 70px;
    }

    .next_prev_header .cont_next {
      width: 70px;
    }

    .next_prev_header .cont_go_html {
        display: none;
    }

  }
  
  @media screen and (max-width: 1112px) { 
    #pinch_zoom_footer {
        left: 39%;
    }
    #font_size_mer_footer {
        right: -150%;
    }
  }

  @media screen and (max-width: 1024px) {  
    
    #pinch_zoom_footer {
        left: 35%;
    }

    #font_size_mer_footer {
        right: -134%;
        display: block;
    }
    
    .cont_install_icon_up {
        left: 55%;
    }

    #carga_pag_mer {
        position: absolute !important;
        top: 25%;
    }
    
    .next_prev_header .cont_prev {
      width: 70px;
    }

    .next_prev_header .cont_next {
      width: 70px;
    }

    .next_prev_header .cont_go_html {
        display: none;
    }

  }
  
  @media only screen and (min-width: 1024px) and (orientation: portrait) { 

    #pinch_zoom_footer {
        left: 100%;
    }

    #font_size_mer_footer {
      display: none;
      right: -100%;
    }
    
    .next_prev_header .cont_prev {
      width: 40px;
    }

    .next_prev_header .cont_next {
      width: 40px;
    }

    .next_prev_header .cont_go_html {
        display: inline-block;
    }

    #carga_pag_mer {
        position: relative !important;
        top:0;
    }

  }

  @media screen and (max-width: 834px) { 
    #pinch_zoom_footer {
        left: 100%;
    }

    #font_size_mer_footer {
      display: none;
      right: -100%;
    }
    
    .next_prev_header .cont_prev {
      width: 40px;
    }

    .next_prev_header .cont_next {
      width: 40px;
    }

    .next_prev_header .cont_go_html {
        display: inline-block;
    }

    #carga_pag_mer {
        position: relative !important;
        top:0;
    }
    .cont_install_icon_up {
        left: 100%;
    }
  }

  @media screen and (max-width: 768px) {
    
    #pinch_zoom_footer {
        left: 100%;
    }

    #font_size_mer_footer {
      display: none;
      right: -100%;
    }
    
    .next_prev_header .cont_prev {
      width: 40px;
    }

    .next_prev_header .cont_next {
      width: 40px;
    }

    .next_prev_header .cont_go_html {
        display: inline-block;
    }

    #carga_pag_mer {
        position: relative !important;
        top:0;
    }

  }
  
  @media screen and (max-width: 430px) { 
    .cont_install_icon_up {
      left: 27%;
    }

    .tip_page_mer {
      background-size: 90px 118px;
      width: 100px;
      height: 130px;
      top: 40%;
      left: 40%;
    }

    .cont_log_mov_users {
      right: 16%;
    }
    
    #pinch_zoom_footer {
      left: 29%;
    }

    #font_size_mer_footer {
      right: -25%;
    }
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3/1),
  only screen and (min-device-pixel-ratio: 3) {  
    .cont_install_icon_up {
      left: 27%;
    }

    .tip_page_mer {
      background-size: 90px 118px;
      width: 100px;
      height: 130px;
      top: 40%;
      left: 40%;
    }

    .cont_log_mov_users {
      right: 16%;
    }

    #pinch_zoom_footer {
      left: 29%;
    }

    #font_size_mer_footer {
      right: -25%;
    }
  }

  @media screen and (max-width: 414px) {
    #font_size_mer_footer {
      right: -21%;
    }

    .cont_install_icon_up {
      left: 25%; 
    }

    #pinch_zoom_footer {
        left: 25%;
    }
    
  }

  @media screen and (max-width: 384px) {
    /*.cont_alert_full {
      height: 500px;
    }*/

    .cont_alert_full label {
        margin-bottom: 24px;
    }

    .cont_install_icon_up {
      left: 18%; 
    }

    #font_size_mer_footer {
      right: -13%;
    }

    #pinch_zoom_footer {
      left: 16%;
    }

  }

  @media screen and (max-width: 360px) {
    /*.cont_alert_full {
      height: 440px;
    }*/
  }

  @media screen and (max-width: 320px) {
    
      .cont_install_icon_up {
          top: 0 !important;
          left: 21%!important;
      }

      #font_size_mer_footer {
          right: -20px;
      }

      .cont_sec_pag_header {
          top: 4px;
          left: -11px;
          font-size: 15px;
      }

      .next_prev_header .cont_next {
        width: 30px;
      }

      .next_prev_header .cont_prev {
        width: 30px;
      }
      
      .next_prev_header .cont_go_html {
        width: 30px;
      }
  }
