.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;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.navbar {
  position: relative;
  z-index: 700;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.navbar-2 {
  background-color: transparent;
}

.body {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #46495f;
}

.nav-link {
  color: #939bb4;
  font-size: 17px;
  font-weight: 500;
}

.nav-link.accent {
  color: #fc643f;
}

.nav-link.bt-normal {
  margin-left: 15px;
  padding: 12px 33px;
  border-style: solid;
  border-width: 2px;
  border-color: #939bb4;
  border-radius: 10px;
  color: #939bb4;
}

.nav-link.bt-normal:hover {
  background-color: #939bb4;
  color: #fff;
}

.brand {
  padding-top: 10px;
}

.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;
}

.hero {
  display: block;
  overflow: hidden;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 169px 92px;
  border-radius: 50px;
  background-color: #bfebf3;
  -webkit-transform: translate3d(0px, 0px, 0.001px);
  transform: translate3d(0px, 0px, 0.001px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero.page-title {
  padding-top: 85px;
  padding-bottom: 85px;
}

.hero.dt {
  display: block;
}

.heading {
  margin-bottom: 20px;
  color: #939bb4;
  font-size: 52px;
  line-height: 52px;
  font-weight: 900;
}

.heading.centered {
  color: #fff;
  text-align: center;
}

.heading.home {
  padding-bottom: 13px;
}

.heading.home.envio {
  width: 50%;
  margin-top: -70px;
  margin-bottom: 0px;
  padding-bottom: 37px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
}

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

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

.heading-2 {
  font-size: 17px;
  font-weight: 500;
}

.button {
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 17px 54px;
  border-radius: 10px;
  background-color: #939bb4;
  font-size: 17px;
  cursor: pointer;
}

.button:hover {
  background-color: #46495f;
}

.button.outline-accent {
  border-style: solid;
  border-width: 2px;
  border-color: #fc643f;
  background-color: transparent;
  color: #fc643f;
}

.button.outline-accent:hover {
  background-color: #fc643f;
  color: #fff;
}

.button.form-button {
  display: inline;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.button.localizar {
  margin-right: 350px;
  margin-bottom: 19px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 104px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}

.button.localizar:hover {
  background-color: #fff;
  color: #25d366;
}

.button.localizar.ipad {
  display: none;
}

.image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.image-1 {
  position: absolute;
  left: 348px;
  bottom: 337px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.image-3 {
  position: absolute;
  left: 209px;
  bottom: 199px;
}

.image-4 {
  position: absolute;
  left: auto;
  right: -127px;
  bottom: -22px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.image-5 {
  position: absolute;
  left: 77px;
  top: 175px;
}

.image-6 {
  position: absolute;
  left: 125px;
  top: 240px;
}

.s50 {
  display: none;
  height: 60px;
}

.intro {
  display: none;
  overflow: hidden;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 213px 92px;
  border-radius: 50px;
  background-color: #f5f6fa;
}

.intro.feature-3 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.image-7 {
  position: absolute;
  left: -114px;
  top: -276px;
}

.image-8 {
  position: absolute;
  left: 158px;
  top: -548px;
}

.columns-2 {
  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;
}

.image-9 {
  position: absolute;
  left: 60px;
  top: -42px;
  z-index: 5;
}

.heading-3 {
  color: #939bb4;
  font-size: 34px;
  font-weight: 600;
}

.heading-3.centered {
  padding-right: 229px;
  padding-left: 229px;
  text-align: center;
}

.description {
  padding-top: 12px;
  padding-right: 7px;
  padding-bottom: 12px;
  font-family: 'Kastelov axiforma book', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.description.centered {
  padding-right: 340px;
  padding-left: 340px;
  text-align: center;
}

.description.left {
  padding-right: 230px;
}

.description.ff {
  margin-bottom: 0px;
  padding-bottom: 11px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.description.excerpt {
  padding-top: 3px;
}

.feature-1 {
  position: static;
  display: none;
  overflow: hidden;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 165px 92px 242px;
  border-radius: 50px;
  background-color: #fdece8;
}

.container-2 {
  position: relative;
}

.image-10 {
  position: absolute;
  left: -14%;
  top: -56%;
  right: auto;
  bottom: auto;
}

.image-11 {
  position: absolute;
  left: -30px;
  top: 111px;
}

.image-12 {
  position: absolute;
  left: 193px;
  top: 379px;
}

.image-13 {
  position: absolute;
  left: 436px;
  top: 275px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.image-14 {
  position: absolute;
  top: 177px;
  right: 182px;
}

.image-15 {
  position: absolute;
  right: -170px;
  bottom: -42px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-16 {
  position: absolute;
  right: -64px;
  bottom: -260px;
}

.feature-2 {
  display: none;
  margin-top: 66px;
  margin-bottom: 66px;
  -webkit-transform: translate3d(0px, 0px, 0.001px);
  transform: translate3d(0px, 0px, 0.001px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.feature-2.publicidad {
  display: block;
}

.feature-2.publidt {
  display: block;
}

.columns-3 {
  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;
}

.column {
  display: -ms-grid;
  display: grid;
  padding-left: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column.right {
  display: block;
  padding-left: 0px;
}

.app-feature-item {
  padding: 49px 21px;
  border-radius: 20px;
  background-color: #f5f6fa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  cursor: crosshair;
}

.app-feature-item:hover {
  background-color: #bfebf3;
  box-shadow: 0 15px 20px 6px rgba(191, 235, 243, 0.3);
}

.samll {
  padding-top: 27px;
  color: #939bb4;
  font-weight: 600;
}

.image-17 {
  position: absolute;
  left: 83px;
  top: -259px;
}

.image-18 {
  position: absolute;
  top: -142px;
}

.image-19 {
  position: absolute;
  left: -157px;
  top: -69px;
  z-index: 5;
}

.shows-archive {
  display: -ms-grid;
  display: grid;
  padding-top: 30px;
  padding-bottom: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 47px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.show-item {
  display: block;
  min-height: 400px;
  padding: 40px 30px 27px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.show-item:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.show-item._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
}

.show-category {
  display: inline-block;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #fff;
  color: #46495f;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
}

.item-inner {
  height: 200px;
}

.s20 {
  height: 20px;
}

.div-block-2 {
  border-radius: 30px;
  background-color: #fff;
}

.section {
  display: none;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 170px 0px;
  border-radius: 50px;
  background-color: #939bb4;
}

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

.dicon {
  padding-right: 19px;
  padding-left: 19px;
}

.footer {
  display: none;
  background-image: url('../images/ff.svg');
  background-position: 100% 100%;
  background-size: 742px;
  background-repeat: no-repeat;
}

.link {
  display: block;
  color: #46495f;
  text-decoration: none;
}

.link.flinks {
  padding-bottom: 7px;
}

.container-4 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.credits {
  margin-top: 19px;
  color: #939bb4;
  font-size: 12px;
  font-weight: 300;
}

.title {
  padding-left: 100px;
}

.details {
  padding-right: 332px;
}

.show-banner {
  border-radius: 20px;
}

.voting-form {
  position: static;
  top: 0px;
  padding: 30px 28px;
  border-top: 8px solid #939bb4;
  border-radius: 20px;
  background-color: #fff;
}

.show-details {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 20px;
}

.heading-5 {
  color: #939bb4;
}

.show-excerpts {
  display: -ms-grid;
  display: grid;
  margin-top: 26px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.sub-head {
  color: #939bb4;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph {
  text-decoration: none;
}

.link-block {
  color: #939bb4;
  text-decoration: none;
}

.vote-formhead {
  margin-bottom: 18px;
  padding-top: 0px;
  color: #939bb4;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.select-field {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #fff;
  color: #3c3e4d;
  line-height: 28px;
}

.text-field {
  border-radius: 5px;
  font-family: 'Varela Round', sans-serif;
}

.meta {
  margin-top: 18px;
  margin-bottom: 18px;
  color: #7a7b81;
}

.bold-text {
  color: #46495f;
}

.feature-header-3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
}

.flex-container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -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;
  border: 1.4px solid transparent;
  border-radius: 10px;
  background-color: #f9fafb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.grid-block:hover {
  border-color: #face55;
}

.arrow-left {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.feature-text-block-3 {
  padding: 25px 0px 25px 60px;
}

.h2-8 {
  margin-bottom: 14px;
}

.flex-container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.bold-text-13.enviamos {
  width: 100%;
  padding-bottom: 0px;
  color: #fff;
  font-size: 34px;
}

.bold-text-13.enviamos {
  width: 90%;
  padding-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 34px;
}

.feature-text-block {
  padding-top: 25px;
  padding-right: 60px;
  padding-bottom: 25px;
}

.feature-text-block.branded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 60px;
  -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;
}

.faq-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(0%, #f6fcff), color-stop(0, #f6fcff), to(rgba(246, 252, 255, 0)));
  background-image: linear-gradient(180deg, #f7f7f7, #f6fcff 0%, #f6fcff 0, rgba(246, 252, 255, 0));
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-hero-3 {
  margin-top: 40px;
  padding: 18px 32px;
  border-radius: 100px;
  background-color: #37def5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.button-hero-3:hover {
  background-color: #30cde3;
}

.profile-image {
  margin-right: 25px;
  border-radius: 100px;
}

.profile-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  width: 130px;
  height: 35px;
  min-height: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 0px;
  border-color: #484dff;
  border-radius: 20px;
  background-color: #484dff;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 90px 60px 50px;
  -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;
}

.feature-image-1 {
  display: block;
  width: 100%;
  max-width: 540px;
}

.mask-3 {
  overflow: visible;
  background-color: transparent;
  box-shadow: 0 20px 50px 0 rgba(70, 137, 215, 0.2);
}

.mobile {
  display: none;
}

.feature-grid-block {
  padding: 24px;
}

.standard-paragraph-4 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph-4.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.slider-4 {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin-top: 90px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.feature-section-2 {
  position: relative;
  padding: 80px 3% 200px;
  border-bottom: 1px solid #e2e4e8;
}

.button-7 {
  margin-top: 40px;
  padding: 18px 32px;
  border-radius: 100px;
  background-color: #37def5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.button-7:hover {
  background-color: #30cde3;
}

.button-7.dark-blue {
  background-color: #1b2d45;
}

.button-7.dark-blue:hover {
  background-color: #132134;
}

.button-7._0-top-margin {
  margin-top: 0px;
}

.button-7.dark-blue {
  background-color: #1b2d45;
}

.button-7.dark-blue:hover {
  background-color: #132134;
}

.button-7._0-top-margin {
  display: none;
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  text-align: center;
}

.icon-11 {
  color: #1b2d45;
  font-size: 15px;
}

.testimonial-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 75px 3% 170px;
  -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: #face55;
}

.testimonial-section._2 {
  display: none;
}

.icon-10 {
  color: #1b2d45;
  font-size: 15px;
}

.faq-title-3 {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.profile-details-2 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-9 {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.hero-graphic-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
}

.h2-6 {
  margin-bottom: 14px;
}

.h2-6.white {
  color: #fff;
}

.grid-wrapper-2 {
  margin-top: 75px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-basic-2 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.arrow-left-3 {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.icon-image {
  width: 60px;
  margin-bottom: 20px;
}

.profile-details {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-grid-wrapper-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 19px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-h1-7 {
  margin-bottom: 16px;
  color: #000;
  font-size: 65px;
  letter-spacing: -1.4px;
}

.service-grid {
  margin-top: 55px;
  margin-bottom: 75px;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-5 {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin-top: 90px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-right-3 {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.standard-paragraph {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.standard-paragraph.center.white {
  color: #fff;
}

.standard-paragraph._40-bottom-margin {
  margin-bottom: 40px;
  font-family: 'Varela Round', sans-serif;
}

.standard-paragraph._40-bottom-margin.form-p-y-m {
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  color: #46495f;
  font-size: 18px;
}

.paragraph-basic-3 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.feature-text-3 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
}

.content-section {
  padding: 120px 3% 200px;
}

.slide-nav {
  display: none;
}

.bold-text-40 {
  color: #34b7f1;
}

.slide-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 90px 60px 50px;
  -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;
}

.feature-icon {
  width: 49px;
  margin-right: 16px;
}

.text-field-2 {
  height: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
}

.profile-image-2 {
  margin-right: 25px;
  border-radius: 100px;
}

.paragraph-basic {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.hero-section-5 {
  padding: 100px 3%;
}

.faq-title-4 {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.slide-10 {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

.features-grid-wrapper-3 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
}

.standard-paragraph-3 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph-3._40-bottom-margin {
  margin-bottom: 40px;
}

.standard-paragraph-3.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.standard-paragraph-3.center.white {
  color: #fff;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.sobre-mensos-mobile-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 75px 3% 170px;
  -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: #face55;
}

.grid-icon {
  margin-right: 20px;
}

.small-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-grid-wrapper-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 19px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-38 {
  color: #25d366;
}

.quotes-icon {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.h2-7 {
  margin-bottom: 14px;
}

.h2-7.white {
  color: #fff;
}

.service-section-2 {
  padding: 50px 3% 100px;
  border-bottom: 1px solid #e2e4e8;
}

.bold-text-32 {
  margin-top: 0px;
}

.h1_features-3 {
  font-family: 'Varela Round', sans-serif;
  color: #484dff;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.awareness-section {
  margin-bottom: 0px;
  padding-left: 0px;
}

.awareness-section.mensosapp {
  display: none;
  margin-bottom: 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;
  background-color: transparent;
}

.column-8 {
  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;
}

.tabs-img {
  position: relative;
  z-index: 5;
  display: block;
  width: 128px;
  height: 128px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
}

.button-5 {
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 17px 54px;
  border-radius: 10px;
  background-color: #939bb4;
  font-size: 17px;
  cursor: pointer;
}

.button-5:hover {
  background-color: #46495f;
}

.button-5.outline-accent {
  position: relative;
  left: 178px;
  border-style: solid;
  border-width: 2px;
  border-color: #484dff;
  border-radius: 43px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #484dff;
}

.button-5.outline-accent:hover {
  background-color: #25d366;
  color: #fff;
}

.text-span-2 {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-weight: 900;
}

.horizontal-scroll-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.partner-logo-container {
  padding-bottom: 20px;
}

.heading-1.serviciosadicionales {
  color: #fff;
  font-size: 40px;
}

.heading-1.serviciosadicionales.algunosclientes {
  width: 100%;
  max-width: 100%;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #34b7f1;
  font-size: 47px;
  font-weight: 900;
  text-align: center;
}

.title-2 {
  max-width: 500px;
  margin-bottom: 15px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.servicios-adicionales {
  height: 90vh;
  max-height: 100%;
}

.text-block-53 {
  width: 70%;
  max-width: 100%;
  margin-top: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.image-28 {
  position: absolute;
  top: -142px;
  width: 138%;
  max-width: 120%;
  border-radius: 20px;
}

.flex-container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 1180px;
  margin-top: 0px;
  margin-right: auto;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-primary {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1a3066;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading-primary.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  font-family: Varela, sans-serif;
  color: #25d366;
  font-size: 43px;
  font-weight: 400;
}

.heading-primary.green.servicios1 {
  max-width: 100%;
  color: #fff;
  text-align: center;
}

.heading-primary.green.paranegocios2 {
  width: 52vh;
  height: 12vh;
  max-height: 100%;
  max-width: 90%;
  text-align: center;
}

.heading-21 {
  margin-top: 100px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-size: 47px;
}

.smoothieimage-4 {
  position: absolute;
  left: 279px;
  bottom: 0px;
  z-index: 10;
  display: block;
  height: 380px;
  max-height: 80vh;
  font-size: 14px;
}

.footer-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -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;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
}

.heading-19 {
  margin-top: 100px;
  font-family: Varela, sans-serif;
  color: #25d366;
  font-weight: 700;
}

.heading-19.queofrecemos {
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 43px;
  font-weight: 900;
}

.column-9 {
  height: 100%;
}

.fov-sticky-container {
  position: relative;
  height: 300vh;
}

.text-block-36 {
  width: 63%;
  max-width: 120%;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #25d366;
  font-size: 26px;
  text-align: center;
}

.text-block-36.app {
  color: #fff;
}

.the-width-400vh-scrollable-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  margin-top: 0px;
  -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;
}

.text-block-27 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.message-text {
  font-weight: 300;
  text-align: left;
}

.muffinimage {
  position: absolute;
  left: 17px;
  top: 54px;
  z-index: 10;
  height: 400px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -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;
}

.tab-nav {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.heading-16 {
  color: #939bb4;
  font-size: 34px;
  font-weight: 600;
}

.heading-16.mm {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.card_base-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 31vh;
  max-height: 100%;
  min-height: 38vh;
  margin-bottom: 40px;
  padding: 20px 40px 0px;
  -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;
  border-radius: 8px;
  background-color: #f0f7ff;
  box-shadow: 1px 1px 30px 0 rgba(175, 179, 182, 0.14);
  color: #000;
}

.text-block-23 {
  display: none;
  padding-top: 5px;
  color: #34b7f1;
}

.block {
  position: relative;
  display: inline-block;
  width: 80vw;
  height: 500px;
  margin-right: 32px;
  margin-left: 150px;
  background-color: #ffdede;
}

.block._1 {
  display: block;
  height: 380px;
  background-color: transparent;
}

.block._1._2 {
  display: block;
}

.block._3 {
  left: 40vw;
  overflow: visible;
  height: 380px;
  margin-left: 0px;
  background-color: transparent;
}

.block._1 {
  display: block;
  background-color: transparent;
}

.horizontal-scroll-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 955vh;
  height: 380px;
  margin-top: 60px;
}

.content-container-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-container-2.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
}

.content-container-2.form.dudas {
  height: 68vh;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #25d366;
}

.content-container-2.form.p-y-m {
  display: none;
  width: 50%;
  margin-left: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 18px;
  background-color: #34b7f1;
}

.content-container-2.form.p-y-m.franquicias {
  display: block;
  width: 87%;
  height: 55vh;
  border-radius: 0px;
  background-color: #25d366;
}

.content-container-2.form.asociarse {
  display: none;
}

.text-block-2 {
  display: block;
  margin-top: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
}

.camera-field-view {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  background-image: none;
}

.feature-group.mobilemakes.asistencia {
  display: none;
}

.subtitle {
  margin-top: 40px;
  margin-bottom: 72px;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 300;
}

.social-link {
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.horizontal-scroll-3 {
  position: relative;
  display: none;
  overflow: visible;
  width: 100%;
  height: 400vh;
  background-color: #25d366;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #25d366), color-stop(68%, #2dc4ae), color-stop(98%, #34b7f1), to(#34b7f1));
  background-image: linear-gradient(180deg, #25d366 35%, #2dc4ae 68%, #34b7f1 98%, #34b7f1);
}

.submit-button {
  width: 130px;
  height: 35px;
  min-height: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 0px;
  border-color: #484dff;
  border-radius: 20px;
  background-color: #484dff;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
}

.doubts {
  display: block;
  margin-bottom: 3px;
  color: #b6b6b6;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-17 {
  margin-bottom: 20px;
  color: #939bb4;
  font-size: 52px;
  line-height: 52px;
  font-weight: 900;
}

.heading-17.home {
  padding-bottom: 13px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

.text-block-38 {
  font-family: 'Varela Round', sans-serif;
  font-size: 28px;
}

.text-block-38.dudas {
  margin-top: 0px;
  font-size: 23px;
}

.content-container {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-container.clientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 90%;
  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;
}

.strong-p {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  font-size: 23px;
  line-height: 26px;
}

.strong-p.reparto {
  padding-top: 33px;
}

.bold-text-27 {
  color: #fff;
  font-size: 23px;
}

.fov-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 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: #34b7f1;
}

.heading-22 {
  font-family: 'Varela Round', sans-serif;
  color: #25d366;
  font-size: 55px;
}

.heading-22.heading-primary {
  font-family: Varela, sans-serif;
  font-size: 33px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-section {
  display: none;
  padding: 50px 3% 100px;
  border-bottom: 1px solid #e2e4e8;
}

.div-block-10 {
  margin-top: 20px;
}

.bold-text-20 {
  color: #25d366;
}

.text-field-3 {
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
  color: #46495f;
  font-size: 16px;
}

.text-field-3.margin-40 {
  margin-bottom: 40px;
  background-color: #fff;
}

.bold-text-34 {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
}

.tab-link {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: border 250ms ease-in, opacity 250ms ease;
  transition: border 250ms ease-in, opacity 250ms ease;
  color: rgba(97, 97, 97, 0.8);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.tab-link.w--current {
  border-bottom-color: #2dc58d;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.testimonial-content-wrap {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  padding: 0px 25px 0px 60px;
  -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;
}

.tabnav-item {
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabnav-item.last {
  margin-right: 0px;
}

.success-message {
  background-color: transparent;
}

.success-message.dudas {
  background-color: #25d366;
  font-size: 15px;
}

.container-17 {
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1280px;
  -ms-flex: 0 1280px;
  flex: 0 1280px;
}

.columns-5 {
  position: relative;
  top: 0px;
  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;
}

.columns-5.logos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logo-footer {
  margin-bottom: 10px;
}

.sobre-menos-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  margin-top: 20px;
  padding: 20px 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;
}

.sobre-menos-copy.sobremensos {
  display: block;
  height: 100vh;
  max-height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.top-curve {
  display: none;
  width: 102%;
  height: 23.3765093613438%;
  max-height: 23.3765093613438%;
  max-width: 110%;
  margin: 40px 0px 0px;
  padding-left: 0px;
}

.the-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-bottom: 10vh;
  -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;
}

.testimonial-paragraph {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #546681;
  font-size: 16px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

.hero-image-2 {
  width: 100%;
}

.left-2 {
  right: 60px;
}

.hero-paragraph {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #4d4d4d;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.servicios-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  margin-top: 20px;
  padding: 20px 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;
}

.servicios-copy.servicios {
  position: static;
  display: block;
  height: 100vh;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25d366;
}

.footer-section {
  position: static;
  display: block;
  width: 100%;
  height: 60vh;
  max-height: 100%;
  margin-top: 0px;
  padding-top: 80px;
  -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: #000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.night-sky-fixed-background-2 {
  position: absolute;
  z-index: 100;
  display: none;
  width: 800vh;
  height: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  opacity: 0.05;
}

.para-negocios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: rgba(32, 32, 32, 0);
  background-image: url('../images/_HeaderImage.png');
  background-position: 50% 0%;
  background-size: 105%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  letter-spacing: 0.5px;
}

.testimonial-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.col_40-2 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.col_40-2.serviciosadcionales {
  width: 100%;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px 15px 0px;
  -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;
}

.form-4 {
  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-image-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding: 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;
}

.phone-btn {
  position: relative;
  width: 140px;
  height: 30px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 15px;
  background-color: transparent;
  -webkit-transition: background-color 350ms ease, -webkit-transform 300ms ease;
  transition: background-color 350ms ease, -webkit-transform 300ms ease;
  transition: background-color 350ms ease, transform 300ms ease;
  transition: background-color 350ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.phone-btn:hover {
  background-color: rgba(218, 244, 199, 0.2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.phone-btn.mobile {
  display: none;
  margin-bottom: 5px;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.testimonial-columns-2 {
  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;
}

.testimonial-columns-2._1 {
  height: 100%;
  -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;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fov-sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 143.5px;
}

.container-12 {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #34b7f1;
  font-family: Varela, sans-serif;
}

.image-32 {
  margin-top: 29px;
  margin-right: 105px;
  padding-right: 0px;
  padding-bottom: 30px;
}

.icon_wrap-2 {
  overflow: hidden;
}

.hero-title {
  margin-top: 0px;
  padding-right: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 78px;
}

.hero-title.one {
  margin-top: 20px;
  padding-top: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.hero-title.two {
  margin-top: 100px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-size: 43px;
  line-height: 43px;
  font-weight: 800;
  text-align: center;
}

.heading-14 {
  width: 80%;
  font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.sub-section-oxygen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  padding: 40px 100px;
  -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: #25d366;
}

.sub-section-oxygen.appmensos {
  height: 80vh;
  max-height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #25d366;
}

.featuresub {
  font-family: 'Varela Round', sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
}

.feature-content-wrap {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 300vh;
  margin: 0px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.the-sticky-div:hover {
  opacity: 1;
}

.hero-grid-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 19px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn-icon {
  margin-right: 6px;
  padding-top: 2px;
  float: left;
}

.content-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-block-right._1 {
  height: 75vh;
  max-height: 100%;
  min-height: 75vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heart {
  margin-right: 5px;
  float: left;
  opacity: 0.8;
}

.card_title_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vh;
  margin-top: 10px;
  -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;
}

.contactanos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0168553700242%;
  height: 100vh;
  max-height: 100%;
  min-height: 200vh;
  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: 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;
}

.paragraph-basic-4 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.tabnav-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

.heading-23 {
  font-family: Varela, sans-serif;
  color: #484dff;
  font-size: 47px;
  font-weight: 400;
}

.heading-23.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

.heading-23.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50.0313652886285%;
  margin-bottom: 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;
  font-family: 'Kastelov axiforma book', sans-serif;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

.nuestras-estad-sticas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  margin-top: 100px;
  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-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #25d366;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #fff), color-stop(31%, #25d366));
  background-image: linear-gradient(180deg, #fff, #fff 0%, #25d366 31%);
  opacity: 1;
}

.nuestras-estad-sticas:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.image-38 {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-9 {
  width: 80%;
  height: 69%;
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
}

.div-block-9.dudas {
  display: none;
  height: 101%;
  margin-top: 60px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 90vh;
  margin-top: 0px;
  padding: 10px 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-28 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.counter-support-text-2 {
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  font-size: 19px;
  font-weight: 400;
}

.paragraph-8 {
  max-width: 490px;
  margin-top: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-style: normal;
  text-align: justify;
}

.paragraph-8.cambio {
  color: #484dff;
  font-weight: 400;
}

.paragraph-8.featuresub.sobremensos {
  color: #46495f;
}

.paragraph-8.featuresub.nuestrosservicios {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraph-8.featuresub.nuestrosservicios._2 {
  max-width: 90%;
  color: #4d4d4d;
  text-align: center;
}

.fov-gallery-item {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.text_features-2 {
  font-family: 'Varela Round', sans-serif;
  color: #898ab1;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.div-block-67 {
  margin-top: 20px;
}

.franquicias-1 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100%;
  margin-top: 0px;
  margin-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;
  -webkit-transform: translate3d(0px, 0px, 0.001px);
  transform: translate3d(0px, 0px, 0.001px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.small-blocks-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabnav-keyline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #aaa;
}

.tabs {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(131, 218, 69, 0.3);
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(230, 248, 218, 0.3)), to(#daf4c7));
  background-image: linear-gradient(180deg, rgba(230, 248, 218, 0.3) 20%, #daf4c7);
  box-shadow: 0 10px 40px 0 rgba(97, 97, 97, 0.1);
}

.tabs.goods {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0px;
  border-width: 0px;
  border-color: transparent;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.68);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.bold-text-6 {
  font-family: 'Varela Round', sans-serif;
}

.para-negocios-2 {
  display: none;
  height: 188vh;
  max-height: 100%;
  min-height: 0%;
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: linear-gradient(7deg, #34b7f1 18%, #fff 64%);
  color: #000;
}

.para-negocios-2.pagina {
  display: block;
  height: 300vh;
  margin-top: 60px;
  color: #46495f;
  font-size: 19px;
  line-height: 25px;
}

.image-27 {
  position: absolute;
  left: 83px;
  top: -268px;
}

.mensos-1 {
  position: relative;
  display: none;
  overflow: visible;
  height: 400vh;
  background-color: #395889;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#25d366), to(#34b7f1));
  background-image: linear-gradient(180deg, #25d366, #34b7f1);
}

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

.flex-col.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-col.right {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-hero {
  margin-top: 40px;
  padding: 18px 32px;
  border-radius: 100px;
  background-color: #37def5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.button-hero:hover {
  background-color: #30cde3;
}

.image-24 {
  position: absolute;
  left: -127px;
  top: -38px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 353px;
  margin-top: 0px;
  margin-bottom: 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;
}

.transparent-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 16px 32px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0047cc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.transparent-btn.no-margin-top {
  margin-top: 0px;
}

.transparent-btn.no-margin-top.no-margin-right {
  margin-top: 20px;
  margin-right: 0px;
  border-radius: 250px;
  background-color: #25d366;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-weight: 400;
}

.button-8 {
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 17px 54px;
  border-radius: 10px;
  background-color: #939bb4;
  font-size: 17px;
  cursor: pointer;
}

.button-8:hover {
  background-color: #46495f;
}

.button-8.env-o {
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: #25d366;
  opacity: 1;
  font-family: 'Varela Round', sans-serif;
}

.button-8.env-o:hover {
  border-color: #25d366;
  background-color: #fff;
  color: #25d366;
}

.image-33 {
  padding-top: 60px;
  padding-bottom: 0px;
}

.scroll-wrapper-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: visible;
  width: 100%;
  padding-top: 82px;
  padding-bottom: 82px;
}

.container-23 {
  height: 100%;
  max-height: 100%;
  padding-top: 220px;
  padding-bottom: 220px;
  border-radius: 50px;
  background-color: #25d366;
}

.text-block {
  font-size: 16px;
}

.text-block.made {
  color: #4d4d4d;
  font-size: 14px;
}

.text-block.made.none {
  display: none;
}

.text-block.form {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  text-align: center;
}

.fov-gallery.overflow-hidden {
  position: relative;
  width: 100%;
  height: 70vh;
}

.social-item {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-left: 10px;
}

.container-19 {
  height: 450px;
}

.bottom-curve {
  position: static;
  z-index: auto;
  display: inline-block;
  width: 109%;
  height: 30%;
  max-height: 30%;
  max-width: 110%;
  margin: -2px 0px 0px;
  background-color: transparent;
}

.bottom-curve.green {
  display: block;
  height: 100%;
  max-height: 100%;
  margin-top: -16px;
  margin-bottom: 0px;
}

.scrolltext {
  position: absolute;
  left: 362px;
  top: 55px;
  z-index: 5;
  margin-top: 170px;
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 120px;
}

.scrolltext.smoothietext {
  left: 372px;
  display: none;
  color: #6380ad;
}

.scrolltext.smoothietext {
  left: 372px;
  color: #6380ad;
}

.line-2 {
  width: 50px;
  height: 2px;
  margin-top: 42px;
  margin-bottom: 42px;
  background-color: #e1e4e8;
}

.tabnav-items {
  display: none;
  padding-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;
  list-style-type: none;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 142px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.help-link-2 {
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #aee521;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.7;
  color: #58d069;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.help-link-2:hover {
  opacity: 1;
}

.help-link-2.w--current {
  border-color: #02bab1;
  background-color: #83da45;
  color: #fff;
}

.help-link-2.message {
  width: 48px;
  height: 48px;
  margin-left: 20px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 3px;
  opacity: 1;
  font-size: 30px;
}

.featurehead {
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  font-weight: 400;
}

.clients-grid {
  padding-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.full-container-2 {
  overflow: visible;
  width: 100%;
  height: 2160vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block-2 {
  display: block;
  overflow: hidden;
  width: 300px;
  height: 40vh;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: transparent;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  -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: none;
}

.a-block {
  overflow: hidden;
  width: 300px;
  height: 40vh;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: transparent;
}

.text-span-3 {
  font-family: 'Kastelov axiforma', sans-serif;
  font-weight: 900;
}

.scroll-wrapper-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  padding-top: 82px;
  padding-bottom: 82px;
}

.hero-text-block {
  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;
}

.gradient-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-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: 0px;
  background-image: url('../images/5e4bc35664f7f5000037ac22_MENSOSlogoTANSPARENTE.png');
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.gradient-2.cargobike {
  background-image: url('../images/MensosHero_2.png');
  background-position: 32% 50%;
  background-size: 134%;
}

.gradient-2.enviosultimamilla {
  background-image: none;
}

.gradient-2.treesimg {
  background-image: url('../images/tree-png-vector-tree-vector-image-1969.png');
}

.gradient-2.co2img {
  background-image: url('../images/co2-pngrepo-com.png');
}

.gradient-2.rboles {
  background-image: none;
}

.gradient-2.co2 {
  background-image: none;
}

.gradient-2.entregas {
  background-image: none;
}

.the-height-400vh-section {
  position: relative;
  display: none;
  height: 400vh;
  margin-top: 0px;
  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-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #25d366), color-stop(80%, #34b7f1));
  background-image: linear-gradient(180deg, #25d366 42%, #34b7f1 80%);
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.container-18 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38vh;
  max-height: 152%;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-2 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: 'Varela Round', sans-serif;
  color: #5b3acc;
  font-size: 55px;
  text-align: center;
}

.counter-2.bold {
  color: #fff;
  font-size: 47px;
  line-height: 34px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #25d366;
  font-size: 16px;
  text-decoration: none;
}

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

.footer-link.email {
  color: #34b7f1;
}

.img-box {
  margin-top: -22px;
  margin-right: 25px;
  float: left;
  -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;
}

.logo-2 {
  position: relative;
  left: 0px;
  top: -20px;
  width: 62px;
  margin-bottom: 6px;
}

.profile-details-3 {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nuestrosclientes {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 152vh;
  max-height: 100%;
  margin-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-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.social-list {
  margin-bottom: 0px;
  float: right;
}

.error-message {
  margin-top: 30px;
  background-color: #ffe5e5;
}

.image-25 {
  position: absolute;
  left: 143px;
  top: -105px;
  z-index: 5;
}

.container-9 {
  position: relative;
  top: 95px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  -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;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  -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;
}

.image-35 {
  display: none;
  width: 104%;
  height: 35vh;
  max-height: 100%;
  max-width: 104%;
  margin-top: 0px;
  background-color: #25d366;
}

.image-35.hostia {
  height: 35vh;
  background-color: transparent;
}

.image-35._3 {
  background-color: #34b7f1;
}

.text-block-24 {
  display: none;
  padding-top: 10px;
  color: #34b7f1;
}

.text-field-4 {
  height: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
}

.push-down-column {
  padding-top: 105px;
  text-align: right;
}

.push-down-column.right {
  padding-top: 0px;
}

.push-down-column.left {
  right: 0px;
  padding-top: 0px;
  text-align: left;
}

.the-sticky-div-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
}

.content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0929534129607%;
  max-width: 590px;
  -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;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 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;
  border-radius: 0px;
  text-align: center;
}

.gradient._6 {
  background-image: url('../images/deliverydude.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gradient._2 {
  background-image: url('../images/5e4aa5fc73dcf32cb119f69a_ToteBagAndBrownBag.png');
  background-position: 50% 50%;
  background-size: 125%;
  background-repeat: no-repeat;
}

.gradient._3 {
  background-image: url('../images/MensosHero_2.png');
  background-position: 50% 50%;
  background-size: 125%;
  background-repeat: no-repeat;
}

.gradient._1 {
  background-image: url('../images/5e5bc991512f4ea00da801c0_MENSOSBIKE_shadow-1.png');
  background-position: 50% 50%;
  background-size: 125%;
  background-repeat: no-repeat;
}

.gradient._4 {
  background-image: url('../images/5e4aa7e2690357f2e9cbbd20_cajas3.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gradient._5 {
  background-image: url('../images/IMG-20200503-WA0005.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tab-pane {
  padding: 60px 50px 50px;
  -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;
}

.tab-pane.goods {
  text-align: left;
}

.primary-button {
  position: absolute;
  top: 5px;
  right: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 40px;
  min-width: 140px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, right 200ms ease, top 200ms ease;
  transition: background-color 200ms ease, right 200ms ease, top 200ms ease;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.primary-button:hover {
  top: -2px;
  right: -2px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.primary-button:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.primary-button.blue {
  border-color: #25d366;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, right 200ms ease, top 200ms ease;
  transition: background-color 200ms ease, right 200ms ease, top 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
}

.primary-button.blue:active {
  background-color: rgba(2, 184, 255, 0.05);
}

.primary-button.blue.enviar {
  border-style: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.div-block-62 {
  margin-top: 20px;
}

.fov-gallery-container {
  position: relative;
  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;
}

.text-block-37 {
  display: none;
  color: #233558;
  font-size: 16px;
}

.img-fov-gallery {
  width: 930px;
  height: 70vh;
  background-image: url('../images/camera_fov_ultrawide__e4xq1jl1q76u_large_2x.jpg');
  background-position: 0px 0px;
  background-size: 980px;
  opacity: 1;
}

.img-fov-gallery.tele {
  height: 70vh;
  background-image: url('../images/img1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-fov-gallery.wide {
  background-image: url('../images/5e457fddeb2ca5236eef66c8_img4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.img-fov-gallery.ultrawide {
  background-image: url('../images/interior_newe.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

.div-block-63 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100vh;
  margin-top: -38px;
  -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;
  opacity: 1;
}

.bold-text-10 {
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  line-height: 0.3;
}

.primary-button-container {
  position: relative;
  width: 140px;
  height: 40px;
  border: 2px solid #fff;
}

.primary-button-container.blue {
  border-color: transparent;
}

.form-block-4 {
  display: none;
  width: 43%;
  -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;
}

.smoothieimage-3 {
  position: absolute;
  left: 0px;
  z-index: 10;
  height: 30vh;
  max-height: 80vh;
}

.smoothieimage-3._2 {
  left: auto;
  top: 45px;
  height: 30vh;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400vh;
  height: 100%;
  margin-top: 60px;
  -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;
}

.help-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3000;
  display: none;
  width: 260px;
  padding: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #313131;
  border-radius: 6px;
  background-color: #444;
  box-shadow: 7px 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

.keyline-selcted {
  width: 30%;
  height: 100%;
  background-color: #fff;
}

.columns-6 {
  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;
}

.author-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.bold-text-26 {
  color: #fff;
  letter-spacing: -0.5px;
}

.header-2 {
  position: relative;
  display: block;
  width: 100%;
  height: 20vh;
  max-height: 100%;
  max-width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34b7f1;
}

.header-2._1 {
  background-color: #25d366;
  background-image: none;
}

.header-2._2 {
  background-color: transparent;
  background-image: none;
}

.header-2.bold-text-40.headersobre {
  margin-top: 60px;
  background-color: #34b7f1;
}

.header-2._5 {
  background-color: #34b7f1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#34b7f1), to(#fff));
  background-image: linear-gradient(0deg, #34b7f1, #fff);
}

.header-2._6 {
  background-color: #25d366;
}

.center-title {
  text-align: center;
}

.text-span-4 {
  width: 95%;
  max-width: 97.898439679827%;
  font-size: 21px;
}

.text-span-4.featuresub.cadenadefrio {
  width: 100%;
  max-width: 100%;
  font-size: 20px;
}

.bold-text-5 {
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  line-height: 1.1;
  text-indent: 0px;
}

.column-11 {
  display: -ms-grid;
  display: grid;
  padding-left: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-11.right {
  display: block;
  padding-left: 0px;
}

.image-23 {
  position: absolute;
  left: 16px;
  top: -548px;
}

.container-24 {
  height: 524px;
  margin-top: 0px;
  background-color: transparent;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 35vh;
  -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;
}

.mensos-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 75vh;
  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;
  border-radius: 50px;
  background-color: transparent;
}

.card_col_2-2 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  padding: 15px 15px 0px;
  -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;
}

.content-wrap {
  position: relative;
  max-width: 590px;
  font-weight: 700;
}

.div-block-8 {
  width: 50%;
  height: 95%;
  margin-left: 40px;
  background-image: url('../images/5e3d5a642fb983daabded06a_MENSOS-app2_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.imagesdv8 {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-size: 440px;
}

.div-block-8.texto {
  position: relative;
  left: -315px;
  top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  margin-top: 0px;
  margin-left: 0px;
  -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;
  border-radius: 0px;
  background-image: none;
}

.div-block-8.texto.app {
  left: 0px;
  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;
}

.container_p-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 30px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text-21 {
  color: #fff;
}

.bold-text-21.asistencia {
  color: #484dff;
}

.image-39 {
  position: absolute;
  left: 20px;
  height: 30vh;
}

.bold-text-33 {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-weight: 900;
  text-align: center;
}

.counter-block-2 {
  height: 50%;
  max-height: 50%;
}

.image-26 {
  position: absolute;
  left: -157px;
  top: -69px;
  z-index: 5;
  width: 127%;
  height: 167px;
  max-width: 135%;
}

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

.form-block-2.franquiciasform.p-y-m {
  width: 379px;
}

.left-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -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;
}

.the-overflow-hidden-mask-2 {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.content-title {
  position: relative;
  left: 36px;
  top: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #484dff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.content-title.featuresub.dossier {
  display: none;
  color: #484dff;
}

.center {
  text-align: center;
}

.icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: transparent;
}

.dropdown-link {
  position: relative;
  z-index: 25;
  display: block;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #7839f3;
}

.navigation-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  font-size: 16px;
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: #8c54ff;
  font-size: 14px;
  white-space: normal;
}

.brand-2 {
  margin-right: 44px;
}

.navigation-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 111%;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.navigation-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80%;
  max-height: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.flowbase-logo-2 {
  width: 69px;
  height: 100.5%;
}

.dropdown-toggle-2 {
  padding-right: 24px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle-2:hover {
  color: #484dff;
}

.dropdown-column-left {
  display: block;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-menu-2 {
  position: static;
  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;
  color: #283338;
  font-size: 15px;
}

.icon-8 {
  width: 150%;
  height: 150%;
  max-width: 150%;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  text-decoration: none;
}

.text-block-41 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.text-block-41:hover {
  color: #484dff;
}

.icon-4 {
  margin-right: 5px;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 25px;
  -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-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -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;
}

.navigation-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 12px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.navigation-link-2:hover {
  color: #fff;
}

.navigation-link-2.w--current {
  color: #99d715;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-long {
  left: -185px;
  height: 409%;
  max-height: 214%;
  min-width: 500px;
}

.navigation-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-right: 3%;
  padding-left: 3%;
  -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;
  background-color: #25d366;
  opacity: 1;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.dropdown-title-2 {
  margin-bottom: 2px;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  font-size: 15px;
}

.dropdown-pointer {
  position: relative;
  height: 324%;
  max-height: 334%;
}

.nav-link-details {
  font-family: 'Varela Round', sans-serif;
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
  background-color: transparent;
}

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 76%;
  height: 50%;
  max-height: 50%;
  min-width: 134px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.navigation-wrap {
  display: none;
  max-height: 0%;
  background-color: #25d366;
  opacity: 1;
}

.navigation-wrap:hover {
  opacity: 1;
}

.mobile-site {
  display: block;
}

.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;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-3 {
  position: relative;
  z-index: 700;
  display: none;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.mensosmovil {
  display: none;
}

.home-form-block {
  position: relative;
  z-index: 80;
  padding: 48px 36px 24px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

.quote-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 30px;
  padding-top: 5px;
  padding-left: 14px;
  -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;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: opacity 350ms ease, -webkit-transform 300ms ease;
  transition: opacity 350ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 350ms ease;
  transition: transform 300ms ease, opacity 350ms ease, -webkit-transform 300ms ease;
  color: #02bab1;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.quote-btn:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.menu {
  position: fixed;
  left: 18px;
  top: 80px;
  z-index: 95;
  display: block;
  width: 260px;
  min-height: 280px;
  padding: 32px 24px 24px;
  border: 2px solid #e5f8f7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(97, 97, 97, 0.1);
}

.slider-arrows {
  display: none;
}

.link-block-2 {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 288px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  -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;
  border-bottom: 3px dashed rgba(174, 229, 33, 0.8);
  -webkit-transition: width 400ms cubic-bezier(.165, .84, .44, 1), border 150ms ease, color 300ms ease;
  transition: width 400ms cubic-bezier(.165, .84, .44, 1), border 150ms ease, color 300ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2:hover {
  width: 292px;
  border-bottom-color: transparent;
  color: #effad3;
}

.hero-main-slider {
  height: auto;
  margin-top: 24px;
  background-color: transparent;
}

.message-block {
  position: relative;
  top: 0px;
  z-index: 50;
}

.menu-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66px;
  padding-top: 3px;
  -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-transition: width 350ms ease;
  transition: width 350ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-btn:hover {
  width: 70px;
}

.text-block-31 {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.emoji-block {
  float: left;
}

.intro-btn {
  position: absolute;
  left: 20px;
  top: 400px;
  right: 20px;
  z-index: 90;
  display: block;
  width: 140px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid transparent;
  border-radius: 12px;
  background-color: #25d366;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.intro-btn:hover {
  background-color: #2dc58d;
}

.oxender-road {
  display: block;
  width: 60px;
  height: 6px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  background-color: #25d366;
}

.input-field {
  margin-bottom: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #aee521;
  background-color: transparent;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  font-size: 18px;
  font-weight: 400;
}

.input-field:focus {
  border-bottom-color: #02bab1;
}

.input-field::-webkit-input-placeholder {
  color: rgba(97, 97, 97, 0.6);
}

.input-field:-ms-input-placeholder {
  color: rgba(97, 97, 97, 0.6);
}

.input-field::-ms-input-placeholder {
  color: rgba(97, 97, 97, 0.6);
}

.input-field::placeholder {
  color: rgba(97, 97, 97, 0.6);
}

.contact-item {
  margin-left: 20px;
  float: right;
}

.promo-modal {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  padding: 64px 64px 36px;
  -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;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.text-block-4 {
  color: #58d069;
}

.logos-link-2 {
  padding-right: 15px;
  padding-left: 15px;
  opacity: 0.7;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
}

.logos-link-2:hover {
  opacity: 0.9;
}

.menu-list {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-top: -4px;
  float: right;
  -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;
}

.image-41 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clear-heading {
  max-width: 500px;
  margin-top: 36px;
  color: #fff;
  font-weight: 300;
}

.scrolling-path {
  display: block;
  height: 600vh;
}

.center-p {
  position: relative;
  top: -31px;
  display: block;
  max-width: 560px;
  margin-top: 38px;
  margin-bottom: 15px;
  font-family: Varela, sans-serif;
  color: #4d4d4d;
  font-size: 23px;
  line-height: 1.3;
  text-align: center;
}

.center-p.dudas {
  top: -44px;
  margin-top: 40px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-size: 34px;
}

.arrow-icon {
  left: 0%;
  top: 80px;
  right: 0%;
  bottom: auto;
  -webkit-transition: background-color 300ms ease, left 300ms ease;
  transition: background-color 300ms ease, left 300ms ease;
  color: #616161;
  font-size: 40px;
}

.arrow-icon:hover {
  left: 10px;
  color: #58d069;
}

.arrow-icon:active {
  opacity: 0.5;
  color: #00dacc;
}

.menu-bar-top {
  width: 20px;
  height: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #daf4c7;
  opacity: 0.4;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #02bab1;
  font-size: 30px;
  text-align: center;
}

.logo {
  margin-top: 2px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.logo:hover {
  opacity: 0.7;
}

.logo.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 98;
  display: none;
  width: 100%;
  height: 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;
  background-color: hsla(0, 0%, 100%, 0.7);
}

.animaci-n1 {
  display: none;
}

.simple-link {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #02bab1;
  font-size: 16px;
  text-decoration: none;
}

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

.menu-link {
  padding-left: 5px;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease, padding 300ms ease;
  transition: opacity 300ms ease, padding 300ms ease;
  color: #81dcbb;
  font-size: 14px;
  text-decoration: none;
}

.menu-link:hover {
  padding-left: 8px;
  opacity: 1;
}

.modal-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #e5f8f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 248, 247, 0.2)), to(#effad3));
  background-image: linear-gradient(180deg, rgba(229, 248, 247, 0.2), #effad3);
  box-shadow: 0 6px 30px 0 rgba(2, 186, 177, 0.1);
}

.error-text {
  margin-top: 30px;
  padding: 0px;
  background-color: #fff;
  color: #f68686;
  text-align: center;
}

.modal-close {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 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;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  cursor: pointer;
}

.logos-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.store-roof {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.flex-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-container.vertical {
  -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;
}

.flex-container.hero {
  min-height: 100vh;
}

.clouds {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 5500px;
  height: 100%;
  background-image: url('../images/cloudsMadrid.png');
  background-position: 50% 50%;
  background-size: 5100px;
  background-repeat: no-repeat;
}

.nav-bar {
  position: fixed;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #02bab1;
  opacity: 1;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-bar-center {
  width: 16px;
  height: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #daf4c7;
  opacity: 0.7;
}

.hero-section {
  width: 100%;
  min-height: 100vh;
  padding-top: 16vh;
  background-image: url('../images/city-bg.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 186, 177, 0.9)), to(#aee521));
  background-image: url('../images/city-bg.png'), linear-gradient(180deg, rgba(2, 186, 177, 0.9), #aee521);
  background-position: 0% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
}

.hero-section.help {
  min-height: 660px;
  padding-top: 250px;
  background-color: #25d366;
  background-image: url('../images/cloudsMadrid.png');
  background-position: 0% 31%;
  background-size: 295%;
  background-repeat: no-repeat;
}

.hero-subheading {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px 8px 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(230, 248, 218, 0.3)));
  background-image: linear-gradient(90deg, transparent, rgba(230, 248, 218, 0.3));
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-subheading.bike {
  padding-left: 10px;
}

.emoji {
  padding-top: 6px;
  float: left;
}

.emoji.face {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.emoji.bike {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.emoji.tree {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.client-name {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0px;
}

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

.list {
  display: none;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.image-42 {
  position: relative;
  left: -14px;
  margin-top: -80px;
  margin-left: 0px;
}

.client-logo-block {
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(129, 220, 187, 0.3);
}

.succes-text {
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0px;
  background-color: #fff;
  color: #58d069;
  line-height: 1.3;
}

.landscape {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 5500px;
  height: 100%;
  background-image: url('../images/_landscapeMADRID4.png');
  background-position: 0px 100%;
  background-size: 5534px;
  background-repeat: no-repeat;
}

.menu-bar {
  width: 14px;
  height: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #daf4c7;
}

.promo-span {
  font-size: 21px;
  font-weight: 700;
}

.medium-heading {
  margin-bottom: 20px;
  font-size: 30px;
}

.medium-heading.center {
  display: block;
  margin-bottom: 30px;
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  text-align: left;
}

.review-block {
  width: 66.6%;
  margin-top: 10px;
  margin-left: -30px;
  padding: 30px 48px 24px 60px;
  background-color: rgba(174, 229, 33, 0.2);
}

.intro-heading {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 58px;
  text-align: center;
}

.main-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
}

.general-section {
  position: relative;
  padding: 200px 100px 100px;
}

.general-section.testimonials {
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5f8f7), to(#fff));
  background-image: linear-gradient(180deg, #e5f8f7, #fff);
}

.link-arrow {
  position: absolute;
  top: 5px;
  right: 0px;
  margin-top: 2px;
  float: right;
}

.blue-btn {
  position: relative;
  height: 40px;
  padding-top: 8px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #02bab1;
  -webkit-transition: background-color 350ms ease, border 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, border 350ms ease, color 350ms ease, -webkit-transform 350ms ease;
  transition: background-color 350ms ease, border 350ms ease, color 350ms ease, transform 350ms ease;
  transition: background-color 350ms ease, border 350ms ease, color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.blue-btn:hover {
  border-color: #02bab1;
  background-color: transparent;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #02bab1;
}

.blue-btn.big {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 14px;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 35px;
  border-width: 3px;
  border-radius: 25px;
  background-color: #25d366;
  font-size: 18px;
}

.blue-btn.big.w--current {
  padding-right: 44px;
  padding-left: 56px;
  background-color: #25d366;
}

.link-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #02bab1;
  font-size: 15px;
  text-transform: uppercase;
}

.scroll-line {
  width: 4px;
  height: 16px;
  margin-bottom: 14px;
  background-color: #83da45;
}

.register-btn {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 31px;
  padding-top: 10px;
  border: 2px solid #02bab1;
  border-radius: 5px;
  background-color: #2dc58d;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, box-shadow 250ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, box-shadow 250ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 200ms ease, box-shadow 250ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, transform 200ms ease, box-shadow 250ms ease, -webkit-transform 200ms ease;
}

.register-btn:hover {
  border-color: #58d069;
  background-color: #83da45;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.register-btn:active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hero-second-slider {
  height: 48px;
  background-color: transparent;
}

.customer-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding-right: 80px;
  padding-left: 80px;
  -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;
}

.sep {
  width: 3px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #aee521;
}

.promo-heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #25d366;
  line-height: 0.4;
}

.colaboration-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-bottom: 160px;
  padding-left: 60px;
  -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-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mouse-scroll {
  position: absolute;
  left: 0px;
  top: 240px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 38px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border: 4px solid #2dc58d;
  border-radius: 11px;
  background-color: #fff;
}

.main-heading-b {
  color: #fff;
  font-size: 64px;
}

.oxender-scroll {
  position: absolute;
  left: 0px;
  top: 360px;
  right: 0px;
  z-index: 50;
  display: block;
  width: 280px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: rgba(2, 186, 177, 0.2);
}

.flex-child-block._382 {
  width: 36%;
}

.flex-child-block._618 {
  position: relative;
  width: 61.8%;
}

.login-btn {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 24px;
  padding-left: 24px;
  border: 2px solid #2dc58d;
  border-radius: 20px;
  background-color: #daf4c7;
  -webkit-transition: background-color 300ms ease, border 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #58d069;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.login-btn:hover {
  border-color: #aee521;
  background-color: #e6f8da;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #2dc58d;
}

.logo-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  -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: #25d366;
}

.main-heading {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
}

.message {
  position: relative;
  top: 38px;
  z-index: 60;
  display: block;
  height: 150px;
  max-width: 560px;
  margin: 0px auto;
  font-family: Varela, sans-serif;
  color: #25d366;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  background-color: #effad3;
}

.slider-images {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 0px;
  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;
}

.buildings {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  width: 5500px;
  height: 100%;
  background-image: url('../images/skyscrapersMadrid_3.png');
  background-position: 50% 102%;
  background-size: 3600px;
  background-repeat: no-repeat;
}

.text-block-5 {
  color: grey;
  font-size: 14px;
  text-align: center;
}

.menu-2 {
  position: fixed;
  left: 18px;
  top: 80px;
  z-index: 95;
  display: none;
  width: 260px;
  min-height: 280px;
  padding: 32px 24px 24px;
  border: 2px solid #e5f8f7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 50px 0 rgba(97, 97, 97, 0.1);
}

.scrolling-path-2 {
  display: none;
  height: 600vh;
}

.franquicias-banner {
  display: block;
  height: 100vh;
  margin-top: 0px;
  padding: 120px 60px 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 211, 102, 0)), to(rgba(37, 211, 102, 0))), url('../images/Franquicias1.png');
  background-image: linear-gradient(180deg, rgba(37, 211, 102, 0), rgba(37, 211, 102, 0)), url('../images/Franquicias1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 1;
}

.image-43 {
  position: relative;
  left: 92px;
}

.bold-text-17 {
  position: relative;
  left: 92px;
  top: -19px;
  font-family: 'Kastelov axiforma', sans-serif;
  letter-spacing: 14px;
}

.centered-subheading {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 100px auto 40px 0px;
  font-family: Varela, sans-serif;
  color: #34b7f1;
  font-size: 40px;
  text-align: center;
}

.centered-subheading.white {
  color: #fff;
}

.centered-subheading.franquicias {
  font-family: 'Kastelov axiforma', sans-serif;
  font-weight: 900;
  text-align: left;
}

.columns-9 {
  display: block;
}

.columns-9.pym {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-9.pym.dt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.columns-9.pym.dt.vinilado {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col-left {
  padding-right: 15px;
  text-align: center;
}

.col-left.pym.dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  padding-right: 56px;
  -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;
}

.bold-text-25 {
  color: #25d366;
}

.bold-text-25.pympublicidad {
  font-family: 'Kastelov axiforma', sans-serif;
}

.slide {
  height: 175px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slide.franquicias {
  height: 140px;
}

.mask {
  height: 211px;
}

.mask.franquicias {
  height: 140px;
}

.container-20 {
  display: block;
}

.container-20.pym {
  display: block;
  -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;
}

.container-20.pym.dt {
  display: none;
  margin-top: 140px;
}

.col-right {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.col-right.pymright.dt.slider {
  height: 300px;
  max-height: 300px;
  min-height: 460px;
}

.slider2 {
  display: none;
  width: 70%;
  height: 213px;
  margin-top: 32px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.slider2.franquicias {
  display: block;
  height: 141px;
}

.benefit-p {
  font-family: 'Varela Round', sans-serif;
  text-align: center;
}

.benefit-p.vinilado {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-p.vinilado.info {
  font-size: 19px;
}

.benefit-h {
  font-family: 'Varela Round', sans-serif;
  color: #34b7f1;
  text-align: center;
  text-transform: uppercase;
}

.benefit-h._2 {
  margin-top: 0px;
  color: #484dff;
}

.benefit-h._2.pympublicidad {
  margin-top: 30px;
}

.benefit-h._4 {
  color: #4d4d4d;
}

.benefit-h._3 {
  color: #484dff;
}

.benefit-h._3.pymacciones {
  margin-top: 0px;
  font-family: 'Kastelov axiforma', sans-serif;
  text-align: left;
}

.benefit-h.pymvinilado {
  margin-top: 30px;
  font-family: 'Kastelov axiforma', sans-serif;
}

.benefit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 50px 30px 30px;
  -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;
  border-style: dashed;
  border-width: 3px;
  border-color: #25d366;
  background-color: #fff;
}

.benefit-block.pymcoleft {
  border-style: solid;
  border-width: 11px;
  border-color: #484dff;
  border-radius: 20px;
}

.benefit-block.pymcoleft._2.bloqueado {
  display: none;
}

.benefit-block.pym {
  border-style: solid;
  border-width: 10px;
  border-color: #34b7f1;
  border-radius: 0px;
}

.benefit-block.pym._2 {
  height: 100%;
  margin-top: 89px;
  border-color: #25d366;
  border-radius: 20px;
}

.benefit-block.pym._2.publicidad {
  height: 70%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.benefit-block.pym._2.publicidad.acciones {
  margin-left: 30px;
  border-radius: 20px;
}

.benefit-block.pym._2.publinuevo {
  display: block;
}

.benefit-block.pym._2.bloquea {
  display: block;
}

.benefit-block.pym.dt {
  display: none;
  border-radius: 20px;
}

.benefit-block.pym.dt.vinilado {
  display: none;
  margin-top: 175px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.benefit-block.pymcolright {
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.benefit-block.pymcolright.form-p-y-m {
  margin: 100px 40px 40px;
  padding: 10px 40px;
  -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;
  border-style: none;
}

.benefit-block.soporte {
  padding-top: 0px;
  padding-bottom: 20px;
}

.benefit-block.descuentos {
  padding-bottom: 10px;
}

.benefit-block.franquicias {
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-2 {
  min-height: 1px;
  margin-bottom: 14px;
  font-family: Varela, sans-serif;
  color: #25d366;
  font-size: 40px;
  text-align: center;
}

.h2-2._3 {
  color: #484dff;
}

.h2-2._1 {
  color: #34b7f1;
  font-size: 40px;
}

.heading-24 {
  font-family: Varela, sans-serif;
  color: #484dff;
  font-size: 42px;
  line-height: 1;
  text-align: center;
}

.feature-text-block-2 {
  padding: 25px 0px 25px 60px;
}

.div-block-64 {
  width: 60vh;
  max-width: 100%;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 197vh;
  max-width: 1180px;
  margin-top: 100px;
  margin-right: auto;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-grid-wrapper {
  margin-top: 40px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 60px;
  grid-row-gap: 30px;
}

.bold-text-35 {
  width: 100%;
}

.bold-text-35.dt {
  font-family: 'Kastelov axiforma', sans-serif;
}

.heading-25 {
  width: 84vh;
  max-width: 100%;
  margin-bottom: 40px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #484dff;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.section-planet {
  display: block;
}

.wrapper {
  position: relative;
  z-index: 4;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.section-join {
  display: block;
  padding: 40px 60px 120px;
}

.button-6 {
  position: relative;
  left: 0px;
  border-radius: 20px;
  background-color: #25d366;
  font-family: 'Varela Round', sans-serif;
}

.sub-section-green {
  position: relative;
  display: block;
  margin-top: 200px;
  padding-top: 80px;
  padding-bottom: 10px;
  background-color: #25d366;
}

.benefits-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100vh;
  margin-top: 20px;
  padding: 20px 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;
}

.container-16 {
  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;
}

.heading-26 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  letter-spacing: -3px;
  text-indent: 0px;
}

.text-block-45 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: -1px;
  text-transform: none;
}

.price-goove-dot {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dce2e6;
}

.price-goove-dot.dot1 {
  background-color: #5dbdff;
}

.hover-price-number {
  position: relative;
  height: 52px;
  margin-bottom: 4px;
  color: #25d366;
  font-size: 20px;
  font-weight: 800;
}

.hover-price-number._1 {
  top: 181px;
}

.hover-price-number._4 {
  top: 49px;
}

.hover-price-number._2 {
  top: 103px;
}

.pricing-dash {
  width: 25%;
  height: 5px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #484dff;
}

.price-hover-text {
  position: absolute;
  left: 32px;
  bottom: 25px;
  margin-left: -100px;
  padding: 0px 10px 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 24px;
}

.pricing-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-left: 100px;
  -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;
  color: #484dff;
  text-align: center;
}

.pricing-slider-color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 34%;
  min-width: 20px;
  background-color: #5dbdff;
}

.pricing-transaction {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  color: rgba(57, 57, 57, 0.7);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.pricing-contain {
  position: relative;
  width: 300px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 20px;
  padding-bottom: 30px;
  float: right;
  border-style: solid;
  border-width: 10px 2px 2px;
  border-color: transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 50px -10px rgba(45, 62, 80, 0.2);
  font-size: 12px;
  text-align: center;
}

.pricing-contain.enterprise-pricing-contain {
  z-index: 2;
}

.pricing-contain.pro-pricing-contain {
  position: relative;
  z-index: 2;
  display: block;
}

.bold {
  padding-left: 5px;
  color: #34b7f1;
  font-weight: 900;
}

.plan-name {
  margin-bottom: 10px;
  color: #484dff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.pricing-slider-groove {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 6px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(45, 62, 80, 0.12);
}

.enterprise-plus {
  position: relative;
  top: -2px;
  font-size: 28px;
}

.pricing-button {
  display: block;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 12px;
  padding-bottom: 7px;
  border-radius: 5px;
  background-color: #5dbdff;
  color: #fff;
  font-size: 13px;
  line-height: 2em;
  font-weight: 900;
}

.hover-text-4 {
  position: relative;
  z-index: 3;
  width: 200px;
  margin-top: -30px;
  padding-top: 30px;
  background-color: transparent;
  color: #34b7f1;
}

.pricing-slider-wrap {
  display: block;
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.bold-text-3 {
  padding-left: 5px;
}

.pricing-section {
  position: relative;
  display: none;
  min-height: 100vh;
  padding-top: 60px;
  text-align: center;
}

.pricing-handle {
  position: absolute;
  top: -33px;
  right: 32%;
  bottom: 0px;
  z-index: 10;
  width: 78px;
  height: 52px;
  border: 5px none #5dbdff;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/MENSOSBIKE_shadow.png');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.pricing-per-month {
  position: relative;
  opacity: 0.5;
  font-size: 17px;
  font-weight: 400;
}

.hover-text-3 {
  position: relative;
  z-index: 2;
  width: 200px;
  margin-top: -20px;
  padding-top: 20px;
  background-color: transparent;
}

.pricing-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  height: 60vh;
  min-height: 400px;
  -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: #f5f8fa;
  background-image: none;
  background-size: auto;
}

.dollar-sign {
  position: relative;
  left: -2px;
  top: -8px;
  opacity: 0.5;
  font-size: 17px;
  line-height: 10px;
  font-weight: 300;
}

.pricing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.price-number {
  height: 52px;
  margin-bottom: 4px;
  padding-left: 25px;
  color: #393939;
  font-size: 29px;
  line-height: 50px;
  font-weight: 700;
}

.hover-text-2 {
  position: relative;
  width: 200px;
  margin-top: -10px;
  padding-top: 10px;
  background-color: transparent;
}

.hover-text-1 {
  position: relative;
  width: 200px;
}

.tab-pane-help {
  padding-top: 40px;
  font-family: Varela, sans-serif;
}

.legal {
  margin-bottom: 15px;
  font-size: 18px;
}

.head-help {
  margin-bottom: 40px;
  color: #484dff;
  line-height: 1.2;
  font-weight: 300;
}

.wrapper-2 {
  position: relative;
  z-index: 4;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.legal-title {
  margin-top: 25px;
}

.hands-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-help {
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  opacity: 0.7;
  color: #616161;
  font-weight: 500;
}

.tab-link-help.w--current {
  border-bottom-color: #aee521;
  background-color: transparent;
  opacity: 1;
}

.section-heading {
  display: block;
  max-width: 700px;
  margin: 0px auto;
  color: #02bab1;
  font-size: 60px;
  line-height: 1.1;
  text-align: center;
}

.section-heading.white {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-weight: 900;
}

.tab-pane-title {
  font-size: 23px;
  font-weight: 500;
}

.section-help {
  padding: 120px 60px 180px;
}

.tab-content-box {
  margin-bottom: 30px;
  padding-left: 0px;
}

.container-3 {
  position: relative;
  top: 61px;
}

.handup {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

.section-support {
  position: relative;
  display: block;
  padding: 120px 38px 100px 60px;
  -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: #e5f8f7;
}

.head-main-2 {
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #484dff;
  font-size: 46px;
  line-height: 1;
  font-weight: 500;
}

.slider-right {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #25d366;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right:hover {
  background-color: #5233bb;
}

.checkbox-title {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5b3acc;
  font-size: 14px;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -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: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.field-label {
  margin-bottom: 8px;
  font-family: 'Varela Round', sans-serif;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.arrow-cta {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.form-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.checkbox-text-wrapper {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.help-block {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  padding: 20px;
}

.previous-placeholder {
  display: block;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin-bottom: 30px;
  -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;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous-placeholder:hover {
  opacity: 1;
}

.price-field {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.price-field::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.slide-banner {
  width: 30%;
  min-width: 310px;
  background-color: #25d366;
}

.text-field-5 {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
}

.text-field-5:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-5::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-5:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-5::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-5::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.banner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.author-name-2 {
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-54 {
  color: #5b617c;
}

.button-wrapper {
  position: relative;
}

.checkbox-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 15px;
  -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;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.slide-11 {
  position: static;
  width: 100%;
  height: 104vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.logo-3 {
  margin-bottom: 40px;
}

.star-row {
  margin-bottom: 30px;
}

.checkbox-icon {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 25px;
  -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: 15px;
  background-color: rgba(91, 58, 204, 0.05);
}

.form-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  min-height: 84vh;
  margin-bottom: 0px;
  padding-bottom: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.form-item-wrapper.que-necesita {
  padding-bottom: 200px;
}

.next-button {
  display: block;
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #5b3acc;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -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;
}

.next-placeholder {
  display: block;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -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;
}

.quote-wrap {
  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;
}

.checkbox-h4 {
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 30px;
  line-height: 31px;
}

.checkbox-h4.tienda {
  color: #484dff;
  font-size: 30px;
}

.checkbox-h4.restaurante {
  color: #484dff;
}

.checkbox-h4.ecom {
  color: #484dff;
}

.checkbox-h4.serviciodelivery {
  color: #25d366;
  font-size: 24px;
}

.checkbox-h4.deliv-almacenamiento {
  color: #34b7f1;
  font-size: 22px;
  line-height: 28px;
}

.icon {
  width: 80px;
  height: 80px;
}

.banner-h3 {
  margin-bottom: 20px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.mask-4 {
  overflow: visible;
  height: 75vh;
  max-height: 147vh;
  min-height: 79vh;
}

.text-block-55 {
  font-family: Oswald, sans-serif;
  color: #5b617c;
  font-size: 100px;
  line-height: 20px;
  font-weight: 700;
}

.form-section-title {
  margin-bottom: 12px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #484dff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.author-testimonial {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-intro {
  max-width: 650px;
  margin-bottom: 30px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}

.notice {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #2e2a4d;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 15px;
  line-height: 23px;
}

.text-span-5 {
  color: #fff;
}

.submit-button-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5b3acc;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
}

.previous-button {
  display: block;
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.success-message-2 {
  padding: 50px;
  letter-spacing: 1px;
}

.dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 100px;
  background-color: rgba(91, 97, 124, 0.1);
}

.dot.active-dot {
  background-color: #5b617c;
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 25% 40px 50px;
  -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;
}

.follow-title {
  margin-bottom: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.slider-6 {
  position: relative;
  height: 100vh;
  min-height: 725px;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.paragraph-9 {
  max-width: 650px;
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.78);
  font-size: 18px;
  line-height: 1.6;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 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;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 100px 3%;
  -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: #fff;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -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;
}

.form-paragraph {
  max-width: 550px;
  font-family: 'Varela Round', sans-serif;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.form-full {
  display: block;
  min-height: 100vh;
  -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;
}

.form-full.pagina {
  display: block;
}

.body-2 {
  height: 360vh;
  min-height: 360vh;
}

.slider-right-2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right-2:hover {
  background-color: #5233bb;
}

.field-label-2 {
  margin-bottom: 8px;
  font-family: 'Varela Round', sans-serif;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.form-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 560px;
  min-width: 490px;
  margin-bottom: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: 4px;
  background-color: rgba(21, 28, 52, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.slider-left-2:hover {
  background-color: rgba(21, 28, 52, 0.15);
}

.slide-banner-2 {
  width: 30%;
  min-width: 310px;
  background-color: #25d366;
}

.text-field-6 {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
}

.text-field-6:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-6::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-6:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-6::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-6::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.banner-logo-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  -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;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.slide-12 {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

.checkbox-icon-2 {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  -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: 15px;
  background-color: rgba(91, 58, 204, 0.05);
}

.form-item-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item-wrapper-2.fixed-height {
  min-height: 160px;
}

.checkbox-h4-2 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.icon-12 {
  width: 50px;
}

.banner-h3-2 {
  margin-bottom: 20px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.form-section-title-2 {
  margin-bottom: 12px;
  font-family: 'Kastelov axiforma book', sans-serif;
  color: #25d366;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-intro-2 {
  max-width: 650px;
  margin-bottom: 30px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.submit-button-4 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #5b3acc;
  color: #fff;
  font-size: 16px;
}

.banner-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding: 0% 40px 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;
}

.slider-7 {
  position: relative;
  height: 100vh;
  min-height: 850px;
  background-color: transparent;
}

.checkbox-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.slide-content-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 100px 3%;
  -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: #fff;
}

.button-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 89px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -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;
}

.form-paragraph-2 {
  max-width: 550px;
  font-family: 'Varela Round', sans-serif;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.form-full-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.slider-right-3 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #5b3acc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right-3:hover {
  background-color: #5233bb;
}

.slide-banner-3 {
  width: 30%;
  min-width: 310px;
  background-color: #1f1b3a;
}

.icon-13 {
  width: 25px;
}

.form-section-title-3 {
  margin-bottom: 12px;
  color: #0a1f44;
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
}

.checkbox-field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -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;
}

.field-label-3 {
  margin-bottom: 8px;
  color: #617283;
  font-size: 15px;
  font-weight: 500;
}

.text-field-7 {
  position: relative;
  min-height: 55px;
  margin-bottom: 0px;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  font-size: 16px;
}

.text-field-7:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field-7::-webkit-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-7:-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-7::-ms-input-placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.text-field-7::placeholder {
  color: rgba(97, 114, 131, 0.46);
}

.form-paragraph-3 {
  max-width: 550px;
  color: #5b617c;
  font-size: 18px;
  line-height: 23px;
}

.form-full-3 {
  display: block;
  min-height: 100vh;
  -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;
}

.form-section-title-4 {
  margin-bottom: 12px;
  color: #25d366;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
}

.slider-right-4 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #484dff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.slider-right-4:hover {
  background-color: #5233bb;
}

.banner-h3-3 {
  margin-bottom: 20px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.slide-banner-4 {
  width: 30%;
  min-width: 310px;
  background-color: #25d366;
}

.paragraph-intro-3 {
  max-width: 650px;
  margin-bottom: 30px;
  border-radius: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  text-align: center;
}

.banner-content-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 25% 40px 50px;
  -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;
}

.paragraph-10 {
  margin-bottom: 15px;
  font-weight: 500;
}

.success-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 84%;
  -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;
  color: #048570;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.form-block-5 {
  display: none;
  width: 350px;
  height: 419px;
  border-radius: 20px;
  background-color: #34b7f1;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
  color: #006151;
}

.field-label-4 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-weight: 600;
}

.lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.success-message-3 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #18f5d2;
}

.form {
  display: block;
  height: 58vh;
  padding: 20px 25px 25px;
}

.button-9 {
  position: relative;
  width: 100%;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #484dff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.button-9:hover {
  background-color: #25d366;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-72 {
  width: 70%;
  max-width: 70%;
  margin-right: 0px;
}

.bold-text-41 {
  font-family: 'Varela Round', sans-serif;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.select-field-2 {
  font-family: 'Varela Round', sans-serif;
}

.select-field-3 {
  font-family: 'Varela Round', sans-serif;
}

.image-44 {
  display: inline-block;
  margin-left: 95px;
  padding-left: 0px;
}

.image-45 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 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;
}

.body-3 {
  height: 320vh;
  min-height: 325vh;
}

.grid {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-27 {
  margin-top: 0px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #34b7f1;
  font-size: 28px;
  line-height: 36px;
}

.text-block-56 {
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.container-26 {
  height: 70vh;
  margin-top: 100px;
}

.text-block-57 {
  font-family: 'Kastelov axiforma book', sans-serif;
}

.text-block-58 {
  font-family: 'Kastelov axiforma book', sans-serif;
}

.bold-text-42 {
  color: #fff;
}

.menu-text {
  position: static;
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
  text-shadow: none;
}

.menu-text.offset {
  padding: 7px 5px 5px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 32px;
  line-height: 36px;
  text-transform: lowercase;
}

.menu-text.offset:hover {
  color: #2eaeef;
}

.menu-text.close {
  position: static;
  display: block;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #2eaeef;
  text-transform: lowercase;
}

.nav-flex-fix {
  position: relative;
  z-index: 3;
  height: auto;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #000;
}

.menu-button-2 {
  display: block;
  height: 100%;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.menu-button-2.w--open {
  z-index: 6;
  background-color: transparent;
}

.menu-button-2.closed {
  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;
  color: #8bc53e;
}

.menu-button-2.closed.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding-right: 30px;
}

.navbar-link {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90px;
  padding: 20px;
  float: left;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 35px;
  line-height: 40px;
  font-weight: 800;
  text-transform: lowercase;
}

.navbar-link:hover {
  color: #2eaeef;
}

.navbar-link.w--current {
  border-bottom: 2px solid #8bc53e;
  color: #8bc53e;
}

.navbar-link.first {
  margin-left: 30px;
}

.fontawesome-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 5px;
  -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: 100px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease, color 500ms ease;
  transition: background-color 300ms ease, color 500ms ease;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  text-decoration: none;
}

.newnavbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  background-color: transparent;
}

.menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #fff;
}

.navbar-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
}

.logo-container:hover {
  color: #000;
}

.list-item {
  display: none;
}

.container-27 {
  min-height: 240vh;
  margin-top: 100px;
}

.grid-2 {
  grid-column-gap: 36px;
  grid-row-gap: 46px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-81 {
  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;
}

.navbar-4 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  background-color: transparent;
}

.section-3 {
  height: 2000vh;
}

.section-4 {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  height: 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;
  background-image: linear-gradient(315deg, #2eaeef, #efbb2e);
}

.section-4._2 {
  display: block;
  height: 400vh;
  padding-right: 5%;
  padding-left: 5%;
  background-image: linear-gradient(315deg, #b42eef, #0bfc82);
}

.h1 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 100%;
  text-align: center;
  text-transform: lowercase;
}

.scroll-indicator {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  z-index: 10;
  display: block;
  width: 30px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.arrow-1 {
  overflow: hidden;
  width: 100%;
  height: 50%;
}

.arrow-rotate {
  position: relative;
  left: -10px;
  bottom: 46px;
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-2 {
  overflow: hidden;
  width: 100%;
  height: 50%;
}

.dropdown-innerlist {
  display: none;
  overflow: hidden;
  width: auto;
  max-width: 350px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 0px 5px 5px;
  background-color: #34b7f1;
  box-shadow: none;
  color: #fff;
}

.dropdown-innerlist.bloqueado {
  display: block;
}

.down {
  display: none;
}

.dropdowncontainer {
  position: absolute;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdowncontainer.movil {
  display: none;
}

.dropdowncontainer.bloqueado {
  display: none;
}

.navbar-5 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #25d366;
  box-shadow: none;
  opacity: 1;
}

.navbar-5.negocios {
  display: block;
  height: 80px;
}

.navbar-5.publicidad {
  display: block;
  height: 89px;
}

.navbar-5.bloqueado {
  display: block;
  height: 81px;
}

.dropdown-list-2 {
  display: none;
  overflow: hidden;
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 10px 10px;
  background-color: transparent;
}

.dropdown-list-2.bloqueado {
  display: block;
}

.container-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  max-height: 70px;
  max-width: 100%;
  min-height: 90px;
  min-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;
}

.dropdownlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
  cursor: pointer;
}

.navlink:hover {
  color: #46495f;
  text-align: left;
}

.navlink.w--current {
  padding-right: 20px;
  padding-left: 20px;
  color: #2193b0;
  text-transform: capitalize;
}

.navlink.sub {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.navlink.sub:hover {
  color: #46495f;
  text-decoration: none;
}

.navlink.sub.dt {
  display: none;
}

.navlink.sub.dt.bloqueado {
  display: block;
}

.navlink.sub.mov {
  display: none;
}

.navlink.bloqueado {
  display: none;
}

.dropdownwrapper {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 0px;
}

.text-block-59 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2193b0;
  font-size: 22px;
  font-weight: 700;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0px;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item-9 {
  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: 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;
}

.collection-item-9:hover {
  color: #509bf1;
}

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

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-11 {
  padding-right: 20px;
  padding-left: 0px;
  font-family: 'Varela Round', sans-serif;
}

.heading-28 {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-weight: 900;
}

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

.image-52 {
  margin-top: 20px;
}

.body-4 {
  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;
  background-color: #25d366;
}

.button-10 {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 20px;
  font-family: Varela, sans-serif;
}

.div-block-84 {
  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;
}

.heading-29 {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #fff;
  font-weight: 900;
}

.form-field {
  position: relative;
  display: block;
  width: 98%;
  height: 50px;
  margin-top: 5px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}

.form-field:focus {
  border: 1px solid #0882f3;
}

.form-field.required {
  background-image: url('../images/Required-star_1Required star.png');
  background-position: 99% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Varela Round', sans-serif;
  color: #1b1b1f;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.form-field.text {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.step1 {
  position: static;
  width: 100%;
  height: 58%;
}

.div-block-86 {
  display: block;
  width: 70%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-6 {
  width: 100%;
}

.form-navbar {
  display: none;
}

.field-label-5 {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Kastelov axiforma book', sans-serif;
  color: #484dff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-button {
  position: static;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin: 20px auto;
  padding-right: 0px;
  padding-left: 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;
  border-style: solid;
  border-width: 2px;
  border-color: #25d366;
  border-radius: 100px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #25d366;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.form-button:hover {
  border-style: none;
  background-color: #34b7f1;
  color: #fff;
}

.slider-form-wrapper {
  margin-bottom: 20px;
  padding: 30px 50px;
  border-radius: 0px;
  background-color: rgba(147, 155, 180, 0.13);
}

.slider-form-wrapper.pg1slider {
  display: none;
}

.slider-form-wrapper.pg1-sliderterms {
  display: none;
}

.form-checkbox {
  position: relative;
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
}

.next-button-2 {
  position: relative;
  left: 0px;
  top: -300px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  float: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #484dff;
}

.next-button-2.back {
  top: 0px;
  width: 30%;
  float: left;
  background-color: #484dff;
  color: #000;
  font-size: 17px;
}

.next-button-2.pg1 {
  display: none;
  background-color: transparent;
}

.button-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  letter-spacing: 1px;
}

.button-text._1 {
  display: none;
}

.line-devider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #d3d3d3;
}

.heading-form-title {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  margin: 0px auto 0px 0px;
  padding-right: 0px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #1665af;
  font-size: 24px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.heading-form-title.checkout {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #484dff;
  text-align: left;
}

.terms-column-flex {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-formwrapper {
  position: relative;
  padding: 30px;
  background-color: #fff;
}

.form-paragraph-4 {
  margin-bottom: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #46495f;
}

.step-form-slider {
  height: 100%;
  background-color: transparent;
}

.mask-6 {
  width: 100%;
  height: 115vh;
}

.slide-13 {
  height: 111vh;
}

.bold-text-43 {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
}

.select-field-4 {
  font-family: 'Varela Round', sans-serif;
}

.checkbox-label {
  font-family: 'Varela Round', sans-serif;
}

.bold-text-44 {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
}

.bold-text-45 {
  color: #484dff;
}

.bold-text-46 {
  color: #25d366;
}

.div-block-87 {
  display: none;
  width: 70%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  margin-top: 40px;
}

.div-block-87._2 {
  display: none;
}

.div-block-88 {
  width: 90%;
  height: 75vh;
}

.select-field-5 {
  width: 100.0179052352905%;
  padding-right: 0px;
  padding-left: 0px;
}

.form-paragraph-5 {
  max-width: 99%;
  margin-top: 10px;
  font-family: 'Varela Round', sans-serif;
  color: #46495f;
}

.columns-10 {
  margin-top: 10px;
}

.columns-11 {
  margin-top: 10px;
}

.field-label-6 {
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #484dff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab-pane-tab-2 {
  padding: 30px 20px;
  border-radius: 0px;
  background-color: rgba(52, 183, 241, 0.06);
}

.select-field-6 {
  width: 99.9654789651359%;
  max-width: 98%;
}

.columns-12 {
  margin-top: 10px;
}

.text-field-8 {
  width: 98%;
}

.tab-link-tab-1 {
  border-radius: 0px;
  background-color: #34b7f1;
}

.tab-link-tab-1.w--current {
  border-radius: 0px;
  background-color: #25d366;
}

.text-block-60 {
  color: #fff;
}

.tab-link-tab-2 {
  margin-left: 5px;
  border-radius: 0px;
  background-color: #34b7f1;
  color: #484dff;
}

.tab-link-tab-2.w--current {
  margin-left: 5px;
  border-radius: 0px;
  background-color: #25d366;
  color: #fff;
}

.text-block-61 {
  margin-left: 5px;
  color: #fff;
}

.button-11 {
  border-radius: 20px;
}

.button-12 {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -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: #484dff;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
  color: #484dff;
}

.button-12:hover {
  border-style: none;
  background-color: #25d366;
  color: #fff;
}

.div-block-89 {
  width: 78%;
  margin-top: 60px;
}

.heading-30 {
  position: static;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #25d366;
  font-weight: 900;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-62 {
  font-family: 'Varela Round', sans-serif;
  color: #46495f;
  font-size: 20px;
  line-height: 24px;
}

.div-block-90 {
  display: block;
  height: 247px;
  min-height: 55vh;
  padding-top: 71px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container-29 {
  margin-top: 0px;
}

.tab-pane-tab-1-2 {
  margin-top: 17px;
}

.button-13 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 36px;
  font-family: 'Varela Round', sans-serif;
}

.button-14 {
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: transparent;
  font-family: 'Varela Round', sans-serif;
}

.button-14:hover {
  border-color: #484dff;
  color: #484dff;
}

.button-15 {
  padding-right: 20px;
  padding-left: 20px;
}

.button-16 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  border-radius: 69px;
  background-color: #34b7f1;
}

.button-16:hover {
  background-color: #25d366;
}

.div-block-91 {
  width: 100%;
  height: 37vh;
  max-width: 100%;
  margin-top: 51px;
  margin-bottom: 55px;
  background-color: #25d366;
}

.column-14 {
  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;
}

.column-15 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label-3 {
  font-family: 'Varela Round', sans-serif;
}

.checkbox-label-4 {
  font-family: 'Varela Round', sans-serif;
}

.checkbox-label-5 {
  font-family: 'Varela Round', sans-serif;
}

.form-7 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-6 {
  height: 300vh;
}

.heading-32 {
  margin-top: 60px;
  color: #fff;
}

.form-block-7 {
  margin-top: 20px;
}

.success-message-4 {
  background-color: #25d366;
  font-family: 'Kastelov axiforma', sans-serif;
}

.text-block-63 {
  color: #fff;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: #25d366;
  background-image: url('../images/Artboard-1.png');
  background-position: 27% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .body {
    max-height: 17696.75em;
    min-height: 70vh;
  }
  .hero {
    padding-right: 66px;
    padding-left: 66px;
  }
  .heading.home.envio {
    margin-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .button.localizar {
    display: none;
    margin-right: 0px;
  }
  .button.localizar.ipad {
    display: block;
    margin-left: 140px;
  }
  .image-1 {
    left: -20px;
    bottom: 436px;
  }
  .image-3 {
    bottom: 404px;
  }
  .image-4 {
    right: -46px;
    bottom: -87px;
  }
  .image-5 {
    left: 43px;
  }
  .image-6 {
    left: 90px;
    top: -98px;
  }
  .intro {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .intro.feature-3.mode-2 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .image-7 {
    left: -87px;
    top: -142px;
  }
  .image-8 {
    left: -16px;
    top: -294px;
  }
  .image-9 {
    left: -35px;
    top: 27px;
  }
  .heading-3.centered {
    padding-right: 0px;
    padding-left: 0px;
  }
  .description.centered {
    padding-right: 55px;
    padding-left: 55px;
  }
  .image-11 {
    left: -180px;
  }
  .image-12 {
    left: -59px;
  }
  .image-13 {
    left: 221px;
  }
  .image-14 {
    top: 243px;
  }
  .image-15 {
    bottom: 269px;
  }
  .image-16 {
    right: 259px;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 9px;
    margin-left: 9px;
  }
  .column {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-17 {
    left: -52px;
  }
  .shows-archive {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .container-5 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .columns-4 {
    display: block;
  }
  .grid-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .arrow-left {
    left: -10px;
  }
  .feature-text-block-3 {
    padding-left: 0px;
  }
  .h2-8 {
    font-size: 42px;
  }
  .h2-8.h2-centre {
    text-align: center;
  }
  .bold-text-13.enviamos {
    max-width: 80%;
    font-size: 31px;
    line-height: 1.1;
  }
  .form-2 {
    width: 81%;
    max-width: 77%;
  }
  .hero-text-block-2 {
    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;
  }
  .feature-grid-block {
    padding: 12px;
  }
  .h2-6 {
    font-size: 42px;
  }
  .h2-6.white {
    text-align: center;
  }
  .h2-6.h2-centre {
    text-align: center;
  }
  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }
  .arrow-left-3 {
    left: -10px;
  }
  .hero-grid-wrapper-2 {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-h1-7 {
    max-width: 500px;
    font-size: 55px;
    text-align: center;
  }
  .service-grid {
    width: 100%;
    max-width: 630px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .arrow-right-3 {
    right: -10px;
  }
  .standard-paragraph._40-bottom-margin {
    text-align: left;
  }
  .feature-image-block-2 {
    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;
  }
  .arrow-right {
    right: -10px;
  }
  .content-section {
    padding-bottom: 140px;
  }
  .feature-icon {
    width: 45px;
  }
  .text-field-2 {
    max-width: 100.077771%;
  }
  .features-grid-wrapper-3 {
    grid-column-gap: 40px;
  }
  .small-blocks {
    margin-bottom: 12px;
  }
  .hero-grid-wrapper-3 {
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .h2-7 {
    font-size: 42px;
  }
  .h2-7.white {
    text-align: center;
  }
  .bold-text-32 {
    width: 80%;
    max-width: 100.18815%;
  }
  .tabs-img {
    position: relative;
    width: 35%;
    height: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .button-5.outline-accent {
    left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-span-2 {
    display: block;
    margin-top: -38px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 43px;
    line-height: 40px;
    text-align: right;
  }
  .heading-1.serviciosadicionales.algunosclientes {
    margin-top: 40px;
    font-size: 36px;
  }
  .servicios-adicionales {
    margin-top: 0px;
  }
  .text-block-53 {
    width: 80%;
    max-width: 80%;
  }
  .image-28 {
    margin-top: 40px;
  }
  .flex-container-3 {
    height: 125vh;
    margin-top: 0px;
  }
  .heading-primary.green {
    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;
  }
  .heading-primary.green.paranegocios2 {
    width: 100%;
  }
  .heading-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 90%;
    -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;
  }
  .footer-block {
    margin-right: -30px;
    margin-left: -30px;
  }
  .heading-15 {
    height: 185px;
    min-height: 0px;
  }
  .heading-19 {
    margin-top: 0px;
    font-size: 48px;
  }
  .block._3 {
    display: block;
    margin-left: 220px;
  }
  .content-container-2.form.dudas {
    padding-right: 60px;
    padding-left: 60px;
  }
  .content-container-2.form.p-y-m {
    width: 60%;
    margin-top: 40px;
    margin-left: 0px;
  }
  .content-container-2.form.p-y-m.franquicias {
    width: 101%;
    height: 56vh;
  }
  .feature-group.mobilemakes {
    position: relative;
    left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 52px;
    -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;
  }
  .heading-17.home {
    width: 50%;
    min-width: 80%;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.5px;
  }
  .content-container.clientes {
    padding-right: 40px;
    padding-left: 40px;
  }
  .strong-p {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
  }
  .bold-text-27 {
    display: block;
  }
  .fov-intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-3 {
    width: 81%;
    max-width: 77%;
  }
  .tabs-content-2 {
    display: block;
    height: 188px;
    margin-right: auto;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tabnav-item {
    margin-right: 50px;
  }
  .success-message {
    background-color: transparent;
  }
  .hero-image-2 {
    max-width: 560px;
  }
  .left-2 {
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 121px;
    -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;
  }
  .hero-paragraph {
    width: 80%;
    max-width: 80%;
    text-align: center;
  }
  .servicios-copy.servicios {
    height: 151vh;
    max-height: 100%;
    margin-bottom: 0px;
  }
  .footer-section {
    height: 61vh;
    padding-right: 60px;
    padding-left: 60px;
  }
  .para-negocios {
    height: 177vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_40-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col_40-2.serviciosadcionales {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card_row {
    padding-left: 0px;
  }
  .form-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .testimonial-image-block {
    padding: 30px;
  }
  .container-13 {
    height: 100%;
    max-height: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fov-sticky-content {
    top: 259.5px;
  }
  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 122%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-32 {
    padding-top: 40px;
  }
  .hero-title {
    font-size: 66px;
    line-height: 72px;
  }
  .hero-title.one {
    font-size: 31px;
  }
  .hero-title.two {
    margin-top: 200px;
    font-size: 37px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .heading-14 {
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 20px;
  }
  .sub-section-oxygen {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .featuresub {
    margin-top: 10px;
  }
  .columns-7 {
    width: 100%;
    height: 149vh;
    max-height: 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }
  .the-sticky-div {
    margin-top: 0px;
  }
  .hero-grid-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }
  .contactanos {
    min-height: 174vh;
  }
  .tabnav-link {
    font-size: 17px;
  }
  .heading-23.heading-2 {
    width: 100%;
    max-width: 100%;
  }
  .nuestras-estad-sticas {
    display: block;
  }
  .div-block-9.dudas {
    height: 75vh;
    max-height: 75%;
  }
  .col_60 {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .counter-support-text-2 {
    margin-top: 20px;
    text-align: center;
  }
  .paragraph-8.featuresub.nuestrosservicios {
    text-align: center;
  }
  .paragraph-8.featuresub.nuestrosservicios._2 {
    width: 100%;
    max-width: 100%;
  }
  .franquicias-1 {
    height: 100vh;
    max-height: 100%;
    margin-top: 220px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .small-blocks-2 {
    margin-bottom: 12px;
  }
  .tabs {
    max-width: 440px;
  }
  .tabs.goods {
    height: 296px;
    max-width: 90%;
    margin-top: 20px;
  }
  .para-negocios-2 {
    height: 180vh;
  }
  .para-negocios-2.pagina {
    margin-top: 81px;
  }
  .image-27 {
    left: -52px;
    top: -245px;
    margin-top: 40px;
  }
  .image-24 {
    left: -87px;
    top: -142px;
  }
  .transparent-btn.no-margin-top.no-margin-right {
    margin-top: 25px;
  }
  .text-block.form {
    font-size: 14px;
  }
  .fov-gallery.overflow-hidden {
    height: 521px;
    margin-top: 20px;
  }
  .container-19 {
    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;
  }
  .bottom-curve {
    margin-bottom: 40px;
  }
  .hero-grid {
    display: block;
    margin-top: 210px;
    padding-right: 32px;
    padding-left: 32px;
    -ms-grid-columns: 1.25fr 1fr;
    grid-template-columns: 1.25fr 1fr;
  }
  .full-container-2 {
    height: 130vh;
    max-height: 100%;
  }
  .hero-image-block {
    margin-top: 80px;
  }
  .text-span-3 {
    font-size: 43px;
    line-height: 40px;
    text-align: center;
  }
  .hero-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-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;
  }
  .counter-2 {
    margin-bottom: 0px;
    font-size: 28px;
  }
  .img-box {
    display: inline-block;
    width: 33%;
    height: 33%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -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;
  }
  .nuestrosclientes {
    height: 151vh;
    margin-top: 40px;
  }
  .image-25 {
    left: -35px;
    top: 27px;
  }
  .image-35 {
    height: 34vh;
    margin-top: 0px;
  }
  .text-field-4 {
    max-width: 100.077771%;
  }
  .push-down-column {
    padding-top: 0px;
  }
  .push-down-column.left {
    right: 0px;
  }
  .bold-text-29 {
    font-size: 24px;
  }
  .bold-text-28 {
    display: block;
    width: 90%;
    max-width: 90%;
    font-size: 25px;
  }
  .tab-pane {
    padding-right: 60px;
    padding-left: 60px;
  }
  .tab-pane.goods {
    height: 188px;
    padding: 0px;
    text-align: center;
  }
  .div-block-62 {
    margin-top: 0px;
  }
  .img-fov-gallery.tele {
    width: 692px;
    height: 521px;
  }
  .img-fov-gallery.wide {
    width: 692px;
    height: 521px;
  }
  .img-fov-gallery.ultrawide {
    width: 692px;
    height: 521px;
  }
  .div-block-63 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .the-width-400vh-scrollable-div {
    margin-top: 10px;
  }
  .columns-6 {
    display: block;
    height: 80vh;
    max-height: 79.999575%;
    margin-right: 9px;
    margin-bottom: 0px;
    margin-left: 15px;
    -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;
  }
  .bold-text-26 {
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }
  .header-2 {
    height: 17vh;
    margin-top: 0px;
  }
  .header-2._1 {
    margin-top: 0px;
  }
  .center-title {
    height: 20vh;
    max-height: 100%;
    margin-top: 15px;
  }
  .text-span-4.featuresub.cadenadefrio {
    margin-left: 0px;
    color: #fff;
  }
  .column-11 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .column-11.right {
    height: 101vh;
    max-height: 100vh;
    min-height: 100%;
    margin-top: 133px;
  }
  .image-23 {
    left: -16px;
    top: -294px;
  }
  .container-24 {
    height: 75vh;
    margin-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .mensos-app {
    margin-top: 100px;
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .card_col_2-2 {
    padding-right: 0px;
  }
  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -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;
  }
  .container_p-2 {
    height: 1121vh;
    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;
  }
  .bold-text-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 79vh;
    min-width: 79%;
    -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;
    text-align: center;
  }
  .counter-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.1209710233955%;
    -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;
  }
  .left-hero-block {
    margin-top: -2px;
  }
  .text-block-43 {
    font-family: 'Varela Round', sans-serif;
    color: #fff;
  }
  .dropdown-list {
    background-color: #fff;
  }
  .mobile-toggle {
    display: block;
  }
  .mobile-nav-link {
    width: 100%;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
  }
  .navigation-left-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-2 {
    display: block;
  }
  .menu-mob {
    display: none;
    border-radius: 100px;
    background-color: #fafafa;
    color: #000;
    font-size: 22px;
  }
  .menu-mob.w--open {
    background-color: #25d366;
  }
  .mobile-dropdown {
    display: block;
    color: #fff;
  }
  .navigation-2 {
    display: block;
  }
  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-nav {
    padding-top: 15px;
    background-color: #25d366;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }
  .navigation-container-mob {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #25d366;
  }
  .navigation-mob {
    display: none;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -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;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
    background-color: #25d366;
  }
  .container-25 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .home-form-block {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .clear-heading {
    max-width: 370px;
  }
  .form-heading {
    font-size: 26px;
  }
  .flex-container.hero {
    min-height: auto;
  }
  .hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .client-logo-block {
    padding: 40px;
  }
  .review-block {
    padding-right: 30px;
    padding-left: 40px;
  }
  .intro-heading {
    font-size: 40px;
  }
  .general-section {
    padding-right: 60px;
    padding-left: 60px;
  }
  .main-heading-b {
    font-size: 60px;
  }
  .flex-child-block._382 {
    width: 40%;
  }
  .flex-child-block._618 {
    width: 60%;
  }
  .main-heading {
    font-size: 60px;
  }
  .message {
    font-size: 26px;
  }
  .franquicias-banner {
    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;
  }
  .image-43 {
    left: 0px;
  }
  .bold-text-17 {
    left: 0px;
  }
  .centered-subheading {
    font-size: 22px;
  }
  .centered-subheading.franquicias {
    margin-top: 0px;
    font-size: 31px;
  }
  .columns-9.franquiciasfila1 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .columns-9.franquicias-fila-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .col-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-right {
    padding-left: 10px;
  }
  .slider2 {
    display: none;
  }
  .benefit-p {
    font-size: 18px;
  }
  .benefit-block.pym.dt {
    margin-bottom: 0px;
  }
  .benefit-block.pym.dt.vinilado {
    margin-top: 76px;
  }
  .benefit-block.pymcolright.form-p-y-m {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-2 {
    font-size: 42px;
  }
  .feature-text-block-2 {
    padding-left: 0px;
  }
  .features-grid-wrapper {
    grid-column-gap: 40px;
  }
  .feature-image-block {
    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;
  }
  .sub-section-green {
    padding: 40px 60px 80px;
  }
  .pricing-contain {
    width: 32%;
  }
  .pricing-contain.enterprise-pricing-contain {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-right: 20%;
    padding-left: 20%;
  }
  .pricing-contain.pro-pricing-contain {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pricing-slider-wrap {
    display: none;
  }
  .pricing-bg {
    padding-right: 5%;
    padding-left: 5%;
  }
  .pricing-row {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .head-help {
    font-size: 42px;
  }
  .section-heading {
    font-size: 46px;
  }
  .head-main-2 {
    font-size: 36px;
  }
  .slide-banner {
    display: none;
    width: 100%;
  }
  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .checkbox-base {
    height: auto;
    min-height: 100px;
  }
  .banner-h3 {
    font-size: 30px;
  }
  .author-image {
    margin-bottom: 10px;
  }
  .author-testimonial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-content {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .body-2 {
    min-height: 360vh;
  }
  .slide-banner-2 {
    display: none;
    width: 100%;
  }
  .banner-logo-2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .banner-h3-2 {
    font-size: 30px;
  }
  .banner-content-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .slide-content-2 {
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-banner-3 {
    display: none;
    width: 100%;
  }
  .banner-h3-3 {
    font-size: 30px;
  }
  .slide-banner-4 {
    display: none;
    width: 100%;
  }
  .banner-content-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .div-block-74 {
    margin-top: 0px;
  }
  .div-block-75 {
    margin-right: 0px;
  }
  .grid {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-27 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 31px;
  }
  .text-block-56 {
    padding-right: 40px;
    padding-left: 10px;
  }
  .container-26 {
    display: block;
    height: 75vh;
    margin-top: 14px;
    -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;
  }
  .div-block-77 {
    display: block;
    -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;
  }
  .div-block-78 {
    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;
  }
  .navbar-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-27 {
    margin-top: 22px;
  }
  .dropdown-innerlist {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
  }
  .down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    -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;
    color: #2193b0;
    font-size: 18px;
    cursor: pointer;
  }
  .dropdowncontainer {
    position: relative;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #f3f3f3;
    color: #000;
  }
  .navbar-5 {
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-5.bloqueado {
    display: block;
  }
  .dropdown-list-2 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 0px;
    box-shadow: none;
    color: transparent;
  }
  .container-28 {
    -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;
  }
  .dropdownlink-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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;
  }
  .icon-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #333;
    font-size: 34px;
  }
  .navlink {
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
  }
  .navlink:hover {
    color: #2193b0;
    text-decoration: none;
  }
  .navlink.w--current {
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
  }
  .navlink.sub {
    display: block;
    padding: 7px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-weight: 300;
  }
  .navlink.sub:hover {
    text-decoration: none;
  }
  .nav-menu-3 {
    height: auto;
    background-color: #fff;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  .menu-button-3 {
    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;
  }
  .menu-button-3.w--open {
    background-color: #fff;
  }
  .nav-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .collection-item-9 {
    width: 100%;
  }
  .image-50 {
    margin-right: 100px;
    margin-left: 0px;
  }
  .form-field {
    position: static;
    left: 0px;
    width: auto;
  }
  .form-field.required {
    width: 100%;
  }
  .form-field.text {
    width: 100%;
  }
  .div-block-86 {
    width: 90%;
  }
  .form-button {
    left: 0px;
  }
  .slider-form-wrapper.stp2 {
    width: 99.9052147164729%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .next-button-2 {
    top: -190px;
  }
  .next-button-2.back {
    width: 20%;
    height: 50px;
    margin-top: 20px;
    background-color: #34b7f1;
  }
  .heading-form-title {
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .checkout-formwrapper {
    width: 99.9170137144223%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .step-form-slider {
    width: 99.9052147164729%;
    max-width: 100.024643764701%;
  }
  .mask-6 {
    height: 98vh;
  }
  .slide-13 {
    width: 99.9052147164729%;
    padding-left: 0px;
  }
  .div-block-90 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-block-7 {
    margin-right: 40px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    height: auto;
    min-height: 1300vh;
  }
  .hero {
    display: block;
    overflow: hidden;
    width: 539vh;
    height: 380vh;
    max-height: 350px;
    max-width: 95%;
    margin-top: 20px;
    padding-right: 24px;
    padding-bottom: 183px;
    padding-left: 24px;
    background-color: #25d366;
    background-image: url('../images/5e4bc35664f7f5000037ac22_MENSOSlogoTANSPARENTE.png');
    background-position: 50% 9%;
    background-size: 131px;
    background-repeat: no-repeat;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero.dt {
    display: none;
  }
  .heading {
    margin-top: -36px;
    margin-bottom: -30px;
  }
  .heading.centered {
    padding-right: 38px;
    padding-left: 38px;
  }
  .heading.centered.app {
    font-size: 29px;
    line-height: 40px;
  }
  .heading.home {
    margin-bottom: 0px;
    color: #25d366;
    font-size: 23px;
    line-height: 33px;
  }
  .heading.home.envio {
    width: 70%;
    max-width: 70%;
    margin-top: -13px;
    color: #fff;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }
  .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;
  }
  .columns {
    display: block;
    margin-top: 0px;
  }
  .button {
    margin: 10px 10px 19px;
    padding: 10px 20px 0px;
    border-radius: 42px;
    background-color: #484dff;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
  }
  .button:hover {
    background-color: #fff;
    color: #484dff;
  }
  .button.outline-accent {
    margin-left: 90px;
  }
  .button.outline-accent.publicita {
    margin-left: 40px;
  }
  .button.localizar {
    display: block;
    background-color: #f5f6fa;
    color: #484dff;
  }
  .button.localizar:hover {
    background-color: #484dff;
    color: #f5f6fa;
  }
  .image-2 {
    left: -71%;
    top: -174%;
    display: none;
  }
  .image-1 {
    left: 25px;
    bottom: 300px;
    display: none;
  }
  .image-3 {
    left: 300px;
    bottom: 256px;
    display: none;
  }
  .image-4 {
    right: 117px;
    bottom: -133px;
    display: none;
  }
  .image-5 {
    left: 156px;
    top: -16px;
    display: none;
  }
  .image-6 {
    top: 157px;
    display: none;
  }
  .s50 {
    display: block;
    margin-top: 20px;
  }
  .s50.bloqueado {
    display: block;
  }
  .intro {
    position: static;
    display: block;
    margin-top: 0px;
    padding: 0px 55px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34b7f1), color-stop(55%, #fff));
    background-image: linear-gradient(180deg, #34b7f1, #fff 55%);
  }
  .intro.feature-3 {
    max-height: 1074px;
    margin-top: 40px;
    padding-top: 95px;
  }
  .image-7 {
    display: none;
    overflow: visible;
  }
  .image-8 {
    display: none;
  }
  .columns-2 {
    display: block;
    margin-top: 2px;
  }
  .image-9 {
    top: -41px;
  }
  .heading-3.centered {
    color: #25d366;
  }
  .heading-3.centered.estadisticas {
    color: #25d366;
    font-size: 33px;
    font-weight: 900;
  }
  .heading-3.mm {
    color: #25d366;
  }
  .heading-3.mob {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
  }
  .heading-3.nuestros-servicos {
    color: #25d366;
  }
  .heading-3.ofrecemos {
    color: #34b7f1;
    font-size: 29px;
  }
  .description.centered {
    margin-bottom: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 21px;
  }
  .description.left {
    display: none;
    padding-right: 29px;
    padding-left: 0px;
  }
  .description.left.trabajacon {
    display: block;
  }
  .description.left.publicita {
    display: block;
  }
  .description.ff {
    text-align: left;
  }
  .feature-1 {
    display: block;
    padding-right: 39px;
    padding-left: 39px;
    background-color: #25d366;
  }
  .feature-1.estad-sticas {
    margin-top: 40px;
  }
  .image-10 {
    display: none;
  }
  .image-11 {
    left: -60px;
    top: 64px;
  }
  .image-11.tree {
    display: none;
  }
  .image-12.mensochicologo {
    display: none;
  }
  .image-13 {
    left: 363px;
    top: 201px;
  }
  .image-13.co2 {
    display: none;
  }
  .image-14 {
    top: 543px;
    right: 213px;
  }
  .image-14.mensobike {
    display: none;
  }
  .image-16 {
    right: 133px;
    bottom: -300px;
  }
  .feature-2 {
    display: block;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .feature-2.publicidad {
    margin-top: 40px;
  }
  .feature-2.queteofrecemos {
    display: none;
  }
  .feature-2.franquicias {
    width: 100%;
  }
  .feature-2.negocios {
    width: 100.0692083761354%;
  }
  .columns-3 {
    display: block;
    margin-right: 32px;
    margin-left: 32px;
  }
  .column {
    position: static;
    padding-right: 66px;
    padding-left: 66px;
  }
  .column.right.banner-franquicias {
    margin-top: 0px;
  }
  .app-feature-item {
    background-image: url('../images/seo-vector-free-icon-set-25.png');
    background-position: 50% 2%;
    background-size: 100px;
    background-repeat: no-repeat;
  }
  .app-feature-item.horaconcertada {
    background-image: url('../images/education-vector-free-icon-set-23.png');
    background-size: 97px;
  }
  .app-feature-item._24h {
    background-image: url('../images/24h.png');
  }
  .app-feature-item.almacenaje {
    background-image: url('../images/Almacenaje.png');
    background-size: 95px;
  }
  .app-feature-item.zeroemi {
    background-image: url('../images/planet.svg');
  }
  .app-feature-item.serviciosyherramientas {
    background-image: url('../images/seo-vector-free-icon-set-27.png');
  }
  .app-feature-item.presenteentiendas {
    background-image: url('../images/seo-vector-free-icon-set-32.png');
  }
  .app-feature-item.equipocolab {
    background-image: url('../images/seo-vector-free-icon-set-40.png');
  }
  .app-feature-item.asistencia24h {
    background-image: url('../images/seo-vector-free-icon-set-38.png');
  }
  .app-feature-item.bloqueado {
    display: none;
  }
  .app-feature-item.bloqu {
    display: none;
  }
  .left {
    padding-right: 52px;
    padding-left: 52px;
  }
  .image-17 {
    display: none;
  }
  .image-17.publi3 {
    display: none;
  }
  .image-18 {
    top: 22px;
    display: none;
  }
  .image-18.publi1 {
    display: none;
  }
  .image-18.franquicias1 {
    top: 73px;
    display: block;
    margin-top: 20px;
  }
  .image-19 {
    left: 226px;
    top: -42px;
    bottom: -256px;
    display: none;
    max-width: 49%;
  }
  .image-19.publicita {
    left: 233px;
    top: 121px;
    display: block;
  }
  .image-19.trabajacon {
    left: 264px;
    top: 98px;
    display: block;
  }
  .show-item {
    height: 300px;
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/MensosRecorteparacadenaFrioNEW.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/MensosRecorteparacadenaFrioNEW.png');
    background-position: 0px 0px, 50% 3%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .show-item._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/5e46a01571e9792a910434eb_interior1.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/5e46a01571e9792a910434eb_interior1.png');
    background-size: auto, contain;
  }
  .section {
    display: block;
    padding-bottom: 119px;
    background-color: #25d366;
  }
  .download {
    display: block;
    text-align: center;
  }
  .dicon {
    padding-bottom: 20px;
  }
  .footer {
    position: static;
    display: block;
    height: 486.3999938964844px;
    max-height: 486.3999938964844px;
    min-height: 486px;
    margin-top: 40px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .link.flinks.bloqueado {
    display: none;
  }
  .container-4 {
    display: block;
    overflow: visible;
    height: 546.4000244140625px;
    max-height: 546.4000244140625px;
  }
  .div-block-3 {
    display: block;
    height: 387.3999938964844px;
    max-height: 387.3999938964844px;
    min-height: 387px;
    margin-top: 0px;
    padding-right: 64px;
    padding-left: 64px;
  }
  .credits {
    padding-right: 59px;
    padding-left: 59px;
  }
  .column-2 {
    margin-top: 328px;
    padding-top: 51px;
  }
  .column-3 {
    position: static;
    padding-right: 70px;
    padding-bottom: 33px;
    padding-left: 70px;
  }
  .feature-header-3 {
    font-family: 'Varela Round', sans-serif;
    color: #34b7f1;
    line-height: 26px;
  }
  .flex-container-8 {
    display: block;
  }
  .div-block-66 {
    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;
  }
  .grid-block.adicionales {
    width: 90%;
    margin-top: 40px;
    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;
    border-radius: 20px;
  }
  .arrow-left {
    display: none;
  }
  .feature-text-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 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;
  }
  .h2-8 {
    font-family: Varela, sans-serif;
    color: #484dff;
    font-size: 28px;
  }
  .h2-8.h2-centre {
    font-family: Varela, sans-serif;
    color: #25d366;
    font-weight: 400;
  }
  .image-37 {
    height: auto;
    min-height: 200px;
  }
  .bold-text-13.enviamos {
    -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-size: 25px;
  }
  .feature-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 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;
  }
  .faq-title {
    font-family: 'Varela Round', sans-serif;
  }
  .form-2 {
    width: 55vw;
    max-width: 55vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button-hero-3 {
    margin: 100px auto;
    padding-top: 20px;
    padding-bottom: 0px;
    font-family: Varela, sans-serif;
    letter-spacing: 1px;
    text-transform: none;
  }
  .profile-image {
    border-radius: 0px;
  }
  .profile-block-3 {
    margin-top: 0px;
    -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;
  }
  .submit-button-2 {
    display: none;
  }
  .hero-text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-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;
    border-radius: 50px;
    background-color: transparent;
  }
  .slide-wrap {
    padding: 0px 50px;
  }
  .feature-image-1 {
    width: 60%;
    height: 60%;
  }
  .mobile {
    display: none;
  }
  .standard-paragraph-4 {
    font-family: 'Varela Round', sans-serif;
    color: #4d4d4d;
  }
  .standard-paragraph-4.center {
    max-width: 518px;
  }
  .slider-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 93%;
    min-height: 50vh;
    -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;
  }
  .button-7 {
    margin-right: auto;
    margin-left: auto;
  }
  .button-7.dark-blue {
    margin-top: 20px;
    background-color: #34b7f1;
    font-family: 'Varela Round', sans-serif;
  }
  .button-7.dark-blue {
    margin-top: 0px;
    background-color: #34b7f1;
    font-family: 'Varela Round', sans-serif;
  }
  .testimonial-section {
    background-color: #34b7f1;
  }
  .testimonial-section.estadisticas {
    margin-bottom: 0px;
  }
  .testimonial-section._2 {
    display: none;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #34b7f1;
  }
  .icon-10 {
    display: none;
  }
  .faq-title-3 {
    font-family: 'Varela Round', sans-serif;
    color: #34b7f1;
    font-size: 49px;
  }
  .profile-details-2 {
    -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;
  }
  .slide-9 {
    height: 56vh;
    background-color: transparent;
  }
  .slide-9.quote {
    height: 48vh;
  }
  .h2-6 {
    font-family: Varela, sans-serif;
    color: #25d366;
  }
  .h2-6.white {
    margin-top: 40px;
    margin-bottom: 0px;
    font-family: 'Kastelov axiforma', sans-serif;
    font-size: 33px;
    font-weight: 900;
  }
  .h2-6.h2-centre {
    font-size: 34px;
  }
  .grid-wrapper-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .paragraph-basic-2 {
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
  }
  .paragraph-basic-2._1 {
    color: #4d4d4d;
    font-size: 19px;
    text-align: center;
  }
  .arrow-left-3 {
    display: block;
  }
  .arrow-left-3._1 {
    display: none;
  }
  .profile-details {
    margin-top: 0px;
    -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;
  }
  .profile-details._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-block {
    margin-top: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    -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;
  }
  .hero-grid-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-h1-7 {
    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;
    color: #25d366;
    text-align: center;
  }
  .slider-5 {
    display: none;
    margin-top: 50px;
  }
  .slider-5.estadisticas {
    height: 40vh;
  }
  .arrow-right-3 {
    display: block;
  }
  .arrow-right-3._2 {
    display: none;
  }
  .standard-paragraph {
    font-family: 'Varela Round', sans-serif;
    font-style: italic;
  }
  .standard-paragraph.quote {
    margin-top: 35px;
  }
  .standard-paragraph.center.white {
    font-family: 'Varela Round', sans-serif;
    color: #4d4d4d;
    font-style: normal;
  }
  .standard-paragraph._40-bottom-margin {
    margin-bottom: 0px;
    font-size: 17px;
    font-style: normal;
    text-align: left;
  }
  .feature-image-block-2 {
    margin-top: 60px;
    margin-bottom: 55px;
  }
  .paragraph-basic-3 {
    margin-top: 10px;
    font-family: 'Varela Round', sans-serif;
    color: #25d366;
    font-size: 30px;
    text-align: center;
  }
  .paragraph-6 {
    margin-top: 10px;
    font-family: 'Varela Round', sans-serif;
    color: rgba(86, 96, 115, 0.7);
    font-size: 14px;
  }
  .feature-text-3 {
    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: 'Varela Round', sans-serif;
    color: #34b7f1;
  }
  .arrow-right {
    display: none;
  }
  .bold-text-40 {
    color: #fff;
  }
  .slide-wrap-3 {
    padding: 0px 50px;
    background-image: url('../images/MensosHero_2.png');
    background-position: 50% 124%;
    background-size: 400px;
    background-repeat: no-repeat;
  }
  .slide-wrap-3._3 {
    min-height: 300px;
    -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: none;
  }
  .slide-wrap-3._2 {
    min-height: 350px;
    margin-bottom: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .slide-wrap-3._1 {
    background-image: url('../images/5e4bc35664f7f5000037ac22_MENSOSlogoTANSPARENTE.png');
    background-position: 50% 26%;
    background-size: 257px;
  }
  .text-field-2 {
    display: none;
    margin-top: -20px;
  }
  .profile-image-2 {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .paragraph-basic {
    font-family: 'Varela Round', sans-serif;
  }
  .hero-section-5 {
    display: block;
    padding-top: 10px;
    padding-bottom: 100px;
    -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;
    background-color: #25d366;
  }
  .faq-title-4 {
    font-family: Varela, sans-serif;
    color: #484dff;
  }
  .faq-title-4._1 {
    margin-bottom: 20px;
    color: #25d366;
    font-size: 25px;
    text-align: left;
  }
  .faq-title-4.new {
    width: 198px;
    margin-bottom: 10px;
    font-family: 'Kastelov axiforma', sans-serif;
    color: #25d366;
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
  }
  .slide-10._3 {
    height: auto;
    min-height: 300px;
    background-color: transparent;
  }
  .slide-10._1 {
    min-height: 300px;
    background-color: #25d366;
  }
  .slide-10._2 {
    min-height: 300px;
  }
  .slide-10._2.arboles {
    min-height: 300px;
  }
  .slide-10._2.co2 {
    min-height: 300px;
  }
  .slide-10._2.on-demand {
    min-height: 300px;
  }
  .features-grid-wrapper-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .standard-paragraph-3._40-bottom-margin {
    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-size: 22px;
    text-align: center;
  }
  .standard-paragraph-3.center {
    font-family: 'Varela Round', sans-serif;
  }
  .form-block-3 {
    width: 64vw;
    max-width: 64vw;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sobre-mensos-mobile-2 {
    display: block;
    background-color: #fff;
  }
  .bold-text-39 {
    color: #25d366;
    font-size: 32px;
  }
  .small-blocks {
    -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;
  }
  .hero-grid-wrapper-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bold-text-38 {
    font-family: 'Varela Round', sans-serif;
  }
  .h2-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 79vw;
    -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: Varela, sans-serif;
    color: #34b7f1;
  }
  .h2-7.white {
    width: 90vw;
    font-family: Varela, sans-serif;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    -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;
  }
  .heading-6 {
    color: #484dff;
    font-size: 21px;
    line-height: 23px;
  }
  .paragraph-7 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Kastelov axiforma book', sans-serif;
    color: #46495f;
    font-size: 17px;
    line-height: 23px;
  }
  .paragraph-7._2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Kastelov axiforma book', sans-serif;
    line-height: 23px;
  }
  .estadisticas-heading {
    color: #484dff;
    font-size: 30px;
    line-height: 40px;
  }
  .heading-7 {
    color: #fdece8;
    font-size: 30px;
    line-height: 40px;
  }
  .heading-8 {
    color: #bfebf3;
    font-size: 30px;
    line-height: 40px;
  }
  .heading-9 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-69 {
    display: none;
  }
  .button-5.outline-accent {
    margin-top: 40px;
  }
  .heading-1.serviciosadicionales.algunosclientes {
    font-size: 40px;
  }
  .text-block-53 {
    width: 90%;
    max-width: 90%;
    margin-top: 10px;
  }
  .image-28 {
    display: block;
  }
  .heading-primary.green {
    max-width: 90%;
    font-size: 40px;
  }
  .heading-21 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .smoothieimage-4 {
    height: 350px;
  }
  .footer-block {
    background-image: none;
  }
  .heading-19.queofrecemos {
    font-size: 30px;
  }
  .muffinimage {
    height: 350px;
  }
  .heading-16.mm {
    position: relative;
    top: -67px;
    width: 419px;
    margin-bottom: 0px;
    margin-left: 70px;
    padding-bottom: 0px;
    padding-left: 167px;
    font-size: 17px;
    line-height: 1.2;
    text-align: right;
  }
  .card_base-2 {
    width: 70%;
  }
  .block._1 {
    height: 380px;
  }
  .block._3 {
    margin-left: 350px;
  }
  .content-container-2.form.dudas {
    background-color: #34b7f1;
  }
  .content-container-2.form.p-y-m {
    width: 100%;
    height: 370px;
  }
  .content-container-2.form.p-y-m.info {
    height: 370px;
    margin-top: 0px;
    background-color: #25d366;
  }
  .content-container-2.form.p-y-m.franquicias {
    height: 53px;
    max-height: 385px;
    min-height: 354px;
    margin-top: 0px;
  }
  .text-block-2 {
    width: 60%;
    font-size: 16px;
    text-align: center;
  }
  .camera-field-view {
    display: none;
  }
  .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    color: #46495f;
    font-size: 22px;
  }
  .heading-17 {
    margin-top: -36px;
    margin-bottom: -30px;
  }
  .heading-17.home {
    font-size: 28px;
  }
  .text-block-38.dudas {
    color: #fff;
  }
  .strong-p {
    font-size: 22px;
  }
  .heading-22.heading-primary.dudas {
    color: #fff;
  }
  .form-3 {
    width: 55vw;
    max-width: 55vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service-section {
    height: auto;
    padding-bottom: 0px;
  }
  .bold-text-20 {
    color: #fff;
  }
  .bold-text-34 {
    font-family: Varela, sans-serif;
    color: #25d366;
    text-align: center;
  }
  .div-block-70 {
    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: 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;
  }
  .testimonial-content-wrap {
    width: 100%;
    margin-top: 100px;
    padding-left: 25px;
  }
  .bold-text-23 {
    color: #fff;
    line-height: 28px;
  }
  .success-message {
    background-color: transparent;
  }
  .success-message.dudas {
    width: 100%;
  }
  .logo-footer {
    margin-top: 20px;
  }
  .sobre-menos-copy.sobremensos {
    display: none;
    height: 154vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-paragraph {
    padding-right: 40px;
    padding-left: 40px;
  }
  .left-2 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .hero-paragraph {
    text-align: center;
  }
  .servicios-copy.servicios {
    height: 250vh;
  }
  .footer-section {
    display: none;
    height: 102vh;
    padding-bottom: 120px;
  }
  .para-negocios {
    height: 163vh;
  }
  .col_40-2 {
    padding-right: 0px;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .testimonial-image-block {
    width: 100%;
    height: 30vh;
    min-height: 30vh;
  }
  .testimonial-columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-columns-2._1 {
    height: 103vh;
    max-height: 152.2125%;
  }
  .hero-title {
    font-size: 60px;
  }
  .sub-section-oxygen {
    padding-bottom: 120px;
  }
  .columns-7 {
    height: 1132px;
    margin-top: 10px;
  }
  .hero-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-block-right {
    padding: 10px;
  }
  .content-block-right._1 {
    max-height: 100%;
    min-height: 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;
  }
  .contactanos {
    height: 1228px;
    min-height: 1288px;
  }
  .paragraph-basic-4 {
    width: 71.4%;
    margin-bottom: 10px;
    padding-left: 0px;
    font-family: 'Varela Round', sans-serif;
  }
  .paragraph-basic-4._1 {
    color: #4d4d4d;
    font-size: 19px;
    text-align: center;
  }
  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .franquicias-1 {
    height: 100vh;
  }
  .small-blocks-2 {
    width: auto;
    -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;
  }
  .tabs.goods {
    margin-top: 40px;
  }
  .para-negocios-2 {
    height: 248vh;
    min-height: 293vh;
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
  }
  .para-negocios-2.pagina {
    min-height: 2463px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: linear-gradient(7deg, #34b7f1 45%, #fff 78%);
  }
  .image-27 {
    left: -19px;
    display: block;
    margin-top: 0px;
  }
  .flex-col.center {
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-col.right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flex-col.left {
    display: none;
  }
  .button-hero {
    margin-right: auto;
    margin-left: auto;
  }
  .image-24 {
    display: block;
    overflow: visible;
  }
  .button-8 {
    margin-top: 20px;
    border-radius: 42px;
    background-color: #484dff;
    font-family: 'Varela Round', sans-serif;
  }
  .button-8:hover {
    background-color: #fff;
    color: #484dff;
  }
  .image-33 {
    width: 269px;
  }
  .column-10 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .fov-gallery.overflow-hidden {
    width: 100%;
    height: 80vh;
    max-height: 80%;
  }
  .container-19 {
    height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bottom-curve.green {
    margin-bottom: 60px;
  }
  .line-2 {
    display: block;
    margin: 32px auto;
    color: transparent;
  }
  .hero-grid {
    margin-top: 160px;
    grid-row-gap: 120px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .full-container-2 {
    display: none;
    height: 2680vh;
  }
  .columns-8 {
    display: block;
    margin-top: 2px;
  }
  .a-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 20vh;
    -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;
  }
  .hero-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -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;
  }
  .the-height-400vh-section {
    display: none;
  }
  .logo-2 {
    width: 130px;
  }
  .profile-details-3 {
    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: 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;
  }
  .profile-details-3._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nuestrosclientes {
    display: none;
  }
  .image-25 {
    left: -10px;
    top: -41px;
    padding-left: 0px;
  }
  .unordered-list {
    margin-bottom: 20px;
  }
  .the-content {
    width: 50%;
    height: 50%;
  }
  .text-field-4 {
    margin-top: 0px;
  }
  .push-down-column.right {
    padding-right: 52px;
    padding-left: 52px;
  }
  .content-1 {
    display: none;
    height: 92%;
    padding-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;
  }
  .gradient._1 {
    background-position: 50% 50%;
    background-size: contain;
  }
  .bold-text-29 {
    font-family: 'Varela Round', sans-serif;
    color: #616161;
  }
  .bold-text-28.paginanegocios {
    color: #fff;
  }
  .tab-pane {
    padding-top: 40px;
  }
  .img-fov-gallery.ultrawide {
    width: 692px;
    height: 521px;
  }
  .div-block-63 {
    margin-top: 60px;
  }
  .form-block-4 {
    width: 64vw;
    max-width: 64vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .columns-6 {
    display: block;
    margin-top: 0px;
    margin-right: 32px;
    margin-left: 32px;
  }
  .bold-text-26 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 41px;
    text-align: center;
  }
  .center-title {
    height: 152px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-11 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .column-11.right {
    margin-top: 200px;
  }
  .image-23 {
    display: block;
  }
  .mensos-app {
    padding-right: 55px;
    padding-left: 55px;
  }
  .card_col_2-2 {
    width: 100%;
    padding-left: 0px;
  }
  .content-wrap._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container_p-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bold-text-21 {
    color: #484dff;
  }
  .image-26 {
    left: 0px;
    top: 181px;
    width: 115%;
  }
  .form-block-2 {
    width: auto;
    min-width: 420px;
  }
  .form-block-2.franquiciasform.p-y-m {
    width: 360px;
    min-width: 360px;
  }
  .form-block-2.consultas {
    width: 80%;
    min-width: 420px;
  }
  .left-hero-block {
    margin-top: 0px;
  }
  .center {
    display: none;
  }
  .icon-9 {
    color: #25d366;
  }
  .menu-mob {
    background-color: transparent;
  }
  .menu-mob.w--open {
    background-color: transparent;
  }
  .navigation-2 {
    display: none;
  }
  .navigation-container-mob {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: transparent;
  }
  .navigation-mob {
    display: none;
  }
  .navigation-wrap {
    display: none;
  }
  .mobile-site {
    display: none;
  }
  .container-25 {
    display: block;
    margin-top: 0px;
  }
  .navbar-3 {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-40 {
    background-color: transparent;
  }
  .div-block-71 {
    display: block;
  }
  .mensosmovil {
    display: block;
    height: auto;
    max-height: 8188.16259765625px;
  }
  .home-form-block {
    display: block;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .menu {
    top: 70px;
  }
  .link-block-2 {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-3 {
    text-align: center;
  }
  .emoji-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .intro-btn {
    left: 0px;
    right: 0px;
    bottom: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logos-link-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clear-heading {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .center-p {
    top: 0px;
    margin-top: 0px;
    font-size: 21px;
  }
  .logo {
    position: relative;
  }
  .logos-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-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;
  }
  .nav-bar {
    padding-left: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-section {
    padding: 12vh 30px 200px;
  }
  .hero-section.help {
    margin-top: 10px;
  }
  .hero-subheading {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(230, 248, 218, 0.3)), to(transparent));
    background-image: linear-gradient(90deg, transparent, rgba(230, 248, 218, 0.3) 50%, transparent);
    line-height: 1.6;
    text-align: center;
  }
  .emoji {
    display: block;
  }
  .client-name {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .client-logo-block {
    width: 100%;
    margin-bottom: -20px;
    padding: 60px;
  }
  .medium-heading.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;
  }
  .review-block {
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .intro-heading {
    font-size: 28px;
  }
  .general-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .hero-second-slider {
    height: 140px;
  }
  .hero-second-slider.form {
    height: 40px;
  }
  .customer-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sep {
    display: none;
  }
  .colaboration-section {
    padding-bottom: 120px;
  }
  .main-heading-b {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .flex-child-block._382 {
    width: 100%;
  }
  .flex-child-block._618 {
    width: 100%;
    margin-bottom: 50px;
  }
  .main-heading {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .message {
    max-width: 340px;
    font-size: 23px;
  }
  .menu-2 {
    top: 70px;
  }
  .franquicias-banner {
    display: block;
    height: 540px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-43 {
    position: static;
    left: 0px;
    height: 306px;
    max-height: 306px;
  }
  .bold-text-17 {
    left: 0px;
    top: 0px;
  }
  .centered-subheading {
    margin-bottom: 60px;
  }
  .centered-subheading.franquicias {
    margin-top: 40px;
    font-size: 29px;
    text-align: center;
  }
  .columns-9.pym.dt.vinilado {
    -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;
  }
  .columns-9.pym.dt.publicidad {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-9.pym.dt.acciones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-left.pym.dt {
    -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;
  }
  .mask {
    width: 100%;
  }
  .container-20 {
    height: 1500px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-20.pym {
    display: block;
  }
  .container-20.pym.dt {
    display: block;
    height: 370vh;
    margin-top: 0px;
  }
  .col-right {
    padding-left: 0px;
  }
  .slider2 {
    display: none;
    width: 100%;
    margin-top: 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;
    background-image: url('../images/paranegociosbici6.png');
    background-position: 86% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slider2.franquicias {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .benefit-p {
    font-size: 17px;
  }
  .benefit-block.pymcoleft {
    height: 100.0995%;
    max-height: 380.63751220703125px;
    margin-bottom: 0px;
    padding-top: 30px;
  }
  .benefit-block.pymcoleft._2.bloqueado {
    display: none;
  }
  .benefit-block.pym._2 {
    width: 100%;
    max-width: 276%;
    margin-top: 0px;
  }
  .benefit-block.pym._2.publicidad {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
  }
  .benefit-block.pym._2.publicidad.acciones {
    margin-left: 0px;
  }
  .benefit-block.pym._2.acciones {
    margin-top: 26px;
  }
  .benefit-block.pym._2.publinuevo {
    display: block;
  }
  .benefit-block.pym._2.bloquea {
    display: block;
  }
  .benefit-block.pym.dt {
    display: none;
    height: 100%;
    max-height: 450.6125183105469px;
    padding-top: 30px;
  }
  .benefit-block.pym.dt.vinilado {
    width: 495px;
    height: 200px;
    max-height: 383.6000061035156px;
    max-width: 440px;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
  }
  .benefit-block.pymcolright {
    display: none;
  }
  .benefit-block.pymcolright.form-p-y-m {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .benefit-block.descuentos {
    padding-top: 20px;
  }
  .feature-text-block-2 {
    padding-left: 0px;
  }
  .flex-container-2 {
    display: none;
  }
  .features-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .feature-image-block {
    margin-bottom: 55px;
  }
  .bold-text-35.dt {
    text-align: center;
  }
  .heading-25 {
    width: 92vh;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 31px;
    text-align: center;
  }
  .section-join {
    padding-bottom: 60px;
  }
  .sub-section-green {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hover-price-number {
    height: 42px;
  }
  .pricing-h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .pricing-contain {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .pricing-contain.enterprise-pricing-contain {
    width: 350px;
    margin-top: 5px;
    margin-left: 3px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .pricing-contain.scale-pricing-contain {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .pricing-contain.pro-pricing-contain {
    margin: 5px 2px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plan-name {
    margin-bottom: 0px;
  }
  .pricing-section {
    padding-top: 20px;
  }
  .pricing-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price-number {
    height: 42px;
  }
  .head-help {
    font-size: 34px;
  }
  .wrapper-2 {
    background-color: #fff;
  }
  .section-heading {
    font-size: 40px;
  }
  .section-help {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .section-support {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .head-main-2 {
    font-size: 34px;
  }
  .form-wrapper {
    width: 100%;
  }
  .help-block {
    top: 0px;
    right: 0px;
  }
  .previous-placeholder {
    position: fixed;
    z-index: 6;
  }
  .form-content {
    width: 100%;
    min-width: auto;
  }
  .slide-banner {
    display: block;
  }
  .banner-logo {
    display: none;
  }
  .button-wrapper {
    display: none;
  }
  .checkbox-base {
    min-height: 80px;
  }
  .form-item-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .next-placeholder {
    position: fixed;
    z-index: 6;
  }
  .quote-wrap {
    width: 99.9130448051121%;
    height: 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;
  }
  .paragraph-intro {
    color: #fff;
  }
  .banner-content {
    padding-bottom: 178px;
  }
  .slide-content {
    min-height: 100vh;
    margin-top: -149px;
  }
  .button-wrap {
    margin-top: 10px;
  }
  .button-wrap.que-te-interesa {
    margin-top: -140px;
  }
  .form-full {
    display: none;
  }
  .form-full.pagina {
    min-height: 100vh;
  }
  .body-2 {
    display: block;
    height: 2950px;
    min-height: 2950px;
    -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;
  }
  .form-content-2 {
    width: 100%;
    min-width: auto;
  }
  .form-item-wrapper-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner-content-2 {
    height: 100%;
    margin-top: 40px;
    padding-top: 0px;
  }
  .form-full-3 {
    display: none;
  }
  .banner-h3-3 {
    color: #fff;
  }
  .paragraph-intro-3 {
    color: #fff;
  }
  .field-label-4 {
    color: #fff;
  }
  .lottie {
    display: none;
  }
  .form {
    margin-top: 20px;
  }
  .section-2 {
    display: none;
    height: 800px;
    min-height: 800px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-72 {
    width: 95%;
    height: 5px;
    max-width: 95%;
    min-height: 400px;
    margin-right: 0px;
  }
  .div-block-73 {
    margin-top: 40px;
  }
  .div-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 480px;
    margin-top: 100px;
    -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-44 {
    margin-left: 0px;
  }
  .div-block-75 {
    width: 100%;
    max-width: 100%;
  }
  .body-3 {
    height: auto;
    min-height: 3276px;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-27 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 21px;
    line-height: 25px;
    text-align: left;
  }
  .text-block-56 {
    margin-top: 10px;
    font-size: 17px;
    text-align: left;
  }
  .container-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 680px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .div-block-78 {
    margin-top: 0px;
  }
  .div-block-79 {
    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;
  }
  .image-46 {
    height: auto;
    max-height: none;
  }
  .image-47 {
    display: none;
  }
  .brand-3 {
    display: none;
  }
  .image-48 {
    height: auto;
    max-height: none;
  }
  .div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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;
  }
  .image-49 {
    max-height: 348.6750183105469px;
  }
  .menu-text {
    font-size: 28px;
    line-height: 35px;
  }
  .menu-text.offset {
    font-size: 26px;
    line-height: 30px;
  }
  .menu-text.close {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    border-top: 2px solid #000;
  }
  .menu-button-2 {
    margin-right: 0px;
  }
  .menu-button-2.closed.w--open {
    display: block;
    height: auto;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-link {
    top: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 35px;
  }
  .navbar-link.w--current {
    border-bottom: 1px none #000;
  }
  .navbar-link.first {
    margin-left: 0px;
  }
  .fontawesome-logo {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 30px;
  }
  .h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .newnavbar {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-container {
    display: block;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-27 {
    display: none;
  }
  .navbar-4 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroll-indicator {
    bottom: 50px;
  }
  .dropdown-innerlist {
    display: block;
    max-width: 100%;
  }
  .dropdown-innerlist.bloqueado {
    display: none;
  }
  .down {
    width: auto;
  }
  .dropdowncontainer {
    display: none;
  }
  .dropdowncontainer.movil {
    display: block;
    padding-left: 20px;
  }
  .navbar-5 {
    position: relative;
    z-index: 9999999;
    display: block;
    width: 100%;
    height: 65px;
    -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;
    background-color: #fff;
  }
  .navbar-5.publicidad {
    background-color: #fff;
  }
  .navbar-5.bloqueado {
    display: none;
  }
  .dropdown-list-2 {
    display: block;
  }
  .dropdown-list-2.bloqueado {
    display: none;
  }
  .container-28 {
    position: relative;
    z-index: 9007199254740991;
    display: block;
    width: 100%;
    max-width: 1200px;
    min-height: 70px;
    min-width: 0px;
    margin-right: 20px;
    margin-left: 0px;
    -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;
    background-color: transparent;
  }
  .dropdownlink-container {
    padding-left: 0px;
  }
  .icon-2 {
    color: #25d366;
  }
  .navlink {
    padding-left: 30px;
    color: #25d366;
  }
  .navlink.w--current {
    color: #25d366;
  }
  .navlink.sub.dt {
    display: block;
    color: #484dff;
  }
  .navlink.sub.dt:hover {
    color: #25d366;
  }
  .navlink.sub.dt.bloqueado {
    display: none;
  }
  .navlink.sub.mov {
    display: block;
    color: #484dff;
  }
  .navlink.sub.mov:hover {
    color: #25d366;
  }
  .dropdownwrapper {
    z-index: 30000000000;
    padding-left: 0px;
  }
  .nav-menu-3 {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/MENSOSlogoTANSPARENTEVERDER.png');
    background-position: 90% 50%;
    background-size: 100px;
    background-repeat: no-repeat;
  }
  .menu-button-3 {
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-wrap {
    position: relative;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-50 {
    display: none;
  }
  .div-block-82.w--current {
    position: relative;
  }
  .grid-3 {
    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;
  }
  .paragraph-11 {
    font-size: 15px;
  }
  .heading-28 {
    font-size: 30px;
    line-height: 33px;
  }
  .div-block-83 {
    height: 221.60000610351562px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .link-block-3 {
    display: block;
    padding-top: 10px;
  }
  .link-block-3.w--current {
    position: absolute;
    left: 5%;
    top: 5%;
    right: auto;
    bottom: auto;
    padding-top: 10px;
  }
  .image-51 {
    display: block;
  }
  .form-field {
    width: 100%;
  }
  .form-field.required {
    font-size: 10px;
  }
  .step1 {
    height: 82%;
  }
  .div-block-86 {
    width: 100%;
  }
  .field-label-5 {
    font-size: 12px;
  }
  .form-button {
    width: 159px;
    height: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 12px;
  }
  .slider-form-wrapper {
    height: 73vh;
    margin-bottom: 0px;
  }
  .slider-form-wrapper.terms-conditions {
    height: 15vh;
    margin-bottom: 0px;
    padding-top: 29px;
    padding-bottom: 0px;
  }
  .slider-form-wrapper.stp2 {
    height: 123vh;
  }
  .form-checkbox {
    margin-top: 10px;
    font-size: 12px;
  }
  .next-button-2 {
    top: -400px;
    bottom: 3px;
  }
  .next-button-2.back {
    top: 0px;
    margin-top: 25px;
    background-color: #34b7f1;
  }
  .button-text {
    color: #fff;
    font-size: 12px;
  }
  .heading-form-title {
    left: 6px;
    top: 0px;
    font-size: 20px;
    line-height: 27px;
  }
  .heading-form-title.checkout {
    font-size: 19px;
    line-height: 23px;
  }
  .terms-column-flex {
    margin-top: 15px;
  }
  .checkout-formwrapper {
    width: 100%;
    height: 139vh;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-paragraph-4 {
    margin-top: 10px;
  }
  .step-form-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 136vh;
    -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;
  }
  .mask-6 {
    height: 135vh;
  }
  .slide-13 {
    height: 130vh;
  }
  .bold-text-46 {
    font-size: 12px;
  }
  .div-block-87 {
    width: 100%;
    height: 102px;
    max-height: 1070px;
    min-height: 1124px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-paragraph-5 {
    font-size: 12px;
  }
  .field-label-6 {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
  }
  .select-field-6 {
    font-size: 12px;
  }
  .tab-link-tab-1 {
    width: 147px;
    max-width: 147px;
    margin-left: 0px;
    padding-left: 30px;
    border-radius: 0px;
  }
  .text-block-60 {
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }
  .tab-link-tab-2 {
    width: 30%;
    border-radius: 0px;
  }
  .tab-link-tab-2.w--current {
    width: 147px;
    border-radius: 0px;
  }
  .text-block-61 {
    font-size: 11px;
    line-height: 14px;
  }
  .form-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-pane-tab-1 {
    margin-top: 5px;
  }
  .button-12 {
    margin-left: 20px;
  }
  .div-block-89 {
    width: 100%;
    height: 164.40000915527344px;
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .heading-30 {
    font-size: 27px;
    line-height: 39px;
  }
  .text-block-62 {
    font-size: 12px;
    line-height: 20px;
  }
  .div-block-90 {
    display: none;
    max-height: 350px;
    min-height: 350px;
  }
  .button-16 {
    background-color: #fff;
    color: #484dff;
  }
  .button-16:hover {
    color: #fff;
  }
  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 51px;
    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;
  }
  .heading-31 {
    padding-left: 20px;
    color: #fff;
    font-size: 26px;
  }
  .form-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tabs-content-3 {
    margin-top: 20px;
  }
  .checkbox-label-5 {
    font-size: 12px;
  }
  .body-5 {
    height: 1876px;
  }
  .div-block-92 {
    height: 155.1999969482422px;
    max-height: 155.1999969482422px;
  }
  .div-block-93 {
    height: 129.60000610351562px;
    max-height: 129.60000610351562px;
  }
  .div-block-94 {
    height: 102.5999984741211px;
    max-height: 102.5999984741211px;
  }
  .form-7 {
    height: 292px;
    max-height: 292px;
  }
  .div-block-95 {
    position: static;
  }
  .div-block-96 {
    height: 620.3125px;
  }
  .image-53 {
    height: 378.7124938964844px;
  }
  .div-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }
  .grid-4 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-flow: row;
    grid-row-gap: 38px;
    grid-template-areas: "Area Area-2 Area-3" "Area-4 Area-5 Area-6" "Area-7 Area-8 Area-9";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 38px auto 38px auto;
    grid-template-rows: auto auto auto;
  }
  .heading-33 {
    margin-right: 20px;
    margin-left: 20px;
    color: #34b7f1;
    text-align: center;
  }
  .section-5 {
    display: block;
  }
  .link-block-4 {
    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;
  }
  .link-block-5 {
    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;
  }
  .link-block-6 {
    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;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    margin-top: 0px;
    padding-right: 0px;
  }
  .body {
    height: 1500vh;
    max-height: 1507vh;
    min-height: 1518vh;
  }
  .nav-link.accent {
    padding-top: 33px;
    padding-bottom: 22px;
  }
  .nav-link.bt-normal {
    margin-top: 19px;
    margin-right: 88px;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    background-color: #bfebf3;
  }
  .hero {
    display: block;
    height: 580px;
    max-width: 90%;
    min-height: 580px;
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 86px;
    -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-position: 50% 20%;
    background-size: 124px;
  }
  .heading {
    margin-right: auto;
    margin-left: auto;
  }
  .heading.centered {
    padding-right: 28px;
    padding-left: 28px;
    font-size: 45px;
  }
  .heading.home {
    margin-bottom: -10px;
    font-size: 26px;
    line-height: 32px;
  }
  .heading.home.envio {
    width: 283px;
    max-width: 270px;
    min-width: 279px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
  }
  .container {
    min-height: 350px;
  }
  .heading-2 {
    display: none;
  }
  .button {
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 10px 20px;
    font-family: 'Kastelov axiforma', sans-serif;
    color: #fff;
    font-size: 14px;
  }
  .button.outline-accent {
    margin-top: 32px;
    margin-left: 0px;
  }
  .button.outline-accent.publicita {
    margin-left: 0px;
  }
  .button.localizar {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    font-size: 14px;
  }
  .image-2 {
    top: -160%;
    display: none;
  }
  .image-1 {
    left: 25px;
    bottom: 308px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-3 {
    left: 185px;
    top: -375px;
    bottom: 200px;
  }
  .image-4 {
    right: -6px;
    bottom: -35px;
  }
  .image-5 {
    top: -51px;
  }
  .s50 {
    position: -webkit-sticky;
    position: sticky;
    display: block;
  }
  .s50.bloqueado {
    display: block;
  }
  .intro {
    display: block;
    max-width: 90%;
    padding-right: 37px;
    padding-bottom: 0px;
    padding-left: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34b7f1), color-stop(36%, #fff));
    background-image: linear-gradient(180deg, #34b7f1, #fff 36%);
  }
  .intro.feature-3 {
    padding: 40px 21px 20px;
  }
  .intro.feature-3.mode-2 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .image-9 {
    left: -19px;
  }
  .heading-3 {
    margin-top: 15px;
    padding-right: 26px;
  }
  .heading-3.centered.estadisticas {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 27px;
    line-height: 32px;
  }
  .heading-3.mm {
    margin-top: 94px;
  }
  .heading-3.mob {
    padding-right: 106px;
  }
  .description.left {
    padding-right: 48px;
  }
  .feature-1 {
    display: block;
    max-width: 90%;
    padding: 157px 16px 205px;
  }
  .image-10 {
    display: none;
  }
  .image-14 {
    top: 285px;
  }
  .image-15 {
    display: none;
  }
  .feature-2 {
    display: block;
  }
  .columns-3 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 42px;
    padding-left: 42px;
    -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;
    grid-column-gap: 11px;
  }
  .app-feature-item {
    margin-bottom: 20px;
  }
  .app-feature-item.bloqu {
    display: none;
  }
  .left {
    padding-right: 26px;
    padding-left: 26px;
  }
  .image-17 {
    display: none;
  }
  .image-18.franquicias1 {
    top: 194px;
  }
  .image-19 {
    left: 13px;
    top: 2px;
    display: none;
    padding-top: 16px;
  }
  .image-19.publicita {
    left: 120px;
    top: 194px;
    right: 0px;
    width: 200px;
    height: 200px;
    max-height: 100%;
    max-width: 100%;
    min-height: 207px;
    min-width: 243px;
  }
  .image-19.trabajacon {
    left: 140px;
    top: 127px;
    width: 183.83750915527344px;
    height: 206.15000915527344px;
    max-width: 48%;
    min-height: 250px;
    min-width: 250px;
  }
  .show-item {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/5e457fddeb2ca5236eef66c8_img4.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/5e457fddeb2ca5236eef66c8_img4.png');
    background-position: 0px 0px, 50% 3%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .show-item._1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/5e46a01571e9792a910434eb_interior1.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/5e46a01571e9792a910434eb_interior1.png');
    background-position: 0px 0px, 50% 3%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }
  .section {
    display: block;
    max-width: 90%;
  }
  .footer {
    overflow: visible;
    max-height: 486.3999938964844px;
    margin-top: 0px;
    background-size: 642px;
  }
  .container-4 {
    overflow: visible;
  }
  .div-block-3 {
    height: 387.3999938964844px;
    max-height: 387.3999938964844px;
    padding-right: 39px;
    padding-left: 39px;
  }
  .credits {
    height: 40px;
    max-height: 40px;
    padding-right: 163px;
    padding-left: 37px;
  }
  .container-5 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .column-2 {
    margin-top: 206px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 41px;
    padding-left: 48px;
  }
  .menu-button {
    background-color: transparent;
  }
  .voting-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .show-details {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-field {
    height: 38px;
    max-height: 38px;
  }
  .flex-container-8 {
    height: 100%;
    background-image: url('../images/background1.png');
    background-position: 25px 140px;
    background-size: 262px;
    background-repeat: no-repeat;
  }
  .flex-container-8.cadenadefrio {
    background-image: none;
  }
  .flex-container-8.trabajaconnosotros {
    background-image: none;
  }
  .grid-block {
    -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-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;
  }
  .feature-text-block-3 {
    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;
  }
  .flex-container-5 {
    width: 90vw;
    height: 60vh;
    max-height: 99.927479%;
    max-width: 100%;
    min-height: 68vh;
    margin-top: 0px;
    padding-top: 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;
    background-image: url('../images/background1.png');
    background-position: 50% 120%;
    background-size: 346px;
    background-repeat: no-repeat;
  }
  .flex-container-5.servicios {
    display: block;
    height: 62vh;
    max-height: 18%;
    min-height: 46%;
    background-image: none;
  }
  .flex-container-5.queteofrecemos._2 {
    min-height: 262vh;
    background-image: none;
  }
  .bold-text-13 {
    width: 100%;
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
  }
  .bold-text-13.enviamos {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
  }
  .bold-text-13.enviamos {
    display: block;
    width: 100%;
    margin-top: 0px;
    font-size: 21px;
    line-height: 1.1;
    text-align: center;
  }
  .feature-text-block {
    padding-right: 0px;
  }
  .feature-text-block.branded {
    padding-right: 0px;
  }
  .form-2 {
    width: 100vh;
    height: 12vh;
    max-height: 100%;
    max-width: 50vw;
    min-width: 50vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .button-hero-3 {
    margin-bottom: 100px;
    padding-bottom: 20px;
  }
  .profile-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .profile-block-3 {
    min-height: 20vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .submit-button-2 {
    display: none;
    height: 11px;
    min-height: 29%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slide-wrap.quote {
    height: 69vh;
    max-height: 507.828125px;
    min-height: 372px;
  }
  .feature-image-1 {
    width: 100%;
    height: 100%;
    margin-top: 140px;
  }
  .button-7._0-top-margin {
    margin-top: 10px;
  }
  .faq-title-3 {
    font-size: 42px;
  }
  .slide-9.quote {
    height: 69vh;
  }
  .h2-6 {
    text-align: center;
  }
  .h2-6.white {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 27px;
    line-height: 32px;
  }
  .h2-6._2 {
    font-size: 36px;
  }
  .grid-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph-basic-2._1 {
    font-size: 16px;
  }
  .profile-details {
    -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;
  }
  .profile-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-grid-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -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;
  }
  .hero-h1-7 {
    margin-bottom: 0px;
  }
  .slider-5.estadisticas {
    height: 45vh;
  }
  .standard-paragraph.quote {
    min-width: 245px;
    font-size: 15px;
  }
  .standard-paragraph._40-bottom-margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-image-block-2 {
    margin-top: 100px;
  }
  .paragraph-basic-3 {
    font-size: 26px;
    text-align: center;
  }
  .slide-wrap-3 {
    background-position: 50% 100%;
    background-size: 339px;
  }
  .slide-wrap-3._2 {
    height: 36vh;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide-wrap-3._2.clientes {
    height: 100vh;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 60px;
    -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;
  }
  .feature-icon {
    max-height: 50px;
  }
  .text-field-2 {
    width: 202.5vh;
    height: 5vh;
    max-height: 100%;
    min-width: 60vw;
    margin-top: 0px;
    font-size: 12px;
  }
  .profile-image-2 {
    margin-bottom: 15px;
    border-radius: 0px;
  }
  .hero-section-5 {
    height: 50vh;
    min-height: 75vh;
    padding-bottom: 0px;
  }
  .faq-title-4._1 {
    line-height: 31px;
    text-align: center;
  }
  .slide-10._3 {
    background-color: transparent;
  }
  .slide-10._2 {
    height: 300px;
    max-height: 50vh;
    min-height: 300px;
  }
  .standard-paragraph-3._40-bottom-margin {
    text-align: center;
  }
  .standard-paragraph-3.center {
    max-width: 400px;
    min-width: 340px;
  }
  .form-block-3 {
    width: 80%;
    height: 11vh;
    max-height: 100%;
    max-width: 60%;
    min-width: 65vw;
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .sobre-mensos-mobile-2 {
    display: block;
  }
  .grid-icon {
    margin-bottom: 15px;
  }
  .small-blocks {
    margin-top: 10px;
  }
  .h2-7 {
    font-size: 38px;
    text-align: center;
  }
  .service-section-2 {
    max-height: 100%;
    min-height: 352vh;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -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;
  }
  .bold-text-32 {
    font-size: 26px;
  }
  .h1_features-3 {
    position: relative;
    top: -30px;
    width: 100%;
    line-height: 22px;
    text-align: center;
  }
  .awareness-section.mensosapp {
    display: block;
    margin-top: 0px;
  }
  .tabs-img {
    position: relative;
    left: 0px;
    width: 55%;
  }
  .button-5.outline-accent {
    left: 0px;
    top: 27px;
    padding: 10px;
    font-family: 'Varela Round', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .text-span-2 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .partner-logo-container {
    padding: 0px 0px 20px;
  }
  .heading-1 {
    font-family: Varela, sans-serif;
    color: #25d366;
    font-size: 35px;
  }
  .heading-1.serviciosadicionales {
    position: relative;
    left: 0px;
    font-size: 32px;
    text-align: center;
  }
  .heading-1.serviciosadicionales.algunosclientes {
    position: relative;
    top: 0px;
    font-size: 32px;
    line-height: 1.1;
  }
  .title-2 {
    margin-bottom: 10px;
    font-family: 'Varela Round', sans-serif;
    color: #25d366;
  }
  .servicios-adicionales {
    display: none;
    width: 100%;
    height: 75vh;
    max-width: 100%;
    min-height: 85vh;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 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;
  }
  .text-block-53 {
    width: 100%;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
    text-align: center;
  }
  .image-28 {
    display: block;
    width: 113%;
    height: 20%;
    max-width: 116%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .flex-container-3 {
    height: 100vh;
    min-height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-primary.green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 7vh;
    max-height: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    -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;
    color: #25d366;
    font-size: 26px;
    text-align: left;
  }
  .heading-primary.green.servicios1 {
    font-size: 26px;
  }
  .heading-primary.green.paranegocios2 {
    height: 9vh;
    margin-bottom: 10px;
  }
  .heading-21 {
    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-size: 34px;
  }
  .footer-block {
    -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;
  }
  .heading-15 {
    font-size: 28px;
    text-align: center;
  }
  .heading-19 {
    margin-top: 20px;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: -0.5px;
  }
  .heading-19.queofrecemos {
    font-size: 33px;
  }
  .fov-sticky-container {
    width: 100%;
    max-width: 100.05333658854167%;
    margin-top: 0px;
  }
  .text-block-36 {
    position: relative;
    left: -54px;
    width: 229px;
    margin-top: 10px;
    color: #484dff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }
  .text-block-36.app {
    left: 0px;
    height: 3vh;
    min-height: 8vh;
  }
  .text-block-27 {
    font-size: 12px;
  }
  .form-block {
    width: 80%;
    margin-bottom: 0px;
  }
  .tab-nav {
    padding-top: 24px;
  }
  .heading-16 {
    margin-top: 15px;
    padding-right: 26px;
  }
  .heading-16.mm {
    margin-top: 94px;
    font-size: 16px;
    line-height: 1.2;
  }
  .card_base-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35vh;
    max-width: 100%;
    min-height: 35vh;
    padding-top: 40px;
    padding-right: 5%;
    padding-left: 5%;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-23 {
    position: relative;
    top: 0px;
    width: 100%;
    max-width: 127%;
    text-align: center;
  }
  .content-container-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-container-2.form.p-y-m.info {
    width: 65%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .content-container-2.form.asociarse {
    height: 376px;
    min-height: 435px;
  }
  .text-block-2 {
    width: 80%;
  }
  .camera-field-view {
    display: none;
    height: 339vh;
    -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;
  }
  .feature-group.mobilemakes {
    position: relative;
    width: 100%;
    height: 247px;
    max-height: 247px;
    max-width: 100%;
    min-height: 325px;
    min-width: 121%;
    text-align: center;
  }
  .feature-group.mobilemakes._1 {
    min-width: 100%;
  }
  .feature-group.mobilemakes._2 {
    min-width: 99%;
  }
  .subtitle {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .submit-button {
    margin-top: 20px;
  }
  .heading-17 {
    margin-right: auto;
    margin-left: auto;
  }
  .heading-17.home {
    position: relative;
    left: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .text-block-38 {
    font-size: 19px;
  }
  .text-block-38.dudas {
    color: #fff;
  }
  .content-container {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .content-container.clientes {
    position: relative;
    top: 0px;
    height: 93vh;
    max-height: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .strong-p {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
  }
  .fov-intro {
    height: 37vh;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-22 {
    font-size: 30px;
  }
  .heading-22.heading-primary.dudas {
    color: #fff;
    font-size: 28px;
  }
  .form-3 {
    width: 100vh;
    height: 19vh;
    max-height: 100%;
    max-width: 50vw;
    min-width: 50vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .service-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 260vh;
    max-height: 97%;
    max-width: 100%;
    min-height: 365vh;
    -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;
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bold-text-20 {
    color: #fff;
  }
  .text-field-3 {
    width: 100%;
    font-size: 12px;
  }
  .bold-text-34 {
    font-size: 33px;
    text-align: center;
  }
  .tab-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .tab-link.w--current {
    padding-right: 0px;
  }
  .testimonial-content-wrap {
    top: 0px;
    display: block;
    width: 100%;
    height: 30vh;
    max-height: 100%;
    min-height: 30vh;
    margin-top: 0px;
    padding: 0px;
  }
  .bold-text-23 {
    color: #fff;
  }
  .tabs-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabnav-item {
    margin-right: 30px;
  }
  .container-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .sobre-menos-copy {
    padding: 140px 30px 0px;
  }
  .sobre-menos-copy.sobremensos {
    display: block;
    height: 119vh;
    max-height: 100%;
    min-height: 128vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-curve {
    display: none;
    margin-top: 0px;
  }
  .testimonial-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 15px;
    text-align: center;
  }
  .hero-image-2 {
    margin-top: 220px;
  }
  .left-2 {
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 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;
  }
  .hero-paragraph {
    margin: 10px 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .servicios-copy {
    padding: 140px 30px 0px;
  }
  .servicios-copy.servicios {
    position: static;
    top: 0px;
    display: none;
    height: 220vh;
    max-height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #25d366), color-stop(96%, #34b7f1), to(#fff));
    background-image: linear-gradient(180deg, #25d366 18%, #34b7f1 96%, #fff);
  }
  .footer-section {
    height: 125vh;
    padding-right: 30px;
    padding-left: 30px;
  }
  .para-negocios {
    height: 110vh;
    min-height: 116vh;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .testimonial-author-wrap {
    display: block;
    width: 100%;
    height: 50%;
    max-height: 50%;
    margin-top: 20px;
  }
  .col_40-2 {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40vh;
    max-height: 100%;
    max-width: 100.0851050843584%;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-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;
  }
  .col_40-2.serviciosadcionales {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vh;
    height: 30vh;
    min-height: 30vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }
  .card_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .form-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 24vh;
    max-height: 100%;
    max-width: 100%;
    min-height: 24vh;
    padding: 0px;
    -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;
  }
  .phone-btn {
    display: none;
  }
  .phone-btn.mobile {
    display: block;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .testimonial-columns-2 {
    -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-columns-2._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55vh;
    max-height: 100%;
    max-width: 100%;
    min-height: 55vh;
    margin-top: 40px;
  }
  .container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 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;
  }
  .container-12 {
    height: 51vh;
    margin-top: 100px;
  }
  .image-32 {
    padding-top: 10px;
  }
  .icon_wrap-2 {
    position: relative;
    top: -30px;
    width: 100%;
    max-width: 100%;
  }
  .hero-title {
    font-size: 54px;
    line-height: 60px;
    text-align: center;
  }
  .hero-title.one {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-title.two {
    margin-top: 60px;
    padding-right: 0px;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: -0.5px;
  }
  .heading-14 {
    width: 100%;
  }
  .sub-section-oxygen {
    padding: 10px 0px;
  }
  .sub-section-oxygen.appmensos {
    height: 429px;
  }
  .featuresub {
    height: 100px;
    max-height: 135px;
    min-height: 135px;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #46495f;
    font-size: 16px;
  }
  .featuresub._2 {
    width: 100%;
    max-width: 100%;
    color: #fff;
  }
  .feature-content-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .columns-7 {
    height: 149vh;
    margin-top: 100px;
  }
  .the-sticky-div {
    margin-top: 0px;
  }
  .hero-grid-wrapper {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }
  .content-block-right {
    width: 100%;
    min-height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-block-right._1 {
    display: block;
    height: 100%;
    max-height: 38%;
    min-height: 33%;
    margin-top: 40px;
  }
  .card_title_wrap-2 {
    width: 100%;
    max-width: 100%;
  }
  .contactanos {
    height: 1700px;
    max-height: 1681px;
    min-height: 1676px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-basic-4 {
    width: 100%;
  }
  .paragraph-basic-4._1 {
    font-size: 16px;
  }
  .tabnav-link {
    font-size: 14px;
  }
  .heading-23.heading-2 {
    width: 80%;
    font-size: 22px;
    line-height: 1.1;
    text-align: left;
  }
  .heading-23.heading-2 {
    width: 90%;
    max-width: 80%;
    margin-top: 40px;
    font-size: 21px;
    line-height: 1.1;
    text-align: left;
  }
  .nuestras-estad-sticas {
    left: 0px;
    margin-left: 0px;
  }
  .image-38 {
    position: relative;
    left: 0px;
    background-color: transparent;
    background-image: none;
  }
  .div-block-9.dudas {
    height: 73%;
    max-height: 100%;
    margin-top: 10px;
  }
  .col_60 {
    position: relative;
    display: block;
    width: 30vh;
    max-width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 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;
  }
  .text-block-28 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }
  .counter-support-text-2 {
    width: 91.0979709109745%;
    max-width: 91.2500020619985%;
    font-size: 15px;
  }
  .paragraph-8 {
    width: 100%;
    height: 56%;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 1.4;
    text-align: left;
  }
  .paragraph-8.cambio.featuresub {
    padding-top: 0px;
    font-size: 15px;
  }
  .paragraph-8.featuresub.sobremensos {
    padding-top: 0px;
    font-size: 15px;
    text-align: left;
  }
  .paragraph-8.featuresub.nuestrosservicios {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 14vh;
    max-height: 100%;
    max-width: 100%;
    min-height: 15vh;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    color: #fff;
    text-align: center;
  }
  .paragraph-8.featuresub.nuestrosservicios._2 {
    margin-top: 0px;
    color: #616161;
  }
  .text_features-2 {
    position: relative;
    top: -30px;
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .franquicias-1 {
    display: none;
    height: 100vh;
    max-height: 100vh;
    margin-top: 240px;
    margin-right: 40px;
    margin-left: 40px;
    -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;
  }
  .small-blocks-2 {
    margin-top: 10px;
  }
  .tabs.goods {
    position: relative;
    width: 100.06349593874009%;
    height: 30vh;
    max-height: 100%;
    max-width: 100%;
    min-height: 36vh;
    margin-top: 15%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bold-text-6 {
    position: relative;
    top: -15px;
    display: none;
    width: 238px;
    max-width: 238px;
    text-align: center;
  }
  .para-negocios-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 325vh;
    min-height: 325vh;
    margin-top: 0px;
    padding: 0px 32px;
    -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;
  }
  .para-negocios-2.pagina {
    height: 1500px;
    max-height: 87%;
    min-height: 2990px;
    margin-top: 0px;
  }
  .image-27 {
    left: 0px;
    top: -208px;
    display: block;
    margin-bottom: 0px;
  }
  .flex-col.center {
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .button-hero {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-7 {
    position: relative;
    left: 0px;
    top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 49vh;
    max-height: 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;
  }
  .transparent-btn.no-margin-top.no-margin-right {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .button-8 {
    margin-top: -19px;
    padding: 15px 40px;
    color: #fff;
    font-size: 14px;
  }
  .image-33 {
    display: none;
  }
  .column-10 {
    margin-top: 206px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .scroll-wrapper-2 {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .fov-gallery.overflow-hidden {
    height: 281px;
    max-height: 100%;
    max-width: 100%;
  }
 
  .bottom-curve {
    display: none;
  }
  .bottom-curve.green {
    margin-top: -6px;
    margin-bottom: 38px;
  }
  .line-2 {
    background-color: transparent;
  }
  .hero-grid {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .clients-grid {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .full-container-2 {
    display: none;
    height: 2650vh;
    max-height: 100%;
    min-height: 2629vh;
    margin-top: 0px;
  }
  .hero-image-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    margin-top: 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;
  }
  .a-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-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;
  }
  .tabs-menu {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .a-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 59%;
    max-height: 60%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-span-3 {
    font-size: 32px;
    line-height: 1px;
    letter-spacing: -0.5px;
  }
  .hero-text-block {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .gradient-2 {
    width: 75%;
    height: 75%;
  }
  .gradient-2.co2img {
    background-size: 80% 80%;
  }
  .testimonial-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25vh;
    height: 25vh;
    max-height: 100%;
    max-width: 100%;
    min-height: 25vh;
    padding-right: 0px;
    padding-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;
  }
  .the-height-400vh-section {
    display: none;
    margin-left: 0px;
  }
  .counter-2 {
    width: 100%;
    max-width: 100%;
    font-size: 36px;
  }
  .footer-link {
    font-size: 16px;
  }
  .img-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 27%;
    height: 44%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-2 {
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 55px;
    height: 55px;
    max-height: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
  }
  .profile-details-3 {
    -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;
  }
  .bold-text-31 {
    line-height: 20px;
    letter-spacing: 0px;
    text-indent: 0px;
  }
  .nuestrosclientes {
    display: none;
    height: 108vh;
    max-height: 100%;
    margin-top: 0px;
  }
  .social-list {
    margin-bottom: 0px;
  }
  .image-25 {
    left: -19px;
  }
  .container-9 {
    padding-top: 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;
  }
  .the-content {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-35 {
    display: none;
    height: 100%;
    max-height: 100.4107121058873%;
    min-height: 105%;
    margin-top: 0px;
  }
  .text-block-24 {
    width: 100%;
    text-align: center;
  }
  .text-field-4 {
    width: 202.5vh;
    height: 5vh;
    max-height: 100%;
    min-width: 60vw;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 12px;
  }
  .push-down-column.right {
    height: 75vh;
    max-height: 100%;
    min-height: 67vh;
    margin-bottom: 20px;
    padding-right: 52px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .push-down-column.left {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .the-sticky-div-2 {
    left: 0px;
  }
  .content-1 {
    display: block;
    height: 108vh;
    max-height: 100%;
    min-height: 111vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-content-block {
    top: 0px;
    display: block;
    width: 100%;
    height: 20vh;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .the-overflow-hidden-mask {
    margin-top: 0px;
  }
  .gradient._1 {
    -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;
  }
  .bold-text-29 {
    font-size: 20px;
    line-height: 23px;
  }
  .bold-text-28 {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 23px;
  }
  .tab-pane {
    padding-right: 30px;
    padding-left: 30px;
  }
  .tab-pane.goods {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
  }
  .primary-button.blue {
    font-size: 16px;
  }
  .div-block-62 {
    font-size: 15px;
    text-align: center;
  }
  .img-fov-gallery.tele {
    width: 375px;
    height: 281px;
  }
  .img-fov-gallery.wide {
    width: 375px;
    height: 281px;
  }
  .img-fov-gallery.ultrawide {
    width: 375px;
    height: 281px;
  }
  .div-block-63 {
    position: static;
    width: 100.06349593874009%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }
  .bold-text-10 {
    position: relative;
    top: -15px;
    display: none;
  }
  .form-block-4 {
    width: 80%;
    height: 19vh;
    max-height: 100%;
    max-width: 60%;
    min-width: 65vw;
    margin-bottom: 0px;
  }
  .smoothieimage-3 {
    width: 100%;
    height: 270px;
  }
  .smoothieimage-3._2 {
    height: 270px;
  }
  .the-width-400vh-scrollable-div {
    margin-top: 0px;
  }
  .columns-6 {
    width: 100.06780074814618%;
    max-width: 100.1355911513506%;
    margin-right: 4px;
    margin-left: 4px;
    -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;
  }
  .author-name {
    position: relative;
    left: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    font-size: 14px;
  }
  .bold-text-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
    text-align: center;
  }
  .header-2 {
    height: 10%;
    max-height: 10vh;
    margin-top: 0px;
  }
  .text-span-4 {
    font-size: 17px;
  }
  .bold-text-5 {
    position: relative;
    top: -15px;
    display: none;
    width: 238px;
    max-width: 103%;
    text-align: center;
  }
  .column-11 {
    padding-right: 42px;
    padding-left: 42px;
    grid-column-gap: 11px;
  }
  .column-11.right {
    margin-top: 220px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container-24 {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54vh;
    max-height: 100%;
    min-height: 85vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }
  .div-block-6 {
    position: static;
    width: 100.06349593874009%;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }
  .mensos-app {
    display: none;
    max-width: 90%;
    padding-right: 37px;
    padding-bottom: 54px;
    padding-left: 35px;
  }
  .card_col_2-2 {
    width: 100%;
    margin-top: 30px;
    padding-top: 0px;
    padding-right: 0px;
    padding-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;
  }
  .content-wrap {
    width: 283px;
    margin-bottom: 0px;
  }
  .content-wrap._1 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .div-block-8 {
    width: 68%;
    height: 99%;
    margin-bottom: 3px;
    margin-left: 0px;
  }
  .div-block-8.imagesdv8 {
    height: 97vh;
    max-height: 100%;
    min-height: 20vh;
    margin-bottom: 0px;
    background-size: cover;
  }
  .div-block-8.texto {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-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;
  }
  .div-block-8.texto.app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_p-2 {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 160vh;
    max-width: 100%;
    min-height: 218vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .bold-text-21 {
    color: #484dff;
  }
  .image-39 {
    height: 270px;
  }
  .bold-text-33 {
    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;
    font-size: 26px;
  }
  .icon-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .counter-block-2 {
    width: 80%;
    max-width: 80%;
    text-align: center;
  }
  .image-26 {
    left: 13px;
    top: -38px;
    bottom: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
  }
  .form-block-2 {
    width: 100%;
    min-width: 200px;
  }
  .form-block-2.franquiciasform.p-y-m {
    width: 200px;
    max-width: 266px;
    min-width: 241px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .form-block-2.consultas {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .left-hero-block {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .the-overflow-hidden-mask-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-title {
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content-title.featuresub.dossier {
    padding-bottom: 0px;
  }
  .center {
    display: block;
  }
  .navigation-container-2 {
    display: none;
  }
  .flowbase-logo-2 {
    width: 63px;
  }
  .icon-9 {
    color: #25d366;
  }
  .menu-mob {
    background-color: transparent;
  }
  .navigation-2 {
    display: none;
  }
  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mobile-nav {
    display: block;
  }
  .navigation-container-mob {
    margin-top: 0px;
  }
  .navigation-mob {
    display: none;
  }
  .navigation-wrap {
    display: none;
  }
  .mobile-site {
    display: none;
  }
  .container-25 {
    margin-top: 0px;
    margin-right: 28px;
    margin-left: 28px;
  }
  .mensosmovil {
    height: auto;
    max-height: 10513.6875px;
    min-height: auto;
  }
  .menu {
    width: 280px;
  }
  .text-block-31 {
    font-size: 17px;
  }
  .contact-item {
    margin-left: 0px;
  }
  .clear-heading {
    font-size: 16px;
  }
  .center-p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 19px;
  }
  .center-p.dudas {
    top: -19px;
    font-size: 21px;
  }
  .arrow-icon {
    margin-top: 256px;
    font-size: 28px;
  }
  .promo-overlay {
    height: 100vh;
  }
  .simple-link {
    font-size: 16px;
  }
  .modal-block {
    border-width: 10px;
  }
  .right-arrow-2 {
    width: 40px;
    margin-right: -25px;
  }
  .modal-close {
    height: 100vh;
  }
  .hero-section {
    padding-right: 24px;
    padding-bottom: 180px;
    padding-left: 24px;
  }
  .hero-section.help {
    height: 630px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .client-name {
    font-size: 15px;
  }
  .client-logo-block {
    padding: 36px;
  }
  .medium-heading.center {
    margin-bottom: 0px;
    font-size: 26px;
    text-align: center;
  }
  .review-block {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }
  .intro-heading {
    font-size: 24px;
  }
  .general-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 190px;
    padding: 0px 30px;
    -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;
  }
  .general-section.testimonials {
    padding-bottom: 40px;
  }
  .link-arrow {
    display: none;
  }
  .blue-btn.big {
    width: 100%;
    text-align: center;
  }
  .register-btn {
    width: 100%;
  }
  .customer-review {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .colaboration-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .left-arrow-2 {
    width: 40px;
    margin-left: -25px;
  }
  .main-heading-b {
    max-width: 260px;
    font-size: 36px;
  }
  .main-heading {
    max-width: 260px;
    margin-bottom: 10px;
    font-size: 36px;
  }
  .message {
    max-width: 270px;
    font-size: 21px;
  }
  .overlay {
    height: 100vh;
  }
  .menu-2 {
    width: 280px;
  }
  .franquicias-banner {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0px 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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Franquicias1.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Franquicias1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 1;
  }
  .image-43 {
    left: 0px;
    display: block;
  }
  .bold-text-17 {
    left: 0px;
    font-size: 26px;
    letter-spacing: 8px;
  }
  .centered-subheading {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 32px;
    letter-spacing: -0.5px;
  }
  .centered-subheading.white {
    font-size: 19px;
  }
  .centered-subheading.franquicias {
    margin-bottom: 20px;
  }
  .columns-9.pym.dt.vinilado {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .col-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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;
  }
  .col-left.pymcoleft.dt {
    -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;
  }
  .bold-text-25.pympublicidad {
    font-size: 22px;
  }
  .container-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 275vh;
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }
  .container-20.pym {
    display: block;
  }
  .container-20.pym.dt {
    height: 324vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-right {
    padding-right: 0px;
  }
  .col-right.pymright.dt.slider {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .slider2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .benefit-p {
    width: 97%;
  }
  .benefit-p.vinilado {
    margin-top: 10px;
  }
  .benefit-h._3.pymacciones {
    margin-top: 60px;
    font-size: 22px;
    text-align: left;
  }
  .benefit-h.pymvinilado {
    font-size: 22px;
    text-align: left;
  }
  .benefit-block.pym._2 {
    margin-top: 20px;
  }
  .benefit-block.pym._2.publicidad {
    width: 100%;
    height: 69%;
    max-width: 120%;
    min-width: 290px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .benefit-block.pym._2.publicidad.acciones {
    width: 100%;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .benefit-block.pym._2.publinuevo {
    display: block;
  }
  .benefit-block.pym.dt.vinilado {
    width: 120%;
    height: 70%;
    max-height: 200px;
    max-width: 120%;
    min-width: 310px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .benefit-block.pymcolright {
    display: none;
  }
  .benefit-block.pymcolright.form-p-y-m {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .h2-2._1 {
    margin-top: 0px;
  }
  .flex-container-2 {
    display: none;
  }
  .features-grid-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .bold-text-35 {
    width: 317px;
    max-width: 100%;
    font-size: 30px;
    text-align: center;
  }
  .heading-25 {
    width: 85vh;
  }
  .section-planet {
    padding-left: 0px;
  }
  .container-21 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper {
    display: block;
  }
  .section-join {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-6 {
    left: 0px;
  }
  .sub-section-green {
    margin-top: 0px;
    margin-left: 0px;
    padding: 40px 30px;
  }
  .benefits-section {
    display: none;
    padding: 140px 30px 0px;
  }
  .container-16 {
    margin-bottom: 40px;
  }
  .heading-26 {
    font-size: 37px;
  }
  .pricing-h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    color: #25d366;
    font-size: 31px;
    line-height: 34px;
  }
  .pricing-contain {
    max-width: 400px;
    min-width: 0px;
  }
  .pricing-contain.enterprise-pricing-contain {
    position: relative;
    z-index: 2;
    margin-right: 0px;
    margin-left: 0px;
  }
  .pricing-contain.scale-pricing-contain {
    position: relative;
    z-index: 1;
  }
  .price1 {
    width: 238px;
  }
  .pricing-section {
    position: static;
    display: none;
    width: 266px;
    max-width: 95%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .pricing-bg {
    width: 266px;
    max-width: 95%;
  }
  .pricing-row {
    width: 238px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .wrapper-2 {
    display: block;
  }
  .tab-link-help {
    display: inline-block;
    margin-right: 10px;
  }
  .section-help {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-support {
    padding-bottom: 87px;
  }
  .head-main-2 {
    font-size: 25px;
    text-align: center;
  }
  .previous-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }
  .form-content {
    width: 100%;
    padding-right: 5px;
    padding-left: 10px;
  }
  .checkbox-base {
    margin-bottom: 15px;
  }
  .form-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-item-wrapper.que-necesita {
    padding-bottom: 200px;
  }
  .quote-wrap {
    width: 100.0528183341586%;
    height: 225.1999969482422px;
    max-width: 100.1056366683172%;
    min-height: 225.1999969482422px;
  }
  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }
  .slider-6 {
    height: auto;
    min-height: 80vh;
  }
  .slide-content {
    margin-top: -16px;
  }
  .button-wrap {
    margin-top: -13px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .form-full {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-full.pagina {
    min-height: 150vh;
  }
  .body-2 {
    height: 500vh;
    max-height: 500vh;
    min-height: 500vh;
  }
  .form-content-2 {
    width: 100%;
  }
  .form-item-wrapper-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-section-title-2 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .banner-content-2 {
    height: 326px;
    max-width: 99.9638454973205%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .slider-7 {
    height: auto;
    min-height: 80vh;
  }
  .form-section-title-3 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .form-section-title-4 {
    font-size: 2em;
    line-height: 1.3em;
  }
  .banner-h3-3 {
    width: 342px;
    max-width: 342px;
    min-height: 55px;
    color: #fff;
    font-size: 22px;
  }
  .paragraph-intro-3 {
    width: 300px;
    max-width: 64%;
    min-height: 40px;
    min-width: 300px;
    font-size: 16px;
  }
  .success-text {
    font-family: 'Kastelov axiforma', sans-serif;
    color: #fff;
  }
  .form-block-5 {
    overflow: hidden;
  }
  .form {
    height: 374px;
    max-height: 406px;
    min-height: 397px;
    margin-top: 20px;
  }
  .section-2 {
    height: 800px;
    min-height: 800px;
  }
  .div-block-72 {
    width: 100%;
    height: 192px;
    max-width: 100%;
  }
  .div-block-73 {
    margin-top: 60px;
  }
  .div-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 402px;
    max-height: 722px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-27 {
    padding-right: 40px;
    color: #484dff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  .container-26 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-77 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-5 {
    position: relative;
    z-index: 999999;
  }
  .container-28 {
    -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;
    background-color: #fff;
  }
  .nav-menu-3 {
    position: absolute;
    margin-left: 6px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .menu-button-3 {
    -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;
  }
  .nav-wrap {
    margin-left: 20px;
  }
  .image-50 {
    display: none;
  }
  .paragraph-11 {
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .heading-28 {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
  }
  .div-block-83 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .link-block-3 {
    text-align: center;
  }
  .image-51 {
    display: block;
  }
  .div-block-85 {
    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;
  }
  .form-field {
    position: static;
    left: 0px;
    top: 0px;
    width: 97%;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .form-field:focus {
    border-color: #ff5f05;
  }
  .form-field.required {
    width: 100%;
    height: 42px;
    max-width: 100%;
    min-width: 100%;
  }
  .form-field.text {
    margin-bottom: 25px;
    font-size: 10px;
    line-height: 17px;
  }
  .step1 {
    max-width: 100%;
  }
  .field-label-5 {
    position: static;
    left: 0px;
    width: auto;
    padding-left: 0px;
  }
  .form-button {
    left: 5px;
    top: 450px;
    width: 60px;
    margin-top: 20px;
    font-size: 15px;
  }
  .slider-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 75vh;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .slider-form-wrapper.stp2 {
    height: 133vh;
  }
  .form-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 15px;
  }
  .next-button-2 {
    width: 50%;
  }
  .next-button-2.back {
    width: 50%;
  }
  .button-text {
    width: 100px;
  }
  .heading-form-title {
    left: -13px;
    top: 31px;
    bottom: 0px;
    z-index: 20;
    display: block;
    width: 188px;
    max-width: 188px;
    min-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .terms-column-flex {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-form-slider {
    height: 142vh;
  }
  .mask-6 {
    height: 143vh;
    max-height: 143vh;
    min-width: 288px;
  }
  .bold-text-43 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
  .select-field-4 {
    max-width: 100%;
    min-width: 100%;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 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;
  }
  .checkbox-label-2 {
    margin-bottom: 10px;
  }
  .column-13 {
    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;
  }
  .div-block-87 {
    height: 1300px;
    max-height: 1240px;
    min-height: 1300px;
  }
  .field-label-6 {
    position: static;
    left: 0px;
    width: auto;
    padding-left: 0px;
  }
  .select-field-6 {
    margin-top: 20px;
  }
  .tab-link-tab-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    max-width: 145px;
    -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;
  }
  .tab-link-tab-1.w--current {
    width: 35%;
  }
  .tab-link-tab-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    -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;
    text-align: center;
  }
  .tab-link-tab-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    height: auto;
    max-width: 145px;
    margin-left: 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;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
  }
  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tab-pane-tab-1 {
    margin-top: 10px;
  }
  .div-block-89 {
    height: 200px;
  }
  .text-block-62 {
    max-height: 100px;
    max-width: 334.4624938964844px;
    min-height: 100px;
  }
  .div-block-91 {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 20px;
  }
  .heading-31 {
    padding-left: 0px;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
  }
  .form-6 {
    max-height: 1157.5999755859375px;
    min-height: 1157.5999755859375px;
  }
  .column-14 {
    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;
  }
  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .body-5 {
    height: 1870px;
    max-height: 1870px;
    min-height: 1870px;
  }
  .div-block-92 {
    height: 155.1999969482422px;
    max-height: 155.1999969482422px;
  }
  .div-block-93 {
    height: 129.60000610351562px;
    max-height: 129.60000610351562px;
  }
  .div-block-94 {
    height: 102.5999984741211px;
    max-height: 102.5999984741211px;
  }
  .div-block-96 {
    height: 538px;
  }
  .image-53 {
    height: 160px;
  }
  .div-block-97 {
    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;
  }
  .form-block-7 {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-4 {
    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;
  }
  .heading-33 {
    font-size: 33px;
  }
  .link-block-4 {
    padding-bottom: 10px;
  }
  .link-block-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .link-block-6 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 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;
  }
  .link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 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;
  }
  .link-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -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;
  }
  .link-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -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;
  }
  .link-block-11 {
    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;
  }
  .link-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 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;
  }
}

#w-node-d9ea49b5441e-e888648c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d9ea49b54426-e888648c {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d9ea49b54462-e888648c {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9ea49b5446a-e888648c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d9ea49b544c1-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544c3-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544c5-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544c7-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544c9-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544cb-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544cd-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544cf-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9ea49b544d1-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-235b8a5998b3-e888648c {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-235b8a59995b-e888648c {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-342c1eff237a-e888648c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-342c1eff2382-e888648c {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-342c1eff23bd-e888648c {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-342c1eff23c4-e888648c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-342c1eff241b-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff241e-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff2421-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff2424-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff2427-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff242a-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff242d-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff2430-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-342c1eff2433-e888648c {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b0802a436d68-b7886491 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-d9ea49b54426-e888648c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-79f58a5f3573-e888648c {
    grid-area: Area-8;
  }
  #w-node-235b8a5998b2-e888648c {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  #w-node-235b8a5998b3-e888648c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-235b8a59992d-e888648c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
  #w-node-342c1eff2382-e888648c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-b0802a436d6a-b7886491 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-79f58a5f3573-e888648c {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d9ea49b5441e-e888648c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-235b8a5998b3-e888648c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-342c1eff237a-e888648c {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-b0802a436d68-b7886491 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
  #w-node-b0802a436d6a-b7886491 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov--Axiforma-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma book';
  src: url('../fonts/Kastelov--Axiforma-Book-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Black.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Black-Italic.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Bold-Italic.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-ExtraBold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Bold.otf') format('opentype'), url('../fonts/Kastelov--Axiforma-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-SemiBold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov--Axiforma-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}