.banner_principal{height:100%;position:relative;}
.swiper-container{
    position: absolute;
    z-index: 24;
    left: 0px;
    right: 0px;
}
.swiper-container .mouse{
    width: 20px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    /* display: table; */
    position: absolute;
    left: 15px;
    top: 9px;
}
.mouse a{
    display: block;
    height: 45px;
    text-decoration: none;
}
.swiper-container .mouse-wrapper{
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 25;
    left: 0px;
    right: 0px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.mouse-scroll{
    position: absolute;
    display: block;
    top: 29%;
    left: 63%;
    width: 3px;
    height: 3px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 11%;
    -webkit-animation: mouse-scrol-ann 2.5s linear infinite;
    -moz-animation: mouse-scrol-ann 2.5s linear infinite;
    animation: mouse-scrol-ann 2.5s linear infinite;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes mouse-scrol-ann{
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes mouse-scrol-ann{
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes mouse-scrol-ann{
  0% {
    opacity: 1;
    top: 29%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  60% {
    opacity: 1;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

.rs, .frame_selection{top: 35% !important;}




