/* ESTO VALE */
:focus {
outline-style: none;
}

::selection{
	background-color: #d6271d;
	color: #ffffff;
}
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
body{
background-image: url(/images/pattern.png);
    text-align: justify;
	}
a{
	color: #717171;
}

a:hover{
	color: #d6271d;
}

.col-sm-6{
	float: left;
    padding: 0;
}
/* HEADER */
a.logo img {
    margin: .5em auto;
    display: block;
    max-height: 50px;
}

#header{
	background-color: #ffffff;
	max-height: 150px;
	display: block;
	box-shadow: 0px 5px 20px 0px rgba(220,220,220,0.4);
}

.header-container{
	margin:auto;
}
/* HEADER */
.central {
    height: calc(100vh - 280px);
    margin: auto;
}

#main{
	clear: both;
	float: left;
	width: 100%;
    margin: auto;
}

#homepage div#main div {
	padding: 1em;
}

.container{
	max-width:800px;
	display: table;
}
.col-md-12{
	width: 100%;
	float:left;
	padding: 0;
	margin: 0;
}

.img-consulta {
    background: url(../images/consulta.png);
    background-repeat: no-repeat;
    height: 170px;
    width: 170px;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 170px;
}

.img-consulta:hover {
    background: url(../images/consultahover.png);
	background-repeat: no-repeat;
    height: 170px;
    width: 170px;
    transition: .2s;
    background-position: center center;
    border: none;
	cursor: pointer;
	background-size: 170px;
}

.img-alta {
    background: url(../images/alta.png);
    background-repeat: no-repeat;
    height: 170px;
    max-width: 170px;
    transition: .2s;
    background-position: center center;
    border: none;
    cursor: pointer;
    background-size: 170px;
}

.img-alta:hover{
	background: url(../images/altahover.png);
	background-repeat: no-repeat;
	height: 170px;
    max-width: 170px;
    transition: .2s;
    background-position: center center;
    border: none;
    cursor: pointer;
    background-size: 170px;
}

.col-md-6{
	width: 50%;
	vertical-align:middle;
	display: table-cell;	
}


.central a, .central input, .central button {
	width: 100%;
	margin: auto;
    display: block;
}

.central a:last-child, .central button:last-child {
    padding: 1em;
    color: #343740;
    background: transparent;
    border: 3px solid #343740;
    width: 70%;
    margin: auto;
	display: block;
	text-align:center;
	cursor: pointer;
	font-weight:600;
	text-transform: uppercase;
	max-width: 300px;
} 

.central a:last-child:hover, .central button:last-child:hover {
    padding: 1em;
    color: #ffffff;
    background: #2b87da;
    border: 3px solid #2b87da;
    width: 70%;
    margin: auto;
	display: block;
	text-align: center;
} 


.avisolegal {
    text-align: center;
    text-transform: uppercase;
	letter-spacing: .3em;
}

.avisolegal a {
	font-size: .8em;
    float: left !important;
    width: 100% !important;
	color: #0188de !important;
    padding: .5em 0;
	}
	
	.avisolegal a:last-child {
		background: #0188de;
		color: #ffffff !important;
		padding: .5em !important;
		margin: 0 !important;
		font-size: 1em;
		font-weight:500;
	}
	
	.avisolegal a:last-child:hover {
		background: #d6271d;
		color: #ffffff !important;
	}

#footer{
	clear:both;
	width: 100%;
	float: left;
	background: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(220,220,220,0.4);
}

#footer .container{
	width: 100% !important;
	max-width: none !important;
    padding: 1.7em 4em;
    text-transform: uppercase;
	font-weight: 500;
    color: #0188de;
}

div#copyright #copy {
	text-align: left !important;
display: inline-block;
	width: 90%;
	    font-size: 14px;
		margin-bottom: 0 !important;
			float: left;
}
div#copyright p{
	margin: 0 !important;
}

div#copyright #facebook {
display: inline-block;
	width: 90%;
		width: 10%;
	color: #0188de;
	float: left;
}

#copyright a{
	color: #0188de;
	font-weight: 600;
	
}

div#copyright a:hover {
	opacity: .7;
}

#footer .col-md-12 {
    text-align: center;
	padding: 1em;
}

#footer .social {
    display: inline-block;
    float: left;
}

div#social a {
	margin: 0 .5em;
		color: #0188de;
}

#copyright{
    padding: 1em;
    padding: 1em !important;
    text-transform: uppercase;
    font-size: .8em !important;
    letter-spacing: .15em;
}


.fa {
    font-size: 1.5em !important;
    color: #0188de !important;
    margin: auto;
	display: inline-block;
    padding: .2em;
}

.fa:hover {
	color: #2b87da !important;
}






@media screen and (max-width: 800px){
	.col-xs-12{
		width: 100% !important;
		display: block;
		height: auto;
		float: left;
	}
	
	a.logo img{
		max-height: 30px;
	}
	
	#main .container{
		height: auto;
		display: block;
		padding: 4em 1em !important;
		float: left;
	}
	
	#header, #footer{
		display: block;
		float: left;
		width: 100%;
	}
	
	#header{
		position: fixed;
		top: 0;
		z-index: 9999;
	}
	
	.img-consulta, .img-alta, .img-consulta:hover, .img-alta:hover{
		height: 120px;
		background-size: 120px;
	}
	
	.central a:last-child, .central button:last-child, .central a:last-child:hover, .central button:last-child:hover{
		max-width: 160px;
		margin-top: 1em;
		font-size: .7em;
		letter-spacing: .1em;
	}

	.avisolegal a {
	font-size: .8em;
    float: left !important;
    width: 100% !important;
	color: #0188de !important;
    padding: .5em 0;
	}
	
	.avisolegal a:last-child {
		background: #0188de;
		color: #ffffff;
		padding: .5em !important;
		margin: 0 !important;
	}

	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 {
		padding-top: 2em;
	}
	
	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: 85% !important;
		height: auto !important;
	}
	
	#consulta .form-group {
		padding: 1em;
	}
	
	body#consulta {
		font-size: .9em;
	}
	
	#consulta .form-group{
		margin: 0 auto !important;
		padding: 1em !important;
	}
	
	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;
	}
	
	.modal-content {
		display: block;
		margin:auto;
		width: 90%;
		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;
	}
}

/* PESTAÑA ALTA USUARIO */
.modal-title {
    color: #2b87da;
	text-transform: lowercase;
}
.fade.show{
	opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
	display: table !important;
	width: 100%;
	height: calc(100vh);
}

.modal-content {
    display: block;
    vertical-align: middle;
    position: absolute;
    border-radius: 0px;
    padding: 2em 3em;
    width: 100%;
    margin: 1em auto 4em auto;
}

.form-control{
	border-radius: 0px !important;
}

.form-control:focus{
	border: 1px solid #f1f1f1 !important;
	box-shadow: none !important;
	background-color: #f1f1f1;
	border-radius: 0px;
}

#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%;
}

button.close {
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    color: #ffffff;
    font-size: 1.4em;
    background: #2b87da;
    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 {
    text-align: right;
    font-size: .8em;
    color: #919191;
    width: 100% !important;
    float: right !important;
    margin: -.5em auto;
}

.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: #2b87da;
    background: transparent;
    border-radius: 0;
    border: 2px solid #2b87da;
    text-transform: lowercase;
	padding: .5em 2em .6em 2em;
	cursor: pointer;
}

.modal-footer.col-sm-12 input.btn-primary:hover, .btn-primary:hover{
	color: #ffffff;
    background: #2b87da;
    border-radius: 0;
    border: 2px solid #2b87da;
}

.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: rgba(0, 0, 0, 0.6);
    display: block !important;
	padding: 0;
}
/* END PESTAÑA ALTA USUARIO */



/* AVISO LEGAL */
#aviso-legal .container {
    padding: 2em 0;
	text-align: justify;
}

div#smart-card {
    padding: 1em;
    background: #f9f9f9;
    margin: 1em auto;
    line-height: 1.5em;
}

h1.header-title {
    text-align: right;
    color: #343740;
    text-transform: lowercase;
    padding: .5em 0;
	border-bottom: 3px solid;
}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
	letter-spacing: .1em;
}

div#datosempresa span {
	font-size: 1.2em;
}

body#aviso-legal h6 {
    font-size: 1.1em;
    text-transform: uppercase;
	letter-spacing: .1em;
}

.condicion {
    padding: 2em 1em;
    margin: 1em auto;
	border-top: 3px solid #e1e1e1;
}
/* END AVISO LEGAL */



/* PESTAÑA CONSULTA PUNTOS */
div#formulario {
    width: 50%;
    vertical-align: middle;
	display: table-cell;
	height: calc(100vh - 250px);
    margin: auto;
}

div#formulario H4 {
    font-size: 2em;
    color: #343740;
    text-transform: lowercase;
    text-align: center;
}

#consulta .form-group {
    background: #ffffff;
    margin: 2em auto;
    padding: 2em;
	max-width: 500px;
	display: block;
}

body#consulta .btn-primary {
	width: 100%;
	max-width: 500px;
	margin: auto;
    display: block;
}

#consulta label {
    font-weight: 500;
}

div#formulario-container {
    display: block;
    background: #f9f9f9;
    border: middle;
    margin: auto;
    width: 100%;
    max-width: 400px;
	border: 3px solid #343740;
	padding: 1em;
}

input#tarjeta, input#password {
    text-align: center;
    font-size: 1.2em;
	letter-spacing: .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: #2b87da;
	text-align: center;
}

p#hola {
	font-size: 1.5em;
	color: #ffffff;	
    margin-bottom: 0;
}
#errorimg img {
max-height: 200px;
}
div#usuario h6, div#lblPuntos {
    font-size: 1.7em;
    display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

div#sincupon {
    background: #0188de;
    color: #ffffff;
    padding: 1em;
width: 100%;
}

div#usuario h6{color: #ffffff;}

#dashboard #main .container{
	height: auto !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: 450px;
    margin: auto;
	display: block;
}

#gracias{
	text-align: center;
}

#gracias h3{
	font-size: 2em;
    font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #343740;
	padding-bottom:1em;
}

#gracias h4{
	font-size: 1.5em;
	text-transform: upercase;
}

div#graciastext {
	padding: 3em 0;
    color: #2b87da;
}

div#graciastext p {
    font-size: 1.5em;
	text-transform: lowercase;
}
/* END GRACIAS */


/* ERROR */

#error h3{
	font-size: 2em;
    font-weight: 800;
	letter-spacing: .1em;
	text-transform: upercase;
	color: #343740;
	padding-bottom:1em;
}

#error h4{text-transform:uppercase;}

.centralerror {
    height: calc(100vh - 245px);
    margin: auto;
	text-align: center;
}
/* END ERROR */


label.col-sm-3 {
font-size: 0.8em;
}

div#aceptar {
    padding: 1em 0;
float: left;}



#registro .col-md-6 input, #registro .col-md-6 select {
    padding: .5em;
    width: 100%;
    margin: auto;
    font-size: .8em !important;
}

.required, .form-control.required:focus{
	border-left: 3px solid #d6271d;
}

#tienda {
    padding: 1em 0 0 0;
    font-weight: 500;
    text-transform: uppercase;
color: #2b87da;
}

.form-control {
font-size: .95em;
padding: .5em !important;
}


 
.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear:both;
}
 
.accordion-titulo {
    position: relative;
    display: block;
    padding: .3em;
    font-size: 1.3em;
    font-weight: 400;
    background: #ffffff;
    color: #2c87da;
text-decoration: none;
margin: .3em auto;
border: 2px solid #0188de;
}

.accordion-titulo a{
color: #ffffff;
}

.accordion-titulo.open {
    background: #d6271d;
color: #ffffff;
border-color: #d6271d;
}
.accordion-titulo:hover {
    background: #2c87da;
    color: #fff;
}
 
.accordion-titulo span.toggle-icon:before {
    content:"+";
}
 
.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}
 
.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}
 
.accordion-content {
    display: none;
    padding: 1em 0;
    overflow: auto;
}
 
.accordion-content p{
    margin:0;
}
 
.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 1.5em;
font-weight: bold;
}

.accordion-content h4 {
    margin-top: .5em;
    text-transform: uppercase;
}

.divPuntos {
    font-size: 2em;
    font-weight: 500;
    color: #d6271d;
margin: auto;
}

.accordion-content {
    display: none;
    padding: .2em 0 1em 0;
overflow: auto;
}

.divPuntos:before {
    content: 'TIENES: ';
}

.divPuntos:after {
    content: ' PUNTOS ';
}

body#dashboard .container {
    max-width: 100%;
}

#divGeneral{
	max-width: 800px;
	margin: auto;
	display: block;
	
}

.accordion-titulo.open:hover {
border: 2px solid #2c87da;
}

#dashboard #main .container {
    min-height: calc(100vh - 246px) !important;
}

div#usuario {
    background: #2b87da;
    text-align: center;
    width: 100%;
    max-width: 800px;
margin: 1em auto !important;
}


.divCupones h4 {
color: #2c87da;
}

.divCupones .table th {
background-color: #2c87da;
}

.divCupones {
width: 100%;
}