.body {
  background-color: #f7f7f7;
  font-family: General Sans, Arial, sans-serif;
  font-weight: 500;
}

.header-nav-bar {
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header-nav-bar.clients {
  background-color: #fff;
  background-image: none;
  min-height: auto;
}

.navbar-header {
  grid-column-gap: 10px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 20px 120px;
  display: flex;
}

.nav-header-container {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 52px;
  padding: 1px 20px;
  text-decoration: none;
  display: flex;
}

.nav-bar {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 10px 40px;
  text-decoration: none;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 10px;
  color: #fff;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-buttons.w--current {
  color: #fff;
}

.main-button-navbar {
  grid-column-gap: 12px;
  color: #fff;
  letter-spacing: .02rem;
  white-space: nowrap;
  background-color: #000;
  background-image: linear-gradient(#9747ff, #9747ff);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 6px 6px 6px 16px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.icon-button-cta {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.hero-banner-section {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 95px 140px;
  display: flex;
}

.banner-text-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-title {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.hero-title-text {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

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

.hero-description-text {
  color: #fff;
  letter-spacing: .03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.main-button {
  grid-column-gap: 12px;
  color: #fff;
  letter-spacing: .02rem;
  background-color: #000;
  background-image: linear-gradient(#9747ff, #9747ff);
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 6px 6px 6px 16px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.main-button.contacform {
  padding-right: 16px;
}

.about-us {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
  text-decoration: none;
  display: flex;
}

.about-container {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.title {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.title.aboutus {
  flex-flow: column;
  font-size: 38px;
}

.title.other-gray {
  color: #909090;
  font-weight: 500;
}

.title.other-gray.black-lg {
  color: #000;
  font-size: 36px;
  font-weight: 600;
}

.about-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.about {
  grid-row-gap: 20px;
  background-color: #000;
  border-radius: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.about-description-text {
  color: #fff;
  letter-spacing: .01rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.client_grid {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
}

.services {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
  text-decoration: none;
  display: flex;
}

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

.title-text-service {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.hero-title-text-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

.hero-description-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.hero-description-title.other, .hero-description-title.black {
  color: #000;
}

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

.service-item {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.service-title {
  border: 0 solid #0000001a;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.service-number-text {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.service-title-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.service-pic {
  object-fit: cover;
  border-radius: 16px;
}

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

.service-description {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.work {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

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

.title-text-work {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.main-button-5 {
  grid-column-gap: 12px;
  background-color: #000;
  background-image: linear-gradient(#9747ff, #9747ff);
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 6px 6px 6px 16px;
  text-decoration: none;
  display: flex;
}

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

.service-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1359px;
  text-decoration: none;
  display: flex;
}

.proyect-card-01 {
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.work-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 63px;
  display: flex;
}

.proyects-service-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.proyects-client-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.proyects-button-cta {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

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

.proyect-card-01-2 {
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 792px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.key-words {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

.methodology {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 140px;
  text-decoration: none;
  display: flex;
}

.methodology.white {
  background-color: #fff;
}

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

.title-text-steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.steps-list {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1159px;
  text-decoration: none;
  display: flex;
}

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

.steps-item.black {
  background-color: #000;
  border-radius: 28px;
  padding: 30px;
}

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

.steps-titles.timeline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ccf1e8;
  border-bottom: 1px solid #00bb8e;
  border-top-left-radius: 28px;
  border-top-right-radius: 0;
  padding: 11px;
}

.steps-titles.timeline._02 {
  background-color: #fce9d7;
  border-top-left-radius: 0;
}

.steps-titles.timeline._02.top {
  border-bottom: 12px solid #f09236;
}

.steps-titles.timeline._02.down {
  border-top: 12px solid #f09236;
}

.steps-titles.timeline._03 {
  background-color: #eadaff;
  border-top-left-radius: 0;
}

.steps-titles.timeline._03.top {
  border-bottom-color: #9747ff;
}

.steps-titles.timeline._03.down {
  border-top: 12px solid #9747ff;
  border-bottom-width: 0;
}

.steps-titles.timeline._04 {
  background-color: #fbcce8;
  border-top-left-radius: 0;
  border-top-right-radius: 28px;
}

.steps-titles.timeline._04.b-version {
  border-top: 12px solid #ee1178;
  border-bottom-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 28px;
}

.steps-titles.timeline._04.top {
  border-bottom-color: #ee1178;
}

.steps-titles.timeline.b01 {
  border-top: 12px solid #00bb8e;
  border-bottom-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 28px;
}

.steps-titles.timeline.top {
  border-bottom-width: 12px;
}

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

.steps-description {
  color: #fff;
  height: 140px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.steps-description.black {
  color: #000;
}

.steps-number-text {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.steps-number-text.timeline {
  color: #909090;
  font-size: 22px;
}

.steps-title-text {
  color: #fff;
  height: 102px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.steps-title-text.black {
  color: #000;
}

.steps-title-text.timeline {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 73px;
  font-size: 21px;
  display: flex;
}

.title-text-keys {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  text-decoration: none;
  display: flex;
}

.key-phrases01 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.key-phrases02 {
  color: #909090;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.contact {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 140px;
  text-decoration: none;
  display: flex;
}

.contact.ciclo {
  background-color: #fff;
  background-image: linear-gradient(#00bb8e40, #00bb8e40);
}

.contact-container {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.contact-container.timeline {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1159px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.contact-description-text {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.contact-description-text.timeline {
  color: #000;
  margin-bottom: 40px;
  line-height: 140%;
}

.contact-form {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.contact-form.embed {
  background-color: #0000;
  border-radius: 0;
  display: block;
}

.contactform-title-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.form-field {
  grid-row-gap: 0px;
  border: 0 solid #909090;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

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

.contact-title-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.main-button-7 {
  grid-column-gap: 12px;
  background-color: #000;
  background-image: linear-gradient(#9747ff, #9747ff);
  border-radius: 60px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 6px 6px 6px 16px;
  text-decoration: none;
  display: flex;
}

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

.footer {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 120px 40px;
  text-decoration: none;
  display: flex;
}

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

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.nav_footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 227px;
  text-decoration: none;
  display: flex;
}

.slogan {
  grid-row-gap: 5px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

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

.footer-nav-buttons {
  grid-column-gap: 10px;
  color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.footer-nav-button-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

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

.title_footer_section {
  grid-column-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.footer_botton {
  grid-column-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

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

.legal_footer {
  grid-column-gap: 10px;
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.nav-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.clients_carrusel_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.logo_container {
  justify-content: space-around;
  align-items: stretch;
  min-width: 200%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo_image {
  height: 74px;
}

.key-phrases-carrusel {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.form-text-field {
  border: 1px #000;
  margin-bottom: 0;
}

.form-text-field:focus {
  color: #000;
}

.form-text-field::placeholder {
  color: #757575;
}

.form-text-field.large {
  height: 80px;
}

.form-text-field.large:focus {
  color: #000;
  white-space: pre-wrap;
  word-break: break-all;
  width: 100%;
  font-weight: 500;
}

.form-label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.form {
  width: 100%;
}

.contact-input-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.code-embed {
  width: 24px;
  height: 24px;
}

.text-location-footer {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.footer-social {
  width: 100%;
}

.client-card-details {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.clients-header-container {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  display: flex;
}

.client-card-title {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

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

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

.cx-title-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.cx-title-text.large {
  letter-spacing: .03rem;
  font-size: 24px;
}

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

.client-name-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.client-proyect-card {
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.client-picture-card {
  object-fit: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

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

.client-proyect-row {
  grid-row-gap: 20px;
  color: #909090;
  border-width: 0 0 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.client-proyect-row.card {
  background-color: #fce9d7;
  border-radius: 28px;
  padding: 20px;
}

.client-proyect-row.card._01 {
  grid-row-gap: 40px;
  background-color: #e4eeef;
}

.client-proyect-row.card._02 {
  grid-row-gap: 40px;
}

.client-proyect-row.card._03 {
  background-color: #0000;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.proyects-service-name {
  color: #909090;
  letter-spacing: .03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.proyects-service-name.description {
  color: #000;
  letter-spacing: .03px;
  font-weight: 500;
  line-height: 130%;
}

.data-proyect-row {
  grid-row-gap: 10px;
  border: 0 solid #0000001a;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 594px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.proyects-service-name-2 {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.proyects-service-name-0 {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.proyects-service-name-1 {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.challenges-solution {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
  text-decoration: none;
  display: flex;
}

.container-challenges-solution {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

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

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

.challenges-solution-title {
  border: 0 solid #0000001a;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.challenges-solution-number-text {
  color: #909090;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.challenges-solution-title-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

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

.challenges-solution-description {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.client-banner-picture {
  object-fit: cover;
  border-radius: 16px;
}

.about-us-part2 {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  text-decoration: none;
  display: flex;
}

.about-container-part2 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.question-row {
  grid-row-gap: 20px;
  border: 0 solid #0000001a;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding-bottom: 20px;
  display: flex;
}

.question-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 67px;
  padding-bottom: 10px;
  display: flex;
}

.question-number-text {
  color: #fff;
  letter-spacing: .02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.question-title-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: General Sans, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

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

.title-text-moreabout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.solution-cards-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.solution-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f1f7f7;
  border-radius: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  display: flex;
}

.solution-card.results {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #d9f5ee;
  justify-content: space-between;
  align-items: flex-start;
}

.number-sollution-text {
  color: #909090;
  font-size: 24px;
}

.solution-description-text {
  color: #000;
  letter-spacing: .02rem;
  font-size: 16px;
  line-height: 130%;
}

.pic-ndata-card {
  width: 100%;
}

.result-subtitle {
  color: #909090;
  letter-spacing: .03rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.title-subtitle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.results-numbers {
  color: #000;
  height: auto;
  font-size: 38px;
  line-height: 120%;
}

.results-numbers.small {
  font-size: 30px;
}

.logo-small-footer {
  display: none;
}

.code-embed-3 {
  width: 100%;
}

.timeline-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  letter-spacing: .02rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.timeline-title.top {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 48px;
}

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

.timeline-cicle-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  display: flex;
}

.timeline-cicle-container.top-hold {
  height: 80%;
  margin-bottom: 5px;
}

.timeline-cicle-container.bottom-hold {
  height: 80%;
  margin-top: 5px;
}

.timeline-sciences {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e4eeef;
  border-radius: 28px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 30px;
  display: flex;
}

.timeline-science {
  color: #000;
  letter-spacing: .02rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.step-check {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video {
  max-height: 70%;
}

.background-video {
  width: 100%;
}

.size-video {
  border-radius: 18px;
  width: 100%;
  height: 400px;
  overflow: clip;
}

.grid-solutions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.background-video-2 {
  width: 100%;
}

.footer-full-container {
  width: 100%;
  max-width: 1134px;
}

.text-block {
  width: 54.4672%;
}

.english-text {
  width: 79px;
}

.language-header {
  justify-content: space-between;
  align-items: center;
  height: 52px;
  margin-left: 30px;
  display: flex;
}

.language-header.clients {
  color: #000;
}

.lenguage-option-buttom {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.lenguage-option-buttom.w--current {
  color: #8f8f8f;
  background-color: #000;
  font-weight: 400;
}

.lenguage-option-buttom.right, .lenguage-option-buttom.right.w--current {
  border-right: 1px solid #fff;
}

.lenguage-option-buttom.right.client {
  color: #000;
}

.lenguage-option-buttom.right.client.w--current {
  color: #00000040;
}

.lenguage-option-buttom.client {
  color: #000;
}

.lenguage-option-buttom.client.w--current {
  color: #00000040;
  background-color: #fff;
  border: 1px solid #00000040;
  border-radius: 18px;
}

@media screen and (min-width: 1440px) {
  .nav-header-container {
    width: 1360px;
  }

  .hero-banner-section, .about-us, .services {
    padding-left: 140px;
    padding-right: 140px;
  }

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

  .service-list-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .methodology, .contact {
    padding-left: 140px;
    padding-right: 140px;
  }

  .contact-container {
    max-width: 100%;
  }

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

  .client-card-title, .client-proyect-card {
    max-width: 1360px;
  }

  .challenges-solution {
    padding-left: 40px;
    padding-right: 40px;
  }

  .challenges-solution-title, .challenges-solution-description-cta {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1920px) {
  .header-nav-bar {
    min-height: auto;
  }

  .header-nav-bar.clients {
    background-color: #fff;
    background-image: none;
  }

  .nav-header-container {
    max-width: 1360px;
  }

  .hero-banner-section {
    padding-left: 240px;
    padding-right: 240px;
  }

  .banner-text-header {
    max-width: 1394px;
  }

  .about-us {
    padding-left: 340px;
    padding-right: 340px;
  }

  .about-container {
    max-width: 1394px;
  }

  .title {
    font-size: 20px;
  }

  .title.aboutus {
    font-size: 44px;
  }

  .about {
    height: auto;
  }

  .services, .work {
    padding-left: 240px;
    padding-right: 240px;
  }

  .work-container {
    max-width: 1594px;
  }

  .service-list-2 {
    max-width: 1594px;
    padding-left: 173px;
    padding-right: 173px;
  }

  .methodology {
    padding-left: 340px;
    padding-right: 340px;
  }

  .methodology-container {
    justify-content: center;
    align-items: center;
    max-width: 1394px;
    padding-left: 0;
  }

  .steps-list {
    justify-content: center;
    align-items: center;
    max-width: 1394px;
  }

  .steps-number-text.timeline {
    justify-content: flex-start;
    align-items: center;
    height: 27px;
    display: flex;
  }

  .steps-title-text.timeline {
    height: 77px;
  }

  .contact, .contact.ciclo {
    padding-left: 340px;
    padding-right: 340px;
  }

  .contact-container {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-container.timeline {
    width: 100%;
  }

  .title-text-contact {
    max-width: 100%;
  }

  .contact_text {
    max-width: 655.813px;
  }

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

  .footer_logo, .footer-container {
    max-width: 1594px;
  }

  .logo_container {
    width: auto;
  }

  .clients-header-container {
    padding-left: 240px;
    padding-right: 240px;
  }

  .cx-title-text.large {
    font-weight: 500;
  }

  .client-name-text {
    font-weight: 600;
  }

  .client-card-text, .client-proyect-row, .data-proyect-row {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .proyects-service-name-0 {
    font-weight: 600;
  }

  .challenges-solution {
    padding-left: 240px;
  }

  .challenges-solution-title {
    justify-content: center;
    align-items: flex-start;
  }

  .challenges-solution-title-text {
    font-weight: 600;
  }

  .challenges-solution-description-cta {
    justify-content: center;
    align-items: flex-start;
  }

  .client-banner-picture {
    display: none;
  }

  .about-us-part2 {
    padding-left: 341px;
    padding-right: 341px;
  }

  .about-container-part2 {
    justify-content: flex-start;
    align-items: center;
    max-width: 1392px;
  }

  .question-title {
    justify-content: center;
    align-items: flex-start;
  }

  .question-title-text {
    font-weight: 600;
  }

  .timeline-cicle-container {
    height: 80%;
  }

  .timeline-sciences {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .step-check {
    justify-content: flex-start;
    align-items: center;
    height: 27px;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    border-radius: 0;
    height: auto;
    inset: 100% 0% auto;
  }

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

  .banner-text-header, .hero-title, .hero-text-cta {
    height: auto;
  }

  .about-us {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-container {
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about {
    width: 100%;
    height: auto;
  }

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

  .title-text-service {
    flex-flow: column;
  }

  .service_text {
    height: auto;
  }

  .service-item {
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .title-text-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-list-2 {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .proyect-card-01 {
    width: 100%;
  }

  .methodology {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-text-steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .steps-list {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .steps-item.black {
    grid-row-gap: 20px;
  }

  .steps-titles {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .steps-description {
    height: 49px;
  }

  .steps-number-text.timeline {
    font-size: 19px;
  }

  .steps-title-text {
    width: 100%;
    height: auto;
    font-size: 33px;
  }

  .steps-title-text.timeline {
    font-size: 18px;
  }

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

  .contact-container {
    flex-flow: column;
  }

  .title-text-contact {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-description-text {
    margin-bottom: 30px;
  }

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

  .footer-container {
    height: 100%;
  }

  .nav_footer {
    flex-flow: column;
    height: 100%;
  }

  .footer_nav {
    width: 100%;
    margin-bottom: 30px;
  }

  .socail_location {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #000;
    border-radius: 16px;
  }

  .logo_container {
    min-width: 300%;
  }

  .code-embed-2 {
    display: none;
  }

  .client-proyect-card {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .challenges-solution {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-us-part2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-container-part2 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .question-row {
    height: 200px;
  }

  .logo-small-footer {
    display: block;
  }

  .timeline-cicle-container.top-hold {
    margin-bottom: 0;
  }

  .timeline-cicle-container.bottom-hold {
    margin-top: 0;
  }

  .timeline-sciences {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner-section {
    grid-row-gap: 0px;
    padding: 30px;
  }

  .banner-text-header {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .hero-title {
    height: auto;
  }

  .hero-title-text {
    font-size: 32px;
  }

  .hero-text-cta {
    height: auto;
  }

  .hero-description-text {
    font-size: 19px;
  }

  .title.aboutus {
    margin-bottom: 20px;
  }

  .about {
    padding: 29px;
  }

  .about-description-text {
    font-size: 19px;
  }

  .hero-description-title.other {
    margin-bottom: 29px;
  }

  .steps-description {
    height: 100%;
  }

  .steps-title-text.timeline {
    font-size: 14px;
  }

  .contact-container {
    flex-flow: column;
  }

  .contact-description-text {
    margin-bottom: 30px;
  }

  .logo_container {
    min-width: 400%;
  }

  .logo_image {
    width: 138px;
  }

  .about-us-part2 {
    height: auto;
    padding: 43px;
  }

  .about-container-part2 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .question-row {
    height: 240px;
  }

  .solution-cards-container {
    flex-flow: column;
  }

  .large {
    display: none;
  }

  .timeline-science {
    font-size: 16px;
  }

  .size-video {
    height: auto;
    display: flex;
  }

  .grid-solutions {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .navbar-header {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-header-container {
    justify-content: center;
    align-items: center;
  }

  .nav-bar {
    border-radius: 0;
    height: auto;
    position: absolute;
    inset: 100% 0% auto;
  }

  .main-button-navbar {
    display: none;
  }

  .hero-banner-section {
    padding: 15px;
  }

  .banner-text-header {
    width: 100%;
  }

  .hero-title-text {
    margin-top: 36px;
    font-size: 26px;
  }

  .hero-description-text {
    font-size: 14px;
  }

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-container {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-top: 20px;
  }

  .about {
    width: 100%;
  }

  .about-description-text {
    font-size: 18px;
  }

  .title-text-service {
    flex-flow: column;
    height: auto;
  }

  .hero-description-title {
    font-size: 24px;
  }

  .service-pic {
    object-position: 0% 50%;
    height: 100%;
  }

  .title-text-work {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .methodology {
    padding-top: 0;
  }

  .steps-item.black {
    height: 100%;
  }

  .steps-titles.timeline._02.top {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }

  .steps-titles.timeline._02.down {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .steps-titles.timeline._03.top {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }

  .steps-titles.timeline._03.down {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }

  .steps-titles.timeline._04.b-version {
    border-bottom-left-radius: 28px;
  }

  .steps-titles.timeline._04.top {
    border-top-left-radius: 28px;
  }

  .steps-titles.timeline.b01 {
    border-bottom-right-radius: 28px;
  }

  .steps-titles.timeline.top {
    border-top-right-radius: 28px;
  }

  .steps-description-cta {
    height: 100%;
  }

  .steps-description {
    height: 100%;
    font-size: 17px;
  }

  .steps-title-text {
    font-size: 23px;
  }

  .steps-title-text.timeline {
    font-size: 20px;
  }

  .contact-container {
    flex-flow: column;
  }

  .contact-container.timeline {
    justify-content: center;
    align-items: center;
  }

  .contact-description-text {
    margin-bottom: 20px;
  }

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-title-text {
    font-size: 35px;
  }

  .footer_logo {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    display: flex;
  }

  .menu-button.w--open {
    background-color: #000;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
  }

  .clients_carrusel_container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo_container {
    min-width: 500%;
  }

  .contact-input-row {
    flex-flow: column;
  }

  .code-embed-2 {
    display: none;
  }

  .clients-header-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-proyect-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .client-picture-card {
    object-position: 0% 50%;
    height: 100%;
  }

  .challenges-solution {
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-banner-picture {
    object-position: 50% 50%;
  }

  .about-container-part2 {
    grid-row-gap: 40px;
  }

  .question-row {
    height: 300px;
  }

  .question-row.small {
    height: 220px;
  }

  .solution-cards-container {
    flex-flow: column;
  }

  .solution-description-text {
    font-size: 15px;
  }

  .large {
    display: none;
  }

  .timeline-title {
    font-size: 21px;
  }

  .timeline-title.top {
    font-size: 24px;
  }

  .timeline-cicle-container {
    flex-flow: column;
  }

  .timeline-sciences {
    border-radius: 28px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .down {
    margin-top: 0;
    padding: 10px;
  }

  .up {
    margin-bottom: 0;
    padding: 10px;
  }

  .size-video {
    height: 100%;
    display: flex;
  }

  .grid-solutions {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}