
.cascade-slider_container {
  position: relative;
  width: 100%;
  height: 110vh;
  margin: 0 auto;
}
.cascade-slider_container_1 {
  position: relative;
  width: 100%;
  height: 110vh;
  margin: 0 auto;
}
.cascade-slider_container_2 {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
.cascade-slider_slides {
  margin-top: 16%;
    position: relative;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item.next {
  left: 57%;
  transform: translateY(-80%) translateX(-153%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 43%;
  transform: translateY(-80%) translateX(54%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 20%;
  /* padding: 85px 130px; */
  cursor: pointer;
  z-index: 5;
  /* background: #fff */
}

.cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; }

.cascade-slider_nav {
  position: relative;
  /* left: 50%;
  margin-left: -450px; */
  bottom: -31%;
  width: 900px;
  margin:0 auto;
  /* max-width: 900px; */
  text-align: center;
  z-index: 5;
  background: url("../imagenes/lineablanca.png") no-repeat center;
}

.cascade-slider_dot {
  display: inline-block;
  /* width: 1em; */
  height: 1em;
  /* margin: 1em; */
  background: #ddd;
  list-style: none;
  cursor: pointer;
}

.cascade-slider_dot:hover { background: #555; }

.cascade-slider_dot.cur { background: #555; }


.cascade-slider_slides_2 {
  margin-top: 16%;
    position: relative;
}

.cascade-slider_item_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item_2.next {
  left: 57%;
  transform: translateY(-80%) translateX(-153%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item_2.prev {
  left: 43%;
  transform: translateY(-80%) translateX(54%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item_2.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow_2 {
  display: inline-block;
  position: absolute;
  top: 20%;
  /* padding: 85px 130px; */
  cursor: pointer;
  z-index: 5;
  /* background: #fff */
}

/* .cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; } */

.cascade-slider_nav_2 {
  position: relative;
  /* left: 50%;
  margin-left: -450px; */
  bottom: -32%;
  width: 900px;
  margin:0 auto;
  /* max-width: 900px; */
  text-align: center;
  z-index: 5;
  background: url("../imagenes/lineablanca.png") no-repeat center;
}

.cascade-slider_dot_2 {
  display: inline-block;
  /* width: 1em; */
  height: 1em;
  /* margin: 1em; */
  background: #ddd;
  list-style: none;
  cursor: pointer;
}

.cascade-slider_dot_2:hover { background: #555; }

.cascade-slider_dot_2.cur { background: #555; }

.cascade-slider_slides_1 {
  margin-top: 16%;
    position: relative;
}

.cascade-slider_item_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}

.cascade-slider_item_1.next {
  left: 57%;
  transform: translateY(-80%) translateX(-153%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item_1.prev {
  left: 43%;
  transform: translateY(-80%) translateX(54%) scale(0.6);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item_1.now {
  top: 35%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow_1 {
  display: inline-block;
  position: absolute;
  top: 20%;
  /* padding: 85px 130px; */
  cursor: pointer;
  z-index: 5;
  /* background: #fff */
}

/* .cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; } */

.cascade-slider_nav_1 {
  position: relative;
  /* left: 50%;
  margin-left: -450px; */
  bottom: -37%;
  /* width: 1200px; */
  margin:0 auto;
  /* max-width: 900px; */
  text-align: center;
  z-index: 5;
  background: url("../imagenes/lineablanca.png") no-repeat center;
}

.cascade-slider_dot_1 {
  display: inline-block;
  /* width: 1em; */
  height: 1em;
  /* margin: 1em; */
  background: #ddd;
  list-style: none;
  cursor: pointer;
}

.cascade-slider_dot_1:hover { background: #555; }

.cascade-slider_dot_1.cur { background: #555; }

