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

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.body {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  font-family: AttackIO, sans-serif;
  color: #6c63ff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  cursor: default;
}

.h1 {
  color: #6c63ff;
  font-size: 68px;
  font-weight: 900;
  text-align: center;
}

.h3 {
  margin-bottom: 33px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.h3:hover {
  color: #000;
}

.h3.txt-center-gris {
  max-width: 700px;
  margin: 40px auto;
  padding-right: 40px;
  padding-left: 40px;
  color: #6c63ff;
  font-size: 30px;
  text-align: center;
}

.h3.txt-centerheader {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
}

.h3.txt-center-blanca {
  max-width: 950px;
  margin: 20px auto;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.h3.txt-center-gris-oscuro {
  max-width: 700px;
  margin: 40px auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph.subhead {
  overflow: visible;
  margin-bottom: -30px;
}

.paragraph.heading-center.footer {
  width: auto;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px;
  color: #fff;
}

.paragraph.heading-center-copy.footer {
  width: auto;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 20px;
  color: grey;
}

.button-text {
  font-weight: 700;
}

.button {
  margin-top: 0px;
  padding: 16px 43px;
  border-radius: 10px;
  background-color: #f2f6ff;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  color: #6c63ff;
  font-weight: 700;
}

.button:hover {
  background-color: #6c63ff;
  box-shadow: -1px 11px 19px -6px rgba(19, 57, 150, 0.39);
  color: #fff;
}

.button.alt {
  background-color: #a3c33d;
}

.button.alt:hover {
  background-color: #6c63ff;
}

.button.alt.last-child {
  margin-left: 15px;
}

.button.alt.no-mg {
  margin-top: 0px;
  background-color: #a3c33d;
  color: #fff;
}

.button.alt.no-mg:hover {
  background-color: #6c63ff;
}

.button-icon {
  display: inline-block;
  padding: 16px 43px;
  border-radius: 10px;
  background-color: #6c63ff;
  color: #fff;
}

.button-icon.button {
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.button-icon.button:hover {
  box-shadow: -1px 11px 19px -6px rgba(108, 99, 255, 0.5);
}

.button-icon.button.last-child {
  margin-left: 15px;
  background-color: #6c63ff;
  text-decoration: none;
}

.text-block {
  display: inline-block;
  padding-left: 20px;
  font-weight: 600;
}

.app-feature-card {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 29px 36px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.app-feature-card:hover {
  background-color: #fff;
  box-shadow: 0 18px 20px 1px rgba(108, 99, 255, 0.5);
  color: #a3c33d;
}

.feature-label {
  color: #6c63ff;
  font-weight: 600;
  text-decoration: none;
}

.feature-label:hover {
  color: #6c63ff;
  font-style: normal;
  text-decoration: none;
}

.feature-icon {
  margin-bottom: 13px;
}

.section {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: right;
  background-color: #fff;
}

.section:hover {
  background-color: #fff;
  color: #000;
}

.section.alt {
  background-color: #fff;
}

.section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section.intro {
  overflow: hidden;
  margin-top: -52px;
  padding-top: 103px;
  padding-bottom: 103px;
}

.section._3 {
  padding-top: 71px;
  padding-bottom: 67px;
}

.section.last-child {
  padding-bottom: 100px;
}

.section.et {
  padding-top: 40px;
  padding-bottom: 111px;
}

.section.et:hover {
  color: #6c63ff;
}

.wrapper {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid {
  margin-top: 65px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.downloads {
  margin-top: 24px;
  text-align: center;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.brand {
  margin-top: 34px;
}

.brand.w--current {
  margin-top: 0px;
}

.header {
  position: relative;
  overflow: hidden;
  margin-top: -14px;
  padding: 116px 296px;
  border-radius: 41px;
  background-image: url('../images/HeaderWebMenuNow.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.headimg {
  position: absolute;
  left: -10%;
  top: -19%;
  right: auto;
  bottom: auto;
}

.headimg._2 {
  left: auto;
  top: auto;
  right: -5%;
  bottom: -12%;
  border: 1px none #000;
  -webkit-filter: none;
  filter: none;
}

._2-col-img-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: minmax(50%, 50%) minmax(50%, 50%);
  grid-template-columns: minmax(50%, 50%) minmax(50%, 50%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-img-grid.last-child {
  margin-bottom: 80px;
}

._2-col-img-grid.ft {
  margin-top: 50px;
  margin-bottom: 50px;
}

.feature-image {
  position: relative;
  z-index: 1;
  width: 450px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.feature-image.right {
  width: 360px;
  margin-top: 29px;
  margin-left: -93px;
}

.feature-image.oter {
  position: absolute;
  left: 72px;
  z-index: -1;
}

.feature-image.oter.oter-2 {
  z-index: -2;
  width: 390px;
}

.feature-dec {
  padding-right: 100px;
}

.feature-dec.left {
  margin-left: 60px;
  padding-right: 0px;
}

.feature-dec.right {
  position: relative;
  z-index: 0;
  margin-left: -28px;
  padding-right: 60px;
  color: #000;
}

.feature-dec.right {
  position: relative;
  z-index: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0px;
  padding-right: 60px;
  color: #000;
}

.heading-center {
  margin-bottom: 47px;
  padding: 100px 150px;
  text-align: center;
}

.heading-center.footer {
  padding-right: 193px;
  padding-left: 193px;
}

.ft-icon {
  margin-right: 15px;
  margin-bottom: 14px;
  color: #6c63ff;
  -o-object-fit: fill;
  object-fit: fill;
}

.more-features {
  margin-top: 37px;
  padding-right: 65px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  display: block;
  height: 630px;
  background-color: transparent;
}

.left-arrow {
  display: block;
}

.right-arrow {
  display: block;
}

.image {
  width: 400px;
}

.mask {
  width: 500px;
  height: 640px;
}

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

.image-2 {
  width: 241px;
}

.div-block {
  margin-top: 82px;
  padding-top: 6px;
  padding-bottom: 0px;
  border-top: 1px solid #eee;
}

.div-block-2 {
  height: 20px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f2f2f2;
}

.form-block {
  padding-right: 77px;
  padding-left: 77px;
}

.text-field {
  margin-top: 11px;
  padding-top: 29px;
  padding-bottom: 29px;
  border: 1px none #000;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: #6c63ff;
  font-size: 18px;
}

.text-field:-ms-input-placeholder {
  color: #6c63ff;
  font-size: 18px;
}

.text-field::-ms-input-placeholder {
  color: #6c63ff;
  font-size: 18px;
}

.text-field::placeholder {
  color: #6c63ff;
  font-size: 18px;
}

.social {
  margin: 35px 25px;
}

.image-3 {
  position: relative;
  z-index: 0;
  margin-top: -177px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  width: 50px;
}

.div-block-4 {
  display: block;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/HeroHeader_v2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.div-block-5 {
  position: static;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: block;
  text-align: left;
}

.section-2 {
  background-color: #6c63ff;
}

.container {
  padding: 30px;
}

.heading {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #6c63ff;
}

.container-2 {
  padding: 30px;
}

.div-block-6 {
  width: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.section-3 {
  width: auto;
  text-align: left;
}

.image-6 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.text-field-2 {
  position: static;
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed {
  overflow: visible;
}

.form-block-2 {
  width: 340px;
}

.div-block-7 {
  width: 350px;
}

.heading-2 {
  color: #6c63ff;
  font-size: 30px;
}

.paragraph-2 {
  margin-bottom: 40px;
  color: grey;
  font-size: 12px;
}

.field-label {
  color: #6c63ff;
}

.field-label-2 {
  color: #6c63ff;
}

.submit-button {
  border-radius: 10px;
  background-color: #6c63ff;
}

.text-field-3 {
  border-radius: 10px;
}

.text-field-4 {
  border-radius: 10px;
}

.accordeon-item-trigger {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #f2f2f2;
}

.heading-3 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
}

.accordeon-item-content {
  overflow: hidden;
  margin: 10px 20px;
  padding: 0px;
}

.heading-4 {
  margin-left: 20px;
  color: #6c63ff;
}

.paragraph-3 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-nav {
  opacity: 1;
}

.heading-center-gris {
  margin-bottom: 40px;
  padding: 60px 150px;
  color: transparent;
  text-align: center;
}

.heading-center-gris.footer {
  padding-right: 193px;
  padding-left: 193px;
}

.section-2-gris {
  background-color: #f2f2f2;
}

.downloadkit {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 29px 36px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.downloadkit:hover {
  background-color: #fff;
  box-shadow: 0 18px 20px 1px rgba(0, 0, 0, 0.3);
  color: #a3c33d;
}

.feature-label-purple {
  color: #6c63ff;
  font-weight: 600;
}

.feature-label-purple:hover {
  color: #6c63ff;
  text-decoration: none;
  text-transform: none;
}

.section-2-blanca {
  background-color: #f2f2f2;
}

.image-8 {
  margin-top: 40px;
}

.image-9 {
  margin: 20px 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-10 {
  margin: 20px 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-11 {
  margin: 20px 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph-destacado {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-4 {
  font-family: 'Open Sans', sans-serif;
}

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

.mn-logo {
  margin-top: 0px;
}

.mn-logo.w--current {
  margin-top: 0px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  -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: url('../images/Header_v1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-9 {
  max-width: 700px;
  margin: auto;
}

.h3-2 {
  margin-bottom: 33px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.h3-2:hover {
  color: #000;
}

.h3-2.txt-centerheader {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
}

.h3-2.txt_cabecera {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.button-icon-2 {
  display: inline-block;
  padding: 16px 43px;
  border-radius: 10px;
  background-color: #6c63ff;
  color: #fff;
}

.button-icon-2.button {
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.button-icon-2.button:hover {
  box-shadow: -1px 11px 19px -6px rgba(108, 99, 255, 0.5);
}

.button-icon-2.button.last-child {
  margin-left: 15px;
  background-color: #6c63ff;
  text-decoration: none;
}

.containerhero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.herophones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: right;
}

.herophonetxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-11 {
  max-width: 600px;
  margin: auto auto auto 0px;
  padding-bottom: 20px;
}

.image-12 {
  margin-left: auto;
}

.titularescolor {
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #6c63ff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
}

.titularescolor.descarga {
  padding-bottom: 0px;
}

.div-block-12 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.block-quote {
  padding-right: 20px;
  border-left-color: #6c63ff;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

.paragraph-6 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-4 {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: right;
  background-color: #fff;
}

.section-4:hover {
  background-color: #fff;
  color: #000;
}

.section-4.intro {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 103px;
  padding-bottom: 103px;
}

.section-4.intro.descarga {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper-2 {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-7 {
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.div-block-13 {
  padding-bottom: 0px;
}

.section-4-black {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: right;
  background-color: #fff;
}

.section-4-black:hover {
  background-color: #fff;
  color: #000;
}

.section-4-black.intro {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 103px;
  padding-bottom: 103px;
  background-color: #000;
}

.paragraph-6-white {
  display: block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.containerheroshadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.slider-2 {
  min-height: 750px;
  background-color: transparent;
}

.div-block-14 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.bloque-textoshadow {
  max-width: 600px;
  margin: auto 0px auto auto;
  padding-bottom: 20px;
  text-align: left;
}

.div-block-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f2f2f2;
}

.image-13 {
  width: 400px;
}

.slide-2 {
  width: 400px;
  height: 750px;
  min-height: auto;
  background-image: url('../images/Palm_Slide_01.jpg');
  background-position: 50% 50%;
  background-size: 500px;
}

.mask-2 {
  height: 750px;
}

.herofooter_1 {
  max-width: 700px;
  margin: auto;
}

.sectionherofooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  -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: url('../images/Footer_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-16 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-17 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.text-field-5 {
  margin-top: 11px;
  padding-top: 29px;
  padding-bottom: 29px;
  border: 1px none #000;
  background-color: transparent;
}

.text-field-5::-webkit-input-placeholder {
  color: grey;
  font-size: 18px;
}

.text-field-5:-ms-input-placeholder {
  color: grey;
  font-size: 18px;
}

.text-field-5::-ms-input-placeholder {
  color: grey;
  font-size: 18px;
}

.text-field-5::placeholder {
  color: grey;
  font-size: 18px;
}

.button-2 {
  margin-top: 0px;
  padding: 16px 43px;
  border-radius: 10px;
  background-color: #f2f6ff;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  color: #6c63ff;
  font-weight: 700;
}

.button-2:hover {
  background-color: #6c63ff;
  box-shadow: -1px 11px 19px -6px rgba(19, 57, 150, 0.39);
  color: #fff;
}

.button-2.alt {
  background-color: #a3c33d;
}

.button-2.alt:hover {
  background-color: #6c63ff;
}

.button-2.alt.no-mg {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 16px;
  background-color: #000;
  color: #fff;
  line-height: 20px;
}

.button-2.alt.no-mg:hover {
  background-color: #6c63ff;
}

.footertxt {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.footerparagraph {
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.titularescolorfooter {
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #6c63ff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

.footerparagraphnegro {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.div-block-19 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-links {
  margin-top: 2em;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.social-links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-3.in-footer {
  text-align: center;
}

.link {
  margin-left: -14px;
  padding: 2px 14px 3px;
  border-radius: 20px;
  -webkit-transition: background-color 180ms ease;
  transition: background-color 180ms ease;
  color: #6f5e3d;
  line-height: 1.65em;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-decoration: none;
}

.link:hover {
  background-color: rgba(132, 137, 140, 0.15);
}

.link.in-footer {
  margin-right: 30px;
  color: #555;
  font-weight: 400;
}

.link.in-footer:hover {
  background-color: rgba(70, 70, 70, 0.1);
}

.div-block-21 {
  width: 50%;
  margin-top: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-22 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.social-link-image {
  width: 36px;
  background-color: transparent;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fffbf7;
}

.social-link-image:hover {
  opacity: 0.5;
}

.social-link {
  margin-right: 2em;
  color: #000;
}

.credits {
  margin-top: 2em;
  color: #84898c;
  font-size: 0.85em;
  text-decoration: none;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  margin-bottom: 0px;
  padding: 5vh 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f2f2f2;
  color: #fffbf7;
}

.div-block-23 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
}

.downloadkit-2 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  border-radius: 20px;
  background-color: #6c63ff;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  color: transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.downloadkit-2:hover {
  background-color: #6c63ff;
  box-shadow: 0 18px 20px 1px rgba(108, 99, 255, 0.3);
  color: transparent;
}

.feature-label-purple-2 {
  color: #fff;
  font-weight: 600;
}

.feature-label-purple-2:hover {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

.paragraph-descarga {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-24 {
  display: none;
  margin-top: 100px;
  margin-bottom: 50px;
}

.div-block-25 {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.imagen-grande {
  position: relative;
  z-index: 1;
  width: 450px;
  max-width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.imagen-grande.right {
  width: 360px;
  margin-top: 29px;
  margin-left: -93px;
}

.imagen-grande.oter {
  position: absolute;
  left: 72px;
  z-index: -1;
}

.imagen-grande.oter.oter-2 {
  z-index: -2;
  width: 390px;
}

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

@media screen and (max-width: 991px) {
  .section.intro {
    margin-top: -13px;
  }

  .section.last-child {
    padding-bottom: 17px;
  }

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

  .wrapper.hero {
    margin-top: -44px;
    padding-top: 0px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .brand.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .headimg {
    left: -14%;
    top: -45%;
  }

  .headimg._2 {
    right: -11%;
    bottom: -26%;
  }

  .feature-image.right {
    margin-left: -62px;
  }

  .feature-image.oter {
    left: 37px;
    display: none;
    width: 350px;
  }

  .feature-dec.left {
    margin-left: 38px;
  }

  .feature-dec.right {
    padding-right: 32px;
  }

  .feature-dec.right {
    padding-right: 32px;
  }

  .heading-center {
    margin-bottom: 74px;
    padding-right: 88px;
    padding-left: 88px;
  }

  .heading-center.footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .more-features {
    padding-right: 0px;
  }

  .slider {
    height: 540px;
  }

  .image {
    width: 430px;
  }

  .mask {
    height: 540px;
  }

  .slide {
    margin-left: 0px;
  }

  .image-3 {
    margin-top: -120px;
  }

  .menu-button {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .heading-center-gris {
    margin-bottom: 74px;
    padding-right: 88px;
    padding-left: 88px;
  }

  .heading-center-gris.footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .mn-logo.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .section-4.intro {
    margin-top: -13px;
  }

  .wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-4-black.intro {
    margin-top: -13px;
  }

  .container-3 {
    max-width: 880px;
  }

  .imagen-grande.right {
    margin-left: -62px;
  }

  .imagen-grande.oter {
    left: 37px;
    display: none;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 30px;
  }

  .h3.txt-center-gris {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h3.txt-centerheader {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h3.txt-center-blanca {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h3.txt-center-gris-oscuro {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.alt {
    text-align: center;
  }

  .header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .headimg {
    left: -39%;
  }

  .headimg._2 {
    right: -11%;
    bottom: -16%;
    width: 210px;
  }

  ._2-col-img-grid {
    display: block;
    text-align: center;
  }

  .feature-image {
    width: 310px;
  }

  .feature-image.right {
    width: 350px;
    margin-left: 0px;
  }

  .feature-image.right.b {
    margin-bottom: -26px;
  }

  .feature-image.oter {
    left: 88px;
  }

  .feature-image.oter.oter-2 {
    left: 174px;
  }

  .feature-dec.left {
    margin-left: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .feature-dec.right {
    margin-left: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .feature-dec.right {
    margin-left: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .heading-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-center.footer {
    padding-right: 31px;
    padding-left: 31px;
  }

  .ft-icon {
    width: 50px;
    margin-bottom: -11px;
  }

  .slider {
    height: 540px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    text-align: center;
  }

  .image {
    width: 360px;
  }

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

  .form-block {
    padding-right: 11px;
    padding-left: 11px;
  }

  .div-block-3 {
    text-align: center;
  }

  .heading-center-gris {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-center-gris.footer {
    padding-right: 31px;
    padding-left: 31px;
  }

  .h3-2 {
    font-size: 30px;
  }

  .h3-2.txt-centerheader {
    padding-right: 15px;
    padding-left: 15px;
  }

  .h3-2.txt_cabecera {
    padding-right: 15px;
    padding-left: 15px;
  }

  .imagen-grande {
    width: 310px;
  }

  .imagen-grande.right {
    width: 350px;
    margin-left: 0px;
  }

  .imagen-grande.right.b {
    margin-bottom: -26px;
  }

  .imagen-grande.oter {
    left: 88px;
  }

  .imagen-grande.oter.oter-2 {
    left: 174px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 50px;
  }

  .h3 {
    margin-top: 42px;
  }

  .h3.txt-center-gris {
    color: grey;
    font-size: 23px;
    line-height: 30px;
  }

  .h3.txt-centerheader {
    font-size: 23px;
    line-height: 30px;
  }

  .h3.txt-center-blanca {
    color: #fff;
    font-size: 23px;
    line-height: 30px;
  }

  .h3.txt-center-gris-oscuro {
    color: grey;
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph.heading-center.footer {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .paragraph.heading-center-copy.footer {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .button.alt.no-mg {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 77px;
    padding-left: 77px;
  }

  .button-icon.button {
    display: block;
    margin-top: 10px;
    margin-right: 39px;
    margin-left: 39px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .button-icon.button.last-child {
    margin-right: 39px;
    margin-left: 39px;
  }

  .app-feature-card {
    margin-right: 31px;
    margin-bottom: 29px;
    margin-left: 31px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .section.intro {
    overflow: hidden;
  }

  .wrapper.hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    line-height: 20px;
  }

  .header {
    top: 18px;
    margin-top: 30px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .headimg {
    left: -24%;
    top: -11%;
    width: 230px;
  }

  .headimg._2 {
    bottom: -20%;
  }

  .feature-image {
    margin-top: -38px;
  }

  .feature-image.oter {
    left: -9px;
    width: 280px;
  }

  .feature-image.oter.oter-2 {
    left: 105px;
  }

  .feature-dec.left {
    padding-right: 11px;
    padding-left: 11px;
  }

  .feature-dec.right {
    padding-right: 11px;
    padding-left: 11px;
  }

  .feature-dec.right {
    margin-bottom: 0px;
    padding-right: 11px;
    padding-left: 11px;
    text-align: left;
  }

  .heading-center {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
  }

  .heading-center.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .slider {
    height: 530px;
  }

  .image {
    width: 300px;
  }

  .mask {
    width: 100%;
    height: 560px;
  }

  .form {
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }

  .form-block {
    margin-top: -23px;
  }

  .text-field {
    margin-bottom: 28px;
    padding-top: 38px;
    padding-bottom: 39px;
    border-bottom-style: solid;
    border-bottom-color: #d4e0fc;
    text-align: center;
  }

  .image-3 {
    margin-top: -50px;
  }

  .nav-menu {
    line-height: 28px;
  }

  .heading-center-gris.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2-gris {
    background-color: #f2f2f2;
  }

  .downloadkit {
    margin-right: 31px;
    margin-bottom: 29px;
    margin-left: 31px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .section-2-blanca {
    background-color: #f2f2f2;
  }

  .h3-2 {
    margin-top: 42px;
  }

  .h3-2.txt-centerheader {
    font-size: 23px;
    line-height: 30px;
  }

  .h3-2.txt_cabecera {
    font-size: 36px;
    line-height: 40px;
  }

  .button-icon-2.button {
    display: block;
    margin-top: 10px;
    margin-right: 60px;
    margin-left: 60px;
    padding: 30px 2px;
    border-radius: 20px;
    font-size: 18px;
  }

  .button-icon-2.button.last-child {
    margin-right: 60px;
    margin-left: 60px;
    border-radius: 20px;
  }

  .herophones {
    width: 100%;
  }

  .herophonetxt {
    position: static;
    width: 100%;
    clear: left;
  }

  .div-block-11 {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-12 {
    margin-left: -40px;
  }

  .titularescolor {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
  }

  .titularescolor.descarga {
    margin-bottom: 28px;
    padding-right: 20px;
  }

  .block-quote {
    border-style: none none none solid;
    border-width: 1px 1px 1px 5px;
    border-color: transparent transparent transparent #6c63ff;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-6 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .section-4.intro {
    overflow: hidden;
  }

  .wrapper-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4-black.intro {
    overflow: hidden;
  }

  .section-4-black.intro.espacio {
    margin-top: 0px;
    padding-top: 40px;
  }

  .paragraph-6-white {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .paragraph-6-white.space {
    margin-bottom: 94px;
    font-size: 20px;
    line-height: 24px;
  }

  .bloque-textoshadow {
    width: 100%;
    margin: 73px 30px;
  }

  .text-field-5 {
    margin-bottom: 28px;
    padding-top: 38px;
    padding-bottom: 39px;
    border-bottom-style: solid;
    border-bottom-color: #d4e0fc;
    text-align: center;
  }

  .button-2.alt.no-mg {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 77px;
    padding-left: 77px;
  }

  .titularescolorfooter {
    font-size: 33px;
    line-height: 36px;
  }

  .footerparagraphnegro {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .footer-links {
    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;
    text-align: left;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    font-size: 1em;
  }

  .link.in-footer {
    margin-right: 40px;
    margin-left: 40px;
    text-align: center;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-22 {
    width: 100%;
    min-height: 150px;
  }

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

  .div-block-23 {
    padding-top: 121px;
    padding-bottom: 121px;
  }

  .downloadkit-2 {
    margin-right: 31px;
    margin-bottom: 29px;
    margin-left: 20px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .paragraph-descarga {
    padding-right: 0px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .imagen-grande {
    max-width: 100%;
    margin-top: 45px;
  }

  .imagen-grande.oter {
    left: -9px;
    width: 280px;
  }

  .imagen-grande.oter.oter-2 {
    left: 105px;
  }

  .image-14 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-27 {
    padding: 100px 0px;
    text-align: center;
  }
}

@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}