@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Productsans;
  src: url('../fonts/ProductSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free 400";
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free Solid 900";
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  color: #000000d6;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  color: #000000d6;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
}

h4 {
  color: #000000d6;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  text-align: justify;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: #396dfc;
  text-align: left;
  font-weight: 600;
}

a:hover {
  opacity: .85;
  color: #396dfc;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  border-radius: 8px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-size: 18px;
  font-weight: 700;
}

blockquote {
  color: #000000bd;
  border-left: 5px solid #5f88fa;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 0 0 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 34px;
}

figure {
  border-radius: 0;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-jumbo {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: 1;
  color: #000000d6;
  font-weight: 400;
}

.section {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0;
  padding: 9px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  flex: 0 auto;
  align-self: auto;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex-flow: row;
  flex: 1;
  place-content: center space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.navigation {
  z-index: 9999;
  object-fit: cover;
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  margin: 40px 0 0;
  padding: 30px 0;
  display: flex;
  position: static;
  top: 0;
}

.logo-image {
  float: none;
  clear: none;
  flex: 0 auto;
  display: block;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.section-ux-ui-portfolio {
  background-color: var(--white);
  margin: 80px 0 0;
}

.section-header {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.right-arrow {
  display: none;
}

.main-slider {
  background-color: #0000;
  width: auto;
  height: 450px;
  margin-bottom: 0;
}

.testimonial-text {
  color: #000000d6;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Productsans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
  position: relative;
}

.div-testimonials-main {
  background-color: #fbfbfb;
  border-radius: 0%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: auto;
  margin: 60px 0 0;
  padding-bottom: 0;
  display: block;
}

.avatar-testimonials {
  border: 4px solid #5a9de9;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 0;
  display: block;
  position: static;
}

.testimonial-box {
  text-align: left;
  align-self: auto;
  margin: 30px 0 0;
  font-family: Productsans, sans-serif;
  position: relative;
}

.image-box {
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.left-arrow {
  display: none;
}

.slide-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 40px 0 0;
  padding-top: 0;
  display: flex;
}

.job-title {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Productsans, sans-serif;
  display: block;
  position: static;
}

.div-block-testi {
  opacity: 1;
  background-color: #fbfbfb;
  height: 40px;
}

.section-testimonials {
  background-color: #fbfbfb;
  margin: 60px 0 40px;
}

.med-divider {
  text-align: left;
  background-color: #dedede;
  justify-content: center;
  width: 15%;
  height: 1px;
  margin: 0 auto;
  list-style-type: lower-alpha;
  display: block;
}

.heading-testimo {
  color: #000000d6;
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Productsans, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.section-contact-me {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.div-social-icons {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.grid-social-icons {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  margin-top: 40px;
  display: grid;
}

.social-icons {
  font-family: Open Sans, sans-serif;
}

.link-icons {
  opacity: .4;
  filter: grayscale(90%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  transition-property: all;
  transition-duration: .15s;
  display: block;
}

.link-icons:hover {
  opacity: 1;
  filter: none;
}

.logo-footer {
  z-index: 1;
}

.logo-footer:hover {
  opacity: 1;
}

.logo-footer:active {
  opacity: .7;
}

.logo-footer.w--current {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  flex-flow: row;
  place-content: center;
  align-items: center;
  margin-top: auto;
  font-family: Productsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.div-logo-footer {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-texto-footer {
  margin-top: 40px;
  padding-top: 0;
  font-family: Productsans, sans-serif;
}

.section-footer {
  background-color: var(--white);
  border: .1px #0000001a;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.div-thumbnail {
  justify-content: center;
  align-items: flex-start;
  width: 385px;
  height: 300px;
  margin: 10px auto;
  padding-right: 0;
  display: flex;
}

.container-ux-ui {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.heading-ux-ui {
  color: #000000d6;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.div-image-portfolio {
  background-image: linear-gradient(#000, #fff);
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
}

.div-image-portfolio.project-3 {
  background-image: linear-gradient(#4990e2, #50e3c2);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-image-portfolio.project-4 {
  background-image: linear-gradient(#ff2457, #f9d4fe);
}

.div-image-portfolio.project-2 {
  background-image: linear-gradient(#bf9494, #b9b0fe);
}

.thumbnail-text {
  background-color: #0000;
  border-top: 1px #e5e5e5;
  width: auto;
  height: 93px;
  margin: 20px 5px 30px;
  padding: 13px;
  position: relative;
  overflow: hidden;
}

.preview-text {
  color: #000000d6;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  overflow: hidden;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 3px;
  width: 380px;
  height: 310px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.image-wrapper {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
}

.blog-title {
  color: #101315;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.grid-ux-ui-portfolio {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.job-text-1 {
  color: #000000d6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: Productsans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
  position: relative;
}

.job-text-2 {
  color: #000000d6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  font-family: Productsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
}

.heading-find-me {
  color: #000000d6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.container-find-me {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
}

.container-testi {
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0;
  font-family: Productsans, sans-serif;
  display: flex;
}

.div-block-divider-1 {
  opacity: 1;
  background-color: #0000;
  height: 50px;
}

.small-description-2 {
  color: #000000d6;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

.slide-navigation {
  margin-top: 0;
  position: relative;
}

.section-nave-menu {
  color: #000000d6;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  transition-property: none;
  display: flex;
}

.brand:hover {
  opacity: 1;
}

.brand.w--current {
  font-weight: 300;
  transition-property: none;
}

.brand.w--current:hover {
  opacity: 1;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container-header-p-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.div-nav-link-01 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 50px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.navigation-link {
  color: #000000d6;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  transition-duration: .4s;
}

.navigation-link:hover {
  opacity: 1;
  color: #396dfc;
}

.navigation-link.w--current {
  color: #396dfccc;
  font-family: Productsans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: underline;
  transition-property: all;
  transition-duration: .4s;
}

.navigation-link.w--current:hover {
  opacity: 1;
  color: #396dfc;
}

.div-navigation {
  background-color: #0000;
  width: 820px;
  font-size: 24px;
  font-weight: 300;
}

.div-ux-ui {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.container-menu-navigation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.div-links-social {
  flex-flow: column wrap;
  place-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 800px;
  margin-top: 20px;
  display: block;
}

.section-header-about {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: block;
}

.body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-color: #0000;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.div-back-ground {
  background-color: var(--white);
  width: 2000px;
  height: 250px;
  margin-top: 25px;
  margin-bottom: auto;
  padding-top: 0;
  position: absolute;
  top: auto;
  left: 0;
}

.name-about-me {
  color: #000000d6;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.div-block-6 {
  width: 820px;
}

.div-avatar {
  width: 300px;
}

.column-2 {
  flex: 0 auto;
  justify-content: flex-end;
  padding-left: 70px;
  display: block;
}

.div-block-7 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-9 {
  width: 400px;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}

.text-profile {
  width: 600px;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
}

.column-3 {
  padding-right: 0;
}

.container-projetcs-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 100px;
  font-family: Productsans, sans-serif;
  font-weight: 300;
  display: flex;
}

.div-projects {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 0;
  display: flex;
}

.div-paragraph-project {
  margin-top: 40px;
}

.paragraph-projetcs {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  font-family: Productsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  transition: all .2s;
}

.navi-bar-top {
  background-color: #0000;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
}

.external-link {
  font-weight: 600;
}

.image-description {
  margin-bottom: 0;
  font-family: Productsans, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.image-p3 {
  margin-bottom: 20px;
}

.h3-subtitles {
  color: #000000d6;
  font-size: 20px;
  font-weight: 600;
}

.images-projects {
  margin-bottom: 10px;
}

.div-images-projects {
  color: #000000d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.subtitles-projects {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.paragraph-projects {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  font-family: Productsans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  transition: all .2s;
}

.bold-text-subtitles {
  font-size: 20px;
}

.text-span-projects {
  font-size: 20px;
  font-weight: 300;
}

.titles-projects {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.h2-titles-projects {
  color: #000000d6;
  font-family: Productsans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-paragraph {
  font-size: 20px;
  font-weight: 700;
}

.headings-projects {
  font-family: Open Sans, sans-serif;
  font-size: 40px;
}

.quote-projects {
  color: #000000bd;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.grow-row-01 {
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0;
  display: block;
}

.columns-3 {
  border: .5px #0003;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  position: static;
}

.paragraph-7 {
  color: #1a1b1f;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.div-projects-nav {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: none;
}

.divider-nav-bottom {
  background-color: #dedede;
  align-self: center;
  width: 15%;
  height: 1px;
  margin: 0 auto;
  list-style-type: lower-alpha;
  display: block;
}

.div-column-home {
  color: #000000d6;
  object-fit: fill;
  border: .5px #0003;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0;
  display: flex;
}

.div-column-prev {
  color: #000000d6;
  object-fit: fill;
  border: .5px #0003;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0;
  display: block;
}

.div-column-next {
  color: #000000d6;
  object-fit: fill;
  border: .5px #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  padding: 0;
  display: flex;
}

.div-text-nav {
  color: #000000d6;
  object-fit: fill;
  border: .5px #0003;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
}

.container-nav-projects {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 0 100px;
  display: flex;
}

.red-linkedin {
  color: #000c;
  font-weight: 400;
  transition: color .4s;
}

.red-linkedin:hover {
  opacity: 1;
  color: #0e76a8;
}

.red-youtube {
  color: #000c;
  font-weight: 400;
  transition: color .4s;
}

.red-youtube:hover {
  color: red;
}

.headind-case-studie {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

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

.titulos {
  font-family: Productsans, sans-serif;
  font-size: 30px;
}

.column-prev, .column-home, .column-next {
  border: .5px #0003;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  position: static;
}

.text-span-13, .text-span-14 {
  font-size: 20px;
  font-weight: 300;
}

.text-links {
  flex-flow: row;
  place-content: center;
  align-items: center;
  margin-top: auto;
  font-family: Productsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.video {
  margin-bottom: 60px;
}

.div-images-01, .div-images-02 {
  color: #000000d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.image-header-01 {
  background-image: url('../images/image-header-3x-01.png');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  margin-top: 60px;
  padding-bottom: 0;
}

.div-block-18 {
  background-color: #f9fbfd;
  border: 2px solid #dfecf8;
  border-radius: 5px;
  width: 800px;
  padding: 40px;
  display: block;
}

.text-block, .text-block-2 {
  font-size: 20px;
}

.text-block-3 {
  text-align: left;
  font-size: 20px;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 118px;
  display: flex;
}

.text {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.error-2014062d-9246-bf86-11d6-0a8cc66802cd {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

._2-columns {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.role-mmmm-0 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-7 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.objective-the-primary-goal-of-connect-was-to-enable-telecom-providers-to-offer-personalized-account-management-solutions-meeting-an-increasing-demand-for-user-centric-tools-openet-prioritized-adaptability-ensuring-the-app-could-integrate-seamlessly-with-diverse-branding-needs-and-evolving-market-demands-0 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.lessons-learned-iteration-continuous-refinement-was-crucial-to-align-with-user-needs-alignment-cross-functional-collaboration-ensured-research-findings-translated-into-actionable-design-improvements-empathy-developing-personas-and-empathy-maps-kept-user-needs-at-the-forefront-guiding-the-app-s-evolution-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-8 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-row-gap: 24px;
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 444.8px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.group-33618-2 {
  object-fit: cover;
}

.section-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.error-dd12eb31-8318-7c8c-a82c-dddf589a9f1f {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-13 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.column-7 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 564px;
  height: 240px;
  text-decoration: none;
  display: flex;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.error-dd12eb31-8318-7c8c-a82c-dddf589a9f26 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.small-container {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.columns-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.metric {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 126px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #2b2b2b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.metric-2 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.to-ensure-a-structured-and-user-centered-redesign-i-adopted-jesse-james-garrett-s-elements-of-user-experience-framework-strategy-defined-objectives-aligned-with-user-needs-and-business-goals-scope-identified-functional-requirements-for-the-billing-module-structure-developed-an-intuitive-information-architecture-skeleton-designed-effective-layouts-to-enhance-usability-surface-created-visually-consistent-and-appealing-ui-elements-this-method-allowed-me-to-address-the-redesign-comprehensively-ensuring-each-layer-of-the-experience-contributed-to-an-optimal-outcome-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-11 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.section-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns-7 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  display: flex;
}

.content-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.info-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-15 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-ec52c023-43f3-a1e2-e11f-b3ea9dc2e14f {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-16 {
  grid-row-gap: 24px;
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.group-33733-1 {
  object-fit: contain;
}

.i-mapped-the-user-journey-for-completing-payments-uncovering-key-bottlenecks-and-inefficiencies-that-informed-the-redesign-a-heuristic-evaluation-of-the-billing-and-payment-flow-revealed-the-following-insights-strengths-reliable-functionality-and-a-clear-visual-hierarchy-supporting-task-prioritization-pain-points-inconsistent-feedback-mechanisms-overly-complex-navigation-and-insufficient-error-prevention-which-affected-user-confidence-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-13 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-17 {
  grid-row-gap: 24px;
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.columns-8 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-10 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #3871cf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.description {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns-9, .columns-10 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-18 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-11 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-740a4cf0-0dd7-4ddc-9adf-5ed6141a2639 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-19 {
  grid-row-gap: 24px;
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 444.8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-17 {
  color: #d93838;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.image-8 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 364.8px;
  text-decoration: none;
  display: flex;
}

.description-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-14 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-20 {
  grid-row-gap: 24px;
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.card-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #3871cf;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.description-2 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-21 {
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-13 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.container-22 {
  grid-row-gap: 24px;
  background-color: #f6f9fe;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 444.8px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-21 {
  color: #d93838;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.image-9 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 364.8px;
  text-decoration: none;
  display: flex;
}

.section-15 {
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.container-23 {
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.error-dd30874c-2739-5a08-ab1f-fd7738d7b562 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-24 {
  grid-row-gap: 24px;
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.flujo-propuesto-2-2 {
  object-fit: cover;
}

.section-16 {
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.container-25 {
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-15 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.error-92cfca13-fb29-59cd-22af-60427138b1e0 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-26 {
  grid-row-gap: 24px;
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.wireframes-baja-2-1 {
  object-fit: cover;
}

.section-17 {
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  text-decoration: none;
  display: flex;
}

.content-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-27 {
  grid-row-gap: 24px;
  background-color: #ebf5f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.section-18 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-28 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.content-17 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.error-65133c22-fbd4-478f-fbc4-c0d253d3ed04 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.error-65133c22-fbd4-478f-fbc4-c0d253d3ed05 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.the-redesign-emphasized-the-importance-of-aligning-workflows-with-user-needs-and-updating-the-design-to-meet-contemporary-standards-and-expectations-key-insights-and-future-opportunities-include-modernized-visual-structure-the-app-now-aligns-with-current-design-norms-improving-both-usability-and-visual-appeal-centralized-home-screen-introducing-a-unified-entry-point-has-simplified-navigation-granting-users-quick-access-to-essential-features-streamlined-workflows-contextual-shortcuts-such-as-direct-bill-payment-options-have-enhanced-efficiency-while-maintaining-clarity-future-testing-focus-validate-updated-workflows-through-usability-testing-focusing-on-the-home-screens-functionality-and-overall-navigation-gather-feedback-to-ensure-the-design-meets-diverse-user-expectations-and-addresses-potential-accessibility-concerns-potential-enhancements-integrating-ai-driven-billing-tools-to-personalize-recommendations-and-provide-real-time-assistance-for-inquiries-expanding-payment-options-to-include-digital-wallets-and-other-emerging-methods-accessibility-refinements-the-redesign-has-laid-the-groundwork-for-inclusive-design-with-opportunities-to-enhance-usability-for-all-users-further-these-updates-highlight-the-transformative-role-of-thoughtful-design-in-creating-an-intuitive-and-future-ready-app-experience-positioning-the-platform-as-a-competitive-digital-solution-1 {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 2008px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.mockups-3-b-2, .header-mockups {
  object-fit: cover;
}

.section-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 732px;
  display: flex;
}

.hero-projectos {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-projecto {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.par-grafo-projecto {
  height: auto;
  margin-top: 16px;
  margin-bottom: 0;
}

.columna-02 {
  flex-flow: row;
  height: 549px;
  padding-left: 60px;
  padding-right: 0;
  display: block;
}

.columna-01 {
  padding-left: 0;
  padding-right: 0;
}

.heading-6 {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-2 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 24px;
  margin-left: 24px;
  padding-left: 0;
}

.small-container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #0000;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1100px;
  height: auto;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  display: block;
}

.slider-3 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: 410px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.slide-1 {
  vertical-align: baseline;
  border-radius: 120px;
  margin-bottom: 0;
}

.left-arrow-2 {
  margin-left: 0;
}

.right-arrow-2 {
  margin-right: auto;
}

.container-testimo {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.hero-testimonials {
  grid-column-gap: 80px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.slide-nav-2 {
  margin-top: auto;
  padding-top: 0;
}

.div-block-slider-image {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-1440px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: auto;
  max-width: 1440px;
}

.div-avatar-image-header {
  border-radius: 110%;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
}

.brand-2 {
  object-fit: cover;
  background-image: url('../images/Slide-05-5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-1140px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  display: grid;
}

.container-header-1140px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  max-width: 1100px;
  margin-top: 64px;
  margin-bottom: 0;
  display: block;
}

.image-30 {
  object-fit: cover;
  border-radius: 0%;
}

.paragraph-8 {
  color: #2b2b2b;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.heading-name {
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.heading-welcome {
  color: #2b2b2b;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar {
  background-color: #0000;
}

.container-project-01-1140px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.title-experiments {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-project {
  color: #2b2b2b;
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.div-description-project {
  padding: 16px;
}

.container-testimonials-1140px {
  max-width: 1100px;
  margin-top: 144px;
}

.image-slider {
  border-radius: 8px;
}

.image-32, .image-33, .image-34, .image-35, .image-36 {
  border-radius: 10px;
}

.image-39 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.section-22 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-48 {
  margin-top: 100px;
}

.section-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1px 1fr auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 70vh;
  display: grid;
}

.image-42 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-21 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-cta-project {
  color: #1a1b1f;
  background-color: #0000;
  margin-top: 24px;
  padding: 0;
}

.container-49 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.div-block-22 {
  background-image: url('../images/Vector.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 5%;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.nav-menu-3 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-51 {
  max-width: 80%;
}

.container-52 {
  display: block;
}

.container-53 {
  max-width: 80%;
}

.navbar-3 {
  max-width: none;
}

.nav-menu-4 {
  display: flex;
}

.container-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-top: 64px;
  margin-bottom: 80px;
  display: grid;
}

.nav-link {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.nav-link-2 {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.nav-menu-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.container-54 {
  max-width: 75%;
}

.navbar-4 {
  background-color: #0000;
}

.div-block-23 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.brand-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 14px;
  display: block;
}

.container-footer-new {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 96px;
  margin-bottom: 80px;
  padding-top: 0;
  display: flex;
}

.div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.image-43 {
  color: #3469f9;
  object-fit: cover;
}

.heading-6-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.designed-with {
  color: #2b2b2b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.grid-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
}

.container-navigation {
  max-width: 75%;
}

.section-image-project {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-testimonials {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  place-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  display: block;
}

.div-social-media {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-designed-with {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.div-social-media-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.div-icons-social-media {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.container-header-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  max-width: 75%;
  margin-top: 64px;
  margin-bottom: 0;
  display: block;
}

.container-about-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 64px;
  margin-bottom: 24px;
  display: block;
}

.title-name {
  color: #2b2b2b;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.div-about-01 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-about-02 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-image-about {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-main-about {
  background-color: #f3f8fc;
  border-radius: 12px;
  padding: 40px;
}

.container-about-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.text-span-15 {
  font-size: 18px;
  font-weight: 500;
}

.paragraph-about {
  color: #2b2b2b;
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.text-span-16 {
  color: #2b2b2b;
}

.container-about-03 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 24px;
  margin-bottom: 0;
  display: block;
}

.grid-about-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: none;
}

.grid-about-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr;
  grid-template-columns: .75fr 1fr;
  width: auto;
  max-width: 1100px;
}

.grid-about-03 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr;
  grid-template-columns: 2fr 1fr;
  width: auto;
  max-width: 1100px;
}

.paragraph-skills-01 {
  text-align: left;
  border-bottom: 1px solid #cecece;
  margin-bottom: 32px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.paragraph-skills-02, .paragraph-skills-03, .paragraph-skills-04 {
  text-align: left;
  border-bottom: 1px solid #cecece;
  margin-bottom: 32px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-company-01 {
  color: #2b2b2b;
  text-align: left;
  border-bottom: 1px #cecece;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.paragraph-company-02 {
  color: #2b2b2b;
  text-align: left;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.paragraph-company-03 {
  line-height: 28px;
}

.paragraph-education-01 {
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 24px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.paragraph-about-copy {
  line-height: 28px;
}

.paragraph-education-02, .paragraph-education-03 {
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 24px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.paragraph-story {
  text-align: left;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-weight: 500;
}

.paragraph-skills-05 {
  text-align: left;
  border-bottom: 1px solid #cecece;
  margin-bottom: 32px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container-project-02-1140px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  margin-top: 144px;
  margin-bottom: 0;
  display: block;
}

.grid-project-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr .25fr .25fr .25fr auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 5px #0000001a;
}

.grid-project-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: none;
}

.section-image-project-02, .section-image-project-01 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-p-01, .image-p-02 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-cta {
  justify-content: flex-end;
  display: flex;
}

.container-project-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.grid-project-01-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: none;
}

.grid-p-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr .25fr .25fr .251fr 1fr auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: none;
}

.div-description-p2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-image-p2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-p2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.button-cta-project-02 {
  color: #1a1b1f;
  background-color: #0000;
  margin-top: 0;
  padding: 0;
}

.nav-link-home {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-span-21 {
  font-weight: 500;
}

.text-span-22 {
  font-size: 14px;
  font-weight: 400;
}

.paragraph-skills-06, .paragraph-skills-07, .paragraph-skills-08 {
  text-align: left;
  border-bottom: 1px solid #cecece;
  margin-bottom: 32px;
  padding-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container-project-prueba {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.grid-project-01-prueba {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 10px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr .75fr 1fr;
  width: 100%;
  max-width: none;
}

.grid-project-01-prueba:hover {
  opacity: 1;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.section-image-project-prueba {
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-prueba {
  box-sizing: border-box;
  object-fit: cover;
}

.image-p-prueba {
  object-fit: cover;
  border-radius: 10px;
  width: 160%;
  height: 100%;
}

.link-block {
  color: #2b2b2b;
  border: 1px #0000000d;
  border-radius: 10px;
  text-decoration: none;
}

.container-link-block-1140px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.grid-project-01-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 4px;
  grid-template-rows: .25fr .25fr .25fr .25fr;
  grid-template-columns: .75fr .75fr 1fr;
  width: 100%;
  max-width: none;
}

.div-description-p1-link {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 24px 16px;
}

.section-image-link-p1 {
  border-radius: 4px 0 0 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-p-01-link {
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 8px;
  outline: 3px #1a1b1f;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.link-block-project01 {
  color: #2b2b2b;
  border: .5px solid #0000001a;
  border-radius: 4px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  box-shadow: inset 0 0 1px #00000003;
}

.link-block-project01:hover {
  opacity: 100;
  color: #2b2b2b;
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 2px 23px #0003;
}

.container-link-block-p2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 75%;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.link-block-project-p2 {
  color: #2b2b2b;
  border: .5px solid #0000001a;
  border-radius: 4px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  box-shadow: inset 0 0 1px #00000003;
}

.link-block-project-p2:hover {
  opacity: 100;
  color: #2b2b2b;
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 2px 23px #0003;
}

.grid-project-02-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: .25fr .25fr .25fr .25fr;
  grid-template-columns: .75fr .75fr 1fr;
  width: 100%;
  max-width: none;
}

.section-image-link-p2 {
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-description-p2-link {
  background-color: var(--white);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 8px 24px 16px;
}

.div-divider-line {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #cecece;
  width: auto;
  height: auto;
  margin-top: 16px;
  margin-bottom: 24px;
}

.home-current.w--current {
  color: #396dfc;
}

.home.w--current {
  color: #1a1b1f;
}

.about-current.w--current {
  border: 4px #396dfc;
  border-bottom-width: 2px;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .bold-text {
  font-weight: 500;
}

.container-navigation-menu {
  z-index: 999999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  background-image: linear-gradient(#fbfcfe, #fbfcfe);
  flex-flow: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: sticky;
  top: 0;
}

.grid-header-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
}

.grid-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25px 1fr 1fr;
  grid-auto-columns: .25fr;
  place-items: center start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.section-24 {
  width: auto;
  max-width: none;
}

.nav-menu, .section-25 {
  width: auto;
}

.section-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-home-link {
  color: #000000d6;
  margin-right: 0;
  padding: 16px;
}

.div-about-link {
  padding: 16px;
}

.navigation-text {
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.link-block-2 {
  text-decoration: line-through;
}

.link-block-2.w--current, .link-home {
  text-decoration: none;
}

.link-home.w--current {
  color: #2b2b2b;
  text-align: center;
  text-decoration: none;
}

.link-home-from-p1 {
  text-decoration: none;
}

.home-nav {
  color: #3469f9;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.about-nav {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.about-nav:hover {
  color: #3469f9;
}

.link-home-current {
  text-decoration: line-through;
}

.link-home-current.w--current {
  color: #3469f9;
  text-align: center;
  text-decoration: none;
}

.home-nav-current, .about-nav-current {
  color: #3469f9;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.link-about-current, .home-not-current {
  text-decoration: none;
}

.home-not-current.w--current {
  color: #3469f9;
  text-align: center;
  text-decoration: none;
}

.home-nav-current-copy {
  color: #3469f9;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.paragraph-9 {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.not-current-home {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.container-link-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.link-block-p01-button {
  color: #2b2b2b;
  border: .5px solid #0000001a;
  border-radius: 4px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  box-shadow: inset 0 0 1px #00000003;
}

.link-block-p01-button:hover {
  opacity: 100;
  color: #2b2b2b;
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 0 2px 23px #0003;
}

.grid-p1-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px #0000001a;
  border-radius: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto .5fr;
  width: 100%;
  max-width: none;
}

.section-image-p01-button {
  border: 10px #000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.div-description-p1-button {
  background-color: #f5faf8;
  border: 1px solid #fafafa;
  border-left-width: 0;
  border-radius: 0;
  padding: 40px 0 0 24px;
}

.div-paragraph-p01 {
  margin-top: 24px;
  padding-right: 16px;
}

.boton {
  color: #fff;
  text-align: right;
  background-color: #3469f9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 48px;
  margin: 0 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button-4 {
  width: 126.287px;
  height: 45.0368px;
}

.view-projecte-cta {
  color: #fff;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.div-button-experiment {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  padding-right: 8px;
  display: flex;
}

.button-5 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cta-experiment {
  color: #2b2b2b;
  background-color: #0000;
}

.text-span-30 {
  font-family: "Font Awesome 6 Free Solid 900", Arial, sans-serif;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36 {
  font-weight: 500;
}

.mask {
  max-width: 1100px;
}

.container-1440px-p1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: auto;
  max-width: 1440px;
}

.container-header-1140px-p1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  max-width: 1100px;
  margin-top: 64px;
  margin-bottom: 0;
  display: block;
}

.paragraph-overview {
  color: #2b2b2b;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.container-overview-1140px-p1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  max-width: 1100px;
  margin-top: 32px;
  margin-bottom: 0;
  display: block;
}

.container-background-1140px-p1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  max-width: 1100px;
  margin-top: 64px;
  margin-bottom: 0;
  display: block;
}

.grid-overview {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  max-width: 1100px;
  margin-top: 64px;
}

.grid-background {
  background-color: #f6f6f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  max-width: 1100px;
  margin-top: 64px;
  padding: 24px;
}

.heading-background {
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.grid-overview-image {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  max-width: 1100px;
}

.section-image-header {
  border-radius: 4px 0 0 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.grid-over {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
  max-width: 1100px;
  margin-top: 64px;
  padding: 24px;
}

.heading-over {
  font-family: Montserrat, sans-serif;
}

.grid-p1-over {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #0000001a;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: auto;
  width: 100%;
  max-width: none;
  margin-top: 64px;
}

.div-description-p1-over {
  background-color: #0000;
  border-radius: 4px;
  padding: 24px;
}

.headings-over {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.div-paragraph-p01-over {
  margin-top: 0;
  margin-bottom: 24px;
  padding-right: 0;
}

.paragraph-project-over {
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.grid-p1-back {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  border: 1px #0000001a;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 64px;
  display: block;
}

.grid-p1-original-wireframes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  border: 1px #0000001a;
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  width: 100%;
  max-width: none;
  margin-top: 64px;
}

.div-original-wirerames {
  background-color: #f5faf8;
  border-radius: 4px;
  margin-top: 24px;
  padding: 24px;
}

.grid-p1-caseupdate {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px #0000001a;
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto;
  width: 100%;
  max-width: none;
  margin-top: 64px;
}

.grid-p1-discovery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  border: 1px #0000001a;
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  width: 100%;
  max-width: none;
  margin-top: 64px;
}

.heading-7 {
  margin-bottom: 24px;
}

.heading-8 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
}

.heading-10 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}

.heading-11, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42 {
  font-weight: 600;
}

.paragraph-p1 {
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  line-height: 28px;
}

.div-block-24 {
  margin-bottom: 24px;
}

.section-image-discovery {
  border-radius: 4px 0 0 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 0;
  display: flex;
}

.text-span-43, .text-span-44, .text-span-45 {
  font-weight: 600;
}

.grid-p1-user-research {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f6f6;
  border: 1px #0000001a;
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  width: 100%;
  max-width: none;
  margin-top: 64px;
}

.text-span-semi-bold {
  font-weight: 500;
}

.div-background {
  background-color: #f5faf8;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.images-p1 {
  border-radius: 4px 0 0 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-case-update {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.div-discovery, .div-user-research {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.div-define {
  color: #2b2b2b;
  background-color: #f5faf8;
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.image-header-p1 {
  border-radius: 4px 0 0 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 64px;
  padding: 0;
  display: flex;
}

.div-develop {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.image-home-p1, .image-header-project-1 {
  object-fit: contain;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.div-deliver {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.div-final {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.container-1440px-p2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: .25fr auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  width: auto;
  max-width: 1440px;
}

.text-span-46, .text-span-47, .text-span-48 {
  font-weight: 500;
}

.div-background-p2 {
  background-color: #f6f9fe;
  border-radius: 4px;
  margin-top: 64px;
  padding: 24px;
}

.div-01-p2 {
  background-color: #f6f9fe;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.div-02-p2 {
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.images-p2 {
  background-color: #0000;
  border-radius: 4px 0 0 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
  display: flex;
}

.div-two-columns {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 0;
  padding: 16px 0 0;
}

.list-item, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55 {
  font-weight: 500;
}

.div-03-p2 {
  background-color: #f6f9fe;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.text-span-56, .text-span-57 {
  font-weight: 500;
}

.headings-evaluation {
  color: #3871cf;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-58, .text-span-59, .text-span-60 {
  font-weight: 500;
}

.headings-numbers {
  color: #3871cf;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
}

.div-04-p2 {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68 {
  font-weight: 500;
}

.div-05-p2 {
  background-color: #ebf5f6;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.div-06-p2 {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 16px;
  padding: 24px;
}

.div-07-p2 {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  color: #2b2b2b;
  font-weight: 300;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11 {
  font-size: 16px;
  font-weight: 500;
}

.div-07-p1 {
  background-color: #f5faf8;
  border-radius: 4px;
  margin-top: 0;
  padding: 24px;
}

.list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16 {
  color: #2b2b2b;
  font-weight: 300;
}

.text-span-list-01 {
  font-weight: 500;
}

.list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26 {
  color: #2b2b2b;
  font-weight: 300;
}

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

.list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38 {
  color: #2b2b2b;
  font-weight: 300;
}

.text-span-71, .text-span-72, .text-span-73, .text-span-74, .text-span-75 {
  font-weight: 400;
}

.text-span-76, .text-span-77 {
  font-weight: 500;
}

.list-item-39, .list-item-40, .list-item-41, .list-item-42, .list-item-43, .list-item-44, .list-item-45, .list-item-46, .list-item-47, .list-item-48 {
  color: #2b2b2b;
  font-weight: 300;
}

.list-item-49, .list-item-50, .list-item-51 {
  font-weight: 300;
}

.list-item-52, .list-item-53, .list-item-54, .list-item-55, .list-item-56, .list-item-57, .list-item-58, .list-item-59, .list-item-60, .list-item-61, .list-item-62, .list-item-63, .list-item-64, .list-item-65, .list-item-66, .list-item-67, .list-item-68, .list-item-69, .list-item-70, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .list-item-75, .list-item-76, .list-item-77, .list-item-78, .list-item-79, .list-item-80, .list-item-81 {
  color: #2b2b2b;
  font-weight: 300;
}

.list-item-82, .list-item-83, .list-item-84, .list-item-85 {
  font-weight: 300;
}

.headings-subtitulos {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  text-decoration: none;
}

.list-item-86, .list-item-87, .list-item-88, .list-item-89, .list-item-90, .list-item-91, .list-item-92, .list-item-93, .list-item-94, .list-item-95, .list-item-96, .list-item-97, .list-item-98, .list-item-99, .list-item-100, .list-item-101, .list-item-102, .list-item-103, .list-item-104, .list-item-105, .list-item-106, .list-item-107, .list-item-108, .list-item-109, .list-item-110, .list-item-111, .list-item-112, .list-item-113, .list-item-114, .list-item-115, .list-item-116, .list-item-117, .list-item-118, .list-item-119, .list-item-120, .list-item-121, .list-item-122, .list-item-123, .list-item-124, .list-item-125, .list-item-126, .list-item-127, .list-item-128, .list-item-129, .list-item-130, .list-item-131, .list-item-132, .list-item-133 {
  color: #2b2b2b;
  font-weight: 300;
}

.text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83, .text-span-84, .text-span-85, .text-span-86, .text-span-87 {
  font-weight: 500;
}

.heading-12 {
  font-weight: 600;
}

.list-item-134, .list-item-135, .list-item-136, .list-item-137, .list-item-138, .list-item-139, .list-item-140, .list-item-141, .list-item-142, .list-item-143, .list-item-144, .list-item-145, .list-item-146, .list-item-147, .list-item-148 {
  font-weight: 300;
}

.text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95 {
  font-weight: 500;
}

.list-item-149, .list-item-150, .list-item-151, .list-item-152, .list-item-153, .list-item-154, .list-item-155, .list-item-156, .list-item-157, .list-item-158, .list-item-159, .list-item-160, .list-item-161, .list-item-162, .list-item-163, .list-item-164, .list-item-165, .list-item-166, .list-item-167, .list-item-168, .list-item-169, .list-item-170, .list-item-171, .list-item-172, .list-item-173 {
  font-weight: 300;
}

.text-span-96, .text-span-97, .text-span-98, .text-span-99, .text-span-100, .text-span-101 {
  font-weight: 500;
}

.list-item-174, .list-item-175, .list-item-176, .list-item-177, .list-item-178, .list-item-179, .list-item-180, .list-item-181, .list-item-182, .list-item-183, .list-item-184 {
  font-weight: 300;
}

.text-span-102, .text-span-103, .text-span-104, .text-span-105 {
  font-weight: 500;
}

.div-projects-nav-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: block;
}

.divider-nav-bottom-2 {
  background-color: #dedede;
  width: 15%;
  height: 1px;
  margin: 0 auto;
  list-style-type: lower-alpha;
  display: block;
}

.div-column-prev-2 {
  color: #000000d6;
  object-fit: fill;
  border: .5px #0003;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0;
  display: flex;
}

.columns-11 {
  border: .5px #0003;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: static;
}

.divider-nav-bottom-3 {
  background-color: #dedede;
  width: 15%;
  height: 1px;
  margin: 0 auto;
  list-style-type: lower-alpha;
  display: block;
}

.div-column-prev-3 {
  color: #000000d6;
  object-fit: fill;
  border: .5px #0003;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0;
  display: flex;
}

.column-8, .column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-nav-projects {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.link-nav-projects.w--current, .link-block-4 {
  text-decoration: none;
}

.paragraph-10 {
  color: #1a1b1f;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.paragraph-10:hover {
  color: #396dfc;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-nav-bottom-3-copy {
  background-color: #dedede;
  width: 15%;
  height: 1px;
  margin: 0 auto;
  list-style-type: lower-alpha;
  display: block;
}

.divider-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #dedede;
  background-color: #f2f2f2;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
  display: none;
}

.link-project-text {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.link-project-text:hover, .link-block-5 {
  color: #3469f9;
}

.link-block-5:hover {
  opacity: 1;
}

.logo-geo {
  color: #3469f9;
  object-fit: cover;
}

.link-logo-geo {
  color: #3469f9;
}

.link-logo-geo:hover {
  opacity: 1;
}

.link-logo-geo-footer {
  color: #3469f9;
}

.link-logo-geo-footer:hover {
  opacity: 1;
}

.about-nav-home {
  color: #3469f9;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.about-nav-home:hover {
  color: #3469f9;
}

.dropdown-list {
  background-color: #dddcdc;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  font-weight: 500;
}

.text-block-4 {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 500;
}

.dropdown-menu:hover {
  color: #3469f9;
}

.link-about-section {
  text-decoration: none;
}

.link-about-section.w--current {
  color: #041647;
  font-size: 30px;
  display: block;
}

.home-link {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.home-link.w--current {
  color: #3469f9;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.about-link-copy {
  color: #000000d6;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.about-link-copy.w--current {
  color: #3469f9;
}

.link-logo-geo-nav {
  color: #3469f9;
  align-items: center;
  display: flex;
}

.link-logo-geo-nav:hover {
  opacity: 1;
}

.link-logo-geo-nav.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-link-not {
  color: #000000d6;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.home-link-not.w--current {
  color: #3469f9;
}

.div-previous-next {
  background-color: #0000;
  border-radius: 4px;
  margin-top: 32px;
  padding: 24px;
}

.nav-prev-next {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-55 {
  margin-left: 0;
  margin-right: 0;
}

.navbar-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1440px;
  display: grid;
}

.grid-new-nav {
  grid-template-rows: auto;
  width: 1100px;
}

.image-final {
  border-radius: 4px 0 0 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 80px;
  padding: 0;
  display: flex;
}

.background-video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  max-width: 1100px;
  max-height: 800px;
  overflow: visible;
}

.background-video-2 {
  max-width: 1100px;
}

.background-video-3 {
  object-fit: cover;
  width: 1100px;
  overflow: visible;
}

.background-video-4 {
  width: 1100px;
  overflow: visible;
}

.div-gif {
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  flex-flow: row;
  width: 30%;
  display: block;
}

.heading-13 {
  font-weight: 600;
}

.heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
  font-weight: 400;
}

.text-span-106, .text-span-107, .text-span-108, .text-span-109, .text-span-110, .heading-24 {
  font-weight: 500;
}

.heading-titulo {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-columns: 1fr .25fr;
}

.container-new-projects {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 80px;
  margin-bottom: 0;
  display: block;
}

.div-slider {
  height: auto;
  margin-top: 40px;
}

.image-home-p1-copy {
  border-radius: 4px;
}

.div-block-25 {
  display: block;
}

.link-block-8 {
  display: none;
}

.column-01-previous {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-02-next {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-nav-previous {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.link-nav-previous.w--current {
  text-decoration: none;
}

.div-description-p1 {
  background-color: #f5faf8;
  border: 1px solid #fafafa;
  border-left-width: 0;
  border-radius: 0 8px 8px 0;
  padding: 40px 0 0 24px;
}

.div-description-p1-button-copy {
  background-color: #ebf5f6;
  border: 1px solid #fafafa;
  border-left-width: 0;
  border-radius: 0 8px 8px 0;
  padding: 40px 0 0 24px;
}

.navbar-6 {
  background-color: #f6f9fe;
  position: sticky;
  inset: 0% auto auto 0%;
}

.navbar-top-screen {
  background-color: #fbfcfe;
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  inset: 0% auto auto 0%;
}

.h4-title {
  margin-bottom: 24px;
}

.titulo-h4-18px {
  color: #2b2b2b;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.titulo-h3-22px {
  color: #2b2b2b;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.subtitulos-h6-16px {
  color: #2b2b2b;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.subtitulo-normal {
  text-align: left;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.list-item-185, .list-item-186, .list-item-187, .list-item-188, .list-item-189, .list-item-190, .list-item-191, .list-item-192, .list-item-193, .list-item-194, .list-item-195, .list-item-196, .list-item-197, .list-item-198, .list-item-199, .list-item-200 {
  color: #2b2b2b;
  font-weight: 300;
}

.text-span-list-02 {
  font-weight: 500;
}

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

.list-item-201, .list-item-202 {
  color: #2b2b2b;
  font-weight: 300;
}

.text-span-list-edu {
  color: #2b2b2b;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.listas {
  color: #2b2b2b;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.list-2, .list-3, .text-span-119 {
  color: #2b2b2b;
}

.div-block-27 {
  background-color: #f45858;
  border-radius: 20px;
}

.image-44, .p1-image {
  object-fit: fill;
  border-radius: 8px;
}

.div-about-03 {
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.title-project-home {
  color: #2b2b2b;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.top-section {
  z-index: 2147483647;
  position: sticky;
  inset: 0% 0% auto;
}

.section-28 {
  display: none;
}

.container-experiments {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.project-title {
  color: #2b2b2b;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.image-desktop {
  border: 1px #0000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.image-p1-desktop {
  outline-offset: 0px;
  object-fit: contain;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  outline: 0 #1a1b1f;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.image-46 {
  border: 1px solid #000;
  border-radius: 8px;
}

.paragraph-p1-desktop {
  color: #2b2b2b;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.images-gifs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 4px 0 0 4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.image-desktop-final {
  border: 1px #0000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
}

.titulo-h4-22px {
  color: #2b2b2b;
  font-size: 22px;
  font-weight: 600;
}

html.w-mod-js [data-ix="navbar"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .div-logo-footer {
    object-fit: scale-down;
    width: auto;
  }

  .container-menu-navigation {
    display: block;
  }

  .body {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-projetcs-01 {
    max-width: 940px;
  }

  .div-projects {
    width: 940px;
  }

  .container-projecto {
    border: 0 solid #000;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .par-grafo-projecto {
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 26px;
  }

  .columna-02 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 24px;
    display: block;
  }

  .columna-01 {
    padding-right: 16px;
  }

  .heading-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #2b2b2b;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: block;
  }

  .button-2 {
    color: #000000d6;
    overflow-wrap: normal;
    -webkit-text-fill-color: transparent;
    background-color: #396dfc;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .small-container-3 {
    background-color: #0000;
    margin-top: 0;
    display: block;
  }

  .slider-3 {
    background-color: #0000;
    height: 480px;
    max-height: none;
  }

  .right-arrow-2 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .container-testimo {
    background-color: #0000;
    border: 0 solid #000;
    justify-content: center;
    align-items: center;
  }

  .image-27 {
    height: auto;
  }

  .hero-testimonials {
    background-color: #0000;
  }

  .slide-nav-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-slider-image {
    height: 550px;
  }

  .container-1440px {
    grid-template-columns: 2fr 1fr;
    width: auto;
    max-width: 1440px;
  }

  .container-header-1140px {
    max-width: 1100px;
  }

  .title-experiments, .paragraph-project {
    color: #2b2b2b;
  }

  .container-testimonials-1140px {
    max-width: 1100px;
  }

  .button-3 {
    color: #1a1b1f;
    background-color: #0000;
  }

  .container-47 {
    margin-top: 104px;
  }

  .navbar-3 {
    object-fit: contain;
  }

  .container-nav {
    grid-template-columns: .75fr 1fr 1fr;
    margin-top: 0;
  }

  .container-footer-new {
    flex-flow: column;
    align-items: center;
    max-width: 1100px;
    display: flex;
  }

  .heading-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .designed-with {
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 20px;
  }

  .grid-header {
    width: 100%;
  }

  .grid-testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .grid-footer {
    width: 100%;
    max-width: 1100px;
  }

  .div-social-media {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-icons-social-media {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .title-name {
    color: #2b2b2b;
    font-size: 30px;
  }

  .div-about-01 {
    margin-bottom: 0;
  }

  .div-about-02 {
    padding-top: 24px;
  }

  .div-main-about {
    padding-bottom: 40px;
  }

  .text-span-15 {
    color: #2b2b2b;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-about {
    color: #2b2b2b;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .text-span-16 {
    color: #2b2b2b;
    font-size: 16px;
  }

  .grid-about-01, .grid-about-02 {
    grid-template-columns: .75fr 1fr;
    width: auto;
    max-width: 1100px;
  }

  .grid-about-03 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    width: auto;
    max-width: 1100px;
  }

  .paragraph-skills-01, .paragraph-skills-02, .paragraph-skills-03, .paragraph-skills-04 {
    margin-bottom: 32px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-company-01, .paragraph-company-02 {
    color: #2b2b2b;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-company-03 {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-education-01 {
    margin-bottom: 24px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-about-copy {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-education-02, .paragraph-education-03 {
    margin-bottom: 24px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-story {
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-skills-05 {
    margin-bottom: 32px;
    font-family: Montserrat, sans-serif;
  }

  .grid-project-01 {
    grid-template-columns: .75fr 1fr;
    width: 100%;
  }

  .grid-project-02, .grid-project-01-copy {
    grid-template-columns: 2fr 1fr;
    width: 100%;
  }

  .grid-p-02 {
    grid-template-columns: .75fr 1fr;
    width: 100%;
  }

  .paragraph-skills-06, .paragraph-skills-07, .paragraph-skills-08 {
    margin-bottom: 32px;
    font-family: Montserrat, sans-serif;
  }

  .grid-project-01-prueba, .grid-project-01-link, .grid-project-02-link {
    grid-template-columns: .75fr 1fr;
    width: 100%;
  }

  .container-navigation-menu {
    background-image: linear-gradient(#fbfcfe, #fbfcfe);
    width: auto;
    max-width: 1100px;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    position: sticky;
  }

  .grid-header-copy {
    width: 100%;
  }

  .grid-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: .25px 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center start;
    width: 1100px;
    max-width: none;
    display: flex;
  }

  .section-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .div-home-link {
    margin-right: 0;
  }

  .container-link-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: 1fr;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 1100px;
    display: block;
  }

  .grid-p1-button {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto .5fr;
    width: 100%;
  }

  .section-image-p01-button {
    width: 100%;
  }

  .div-description-p1-button {
    border-radius: 0 4px 4px 0;
  }

  .div-button-experiment {
    margin-bottom: 8px;
    padding-right: 8px;
  }

  .cta-experiment {
    color: #2b2b2b;
  }

  .container-1440px-p1 {
    grid-template-columns: 2fr 1fr;
    width: auto;
    max-width: 1440px;
  }

  .container-header-1140px-p1, .container-overview-1140px-p1, .container-background-1140px-p1 {
    max-width: 1100px;
  }

  .grid-overview {
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 64px;
  }

  .grid-background {
    background-color: #f6f6f6;
    width: auto;
    padding: 24px;
  }

  .heading-background {
    margin-top: 0;
  }

  .grid-overview-image {
    grid-template-rows: auto;
    width: auto;
  }

  .grid-over {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    grid-template-columns: 5fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding: 24px;
  }

  .grid-p1-over {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto .5fr;
    width: 1100px;
  }

  .headings-over, .paragraph-project-over {
    color: #2b2b2b;
  }

  .grid-p1-back, .grid-p1-original-wireframes, .grid-p1-caseupdate, .grid-p1-discovery {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto .5fr;
    width: 1100px;
  }

  .heading-7, .paragraph-p1 {
    color: #2b2b2b;
  }

  .grid-p1-user-research {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto .5fr;
    width: 1100px;
  }

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

  .div-background {
    margin-top: 0;
  }

  .div-case-update {
    margin-top: 16px;
  }

  .div-discovery, .div-user-research {
    margin-top: 0;
  }

  .div-define, .div-develop {
    margin-top: 16px;
  }

  .image-home-p1 {
    border-radius: 4px;
  }

  .div-deliver {
    margin-top: 16px;
  }

  .div-final {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .container-1440px-p2 {
    grid-template-columns: 2fr 1fr;
    width: auto;
    max-width: 1440px;
  }

  .div-01-p2 {
    margin-top: 0;
  }

  .div-02-p2 {
    margin-top: 16px;
  }

  .div-03-p2 {
    margin-top: 0;
  }

  .div-04-p2 {
    margin-top: 16px;
  }

  .div-05-p2 {
    margin-top: 0;
  }

  .div-06-p2 {
    margin-top: 16px;
    margin-left: 0;
  }

  .div-07-p2 {
    margin-top: 0;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
    color: #2b2b2b;
  }

  .div-07-p1 {
    margin-top: 16px;
  }

  .list-item-13, .list-item-14, .list-item-15, .list-item-16 {
    color: #2b2b2b;
  }

  .text-span-list-01 {
    font-size: 16px;
    font-weight: 500;
  }

  .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35, .list-item-36, .list-item-37, .list-item-38, .headings-subtitulos, .list-item-127, .list-item-128, .list-item-129, .list-item-130, .list-item-131, .list-item-132, .list-item-133 {
    color: #2b2b2b;
  }

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

  .logo-geo {
    object-fit: cover;
  }

  .text-block-4, .home-link {
    color: #2b2b2b;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-logo-geo-nav.w--current {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home-link-not.w--current {
    color: #3469f9;
  }

  .nav-prev-next {
    margin-top: 40px;
  }

  .grid-new-nav {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 1100px;
  }

  .image-final {
    margin-bottom: 40px;
  }

  .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23 {
    color: #2b2b2b;
  }

  .heading-titulo {
    color: #2b2b2b;
    font-family: Roboto, sans-serif;
    font-weight: 600;
  }

  .grid {
    grid-template-columns: 1fr .25fr;
  }

  .container-new-projects {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: 1fr;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 1100px;
    margin-top: 40px;
    display: block;
  }

  .div-slider {
    flex: 0 auto;
    height: 510px;
    margin-top: 0;
  }

  .div-block-25 {
    display: block;
  }

  .link-block-6, .link-block-7, .link-block-8 {
    display: none;
  }

  .column-01-previous {
    flex-flow: column;
    align-items: flex-start;
  }

  .column-02-next {
    justify-content: flex-end;
    align-items: center;
  }

  .link-nav-previous {
    text-align: left;
    justify-content: flex-start;
  }

  .text-span-111, .text-span-112, .text-span-113, .text-span-114, .text-span-115, .text-span-116, .text-span-117, .text-span-118 {
    font-weight: 500;
  }

  .div-description-p1, .div-description-p1-button-copy {
    border-radius: 0 8px 8px 0;
  }

  .div-block-26 {
    background-color: #f6f9fe;
    width: 1440svw;
    max-width: none;
    position: relative;
  }

  .navbar-6 {
    background-color: #f6f9fe;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-top-screen {
    background-color: #fbfcfe;
    position: sticky;
    inset: 0% 0% auto;
  }

  .heading-25, .h4-title {
    color: #2b2b2b;
  }

  .titulo-h4-18px {
    color: #2b2b2b;
    font-size: 18px;
  }

  .titulo-h3-22px {
    color: #2b2b2b;
    font-family: Roboto, sans-serif;
    font-size: 22px;
  }

  .subtitulos-h6-16px {
    color: #2b2b2b;
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .subtitulo-normal {
    color: #2b2b2b;
    font-weight: 400;
  }

  .list-item-185, .list-item-186, .list-item-187, .list-item-188, .list-item-189, .list-item-190, .list-item-191, .list-item-192, .list-item-193, .list-item-194, .list-item-195, .list-item-196, .list-item-197, .list-item-198, .list-item-199, .list-item-200 {
    font-weight: 300;
  }

  .text-span-list-02 {
    font-size: 16px;
    font-weight: 500;
  }

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

  .list-item-201, .list-item-202 {
    font-weight: 300;
  }

  .text-span-list-edu {
    font-size: 17px;
    font-weight: 500;
  }

  .div-about-03 {
    margin-bottom: 0;
  }

  .title-project-home, .project-title {
    color: #2b2b2b;
  }

  .image-desktop {
    margin-bottom: 40px;
  }

  .paragraph-p1-desktop {
    color: #2b2b2b;
  }

  .image-desktop-final {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .paragraph-light {
    text-align: left;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
    flex: 0 auto;
    justify-content: center;
    width: auto;
    height: 50px;
    display: flex;
  }

  .navigation {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    text-align: center;
  }

  .navigation-wrap {
    flex-direction: row;
    justify-content: flex-end;
    width: 500px;
    height: 80px;
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .main-slider {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .testimonial-text {
    margin-bottom: 0;
  }

  .div-testimonials-main {
    width: auto;
    height: auto;
    display: block;
  }

  .testimonial-box {
    margin: 20px 0 100px;
    position: static;
  }

  .slide-box {
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .job-title {
    margin-top: 20px;
  }

  .section-contact-me {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-footer.w--current {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-logo-footer {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-thumbnail {
    width: 260px;
  }

  .container-ux-ui {
    display: flex;
  }

  .preview-text {
    max-height: 40px;
    overflow: hidden;
  }

  .thumbnail-wrapper {
    width: 335px;
    position: static;
  }

  .grid-ux-ui-portfolio {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .slide-navigation {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .section-nave-menu {
    color: #000000d6;
    background-color: #0000;
    align-items: center;
    height: auto;
    margin-top: 60px;
    font-family: Open Sans, sans-serif;
    display: block;
  }

  .brand {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-header-p-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-navigation {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 700px;
    display: flex;
  }

  .div-ux-ui {
    flex-wrap: wrap;
    flex: none;
    align-self: auto;
    width: 850px;
    max-width: 850px;
    height: 400px;
    display: block;
    position: static;
  }

  .container-menu-navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .div-links-social {
    width: 700px;
  }

  .container-projetcs-01 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-projects {
    width: auto;
  }

  .div-paragraph-project {
    width: 720px;
  }

  .paragraph-projetcs, .paragraph-projects, .div-projects-nav {
    width: auto;
  }

  .container-nav-projects {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-columns, .columns-7, .columns-8, .columns-9, .columns-10 {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .small-container-3 {
    max-width: 100%;
    margin-top: 32px;
  }

  .slider-3 {
    height: auto;
  }

  .hero-testimonials {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1440px {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    max-width: 720px;
  }

  .container-header-1140px {
    max-width: 720px;
  }

  .container-project-01-1140px {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
  }

  .title-experiments {
    margin-bottom: 0;
  }

  .div-description-project {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .container-testimonials-1140px {
    max-width: 720px;
  }

  .div-block-23 {
    flex-flow: row;
    align-self: center;
    display: block;
  }

  .container-footer-new {
    max-width: 720px;
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .designed-with {
    text-align: center;
    margin-bottom: 0;
  }

  .grid-testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    margin-top: 0;
  }

  .div-icons-social-media {
    margin-top: 40px;
  }

  .container-about-01 {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 760px;
    margin-bottom: 0;
  }

  .div-about-01 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .div-about-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .div-main-about {
    padding-top: 40px;
  }

  .container-about-02 {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 760px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .paragraph-about {
    text-align: left;
  }

  .container-about-03 {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 760px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .grid-about-01 {
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
  }

  .grid-about-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-about-03 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-skills-01, .paragraph-skills-02, .paragraph-skills-03, .paragraph-skills-04, .paragraph-company-01, .paragraph-company-02, .paragraph-education-01 {
    text-align: left;
  }

  .paragraph-education-02 {
    text-align: left;
    padding-top: 0;
  }

  .paragraph-education-03 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph-story, .paragraph-skills-05 {
    text-align: left;
  }

  .container-project-02-1140px {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
  }

  .grid-project-01, .grid-project-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
  }

  .container-project-02 {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
  }

  .grid-project-01-copy, .grid-p-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
  }

  .div-description-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .paragraph-skills-06, .paragraph-skills-07, .paragraph-skills-08 {
    text-align: left;
  }

  .container-project-prueba {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
  }

  .grid-project-01-prueba {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
  }

  .container-link-block-1140px {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 95%;
  }

  .grid-project-01-link {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-description-p1-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .container-link-block-p2 {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 95%;
  }

  .grid-project-02-link {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-description-p2-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .div-divider-line {
    width: auto;
  }

  .container-navigation-menu {
    background-color: var(--white);
    flex-flow: row;
    width: 100%;
    max-width: 720px;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    top: 0;
  }

  .grid-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    grid-template-rows: .5px auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    align-content: stretch;
    place-items: start baseline;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
  }

  .section-24 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-27 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-home-link {
    margin-right: 0;
  }

  .container-link-button {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 720px;
  }

  .grid-p1-button {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    width: 100%;
    max-width: none;
  }

  .div-description-p1-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .5px solid #e6e6e6;
    border-width: 0 .5px 1px;
    border-radius: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .div-paragraph-p01, .div-button-experiment {
    margin-top: 0;
  }

  .container-1440px-p1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    max-width: 720px;
  }

  .container-header-1140px-p1, .container-overview-1140px-p1, .container-background-1140px-p1 {
    max-width: 720px;
  }

  .grid-p1-over {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-description-p1-over {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .headings-over {
    margin-bottom: 0;
  }

  .div-paragraph-p01-over {
    margin-top: 0;
  }

  .grid-p1-back {
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .grid-p1-original-wireframes {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-original-wirerames {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f6f6f6;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 24px;
    display: block;
  }

  .grid-p1-caseupdate, .grid-p1-discovery, .grid-p1-user-research {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-background {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f6f6f6;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .div-case-update {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 16px;
    display: block;
  }

  .div-discovery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    display: block;
  }

  .div-user-research, .div-define, .div-develop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .image-home-p1 {
    border-radius: 4px 4px 0 0;
  }

  .div-deliver, .div-final {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .container-1440px-p2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    max-width: 720px;
  }

  .div-background-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f6f6f6;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .div-01-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f6f6f6;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    display: block;
  }

  .div-02-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 16px;
    display: block;
  }

  .div-two-columns, .div-03-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 32px;
    display: block;
  }

  .headings-evaluation, .headings-numbers {
    margin-bottom: 0;
  }

  .div-04-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    display: block;
  }

  .div-05-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .div-06-p2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    display: block;
  }

  .div-07-p2, .div-07-p1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .headings-subtitulos {
    margin-bottom: 0;
  }

  .div-projects-nav-2 {
    width: auto;
  }

  .link-nav-projects {
    text-align: left;
    justify-content: flex-end;
    display: flex;
  }

  .link-project-text {
    text-align: right;
  }

  .link-logo-geo.w--current {
    padding-top: 16px;
    display: block;
  }

  .link-logo-geo-nav.w--current {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-previous-next {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

  .grid-new-nav {
    width: auto;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-new-projects {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 720px;
  }

  .div-slider {
    height: auto;
  }

  .link-nav-previous {
    text-align: left;
    justify-content: flex-end;
    display: flex;
  }

  .div-description-p1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .5px solid #e6e6e6;
    border-width: 0 .5px 1px;
    border-radius: 0 0 8px 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .div-description-p1-button-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: .5px solid #e6e6e6;
    border-width: 0 .5px 1px;
    border-radius: 0 8px 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .titulo-h4-18px {
    margin-bottom: 24px;
  }

  .subtitulos-h6-16px {
    margin-bottom: 0;
  }

  .text-span-list-edu {
    font-size: 18px;
  }

  .div-about-03 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 24px;
    display: flex;
  }

  .title-project-home {
    margin-bottom: 0;
  }

  .container-experiments {
    grid-template-rows: 1fr;
    grid-template-columns: .75fr 1fr;
    max-width: 760px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .project-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-items {
    width: 100%;
    display: block;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-wrap {
    overflow: visible;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-ux-ui-portfolio {
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-slider {
    width: auto;
    height: auto;
  }

  .div-testimonials-main {
    flex: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-box {
    margin-bottom: 100px;
  }

  .slide-box {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .job-title {
    margin-top: 40px;
  }

  .section-testimonials {
    margin-left: 0;
    margin-right: 0;
  }

  .section-contact-me {
    margin-left: 15px;
    margin-right: 15px;
  }

  .logo-footer {
    padding-left: 0;
  }

  .section-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .container-ux-ui {
    display: flex;
  }

  .thumbnail-wrapper {
    width: 500px;
  }

  .image-wrapper {
    position: static;
  }

  .grid-ux-ui-portfolio {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    display: grid;
  }

  .section-nave-menu {
    flex-direction: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand {
    margin-top: 5px;
    padding-left: 0;
  }

  .container-header-p-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-navigation {
    flex-direction: row;
    flex: none;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    width: 520px;
    display: block;
  }

  .div-ux-ui {
    width: auto;
  }

  .container-menu-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-links-social {
    width: 520px;
  }

  .section-header-about {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-projetcs-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-projects, .div-paragraph-project {
    width: 520px;
  }

  .grow-row-01 {
    margin-bottom: 0;
  }

  .div-projects-nav {
    width: 520px;
  }

  .container-nav-projects {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
  }

  .slider-3 {
    height: auto;
  }

  .hero-testimonials {
    grid-column-gap: 0px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1440px {
    max-width: 570px;
    margin-top: 0;
  }

  .container-header-1140px {
    max-width: 96%;
  }

  .heading-name {
    font-size: 36px;
  }

  .container-testimonials-1140px {
    max-width: 96%;
    height: auto;
    max-height: none;
    margin-top: 64px;
  }

  .container-footer-new {
    max-width: 96%;
    margin-top: 64px;
  }

  .grid-testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-footer {
    margin-top: 0;
  }

  .container-about-01, .container-about-02 {
    max-width: 550px;
  }

  .paragraph-about {
    text-align: left;
  }

  .container-about-03 {
    max-width: 550px;
  }

  .grid-about-03 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .paragraph-skills-01, .paragraph-skills-02, .paragraph-skills-03, .paragraph-skills-04, .paragraph-company-01, .paragraph-company-02, .paragraph-education-01, .paragraph-education-02, .paragraph-education-03, .paragraph-story, .paragraph-skills-05, .paragraph-skills-06, .paragraph-skills-07, .paragraph-skills-08 {
    text-align: left;
  }

  .div-divider-line {
    width: auto;
  }

  .container-navigation-menu {
    max-width: 96%;
  }

  .section-27 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-link-button {
    max-width: 540px;
  }

  .div-description-p1-button {
    border: 1px solid #e6e6e6;
    border-top-width: 0;
    border-radius: 0;
  }

  .container-1440px-p1 {
    max-width: 570px;
  }

  .container-header-1140px-p1, .container-overview-1140px-p1, .container-background-1140px-p1 {
    max-width: 540px;
  }

  .image-home-p1 {
    border-radius: 4px 4px 0 0;
  }

  .container-1440px-p2 {
    max-width: 570px;
  }

  .div-03-p2, .div-06-p2 {
    margin-top: 0;
  }

  .div-projects-nav-2 {
    width: 520px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-nav-projects {
    font-size: 16px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-project-text {
    text-align: left;
    font-size: 16px;
  }

  .link-logo-geo-nav.w--current {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-new-projects {
    max-width: 96%;
  }

  .column-01-previous {
    padding-left: 0;
    padding-right: 0;
  }

  .link-nav-previous {
    font-size: 16px;
  }

  .div-description-p1, .div-description-p1-button-copy {
    border: 1px solid #e6e6e6;
    border-top-width: 0;
    border-radius: 0 0 8px 8px;
  }

  .div-about-03 {
    margin-top: 24px;
  }

  .container-experiments {
    max-width: 550px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation-items {
    width: 72%;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    width: 100%;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .section-ux-ui-portfolio {
    margin-left: 0;
    margin-right: 0;
  }

  .section-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-slider {
    width: auto;
    height: auto;
  }

  .testimonial-text {
    text-align: justify;
    font-size: 18px;
  }

  .div-testimonials-main {
    flex: none;
    width: 320px;
  }

  .testimonial-box {
    margin-bottom: 100px;
  }

  .image-box {
    margin-top: 20px;
  }

  .slide-box {
    margin-left: 0;
    margin-right: 0;
  }

  .job-title {
    margin-top: 40px;
  }

  .section-testimonials {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .med-divider {
    width: 60%;
  }

  .section-contact-me {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-social-icons {
    flex-direction: row;
    align-self: auto;
    width: 100%;
    display: block;
  }

  .grid-social-icons {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: minmax(50px, .5fr) minmax(50px, .5fr) minmax(50px, .5fr) minmax(50px, .5fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center;
    place-items: center;
    width: 100%;
    display: grid;
  }

  .link-icons {
    padding-left: 0;
  }

  .logo-footer.w--current {
    margin-left: 0;
  }

  .div-logo-footer {
    padding-top: 0;
  }

  .container-ux-ui {
    display: block;
  }

  .thumbnail-wrapper {
    width: auto;
  }

  .grid-ux-ui-portfolio {
    align-self: auto;
    display: flex;
  }

  .section-nave-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    margin-top: 5px;
    margin-right: 0;
    padding-left: 0;
  }

  .container-header-p-3 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-navigation {
    background-color: #0000;
    flex: none;
    width: 340px;
    display: block;
  }

  .div-ux-ui {
    width: auto;
  }

  .container-menu-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-links-social {
    width: 350px;
  }

  .image-4 {
    align-self: auto;
  }

  .section-header-about {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .name-about-me {
    font-size: 30px;
  }

  .container-projetcs-01 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .div-projects {
    width: 330px;
  }

  .div-paragraph-project {
    width: 350px;
  }

  .grow-row-01 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-projects-nav {
    flex-direction: column;
    width: 330px;
    display: block;
    position: relative;
  }

  .divider-nav-bottom {
    width: 60%;
  }

  .container-nav-projects {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-6 {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }

  .small-container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-3 {
    height: auto;
  }

  .hero-testimonials {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-2 {
    max-width: none;
  }

  .div-block-slider-image {
    flex-flow: row;
  }

  .container-1440px {
    width: auto;
    max-width: 110%;
    margin-top: 48px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-header-1140px {
    width: auto;
    max-width: 93%;
    margin-top: 0;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 30px;
  }

  .heading-name {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-welcome {
    font-size: 18px;
    line-height: 30px;
  }

  .title-experiments {
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-project {
    line-height: 30px;
  }

  .container-testimonials-1140px {
    max-width: 93%;
    margin-top: 64px;
  }

  .navbar-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: block;
  }

  .container-footer-new {
    max-width: 100%;
    margin-top: 32px;
    display: flex;
  }

  .designed-with {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: block;
  }

  .grid-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-navigation {
    max-width: 90%;
    display: flex;
  }

  .grid-testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
  }

  .grid-footer {
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .div-designed-with {
    margin-top: 32px;
    display: flex;
  }

  .div-icons-social-media {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .container-about-01 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .title-name {
    margin-bottom: 0;
    font-size: 28px;
  }

  .div-about-02 {
    flex-flow: column;
    display: flex;
  }

  .div-main-about {
    padding: 32px 16px;
  }

  .container-about-02 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-about {
    text-align: left;
    margin-top: 16px;
  }

  .container-about-03 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-company-01, .paragraph-company-02, .paragraph-education-01, .paragraph-education-02, .paragraph-education-03, .paragraph-story {
    text-align: left;
  }

  .container-link-block-1140px {
    max-width: 90%;
  }

  .grid-project-01-link {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .container-link-block-p2 {
    max-width: 90%;
  }

  .container-navigation-menu {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    padding-bottom: 16px;
  }

  .grid-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    grid-template: "." 1fr
                   "Area"
                   / 1fr;
    grid-auto-columns: .25fr;
    place-items: start center;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
  }

  .section-24 {
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 32px;
    display: flex;
  }

  .section-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-home-link {
    padding: 16px;
    display: block;
  }

  .home-not-current.w--current {
    text-decoration: none;
  }

  .container-link-button {
    max-width: 300px;
  }

  .grid-p1-button {
    grid-template: ". . ."
                   ". . ."
                   "Area Area Area"
                   / 2fr 1fr;
  }

  .section-image-p01-button {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: none;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .div-description-p1-button {
    margin-top: 0;
    padding-left: 0;
  }

  .div-paragraph-p01 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-1440px-p1 {
    width: auto;
    max-width: 400px;
  }

  .container-header-1140px-p1 {
    width: auto;
    max-width: 300px;
  }

  .container-overview-1140px-p1 {
    width: auto;
    max-width: 400px;
  }

  .container-background-1140px-p1 {
    width: auto;
    max-width: 300px;
  }

  .grid-p1-over, .grid-p1-back, .grid-p1-original-wireframes, .grid-p1-caseupdate, .grid-p1-discovery, .grid-p1-user-research {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .div-background {
    margin-top: 24px;
  }

  .div-case-update, .div-define {
    margin-top: 0;
  }

  .image-header-p1 {
    margin-bottom: 0;
  }

  .div-develop {
    margin-top: 0;
  }

  .image-home-p1 {
    object-fit: cover;
  }

  .div-deliver {
    margin-top: 0;
  }

  .container-1440px-p2 {
    width: auto;
    max-width: 400px;
  }

  .div-01-p2 {
    margin-top: 24px;
  }

  .div-02-p2 {
    margin-top: 0;
  }

  .div-projects-nav-2 {
    flex-direction: column;
    width: 330px;
    display: block;
    position: relative;
  }

  .divider-nav-bottom-2, .divider-nav-bottom-3 {
    width: 60%;
  }

  .link-nav-projects {
    display: block;
  }

  .divider-nav-bottom-3-copy {
    width: 60%;
  }

  .link-logo-geo.w--current {
    flex: 1;
    padding-top: 0;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .dropdown-menu {
    justify-content: space-between;
    padding: 16px 40px 8px 16px;
    display: flex;
  }

  .home-link, .home-link.w--current {
    font-size: 18px;
  }

  .dropdown-2 {
    display: flex;
  }

  .about-link-copy, .about-link-copy.w--current {
    font-size: 18px;
  }

  .link-logo-geo-nav {
    padding-left: 16px;
  }

  .link-logo-geo-nav.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    padding-left: 16px;
    display: flex;
  }

  .home-link-not, .home-link-not.w--current {
    font-size: 18px;
  }

  .grid-new-nav {
    grid-template-columns: auto;
  }

  .heading-titulo {
    font-size: 32px;
  }

  .grid {
    flex-flow: column;
    display: block;
  }

  .container-new-projects {
    max-width: 93%;
    margin-top: 40px;
  }

  .div-description-p1, .div-description-p1-button-copy {
    margin-top: 0;
    padding-left: 0;
  }

  .p1-image, .image-45 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .div-about-03 {
    margin-top: 24px;
  }

  .title-project-home {
    padding-left: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .container-experiments {
    padding-left: 8px;
    padding-right: 8px;
  }

  .project-title {
    padding-left: 0;
    font-size: 24px;
    line-height: 30px;
  }
}

#w-node-_6bdd90a7-d8e1-99aa-776d-938ac5626412-faf20055 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_91c7e551-242e-b751-f42a-0071617b1cbd-faf20055 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_1f6de118-5b67-6720-782e-4522fbbce791-faf20055 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_1f6de118-5b67-6720-782e-4522fbbce793-faf20055 {
  grid-area: 1 / 2 / 4 / 4;
}

#w-node-_6783cfed-be4f-1298-772a-f8df02fdf005-51f2005a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6783cfed-be4f-1298-772a-f8df02fdeff8-51f2005a, #w-node-_8d9ec92e-df95-bd73-f8d3-5c0ed08ce104-51f2005a, #w-node-_3e17ed68-64a6-7371-0ae4-296fa2ffcf42-51f2005a, #w-node-ce2f56b1-c83e-2b85-05cc-b7f1c69e89ce-51f2005a, #w-node-ce2f56b1-c83e-2b85-05cc-b7f1c69e89f3-51f2005a, #w-node-_9576613c-04bb-a9f4-f794-72f7b2fb229f-76f2005b, #w-node-_9576613c-04bb-a9f4-f794-72f7b2fb22b5-76f2005b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6dde9a0-aa15-1545-e116-c2222ffcff88-5ef20065 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-ea4540e5-aedd-e915-98bb-9bf9c3c4ecc6-5ef20065 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_2926d912-287e-3368-31dc-0dd0bc9f283e-5ef20065 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_2926d912-287e-3368-31dc-0dd0bc9f284b-5ef20065 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-c7c8e324-b37b-440a-35fd-0d6b360337ff-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-c7c8e324-b37b-440a-35fd-0d6b36033801-5ef20065 {
  grid-area: 1 / 3 / 5 / 4;
}

#w-node-_9ab927e1-5e13-0bc4-fcab-fcc4707ef33b-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_9ab927e1-5e13-0bc4-fcab-fcc4707ef33d-5ef20065 {
  grid-area: 1 / 3 / 5 / 4;
}

#w-node-b19c9002-f53d-a380-ff7f-78171779860f-5ef20065 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-b19c9002-f53d-a380-ff7f-78171779861d-5ef20065 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b19c9002-f53d-a380-ff7f-78171779861f-5ef20065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b19c9002-f53d-a380-ff7f-781717798630-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-b19c9002-f53d-a380-ff7f-7817177986b7-5ef20065 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b19c9002-f53d-a380-ff7f-7817177986ba-5ef20065 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b19c9002-f53d-a380-ff7f-7817177986bd-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-b19c9002-f53d-a380-ff7f-7817177986d5-5ef20065 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b19c9002-f53d-a380-ff7f-7817177986d8-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-b19c9002-f53d-a380-ff7f-781717798705-5ef20065 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b19c9002-f53d-a380-ff7f-781717798717-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-b19c9002-f53d-a380-ff7f-78171779873d-5ef20065 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b19c9002-f53d-a380-ff7f-7817177987a1-5ef20065 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4551de4-b943-d834-e658-0dccf1ae5800-5ef20065 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-a4551de4-b943-d834-e658-0dccf1ae5802-5ef20065 {
  grid-area: 1 / 3 / 5 / 4;
}

#w-node-_450f5470-c10c-ab39-b53d-da9c5423a1f1-5df20066 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dab2b80-6882-91c3-54ac-091f3802d818-5df20066, #w-node-c14db3aa-b229-86c0-4c8f-9b34bcc23737-5df20066 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-a781cdbb-24f1-d679-8eb7-eb5093e80949-5df20066 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_9e23ebf4-79d6-2682-825e-87bca5855a87-5df20066 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cb88-5df20066 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cbb5-5df20066, #w-node-d7797d97-939c-d073-11d3-83c17c4b7b98-5df20066, #w-node-_0fa613b8-f214-6ca1-08c7-891f504864d1-5df20066 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-f416149b-7173-e8af-7732-4adcd3e3fc83-5df20066 {
  justify-self: center;
}

#w-node-f9fa21b4-14fc-f961-255e-2f91863c9edb-5df20066, #w-node-_8cae56cd-859d-e5b1-6570-2b2012823fb6-5df20066 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_51ec93c1-feec-1039-da1a-96ac3a42ec62-5df20066 {
  justify-self: center;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e73845-64f20068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e73843-64f20068 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e738d4-64f20068 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e738fa-64f20068 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e73924-64f20068 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e73934-64f20068 {
  grid-area: 1 / 1 / 5 / 4;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e73957-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e739b8-64f20068 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_7200e52d-10db-aa98-fd34-f67078f1b213-64f20068 {
  justify-self: center;
}

#w-node-_11313b24-eabc-267e-2d64-d58526e73a68-64f20068 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_2a2380ff-e930-781b-084f-f4f4e9890b56-faf20055 {
    justify-self: auto;
  }

  #w-node-_6bdd90a7-d8e1-99aa-776d-938ac5626412-faf20055 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_91c7e551-242e-b751-f42a-0071617b1cbd-faf20055 {
    grid-area: 1 / 2 / 3 / 4;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce791-faf20055 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce793-faf20055 {
    grid-area: 1 / 2 / 3 / 4;
  }

  #w-node-_3ad0c276-85f6-c1aa-468c-1130986ffc37-51f2005a {
    justify-self: auto;
  }

  #w-node-_6783cfed-be4f-1298-772a-f8df02fdf005-51f2005a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c1671933-dab7-294a-b691-a9eeeea10200-5ef20065 {
    justify-self: auto;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779861d-5ef20065 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779861f-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-781717798630-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-7817177986b7-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986ba-5ef20065 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986bd-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986d5-5ef20065 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986d8-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798705-5ef20065 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798717-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779873d-5ef20065 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5800-5ef20065 {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5802-5ef20065 {
    grid-area: 1 / 3 / 4 / 4;
  }

  #w-node-_0bb9a56e-4b1a-8ff7-a5ec-a30c496ffce1-5df20066 {
    justify-self: auto;
  }

  #w-node-_450f5470-c10c-ab39-b53d-da9c5423a1f1-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_1dab2b80-6882-91c3-54ac-091f3802d818-5df20066, #w-node-c14db3aa-b229-86c0-4c8f-9b34bcc23737-5df20066 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-a781cdbb-24f1-d679-8eb7-eb5093e80949-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_9e23ebf4-79d6-2682-825e-87bca5855a87-5df20066 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cb88-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cbb5-5df20066, #w-node-d7797d97-939c-d073-11d3-83c17c4b7b98-5df20066, #w-node-_0fa613b8-f214-6ca1-08c7-891f504864d1-5df20066, #w-node-f9fa21b4-14fc-f961-255e-2f91863c9edb-5df20066, #w-node-_8cae56cd-859d-e5b1-6570-2b2012823fb6-5df20066 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_975268d3-9a3a-cbec-4c8a-a1d9e29fb8ce-64f20068 {
    justify-self: auto;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73845-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73843-64f20068 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e738d4-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e738fa-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73924-64f20068 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73934-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73957-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e739b8-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e73a68-64f20068 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6bdd90a7-d8e1-99aa-776d-938ac5626412-faf20055 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_91c7e551-242e-b751-f42a-0071617b1cbd-faf20055 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_91c7e551-242e-b751-f42a-0071617b1cbe-faf20055 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48ccd3db-43db-ed5f-4b33-fea7d1186f38-faf20055 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_48ccd3db-43db-ed5f-4b33-fea7d1186f39-faf20055 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_133e67be-0d03-b1ab-ab82-50e06f799e7b-faf20055 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce791-faf20055 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce793-faf20055 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce794-faf20055 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce796-faf20055 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce797-faf20055 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce7b2-faf20055 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_6783cfed-be4f-1298-772a-f8df02fdf005-51f2005a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9a62b383-4e65-dc3d-8202-8c8411bc5369-51f2005a, #w-node-_6783cfed-be4f-1298-772a-f8df02fdeffb-51f2005a, #w-node-_908cdb98-b431-9f17-5afa-8e92e95ced35-51f2005a, #w-node-_8d9ec92e-df95-bd73-f8d3-5c0ed08ce103-51f2005a, #w-node-_8d9ec92e-df95-bd73-f8d3-5c0ed08ce107-51f2005a, #w-node-_3e17ed68-64a6-7371-0ae4-296fa2ffcf41-51f2005a, #w-node-_3e17ed68-64a6-7371-0ae4-296fa2ffcf45-51f2005a, #w-node-ce2f56b1-c83e-2b85-05cc-b7f1c69e89d1-51f2005a, #w-node-_1aafeb60-628e-787f-e5ea-1c5d0b341bd3-51f2005a, #w-node-_1aafeb60-628e-787f-e5ea-1c5d0b341bd7-51f2005a, #w-node-ea4540e5-aedd-e915-98bb-9bf9c3c4ecbc-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7c8e324-b37b-440a-35fd-0d6b360337ff-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-c7c8e324-b37b-440a-35fd-0d6b36033801-5ef20065 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-c7c8e324-b37b-440a-35fd-0d6b36033804-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ab927e1-5e13-0bc4-fcab-fcc4707ef33b-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_9ab927e1-5e13-0bc4-fcab-fcc4707ef33d-5ef20065 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_9ab927e1-5e13-0bc4-fcab-fcc4707ef340-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779860f-5ef20065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779861d-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779861f-5ef20065 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798620-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798624-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798625-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798630-5ef20065 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798637-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798638-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-78171779863e-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-78171779864d-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986b7-5ef20065 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986b8-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986ba-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-7817177986bd-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986be-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986c0-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986c1-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-7817177986c7-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986d5-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-7817177986d8-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986d9-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986dd-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-7817177986de-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-781717798702-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798705-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779870a-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798717-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798718-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779871a-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779871b-5ef20065, #w-node-b19c9002-f53d-a380-ff7f-78171779873a-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b19c9002-f53d-a380-ff7f-78171779873d-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-b19c9002-f53d-a380-ff7f-781717798774-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5800-5ef20065 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5802-5ef20065 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5803-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5805-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5806-5ef20065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae581d-5ef20065 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_450f5470-c10c-ab39-b53d-da9c5423a1f1-5df20066 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_450f5470-c10c-ab39-b53d-da9c5423a1f2-5df20066, #w-node-_450f5470-c10c-ab39-b53d-da9c5423a1f5-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1dab2b80-6882-91c3-54ac-091f3802d818-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_01c518cd-c587-6648-b215-58c1e373c9d7-5df20066, #w-node-_01c518cd-c587-6648-b215-58c1e373c9ec-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c14db3aa-b229-86c0-4c8f-9b34bcc23737-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-be587b75-ba8a-6597-d0a7-f51ca3c78c63-5df20066, #w-node-be587b75-ba8a-6597-d0a7-f51ca3c78c6a-5df20066, #w-node-be587b75-ba8a-6597-d0a7-f51ca3c78c70-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a781cdbb-24f1-d679-8eb7-eb5093e80949-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-a781cdbb-24f1-d679-8eb7-eb5093e8094a-5df20066, #w-node-a781cdbb-24f1-d679-8eb7-eb5093e8094f-5df20066, #w-node-a781cdbb-24f1-d679-8eb7-eb5093e80973-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e23ebf4-79d6-2682-825e-87bca5855a87-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-d4323774-4005-7f20-3482-110332de6573-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cb88-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cb89-5df20066, #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cb8e-5df20066, #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cbb2-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cbb5-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_31a296aa-53bb-13da-ee60-d2fe26a9cbba-5df20066, #w-node-d7797d97-939c-d073-11d3-83c17c4b7b92-5df20066, #w-node-d7797d97-939c-d073-11d3-83c17c4b7b94-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7797d97-939c-d073-11d3-83c17c4b7b98-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_0fa613b8-f214-6ca1-08c7-891f504864ac-5df20066, #w-node-_0fa613b8-f214-6ca1-08c7-891f504864af-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0fa613b8-f214-6ca1-08c7-891f504864d1-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-f9fa21b4-14fc-f961-255e-2f91863c9ed2-5df20066, #w-node-f9fa21b4-14fc-f961-255e-2f91863c9ed4-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f9fa21b4-14fc-f961-255e-2f91863c9edb-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_8cae56cd-859d-e5b1-6570-2b2012823fab-5df20066 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cae56cd-859d-e5b1-6570-2b2012823fb6-5df20066 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73845-64f20068 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73846-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e7384a-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73843-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e7385a-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e7385f-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e7386d-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e738d4-64f20068 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e738d5-64f20068, #w-node-_3f8ac47d-24e0-5ee1-fb59-6d7f35062f8f-64f20068, #w-node-_3f8ac47d-24e0-5ee1-fb59-6d7f35062f91-64f20068, #w-node-_3f8ac47d-24e0-5ee1-fb59-6d7f35062f96-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e738ff-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e738fa-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e738fb-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e73921-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73924-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73928-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73934-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e73957-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73935-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e73937-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e739b2-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e739b4-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e739b8-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73a5f-64f20068, #w-node-_11313b24-eabc-267e-2d64-d58526e73a61-64f20068 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_11313b24-eabc-267e-2d64-d58526e73a68-64f20068 {
    grid-area: 1 / 1 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a2380ff-e930-781b-084f-f4f4e9890b56-faf20055 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_6bdd90a7-d8e1-99aa-776d-938ac5626412-faf20055 {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_6bdd90a7-d8e1-99aa-776d-938ac5626413-faf20055 {
    grid-area: span 5 / span 2 / span 5 / span 2;
  }

  #w-node-_91c7e551-242e-b751-f42a-0071617b1cbe-faf20055, #w-node-_48ccd3db-43db-ed5f-4b33-fea7d1186f38-faf20055, #w-node-_133e67be-0d03-b1ab-ab82-50e06f799e7b-faf20055 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce791-faf20055 {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-_3145d665-58f6-1e6b-e301-da265a4af3b0-faf20055 {
    grid-area: span 5 / span 2 / span 5 / span 2;
  }

  #w-node-_1f6de118-5b67-6720-782e-4522fbbce794-faf20055, #w-node-_1f6de118-5b67-6720-782e-4522fbbce796-faf20055, #w-node-_1f6de118-5b67-6720-782e-4522fbbce7b2-faf20055 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3ad0c276-85f6-c1aa-468c-1130986ffc37-51f2005a, #w-node-c1671933-dab7-294a-b691-a9eeeea10200-5ef20065 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5800-5ef20065 {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-a4551de4-b943-d834-e658-0dccf1ae5803-5ef20065, #w-node-a4551de4-b943-d834-e658-0dccf1ae5805-5ef20065, #w-node-a4551de4-b943-d834-e658-0dccf1ae581d-5ef20065 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0bb9a56e-4b1a-8ff7-a5ec-a30c496ffce1-5df20066, #w-node-_975268d3-9a3a-cbec-4c8a-a1d9e29fb8ce-64f20068 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Productsans';
  src: url('../fonts/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free 400';
  src: url('../fonts/Font-Awesome-6-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* --- Fix: asegurar que el dropdown se vea por encima y no se recorte --- */
.navbar-top-screen,
.grid-new-nav,
.section-27 {
  overflow: visible !important;
}

.w-dropdown,
.dropdown-2 { /* tu contenedor de Projects */
  position: relative !important;
}

.w-dropdown-list,
.dropdown-list { /* la lista del dropdown */
  z-index: 9999 !important;
}
