
 
@media(max-width:368px){
    .lista-tipo-tarjeta
  {
    display: block;
    
  }
}
@media(min-width:500px)
{
   .lista-tipo-tarjeta
  {
    display: flex;
    justify-content: space-around
    
  }
} 
@media(min-width:765px){
  
}
@media(min-width:992px){}
@media(min-width:1200px){
    .wpwl-form-card
  { 
    width: 600px !important;
    max-width:800px !important;
   
  }

}
@media (max-width: 767px) {
      body
  {
 
  }
  .lista-productos .tarjeta .col-xs-3.col-md-3.col-lg-3
  {
    display: none;
  }
  .img-bonus{
    display: none;
  }
  .container
  {
    
  }
  .container .col-xs-12
  { 
    
  }
  .container > div > div.col-xs-12
  {
    padding: 0 !important; 
  }
  body
  {
    font-size: 1em;
  }
  h3{
    font-size: 1em;
    
  }
  .form-control
  {
      font-size:1.2em;
  }
   
  .bootstrap-select.form-control li a
  {
    font-size: 0.9em;
  }
  .steps ul li a span.number
  {
    display: none;
  }
  .steps ul li a
  {
    font-size: 0.6em !important;
  }
  fieldset h2{
    font-size: 1.2em !important;
      
      line-height: 1em;
  }
  fieldset h2 span
  {
    line-height: 1em;
    display: block;
  }
  .msj-error 
  {
    font-size: 0.6em;
  }
.msj-error .alert
  {
    padding: 5px;
    margin-bottom: 0px;
  }
  .form-control
  {
    font-size: 0.8em !important;
    
  }
  .form-group
  { 
    margin-bottom: 0;
  }
  .form-group label
  { 
  }
  #modalBancosTitle .titulo
  {
    font-size: 1em !important;
  }
  .mensaje-promocion
  {
    font-size: 0.8em;
    margin: 0 !important;
    border:1px dashed #333 ;
    
  }
  .mensaje-promocion .glyphicons
  {
    font-size: 1.4em !important;
  }
  .tarjeta
  {
    margin:5px;
    font-size: 0.8em; 
    margin:2px 15px 10px 15px;
    padding-top: 5px;
    border-radius: 3px;
  }
  .tarjeta h6 span
  {
    font-size: 0.7em;
  }
  .tarjeta .btn-primary
  {
    font-size: 0.9em;
  }
  .div-tarjeta-tipotarjeta .div-banco img
  {
    height: 50px !important;
  }
  .div-tarjeta-tipotarjeta .div-tarjeta img
  {
    height: 40px !important;
  }
}
 .tarjeta 
  {
    display: flex;
  }
.navbar-toggler-icon
{
  background-color:gray ;
}
.wizard > .steps .done a, 
.wizard > .steps .done a:hover, 
.wizard > .steps .done a:active{
	 background-color: #A3C04D ;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active
{
	
	 background-color: #E4AD35 !important;
}
.wizard li.current a
{
	
	 background-color: #7fa52c !important;
}
.wizard .actions li.disabled a
{
	
	 background-color: #ddd !important;
 
}
h2
{
  font-size: 1.6em !important;
}
h3 
  font-size: 1.5em !important;
}
.prd
{
	padding: 5px;
	margin:5px;
	border-radius: 4px;
}
.prd.select
{
	background-color: #fff;
	  box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}

.prd
{
  padding: 5px;
  margin:5px;
  border-radius: 4px;
}
.wizard  .content
{
	min-height: 750px !important;
}


/*lista de tipos de pago

.lista-tipo-pago span
{
  display: inline;
}


.lista-tipo-pago > li label
{
  display: block !important;
}
.lista-tipo-pago > li label .numero
{ 
    display: block !important;
  font-size: 0.9em;
  color:#999;
  text-align: right
}
.lista-tipo-pago{
  margin: 0;
  padding: 0;
}
.lista-tipo-pago > li
{
  transition: all 0.3s ease-out;
  margin: 10px;
  padding: 10px;
  list-style: none;
}
.lista-tipo-pago li.selected{
  box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
  border-radius: 3px;
  background-color: #fff
}
.lista-tarjetas ul > li
{
  list-style: none;
  text-align: left;
  font-size: 0.8em;
}
.lista-tarjetas li 
{
  display: inline-block !important;
  width: 300px !important;
}*/

.lista-tipo-pago input
{
  display: inline-block !important;
  
}
.lista-tipo-pago h5
{
  font-size: 1.3em
}
.lista-tipo-pago h5 span.numero
{
  display: block;
  font-size: 0.7em;
}
.lista-tipo-pago > li

{
  list-style: none;
  border-radius: 3px;
  padding: 10px !important; 
  
  overflow: hidden;
}
.lista-tipo-pago > li.selected
{
  background-color: #fafafa;
}
.lista-tipo-pago > li label
{
  
  
}
.lista-tipo-pago > li:hover
{
  background-color: #fff;
}
ul.lista-tarjetas
{ 
}
ul.lista-tarjetas > li{
  list-style: none;
  margin: 0 0 10px 0;
  display: block !important;
  background: #ddd;
  padding: 5px;
  overflow: hidden;
}
ul.lista-tarjetas > li div.img-responsive
{ 
  display: inline !important;
  border:1px solid #999;
  border-radius: 2px;
  text-align:center;
  background-color: #fff;
  padding:5px 10px;
  float: left;
  clear: both;
  margin-right: 10px;
  
}
ul.lista-tarjetas > li div.img-responsive img
{ 
  height: 30px;
}

ul.lista-tarjetas span
{ 
  display: inline-block !important;
  list-style: none;
  font-size: 0.8em;
  text-decoration: underline
}
.req input,.req select,.optiones-diferido.req
{
  border:1px solid red !important;
}
.req > label
{ 
}
span.error{
  position: absolute;
  right: 0;
  top:0;
  font-size:0.9em;
  
  
  
}
span.error span.glyphicons
{
  font-size: 1.2em;
  border-radius: 50%;
  padding: 4px;
  background-color:#fff;
  color:red;
  margin:3px ;
}
.steps ul li a
{
  position: relative;
}
.optiones-diferido
{ 
  overflow: hidden;
}
.mensaje-promocion
{
  background-color: #fff;
  margin: 5px 5px;
  padding:10px;
   border:1px  dashed #333 ;
}
.mensaje-promocion .glyphicons
{
  float: right;
  font-size: 2.5em;
  padding: 10px;
  color:#97C189;
}
.promo
{
  text-align: center !important;
  display: block !important;
  font-size: 1.2em;
}
.mensaje-promocion h4
{ 
  font-size: 1em;
    
}
.mensaje-promocion .lista
{
  color:#8aa82f;
}
.div-proceso
{ 
  position: absolute;
  width: 100% !important;
  z-index: 1000;
  text-align: center;
  background-color: rgba(255,255,255,0.8) !important;
  height: 100%;
  color:#A3C04D;
  font-weight: bold;
  display: flex;
}
.div-proceso div.ico
{
  background-color: #fff;
  display: inline-block;
  margin:30px auto;
  font-size: 1.5em;
  padding: 10px 30px;
  border-radius: 5px;
  border:1px solid #eee;
 height: 250px;
}
.compra-ok
{
  
  /**padding-top: 72%;
  background: transparent url(../img/diseno/app/bienvenida.png) no-repeat center top;
  background-size: 70%;**/
  min-height: 700px;
}
.compra-ok label
{
  background-color: #f3f3f3;
  padding: 3px 5px;
  min-width: 50%;
  color:#333;
}
.compra-ok label span{
  font-size: 2em;
  padding-left:10px; 
  color:#8EC652
}
h2
{
  padding: 0;
  margin-top: 0;
  font-size: 1.9em;
  border-bottom: 1px solid #aaa;
  color:#F79421; 
  padding-bottom: 10px;
} 
h2 span
{
  font-size: 0.5em;
  margin-left: 10px;
  font-style: italic;
}
.prd
{
  border:1px solid #ccc;
  background-color: #fff;
}
.prd:hover 
{
  background-color: #fff;
}
.precio
{
  font-size: 1.5em;
  padding-bottom: 5px;
  text-align: center;
}
.tarjeta h6
{
  font-size: 0.8
}
.prd h4
{
  font-size: 0.9em;
  font-weight: bold
}
.lista-tipo-pago  .img-responsive img
{
    height: 25px !important;
}
.btn-outline-primary
{
  border:1px solid #23527E
}
.btn-outline-primary:hover
{
  background-color: #ddd;
}
.btn-outline-primary.selected
{
  background-color: #23527E;
  color:#fff;
}
.alert-danger ul,.alert-danger li
{
  margin: 3px 7px;
  padding: 0;
}
.alert-danger li
{
  font-style: italic;
   
}
 
td.valor,th.valor
{
  text-align: right
}
.form-control
{
  border-radius: 0 !important;
} 

.btn-continuar
{
  font-size: 1em;
  border-color:#133451;
  border-radius: 3px;
  background-color: #23527C;
}
li.banco a,li.tarjeta a,li.diferido a{
  display: block;
  width: 100%;
}
li.banco span,li.tarjeta span
{
  color:#999;
  display: block;
}
li.banco img ,li.tarjeta img 
{
  height: 55px;
  float: left;
  margin-right: 30px;
}
li.banco,li.tarjeta,li.diferido
{
  overflow: hidden;
  list-style: none;
  padding: 1px 5px !important;
  padding-left: 20px !important;
  border:1px solid transparent;
  margin-bottom: 1px ;
  transition: all 0.3s ease-out;
   font-weight: bold;
}
.txtdiferido
{
  font-weight: normal;
}
li.diferido
{
  padding: 10px !important;
}
li.banco:hover,li.tarjeta:hover,li.diferido:hover
{
  border-color: #ccc;
}
.banco.selected
{
  border-color: #ddd;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.tarjeta.selected
{
  border-color: #ddd;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.diferido.selected
{
  border-color: #ddd;
    box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
.div-tarjeta-tc
{
  border:1px dashed #ddd;
  height: 200px;
}

.div-tarjeta-tipotarjeta
{
  border:1px dashed #ccc;
  padding: 10px;
  clear: both;
  min-height: 36px;
  position: relative;
}
.div-tarjeta-tipotarjeta .div-banco{
  /*! border:1px solid #ddd; */
  /*! border-radius: 4px; */
  /*! background-color: #fff; */
  /*! padding: 2px 30px; */
  display:inline-block;
}
#div-registro-tarjeta-logo
{
  text-align: center;
}
.div-tarjeta-tipotarjeta   .dummytc
{
  border: 1px solid #aaa;
  background-color: #fff;
  position: relative;
  
}
.div-tarjeta-tipotarjeta .div-banco img
{
  height: 90px;
  text-align: left;
  float: left;
}
.div-tarjeta-tipotarjeta .div-tarjeta
{
  position: absolute;
  right: 0;
  bottom:0px;
  padding: 3px;
  border-radius: 4px;
  border:1px solid #999;
  background-color: #fff;
  padding: 1px 3px;
}
.div-tarjeta-tipotarjeta .div-tarjeta img
{
  height: 50px;
  
}
.div-tarjeta-tipotarjeta #btn_elegir_tarjeta
{
 
}
.lista-tipo-tarjeta label
{
  display: block;
  padding: 10px;
  border-radius:4px;
  border:1px solid #ddd;
  font-size: 0.9rem;
  font-weight: bold; 
}
.lista-tipo-tarjeta label:hover
{
  background-color: #ddd;
}
.lista-tipo-tarjeta label.selected
{
  background-color: #ED6239;
  color:#fff;
}
li.diferido .cuota,.div-diferido .cuota
{
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  color:#666;
}
.btn-atras-modal
{
  font-size: 1.5em;
  margin-right: 0px;
  display:inline-block
}
.div-diferido .cuota
{
   display:block
}
.wpwl-button-pay 
{
  width: 100%
}
.wpwl-container-card
{
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.wpwl-form-card
{ 
  
  background-image: none;
  background-color: #fff; 
  border-color:#fff;
  box-shadow: none;
    
  margin: 0 !important;
  padding: 0 !important;
}
#div-registro-tarjeta-df-condiciones
{
  display: none ;
  
}


#div-error-datospersonales,#div-error-codigopromocional
{
  font-size: 0.9em;
}
.lista-productos
{
  font-size: 0.9em;
}
.btn-producto
{
  font-size: 1em;
  width: 100%;
  text-align: center;
}
#tiempoVariante,#unidadvariante
{
  font-size: 0.9em;
}

.navbar.fixed-top
{
  
}


div.tarjeta
{
 display:flex;
 width: 100%
}


#modalBancosTitle .titulo{
  font-size: 1.3em;
  font-weight: bold;
  color:#97C140
}
.wizard > .steps a
{
  font-size: 0.9em;
}
.nav-link
{
  font-size:0.8em;
}
.titulo-general
{
  font-size: 0.7em;
}
.resumen h4
{
  color:orange;
  font-size: 1.2em;
}
.resumen h6
{
  font-size: 0.8em !important;
}
.form-control, .form-group label
{
  font-size: 0.9em;
}
.resumen td
{
  font-size: 0.8em;
}


#btn_elegir_tarjeta
{
  background-color: #0069D9;
    width:100%;
}

.div-perfiltc
{
  border:1px dashed #ccc;
  border-radius: 3px;
  padding: 10px;
}
.div-marcas
{
  
  border:1px solid #ccc;
  padding: 10px;
  text-align:center;
}
.div-marcas img 
{
  height: 70px;
}
.div-diferido
{
  text-align: center;
}
.lista-tipo-tarjeta, .lista-opciones
{
  padding: 0;
}
.btn-continuar .glyphicons-chevron-right
{
  margin-top: 5px;
}
  #modalBancosTitle .titulo
  {
    font-size: 0.9em !important;
  }

.btn-pp {
 color:#fff;
 background-color:#FF750D;
 border-color#FF750D
}
.btn-pp:hover {
 color:#fff;
 background-color:#e5660b;
 border-color:#e5660b
}
.btn-pp.focus,
.btn-pp:focus {
 color:#212529;
 background-color:#e5660b;
 border-color:#d39e00;
 box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-pp.disabled,
.btn-pp:disabled {
 color:#212529;
 background-color:#fca86c;
 border-color:#ffc107
}
.btn-pp:not(:disabled):not(.disabled).active,
.btn-pp:not(:disabled):not(.disabled):active,
.show>.btn-pp.dropdown-toggle {
 color:#212529;
 background-color:#fca86c;
 border-color:#c69500
}
.btn-pp:not(:disabled):not(.disabled).active:focus,
.btn-pp:not(:disabled):not(.disabled):active:focus,
.show>.btn-pp.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.opcionesPago
{
  display: flex;
  justify-content: space-around;
 
}
.opcionesPago li a
{
 
}
.div-pp
{
  border:1px solid orange;
}
#listaTc
{
  padding-top: 1rem;
  border:1px solid #aaa;
  border-radius: 0.2rem;
  margin:0.1rem;
}
.lista-opciones
{
  padding: 0;
}

.btn-continuar {
 color:#fff;
 background-color:#8EC652;
 border-color:#8EC652
}
.btn-continuar:hover {
 color:#fff;
 background-color:#6aa32a;
 border-color:#6aa32a
}
.btn-continuar.focus,
.btn-continuar:focus {
 color:#212529;
 background-color:#6aa32a;
 border-color:#6aa32a;
 box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-continuar.disabled,
.btn-continuar:disabled {
 color:#212529;
 background-color:#bfed8b;
 border-color:#bfed8b
}
.btn-continuar:not(:disabled):not(.disabled).active,
.btn-continuar:not(:disabled):not(.disabled):active,
.show>.btn-continuar.dropdown-toggle {
 color:#212529;
 background-color:#bfed8b;
 border-color:#bfed8b
}
.btn-continuar:not(:disabled):not(.disabled).active:focus,
.btn-continuar:not(:disabled):not(.disabled):active:focus,
.show>.btn-continuar.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.tipo_tc{
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}