body {
    background: url(../img/Background-web.jpg) bottom center fixed;
    background-size: cover;
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    position: relative;
}
.bg-red {
    background-color: #e8000f;
}
nav a img.logo-black{
  display: none;
}
.navbar-nav{
  text-align: center;
  margin-top: 5%;
}
.navbar-toggler-right {
    top: 0.6em;
}
.navbar-inverse .navbar-toggler {
    border-color: rgba(255,255,255,.5);
    cursor: pointer;
}
.navbar-inverse .navbar-toggler:focus {
    box-shadow: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
}
.navbar-inverse .navbar-toggler:hover,
 .navbar-inverse .navbar-toggler:visited {
    border-color: rgba(255,255,255,1);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.95);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}
.active{
  font-weight: 700;
}
.relat1 {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  text-align: center;
  z-index: 999;
}
.consulta,
.asignar {
    display: inline-block;
    position: relative;
    margin-top: 15%;
    margin-bottom: 25%;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.caja{
    display: block;
    width: 300px;
    height: auto;
    background: red;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid rgba(183, 0, 9, 0.5);
}
.titulo-consulta{
  color: white;
  font-size: 1.3em;
}
.caja #lblUsuario {
  display: block;
  color: white;
  margin-bottom: -3px;
  font-weight: 300;
}
.caja #lblPassword {
  display: block;
  color: white;
  margin-top: 10px;
  margin-bottom: -3px;
  font-weight: 300;
}
.caja #txtUser {
  margin: 7px 0px;
  text-align: center;
  font-weight: bold;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding: 5px;
}
.caja #txtUser:focus{
    background-color: #f5f5f5;
    border: 3px solid rgba(255, 0, 0, .5);
    outline: 0;
    transition: all 0.2s;
}
.caja #txtPassword{
  margin: 7px 0px;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: bolder;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding: 5px;
}
.caja #txtPassword:focus {
    background-color: #f5f5f5;
    border: 3px solid rgba(255, 0, 0, .5);
    outline: 0;
    transition: all 0.2s;
}
.caja #lblError{
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  animation: alert 2s linear 0s infinite normal;
}
.btn-outline-secondary {
    color: #e8000f!important;
    background-color: #fff!important;
    border: 2px solid rgba(183, 0, 0, .7)!important;
}
#btnLogin {
  margin-top: 15px;
}
.btn{
  border-radius: .35rem;
}
.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
    font-size: .8em;
}

.btn-outline-secondary:hover {
    color: #fff!important;
    background-color: #910004!important;
    border-color: #910004!important;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px rgba(204,204,204,.5)!important;
}
.bg-faded {
    background-color: transparent;
}
footer .text-footer{
    margin: 0 auto;
    text-align: center;
    font-size: .8em;
    color: #e8000f;
}
footer .text-footer a{
  color: #e8000f;
  text-decoration: none;
}
footer .text-footer a:hover{
  color: #333;
  text-decoration: none;
}
/* ----- dashboard ----- */

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0 auto;

}
.modal{
  background: rgba(0,0,0,.7);
}
.modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
}
.formulario {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1050;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5%;
  text-align: center;
}
.Asignar{
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#signar {
  display: block;
  position: relative;
  width: 300px;
  height: auto;
  background: #e8000f;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin: 15% auto;
  border: 5px solid rgba(183, 0, 9, 0.5);
}
#signar .label{
  color: white;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: .8px;
  border-bottom: 1px solid;
  margin-bottom: 10%;
  margin-top: -2%;
}
#txtNumTarjeta,
#txtImporte,
#txtObservaciones,
#txtImporte1, #txtImporte2, #txtImporte3,
#txtImporte4, #txtImporte5, #txtImporte6,
#txtImporte7, #txtImporte8 {
  font-size: .9em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 7px 0px;
  width: 210px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding: 10px;
}
.caja #txtUser:focus{
    background-color: #f5f5f5;
    border: 3px solid rgba(255, 0, 0, .5);
    outline: 0;
    transition: all 0.2s;
}
#txtNumTarjeta:focus,
#txtImporte:focus,
#txtObservaciones:focus {
    background-color: #f5f5f5;
    border: 3px solid rgba(255, 0, 0, .5);
    outline: 0;
    transition: all 0.2s;
}
#lblResultado{
  display: block;
  color: #e8000f;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 10%;
  text-align: center;
  animation: alert 2s linear 0s normal;
}
#txtObservaciones {
  height: 80px;
  resize: none;
  margin-top: 10%;
  margin-bottom: 10%;
}
#EurosEnDesc {
  color: rgba(255, 255, 255, 0.5);
}
#Tienda1, #Tienda2, #Tienda3, #Tienda4,
#Tienda5, #Tienda6, #Tienda7, #Tienda8{
    color: #fff;
    text-transform: lowercase;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
}
#signar p{
    margin: 0 auto;
    margin-top: 5%;
}
#txtImporte1, #txtImporte2, #txtImporte3,
#txtImporte4, #txtImporte5, #txtImporte6,
#txtImporte7, #txtImporte8 {
    display: inline-block;
    margin: 0 auto;
}
.caja-asignar {
  display: block;
  width: 100%;
  height: 100px;
}
.caja_boton{
  display: block;
  width: 100%;
  margin: 5% 0%;
  text-align: center;
}
.caja-asignar #next_section{
  display: block;
  position: relative;
  top: 50px;
  text-align: center;
}
#signar div.pago p{
  color: #fff;
  margin-bottom: 2%;
  font-weight: 300;
}
.btn-primary {
    color: #fff;
    background-color: #e8000f;
    border-color: #d1000a!important;
    cursor: pointer;
}
.btn{
  border: 3px solid transparent;
}
.btn-outline-primary {
  font-size: .9em;
  color: #e8000f;
  border-color: #e8000f;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e8000f;
  border-color: #e8000f;
}
.btn-outline-primary:active {
  color: #fff;
  background-color: #910004;
  border-color: #910004;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(255,0,0,.5);
}
.btn-primary:active{
    color: #fff;
    background-color: #b70009;
    background-image: none;
    border-color: #910004;
}
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(232,0,15,.5);
    box-shadow: 0 0 0 2px rgba(232,0,15,.5);
}
.btn-primary:hover {
    color: #fff;
    background-color: #b70009;
}
#enviando{
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  -webkit-animation: zoom-in-out 1.5s linear 0s infinite normal ;
 animation: zoom-in-out 1.5s linear 0s infinite normal ;
}
.cerrar{
    display: block;
    color: #fff!important;
    text-align: right;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 2em;
    margin: 7% 11% -8% 0;
}
.Descuentos, div.Totales {
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  padding: 10px 0;
}
#tableOperaciones, #tableTotales {
  color: #fff;
  font-size: .9em;
  font-weight: 300;
  letter-spacing: 1px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0px;
  text-align: center;
}
#tableOperaciones tbody tr,
#tableTotales tbody tr {
  background-color: #e8000f;
}
#tableOperaciones tr th,
#tableTotales tbody tr {
  font-weight: 400;
  border: none;
  height: 30px;
  text-align: center;
  padding: 8px;
}
#tableTotales tbody tr td{
  font-weight: 300;
}
#tableTotales tbody tr#TotalOp td{
  font-weight: 400;
}
#tableTotales tbody th{
  background-color: #910004;
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
} 
#tableTotales tbody tr:last-child td:first-child,
#tableOperaciones tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 0 15px;
  padding-left: 2%;
} 
#tableTotales tbody tr:last-child td:last-child,
#tableOperaciones tbody tr:last-child td:nth-child(8) {
  border-radius: 0 0 15px 0;
  padding-right: 2%;
}
#tableTotales tbody tr:first-child th:first-child {
  border-radius: 15px 0 0 0;
}
#tableTotales tbody tr:first-child th:last-child {
  border-radius: 0 15px 0 0;
}
#tableOperaciones tbody tr td:nth-child(7){}
tr #TotalOp {
  background-color: transparent!important;
}
#totalOp > td{
  background: #910004!important;
}
#tableOperaciones > tbody > tr > th:nth-child(1),
#tableOperaciones > tbody > tr > td:nth-child(1),
#tableOperaciones > tbody > tr > th:nth-child(6),
#tableOperaciones > tbody > tr > td:nth-child(6),
#tableOperaciones > tbody > tr > td:nth-child(7),
#tableOperaciones > tbody > tr > th:nth-child(7),
#tableOperaciones > tbody > tr > td:nth-child(9),
#tableOperaciones > tbody > tr > th:nth-child(9) {
  display: none;
}
#TotalOp td{
  background: #910004;
  font-weight: 400;
  font-size: 1.4em;
  height: 50px!important;
}
#tableOperaciones td{
  height: 35px;
  overflow: hidden;
}
#tableOperaciones th{
  background: #910004;
}
#tableOperaciones tr:nth-child(even),
#tableTotales tbody tr:nth-child(even){
  background-color: #b70009;
  margin: 10px;
}


/* ****** Legal ******* */

.texto_legal {
  display: block;
  text-align: center;
  padding-left: 7%;
  padding-right: 7%;
}
.titulo_legal {
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 10%;
}
.parrafo{
  color: #333;
  text-align: justify;
  margin-top: 40px;
  padding-bottom: 80px;
}
.p_n {
  font-weight: bold;
}
.bolder {
  font-weight: bold;
}

/* ********** contacto ******* */

.contenedor {
  display: inline-block;
  width: 100%;
  height: 570px;
  text-align: center;
}
.logo{
  display: block;
  position: relative;
  width: 100%;
  margin-top: 5%;
  text-align: center;
  height: auto;
}
.info_contacto{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
#dirtit{
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 15px;
}
body > div > div.info_contacto > div > p > a {
  color: #5e5e5e;
  text-decoration: none;
  line-height: 1;
}
body > div > div.info_contacto > div > p > a:hover{
  color: #e8000f;
}
body > div > div.info_contacto > div {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0px;
  width: 45%;
}

body > div > div.info_contacto > div:nth-child(2) > p:nth-child(1),
body > div > div.info_contacto > div:nth-child(3) > p:nth-child(1) {
  font-size: .95em;
  font-weight: bold;
  color: #494949;
}

/* *********** MOBILE FIRST ******** */

@media screen and (min-width: 480px) {
  header nav #menu ul{
    display: none;
  }
  header nav #menu #logo_menu{
    display: inline-block;
    position: absolute;
    left: 20px;
    vertical-align: middle;
    width: 150px;
    padding: 19px 19px 0 18px;
    cursor: pointer;
  }
  #prev_section{
    right: 5%;
  }
  #next_section {
    left: 45%;
  }
  footer .text-footer {
    padding-left: 5%;
    padding-right: 5%;
  }
  .cajita{
    margin: 0 4.2%;
  }
  #signar{
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
  }
  #txtNumTarjeta{
    display: block;
    margin: 0 auto;
    margin-top: 2%;
  }
  #Tienda1, #Tienda2, #Tienda3,
  #Tienda4, #Tienda5, #Tienda6,
  #Tienda7, #Tienda8 {
    display: inline-block;
    width: 100%;
  }
  #txtImporte1, #txtImporte2, #txtImporte3,
  #txtImporte4, #txtImporte5, #txtImporte6,
  #txtImporte7, #txtImporte8,
  #signar p:nth-child(3), #signar p:nth-child(5),
  #signar p:nth-child(7), #signar p:nth-child(9),
  #signar p:nth-child(11), #signar p:nth-child(13) {
    display: inline-block;
    width: 100%;
  }
  #txtObservaciones{
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #tableOperaciones tbody tr td:nth-child(2){
    padding-left: 2%;
    min-width: 80px;
  }
  #tableOperaciones tbody tr td:nth-child(3){
    padding: 0 2%;
  }
}

@media screen and (min-width: 600px) {
  #slider {
    width: 45%;
    position: absolute;
    height: 120%;
    margin: 70px 0 0 0;
    top: 0px;
    right: 0px;
    z-index: 900;
  }
  #slider #dashboard {
    height: 100%;
    color: #fff;
    background: #000;
    border-top: 3px solid #e8000f;
    border-left: 3px solid #e8000f;
    border-bottom: 3px solid #e8000f;
    border-radius: 10px 0 0 10px;
  }
  #next_section {
    left: 5%;
  }
  .titulo_legal{
    color: #333;
    font-size: 2em;
    font-weight: bold;
  }
  .logo{
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-top: 10%;
    margin: 10% 0 0 3%;
  }
  .info_contacto{
    display: inline-block;
    width: 48%;
    margin-top: 15%;
  }
  #dirtit {
    font-size: 1.2em;
    margin-bottom: 15px;
    text-align: left;
  }
  body > div > div.info_contacto > div:nth-child(2),
  body > div > div.info_contacto > div:nth-child(3),
  body > div > div.info_contacto > div:nth-child(5) {
    width: 100%;
    text-align: left;
  }
  body > div > div.info_contacto > div > p {
    line-height: 0;
    font-size: 1em;
  }
  body > div > div.info_contacto > div > p > a {
    line-height: 0.9;
  }
  .caja_boton{
    margin-bottom: 0;
  }
  .Descuentos, div.Totales{
    margin-bottom: 3%;
  }
  #tableOperaciones > tbody > tr > th:nth-child(6),
  #tableOperaciones > tbody > tr > td:nth-child(6),
  #tableOperaciones > tbody > tr > td:nth-child(7),
  #tableOperaciones > tbody > tr > th:nth-child(7),
  #tableOperaciones > tbody > tr > td:nth-child(8),
  #tableOperaciones > tbody > tr > th:nth-child(8){
    display: table-cell;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(5){
    border-radius: 0;
  }
    #tableOperaciones tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 15px;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(8){
    border-radius: 0 0 15px 0;
  }
  #tableOperaciones tbody tr td:last-child{
    padding-right: 2%;
  }
    #tableOperaciones tbody tr td:nth-child(2){
    padding-left: 2%;
    min-width: 100px;
  }
  #tableTotales tbody tr:last-child td:first-child,
  #tableOperaciones tbody tr:last-child td:nth-child(2) {
    padding-left: 0;
  }
  #tableTotales tbody tr:last-child td:last-child{
    padding-right: 0;
  }
  div.Descuentos tbody #TotalOp td:nth-child(7){
    padding-left: 3%;
  }
}

@media screen and (min-width: 767px) {
  div.pos-f-t{
    display: none;
  }
  #tableOperaciones > tbody > tr > th:nth-child(1),
  #tableOperaciones > tbody > tr > td:nth-child(1),
  #tableOperaciones > tbody > tr > th:nth-child(6),
  #tableOperaciones > tbody > tr > td:nth-child(6) {
    display: table-cell;
  }
  #tableOperaciones tbody tr th:nth-child(8){
    min-width: 75px;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 15px;
  }
  #tableOperaciones tbody tr:last-child td:first-child{
    border-radius: 0 0 0 15px;
  }
  #tableOperaciones tbody tr td:last-child{
    padding-right: 2%;
  }
  #tableOperaciones tbody tr td:nth-child(1){
    padding-left: 2%;
    min-width: 90px;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 0 0;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(1){
    border-radius: 0 0 0 15px;
  }
  #dirtit{
    margin-bottom: 25px;
  }
  body > div > div.info_contacto > div:nth-child(5) > p{
    margin-top: -20px;
  }
  .logo{
    padding-left: 15%;
    margin-top: 15%;
  }
  div.Totales{
    margin-left: 20%;
    margin-right: 20%;
  }
  div.Descuentos{
    margin-left: 5%;
    margin-right: 5%;
  }
  #signar p.label{
    margin-bottom: 5%;
    margin-top: 2%;
  }
  #lblResultado{
    margin-top: 5%;
    font-size: 1.5em;
  }
  .caja_boton {
    margin-bottom: 0;
  }
  div.Descuentos tbody #TotalOp td:nth-child(7) {
    padding-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .bg-red {
    background-color: #fff;
  }
  nav a img.logo-black{
    display: inline-block;
  }
  nav a img.logo-white{
    display: none;
  }
  .navbar{
    padding: .5rem 5rem;
  }
  .navbar-inverse .navbar-nav .active .nav-link,
  .navbar-inverse .navbar-nav .nav-link,
  .navbar-inverse .navbar-nav .nav-link.active {
      color: #e8000f;
      cursor: pointer;
  }
  .navbar-nav {
    position: relative;
    margin-left: 77%;
    text-align: center;
    vertical-align: middle;
    margin-top: 1%;
  }
  .navbar-inverse .navbar-nav .nav-link:hover {
    color: #333;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
  }
  .logo{
    margin-top: 7%;
  }
  .info_contacto, .logo {
    margin-top: 4%;
    margin-bottom: 3%;
  }
  div.Totales{
    margin-left: 30%;
    margin-right: 30%;
  }
  div.Descuentos{
    margin-left: 10%;
    margin-right: 10%;
  }
  .formulario{
    padding-bottom: 0;
  }
  .caja_boton {
    margin: 0% auto 2% auto;
  }
  #lblResultado{
    font-size: 1.8em;
    font-weight: 600;
    margin: 2%;
    text-align: center;
  }
  .consulta, .asignar {
    margin-top: 8%;
    margin-bottom: 13%;
  }
  .contenedor {
    height: auto;
  }
  .modal-dialog {
    max-width: 50%;
  }
  #signar p.label{
    margin-bottom: 8%;
    margin-top: 0;
  }
  #txtObservaciones {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 5%;
  }
  #signar{
    min-width: 450px;
    max-width: 600px;
  }
  #txtNumTarjeta{
    margin-bottom: 2%;
  }
  .cajita{
    width: 150px;
    margin: 0 2%;
  }
  #txtObservaciones{
    margin: 5% auto;
    width: 92%;
  }
  #signar div.pago p {
    color: #fff;
    margin-bottom: 1%;
    font-weight: 300;
    margin-top: 2%;
    letter-spacing: 1px;
  }
  #signar .label {
    font-size: 1.8em;
    letter-spacing: .8px;
    border-bottom: 1px solid;
    margin-bottom: 6%;
    margin-top: 1%;
  }
  #tableOperaciones tbody tr th:nth-child(9),
  #tableOperaciones > tbody > tr > td:nth-child(9) {
    display: table-cell;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(9) {
    border-radius: 0 0 15px 0;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(8) {
    border-radius: 0;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
      padding: 1% 20%;
  }
  .navbar-nav {
    right: 3%;
    margin-top: 0;
  }
  .navbar-inverse .navbar-nav .nav-link:hover {
    color: #333;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
  }
  .logo{
    margin-top: 4%;
    padding-left: 25%;
  }
  #tableOperaciones tbody tr:last-child td:nth-child(5) {
    padding-right: 0;
  }
  div.Descuentos tbody #TotalOp td:nth-child(7),
  #tableOperaciones tbody tr td:nth-child(2),
  #tableOperaciones tbody tr td:nth-child(1) {
    padding-left: 0;
  }
  .cajita{
    width: 180px;
    margin: 0 3%;
  }
  #txtObservaciones {
    margin: 5% auto;
    width: 80%;
  }
  #signar p.label {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: .8px;
    border-bottom: 1px solid;
    margin-bottom: 8%;
    margin-top: -1%;
  }
}

/* *********** ANIMACIONES ******** */

@-webkit-keyframes zoom-in-out {
  0%{
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  50%{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  }
  100%{
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}

@keyframes zoom-in-out {
  0%{
  -ms-transform: scale(1);
  transform: scale(1);
  }
  50%{
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  }
  100%{
  -ms-transform: scale(1);
  transform: scale(1);
  }
}

@keyframes menu-animate {
    0%   {right: -260px;}
    25%  {right: -195px;}
    50%  {right: -130px;}
    75%  {right: -65px;}
    100%  {right: 0px;}
}

@-webkit-keyframes alert {
  0%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  5%{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  10%{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  15%{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  25%{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  30%{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  35%{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%{
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  45%{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50%{
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes alert {
  0%{
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  5%{
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  10%{
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  15%{
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%{
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  25%{
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  30%{
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  35%{
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  40%{
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  45%{
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50%{
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes jump {
  0%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40%{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60%{
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100%{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(0);
  }
  40%{
    transform: translateY(-30px);
  }
  50%{
    transform: translateY(0);
  }
  60%{
    transform: translateY(-15px);
  }
  80%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(0);
  }
}

@-webkit-keyframes blink {
  0%{
    opacity: 1;
  }
  25%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes blink {
  0%{
    opacity: 1;
  }
  25%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* ********* FIN DEL LAS ANIMACIONES ******** */
