.logo-ul {
  height: 100%;
  width: 100%;
}
.logo-ul li {
  margin-bottom: 0.5rem;
  opacity: 0;
}
.logo-ul li img {
  width: 100%;
}
.fade-in {
  animation: fadeIn 0.5s ease forwards;
  opacity: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

section {
  flex-grow: 1;
}
nav ul li,
.nav-categorias li {
  display: inline-block;
  font-family: "Monument Extended";
  font-size: 0.75rem;
  margin: 0 25px;
  margin-bottom: 8px;
}
nav ul li a:hover,
.nav-categorias li a:hover,
.nav-select {
  border-bottom: 5px solid black;
}

#logo-index {
  width: 90vw;
}

.item-img {
  background-size: cover;
  display: block;
  height: 340px;
  margin-bottom: 10px;
}
.item-img-25 {
  background-position: center;
  background-size: cover;
  display: block;
  height: 240px;
  margin-bottom: 10px;
}
.btn-back {
  position: absolute;
  right: 30px;
}
.medio {
  font-size: 0.6rem;
}
input {
  border: 0;
  border-bottom: 1px solid black;
  font-family: "GT Walsheim";
  margin: 0;
  margin-top: -3px;
}
button {
  cursor: pointer;
}

.talleres-precio {
  align-items: center;
}
#gif-index {
  height: 100%;
}
.btn-comprar {
  display: inline-block;
}
.cursos-title {
  padding: 0 40px;
  text-transform: uppercase;
}
.index-gif {
  background-image: url("../imgs/gif-home-muchatela.gif");
  background-repeat: space;
  height: 100vh;
  width: 100vw;
}
