body {
  font-family: 'Gt walsheim', sans-serif;
  color: #1a2239;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #1a2239;
  text-decoration: underline;
}

.c-section {
  position: relative;
  padding-top: 52px;
}

.c-section.cc-hero {
  padding-top: 0px;
}

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

.c-section.cc-padding-big {
  padding-top: 100px;
  padding-bottom: 58px;
}

.c-section.cc-margin {
  margin-top: -74px;
}

.c-container {
  max-width: 1656px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 108px;
  padding-left: 108px;
}

.c-container.cc-hero {
  position: relative;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.c-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 658px;
  max-width: 1656px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 128px;
  padding-right: 108px;
  padding-left: 108px;
  -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;
  color: #fff;
}

.c-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  padding: 34px 108px;
  background-color: transparent;
}

.c-nav_container {
  padding: 34px 108px;
}

.container {
  max-width: none;
}

.c-nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav_menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -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;
}

.c-nav_menu-links.cc-margin {
  margin-right: 0px;
}

.nav_container-wrapper {
  width: 100%;
  max-width: 1440px;
  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;
}

.c-nav_link {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.c-nav_link.language {
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 2px solid #3de7bc;
  color: #fff;
  font-size: 14px;
}

.c-button {
  margin-right: 12px;
  padding: 12px;
  background-color: transparent;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}

.c-button.cc-sign-in {
  margin-right: 0px;
  padding: 18px 38px;
  border-radius: 120px;
  background-color: #3de7bc;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #1a2239;
}

.c-button.cc-sign-in:hover {
  background-image: linear-gradient(135deg, #3de7bc, #97ffe5);
}

.c-nav_container--flex {
  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;
}

.c-hero_left {
  width: 100%;
  max-width: 50%;
  padding-top: 52px;
}

.c-text-m {
  font-size: 20px;
  line-height: 36px;
}

.c-text-m.cc-bold {
  font-weight: 700;
}

.cc-text-green {
  color: #3de7bc;
}

.c-hero-text--wrapper {
  margin-bottom: 14px;
}

.c-title {
  font-size: 44px;
  line-height: 54px;
}

.c-hero_right {
  width: 100%;
}

.c-hero_ellipsis {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.c-hero_right--devices {
  position: relative;
  padding-top: 46px;
}

.c-device--laptop {
  position: relative;
  display: none;
  padding-top: 0%;
  padding-bottom: 67.5%;
}

.c-device--screen {
  position: absolute;
  left: 50%;
  top: 19px;
  right: auto;
  bottom: auto;
  display: none;
  width: 66%;
  height: 70%;
  background-color: #3de7bc;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.c-hero_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1656px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 108px;
  padding-left: 108px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-hero_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 21%;
  -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;
  text-align: center;
}

.c-hero-card_circle {
  width: 106px;
  height: 106px;
  margin-bottom: 34px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/image-22.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 16px 36px 0 rgba(0, 0, 0, 0.12);
}

.c-hero-card_circle.cc-finance {
  background-image: url('../images/image-22-1.svg');
}

.c-hero-card_circle.cc-gesti {
  background-image: url('../images/image-22-2.svg');
}

.c-text-l {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

.c-hero-card_title {
  margin-bottom: 12px;
}

.c-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 256px;
  -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;
}

.c-nosotros_img {
  width: 100%;
}

.div-block {
  height: 658px;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-nosotros_left--img {
  position: relative;
  width: 100%;
  height: 548px;
  max-width: 41%;
  border-radius: 20px;
  background-image: url('../images/Rectangle-10-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-ellipse_img {
  position: absolute;
  left: 82px;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.c-ellipse-img--big {
  position: absolute;
  left: 0%;
  top: 358px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-52px, 0px);
  -ms-transform: translate(-52px, 0px);
  transform: translate(-52px, 0px);
}

.c-nosotros-right {
  width: 100%;
  max-width: 49%;
}

.c-title-s {
  font-size: 44px;
  line-height: 56px;
}

.c-title-s.cc-bold {
  font-weight: 700;
  text-align: left;
}

.c-title-s.cc-bold.center {
  text-align: center;
}

.c-nosotros_title--wrapper {
  margin-bottom: 24px;
}

.c-text-section-m {
  font-size: 24px;
  line-height: 36px;
}

.c-text-section-m.cc-bold {
  font-weight: 700;
}

.c-nosotros-text {
  margin-bottom: 24px;
}

.c-divider {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e0e0e0;
}

.c-container_img {
  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;
}

.c-graphic {
  margin-top: 74px;
  margin-bottom: 34px;
}

.c-graphic.cc-resp {
  display: none;
}

.c-contact_title {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 68px;
  margin-left: auto;
  text-align: center;
}

.c-contact_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-conatct_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 330px;
  -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;
  text-align: center;
}

.c-contact-card_circle {
  width: 106px;
  height: 106px;
  margin-bottom: 44px;
  border-radius: 50%;
  background-color: #3de7bc;
  background-image: url('../images/Vector-3.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 16px 36px 0 rgba(29, 187, 147, 0.29);
}

.c-contact-card_circle.cc-gestion {
  background-image: url('../images/image-22-1.svg');
}

.c-contact-card_circle.cc-financiamiento {
  background-image: url('../images/image-22-2.svg');
}

.c-contact-card_circle.cc-comercio {
  background-image: url('../images/Vector-4.svg');
}

.c-contact-card_circle.cc-finance {
  background-image: url('../images/Group.svg');
}

.c-button-center {
  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;
}

.c-contact_top {
  margin-bottom: 144px;
}

.c-contact_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-content_wrapper {
  width: 100%;
  max-width: 1649px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 108px;
}

.c-contact_img {
  width: 100%;
  max-width: 66%;
}

.c-contact_right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-logo {
  height: 100%;
}

.image-2 {
  display: none;
}

.c-contact_left {
  width: 100%;
  max-width: 44%;
}

.c-title-m {
  font-size: 46px;
  line-height: 36px;
}

.c-form_title {
  margin-bottom: 24px;
}

.c-text-s {
  font-size: 18px;
  line-height: 36px;
}

.c-form_text {
  margin-bottom: 30px;
}

.c-text-field-half {
  width: 100%;
  max-width: 49%;
  margin-right: 4px;
  margin-bottom: 0px;
  padding: 10px 24px;
  border-radius: 16px;
  background-color: rgba(143, 146, 161, 0.12);
}

.c-text-field-half:focus {
  border: 1px solid #1dbb93;
  background-color: transparent;
  font-weight: 700;
}

.c-text-field-half.cc-right {
  margin-right: 0px;
}

.c-form_input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -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;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.c-form_input-wrapper--full {
  margin-bottom: 22px;
}

.c-text-field {
  width: 100%;
  max-width: 286px;
  margin-bottom: 0px;
  padding: 10px 24px;
  border-radius: 16px;
  background-color: rgba(143, 146, 161, 0.12);
}

.c-text-field:focus {
  border: 1px solid #1dbb93;
  background-color: transparent;
}

.c-text-field.cc-full {
  max-width: none;
}

.c-text-field.cc-full:focus {
  font-weight: 700;
}

.c-form-submit-btn {
  width: 100%;
  max-width: none;
  padding: 18px;
  border-radius: 16px;
  background-color: #3de7bc;
  color: #1a2239;
  font-size: 20px;
  font-weight: 500;
}

.c-from {
  margin-bottom: 34px;
}

.c-disclaimer-text {
  color: #999;
  font-size: 16px;
  line-height: 36px;
}

.cc-disclaimer_link {
  color: #999;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

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

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.c-footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  padding: 62px 108px;
  -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;
}

.c-footer_left {
  width: 100%;
  max-width: 49%;
}

.c-footer_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 49%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.c-footer_title-wrapper {
  margin-bottom: 24px;
}

.c-text-xs {
  color: #7e869d;
  line-height: 17px;
}

.c-footer_link {
  width: 34px;
  height: 34px;
  margin-right: 34px;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c-footer_link.cc-facebook {
  background-image: url('../images/Vector-5.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c-footer_link.cc-twitter {
  background-image: url('../images/Vector-6.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.c-footer_link.cc-linkedin {
  background-image: url('../images/linkedin.svg');
}

.c-device--video {
  position: relative;
  display: none;
  max-width: 100%;
}

.c-device_img {
  position: relative;
  width: 100%;
  max-width: none;
  padding-left: 31px;
}

.image-3 {
  position: absolute;
  left: 20.5%;
  top: 8%;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 370px;
}

.c-device--custom {
  display: none;
}

.c-hero_ellipsis--big {
  position: absolute;
  left: auto;
  right: -208px;
  bottom: 0%;
}

.c-dots {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -13%;
  display: block;
}

.c-phone {
  position: absolute;
  left: auto;
  top: 130px;
  right: 1%;
  bottom: auto;
  z-index: 2;
}

.c-mac {
  position: absolute;
  right: 26px;
}

.div-block-2 {
  position: relative;
  overflow: hidden;
  height: 316px;
  margin-top: -174px;
}

.c-footer {
  background-color: #1a2239;
  color: #fff;
}

.c-language-dropdown {
  color: #fff;
}

.icon {
  color: #fff;
}

.dropdown-list {
  background-color: #926d6d;
}

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

.c-device_laptop {
  position: relative;
  margin-left: 40px;
}

.c-responsive-img {
  display: none;
}

.text-block {
  color: #1a2239;
}

.success-message {
  border-radius: 20px;
  background-color: #3de7bc;
}

@media screen and (max-width: 991px) {
  .c-section.cc-hero {
    padding-bottom: 60px;
  }
  .c-section.cc-padding-big {
    padding-bottom: 80px;
  }
  .c-section.cc-margin {
    margin-top: 0px;
  }
  .c-container {
    max-width: 1520px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-hero {
    display: block;
    height: auto;
    max-width: 1520px;
    padding: 108px 40px;
  }
  .c-nav {
    padding: 24px 40px;
  }
  .c-nav_menu {
    padding: 20px 40px;
    background-color: #fff;
  }
  .c-nav_menu-links {
    display: block;
    margin-right: 0px;
  }
  .c-nav_link {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1a2239;
    text-align: center;
  }
  .c-nav_link.language {
    display: inline-block;
  }
  .c-button.c-font-size {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1a2239;
    text-align: center;
  }
  .c-hero_left {
    max-width: none;
    margin-bottom: 20px;
    padding-top: 0px;
    text-align: center;
  }
  .c-title {
    font-size: 36px;
    line-height: 42px;
  }
  .c-hero_right {
    width: 100%;
    margin-bottom: -73px;
  }
  .c-hero_ellipsis {
    left: 50%;
    width: 52%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .c-device--laptop {
    left: 50%;
    display: none;
    max-width: 44%;
    margin-top: -24%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .c-hero_cards {
    margin-top: 0px;
    padding-top: 44px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-hero_card {
    max-width: 33%;
  }
  .c-content {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    height: auto;
  }
  .c-nosotros_left--img {
    max-width: none;
    margin-bottom: 80px;
  }
  .c-nosotros-right {
    max-width: none;
    text-align: center;
  }
  .c-text-section-m {
    font-size: 18px;
    line-height: 28px;
  }
  .c-container_img {
    text-align: center;
  }
  .c-conatct_card {
    max-width: 33%;
  }
  .c-contact_top {
    text-align: center;
  }
  .c-contact_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-content_wrapper {
    max-width: 1520px;
    padding-left: 40px;
  }
  .c-contact_img {
    max-width: 300px;
  }
  .c-contact_right {
    max-width: none;
    margin-bottom: 40px;
  }
  .c-contact_left {
    max-width: none;
    padding-right: 40px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-footer_content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .c-hmb {
    color: #fff;
  }
  .c-hmb-btn {
    background-color: transparent;
  }
  .c-hmb-btn.w--open {
    background-color: rgba(26, 34, 57, 0);
  }
  .c-dots {
    left: 55%;
    right: 0px;
    z-index: 0;
    height: 116px;
  }
  .c-phone {
    left: 60%;
    top: 16%;
    display: none;
    height: 45%;
  }
  .div-block-2 {
    display: none;
  }
  .c-language-dropdown {
    color: #1a2239;
  }
  .icon {
    color: #1a2239;
  }
  .c-device_laptop {
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-hero-responsive-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .c-responsive-img {
    position: relative;
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-hero {
    padding-top: 114px;
    padding-bottom: 0px;
  }
  .c-button.cc-sign-in {
    font-size: 16px;
    line-height: 20px;
  }
  .c-text-m.cc-bold {
    font-size: 16px;
    line-height: 16px;
  }
  .c-text-m.cc-card {
    font-size: 16px;
    line-height: 22px;
  }
  .c-title {
    font-size: 28px;
    line-height: 40px;
  }
  .c-hero_right {
    margin-bottom: 0px;
  }
  .c-hero_ellipsis {
    width: 75%;
  }
  .c-hero_right--devices {
    padding-bottom: 60px;
  }
  .c-device--laptop {
    max-width: 62%;
    margin-top: -16%;
  }
  .c-hero_cards {
    -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;
  }
  .c-hero_card {
    max-width: 60%;
    margin-bottom: 20px;
  }
  .c-text-l.cc-card {
    font-size: 22px;
    line-height: 32px;
  }
  .c-nosotros-right {
    text-align: center;
  }
  .c-title-s.cc-bold {
    font-size: 28px;
    line-height: 40px;
  }
  .c-text-section-m {
    font-size: 20px;
    line-height: 32px;
  }
  .c-text-section-m.cc-card {
    font-size: 16px;
    line-height: 26px;
  }
  .c-graphic {
    display: none;
  }
  .c-graphic.cc-resp {
    display: block;
  }
  .c-logo {
    width: 100px;
  }
  .c-contact_left {
    padding-right: 40px;
    text-align: center;
  }
  .c-title-m {
    font-size: 28px;
    line-height: 28px;
  }
  .c-text-field-half {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .c-form_input-wrapper {
    display: block;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .c-footer_content {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .c-footer_left {
    max-width: none;
    margin-bottom: 60px;
  }
  .c-footer_right {
    max-width: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .c-dots {
    left: auto;
    height: 140px;
  }
  .c-device_laptop {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .c-container {
    max-width: 1480px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-hero {
    max-width: 1480px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-nav_link.language {
    display: block;
    margin-left: auto;
  }
  .c-hero_left {
    margin-bottom: 78px;
  }
  .c-title {
    font-size: 32px;
  }
  .c-hero_right {
    margin-bottom: 30px;
  }
  .c-hero_ellipsis {
    top: -16%;
    width: 100%;
  }
  .c-hero_right--devices {
    padding-top: 0px;
  }
  .c-device--laptop {
    margin-top: 0%;
    padding-bottom: 82.5%;
  }
  .c-hero_cards {
    max-width: 1480px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .c-hero_card {
    max-width: none;
    margin-bottom: 20px;
  }
  .c-contact_cards {
    -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;
  }
  .c-conatct_card {
    max-width: none;
    margin-bottom: 20px;
  }
  .c-content_wrapper {
    padding-left: 20px;
  }
  .c-contact_img {
    max-width: 65%;
  }
  .c-contact_left {
    padding-right: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .c-footer_content {
    max-width: 1480px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-dots {
    height: 17%;
  }
  .c-phone {
    left: 77%;
    top: 26%;
  }
  .c-mac {
    right: 0px;
  }
  .c-device_laptop {
    top: 33px;
  }
}

@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim ultra';
  src: url('../fonts/GT-Walsheim-Ultra-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt walsheim ultra';
  src: url('../fonts/GT-Walsheim-Ultra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}