/* input[type="date"]::before {
                    color: #000000;
                    content: attr(placeholder) !important;
}
input[type="date"] {
                    color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
                    color: #666666;
} */

/* ESTO VALE */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
html, body{font-family: 'Open Sans', serif;
height: auto !Important;}

body {
  text-align: justify;
  background-image: url(/images/back.jpg) !important;
  height: auto !Important;
  color: #000000;
  background-size: contain;
}


div#access {
    position: absolute;
    right: 0;
    top: 1em;
    padding: 0;
    max-width: 150px;
    text-align: center;
    color: #ffffff !important;
}

div#access a{
    color: #ffffff !important;
    background: #721c24;
    padding: 2em;
    text-align: center;
    display: block;
}

div#access a:hover{
    color: #ffffff !important;
    background: #4874b8;
    padding: 2em;
    text-align: center;
    display: block;
}



.avisolegal {
    background: #ffffff;
}

.avisolegal *{
    color: #212121 !important;
    letter-spacing: 0 !important;
}
.no-visible{
	display: none !important;
}

.text-muted {
	color: #00509c !important;
}

#registro div#tarjeta {
  padding: 1em 1em .5em 1em !important;
  background: #f3f3f3;
  color: #AB9388;
  text-align: left;
  font-weight: 600;
}

input#numTarjeta {
    float: right;
    max-width: 75%;
    background: #ffffff;
    padding: .25em .5em !important;
    margin-top: -.15em;

}

#tienda input[type="radio"] {
  padding: 0 1em !Important;
  margin: 0 .2em 0 1em;
}
div#sincupon #lblPuntos {
color: #4874b8;
}

input#numTarjeta {
  padding: 0 .5em;
	text-align: center;
}

:focus {
outline-style: none;
}
h5#errUsuario {
  padding-top: 1em;
  margin-bottom: -1em;
}
::selection{
	background-color: #e5231e;
	color: #ffffff;
}
::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

a{
	color: #717171;
}

a:hover{
	color: #AB9388;
}

.hiddeninput{
	display: none;
}



.col-sm-6{
	float: left;
  padding: 0;
}

/* HEADER */
a.logo img {
	margin: 1em auto;
	display: block;
	max-width: 15%;
	width: 15%;
}

#header{
	background-color: #ffffff;
	/* max-height: 1000px; */
	border-top: 3px solid #AB9388;
	display: block;
	box-shadow: 0px 5px 20px 0px rgba(1,1,1,0.4);
}

.header-container{
	margin:auto;
}
/* HEADER */
.central {
  height: calc(100vh - 220px);
  margin: auto;
}

#main{
	/*clear: both;*/
	float: left;
	width: 100%;
  margin: auto;
}

#homepage div#main div {
	padding: 1em;
}

.container{
	max-width:800px;
	display: table;
	padding-left: 5px;
	padding-right: 5px;
}

html body#aviso-legal div.container, html body#condiciones div.container  {
    background-color: rgba(256, 256, 256, 0.60);
}

.col-md-12{
	width: 100%;
	float:left;
	padding: 0;
	margin: 0;
}

.img-consulta {
  background: url(../images/consulta.png);
  background-repeat: no-repeat;
  transition: .2s;
  background-position: center;
  border: none;
	cursor: pointer;
	background-size: 350px;
	
}


.img-consulta:hover {
  background: url(../images/consultahover.png);
  background-repeat: no-repeat;
  transition: .2s;
  background-position: center;
  border: none;
	cursor: pointer;
	background-size: 360px;	
}



.img-alta {
  background: url(../images/alta.png);
 background-repeat: no-repeat;
  transition: .2s;
  background-position: center;
  border: none;
	cursor: pointer;
	background-size: 350px;
}

.img-alta:hover{
	background: url(../images/altahover.png);
  background-repeat: no-repeat;
  transition: .2s;
  background-position: center;
  border: none;
	cursor: pointer;
	background-size: 360px;
}

.col-md-6{
	width: 50%;
	vertical-align:middle;
	display: table-cell;	
}


.central a, .central input, .central button {
	width: 100%;
	margin: auto;
  display: block;
}

.central .botones {
  margin: auto;
	display: block;
	text-align:center;
	cursor: pointer;
	text-transform: uppercase;
	min-height: 360px;
	min-width: 360px;
} 

.central .botones:hover {
  margin: auto;
	display: block;
	text-align: center;
} 


.avisolegal {
  text-align: center;
  padding: .5em;
  text-transform: uppercase;
  letter-spacing: .3em;
  border-top: 3px solid #AB9388 !important;
}
/* #dashboard .avisolegal{
	position: absolute;
	bottom: 12em;
	} */

#footer{
	background-color: #f7f7f7;
	clear:both;
	width: 100%;
	float: left;
	box-shadow: 0px 5px 20px 0px rgba(1,1,1,0.4);
}

#footer a, #footer strong{
	color: #212121 !important;
}

#footer .col-md-12 {
  text-align: center;
  padding: .25em 0 .25em 0;
}

#footer a:hover, #footer strong:hover{
	color: #AB9388 !important;
}

#footer .social {
  display: inline-block;
  float: left;
}

div#social a {
	margin: 0 .5em;
}

#copyright{
  padding: 1em;
  padding: 1em !important;
  text-transform: uppercase;
  font-size: .8em !important;
  letter-spacing: .15em;
}


.fa {
  font-size: 1em !important;
  color: #343440 !important;
  margin: auto;
	display: inline-block;
  padding: .2em;
}

.fa:hover {
	color: #AB9388 !important;
}






h1.header-title {
  text-align: right;
  color: #343740;
  text-transform: lowercase;
  padding: 5em 0 .5em 0;
  border-bottom: 3px solid;
font-size: 1.4em !important;
}

/* PESTAÃƒâ€˜A ALTA USUARIO */
.modal-title {
  color: #AB9388;
  font-size: 1em;
}
.fade.show{
	opacity: 1;

	display: table !important;
	width: 100%;
	height: calc(100vh);
}

.modal-content {
  display: block;
  vertical-align: middle;
  position: absolute;
  border-radius: 0px;
  padding: 1em 2em;
  width: 100%;
  margin: 5% auto;
}

.form-control{
	border-radius: 0px !important;
	color: #AB9388;
		background-color: #f1f1f1;
		border: 0px;
}

.form-control:focus{
	border: 0px solid #f1f1f1 !important;
	box-shadow: none !important;
	background-color: #f1f1f1;
	border-radius: 0px;
	color: #AB9388;
}

#registro{
	color: #2C2B2A;
}


#registro .col-sm-6 input{
	padding: .5em;
  width: 100%;
  margin: auto;
}

.col-sm-6.left {
	padding-right: .5em;
}

.col-sm-6.right {
  padding-left: .5em;
}

#registro .col-sm-12{
  padding: .5em 0;
  float: left;
  width: 100%;
}

div#tienda input {
    margin: .2em .2em .2em 1em !important;
}

div#tienda {
    padding: .5em 0 0 0;
}
#aceptar{padding: 1em 0 !Important;}


.modal-footer.col-sm-12 {
  margin-top: 1em;
}
#aceptar .col-sm-12{
padding: 0em 0;
}

button.close {
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: none;
  color: #ffffff;
  font-size: 1.4em;
  background: #AB9388;
  padding: .05em .5em .4em .5em;
	opacity: 1; 
	cursor: pointer;
}

button.close:hover{
  background: #343740;
	color: #ffffff;
}

label.question {
  padding-top: 1em;
  font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
}

.col-sm-12.confirmation {
   margin-top: 0;
  text-align: right;
  font-size: .8em;
  color: #919191;
  width: 100% !important;
  float: right !important;
}

.modal-footer.col-sm-12 button.btn-secondary, .btn-secondary {
  color: #616161;
  background: #e1e1e1;
  border-radius: 0;
  border: 2px solid #e1e1e1;
  text-transform: lowercase;
	padding: .5em 2em;
	cursor: pointer;
}

.modal-footer.col-sm-12 button.btn-secondary:hover, .btn-secondary:hover{
	color: #ffffff;
  background: #343740;
  border-radius: 0;
  border: 2px solid #343740;
}

.modal-footer.col-sm-12 input.btn-primary, .btn-primary{
	 color: #AB9388;
  background: transparent;
  border-radius: 0;
  border: 2px solid #AB9388;
  text-transform: lowercase;
	padding: .5em 2em .6em 2em;
	cursor: pointer;
	width: 100%;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #AB938870 !important;
  border-color: #AB938870 !important;
  box-shadow: 0 !Important;);
}

.modal-footer.col-sm-12 input.btn-primary:hover, .btn-primary:hover{
	color: #ffffff;
  background: #AB9388;
  border-radius: 0;
  border: 2px solid #AB9388;
}

.btn-secondary:focus, .btn-secondary.focus, .btn-primary:focus, .btn-primary.focus{
	box-shadow: none !important;
}

.form-check-input {
  position: absolute;
	display: inline-block;
}

label.col-sm-3{
	width: 33%;
	float: left;
	display: inline-block;
}

.fade.show {
  opacity: 1;
  background-color: #00000080;
  display: block !important;
	padding: 0;
}
/* END PESTAÃƒâ€˜A ALTA USUARIO */



/* AvÃƒÂ­s legal */
#aviso-legal .container {
  padding: 2em 0;
	text-align: justify;
}

#aviso-legal, #condiciones{
	color: #000000 !important;
}

div#smart-card {
    padding: 1em;
    background: #11111160;
    margin: 1em auto;
    line-height: 1.5em;
    border: 2px solid #ffffff;
}

h1.header-title {
  color: #ffffff;
  text-align: center; 
  text-transform: lowercase;
  padding: .5em 0;
background-color: #AB9388;
margin-top:2em;

}

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
	letter-spacing: .1em;
}

div#datosempresa span {
	font-size: 1.2em;
}

body#aviso-legal h6, div#graciastextbody, #condiciones h6 {
  font-size: 1.3em;
  text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
  color: #000000;
  border-bottom: 2px solid #0;
  padding: .5em 0;
}



.condicion {
  padding: 2em 1em;
  margin: 1em auto;
}

.avisolegal a, .avisolegal {
    color: #ffffff70;
}

.avisolegal a:hover, .avisolegal {
    color: #ffffff;
}
/* END AvÃƒÂ­s legal */



/* PESTAÃƒâ€˜A CONSULTA PUNTOS */
div#formulario {
  width: 50%;
  vertical-align: middle;
	display: table-cell;
	height: calc(100vh - 190px);
  margin: auto;
}

div#formulario H4 {
  font-size: 2em;
  color: #000000;
  text-transform: lowercase;
  text-align: center;
}

#consulta .form-group {
  background: #ffffff;
	max-width: 500px;
	display: block;
}



#consulta label {
  font-weight: 500;
}

div#formulario-container {
  display: block;
  background: #ffffff;
  margin: auto;
  width: 100%;
max-width: 421.59px;
  padding: 1em;
	box-shadow: 0px 5px 20px 0px rgba(1,1,1,0.4);
	padding: 2em;
}

input#tarjeta, input#password {
  text-align: center;
  font-size: 1.2em;
	letter-spacing: .1em;
}

div#formulario h4 {
  margin-bottom: 1em;
}
/* END CONSULTA DE PUNTOS */

/* ANIMATIONS */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: .2s
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: .6s;
}

.swing {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

input#btnConsultar.fadeInUp{
	animation-delay: .8s;
}


.fadeInRight  {
	animation-delay: 1s;
  -webkit-animation-name: fadeInRight ;
  animation-name: fadeInRight ;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInLeft  {
	animation-delay: 1s;
  -webkit-animation-name: fadeInLeft ;
  animation-name: fadeInLeft ;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


.condicion.fadeInLeft, .condicion.fadeInRight{
	animation-delay: .5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

#datosempresa{
	animation-delay: 1s;
}

@keyframes swing {
  20% {
	-webkit-transform: rotate3d(0, 0, 1, 15deg);
	transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
	-webkit-transform: rotate3d(0, 0, 1, -10deg);
	transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
	-webkit-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
	-webkit-transform: rotate3d(0, 0, 1, -5deg);
	transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);}
 }


@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
	100% {opacity: 1;}
}
  
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
} 

@-webkit-keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);}
	100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;}
}

@keyframes fadeInUp {
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@-webkit-keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);}
	100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;}
}

@keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@-webkit-keyframes swing {
	  20% {
	  -webkit-transform: rotate3d(0, 0, 1, 15deg);
	  transform: rotate3d(0, 0, 1, 15deg);
	  }
	  40% {
	  -webkit-transform: rotate3d(0, 0, 1, -10deg);
	  transform: rotate3d(0, 0, 1, -10deg);
	  }
	  60% {
	  -webkit-transform: rotate3d(0, 0, 1, 5deg);
	  transform: rotate3d(0, 0, 1, 5deg);
	  }
	  80% {
	  -webkit-transform: rotate3d(0, 0, 1, -5deg);
	  transform: rotate3d(0, 0, 1, -5deg);
	  }
	  100% {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	  }
	  20% {
	  -webkit-transform: rotate3d(0, 0, 1, 15deg);
	  transform: rotate3d(0, 0, 1, 15deg);
	  }
	  40% {
	  -webkit-transform: rotate3d(0, 0, 1, -10deg);
	  transform: rotate3d(0, 0, 1, -10deg);
	  }
	  60% {
	  -webkit-transform: rotate3d(0, 0, 1, 5deg);
	  transform: rotate3d(0, 0, 1, 5deg);
	  }
	  80% {
	  -webkit-transform: rotate3d(0, 0, 1, -5deg);
	  transform: rotate3d(0, 0, 1, -5deg);
	  }
	  100% {
	  -webkit-transform: rotate3d(0, 0, 1, 0deg);
	  transform: rotate3d(0, 0, 1, 0deg);
	  }
  }
 


  @-webkit-keyframes fadeInRight {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  
  
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }

  
  
  
@-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;}
  } 

/* END ANIMATIONS */




/* PESTAÃƒâ€˜A DASHBOARD */
.table-dark, .table-dark > th, .table-dark > td {
	background-color: #ffffff80;
}

.table th {
  background-color: #343740;
  color: #ffffff;
  text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
}

table#tablaMovimientos td:nth-child(3), table#tablaMovimientos th:nth-child(3){
	text-align: right;
}
	
table#tablaMovimientos td:nth-child(4), table#tablaMovimientos th:nth-child(4){
	text-align: right;
}

div#usuario {
  background: #AB9388;
	text-align: center;
}

p#hola {
	font-size: 1.5em;
	color: #ffffff;	
  margin-bottom: 0;
}

div#usuario h6, div#lblPuntos {
  font-size: 1.7em;
  display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

#dashboard #main .container{
	height: auto !important;
	min-height: 70vh !important;
}

#dashboard #usuario{
	padding: 1em !important;
	margin: 1em 0;
}
/* END PESTAÃƒâ€˜A DASHBOARD */


/* CONDICIONES */
#condiciones .intro{
	padding: 2em 1em;
}
/* END CONDICIONES */

/* GRACIAS */
div#graciasimg img {
  max-height: 350px;
  margin: auto;
	display: block;
}

#gracias{
	text-align: center;
}

#gracias h3{
	font-size: 2em;
  font-weight: 800;
	letter-spacing: .1em;
	text-transform: upercase;
	color: #343740;
	padding-bottom:1em;
}

#gracias h4{
	font-size: 1.5em;
	text-transform: upercase;
}

div#graciastext {
	   display: block;
  background: #ffffff;
  margin: auto;
  width: 100%;
  max-width: 600px;
  padding: 1em;
  box-shadow: 0px 5px 20px 0px rgba(1,1,1,0.4);
  margin-bottom: 1em;
}

div#graciastext h4 {
  color: #000000 !important;
}

#errorblock, #errorblock div#graciastext h4 {
	color: #212121 !important;
}

div#graciastext p {
  font-size: 1.2em;
	text-transform: lowercase;
}
/* END GRACIAS */


/* ERROR */
#error .container{
	max-width: 900px !important;
}
#error h3{
	font-size: 2em;
  font-weight: 800;
	letter-spacing: .1em;
	text-transform: upercase;
	color: #343740;
	padding-bottom:1em;
}

#error h4{text-transform:uppercase;font-size: 1.2em;}

.centralerror {
  height: calc(100vh - 180px);
  margin: auto;
	text-align: center;
}
/* END ERROR */

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
label.col-sm-3 {
font-size: 0.8em;
}



.modal-content .col-md-12 .form-check {
  display: inline-block;
  width: 49%;
  padding: 0 !important;
margin: 0 !important; 
}

#faq1, #faq2, div#faq3 {
  margin-bottom: 1em;
  text-align: left;
}

label.title {
  font-size: .9em;
  text-transform: uppercase;
font-weight: 600 !important;
  margin-top: 1.5em;
	color: #AB9388;
}

.form-check-label input {
margin-right: .5em !important;
}

#error #graciastext a{
	color: #212121 !important;
}

#error #graciastext a:hover{
	color: #21212160 !important;
}


body#condiciones h6 {
  font-weight: 600;
  border-bottom: 2px solid;
  padding: .5em 0;
margin: 1em 0;
}

.col-sm-12.confirmation label, .col-sm-12.confirmation input {
  display: inline-block;
padding: 0 !important;
}

#registro .modal-content {
  box-shadow: 0px 5px 20px 0px rgba(1,1,1,0.4);
	border: 0px !important;
}

select#selectComercio {
    float: right;
    width: 100%;
}

@media screen and (max-width: 800px){
	.col-xs-12{
		width: 100% !important;
		display: block;
		height: auto;
		float: left;
	}
	
	#main .container{
		height: auto;
		display: block;
		padding: 4em 1em !important;
		float: left;
	}
	
	#header, #footer{
		display: block;
		float: left;
		width: 100%;
		  display: block;
  float: left;
  width: 100%;
  z-index: 999;
	}
	
		
	.avisolegal.col-md-12 a {
		font-size: .8em;
	}
	
	footer#footer a {
		font-size: .8em;
	}
	
	#footer .col-md-12{
		padding: .5em;
	}
	
	#footer .fa{
		font-size: 1em !important;
	}
	
	div#copyright p {
		font-size: .7em;
	}
	
	#footer #copyright a{
		font-size: 1em;
	}
	
	
	
	
	body#aviso-legal .container {
		width: 85%;
		font-size: .85em;
	}
	
	h1.header-title {
		font-size: 2em;
	}
	
	div#formulario h4 {
		font-size: 1.4em !important;
	}
	
	div#formulario, div#formulario-container {
		display: block !important;
		width: 95% !important;
		height: auto !important;
	}
	
	
	
	body#consulta {
		font-size: .9em;
	}
	
	
	input#btnConsultar {
		margin-top: 1em !important;
	}
	
	#registro .col-sm-12{
		padding: 0 !important;
	}
	
	input, select {
		margin: .5em auto !important;
	}
	
	div#registro {
		font-size: .8em;
		z-index: 99999;
	}
	
	select#opSexo, #registro .col-sm-6 input, .form-control {
		padding: .5em !important;
		height: auto !important;
		font-size: .8em !important;
	}
	
	#registro label.col-sm-3{
		width: 50%;
		font-size: .8em;
	}
		
	.col-sm-12.confirmation {
		width: 100% !important;
		font-size: .8em;
	}
	
	.form-check-label{
		padding-left: 0;
	}
	
	h5.modal-title {
		font-size: 1em;
		margin-top: 1em;
	}
	
	.modal-content {
		display: block;
		margin:auto;
		width: 100%;
		width: 100%;
		padding: 1em;
	}
	
	.modal-header {
		margin-top: -2em;
		text-align: left;
		padding: 1em 0;
	}
	
	#registro .col-sm-6{
		width: 50% !important;
	}
	
	input {
		font-size: .7em;
	}
	
	span.text-conf {
		padding-left: 1.5em;
	}
	
	.modal-footer.col-sm-12 button.btn-secondary, .btn-secondary, .modal-footer.col-sm-12 input.btn-primary, .btn-primary {
		padding: .2em 1em !important;
		margin: .5em !important;
		font-size: .9em;
	}
	
	.fade.show{  
		padding: 1em 0;
	}
	
	table#tablaMovimientos {
		width: 100%;
		font-size: .5em;

	}
	
	table#tablaMovimientos tr{
		width: 95%;
	}
	
	table#tablaMovimientos td:nth-child(1), table#tablaMovimientos th:nth-child(1){
		width: 25%;
	}
	
	table#tablaMovimientos td:nth-child(2), table#tablaMovimientos th:nth-child(2){
		width: 35%;
	}
	
	table#tablaMovimientos td:nth-child(3), table#tablaMovimientos th:nth-child(3){
		width: 20%;
	}
	
	table#tablaMovimientos td:nth-child(4), table#tablaMovimientos th:nth-child(4){
		width: 20%;
	}
	
	table#tablaMovimientos td:nth-child(5), table#tablaMovimientos th:nth-child(5){
		display:none;
	}
	
	table#tablaMovimientos th, table#tablaMovimientos td {
		display: block;
		float: left;
		overflow: hidden;
	}
	
	table#tablaMovimientos td {
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.container{
	max-width:100%;
	display: block;
	}
	
	.central .botones {
	  min-height: 180px;
		  min-width: 180px;
	}
	.central .botones img{
		padding: 1em;
	}
	
	.img-consulta, .img-alta{
		background-size: 180px;
	}
	.img-consulta:hover, .img-alta:hover{
		background-size: 190px;
	}
	
	body#consulta .btn-primary {
	width: 100%;
	max-width: 500px;
	margin: auto;
  display: block;
	margin: 2em 0 !important;
	padding: .5em 0 !important;
	
	}
	
	#consulta label {
  margin-bottom: 0 !important;
	}
	
	#consulta div#formulario {
  text-align: center !important;
	}
	
	.avisolegal a, .avisolegal{
		font-size:.8em;
	}
	
	.modal-content .col-md-12 .form-check, #registro .col-sm-6{
		width: 100%;
	}
	
	#consulta div#main {
    padding: 10% 0;
}

.modal-content .col-md-12 .form-check {
    display: inline;
    margin: 0 .5em !important;
}
}

.modal-dialog{
	max-width: 600px !Important;
}


.tienda{
	margin-bottom: -1em;
}

body#dashboard form {
    color: #fff;
}

table#tablaCupones {
    margin-top: 0;
}

table#tablaCupones tr td {
    background: transparent !important;
}.avisolegal a:hover {
    color: #AB9388  !important;
}

.table-dark, .table-dark > th, .table-dark > td {
    background: #00000050;
    border: 0 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #2e4a9a80;
}

.table-striped tbody tr:nth-of-type(even) {
    background: #f1f1f120;
}

.table th, .table td {
    border: 0;
}

.table th {
    background: #0b101e;
    font-weight: 300;
    text-align: left;
    font-size: .8em;
}

div#concupon h6 {
    font-size: 1.5em;
    color: white;
    margin-top: 2em;
}


div#sincupon #lblPuntos{
    color: #ffffff;
}

div#sincupon {
    background: #2e4a9a;
    width: 100%;
    padding: 1em;
}

