/* ESTO VALE */
@import url('https://fonts.googleapis.com/css?family=Work+Sans');
html, body{font-family: 'Work Sans', sans-serif;}
:focus {
outline-style: none;
}

::selection{
	background-color: #413b3c;
	color: #ffffff;
}
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
body{
background-image: url(/images/pattern.png);
    text-align: justify;
	}
a{
	color: #717171;
}

a:hover{
	color: #ff671b;
}

.col-sm-6{
	float: left;
    padding: 0;
}

/* LINEAS GRADIENTE */
.line1{
		background: linear-gradient(-45deg, #ff671b, #c34614, #d1d1d1, #343740);
	background-size: 400% 400%;
	-webkit-animation: Gradient 6s ease infinite;
	-moz-animation: Gradient 6s ease infinite;
	animation: Gradient 6s ease infinite;
	height: 5px;
}

.line2{
	background: linear-gradient(-45deg, #343740, #d1d1d1, #c34614, #ff671b);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
	height: 5px;
}

@-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%
	}
}
/* END LINEAS GRADIENTE */

/* HEADER */
a.logo img {
    margin: .5em auto;
    display: block;
    max-height: 60px;
}

#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 - 220px);
    margin: auto;
}

#main{
	clear: both;
	float: left;
	width: 100%;
    margin: auto;
	   
}

#main .container{
	 min-height: 600px;
}
#homepage div#main div {
	padding: 1em;
}

.container{
	max-width:800px;
	display: table;
}
.col-md-12{
	width: 100%;
	float:left;
	padding: 0;
	margin: 0;
}
#usuario div#lblPuntos {
color: #f3f3f3 !important;
}

#usuario div#lblPuntos:after{
	content:' puntos';
}
.img-consulta {
    background: url(../images/consulta.png);
    background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 200px;
	
}


.img-consulta:hover {
    background: url(../images/consultahover.png);
    background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 250px;
	
}



.img-alta {
    background: url(../images/alta.png);
   background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 200px;
}

.img-alta:hover{
	background: url(../images/altahover.png);
    background-repeat: no-repeat;
    transition: .2s;
    background-position: center;
    border: none;
	cursor: pointer;
	background-size: 250px;
}

.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: 250px;
	min-width: 250px;
} 

.central .botones:hover {
    margin: auto;
	display: block;
	text-align: center;
} 


.avisolegal {
    text-align: center;
    padding: .5em;
    text-transform: uppercase;
	letter-spacing: .3em;
}

#footer{
	clear:both;
	width: 100%;
	float: left;
	background: #ffffff;
	box-shadow: 0px 5px 20px 0px rgba(220,220,220,0.4);
	color: #fffffff !important;
}

#footer a, #footer strong{
	color: #272727 !important;
}

#footer .col-md-12 {
    text-align: center;
	padding: 1em;
}

#footer a:hover, #footer strong:hover{
	color: #ff671b !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;
}

div#copyright:before {
    content: '';
    border-top: 2px solid #c1c1c1;
	padding: 1em;
}

.fa {
    font-size: 1.5em !important;
    color: #343440 !important;
    margin: auto;
	display: inline-block;
    padding: .2em;
}

.fa:hover {
	color: #ff671b !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;
}

#homepage h4 {
    text-align: center;
margin-bottom: -1em;
    color: #ff671b;
}

/* PESTAÑA ALTA USUARIO */
.modal-title {
    color: #ff671b;
}
.fade.show{
	opacity: 1;
    background-color: rgba(0, 0, 0, 0.5) !important;
	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: 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: #ff671b;
    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: left;
    font-size: .8em;
    color: #919191;
    width: 100% !important;
    border-top: 1px solid #c1c1c1;
    padding-left: 1.6em !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: #ff671b;
    background: transparent;
    border-radius: 0;
    border: 2px solid #ff671b;
    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: #ff671b70 !important;
    border-color: #ff671b70 !important;
    box-shadow: 0 !Important;);
}

.modal-footer.col-sm-12 input.btn-primary:hover, .btn-primary:hover{
	color: #ffffff;
    background: #ff671b;
    border-radius: 0;
    border: 2px solid #ff671b;
}

.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.9);
    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;
	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 {
    font-size: 1.1em;
    text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
    color: #ff671b;
}

.condicion {
    padding: 2em 1em;
    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: #ff671b;
    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;
}

h4.fadeInLeft, h4.fadeInRight{
	animation-delay: 2s;
} 

#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: #ff671b;
	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;
}

div#lblPuntos{
	color: #c94725;
}


#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: 150px;
    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 {
	    padding: 3em 0;
    color: #ffffff;
    background: #ff671b;
    padding: 2em;
        margin: 2em auto;
    max-width: 550px;
}

div#graciastext p {
    font-size: 1.5em;
	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;}

.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: #ff671b;
}

.form-check-label input {
margin-right: .5em !important;
}

#error #graciastext a{
	color: #212121 !important;
}

#error #graciastext a:hover{
	color: #ffffff !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: .5em !important;
}


h5#errUsuario {
margin-top: 1em;
}





@media screen and (max-width: 800px){
	.col-xs-12{
		width: 100% !important;
		display: block;
		height: auto;
		float: left;
	}
	
	a.logo img{
		max-height: 40px;
	}
	
	#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;
	}
	
	#homepage h4 {
    font-size: 1em;
	}
	
	.modal-content{
		margin-top: 5%!important;
		padding: 3em 4em !important;
		width: 90%;
		margin: 2em;
	}
}
