
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  margin-top: 15%;
}
.modal-content {
  /*float: left;*/
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  /*border-radius: 6px;*/
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  /*background-color: #000;*/
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 12px;
  /*border-bottom: 1px solid #e5e5e5;*/
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* BTS */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  /*background-color: #428bca;
  border-color: #357ebd; */
  background: #305492; 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
/*  background-color: #3071a9;
  border-color: #285e8e; */
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  /*background-color: #5bc0de;
  border-color: #46b8da; */
  background-color: #008973;
  border-color: #126454;

}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
/*  background-color: #31b0d5;
  border-color: #269abc; */
  background-color: #008973;
  border-color: #126454;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-lg,
.btn-group-lg > .btn {
  /*padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; */

  padding: 10px 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  border-radius: 2px;

}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.dimen_bt_auto {
  width: 70%;
  margin-top: 3%;
  float: left;
}

.dimen_bt_auto_m {
  margin-right: 41px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 650px;
    margin: 30px auto;
    margin-top: 6%;
    text-align: left;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 436px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 650px;
  }
}

@media only screen and (max-width: 480px) { 
  .modal-dialog {
    margin-top: 3%;
  }
}

/* MODAL MER */

#modal_inicial_ls {
  background: transparent;
  display: none;
}

.cont_modal_peque_ls {
  position: relative;
  width: 82%;
  margin: 0 39px;
  padding-bottom: 62px;
}

.cont_modal_peque_ls h1 {
  font-family: Arial;
  font-size: 35px;
  color: #008872;
  font-weight: bold;
  /*line-height: 15px;*/
  margin: 0;
  padding-bottom: 15px;
  padding-top: 13px;
}

.cont_modal_peque_ls h2 {
  font-family: Arial;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 19px;
  margin: 0;
  padding-bottom: 30px;
}

.cont_modal_peque_ls h3 {
  font-family: Arial;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  /*line-height: 15px;*/
  margin: 0;
  padding-bottom: 8px;
}

.bt_suscri {
  display: block;
  width: 142px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left,  #000000 0%, #004d40 60%, #00715e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(60%,#004d40), color-stop(100%,#00715e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #000000 0%,#004d40 60%,#00715e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #000000 0%,#004d40 60%,#00715e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #000000 0%,#004d40 60%,#00715e 100%); /* IE10+ */
  background: linear-gradient(to right,  #000000 0%,#004d40 60%,#00715e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00715e',GradientType=1 ); /* IE6-9 */
  border: 1px solid #dadada;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  cursor: pointer;

}

.cont_modal_pe_footer {
  /*float: left;*/
  width: 91%;
  margin-left: 9%; 
  padding-bottom: 64px;
}

.cont_modal_pe_footer_izq {
  position: absolute;
 /* left: 0;*/
  width: 50%;
}

.cont_modal_pe_footer_der {
  position: absolute;
  right: 0;
  width: 50%;
}

.bt_links a {
  font-size: 11px;
  color: #000;
  text-decoration: underline;
}

.footer_izq_txt {
  font-size: 11px;
  color: #000;
  margin-top: 22px;
  /*float: left;*/
  position: relative;
  left: 0;
  top: 22px;
}

.footer_der_log {
  /*float: right;*/
  position: absolute;
  right: 0;
  display: none;
}

.footer_der_txt {
  /*float: right;*/
  font-size: 11px;
  color: #000;
  /*padding-top: 2px;*/
  /*padding-right: 18%; */

  position: absolute;
  left: 0;
  top: 22px;
  right: 17%;
  text-align: right;

}

/* MODAL MEDIANO */

#modal_limit_articulos {
  /*background:transparent;*/
  background: rgba(0,0,0,0.5);
}

.modal-header-ls {
  /*background:#3162ab;*/
  padding: 40px 50px;
  background-image: radial-gradient(circle farthest-side at center bottom,#4b84d8,#003087 215%);
}

.modal-header-ls h1 {
  font-family: Arial;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.modal-header-ls .title {
    width: 100%;
    font-family: 'Open Sans', Arial;
    font-size: 34px;
    color: #fff;
}

.modal-header-ls .price {
    font-weight: 700;
    font-style: italic;
    font-size: 38px;
}

.contenido_izq_modal_gr ul.a {
    font-family: Arial,sans-serif;
    margin: 0 0 0 5px;
    list-style-type: none;
    color: #333;
}

.contenido_izq_modal_gr ul.a li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    line-height: normal;
    font-size: 15px;
    color: #000;
    padding: 0;
}

.contenido_izq_modal_gr ul.a li div {
    float: left;
    width: 83%;
    padding-top: 10px;
}

.contenido_izq_modal_gr ul.a li a {
    text-decoration: none;
    color: #3162ab;
}

.contenido_izq_modal_gr ul.a li a:hover {
    text-decoration: underline;
}

.contenido_izq_modal_gr ul.a li .fa-check {
    float: left;
    margin-right: 10px;
    font-size: 17px;
    color: #3162ab;
    margin-top: 11px;
}

.contenido_izq_modal_gr .btn-lg {
    border-radius: 3px;
    width: 88%;
    margin-top: 14px;
}

.contenido_izq_modal_gr .btn:hover {
  color: #fff;
}

.contenido_der_modal_gr .btn-lg {
    border-radius: 3px;
    width: 97%;
    margin-top: 24px;
}

.contenido_der_modal_gr .btn:hover {
  color: #fff;
}

.modal-header-ls h2 {
  width: 90%;
  font-family: Arial;
  font-size: 21px;
  color: #fff;
  margin: 0;
}

.precio_modal {
  border-bottom: 1px solid #fff;
}

.modal-body-ls {
  position: relative;
  padding: 35px 50px 62px 50px;
}

.contenido_izq_modal_gr {
  float: left;
  width: 49%;
}

.contenido_izq_modal_gr a:hover {
  text-decoration: none;
}

.contenido_izq_modal_gr h2 {
  /*font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;*/
    font-family: 'Open Sans',Arial;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    background: #f8f8f8;
    font-size: 18px;
    font-weight: 600;
}

.contenido_izq_modal_gr p {
  font-family: Arial;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 19px;
}

.contenido_der_modal_gr {
  float: left;
  position: relative;
  width: 50%;
  padding-top: 39px;
}

.bt_suscri_lar {
  display: block;
  width: 185px;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left,  #000000 0%, #004d40 60%, #00715e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(60%,#004d40), color-stop(100%,#00715e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #000000 0%,#004d40 60%,#00715e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #000000 0%,#004d40 60%,#00715e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #000000 0%,#004d40 60%,#00715e 100%); /* IE10+ */
  background: linear-gradient(to right,  #000000 0%,#004d40 60%,#00715e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00715e',GradientType=1 ); /* IE6-9 */
  border: 1px solid #dadada;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 6px 0;
  cursor: pointer;
  font-size: 17px;
}

.error_msj {
  float: left;
  width: 110%;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  font-size: 12px;
  color: #b94a48;
  padding: 5px 0 0 0;
  font-weight: bold;
  text-align: center;
  display: none;
  position: absolute;
  left:0;
}

.contenido_der_modal_gr .cont_input_pram input.error_check {
  background: #f2dede;
  border: 1px solid #d86d6b;
}

.cont_dispositivos {
  text-align: right;
  margin-bottom: 30px;
}

.cont_dispositivos img {
  width: 100%;
}

.footer_der_txt_gr {
  /*float: right;*/
  font-size: 11px;
  color: #000;
  /*padding-top: 2px;*/
  /*padding-right: 18%; */

  position: absolute;
  left: 0;
  top: 22px;
  right: 13%;
  text-align: right;

}

.suscripcion_ubi {
  /*position: relative; right: -41px;text-align: right; margin-top: 43%;*/
  /*position: relative;
  right: -41px;
  text-align: right;
  margin-top: 23.5%;*/
  float: right;
}

.cont_txt_suscriptor_md {
  float: left;
  width: 100%;
  font-family: Arial;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 20px;
}

.contenido_der_modal_gr .cont_login_pram {
  float: left;
  width: 85%;
  margin-left: 8%;
}

.contenido_der_modal_gr .cont_input_pram {
  float: left;
  width: 100%;
  position: relative;
}

.contenido_der_modal_gr .cont_input_pram input {
    font-family:'Open Sans', Arial;
    width: 100%;
    padding: 10px 12px 11px;
    background: #fDfDfD;
    border: 1px solid #aeaeae;
    font-size: 14px;
    color: #000;
    text-align: center;
    webkit-transition-property: border;
    -moz-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
    webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.contenido_der_modal_gr .cont_input_pram input:focus {
    border: 1px solid #3162ab;
    outline: none;
    background: #F6F6F6;
}

.create_account_txt {
    font-family: 'Open Sans', Arial;
    border: 1px solid #ccc;
    padding: 10px 0;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
}

.user_right {
  width: 111%;
  margin-top: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

/* MODAL PRAM */

#modal_pram_ls {
  background:transparent;  
}

.cont_error_ingreso {
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  background: #F9F9F9;
  margin-top: 6.7%;
  padding: 7px 0;
}

.cont_error_ingreso a {
  color: #3162ab;
}

.cont_error_ingreso a:hover {
  color: #3162ab;
}

.cont_error_ingreso h2 {
  margin: 0 0 3px 0;
  font-size: 18px;
}

.cont_err_ing_txt {
  font-size: 11px;
}

.cont_err_ing_txt_color {
  color: #3162ab;
}

#cont_padd_mod_95 {
    padding-bottom: 30px;
}

/* LOADING */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.loading_pram .loading {
    border-radius: 50%;
    margin: 0 auto;
    border: 0.25rem solid rgb(195, 195, 195);
    border-top-color: #519ad7;
    -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

.loading_pram .load_size {
    width: 40px;
    height: 40px;
}

.loading_pram .cont_load_comments {
    position: relative;
    margin: 11% auto;
    width: 100%;
    display: inline-block;
}

.loading_pram .cont_load_comments .txt_loading {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 7px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.loading_pram .cont_load_comments .loading {
    border-top-color: #367ccc;
}

@media only screen and (max-width: 480px) {

.cont_modal_peque_ls {
  margin: 0 auto;
  padding-bottom: 25px;
}

.cont_modal_peque_ls h1 {
  font-size: 21px;
  padding-bottom: 8px;
  padding-top: 0;
}

.cont_modal_peque_ls h2 {
  padding-bottom: 20px;
  font-size: 14px;
}

.footer_izq_txt {
  margin: 0;  
  font-size: 13px;
  color: #000;
  left: 0;
  display: block;
  width: 80%;
  top: 0;
}

.footer_der_txt {
  top: 0;
  right: 0;
  left: 17%;
  text-align: left;
  font-size: 13px;
}

.bt_links a {
  display: block;
  font-size: 12px;
}

.footer_der_txt .bt_links a {
  display: inline;
}

.footer_der_log {
  display: none;
}

.bt_suscri {
  width: auto;
  font-size: 17px;
}

.modal-header {
  padding: 12px 12px 0 12px;
}

.cont_modal_pe_footer {
  padding-bottom: 55px;
}

/* MODAL 10 ARTICULOS */

.modal-header-ls h1 {
  font-size: 25px;
}

.modal-header-ls h2 {
  font-size: 13px;
  width: 100%;
}

.contenido_izq_modal_gr {
  width: 100%;
}

.contenido_izq_modal_gr p , .contenido_izq_modal_gr h2 {
  display: none;
}

.modal-header-ls {
  padding: 20px 25px;
}

.modal-body-ls {
  padding: 25px 41px 40px 41px;
}

.contenido_izq_modal_gr h2 {
  padding-bottom: 9px;
}

.contenido_izq_modal_gr p {
  margin-bottom: 10px;
}

.bt_suscri_lar {
  width: auto;
  font-size: 17px;
  padding: 10px 0;
}

.cont_dispositivos {
  display: none;
}

.suscripcion_ubi {
  margin-top: 0;
}

#sus_ub {
  left: -26%;
  top: 10px;
}

#sus_ub a {
  display: inline;
}

.contenido_der_modal_gr {
  width: 100%;
}

.suscripcion_ubi {
  right: 0;
}

.cont_txt_suscriptor_md {
  margin-bottom: 0;
  margin-top: 9px;
}

.dimen_bt_auto {
  width: 100%;
}

#cont_padd_mod_95 {
    padding-bottom:40px;
}

}

@media only screen and (max-width: 414px) { 
  
  .modal-header-ls {
    padding: 25px 30px;
  }

  .modal-header-ls .title {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
  }

  .modal-header-ls .price {
    font-size: 27px;
  }

  .contenido_der_modal_gr .cont_login_pram {
    width: 100%;
    margin-left: 0;
  }

  .contenido_izq_modal_gr .btn-lg {
    width: 100%;
  }

  .contenido_der_modal_gr .btn-lg {
    width: 100%;
    margin-top: 35px;
  }

  .cont_txt_suscriptor_md {
    margin:10px 0;
  }

  .contenido_der_modal_gr {
    padding-top: 5px;
  }

  .user_right {
    width: 100%;
  }

  .error_msj {
    width: 100%;
  }

  .contenido_izq_modal_gr ul.a li {
    margin-bottom: 7px;
  }

  #cont_padd_mod_95 {
      padding-bottom: 40px;
      padding-top: 15px;
  }

}

/* MODIFICACIONES MODAL MER */

#modal_limit_articulos {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

#modal_limit_articulos .modal-header-ls {
    padding: 15px 50px;
}

.modal-header-ls .title {
  font-size: 25px;
}

.modal-header-ls .price {
  font-size: 25px;
}

#modal_limit_articulos .modal-body-ls {
  padding: 20px 50px 30px 50px;
}

.cont_error_ingreso {
  margin-top: 4% !important;
}

.cont_log_full_msj {
  float: left;
  width: 96%;
  display: none;
  margin-left: 20px;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', Arial;
  font-weight: 600;
}

.cont_login_msj {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 0;
  border-bottom: 3px solid #ccc;
  font-weight: normal;
}

.cont_log_full_msj .btn-lg {
  width: 87%;
}

.contenido_der_modal_gr.log_pram {
  padding-top: 15px;
}

.contenido_der_modal_gr.log_pram .cont_log_full_msj .btn-lg {
  width: 87%;
  margin-top: 19px;
}

.loading_pram {
  float: left;
  display: none;
  width: 100%;
  position: absolute;
  margin-left: 20px;
  text-align: center;
  height: 56%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.er {
  font-size: 12px;
  margin-left: -8px;
  line-height: normal;
  display: inline-block;
  position: relative;
  top: -13px;
}

.contenido_izq_modal_gr {
  margin-right: 5px;
}

.contenido_der_modal_gr.cont_new_izq {
  width: 100%;
  padding-top: 10px;
}

.contenido_der_modal_gr.cont_new_izq .cont_login_pram {
  margin-left: 0;
  border: 1px solid #ccc;
  padding: 10px;
  width: 90%;
  border-bottom: 2px solid #ccc;
  min-height: 219px;
}

.contenido_der_modal_gr.cont_new_izq .cont_login_pram .user_right {
  width: 100%;
}

.contenido_der_modal_gr.cont_new_izq .cont_login_pram .cont_input_pram input {
  width: 90%;
  margin-bottom: 10px;
}

.contenido_der_modal_gr.cont_new_izq .loading_pram {
    margin-left: 0;
    height: 100%;
}

.contenido_der_modal_gr.cont_new_izq .btn-lg {
  width: 86%;
  margin-top: 5px;
}  

.contenido_der_modal_gr.cont_new_der {
  padding-top: 0;
}

.contenido_der_modal_gr.cont_new_der .btn-lg {
    width: 88%;
}

.contenido_der_modal_gr.cont_new_der .create_account_txt {
  margin: 0;
  border: 0;
  height: 83px;
  font-size: 18px;
  line-height: normal;
  padding-top: 57px;
}

.contenido_der_modal_gr.cont_new_der .cont_dispositivos {
  float: left;
  margin: 10px 0;
}

.contenido_der_modal_gr.cont_new_der .cont_login_pram_sus {
  float: left;
  margin-left: 0;
  border: 1px solid #ccc;
  padding: 10px;
  width: 95%;
  border-bottom: 2px solid #ccc;
}

#modal_limit_articulos .modal-dialog {
  margin-top: 1% !important;
}

.modal-header-ls .price {
  font-size: 28px !important;
}

.modal-header-ls .title {
  font-size: 26px !important;
  line-height: 34px !important;
  font-weight: normal;
}

.contenido_izq_modal_gr ul.a {
  padding: 0;
}

.contenido_izq_modal_gr ul.a li div {
    padding-top: 0 !important;
}

.contenido_izq_modal_gr ul.a li .fa-check {
    margin-top: 1px !important;
}

.error_msj {
  position: relative !important;
  padding: 0 0 3px 0 !important;
  width: 100%!important;
  display: block !important;
  min-height: 14px!important;
}

.cont_error_ingreso h2 {
  line-height: normal;
  font-weight: 500;
}

#cont_recoveryPassword , #cont_recoveryPassword_ok {
  display: none;
}

.recoveryPass {
  float: left;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 15px 0 5px 0;
  text-decoration: underline;
}

.recoveryPass a {
  color: #000;
}

.recovery_txt_ok {
  float: left;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

#mail_recovery {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 15px 0;
    color: #265bb1;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 767px) {

  .contenido_der_modal_gr.log_pram .cont_log_full_msj .btn-lg  {
    width: 100%;
  }

  .cont_log_full_msj {
    width: 100%;
    line-height: normal;
    margin-left: 0;
  }

  .loading_pram {
    margin-left: 0; 
    height: 65%;
  }

  .contenido_der_modal_gr.cont_new_izq .cont_login_pram {
    width: 93.8%;
  }

  .contenido_der_modal_gr.cont_new_izq .cont_login_pram .cont_input_pram input {
    width: 92%;
  }

  .contenido_der_modal_gr.cont_new_izq .btn-lg {
    width: 95%;
    margin-top: 25px;
  }

  .contenido_der_modal_gr.cont_new_izq .cont_login_pram .user_right {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .contenido_der_modal_gr.cont_new_izq .cont_login_pram {
    margin-bottom: 20px;
  }

  .contenido_der_modal_gr.cont_new_der .cont_login_pram_sus {
    width: 94%;
  }

  .contenido_der_modal_gr.cont_new_der .btn-lg {
    width: 90%;
    margin-top: 10px;
  }
  
  /* MODAL SMALL*/

  .er {
    top: -7px;
    font-size: 13px;
    left: 2px;
  }

  .cont_err_ing_txt {
    font-size: 13px !important;
  }

  .cont_error_ingreso {
    width: 99% !important;
  }

}

@media screen and (max-width: 414px) { 

  #modal_limit_articulos .modal-header-ls {
    padding: 13px 20px!important;
  }

  .modal-header-ls .title {
    font-size: 21px !important;
    text-align: center;
  }

  .contenido_der_modal_gr.cont_new_izq .cont_login_pram .cont_input_pram input {
      float: left !important;
  }

  .contenido_der_modal_gr.cont_new_izq .btn-lg {
      float: left !important;
      padding: 11px 7px 10px 7px !important;
      font-size: 18px;
      margin-top: 0;
  }

  .error_msj {
      position: relative!important;
      text-align: center!important;
      padding: 10px 0 !important;
      margin-top: 0 !important;
  }

  #txtPassword {
    margin-bottom: 0;
  }

  .contenido_der_modal_gr.cont_new_der .create_account_txt {
    height: auto !important;
    font-size: 16px;
  }

  .contenido_der_modal_gr.cont_new_der .create_account_txt {
    padding: 2px 0 !important;
  }

  .modal-header-ls .price {
    font-size: 23px !important;
  }

  #cont_padd_mod_95 {
    padding-bottom: 30px !important;
    padding-top: 5px !important;
  }

  #modal_limit_articulos .modal-body-ls {
      padding: 10px 35px 40px 35px !important;
  }

  .contenido_izq_modal_gr ul.a li div {
    padding-top: 5px;
  }

  .contenido_izq_modal_gr ul.a li .fa-check {
    margin-top: 5px;
  }

}

@media screen and (max-width: 384px) {

  .contenido_der_modal_gr.cont_new_der .create_account_txt {
    font-size: 15px !important;
  }

  .contenido_der_modal_gr.cont_new_izq .cont_login_pram .user_right {
    font-size: 14px !important;
    font-weight: bold !important;
  }

  .modal-header-ls .title {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .modal-header-ls .price {
      font-size: 20px !important;
  }

  .contenido_izq_modal_gr ul.a li div {
    width: 90% !important;
  }

  #modal_limit_articulos .modal-body-ls {
      padding: 8px 30px 40px 30px !important;
  }

}

@media screen and (max-width: 375px) {
  .contenido_der_modal_gr.cont_new_izq .cont_login_pram .user_right {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 360px) {
  
  .modal-header-ls .title {
    font-size: 19px;
  }

  #modal_limit_articulos .modal-body-ls {
      padding: 8px 25px 40px 25px !important;
  }

}