@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body, p, h1, h2, h3, h4, h5, h6, li, a{
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 600;
  color: #190A32;
}
h2{
  color: #170B35;
  font-family: "Poppins", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}
h4{
  font-size: 20px;
  color: #150A33;
  font-weight: 500;
}
p{
  font-size: 16px;
  line-height: 27px;
  color: #656565;
  margin-top: 10px;
}
img{
  max-width: 100%;
}
.v-middle{
  vertical-align: middle;
}
.logo{
  max-width: 180px;
}
.menu ul{
  margin: 0px;
}
.menu ul li{
  float: left;
  display: inline;
}
.menu a{
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  font-weight: 600;
}
.menu a:hover{
  color: #002041;
}
.menu a.active{
  color: #002041;
}
.btn-download {
    padding: 10px 20px!important;
    border-radius: 30px;
    background-color: #fff;
    color: #002041!important;
}
header{
  position: absolute!important;
  z-index: 9999;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-banner {
  background-image: url(../img/slider-bg.svg);
  background-size: 60%;
  background-position: 105% 0%;
  padding-top: 90px;
  background-repeat: no-repeat;
}
.btn-especial{
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}
.btn-especial:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 28px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-custom {
  background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 20px;
  padding: 10px 10px;
  position: relative;
}
.btn-custom :before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 28px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited .btn-success:focus {
    background-color: #a966ff !important;
    border-color: #a966ff !important;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited .btn-info:focus {
    background-color: #00b9ff !important;
    border-color: #00b9ff !important;
}

.btn-especial-2{
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
  color: #002041;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}
.btn-especial-2 span {
  position: relative;
  z-index: 1;
}
.btn-especial-2:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.number-style {
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.number-style .number{
  background: -webkit-gradient(linear, left top, right top, from(#00b9ff), color-stop(98%, #a966ff), to(#a966ff));
  background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200 !important;
  font-size: 53px;
}
.carrusel-beneficios .item{
  float: left;
  padding: 20px;
}
.carrusel-beneficios .top .icono {
    height: 80px;
}
.carrusel-beneficios .item h4{
  font-size: 20px;
  font-weight: 500;
  color: #150A33;
  margin-top: 17px;
  margin-bottom: 17px;
}
.carrusel-beneficios .item p{
  letter-spacing: .01em;
  color: #656565;
  margin-bottom: 50px;
}
.carrusel-beneficios .owl-nav button.owl-prev, .carrusel-beneficios .owl-nav button.owl-next {
  background: #E9E8E8!important;
  width: 38px!important;
  height: 38px!important;
  border-radius: 50%!important;
  margin: 0!important;
  padding: 0!important;
  line-height: 38px!important;
  font-size: 14px!important;
  position: absolute!important;
  top: 40%!important;
  -webkit-transform: translateY(-100%)!important;
  transform: translateY(-100%)!important;
}
.carrusel-beneficios .owl-nav button.owl-next{
  right: 0px;
}
.carrusel-beneficios .owl-nav button.owl-prev{
  left: 0px;
}
.carrusel-beneficios .owl-nav{
  width: 100%;
  float: left;
}
.carrusel-beneficios .owl-nav span{
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
    background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 14px;
    cursor: pointer;
    font-size: 30px;
}
.carrusel-beneficios .owl-item, .carrusel-beneficios .owl-item .item{
  height: 100%;
}
.carrusel-phone::before{
  content: " ";
  background-image: url(../img/Pantalla_seccion_2.png);
  width: 100%;
  position: absolute;
  max-width: 310px;
  background-size: 100% 100%;
  height: 655px;
  transform: translateX(-50%);
  left: 50%;
}
.carrusel-phone .item{
  max-width: 272px;
  position: relative;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 49px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 100px;
}
.lista-funciona p{
  font-size: 14px;
}
.lista-funciona{
  margin: 0px;
  list-style: none;
  padding-left: 0px;
}
.lista-funciona li{
  padding-left: 140px;
  position: relative;
}
.lista-funciona .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
}
.lista-funciona:before {
    content: '';
    width: 2px;
    height: 100%;
    background: url(../img/gradient-sep.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 60px;
}
.btn-simple{
  font-size: 16px;
  font-weight: 600;
  color: #6B40BF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.btn-simple:hover{
  color: #d43297;
}
.w-80{
  width: 80%;
}
.w-90{
  width: 90%;
}
.box-shadow{
  -webkit-box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
  box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
}
.section-parallax{
  padding-top: 126px;
  padding-bottom: 126px;
  background: #D9378B url(../img/video-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.section-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(61, 30, 130, 0.67);
}
.color-white{
  color: #fff;
}
.section-parallax h2, .section-parallax  .btn-video{
  position: relative;
  z-index: 99;
}
.btn-video{
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  line-height: 109px;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-video .icono-play-video{
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  color: #fff;
  font-size: 20px;
  line-height: 84px;
  border-radius: 50%;
  background: #D9378B;
}
.carrusel-capturas .item {
  width: 272px;
  position: relative;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 100px;
}
.carrusel-capturas::before {
    content: " ";
    background-image: url(../img/fature-moc.png);
    width: 100%;
    position: absolute;
    max-width: 310px;
    background-size: 99% 100%;
    height: 622px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.carrusel-capturas .owl-item{
  visibility: hidden;
}
.carrusel-capturas .owl-item.active{
  visibility: visible;
}
.carrusel-capturas .owl-nav button{
  position: relative;
  font-size: 16px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  background-image: none;
  display: inline-block;
  margin: 0px 15px 0px 15px;
  background-color: #e7ecf2;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#respuesta{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  z-index: 999;
}
.contact-form{
  position: relative;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #00b9ff), color-stop(98%, #a966ff), color-stop(100%, #a966ff));
  background: -webkit-gradient(linear, left top, right top, from(#00b9ff), color-stop(98%, #a966ff), to(#a966ff));
  background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 60px;
  padding: 34px 35px;
  padding-left: 37px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  float: left;
}
.contact-form .form-group{
  float: left;
}
.contact-form input, .contact-form textarea{
  background-color: transparent;
  border: none;
  outline: none;
  color: #EAE9EC;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #EAE9EC;
  width: 100%;
  max-width: 220px;
  float: left;
  margin-left: 46px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
  color: rgba(255, 255, 255, 0.8)!important;
}
.contact-form .btn{
  background: #fff;
  color: #656565;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}
.copyright p{
  font-size: 14px;
}

footer{
  padding-top: 100px;
  background-image: url(../img/footer-bg.png);
  background-size: cover;
  background-position: top center;
}

.banner-content{
  padding-top: 100px;
}

.btn-space {
  margin-right: 5px !important;
}

@media (min-width:768px) {
  .carrusel-capturas .owl-item.active,
  .carrusel-capturas .owl-item.active + .owl-item.active +.owl-item.active + .owl-item.active + .owl-item.active {
    z-index: 1;
    transform: scale(.8);
    top: 15%;
  }
  .carrusel-capturas .owl-item.active + .owl-item.active,
  .carrusel-capturas .owl-item.active + .owl-item.active +.owl-item.active + .owl-item.active {
    z-index: 2;
    transform: scale(.9);
    top: 10%;
  }
  .carrusel-capturas .owl-item.active + .owl-item.active +.owl-item.active {
    z-index: 4;
    transform: scale(1);
    top: 0%;
  }
  .section-banner{
    padding-top: 190px;
  }
  .carrusel-beneficios .owl-item.active .line{
    width: 100%;
    height: 4px;
    background: #6541c1;
    background: -webkit-gradient(left top, right top, color-stop(0%, #00b9ff), color-stop(98%, #a966ff), color-stop(100%, #a966ff));
    background: -webkit-gradient(linear, left top, right top, from(#00b9ff), color-stop(98%, #a966ff), to(#a966ff));
    background: linear-gradient(to right, #00b9ff 0%, #a966ff 98%, #a966ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .carrusel-beneficios .owl-item.active + .owl-item.active .line{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .carrusel-beneficios .owl-item.active + .owl-item.active + .owl-item.active .line{
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .carrusel-beneficios .owl-item.active .item:hover .line, .carrusel-beneficios .owl-item.active + .owl-item.active + .owl-item.active .item:hover .line{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .carrusel-phone::after {
    content: " ";
    position: absolute;
    top: -40px;
    left: -162px;
    width: 832px;
    height: 955px;
    background-image: url(../img/download-1.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
  }
}
@media (max-width:767px) {
  .menu {
    overflow: hidden;
    position: fixed;
    top: 100px;
    width: 100%;
    max-height: 0px;
    min-height: 0%;
    transition: all .8s;
    left: 0px;
    display: block!important;
    background: #fff;
  }
  .menu ul{
    padding: 0px;
  }
  .menu.active{
    max-height: 85%;
    overflow-y: auto;
  }
  .menu li{
    width: 100%;
    text-align: center;
  }
  .menu a{
    color: #002041;
  }
  .mobile-toggle{
    float: right;
    width: 40px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .mobile-toggle span {
      float: left;
      height: 4px;
      width: 100%;
      background-color: #fff;
      border-radius: 5px;
      margin-bottom: 5px;
  }
  .mobile-toggle span:last-child {
    margin-bottom: 0px;
  }
  .carrusel-capturas .item img{
    border-radius: 30px;
  }
  .carrusel-capturas .item {
    text-align: center;
    width: 275px;
    position: relative;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -86px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 100px;
    visibility: hidden;
  }
  .carrusel-capturas::before {
    content: " ";
    background-image: url(../img/fature-moc.png);
    width: 100%;
    position: absolute;
    width: 310px;
    background-size: 99% 100%;
    height: 532px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
  }
  .carrusel-capturas .owl-item.active + .owl-item.active + .owl-item.active,
  .carrusel-capturas .owl-item.active {
    visibility: hidden;
  }
  .carrusel-capturas .owl-item.active + .owl-item.active, .carrusel-capturas .owl-item.active + .owl-item.active + .owl-item.active .item{
    visibility: hidden;
  }
  .carrusel-capturas .owl-item.active + .owl-item.active, .carrusel-capturas .owl-item.active + .owl-item.active .item {
    visibility: visible;
  }
  .contact-form{
    padding: 40px 0px;
  }
  body{
    overflow-x: hidden;
  }
  .carrusel-capturas .owl-stage-outer{
    height: 560px;
  }
}
.bg-white{
  background: #fff!important;
}
@media (max-width:599px) {
  .carrusel-capturas .item img{
    border-radius: 30px;
    top: 100px;
    position: relative;
  }
  .carrusel-capturas .item {
    visibility: visible!important;
  }
  .carrusel-capturas .owl-item.active {
    visibility: visible!important;
  }
}
.carrusel-capturas .owl-nav {
  text-align: center;
  display: block!important;
  margin-bottom: 40px;
}
.carrusel-capturas .owl-nav button{
  background: #E9E8E8!important;
  width: 38px!important;
  height: 38px!important;
  border-radius: 50%!important;
  margin: 0px 4px!important;
  padding: 0!important;
  line-height: 38px!important;
  font-size: 14px!important;
  position: relative!important;
}

.modal-body{
  overflow-x: auto;
}



/* Scan DNI */
.box.borderv{
  border-radius: 8px;
  border: 8px solid rgb(121, 0, 235);
  display: block; 
}
.box .video{
  position: relative; 
  display: block; 
  max-width: 640px; 
  width:100%;
  min-height: 480px;
  overflow: hidden;
  z-index:10;
}
.box .video video {
  position: relative; 
  display: block; 
  width: 100%;
  z-index:10;
}

.opacidad{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  margin:auto;
  display: none;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:20;
}
.opacidad.show{
  display: block;
}
.linea{
  height: 1px;
  border: 1px red solid;
  width: 100%;
  position: absolute;
  margin:auto;
  display: none;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:30;
}
.linea.show{
  display: block;
}