.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  font-size: 144px;
  line-height: 137px;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  color: #2b2a35;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Markpro, sans-serif;
  color: #2b2a35;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 27px;
  line-height: 41px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Eina, sans-serif;
  color: #545465;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999999999998;
  display: block;
  padding: 16px 0vw;
  background-color: transparent;
}

.nav.nav--purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#4966f7), to(#7756fd));
  background-image: linear-gradient(90deg, #4966f7, #7756fd);
}

.nav.hide {
  z-index: 99999;
  display: none;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.15);
}

.nav.hide._2 {
  display: block;
}

.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav__logo {
  width: auto;
  height: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
}

.nav__link:hover {
  text-decoration: none;
}

.nav__link.blue {
  color: #08254f;
}

.nav__logo-image {
  color: #2b2a35;
}

.nav__logo-image.nav__logo-image--white {
  color: #fff;
}

.nav__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button {
  padding: 12px 25px;
  border-radius: 4px;
  font-family: Eina, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.button.button--blue {
  padding: 15px 30px;
  background-color: #2352ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 18px;
}

.button.button--blue:hover {
  background-color: #032ecc;
}

.button.button--blue.form {
  padding: 20px 60px;
  font-size: 24px;
}

.button.button--white-purplebg {
  border-style: solid;
  border-width: 0.5px;
  border-color: #f6f6f6;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #334ac0;
}

.button.button--white-purplebg:hover {
  background-color: #f2f2f2;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 0 1px 0 rgba(0, 0, 0, 0.06);
}

.button.button--white-purplebg.button--space {
  margin-right: 12px;
}

.nav__link-div-jobs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav__link-div-jobs-counter {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 18px;
  height: 18px;
  padding-top: 2px;
  border-radius: 20px;
  background-color: #334ac0;
}

.nav__link-div-jobs-counter.nav__link-div-jobs-counter--white {
  background-color: #fff;
}

.nav__link-jobs-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Eina, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.nav__link-jobs-counter.nav__link-jobs-counter--black {
  color: #2b2a35;
}

.nav__link-div-learning {
  position: relative;
  height: 23px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  cursor: pointer;
}

.nav__link-div-learning.nav__link-div-learning--space {
  margin-right: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav__link-div-learning-arrow {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #2b2a35;
}

.nav__link-div-learning-arrow.nav__link-div-learning-arrow--white {
  color: #fff;
}

.nav__link-learning {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Eina, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.nav__link-learning.nav__link--8pxspace {
  margin-right: 8px;
}

.nav__link-learning.nav__link--8pxspace.nav__link-learning--white {
  color: #fff;
}

.nav__link-div {
  position: relative;
  height: auto;
  margin-right: 40px;
  opacity: 0.5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #2b2a35;
  text-decoration: none;
}

.nav__link-div:hover {
  opacity: 1;
}

.nav__link-div.nav__link-div--black {
  color: #2b2a35;
}

.nav__link-div.nav__link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div.nav__link-div--black.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__link-div.nav__link-div--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
  display: none;
}

.nav__link-div.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--white {
  color: #fff;
}

.nav__link-div.nav__link-div--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div.nav__link-div--white.w--current {
  border-bottom: 2px solid #334ac0;
}

.nav__link-div.nav__link-div--white.space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--white.space.w--current {
  border-bottom-color: #fff;
}

.nav__link-div.last {
  margin-right: 0px;
}

.nav__link-div.d-none {
  display: none;
}

.nav__dropdown {
  position: absolute;
  left: -63px;
  z-index: 9999999;
  width: 200px;
}

.nav__dropdown.w--open {
  background-color: transparent;
}

.nav__dropdown-bg {
  width: 200px;
  height: 168px;
  border-radius: 10%;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 0 1px 0 rgba(0, 0, 0, 0.04);
}

.nav__dropdown-wrapper {
  width: 200px;
  height: 174px;
}

.nav__dropdown-links-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 6px;
}

.nav__dropdown-arrow {
  height: 6px;
}

.nav__dropdown-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav__dropdown-link-div {
  height: 21px;
  margin-right: 0px;
  text-decoration: none;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black {
  color: #2b2a35;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black.w--current {
  border-bottom: 2px solid #334ac0;
  color: #334ac0;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black.nav__dropdown-link-div--space {
  margin-bottom: 12px;
}

.nav__dropdown-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  font-family: Eina, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.nav__link-wrapper-learning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-nosotros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__logo.intro__logo--rmargin {
  height: 40px;
  margin-right: 25px;
  margin-left: 25px;
}

.services-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-container.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.intro__workflow-text {
  width: 50%;
}

.intro__workflow-text.left {
  margin-left: 40px;
}

.intro__workflow-text.right {
  width: auto;
  margin-right: 40px;
}

.intro__workflow-heading {
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  font-family: Barlow, sans-serif;
  color: #2352ff;
  font-size: 4.8em;
  font-weight: 700;
}

.intro__workflow-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.5);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
}

.decks__text {
  width: 75%;
  margin: 75px auto;
}

.decks__text.mt-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.decks__text-paragraph {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.5);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

.decks__text-paragraph.footer {
  margin-right: 25px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
  text-align: left;
}

.decks__text-paragraph.footer.center {
  margin-right: 0px;
  text-align: center;
}

.decks__text-paragraph.footer.center.design-by {
  display: none;
  margin-top: 5px;
  color: rgba(8, 37, 79, 0.25);
}

.decks__text-paragraph.white {
  color: #fff;
}

.section-funcionalidades {
  display: block;
  overflow: hidden;
  padding: 4vw 0vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-faq {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.integrations__text {
  width: 425px;
  padding-top: 186px;
}

.integrations__text.main-h1 {
  width: auto;
  padding-top: 0px;
}

.integrations__text-heading {
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.integrations__text-heading.h1-main {
  margin-bottom: 45px;
  opacity: 1;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
}

.section-slider {
  display: block;
  padding: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-slider.testimonials.d-none {
  display: none;
}

.sedtion-title-h2 {
  max-width: 80em;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  color: #2352ff;
  font-size: 1.8em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.cta {
  display: block;
  padding: 73px 10vw 118px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#4966f7), to(#7756fd));
  background-image: linear-gradient(90deg, #4966f7, #7756fd);
}

.cta__container {
  width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.cta__heading {
  margin-bottom: 67px;
  color: #fff;
  text-align: center;
}

.cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta__input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.cta__input {
  width: 226px;
  height: 46px;
  margin-bottom: 0px;
  padding: 14px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px 0px 0px 4px;
  background-color: transparent;
  font-family: Eina, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.cta__button {
  height: 46px;
  padding: 15px 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Eina, sans-serif;
  color: #334ac0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.cta__button:hover {
  background-color: #f2f2f2;
}

.cta__disclaimer {
  font-family: Eina, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}

.cta__disclamer-link {
  color: #fff;
  text-decoration: none;
}

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

.footer {
  display: block;
  padding: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 2px solid rgba(8, 37, 79, 0.15);
}

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

.footer__logo {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer__logo-image {
  color: #2b2a35;
}

.footer__copyright {
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

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

.footer__heading {
  margin-bottom: 22px;
}

.footer__link {
  display: inline-block;
  margin-bottom: 4px;
  font-family: Eina, sans-serif;
  color: #2b2a35;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__sm-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__sm-icon {
  color: #5f6264;
}

.footer__sm-icon:hover {
  color: #424648;
}

.footer__sm-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 0px;
  margin-left: 20px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(8, 37, 79, 0.5);
  border-radius: 100vh;
  opacity: 0.75;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.footer__sm-link:hover {
  border-color: #08254f;
  opacity: 1;
}

.footer__sm-link.fb {
  padding: 14px;
}

.integrations__text-paragraph {
  margin-top: 35px;
  margin-bottom: 35px;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  font-family: Barlow, sans-serif;
  color: #2b2a35;
}

.integrations__text-paragraph.paragraph-2 {
  display: none;
  opacity: 0;
}

.divider-1184 {
  height: 1px;
  background-color: #dddfe5;
}

.nav__link-div-jobstext {
  height: 23px;
  margin-right: 0px;
  color: #2b2a35;
  text-decoration: none;
}

.nav__link-div-jobstext.nav__link-div-jobs--white {
  color: #fff;
}

.nav__link-div-jobstext.nav__link-div-jobs--white:hover {
  border-bottom: 2px solid #fff;
}

.nav__link-div-onlymobile {
  display: none;
  height: 23px;
  margin-right: 0px;
  color: #2b2a35;
  text-decoration: none;
}

.nav__link-div-jobs-mobileonly {
  position: relative;
  display: none;
  width: 60px;
  height: 28px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-main-slider {
  width: 100%;
}

.paragraph-2 {
  position: relative;
  display: block;
  width: 80%;
  height: auto;
  margin-top: 35px;
  margin-right: 0%;
  margin-bottom: 35px;
  opacity: 1;
  font-family: Barlow, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}

.container-main {
  position: static;
  z-index: auto;
  width: 80%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-main.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 800px;
  max-width: none;
  min-width: auto;
  padding-top: 70px;
}

.container-main.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-main.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 2px solid rgba(8, 37, 79, 0.15);
}

.illustration-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  margin-top: -70px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-main {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/background-mask.svg');
  background-position: 0% -5px;
  background-size: 80%;
  background-repeat: no-repeat;
  font-size: 66%;
}

.slide-nav-3 {
  display: none;
}

.logo {
  height: 50px;
}

.background-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  display: none;
  width: 80%;
  margin-top: -5px;
}

.ball {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 6px;
  height: 6px;
  margin-right: auto;
  margin-bottom: -15px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #f9df21;
  opacity: 0;
}

.ball.blue {
  background-color: #2352ff;
}

.section-title {
  margin-bottom: 50px;
}

.line-blue {
  width: 40px;
  height: 5px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #08254f;
}

.line-blue.services {
  width: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0px;
  background-color: #2352ff;
  opacity: 0;
}

.services-img {
  width: 50%;
}

.services-img.stock {
  width: 45%;
}

.question-title {
  width: 75%;
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  color: #08254f;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.question-title._404 {
  line-height: 1;
  text-align: center;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.5);
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.faq-paragraph.link {
  text-align: center;
}

.faq-wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(8, 37, 79, 0.15);
  color: #1a1e27;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  padding: 0px;
  cursor: pointer;
}

.faq-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f3f3f3;
}

.faq-content {
  overflow: hidden;
}

.logo-slider {
  display: block;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.logo-slider:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.logo-slider.abengoa {
  height: 20px;
}

.logo-slider.small-1 {
  height: 30px;
}

.logo-slider.big-1 {
  height: 85px;
}

.logo-slider.big-1._2 {
  height: 95px;
}

.logo-slider.big-2 {
  height: 60px;
}

.container {
  display: block;
  width: 80%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-logos {
  height: auto;
  padding: 0px;
  background-color: transparent;
}

.icon-5 {
  opacity: 0.25;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 700;
}

.icon-5:hover {
  opacity: 0.5;
}

.left-arrow-4 {
  display: block;
  background-color: transparent;
}

.right-arrow-4 {
  display: block;
  background-color: transparent;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.testimonial-content-block {
  position: relative;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.slide-testiomonial {
  margin-top: 0px;
}

.testimonial-paragraph {
  width: 75%;
  font-family: Barlow, sans-serif;
  color: #2352ff;
  font-size: 3.6em;
  line-height: 1.1;
  font-style: normal;
  font-weight: 700;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #08254f;
  font-size: 1.6em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.author-name.position {
  color: #08254f;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.quote {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
  height: 125px;
  opacity: 0.15;
}

.form-contact {
  width: 40%;
}

.form-contact.d-none {
  display: none;
}

.form-container-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}

.main-h2.contact {
  max-width: 450px;
  color: #2352ff;
}

.select-form {
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(8, 37, 79, 0.25);
  border-radius: 5px;
  background-color: rgba(8, 37, 79, 0.1);
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.75);
  font-size: 15px;
  font-weight: 500;
}

.illustration {
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 40px;
}

.principal-button {
  overflow: hidden;
  margin: 15px auto 50px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #f52982;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 2px rgba(50, 33, 92, 0.4);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

.principal-button:hover {
  background-color: #5a478a;
}

.heading-success {
  margin-bottom: 25px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.heading-success.error {
  color: #32215c;
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-container {
  width: 45%;
}

.text-block-5 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 600;
}

.text-block-5.error {
  color: #32215c;
}

.event-info {
  position: relative;
  width: 40%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event-info.nosotros {
  position: static;
  width: auto;
  margin-bottom: 65px;
}

.event-info.nosotros.equipo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.event-info.nosotros.equipo._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-contacto {
  height: auto;
  margin-top: 70px;
  padding-top: 80px;
  padding-bottom: 60px;
  -webkit-transition: background-color 275ms ease;
  transition: background-color 275ms ease;
}

.section-contacto.form {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #fff;
  -webkit-transition-property: none;
  transition-property: none;
}

.main-h2-container {
  display: block;
  margin-bottom: 25px;
  text-align: left;
}

.error-message {
  padding: 30px 35px;
  border-radius: 20px;
  background-color: #ffc0c0;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.field-form {
  margin-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(8, 37, 79, 0.25);
  border-radius: 5px;
  background-color: rgba(8, 37, 79, 0.1);
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.75);
  font-size: 15px;
  font-weight: 500;
}

.text-area-form {
  height: auto;
  min-height: 175px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(8, 37, 79, 0.25);
  border-radius: 5px;
  background-color: rgba(8, 37, 79, 0.1);
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.75);
  font-weight: 500;
}

.required-paragraph {
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.5);
  font-size: 12px;
  font-weight: 600;
}

.illustraion-industrias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.form-label {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: rgba(8, 37, 79, 0.5);
  font-weight: 600;
}

.link-oficinas {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-oficinas:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.success-message {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  background-color: #f52982;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.slide-11 {
  height: 95px;
  margin: auto;
}

.dotted-logo {
  position: absolute;
  left: auto;
  top: 5%;
  right: -10%;
  bottom: auto;
  z-index: -1;
  width: 50%;
  opacity: 0.5;
}

.sm-img {
  height: auto;
}

.contact-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #2352ff;
  box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.contact-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footer-first-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.testimonial-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block-2 {
  position: relative;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}

.arrow {
  width: 28px;
}

.author-name-2 {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.testimonial-paragraph-2 {
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.logo-2 {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image-2 {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap-2 {
  margin-top: 45px;
}

.design-by-link {
  color: rgba(8, 37, 79, 0.5);
  text-decoration: none;
}

.design-by-link:hover {
  text-decoration: underline;
}

.section-blue {
  position: static;
  margin-bottom: 0px;
  padding: 75px 4vw;
  background-color: #2352ff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.graphic {
  position: static;
  width: 100%;
  max-width: none;
}

.graphic.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.graphic.down {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 75px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 60%;
}

.link-2 {
  color: rgba(8, 37, 79, 0.5);
  text-decoration: none;
}

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

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .nav {
    padding: 20px 0vw;
  }

  .nav__container {
    max-width: 100em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__menu {
    margin: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-nosotros {
    display: block;
    padding-top: 25px;
    padding-right: 10vw;
    padding-left: 10vw;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fff;
  }

  .intro__logos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro__logo.intro__logo--rmargin {
    height: 40px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .services-container {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .services-container.right {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .intro__workflow-text {
    width: 525px;
  }

  .intro__workflow-text.right {
    width: auto;
  }

  .decks__text {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .section-funcionalidades {
    display: block;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section-faq {
    display: block;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section-slider {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .footer {
    padding: 0vw;
  }

  .footer__wrapper {
    max-width: 100em;
  }

  .integrations__text-paragraph.paragraph-2 {
    opacity: 0;
  }

  .image-main-slider {
    width: auto;
  }

  .container-main.hero {
    height: 775px;
  }

  .section-main {
    position: relative;
    background-size: 78%;
  }

  .logo {
    height: 50px;
  }

  .section-blue {
    margin-bottom: 0px;
  }

  .graphic {
    position: static;
  }

  .graphic.top {
    margin-top: 0px;
    margin-bottom: -1px;
  }

  .graphic.down {
    position: static;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 1440px) {
  .services-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .intro__workflow-heading {
    opacity: 0;
  }

  .intro__workflow-paragraph {
    opacity: 0;
  }

  .decks__text {
    width: 75%;
    margin: 75px auto;
  }

  .decks__text-paragraph {
    opacity: 0;
    font-family: Barlow, sans-serif;
    color: rgba(8, 37, 79, 0.5);
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
  }

  .decks__text-paragraph.footer.center {
    margin-right: auto;
    margin-left: auto;
  }

  .decks__text-paragraph.white {
    opacity: 0;
  }

  .section-funcionalidades {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section-faq {
    padding-bottom: 100px;
  }

  .integrations__text-heading.h1-main {
    margin-bottom: 45px;
    opacity: 0;
  }

  .footer {
    padding: 0vw;
  }

  .footer__wrapper {
    padding-top: 0px;
  }

  .footer__credits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .integrations__text-paragraph.paragraph-2 {
    display: none;
  }

  .image-main-slider {
    height: auto;
  }

  .section-main {
    background-position: 0% -5px;
    background-size: 78%;
  }

  .logo-slider.abengoa {
    height: 20px;
  }

  .graphic.top {
    margin-top: 0px;
    margin-bottom: -1px;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    display: block;
  }

  .nav.hide._2 {
    display: block;
  }

  .nav__container {
    width: auto;
    max-width: none;
    padding-right: 20vw;
    padding-left: 20vw;
  }

  .section-nosotros {
    padding-right: 20vw;
    padding-left: 20vw;
  }

  .intro__logo.intro__logo--rmargin {
    height: 45px;
  }

  .services-container {
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .intro__workflow-text.left {
    width: 35%;
    margin-left: auto;
  }

  .intro__workflow-text.right {
    width: 40%;
    margin-right: auto;
  }

  .decks__text-paragraph.footer {
    margin-right: 35px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .decks__text-paragraph.footer.last {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section-funcionalidades {
    padding-right: 20vw;
    padding-left: 20vw;
  }

  .section-faq {
    padding-right: 20vw;
    padding-bottom: 4vw;
    padding-left: 20vw;
  }

  .section-slider.testimonials {
    padding-right: 20vw;
    padding-left: 20vw;
  }

  .section-slider.clients {
    padding-right: 20vw;
    padding-left: 20vw;
  }

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

  .image-main-slider {
    width: 100%;
  }

  .container-main {
    width: 80%;
    max-width: none;
  }

  .container-main.hero {
    width: auto;
    max-width: none;
  }

  .container-main.form {
    width: auto;
    max-width: none;
  }

  .container-main.footer-wrapper {
    width: auto;
    max-width: none;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .illustration-wrapper {
    margin-left: auto;
  }

  .info-main-section {
    margin-right: auto;
  }

  .section-main {
    display: block;
    padding-right: 20vw;
    padding-left: 20vw;
    background-position: 0% 100%;
    background-size: 80%;
  }

  .services-img {
    width: 40%;
  }

  .question-title._404 {
    font-size: 3em;
  }

  .faq-paragraph {
    width: 75%;
  }

  .faq-paragraph.link {
    font-size: 2em;
  }

  .faq-wrapper {
    width: auto;
  }

  .container {
    width: 1200px;
  }

  .section-contacto.form {
    padding-right: 20vw;
    padding-left: 20vw;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    display: none;
    padding: 18px 0vw;
  }

  .nav.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav__container {
    position: relative;
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav__menu {
    z-index: 9999;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(8, 37, 79, 0.95);
    box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.12);
  }

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

  .nav__link {
    color: #fff;
  }

  .nav__mobilebutton {
    padding: 8px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    color: #2b2a35;
  }

  .nav__mobilebutton.w--open {
    background-color: transparent;
    color: #2b2a35;
  }

  .nav__mobilebutton.nav__mobilebutton--white {
    color: #fff;
  }

  .nav__buttons {
    position: static;
    right: 100px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .button {
    padding: 10px;
  }

  .button.button--blue {
    margin-right: auto;
    margin-left: auto;
  }

  .button.button--blue.navbar {
    margin-right: 20px;
    padding: 12px 24px;
    font-size: 16px;
  }

  .nav__link-div-jobs {
    display: none;
    width: 100%;
    height: auto;
    padding: 1.3em 4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dddfe5;
  }

  .nav__link-div-jobs-counter {
    position: static;
    top: auto;
    right: auto;
  }

  .nav__link-div-learning.nav__link-div-learning--space {
    display: none;
    margin-right: 0px;
  }

  .nav__link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 0px;
    padding: 1.6em 6vw;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
  }

  .nav__link-div:hover {
    border-bottom: 1px none #000;
  }

  .nav__link-div.nav__link-div--black:hover {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space {
    margin-right: 0px;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav__link-div.nav__link-div--white {
    color: #2b2a35;
  }

  .nav__link-div.nav__link-div--white.w--current {
    border-bottom-style: none;
  }

  .nav__link-div.last.blue {
    border-top-color: rgba(8, 37, 79, 0.15);
  }

  .nav__link-div.blue {
    border-top-color: rgba(8, 37, 79, 0.15);
  }

  .section-nosotros {
    padding-bottom: 0px;
  }

  .intro__logos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .intro__logo.intro__logo--rmargin {
    height: 28px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .services-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-container.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro__workflow-text {
    width: 100%;
  }

  .intro__workflow-text.left {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .intro__workflow-text.right {
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .intro__workflow-heading {
    font-size: 3.2em;
    line-height: 1em;
    text-align: center;
  }

  .intro__workflow-paragraph {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .decks__text {
    width: 80%;
  }

  .section-funcionalidades {
    padding-top: 60px;
  }

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

  .integrations__text {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
  }

  .integrations__text.main-h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .integrations__text-heading {
    text-align: center;
  }

  .integrations__text-heading.h1-main {
    opacity: 0;
  }

  .section-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sedtion-title-h2 {
    font-size: 2em;
  }

  .cta {
    padding: 60px 4vw;
  }

  .cta__container {
    width: 100%;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-areas: "Area Area-2 Area-3"
      "Area-4 Area-4 .";
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 40px auto;
    grid-template-rows: auto auto;
  }

  .integrations__text-paragraph {
    text-align: center;
  }

  .nav__mobileicon {
    color: #fff;
    font-size: 32px;
  }

  .nav__mobileicon.blue {
    color: #08254f;
  }

  .nav__link-div-jobstext {
    height: auto;
  }

  .nav__link-div-onlymobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 1.6em 6vw 1.6em 10vw;
    border-top: 1px solid #dddfe5;
  }

  .nav__link-div-jobs-mobileonly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 1.6em 6vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid #dddfe5;
    color: #2b2a35;
    text-decoration: none;
  }

  .image-main-slider {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-2 {
    width: 78%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    text-align: center;
  }

  .container-main {
    width: 90%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
  }

  .container-main.hero {
    display: block;
    height: auto;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-main.form {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-main.footer-wrapper {
    max-width: none;
    margin-bottom: 0px;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .illustration-wrapper {
    width: auto;
    height: auto;
    margin: 0px auto 50px;
  }

  .info-main-section {
    width: auto;
    margin: 0px auto 40px;
    text-align: center;
  }

  .section-main {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 165vw;
  }

  .logo {
    height: 35px;
  }

  .background-img {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 500vw;
    max-width: none;
    margin-top: -10px;
  }

  .ball {
    display: none;
  }

  .section-title {
    margin-bottom: 75px;
  }

  .line-blue.services {
    margin-right: auto;
    margin-left: auto;
  }

  .services-img {
    width: 75%;
  }

  .faq-wrapper {
    width: 90%;
  }

  .faq-question-wrap {
    padding: 0px;
  }

  .logo-slider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .logo-slider.abengoa {
    height: 25px;
  }

  .container {
    padding: 0px;
  }

  .container.logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .testimonial-author-wrap {
    margin-top: 25px;
  }

  .testimonial-content-block {
    width: 80%;
  }

  .testimonial-paragraph {
    font-size: 3.2em;
  }

  .quote {
    right: 10%;
    z-index: -1;
    opacity: 0.15;
  }

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

  .main-h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .main-h2.contact {
    max-width: 500px;
    margin-bottom: 30px;
    text-align: center;
  }

  .select-form {
    border-width: 2px;
  }

  .illustration {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .recaptcha {
    margin-right: auto;
    margin-left: auto;
  }

  .principal-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-info {
    position: static;
    width: auto;
    margin-bottom: 40px;
    text-align: center;
  }

  .event-info.nosotros {
    text-align: left;
  }

  .event-info.nosotros.equipo {
    width: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    text-align: center;
  }

  .section-contacto {
    margin-top: 60px;
    padding-top: 50px;
  }

  .section-contacto.form {
    padding-top: 60px;
  }

  .main-h2-container {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .field-form {
    border-width: 2px;
  }

  .text-area-form {
    border-width: 2px;
  }

  .illustraion-industrias {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide-11 {
    height: 550px;
  }

  .dotted-logo {
    position: absolute;
    left: auto;
    top: 5%;
    right: -15%;
    bottom: auto;
    z-index: -1;
    width: 65%;
    opacity: 0.5;
  }

  .sm-img {
    height: 25px;
  }

  .contact-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .graphic.top {
    margin-bottom: -1px;
  }

  ._404-section {
    height: 660px;
  }

  .image {
    width: 80%;
  }

  ._404 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav__container {
    padding: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav__mobilebutton {
    margin-left: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.button--blue.navbar {
    margin-right: 20px;
  }

  .button.button--white-purplebg.button--space.button--nomobile {
    display: none;
  }

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

  .intro__logo.intro__logo--rmargin {
    height: 35px;
    margin-bottom: 35px;
  }

  .intro__logo.intro__logo--rmargin.m-l {
    height: 35px;
    margin-bottom: 25px;
  }

  .intro__workflow-text {
    margin-bottom: 20px;
  }

  .intro__workflow-heading {
    font-size: 2.6em;
  }

  .decks__text {
    width: 90%;
  }

  .decks__text-paragraph.footer.last {
    margin-right: 0px;
  }

  .integrations__text-heading {
    font-size: 2.6em;
  }

  .sedtion-title-h2 {
    font-size: 1.8em;
  }

  .cta__heading {
    font-size: 2.6em;
  }

  .cta__input-wrapper {
    display: block;
    width: 100%;
  }

  .cta__input {
    width: 100%;
    margin-bottom: 16px;
    border-style: solid;
    border-radius: 4px;
  }

  .cta__button {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .cta__disclaimer {
    text-align: center;
  }

  .footer__wrapper {
    grid-template-areas: "Area Area-2"
      "Area-3 ."
      "Area-4 Area-4";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer__logo {
    padding-left: 0px;
  }

  .paragraph-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container-main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-main.hero {
    display: block;
    height: auto;
  }

  .container-main.form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-main.footer-wrapper {
    padding: 4vw 0px;
  }

  .illustration-wrapper {
    height: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-main {
    background-size: 185vw;
  }

  .logo-slider.big-1._2 {
    margin-bottom: 0px;
  }

  .logo-slider.big-2 {
    height: 70px;
  }

  .container {
    width: 90%;
    padding: 0px;
  }

  .container.logos {
    max-width: none;
  }

  .slider-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow-4 {
    background-color: transparent;
  }

  .right-arrow-4 {
    background-color: transparent;
  }

  .testimonial-content-block {
    width: 90%;
  }

  .main-h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .main-h2.contact {
    max-width: none;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }

  .illustration {
    display: block;
  }

  .event-info.nosotros.equipo {
    width: auto;
    margin-bottom: 60px;
  }

  .section-contacto {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section-contacto.form {
    padding-top: 50px;
  }

  .main-h2-container {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .illustraion-industrias {
    width: auto;
    margin-bottom: 34px;
  }

  .slide-11 {
    height: 550px;
  }

  .sm-img {
    height: 20px;
  }

  .contact-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }

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

  .footer-address {
    margin-bottom: 20px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .logo-2 {
    width: 130px;
  }

  .image {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .nav__logo {
    margin-right: 15px;
    padding-left: 0px;
  }

  .nav__buttons {
    right: 70px;
  }

  .button.button--blue.navbar {
    display: none;
    margin-right: 0px;
    padding: 15px 20px;
    font-size: 16px;
  }

  .intro__logo.intro__logo--rmargin {
    height: 30px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .intro__logo.intro__logo--rmargin.m-l {
    height: 30px;
  }

  .intro__workflow-paragraph {
    width: auto;
  }

  .decks__text-paragraph.footer {
    margin-right: 20px;
  }

  .decks__text-paragraph.footer.center {
    margin-right: auto;
    margin-left: auto;
  }

  .decks__text-paragraph.footer.last {
    margin-right: 0px;
  }

  .integrations__text.main-h1 {
    margin-bottom: 0px;
  }

  .integrations__text-heading.h1-main {
    font-size: 34px;
    line-height: 1;
  }

  .sedtion-title-h2 {
    font-size: 1.4em;
  }

  .cta__input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cta__input {
    width: 100%;
  }

  .footer {
    display: block;
  }

  .footer__credits {
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo {
    padding-left: 0px;
  }

  .footer__sm {
    margin-left: auto;
  }

  .footer__sm-link {
    width: 45px;
    height: 45px;
    margin-right: 0px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer__sm-link.fb {
    padding: 10px;
  }

  .paragraph-2 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }

  .container-main {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4px;
    text-align: center;
  }

  .container-main.hero {
    display: block;
    width: 100%;
    margin-top: 50px;
    padding: 80px 24px;
    text-align: center;
  }

  .container-main.form {
    display: block;
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-main.footer-wrapper {
    width: 90%;
    padding: 6vw 0px;
  }

  .illustration-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }

  .section-main {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-position: 0% 0%;
    background-size: 255vw;
    text-align: center;
  }

  .logo {
    height: 35px;
  }

  .background-img {
    width: 250vw;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4em;
  }

  .question-title._404 {
    margin: auto;
    font-size: 2.2em;
    line-height: 1;
  }

  .faq-paragraph {
    font-size: 1.2em;
  }

  .faq-paragraph.link {
    margin: auto;
    font-size: 1.5em;
  }

  .logo-slider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .container {
    padding: 0px;
  }

  .container.logos {
    width: 100%;
    max-width: none;
  }

  .icon-5 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
  }

  .icon-5.rigth {
    margin-left: auto;
  }

  .left-arrow-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
  }

  .right-arrow-4 {
    background-color: transparent;
  }

  .testimonial-content-block {
    width: 80%;
  }

  .slide-testiomonial {
    padding-right: 25px;
    padding-left: 25px;
  }

  .testimonial-paragraph {
    font-size: 1.6em;
  }

  .author-name {
    line-height: 1.2;
  }

  .author-name.position {
    line-height: 1.4;
  }

  .quote {
    height: 75px;
  }

  .form-contact {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 30px;
  }

  .main-h2.contact {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 35px;
    text-align: center;
  }

  .select-form {
    border-width: 2px;
  }

  .illustration {
    height: auto;
  }

  .recaptcha {
    margin-right: auto;
    margin-left: auto;
  }

  .event-info {
    position: static;
    width: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .event-info.nosotros {
    margin-bottom: 40px;
    text-align: center;
  }

  .event-info.nosotros.equipo {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-info.nosotros.equipo._2 {
    padding: 0px;
  }

  .section-contacto {
    width: 100%;
    margin-top: 65px;
  }

  .section-contacto.form {
    overflow: hidden;
    margin-top: 65px;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .main-h2-container {
    margin-bottom: 30px;
  }

  .field-form {
    border-width: 2px;
  }

  .text-area-form {
    border-width: 2px;
  }

  .illustraion-industrias {
    width: auto;
    padding: 0px;
  }

  .form-label {
    font-size: 14px;
    text-align: left;
  }

  .slide-11 {
    height: 550px;
  }

  .dotted-logo {
    width: 90%;
  }

  .sm-img {
    height: 18px;
  }

  .sm-img.fb {
    height: 22px;
  }

  .contact-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .footer-first-container {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-address {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .section-blue {
    border-top: 2px solid #2352ff;
  }

  .graphic.top {
    margin-bottom: -5px;
    border-top: 2px none #2352ff;
  }

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

  .image {
    width: 90%;
    margin: auto auto 20px;
  }
}

#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881dff6-e33b64f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881dff8-e33b64f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881e00d-e33b64f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-_6067e7ea-15fa-eecb-da89-6bb797a72819-e33b64f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_6067e7ea-15fa-eecb-da89-6bb797a7281b-e33b64f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-_6067e7ea-15fa-eecb-da89-6bb797a72830-e33b64f3 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

#w-node-fdb83270-db53-18c6-fee1-e1733a6bd445-2a20e6eb {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-fdb83270-db53-18c6-fee1-e1733a6bd447-2a20e6eb {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
}

#w-node-fdb83270-db53-18c6-fee1-e1733a6bd45c-2a20e6eb {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

@media screen and (max-width: 991px) {
  .footer__wrapper>#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881dff6-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881dff8-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .footer__wrapper>#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881e00d-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .footer__wrapper>#w-node-_6067e7ea-15fa-eecb-da89-6bb797a72819-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-_6067e7ea-15fa-eecb-da89-6bb797a7281b-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .footer__wrapper>#w-node-_6067e7ea-15fa-eecb-da89-6bb797a72830-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .footer__wrapper>#w-node-fdb83270-db53-18c6-fee1-e1733a6bd445-2a20e6eb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-fdb83270-db53-18c6-fee1-e1733a6bd447-2a20e6eb {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .footer__wrapper>#w-node-fdb83270-db53-18c6-fee1-e1733a6bd45c-2a20e6eb {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrapper>#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881dff6-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881dff8-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .footer__wrapper>#w-node-_7cf991fb-ae1a-cfc7-b769-0a4ae881e00d-e33b64f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-_6067e7ea-15fa-eecb-da89-6bb797a72819-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-_6067e7ea-15fa-eecb-da89-6bb797a7281b-e33b64f3 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .footer__wrapper>#w-node-_6067e7ea-15fa-eecb-da89-6bb797a72830-e33b64f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-fdb83270-db53-18c6-fee1-e1733a6bd445-2a20e6eb {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__wrapper>#w-node-fdb83270-db53-18c6-fee1-e1733a6bd447-2a20e6eb {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .footer__wrapper>#w-node-fdb83270-db53-18c6-fee1-e1733a6bd45c-2a20e6eb {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@font-face {
  font-family: 'Eina';
  src: url('../fonts/eina-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eina';
  src: url('../fonts/eina-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/markpro-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Markpro';
  src: url('../fonts/markpro-heavy-1.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BoldItalic.ttf') format('truetype'), url('../fonts/Barlow-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}