body {
  font-family: 'Fira Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000012;
  color: #fff;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  width: 100%;
  max-width: 1160px;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 50%;
  padding: 30px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.7em;
  line-height: 115%;
}

.subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 1.3em;
  line-height: 150%;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  min-width: 170px;
  padding: 16px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #175fff;
  border-radius: 360px;
  background-color: #175fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #3590ef;
  background-color: #3590ef;
}

.btn.ghost {
  background-color: transparent;
}

.btn.ghost:hover {
  border-color: #175fff;
  background-color: #175fff;
}

.btn.small {
  min-width: auto;
  margin-top: 20px;
  padding: 9px 30px;
  font-size: 12px;
}

.navbar {
  z-index: 3;
}

.nav-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-logo {
  width: 160px;
}

.img-hero {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  opacity: 0.7;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.hero-vid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.23;
}

.hero-shape {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
}

.section {
  padding: 55px 10px;
  background-color: rgba(17, 178, 250, 0.05);
}

.section.cta {
  background-color: #000012;
  color: #fff;
}

.section.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrapper {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.8em;
  line-height: 115%;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.border {
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: #3590ef;
  border-radius: 8px;
  background-color: rgba(53, 144, 239, 0.05);
}

.feature-wrapper {
  width: 25%;
  padding: 45px 30px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(53, 144, 239, 0.18);
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-bottom: 20px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: rgba(53, 144, 239, 0.1);
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.paragraph {
  opacity: 0.8;
  font-size: 17px;
  line-height: 25px;
}

.content {
  padding: 30px;
}

.content._40 {
  width: 40%;
}

.content._50 {
  width: 50%;
}

.pretitle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 18px;
  border-radius: 5px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 178, 250, 0.2)), to(rgba(17, 178, 250, 0.2)));
  background-image: linear-gradient(180deg, rgba(17, 178, 250, 0.2), rgba(17, 178, 250, 0.2));
  color: #175fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.input {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.33);
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.input:hover {
  border-color: hsla(0, 0%, 100%, 0.73);
}

.input:focus {
  border-color: #175fff;
}

.copyright-t {
  opacity: 0.7;
  font-size: 1.4em;
  line-height: 100%;
}

.section-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  padding-right: 10px;
  padding-left: 10px;
}

.status-scroll {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5px;
  background-color: #175fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#175fff), to(#3590ef));
  background-image: linear-gradient(90deg, #175fff, #3590ef);
}

.nav-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #252a2d;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
}

.preloader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdfd;
}

.preloader-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.favicon {
  width: 100px;
}

.loading {
  width: 75px;
}

.wrapper-entraca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle-footer {
  margin-top: 30px;
  font-size: 1.2em;
  line-height: 120%;
}

.sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-item {
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-right: 15px;
  padding: 7px;
  border-radius: 360px;
  background-color: #000012;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sm-item:hover {
  background-color: #252a2d;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .hero-wrapper {
    min-height: auto;
  }

  .hero-content {
    width: 100%;
  }

  .section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .feature-wrapper {
    width: 50%;
  }

  .content._40 {
    width: 100%;
  }

  .content._50 {
    width: 100%;
  }

  .section-nav {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-h1 {
    font-size: 3.1em;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .feature-wrapper {
    width: 100%;
  }

  .section-nav {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-h1 {
    font-size: 2.4em;
  }

  .btn.ghost {
    min-width: auto;
    padding: 12px 31px;
  }

  .nav-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .img-logo {
    width: 100px;
  }

  .section {
    padding: 20px 10px;
  }

  .title-wrapper {
    margin-bottom: 0px;
    padding: 15px;
  }

  .section-title {
    font-size: 1.9em;
  }

  .feature-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content._40 {
    padding: 15px;
  }

  .content._50 {
    padding: 15px;
  }

  .content.footer {
    padding: 15px;
  }

  .pretitle {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .copyright-t {
    font-size: 1em;
  }

  .section-nav {
    padding-right: 10px;
    padding-left: 10px;
  }
}

