/* ESTO VALE */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
html, body{font-family: 'Open Sans', sans-serif;}

/* ocultar captcha */
.grecaptcha-badge {
    visibility: hidden;
}

#gbutton {
  color: green;
  border: green 1px solid;
  padding: 10px;
  background: transparent;
  border-radius: 6px;
}

body {
    text-align: justify;
background-image: url(/images/pattern.png) !important;
}

div#tarjeta {
    padding: .5em 1em .3em 1em !important;
    background: #f3f3f3;
    color: #ec606f;
    text-align: left;
    font-weight: 600;
}

input#numTarjeta {
    float: right;
    width: 60%;
}

#tienda input[type="radio"] {
    padding: 0 1em !Important;
    margin: 0 .2em 0 1em;
}


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: #e75252;
}

.hiddeninput{
	display: none;
}



.col-sm-6{
	float: left;
    padding: 0;
}
/* HEADER */
a.logo img {
    margin: .5em auto;
    display: block;
    max-height: 95px;
}

a.logo img:hover {
    opacity: .6;
transition: .2s;
}

#header{
 background-color: #f9f9f9;
	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 - 220px);
    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;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 250px;
	
}


.img-consulta:hover {
    background: url(../images/consultahover.png);
    background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 300px;
	
}



.img-alta {
    background: url(../images/alta.png);
   background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 250px;
}

.img-alta:hover{
	background: url(../images/altahover.png);
    background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 300px;
}

.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: 300px;
	min-width: 300px;
} 

.central .botones:hover {
    margin: auto;
	display: block;
	text-align: center;
} 


.avisolegal {
    text-align: center;
    padding: .5em;
    text-transform: uppercase;
	letter-spacing: .3em;

}
body#dashboard #main .container {
    min-height: 70vh;
}

#footer{
	clear:both;
	width: 100%;
	float: left;
background-color:#f9f9f9;
	box-shadow: 0px 5px 20px 0px rgba(220,220,220,0.4);
	color: #82bc42 !important;
}

#footer a, #footer strong{
	color: #212121 !important;
}

#footer .col-md-12 {
    text-align: center;
	padding: 1em;
}

#footer a:hover, #footer strong:hover{
	color: #e5231e !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: 1.5em !important;
    color: #343440 !important;
    margin: auto;
	display: inline-block;
    padding: .2em;
}

.fa:hover {
	color: #ec606f !important;
}



@media screen and (max-width: 800px){
	.col-xs-12{
		width: 100% !important;
		display: block;
		height: auto;
		float: left;
	}
	
	a.logo img{
		max-height: 70px;
	}
	
	#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: 85% !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: 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;
	}
	
	.container{
	max-width:100%;
	display: block;
	}
	
	.central .botones {
	    min-height: 200px;
		    min-width: 200px;
	}
	.central .botones img{
		padding: 1em;
	}
	
	.img-consulta, .img-alta{
		background-size: 150px;
	}
	.img-consulta:hover, .img-alta:hover{
		background-size: 200px;
	}
	
	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;
	}
	
	
}


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: #ec606f;
}
.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: 15% 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%;
}

#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: #ec606f;
    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: #ec606f;
    background: transparent;
    border-radius: 0;
    border: 2px solid #ec606f;
    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: #ec606f70 !important;
    border-color: #ec606f70 !important;
    box-shadow: 0 !Important;);
}

.modal-footer.col-sm-12 input.btn-primary:hover, .btn-primary:hover{
	color: #ffffff;
    background: #ec606f;
    border-radius: 0;
    border: 2px solid #ec606f;
}

.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: #d1e24c95;
    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, body#condiciones h6 {
    font-size: 1.3em;
	padding: .4em 1em;
    text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
    background-color: #e65252;
	color: #ffffff;
}

.condicion {
    padding: 2em 0;
    margin: 1em auto;
}
/* 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;
	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(220,220,220,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: #ec606f;
	text-align: center;
}

p#hola {
	font-size: 1.5em;
	color: #ffffff;	
    margin-bottom: 0;
}

div#usuario h6, #usuario div#lblPuntos {
    font-size: 1.7em;
    display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

div#lblPuntos{
		color:  #ec606f;
		    font-size: 1.7em;
    font-weight: 600;
}
}

#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: 250px;
    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: 421.59px;
    padding: 1em;
    box-shadow: 0px 5px 20px 0px rgba(220,220,220,0.4);
    padding: 2em;
}

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;
}

html{
overflow:overlay;
}

.modal-content .col-md-12 .form-check {
    display: inline-block;
    width: 46%;
    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: #ec606f;
}

.form-check-label input {
margin-right: .5em !important;
}

#error #graciastext a{
	color: #212121 !important;
}

#error #graciastext a:hover{
	color: #21212160 !important;
}





.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(220,220,220,0.4);
	border: 0px !important;
}


.line2{
	background: linear-gradient(-45deg, #f76873, #f6959c, #d1e24c, #8bb064);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
height: 3px;
}

@-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%
	}
}

#footer a#web {
    font-size: 1.5em;
    margin: .5em auto 1em auto !important;
    padding: .5em;
    display: block;
    width: 100%;
    background: #82bc42;
    color: #ffffff !important;
    max-width: 360px;
}

#footer a#web:hover{
	    background: #dadb3c;
}

#footer .row, #footer .container, #footer .col-md-12{
	margin: 0 !Important;
	padding:.2em 0 !Important;
	max-width: none !Important;
	width: 100% !Important;
}

body #header .after {
     content: " ";
    height: 100%;
    max-width: 40%;
    width: 100%;
    background: transparent;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/images/arbol.png);
    background-repeat: no-repeat;
    background-size: 85px;
    background-position: bottom right;
    animation-delay: 1s;
    animation-duration: 2s;
}

@media screen and (max-width: 800px){
body #header .after {
     content: " ";
    height: 100%;
    max-width: 20%;
    width: 100%;
    background: transparent;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/images/arbol.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: bottom right;
    animation-delay: 1s;
    animation-duration: 2s;
}

a.logo img {
    max-height: 55px;
}

.avisolegal.col-md-12 a {
    font-size: .8em;
	letter-spacing: 0 !important;
}

#footer a#web{
	padding: .5em 0 !Important;
	width: 100%;
}
}