.mySwiper-ico-prods .swiper-wrapper {
  justify-content: space-between;
}
.mySwiper-ico-prods .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    flex-shrink:0;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.swiper {
    width: 100%;
    height: 100%;
  }

  .mySwiper .swiper-wrapper {
    max-height: 400px !important
  }

  .mySwiper-app .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .mySwiper-app .swiper-slide {
   display: flex;
   justify-content: flex-start;
   align-items: center;
}
 .swiper-progress-bar {
   width: 600px;
   height: 4px;
   position: relative;
   margin: 20px auto;
   background: #eee;
}
 .swiper-progress-bar .progress {
   height: inherit;
   left: 0;
   top: 0;
   position: absolute;
   background: #f03;
   z-index: 1;
}
 .swiper-progress-bar .progress-sections {
   left: 0;
   top: 0;
   position: absolute;
   height: inherit;
   width: inherit;
   z-index: 2;
   display: flex;
   flex-direction: row;
}
 .swiper-progress-bar .progress-sections span {
   flex: 1;
   height: inherit;
   border-right: 2px solid #eee;
}
 .swiper-progress-bar .progress-sections span:last-child {
   border-right-width: 0;
}
.mySwiper-app {
  max-height: 560px;
  overflow: hidden !important;
  height: 100%;
}

.swiper-progress-bar {
  z-index:1;
    transform: rotate(90deg);
  width: 460px;
    top: -290px;
    right: -557px;
    margin: 0px auto;
    
}
.slide-1:before{
  content:"";
  background-image:url(https://dev.sdstg.securitasdirect.es/sites/es/files/flmngr/app/line.svg);
  background-repeat:no-repeat;
    width: 100%;
    height: 15px;
    position:absolute;
        left: 0;
    top: 20%;
  
}
.swiper-vertical .swiper-button-next{
  width: 0;
  transform: rotate(90deg);
  top:90%!important;
  right: 12px !important;
  color: #888!important;
  z-index: 8;
}
.swiper-vertical .swiper-button-prev{
  width: 0;
  top:3%!important;
  left:inherit!important;
  right: 12px;
  color: #888!important;
  transform: rotate(90deg);
  z-index: 8;
 }
 
.swiper-button-prev--app:before,
.swiper-button-prev--app:after,
.swiper-button-next--app:before,
.swiper-button-next--app:after {
    content: '' !important;
    position: absolute;
    top: 30px;
    width: 27px;
    height: 2px;
    border-radius: 1px;
    background-color: #ff0033;
    transform: rotate(45deg);
}
.swiper-button-prev--app:after {
    transform: rotate(-45deg);
    top: 11px;
}
.swiper-button-next--app:before {
    transform: rotate(-45deg);
}
.swiper-button-next--app:after {
    transform: rotate(45deg);
    top: 11px;
}

 .swiper-slide__screen {
     width: 250px;
     min-width: 250px;
 }

 .swiper-slide__info {
    padding-left: 90px;
    padding-right: 50px;
    flex-grow: 1;
 }
  .swiper-slide__info p {
    max-width: 70%;
    margin: 0 auto;
 }
 .swiper-slide__info-title h3,
 .swiper-slide__info-title p {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin: 20px auto 0;
 }
 .swiper-slide__info-title img {
    margin: 0 auto;
    height: 70px;
    width: auto;
 }

 .swiper-background {
    position: absolute;
    width: 250px;
    left: 15px;
    top: 19px;
    z-index: 9;
 }
.mySwiper-app:before,
.mySwiper-app:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 46px;
    background: #fff;
    z-index: 8;
}
.mySwiper-app:after {
    top: auto;
    bottom: 0;
    height: 67px;
}
.swiper-arrow {
    position: absolute;
    width: 68px;
    height: 2px;
    top: calc(50% - 2px);
    left: 280px;
    z-index: 8;
}
.swiper-arrow:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    top: 0;
    left: 0;
    border-top: 2px dotted #ff0033;
}
.swiper-arrow:after {
    content: '';
    position: absolute;
    left: 100px;
    top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #ff0033;
}

@media (max-width: 1200px) {
  .swiper-progress-bar {
    right: -467px;
  }
  .swiper-arrow:before {
    width: 60px;
  }
  .swiper-arrow:after {
    left: 60px;
  }
}
@media (max-width: 990px) {
  .swiper.mySwiper-ico-prods {
    padding-bottom: 30px;
  }
  .swiper-slide__info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-progress-bar {
    right: -347px;
  }
  .swiper-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
    .mySwiper-app {
        max-height: 100%;
    }
    .swiper-background {
        width: 200px;
        left: calc(50% - 100px);
        top: 0;
    }
    .mySwiper-app .swiper-slide {
        flex-direction: column;
    }
    .swiper-slide__screen {
        width: 200px;
        min-width: 200px;
    }
    .swiper-slide__info h5 {
        margin-top: 10px;
        font-size: 16px;
    }
    .swiper-slide__info p {
        max-width: 100%;
        font-size: 15px;
        line-height: 20px;
    }
    .swiper-slide__info h4 {
        font-size: 20px;
        line-height: 25px;
    }
    .swiper-slide__info-title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 70px;
    }
    .swiper-slide__info-title h3,
    .swiper-slide__info-title p {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
        margin: 0;
    }
    .swiper-slide__info-title img {
        height: 50px;
        margin: 0 20px 0 0;
    }
    .mySwiper-app .swiper-button-next {
        right: 30px;
    }
    .mySwiper-app .swiper-button-prev {
        left: 30px;
    }
    .mySwiper-app:before,
    .mySwiper-app:after {
        width: calc(50% - 95px);
        height: 410px;
    }
    .mySwiper-app:after {
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
    }
    .swiper-progress-bar {
        transform: rotate(0deg);
        left: auto;
        right: auto;
        top: 20px;
        width: 90%;
    }
    .swiper-progress-bar .progress-sections {
        width: 100%;
        right: 0;
    }
    .swiper-button-prev--app,
    .swiper-button-next--app {
      top: 200px !important;
    }
    .swiper-button-prev--app:before,
    .swiper-button-prev--app:after,
    .swiper-button-next--app:before,
    .swiper-button-next--app:after {
        top: 19px;
        width: 12px;
    }
    .swiper-button-prev--app:after,
    .swiper-button-next--app:after {
        top: 11px;
    }
}
@media (max-width: 580px) {
    .swiper-slide__info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .swiper-slide__info-title h3,
    .swiper-slide__info-title p {
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }
    .swiper-slide__info-title img {
        height: 40px;
    }
    .mySwiper-app .swiper-button-next {
        right: 25px;
    }
    .mySwiper-app .swiper-button-prev {
        left: 25px;
    }
    .swiper-progress-bar {
        position: absolute;
        left: 25px;
        top: 440px;
        width: calc(100% - 50px);
    }
    .mySwiper-app .swiper-pagination.swiper-pagination-progressbar {
        position: absolute;
        left: 25px;
        top: 440px;
        width: calc(100% - 50px);
        background: #f5f5f5;
        border-radius: 2px;
        overflow: hidden;
    }
    .mySwiper-app .swiper-pagination .swiper-pagination-progressbar-fill {
        background: #ff0033;
        border-radius: 2px;
    }
}

.mySwiper-opiniones {
  height: 85%;
}