@font-face {
  font-family: bit;
  src: url("../Fonts/Over The Rainbow.ttf");
}

.tipografia {
  font-family: bit;
}

.centrado {
  text-align: center;
}

.list-inline {
  display: inline-block;
  width: 90px;
}

.boton-comprar {
  padding: 5px;
  margin: auto;
  margin-bottom: 25px;
  border: solid 1px;
  margin-top: 35px;
}

@keyframes color {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  0% {
    left: 0;
    top: 0;
  }

  10% {
    left: 5rem;
    top: 0rem;
    background-color: rgba(150, 0, 255, 0.5);
  }

  30% {
    top: 5rem;
    left: 5rem;
    background-color: rgba(50, 50, 250, 0.5);
  }

  35% {
    transform: rotate(10deg) scale(1.2);
  }
  40% {
    transform: rotate(-10deg) scale(1.1);
    background-color: rgba(250, 50, 50, 0.5);
  }
  47% {
    transform: rotate(0deg);
    transform: scale(1);
  }

  60% {
    top: 5rem;
    left: 0;
    background-color: #9b59b6;
  }

  100% {
    top: 0;
    left: 0;
  }
}

.boton-comprar {
  -webkit-animation-name: color;
  animation-iteration-count: infinite;
  animation-name: color;
  animation-direction: alternate;
}

.boton-comprar:hover {
  padding: 5px;
  background-color: rgba(255, 0, 0, 0.9);
  margin: auto;
  margin-bottom: 25px;
  border: solid 1px;
  margin-top: 35px;
  animation-iteration-count: infinite;
  animation-name: color2;
  animation-direction: alternate;
}


@keyframes color2 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  0% {
    left: 0;
    top: 0;
    background-color: rgba(250, 0, 0, 1);
  }

  10% {
    left: 5rem;
    top: 0rem;
    background-color: rgba(250, 0, 0, 1);
  }

  30% {
    top: 5rem;
    left: 5rem;
    background-color: rgba(250, 0, 0, 1);
  }

  60% {
    top: 5rem;
    left: 0;
    background-color: rgba(250, 0, 0, 1);
  }

  100% {
    top: 0;
    left: 0;
    background-color: rgba(250, 0, 0, 1);
  }
}

.animate__animated.animate__color, .boton-comprar {
  --animate-duration: 30s;
}

.remove-bg {
  mix-blend-mode: mu;
}

li {
  border-color: rgba(143, 202, 218, 0.68);
  border-bottom: 2px solid;
}

* {
  color: white;
  margin: 0px;
  padding: 0px;
}

html {
  background-image: url(../9795bfaed4e94a1bebe24a743857f149.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
}

body {
  background: rgba(50, 50, 50, 0.2);
  backdrop-filter: blur(50px);
  height: 100vh;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

html, body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
}

a {
  color: white;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: white;
  text-decoration: none;
  outline: none;
}

.container-fluid {
  text-decoration: none;
}

/*HEADER*/
header {
  height: 65px;
  width: 100%;
  position: absolute;
  top: 0;
  font-size: 350%;
  align-items: center;
  text-align: center;
}

h1#NOMBRE {
  color: #e0e0e0;
  font-weight: bold;
  margin-top: 15px;
  font-size: 35px;
}

/*               container                   */
.card {
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(250, 250, 250, 0.09);
  border: solid rgb(155, 155, 155) 1px;
  border-radius: 15px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%)
}

.container {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 100px;
}

.container-footer {
  background-color: rgba(164, 141, 118, 0.58);
  height: 50px;
}

.footer {
  color: white;
}

.tamaño-articulo {
  height: 300px;
  margin: auto;
  display: block;
}
