/*Modulo mobile pantallas*/
.mySwiper-ico-prods .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    flex-shrink:1;

    /* 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{
  transform: rotate(90deg);
  top:90%!important;
  right: 0;
  color: #888!important;
  z-index: 8;
}
.swiper-vertical .swiper-button-prev{
  top:3%!important;
  left:inherit!important;
  right: 0;
  color: #888!important;
  transform: rotate(90deg);
  z-index: 8;
 }

 .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-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: 20px;
    }
    .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,
    .mySwiper-app .swiper-button-prev {
        color: #888!important;
        top: 200px;
    }
    .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;
    }
}
@media (max-width: 580px) {
    .swiper-slide__info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .swiper-slide__info-title {
        margin-top: 50px;
    }
    .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%;
}




/*MENU MYVERISURE*/
.central-arlo h3{font-size:40px}
.app-mano h3{font-size:28px}
.app-mano .img-mano{
    position: relative;
}

.m_info_description .phone{width:100%;padding-right:0!important}
.comparativa-table table {
    grid-template-columns: 46% 28% 1fr!important;
}
.comparativa-table .cell-sd__btn {
    border-bottom-right-radius: 50px;
    padding: 30px 6px;
    grid-column: 2 / auto;
    grid-row: 17 / auto!important;
}
.prod-icons > div{
  width:10%;
}
.prod-icons p > a {
  color:#666;
  text-decoration:underline;
}
.prod-icons p > a:hover{
  color:#f03;
  font-weight:700;
}
.mySwiper-opiniones .swiper-slide{font-size:16px}
.mySwiper-opiniones {padding: 1em 0!important;}
.swpr-opiniones .swiper-button-next {
  right:-30px;
}
.swpr-opiniones .swiper-button-prev{
  left:-30px;
}
.swpr-opiniones .swiper-button-prev, .swiper-button-next{
  color:#f03!important;
}
.mySwiper-ico-prods .swiper-slide img {object-fit:contain}

.scan-app {
  width: 170px;
  height: auto;
  margin-left: 20px;
}
.scan-app:first-of-type {
  margin-left: 0;
}

@media (max-width:580px){
  .central-arlo h3{font-size:30px}
  .swpr-opiniones .swiper-button-next{
    right:0px;
  }
  .swpr-opiniones .swiper-button-prev{
    left:10px;
  }
  .swpr-opiniones .swiper-button-prev:after{
    font-size:1em;
  }
  .swpr-opiniones .swiper-button-next:after{font-size:1em}
  .mySwiper-ico-prods .swiper-slide .cont{
    display:flex;
    align-items: center;
    border-radius:10px;
    background-color:#f5f5f7;
    width:130px!important;
    height: 130px!important;
    margin-bottom:1em;
  }
.mySwiper-ico-prods .swiper-slide {
  align-items: start!important;
}
.mySwiper-ico-prods .swiper-pagination-progressbar {
    background: #f5f5f5;
    border-radius: 2px;
    overflow: hidden;
}
.mySwiper-ico-prods .swiper-pagination-progressbar-fill {
    border-radius: 2px;
}
.ico-prods .swiper-button-next{right:0!important;}
.ico-prods .swiper-button-prev{left:0!important; color:#f03!important}
.ico-prods .swiper-button-next:after{font-size:1em}
.ico-prods .swiper-button-prev:after{font-size:1em}
.ico-prods .swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size)/ 150 * 17)!important;
}
.ico-prods .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
      bottom: 0;
    top: inherit;
}
.ico-prods .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#f03!important}

  .mobile-arrow .col-mobile-arrow-img{
    margin-bottom: -4em;
    z-index: 1;
  }
  .mobile-arrow .col-mobile-arrow-text p{
    text-align:center;
  }
  .mobile-arrow .col-mobile-arrow-text{
  background-color:#F5F5F7;
  border-radius:2em;
  }


.puzzle .puzzle-text{width:100%}
.puzzle .puzzle-h2{
    width: 100%;
    text-align: right;
    font-size: 22px;
    line-height: 27px;
}
.puzzle .puzzle-h3{
    width: 100%;
    text-align: left;
    font-size: 22px;
    line-height: 27px;
}
.puzzle-ico{
    width: 40px;
    height: 40px;
}
.puzzle-btn{
  font-size:large!important;
  padding: 1em 0 1em 2em!important;
}
.puzzle-bg{background-position-x:60%}
.puzzle-personas .puzzle-ico-text {
      flex-direction: row-reverse;
    align-items: center;
}
.puzzle-comprueba .puzzle-ico-text {
      flex-direction: row;
    display: flex;
    align-items: center;
}
.puzzle-comprueba p{
  text-align:left!important;
}
.puzzle-personas p{
  text-align:left!important;
}
}
@media (min-width: 768px){
  .mobile-arrow .col-mobile-arrow-text h2{
  text-align:left;
}





/* hero whatsapp */

#whatsapp{
    cursor: pointer;
    display: block;
    height: 60px;
    transition: transform .2s ease-in;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px #00000015;
    padding: 4px;
}
#whatsapp:hover{transform: scale(1.1);}
.ev-form__media-icon {
    width: 150px;
    height: auto;
    cursor: pointer;
    pointer-events: none;
}
.hero-evo-img {
    background-color: #f7f7f7;
    height: 430px;
    max-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20%;
}
.card-hero--whatsapp {
    z-index: 3;
    top: calc(100% - 485px);
}
.card-hero--home {
    z-index: 3;
    top: calc(100% - 531px);
}
@media (min-width: 768px) and (max-width: 1200px) {
    .card-hero--whatsapp {
         top: calc(100% - 485px) !important;
    }
    .card-hero--home {
         top: calc(100% - 581px) !important;
    }
}

@media (max-width: 580px) {
    .card-hero--whatsapp {
         top: auto;
    }
}
.mobile-arrow .col-mobile-arrow-img img{
  margin-left:30%;
}
.puzzle .puzzle-h2{
    width: 50%;
    text-align: right;
    font-size: xxx-large;
}
.puzzle-camara .puzzle-h2{
    width: 100%;
    text-align: right;
    font-size: xxx-large;
    padding: 0 0 4em 0;
}
.puzzle .puzzle-h3{
  font-size: xx-large;
  line-height: inherit;
}
.puzzle-camara .puzzle-h3{
  font-size: x-large;
  line-height: inherit;
  text-align: left;
}
.puzzle .puzzle-h3-right{
  text-align: right;
}
.puzzle .puzzle-text{width:35%}
.puzzle-btn{
  font-size:xxl-large!important;
}
.mySwiper-opiniones .swiper-wrapper {
  justify-content: center;
}
}


.modal-btn {
    cursor: pointer;
}
.modal-demoapp {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100% !important;
    background: transparent;
}
.modal-demoapp .modal-dialog {
    pointer-events: all;
}
.modal-demoapp .close {
    opacity: 0.8;
    color: #fff;
    text-shadow: none;
    font-size: 2rem;
}
.modal-demoapp .close:hover {
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
.modulo-app-demo__demo {
    background-image: url(/sites/es/files/flmngr/arlo/movil_apple.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 355px;
    height: 710px;
    flex-shrink: 0;
    position: relative;
}
.modulo-app-demo__demo .demo-device {
    position: relative;
    background-image: url(/sites/es/files/flmngr/arlo/movil_apple.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}
.modulo-app-demo__demo iframe {
    position: absolute;
    width: 88%;
    left: 7%;
    height: 94%;
    top: 3%;
    border-radius: 20px 20px 30px 30px;
    z-index: 1;
}
@media(max-width: 580px) {
    .modal-demoapp {
      padding: 0;
    }
    .modulo-app-demo__demo {
        width: 320px;
        height: 625px;
    }
}
.card--above {
  border-radius: 20px;
  margin-bottom: -40px;
  z-index: 4;
  padding: 0 15px;
}

/* estilos que faltan del Hero*/
.shadow-form-lr{
  box-shadow: 2px 0 10px 0px rgb(0 0 0 / 15%), -2px 0 10px 0px rgb(0 0 0 / 15%);
}
.shadow-form-btn{
  box-shadow: 8px 0 5px -5px rgb(0 0 0 / 15%), -7px 0 0px -4px rgb(0 0 0 / 15%)
}
.btn-form{
  background-color: #ff0033;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3em 3em 0;
    width: 96%;
    margin-left: -0.7em;
}
.ev-btn-cta{
  width:fit-content;
  font-size:30px!important;
  margin-top:0!important;
  border-radius:6em!important
}

.ev-btn-cta:hover, .btn-chev-right :hover, .btn-outline-primary:hover, .btn-outline-primary:focus{
  background-color:white!important;
  color:#f03!important;
}

.btn-form:hover{
width: 102%;
 transition-duration: 0.2s;
}
.btn-form:hover span, .btn-table:hover span{
  padding-right:.9em;
  transition-duration: 0.2s;

}
.ev-btn-cta:hover span, .btn-chev-right:hover span{
  padding-right:.9em;
  transition-duration: 0.5s;
}
.btn-table{
  min-height: 58px!important;
  padding: 0px 10px!important;
}

.evol-oferta{
    font-size: 22px;
    line-height: 27px;
    color: #f03;
    display: flex;
    font-weight: 700;
    flex-direction: column;
    align-items: center;
}

.evol-oferta_texto{
  flex-direction: column;
    display: flex;
    color: #f03;
    align-items: center;
}
.evol-oferta_instalacion{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color:#333;
}
.evol-oferta_gratis{
  font-size: 22px;
    line-height: 26px;
     font-weight: 700;
}
  .btn-outline-primary{
    background-color:white!important;
    display: inline-flex;
    align-items: center;
  }
.lp-evo .subtitle{
  font-size:16px;
}
  .btn-chev-right img:hover{
    color:#fff;
  }
  #triangle-ribbon-box:before {
    content: "";
    position: absolute;
    top: 5em;
    left: -12px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 11px solid #ab192d;
    border-bottom: 15px solid transparent;
    transform: rotate(180deg);
  }
 .ev-hero-menu {
    position: absolute;
    max-width: none;
    left: 0;
    right: 0;
    width: 100%;
  }

  .ev-wrapper {
    max-width: 62vw;
    width: 60%;
    left: 0
  }
.ev-wrapper-hogar {
    max-width: 70vw;
    width: 80%;
    left: 0
  }

  .ev-hero-menu h2 {
    font-size: 38px;
    line-height: 45px;
  }

  .ev-offer__text {
    font-size: 38px;
    line-height: 45px;
  }
  .ev-img-hero .container, .ev-img-hero-hogar .container {
    height: 450px
  }


.btn-form{
  background-color: #ff0033;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3em 3em 0;
    width: 96%;
    margin-left: -0.7em;
}
.btn-form:hover{
width: 102%;
 transition-duration: 0.2s;
}
.btn-form:hover span, .btn-table:hover span{
  padding-right:.9em;
  transition-duration: 0.2s;

}
.btn-form{width:100%;margin-left: 0em;}

@media (max-width: 768px){
  .card-hero .main-row {justify-content:center!important}
}

@media (min-width:768px) and (max-width:1200px){
  .card-hero{top: calc(100% - 525px)!important;}
}

@media (max-width:992px){
   .card-hero{background-color:#f3f3f3}
}

@media (min-width:992px){
  .card-hero{
      position:absolute
    }
}

@media (max-width:580px){
  .card-hero{border-radius: 7em 0 0 0;position:relative;top:-2em}
}



/* estilos genericos */
.br-20 {
  border-radius: 20px;
}
.br-md-20 {
  border-radius: 0;
}
.w-md-75 {
  width: 100%!important;
}
.bg-darker {
  position: relative;
}
.bg-darker * {
  z-index: 1;
}
.bg-darker:before {
  position: absolute;
  content: '';
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}


/* mas ancho que tablet */
@media (min-width: 768px){
  .br-md-20 {
    border-radius: 20px;
  }
  .w-md-75 {
    width: 75%!important;
  }
}

/* ribbon */
.ribbon-grey .container {
  background-color:rgb(245, 245, 247);
}
.ribbon-grey h3:first-of-type {
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}
.ribbon-grey h3:nth-of-type(2) {
  font-size: 21px;
  line-height: 26px;
  text-align: center;
}

@media (min-width: 768px){
  .ribbon-grey h3:first-of-type {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }
  .ribbon-grey h3:nth-of-type(2) {
    font-size: 35px;
    line-height: 40px;
    text-align: left;
  }
}

/* estilos lista FAQ y otros módulos */
.generic-list {
  list-style: disc;
  color: #666666;
  padding-left: 30px;
}
.generic-list li {
  margin-bottom: 20px;
}
.generic-list__title {
  display: block;
  font-weight: bolder;
  margin-bottom: 10px;
}