.index {
  flex-direction: column;
}
.index-header {
  height: 30vh;
}
.index-options {
  height: 55vh;
}
.index-options .w-50 {
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
.index-options-right {
  justify-content: flex-start !important;
}
.index-options-right .slick-dots {
  left: auto;
  right: 30px;
}
.index-card .label-1,
.productos-cards .label-1 {
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -100px;
}
.index-lan {
  height: 15vh;
}
.index-link {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.index-link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 980px) {
  .index {
    height: auto;
  }
  .index-header {
    height: auto;
    padding: 30px 0;
  }
  .logo {
    width: 130px;
  }
  .index-options {
    height: auto;
  }
  .index-options .w-50 {
    width: 100%;
    justify-content: center !important;
    height: 35vh;
  }
  .index-lan {
    height: auto;
    padding: 30px 0;
  }
  .index-options-right .slick-dots {
    left: 30px;
    right: auto;
  }
}
