#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;
  }

}