@import url("animate.min.css");
@import url("custom_animation.css");
@import url("https://fonts.googleapis.com/css?family=Overpass:400,400i,600,700");
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 50 !important;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pagina-slider {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 25px;
  border-radius: 25px;
  height: 800px;
  transition: all 0.3s;
}

.pagina-slider__item {
  display: flex;
  align-items: center;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > * {
  opacity: 1;
  transform: none;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}

.pagina-slider__item.swiper-slide-active .pagina-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}

.pagina-slider__img {
  transform: translateX(-35px);
}

.pagina-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}

.pagina-slider__img img {
  width: 550px;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}

.pagina-slider__content {
  padding-right: 25px;
}

.pagina-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

.pagina-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.pagina-slider__title {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  margin-bottom: 20px;
}

.pagina-slider__text {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 20px;
}

.app-feature-box {
  margin-bottom: 30px;
}

.featured-list-block {
  position: relative;
  margin-bottom: 30px;
}

.pagina-slider__button {
  display: inline-flex;
  background: #2306de;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.pagina-slider .swiper-container-horizontal > .swiper-pagination-bullets, .pagina-slider .swiper-pagination-custom, .pagina-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.pagina-slider__pagination {
  position: absolute;
  z-index: 51;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

.pagina-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

.pagina-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}

.pagina-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2306de;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

.footer {
  background: url(../img/fondofooter.gif.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.footer:after {
  content: "";
  background: url(../img/ondas_footer.svg) top no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  position: absolute;
  top: -5px;
  right: -4px;
  left: -1px;
  z-index: 1;
}

.footer {
  position: relative;
  padding-top: 250px;
  overflow: hidden;
}

.footer .foot_desc {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1900px) and (max-height: 967px) and (orientation: portrait) {
  .pagina-slider__item {
    margin-top: 65px;
  }

  .pagina-slider__img img {
    width: 321px !important;
  }

  .pagina-slider__content {
    padding-right: 0px;
  }

  .pagina-slider__content {
    padding-right: 0px;
  }

  .pagina-slider__title {
    margin-bottom: 0;
    line-height: 52px;
  }

  .pagina-slider__text {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .footer {
    position: relative;
    padding-top: 690px;
  }
}
@media screen and (max-width: 1400px) {
  .footer {
    position: relative;
    padding-top: 480px;
  }
}
@media screen and (max-width: 992px) {
  .pagina-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider__item {
    flex-direction: column;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    position: relative;
    padding-top: 269px;
  }

  .mtop-5 {
    margin-top: 4rem;
  }

  .pagina-slider__img {
    transform: translateX(-41px);
  }

  .pagina-slider__title {
    font-size: 49px !important;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider__img {
    transform: translateY(-12%);
    width: 90%;
  }

  .pagina-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 813px !important;
  }

  .welcome_right {
    position: absolute;
    top: 162px;
  }
}
@media screen and (max-width: 576px) {
  .pagina-slider__img {
    width: 95%;
  }

  .pagina-slider__img img {
    width: 440px !important;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .pagina-slider__content {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .pagina-slider__button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .pagina-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
@media screen and (max-width: 414px) {
  .pagina-slider__img img {
    width: 400px;
  }

  .pagina-slider__img {
    transform: translateX(-15%);
    width: 90%;
  }

  .pagina-slider__item {
    margin-top: -89px;
  }

  .pagina-slider__content {
    margin-top: -21px;
  }
}
@media screen and (max-width: 375px) {
  .welcome-area.v1:after {
    left: 0px;
  }

  .pagina-slider__img img {
    width: 369px !important;
  }

  .pagina-slider__img {
    width: 95%;
  }

  .mg-50 {
    margin-bottom: -100px !important;
  }

  .pagina-slider__pagination {
    top: 538px !important;
  }

  .contact-w3left img {
    width: 339px;
  }
}
@media screen and (max-width: 360px) {
  .pagina-slider__img img {
    width: 355px !important;
  }
}
.contact-w3left img {
  width: 500px;
}

.mg-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.back_top svg {
  line-height: 57px;
  font-size: 22px;
  margin-top: 4px;
}

.back_top {
  background: #fff;
  border: 2px solid #265bfb;
  text-align: center;
  position: fixed;
  right: 40px;
  bottom: 20px;
  height: 35px;
  width: 35px;
  display: none;
  border-radius: 10px;
  transition: all 0.5s;
  animation: BounceAnimation 4s infinite;
  z-index: 99;
}

.app-feature-box .feature-inner .app-feature-main .icon-block .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #265bfb;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  transition: all 0.5s;
}

.app-feature-box .feature-inner {
  position: relative;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 32px 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.5s;
}

.app-feature-box .feature-inner .app-feature-main .app-feature-inner {
  position: relative;
  padding-left: 80px;
}

.app-feature-box .feature-inner .app-feature-main {
  position: relative;
  display: flex;
}

.app-feature-box .feature-inner .app-feature-main .icon-block {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.featured-list-block .featured-list-inner {
  position: relative;
  padding-left: 95px;
  padding-top: 15px;
}

.app-feature-box .feature-inner .app-feature-main .icon-block:before {
  content: "";
  background: url(../img/descarga.png);
  position: absolute;
  top: -11px;
  right: 0;
  bottom: 0;
  left: -11px;
  width: 82px;
  height: 82px;
  animation: rotate 10s linear infinite;
}

.app-feature-box .feature-inner .text {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 12px;
}

.features-section .image-block .circles-img {
  background: url(../img/circle_fondo.png) no-repeat;
  width: 510px;
  height: 510px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -255px;
  margin-top: -255px;
}

.features-section .image-block .image, .how-works-block {
  position: relative;
}

.features-section .image-block, .features-section .image-block .featured-inner {
  position: relative;
}

.featured-list-block .featured-list-inner .icon-block {
  background: #265bfb;
  color: #fff;
  font-size: 50px;
  line-height: 90px;
  text-align: center;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.how-works-box img {
  max-width: 250px;
}

.section_subtitle {
  font-size: 16px;
  line-height: 25px;
  max-width: 500px;
  padding-top: 0;
}

.parallax {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  background: url(../img/imagen7.jpg) fixed 50% no-repeat;
  background-size: cover;
}

.contact_form {
  position: relative;
  background-color: #fff;
  border: 5px solid #f9f9f9;
  padding: 30px;
  z-index: 99;
  box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.08);
}

.contact_form .form-group {
  margin-top: 0.5rem !important;
}

.btn-gradient {
  background: #265bfb;
}

.contact_form .form-control:focus {
  border-color: #265bfb;
}

.btn {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}

/*animate  css*/
/*custom animation css*/
body {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  color: #5a5f71;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

h1 {
  color: #090F40;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
  margin: 0;
}

h1 {
  font-size: 36px;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  height: auto;
  width: auto;
}

a.custom_btn,
a.custom_btn:hover,
a.video_btn,
a.video_btn:hover,
a.up_btn,
a.up_btn:hover,
.header-area {
  transition: all 0.3s;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #03112e;
  background-position: center center;
  background-repeat: no-repeat;
}

.preloader .spinner_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33333;
}

.preloader .spinner {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 15px 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.logo img {
  width: auto;
  height: auto;
  margin-right: 15px;
}

.logo a {
  font-size: 32px;
  font-weight: 700;
  padding-left: 15px;
  color: #fff;
}

a.custom_btn {
  display: inline-block;
  color: #1D60ED;
  background: #fff;
  text-align: center;
  padding: 14px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}

a.custom_btn i {
  padding-right: 5px;
}

a.custom_btn:hover {
  background: #2306de;
  color: #fff;
}

a.pagina-slider__button:hover {
  background: #fff;
  color: #000;
}

.welcome-area span {
  color: #fff;
}

.welcome_right {
  position: absolute;
  top: 150px;
  right: 17%;
  width: 77%;
  z-index: 22;
}

.welcome-area {
  position: relative;
  width: 100%;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
}

.welcome-area.v1:after {
  content: "";
  background: url(../img/ondas_header.svg) bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  bottom: -2px;
  left: -10px;
  display: block;
  height: 100%;
  z-index: 1;
}

.welcome-area.v1 {
  background: #265bfb;
}

.welcome-text h1, .welcome-text p {
  color: #fff;
}

.welcome-text h1 {
  font-size: 55px;
  line-height: 70px;
}

.welcome-text p {
  margin: 35px 0;
  line-height: 1.8;
  font-size: 19px;
  line-height: 28px;
}

.welcome-btns a {
  display: inline-block;
}

a.video_btn {
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

a.video_btn:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  transform: scale(0);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  opacity: 1;
  transition: 0.5s;
  visibility: hidden;
}

a.video_btn:hover:before {
  opacity: 0;
  transform: scale(1.7);
  visibility: visible;
  box-shadow: 0 0 0 15px #7540EE;
}

a.video_btn:hover {
  color: #fff;
  background: #0D2C6D;
}

.welcome-right img {
  height: 100%;
  width: 100%;
}

.meg {
  position: absolute;
  top: -13%;
  right: -13%;
  z-index: -1;
  animation: skyanimation_1 alternate 6s ease-in-out infinite;
}

.meg.meg-2 {
  right: auto;
  top: 42%;
  z-index: -1;
  animation: moving alternate 5s ease-in-out infinite;
}

.meg.meg-3 {
  right: auto;
  left: 45%;
  animation: skyanimation_2 alternate 4s ease-in-out infinite;
}

.cross {
  position: absolute;
  top: 0;
  left: 0;
  animation: ssIconRotate infinite 3s;
}

.cross.cross-2 {
  right: 16%;
  top: 10%;
  left: auto;
  animation: ssIconRotate infinite 4s;
}

.cross.cross-3 {
  right: auto;
  left: 10%;
  animation: ssIconRotate infinite 4s;
  bottom: 0;
}

.cross.cross-4 {
  right: auto;
  left: 15%;
  animation: ssIconRotate infinite 2s;
  top: 35%;
}

.circle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  animation: roteanimation alternate 2s ease-in-out infinite;
}

.circle.circle-2 {
  right: auto;
  left: 10%;
  top: -10%;
  animation: roteanimation alternate 1s ease-in-out infinite;
}

.shit-1 {
  position: absolute;
  top: -10%;
  right: 0;
  z-index: -3;
}

.Rectangle {
  position: absolute;
  bottom: 75%;
  right: -7%;
}

.Rectangle.Rectangle-2 {
  right: -15%;
  top: 0;
  animation: ractangle alternate 4s ease-in-out infinite;
}

.share {
  position: absolute;
  top: -18%;
  left: 25%;
  animation: roteanimation alternate 1s ease-in-out infinite;
}

#map {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 21px #E0E7EB;
}

a.up_btn {
  background: #1546AD;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 3%;
  right: 5%;
  border-radius: 5px;
  z-index: 999;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}

a.up_btn:hover {
  background: #2063EF;
  box-shadow: 0 10px 20px #1546AD;
  transform: translateY(-5px);
}

@keyframes rotate_animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.welcome-area.v5 .welcome-text p {
  margin: 35px 0;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 22px;
  line-height: 32px;
}

/*app btn css*/
.welcome-area.v5 .welcome-text h1,
.welcome-area.v5 .welcome-text p {
  color: #090F40;
}

.header-area.v5 .logo a {
  color: #fff;
}

.header-area.v1 .logo a {
  color: #222;
}

.welcome_right.v5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  z-index: 99;
}

.welcome-area.v5 {
  display: flex;
  width: 100%;
  height: 100%;
}

.welcome-area.v5:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 80%;
  top: 0;
  right: 0;
  background: url(../img/v3_bg_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -6;
}

.welcome-area.v5:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 80%;
  top: 0;
  right: 0;
  background: url(../img/v3_bg_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -6;
}

/*::::::::::::::::::::::::::start home page 6 css::::::::::::::::::::::::::::::::::::::*/
.welcome_right img {
  width: 100%;
}

/*::::::::::::::::::::::::::start blog page css::::::::::::::::::::::::::::::::::::::*/
.blog {
  background-size: cover !important;
  background-position: center !important;
  height: 420px;
  border-radius: 10px;
}