.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100%;
  margin-bottom: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  border-bottom: 0.5px solid #bababa;
  background-color: #191c20;
}

.section.tecnologias_sec {
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), url('../images/tech_bg.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), url('../images/tech_bg.png');
  background-position: 0px 0px, 50% 65vh;
  background-size: auto, 500%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-clip: border-box;
}

.section.problem_section {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100%;
  border-bottom-width: 0.5px;
  background-color: #191c20;
  background-image: none;
  cursor: auto;
}

.section.section_prueba {
  background-color: #1c1c1d;
  color: #000;
}

.section.sec_solucion {
  overflow: hidden;
  width: 100%;
  min-width: 100%;
}

.section.intro_section {
  height: 101vh;
  min-width: 100%;
}

.hero {
  display: block;
  overflow: hidden;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 150px;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px solid #bababa;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-image {
  width: 70%;
  height: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 8;
  width: 20%;
  min-width: 0px;
  margin-top: 0px;
  margin-right: 40%;
  margin-left: 40%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bababa;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.hero_title {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1.5em;
  font-weight: 100;
}

.paragraph {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 0.5px solid #bababa;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}

.paragraph.par_style {
  margin-right: 0px;
  margin-left: 0px;
}

.blue_text {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #014edd;
}

.hero_block {
  max-width: 90%;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
}

.hero_block.space_after_section_number {
  width: 100%;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block {
  font-family: 'IBM Plex Mono', sans-serif;
}

.heading-2 {
  margin-top: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.heading-2.section_number {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #014edd;
  line-height: 20px;
  font-weight: 300;
}

.heading-2.section_number.section_number_light {
  color: #7c7c7c;
}

.heading-2.section_title {
  margin-top: 5px;
  margin-bottom: 60px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #e9e9e9;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2.section_title.section_title_light {
  color: #1b1d20;
}

.heading-2.section_title.prueba_title {
  font-family: Whyteinktrap, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.section_content {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.space_after_section_number {
  width: 50%;
  height: 50px;
  border-radius: 0px;
}

.section_subheading {
  max-width: 650px;
  margin-bottom: 15px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #e9e9e9;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.section_subheading.prueba_text {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-family: Whyteinktrap, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.section_subheading.blue_text {
  max-width: 600px;
}

.line_after_heading {
  width: 40%;
  height: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #bababa;
}

.list-item {
  margin-bottom: 15px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.list-item.par_style {
  list-style-type: square;
}

.problem_left_col {
  position: static;
  display: block;
  padding-right: 0px;
  padding-left: 10px;
}

.problem_right_col {
  position: static;
  padding-right: 20px;
  padding-left: 0px;
}

.columns {
  position: static;
  overflow: visible;
  width: auto;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  float: none;
  font-family: Gilroy, sans-serif;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.iphone_fkn {
  width: 100%;
  min-width: 200px;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: 10%;
}

.iphone_fkn.imagen_prueba {
  width: 100%;
  margin-top: 30%;
  margin-left: -10%;
}

.paragraph-2 {
  width: 80%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
}

.paragraph-3 {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-4 {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.columns-2 {
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.corp_card {
  display: block;
  max-width: 400px;
  margin-bottom: 30px;
  padding: 5% 3%;
  border: 0.5px solid #bababa;
  border-radius: 8px;
}

.users_left_col {
  display: block;
  padding-right: 3%;
  padding-left: 3%;
}

.users_image {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
}

.users_right_col {
  position: relative;
  bottom: auto;
  height: auto;
  margin-top: 0px;
  padding: 0px 3%;
  border: 0px solid #bababa;
  border-radius: 8px;
}

.org_card {
  position: relative;
  top: 25%;
  display: block;
  max-width: 400px;
  margin: 0px auto 30px;
  padding: 5% 3%;
  clear: none;
  border: 0.5px solid #bababa;
  border-radius: 8px;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.paragraph-5 {
  margin-right: 8%;
  margin-bottom: 5%;
  margin-left: 8%;
  font-family: Gilroy, sans-serif;
  color: #bababa;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-6 {
  margin: 0px 8% 5%;
  font-family: Gilroy, sans-serif;
  color: #bababa;
  font-size: 20px;
  line-height: 24px;
}

.users_title {
  margin-bottom: 20px;
  border: 0px solid #fff;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #cfcece;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-7 {
  position: static;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
}

.paragraph-7.info_prueba {
  width: 85%;
  margin-top: 40px;
  font-family: Whyteinktrap, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 100;
}

.tech_container {
  padding-right: 20px;
  padding-left: 20px;
}

.tech_title {
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.tech_grid {
  margin-top: 40px;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.75fr 0px 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.sub_tech_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-bottom: 32px;
  border: 0px solid #000;
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.sub_tech_heading.margin_bottom {
  padding-right: 15px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.tech_details {
  margin-bottom: 0px;
  padding-bottom: 32px;
  border: 0px solid #000;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.tech_details.margin_bottom {
  border-style: dashed;
  border-width: 0px 0px 1px;
  border-color: #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 18px;
  line-height: 24px;
}

.div-block-2 {
  height: 0px;
  margin-top: 0px;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
}

.paragraph-9 {
  width: 60%;
  padding-left: 50px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.tech_title_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.div-block-4 {
  position: fixed;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.list {
  width: 85%;
  font-family: Whyteinktrap, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
}

.list.lista_prueba {
  font-weight: 100;
}

.columns-3 {
  margin-left: 5%;
}

.list-item-2 {
  margin-bottom: 10px;
}

.column-5 {
  font-family: 'Open Sans', sans-serif;
}

.hero_video {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  min-width: 100%;
  margin-top: -60px;
  margin-left: auto;
  padding-top: 0%;
  border-bottom: 0.5px solid #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 34, 37, 0.8)), to(rgba(30, 34, 37, 0.8)));
  background-image: linear-gradient(180deg, rgba(30, 34, 37, 0.8), rgba(30, 34, 37, 0.8));
  cursor: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.background-video-2 {
  position: relative;
}

.list-item-3 {
  font-family: Gilroy, sans-serif;
  font-weight: 100;
}

.list-2 {
  margin-top: 10px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
}

.list-2.par_style {
  margin-top: 20px;
}

.list-item-4 {
  margin-bottom: 10px;
}

.par_style {
  font-family: Gilroy, sans-serif;
  color: #b8b8b8;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  min-width: 100%;
  margin-bottom: -60px;
  background-color: transparent;
  color: #fff;
}

.nav-link {
  font-family: 'IBM Plex Mono', sans-serif;
}

.image-4 {
  position: static;
  left: 0px;
  display: block;
  margin-top: auto;
}

.brand {
  display: block;
  margin-top: 15px;
}

.nav_container {
  width: 90vw;
  margin-right: 5vw;
  margin-left: 5vw;
}

.image-5 {
  height: 200px;
  margin-right: 0px;
  margin-bottom: -40px;
  margin-left: 80%;
}

.desktop_sol {
  position: relative;
  z-index: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.columns-4 {
  position: static;
  z-index: 1;
}

.solutions_left_col {
  padding-right: 40px;
  background-color: rgba(25, 28, 32, 0.7);
  color: #fff;
}

.solutions_right_col {
  padding-right: 40px;
  padding-left: 10px;
  background-color: rgba(25, 28, 32, 0.7);
  color: #fff;
}

.column-8 {
  position: relative;
}

.columns-5 {
  position: static;
}

.spacing {
  height: 100px;
}

.footer {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  min-width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #014edd;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.bold-text {
  font-weight: 300;
}

.nav-link-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-right: 0.5px solid silver;
  color: #a7a7a7;
  font-size: 16px;
}

.nav-link-2.w--current {
  color: #014edd;
  font-size: 16px;
}

.nav-link-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: silver;
  font-size: 16px;
}

.nav-link-3.w--current {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #014edd;
}

.nav-menu {
  position: absolute;
  left: auto;
  right: 0px;
  float: right;
  clear: none;
  color: silver;
}

.nav-menu-2 {
  position: absolute;
  right: 0px;
}

.div-block-6 {
  font-family: 'IBM Plex Mono', sans-serif;
  font-weight: 400;
}

.all_rights_reserved {
  font-family: 'IBM Plex Mono', sans-serif;
}

.text-block {
  position: absolute;
  left: 7vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 90vh;
  height: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'IBM Plex Mono', sans-serif;
  color: grey;
  font-weight: 300;
  text-align: center;
}

.body {
  max-width: 100vw;
  min-width: 100%;
  cursor: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.iphone {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: 35vw;
  margin: 5px auto auto;
  padding-left: 5px;
  float: none;
  clear: none;
}

.container-6 {
  display: block;
  margin-top: 10px;
}

.callout_right {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 28%;
  margin: 70px 50% auto;
  float: none;
  clear: none;
}

.callout_left {
  position: absolute;
  top: 50vh;
  right: auto;
  z-index: 5;
  width: 23%;
  margin-top: auto;
  margin-right: 50%;
  margin-left: 23%;
}

.left_text {
  position: absolute;
  left: auto;
  top: 45%;
  right: auto;
  bottom: auto;
  width: auto;
  margin-right: auto;
  margin-left: 23%;
  padding: 2px 5px;
  background-color: rgba(25, 28, 32, 0.58);
  font-family: Gilroy, sans-serif;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 300;
}

.text-span {
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text_right {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  overflow: hidden;
  max-width: 300px;
  margin-top: -1%;
  margin-left: 63%;
  padding: 2px 5px;
  background-color: rgba(25, 28, 32, 0.58);
  font-family: Gilroy, sans-serif;
  color: #c9c9c9;
  font-size: 16px;
}

.button-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 8;
  width: 20%;
  min-width: 200px;
  margin-top: 0px;
  margin-right: 40%;
  margin-left: 40%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bababa;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.button-2 {
  background-color: transparent;
}

.iphone_link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50%;
  height: 35vw;
  margin: auto;
  float: none;
  clear: none;
}

.body-2 {
  overflow: hidden;
  max-width: 100vw;
  min-width: 100%;
}

.home_button {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 8;
  width: 100%;
  min-width: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #bababa;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'IBM Plex Mono', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.iphone_intro {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  height: 35vw;
  margin: 5px auto 0px;
  padding-left: 5px;
  float: none;
  clear: none;
}

.iphone_mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  height: 36.5vw;
  margin: -5px auto auto;
  padding-left: 5px;
  float: none;
  clear: none;
}

.body-3 {
  max-width: 100vw;
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .section.prueba {
    height: 150vh;
  }

  .button {
    min-width: 0px;
  }

  .iphone_fkn {
    min-width: 410px;
  }

  .users_right_col {
    padding-right: 20px;
  }

  .hero_video {
    max-height: 100vh;
    margin-top: -65px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon {
    height: auto;
    font-size: 26px;
  }

  .iphone {
    min-height: 400px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .callout_right {
    min-width: 300px;
  }

  .callout_left {
    top: 51vh;
    min-width: 250px;
    margin-left: 12%;
  }

  .left_text {
    left: 15%;
    margin-left: auto;
  }

  .text_right {
    left: auto;
    top: 13%;
    right: 0%;
    bottom: auto;
    margin-top: 0%;
    margin-left: 0%;
  }

  .button-copy {
    min-width: 0px;
  }

  .iphone_link {
    overflow: visible;
    width: 70%;
    min-height: 400px;
  }

  .home_button {
    min-width: 0px;
  }

  .iphone_intro {
    min-height: 400px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .iphone_mobile {
    min-height: 400px;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media screen and (max-width: 767px) {
  .section.problem_section {
    overflow: visible;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button {
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
  }

  .hero_title {
    font-size: 15vw;
  }

  .main-content {
    padding: 40px 20px;
  }

  .section_content {
    overflow: hidden;
  }

  .iphone_fkn {
    overflow: hidden;
  }

  .users_right_col {
    padding-right: 3%;
  }

  .div-block-2 {
    padding-top: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .nav-menu-2 {
    background-color: transparent;
  }

  .menu-button {
    background-color: transparent;
    color: #014edd;
  }

  .iphone {
    min-height: 400px;
  }

  .callout_right {
    min-width: 300px;
  }

  .callout_left {
    margin-left: -1%;
  }

  .left_text {
    left: 5%;
    margin-left: 0%;
    padding: 2px 5px;
  }

  .text-span {
    font-weight: 400;
  }

  .text_right {
    top: 10%;
    overflow: visible;
    margin-top: 0px;
    margin-left: 53%;
    font-size: 14px;
  }

  .button-copy {
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
  }

  .iphone_link {
    width: 100%;
    min-height: 400px;
  }

  .home_button {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .iphone_intro {
    display: none;
    min-height: 400px;
  }

  .iphone_mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 75%;
    height: auto;
    min-height: 400px;
    margin-top: auto;
    margin-left: 5%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section.tecnologias_sec {
    background-position: 30vw 50%;
    background-size: auto 250vh;
  }

  .section.problem_section {
    display: block;
    width: 100vw;
    min-width: 100vw;
  }

  .section.intro_section {
    height: 101vh;
  }

  .button {
    bottom: 6%;
    width: 50%;
    min-width: 0px;
    margin-right: 25%;
    margin-left: 25%;
  }

  .hero_title {
    font-size: 17vw;
  }

  .problem_right_col {
    margin-bottom: 20px;
  }

  .iphone_fkn {
    min-width: 310px;
    margin-left: 10%;
  }

  .hero_video {
    margin-top: -65px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .nav-menu-2 {
    background-color: transparent;
  }

  .iphone {
    display: block;
    overflow: hidden;
    width: 150%;
    height: 40vw;
    max-width: none;
    min-height: 300px;
    margin-left: -25%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .callout_right {
    overflow: hidden;
    min-width: 200px;
    margin-top: 20vh;
  }

  .callout_left {
    min-width: 200px;
    margin-left: -22%;
  }

  .left_text {
    left: auto;
    top: 50%;
    width: auto;
    margin-left: 0%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    background-color: rgba(25, 28, 32, 0.7);
    font-size: 14px;
    line-height: 20px;
  }

  .text-span {
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
  }

  .text_right {
    left: auto;
    top: 19.5vh;
    right: 0%;
    bottom: auto;
    overflow: visible;
    max-width: 250px;
    margin: auto;
    background-color: rgba(25, 28, 32, 0.7);
  }

  .button-copy {
    width: 50%;
    min-width: 0px;
    margin-right: 25%;
    margin-left: 25%;
  }

  .iphone_link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    min-height: 300px;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .body-2 {
    overflow: hidden;
    max-width: 100vw;
  }

  .home_button {
    width: 96%;
    min-width: 0px;
    margin-right: 2%;
    margin-left: 2%;
  }

  .iphone_intro {
    display: none;
    overflow: hidden;
    width: 150%;
    height: 40vw;
    max-width: none;
    min-height: 300px;
    margin-left: -25%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .iphone_mobile {
    display: block;
    overflow: hidden;
    width: 150%;
    height: 40vw;
    max-width: none;
    min-height: 300px;
    margin-top: 31px;
    margin-bottom: auto;
    margin-left: -35%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

#w-node-_75e09a3f-ec55-1e4c-b2a3-70b57a524aca-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3dfbe002-02bc-0dad-e48c-416d2db04c72-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_91849984-143e-6f8e-dbef-ac71a88a2dba-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c95f58de-7fb0-9b80-1afa-0e4301ffd84e-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-086210383942-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-086210383946-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-086210383948-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-08621038394a-205e52d8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_75e09a3f-ec55-1e4c-b2a3-70b57a524aca-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3dfbe002-02bc-0dad-e48c-416d2db04c72-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_91849984-143e-6f8e-dbef-ac71a88a2dba-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c95f58de-7fb0-9b80-1afa-0e4301ffd84e-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-086210383942-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-086210383946-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-086210383948-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-eaa5fee4-3e0b-73b1-458f-08621038394a-1659d5e2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@font-face {
  font-family: 'Whyteinktrap';
  src: url('../fonts/WhyteInktrap-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyteinktrap';
  src: url('../fonts/WhyteInktrap-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyteinktrap';
  src: url('../fonts/WhyteInktrap-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyteinktrap';
  src: url('../fonts/WhyteInktrap-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whyteinktrap';
  src: url('../fonts/WhyteInktrap-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}