body {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

strong {
  font-weight: 800;
}


.w-slider-dot {
    width: 32px;
    height: 32px;
    background-image: url('../images/nav-bullet.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: all 300ms ease;
}
.w-slider-dot.w-active {
  background-image: url('../images/current-nav-bullet.svg');
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
}
  .w-slider-nav-invert>div {
    background-color: rgba(34,34,34,0);
}
  .w-slider-nav-invert>div.w-active {
    background-color: rgba(34,34,34,0);
}
  #app-comprador:hover ~ #app-device {
    box-shadow: -11px 4px 0 -2px #ddd, -50px 16px 35px -1px rgba(0, 0, 0, .15), -10px 5px 38px -16px rgba(0, 0, 0, .45), inset 0 0 8px 0 rgba(0, 0, 0, .17);
    -webkit-transform: perspective(935px) rotateX(0deg) rotateY(20deg) rotateZ(-2deg) translate(10px, 0px);
    transform: perspective(935px) rotateX(0deg) rotateY(20deg) rotateZ(-2deg) translate(10px, 0px);
}
  #app-organizador:hover ~ #app-device {
    box-shadow: 11px 4px 0 -2px #ddd, 50px 16px 35px -1px rgba(0, 0, 0, .15), 10px 4px 38px -16px rgba(0, 0, 0, .45), inset 0 0 8px 0 rgba(0, 0, 0, .17);
    -webkit-transform: perspective(935px) rotateX(0deg) rotateY(-20deg) rotateZ(2deg) translate(-10px, 0px);
    transform: perspective(935px) rotateX(0deg) rotateY(-20deg) rotateZ(2deg) translate(-10px, 0px);
}

.hero-section {
  position: relative;
  height: 110vh;
  min-height: 620px;
  background-color: #0096ff;
}

.device {
  display: block;
}

.device.content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 20px;
  display: block;
  width: 34vh;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 6vh 8px;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5vh;
  background-color: #f0f0f0;
  box-shadow: 7px 0 0 0 #dbdbdb, 45px 21px 50px -10px rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  -webkit-transform: perspective(1400px) rotateX(0deg) rotateY(-16deg) rotateZ(4deg);
  transform: perspective(1400px) rotateX(0deg) rotateY(-16deg) rotateZ(4deg);
  -webkit-transition: all 500ms cubic-bezier(.785, .135, .15, .86);
  transition: all 500ms cubic-bezier(.785, .135, .15, .86);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.device.content:hover {
  border-right-width: 2px;
  box-shadow: 0 0 0 0 #dbdbdb, 0 10px 50px 0 rgba(0, 0, 0, .15), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
}

.device.content.explore {
  left: 10px;
  box-shadow: -7px 0 0 0 #dbdbdb, -46px 20px 50px 0 rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  -webkit-transform: perspective(1044px) rotateX(0deg) rotateY(17deg) rotateZ(-7deg);
  transform: perspective(1044px) rotateX(0deg) rotateY(17deg) rotateZ(-7deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.device.content.explore:hover {
  box-shadow: 0 0 0 0 #dbdbdb, 0 20px 50px 0 rgba(0, 0, 0, .15), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  -webkit-transform: perspective(1044px) rotate(0deg);
  transform: perspective(1044px) rotate(0deg);
}

.device.hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0vw;
  z-index: 4;
  width: 44vh;
  margin-right: auto;
  margin-left: auto;
  padding: 2vh 1.5vh 2.2vh;
  border-radius: 3.4vw;
  background-color: #f0f0f0;
  box-shadow: -7px 12px 0 -3px #dbdbdb, inset 0 0 8px 7px #d6d6d6, -32px 62px 50px -20px rgba(0, 0, 0, .25);
  -webkit-transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
  transform: perspective(1457px) rotateX(40deg) rotateY(10deg) rotateZ(-20deg) translate(10px, 0px);
  -webkit-transition: all 500ms cubic-bezier(.785, .135, .15, .86);
  transition: all 500ms cubic-bezier(.785, .135, .15, .86);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.device.hero:hover {
  bottom: -2vw;
  box-shadow: 0 0 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, .3), 0 24px 30px -17px rgba(0, 0, 0, .2);
  -webkit-transform: perspective(1457px) rotate(0deg) translate(0px, 10%);
  transform: perspective(1457px) rotate(0deg) translate(0px, 10%);
}

.body {
  background-color: #e6e6e6;
}

.brand {
  position: relative;
  z-index: 1;
  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;
  text-align: center;
}

.logo {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 90px;
  margin-right: 32px;
}

.header-bar {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  height: 72px;
  padding: 4px 16px 4px 24px;
}

.store-header-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
}

.store-label-dark {
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.section-content {
  position: relative;
  background-color: #fff;
}

.section-content.footer {
  position: relative;
  overflow: hidden;
  height: auto;
}

.section-content.ticket {
  background-color: #742cff;
  background-image: url('../images/wave-shape-hero.svg');
  background-position: 50% 101%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.section-content.home {
  margin-top: -1px;
}

.section-content.small-features-section {
  background-color: #ff243f;
  background-image: url('../images/wave-shape-hero.svg');
  background-position: 50% 101%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper.footer {
  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;
  text-align: center;
}

.content-wrapper.hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  padding-bottom: 4vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-wrapper.about-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.content-wrapper.slide-content {
  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;
}

.content-wrapper.slide-content.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content-wrapper.download-footer {
  padding-top: 5vh;
  padding-bottom: 10vh;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0096ff;
  font-size: 74px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -1px;
}

.section-title.footer-download {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 120%;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
}

.section-title.negative-color {
  line-height: 100%;
}

.section-content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 96px;
  padding-left: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content-column.right-side {
  padding-right: 56px;
  padding-left: 112px;
}

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

.section-subtitle {
  margin-top: 10px;
  padding-right: 52px;
  padding-left: 5px;
  color: #afafaf;
  font-size: 28px;
  line-height: 130%;
  font-weight: 300;
}

.section-subtitle.negative-color {
  padding-right: 0px;
  color: hsla(0, 0%, 100%, .7);
}

.main-title {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 3.3vw;
  line-height: 105%;
  font-weight: 200;
  text-align: left;
  letter-spacing: 1px;
}

.app-icon {
  width: 56px;
  height: 56px;
  margin-top: 2px;
  margin-right: 16px;
  float: left;
  border: 1px solid #fff;
  border-radius: 14px;
  background-image: url('../images/icon-app-comprador.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .21);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.header-app-icon {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-top: 16px;
  float: left;
}

.app-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  text-transform: none;
}

.footer-app-icon {
  width: 136px;
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 40px;
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
}

.footer-download-label {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.4px;
}

.footer-bar {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.footer-logo {
  margin-right: 16px;
  float: left;
  border-radius: 14px;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .35);
}

.icon-small-features {
  position: relative;
  right: 1%;
  display: inline-block;
  width: 5.5vw;
  height: 5.5vw;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/icon-placeholder.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  font-size: 19px;
}

.icon-small-features.fav {
  background-image: url('../images/ic_fav_nav.svg');
  background-position: 50% 55%;
  background-size: 60%;
}

.icon-small-features.share {
  position: relative;
  background-image: url('../images/ic_share_nav.svg');
  background-size: 55%;
}

.section-slider {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-slide {
  overflow: hidden;
  padding-top: 16vh;
  padding-bottom: 16vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.feature-text {
  width: 90%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.feature-text.small-features {
  width: 100%;
  padding-top: 8px;
  color: hsla(0, 0%, 100%, .7);
  font-size: 16px;
  line-height: 22px;
}

.section-title-wrapper {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 58.35%;
  height: 50%;
  text-align: left;
}

.section-title-wrapper.right-side {
  right: 0px;
  width: 50%;
  padding-left: 130px;
}

.section-title-wrapper.right-side.explore {
  bottom: 230px;
  height: 50%;
}

.feature-title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
}

.feature-title.big-titles {
  font-size: 28px;
}

.app-concept-column {
  padding: 40px 0px 8px 21vw;
  text-align: left;
}

.btn-capsule {
  padding: 10px 32px;
  border: 1px solid #0096ff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0096ff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-capsule:hover {
  background-color: #0096ff;
  color: #fff;
}

.btn-capsule.hero-play {
  padding-right: 40px;
  padding-left: 64px;
  border-color: #fff;
  background-image: url('../images/icon-play-white.svg');
  background-position: 5px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  color: #fff;
}

.btn-capsule.hero-play:hover {
  background-color: #fff;
  background-image: url('../images/icon-play.svg');
  background-position: 5px 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  color: #0096ff;
}

.btn-capsule.footer {
  margin-top: 5px;
  float: right;
}

.lightbox-link {
  display: none;
  text-decoration: none;
}

.screen-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2vw;
  background-color: #fff;
}

.screen-wrapper.hero {
  border-radius: 2.8vw;
}

.app-name-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10vw;
  -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;
}

.app-concept-words {
  display: block;
  height: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.app-concept-list-wrapper {
  overflow: hidden;
  height: 40px;
  margin-bottom: 8px;
}

.app-concept-list-wrapper.when {
  margin-top: -4px;
}

.app-concept-list-wrapper.where {
  overflow: hidden;
  margin-top: -4px;
}

.app-concept-block {
  margin-bottom: 48px;
}

.section-feature-nav {
  width: 56px;
  height: 56px;
  border-radius: 50px;
  background-color: #f5f5f5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #0a0a0a;
}

.section-feature-nav:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-feature-nav.right-nav {
  left: 0%;
  right: -150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-feature-nav.right-nav.explore {
  background-color: #fff;
}

.section-feature-nav.left-nav {
  left: 0px;
  right: 150px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.feature-content-block {
  position: relative;
  top: 120px;
}

.section-feature-slider-counter {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 296px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 25px;
  padding-bottom: 3px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.section-feature-slider-counter.explore {
  background-color: rgba(0, 189, 174, 0);
}

.content-divider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, .08);
}

.content-divider.explore {
  background-color: hsla(0, 0%, 100%, .18);
}

.negative-color {
  color: #fff;
}

.bg-cards-event-block {
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  float: left;
  border-radius: 10px;
  box-shadow: -7px 7px 10px -3px rgba(0, 0, 0, .12);
}

.bg-cards-event-img {
  height: 120px;
  background-color: rgba(0, 0, 0, .08);
}

.bg-cards-event-date {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  float: left;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, .04);
}

.bg-cards-event-date.info {
  width: 70%;
  height: 16px;
  margin-bottom: 4px;
}

.bg-cards-event-date.info.small {
  width: 30%;
}

.bg-cards-event-info-block {
  padding: 12px;
  background-color: rgba(0, 0, 0, .05);
}

.bg-cards-wrapper {
  position: relative;
  left: 100px;
  min-width: 1600px;
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(-30deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(-30deg);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bg-cards-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50%;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 4vw;
  opacity: 0.7;
}

.footer-column {
  padding: 24px 40px;
}

.footer-column.left {
  padding-left: 24px;
}

.footer-column.right {
  padding-right: 0px;
  border-left: 1px solid rgba(0, 0, 0, .12);
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.footer-title.label-app {
  padding-right: 26px;
}

.color {
  color: #0096ff;
}

.footer-app-block {
  overflow: hidden;
  width: 230px;
  margin-left: 40px;
  padding: 4px;
  float: right;
  border: 2px solid transparent;
  border-radius: 16px;
  background-color: #f0f0f0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.footer-app-block:hover {
  border-color: #0096ff;
}

.footer-app-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 15px;
  border: 1px solid transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.app-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
}

.app-subtitle._2 {
  font-size: 50px;
  line-height: 48px;
  font-weight: 200;
}

.header-bar-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  background-color: #fff;
  -webkit-transform: translate(0px, -72px);
  -ms-transform: translate(0px, -72px);
  transform: translate(0px, -72px);
}

.btn-store {
  overflow: hidden;
  width: 143px;
  height: 43px;
  margin-right: 4px;
  margin-left: 4px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 6px;
  background-image: url('../images/market-place.png');
  background-position: -1px -1px;
  background-size: 283px;
  background-repeat: no-repeat;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.btn-store:hover {
  border-color: #0096ff;
}

.btn-store.android {
  width: 139px;
  margin-right: 0px;
  margin-bottom: 1px;
  background-position: -149px -1px;
}

.btn-store.footer {
  width: 162px;
  height: 48px;
  border-color: #000;
  background-color: #000;
  background-size: 323px;
}

.btn-store.footer:hover {
  border-color: #0096ff;
}

.btn-store.footer.android-footer {
  width: 158px;
  height: 48px;
  background-position: -172px -1px;
  background-size: 325px;
}

.btn-store.ios {
  margin-left: 0px;
}

.btn-store-wrapper-header {
  overflow: hidden;
  width: 310px;
  height: 44px;
  float: right;
  text-align: right;
}

.mask {
  display: block;
}

.footer-download-block {
  overflow: hidden;
  margin-bottom: 48px;
}

.social-link {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-left: 8px;
  background-image: url('../images/example-bg.html');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.social-link.facebook {
  background-image: url('../images/ic-social-share-facebook.svg');
}

.social-link.twitter {
  background-image: url('../images/ic-social-share-twitter.svg');
}

.social-link.instagram {
  background-image: url('../images/ic-social-share-instagram.svg');
}

.social-link.linkedin {
  background-image: url('../images/ic-social-share-linkedin.svg');
}

.social-block {
  display: inline-block;
  overflow: hidden;
  padding: 8px 16px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  border-radius: 30px;
  background-color: #fff;
}

.app-title-block {
  margin-bottom: 40px;
}

.section-title-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 56px;
  padding-bottom: 48px;
  padding-left: 72px;
}

.section-title-block.right-side {
  padding-left: 112px;
}

.divider-intersection {
  display: block;
  width: 180px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.divider-intersection.color {
  background-color: #742cff;
}

.screen-mask {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 24px;
}

.pointer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 25;
  display: none;
  width: 16%;
  height: 9%;
  background-image: url('../images/pointer.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.hero-device-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.header-logo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8vh;
  -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;
}

.h1-wrapper {
  overflow: hidden;
  margin-bottom: -8px;
}

.title-wrapper {
  overflow: hidden;
  height: 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;
}

.title-wrapper.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  border-left: 1px solid #fff;
}

.nav-slider-icon {
  width: 56px;
  height: 56px;
  float: left;
  background-image: url('../images/example-bg.html');
  background-position: 54% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.nav-slider-icon.right {
  background-image: url('../images/pointer-right.svg');
}

.nav-slider-icon.left {
  background-image: url('../images/pointer-left.svg');
  background-position: 46% 50%;
}

.nav-slider-icon-wrapper {
  width: 112px;
  height: 56px;
  float: left;
}

.device-wrapper {
  position: relative;
  bottom: 20px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
}

.element-wrapper {
  overflow: hidden;
}

.element-wrapper.footer-title {
  margin-bottom: 16px;
}

.element-wrapper.footer-subtitle {
  margin-bottom: 48px;
}

.small-features-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 120%;
  font-weight: 800;
}

.bg-cards-column-1 {
  position: relative;
  bottom: 492px;
  display: inline-block;
  width: 20%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.bg-cards-column-2 {
  position: relative;
  bottom: 290px;
  display: inline-block;
  width: 20%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.bg-cards-column-3 {
  position: relative;
  bottom: 90px;
  display: inline-block;
  width: 20%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.bg-cards-column-4 {
  position: relative;
  bottom: -100px;
  display: inline-block;
  width: 20%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.bg-cards-column-5 {
  position: relative;
  bottom: -298px;
  display: inline-block;
  width: 20%;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
}

.hero-bg-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 30%;
}

.hero-bg {
  position: relative;
  bottom: -2px;
  height: 100%;
  background-image: url('../images/wave-shape-hero.svg');
  background-position: 50% 100%;
  background-size: 150%;
  background-repeat: no-repeat;
}

.hero-content-wrapper {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-device-column-nt {
  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;
}

.text-span {
  display: inline-block;
}

.notch {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 48%;
  height: 3.6vh;
  margin-right: auto;
  margin-left: auto;
  border-bottom-left-radius: 2vh;
  border-bottom-right-radius: 2vh;
  background-color: #f3efef;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.notch.share {
  top: 0px;
  z-index: 1;
  width: 46%;
  height: 2.8vh;
  border-bottom-left-radius: 1.8vh;
  border-bottom-right-radius: 1.8vh;
}

.notch.share {
  top: 0px;
  z-index: 1;
  width: 46%;
  height: 2.8vh;
  border-bottom-left-radius: 1.8vh;
  border-bottom-right-radius: 1.8vh;
}

.device-print.layers {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.device-print.layers.relief {
  z-index: 2;
  display: block;
  margin: auto;
  -webkit-transform: perspective(935px);
  transform: perspective(935px);
}

.device-print.layers.shadow {
  top: 10px;
  z-index: 1;
  opacity: 0.25;
  -webkit-filter: brightness(0%) blur(10px);
  filter: brightness(0%) blur(10px);
}

.device-print.layers.cut {
  opacity: 0;
}

.device-print.layers.offset {
  z-index: 2;
  height: 100%;
  max-width: none;
}

.device-print.layers.offset.explore {
  height: auto;
  max-width: 100%;
}

.device-screen-wrapper {
  position: relative;
  background-color: #fff;
}

.device-screen-wrapper.overflow {
  overflow: hidden;
}

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

.device-screen-fav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
}

.app-content-wrapper {
  width: 100%;
  max-width: 464px;
  padding: 16vw 24px;
  text-align: center;
}

.column-app {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
  -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;
}

.column-app.comprador {
  padding-right: 32px;
  padding-left: 15vw;
}

.column-app.organizador {
  padding-right: 15vw;
  padding-left: 32px;
}

.device-screen-share {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  opacity: 0;
}

.client-device-mobile {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5vw;
  display: block;
  overflow: visible;
  width: 36vh;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 2vh 1.5vh 2.2vh;
  border-radius: 2.6vw;
  background-color: #f5f1f1;
  box-shadow: 0 9px 0 -2px #ddd, 0 20px 45px 4px rgba(0, 0, 0, .15), 0 0 28px -16px rgba(0, 0, 0, .45), inset 0 0 8px 0 rgba(0, 0, 0, .17);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(935px);
  transform: perspective(935px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.client-device {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 5vw;
  display: block;
  overflow: visible;
  width: 36vh;
  min-width: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 2vh 1.5vh 2.2vh;
  border-radius: 2.6vw;
  background-color: #f5f1f1;
  box-shadow: 0 9px 0 -2px #ddd, 0 20px 45px 4px rgba(0, 0, 0, .15), 0 0 28px -16px rgba(0, 0, 0, .45), inset 0 0 8px 0 rgba(0, 0, 0, .17);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(935px) rotateX(6deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(935px) rotateX(6deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider {
  display: none;
}

.logo-name {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 260px;
  height: 100%;
  margin-left: 5px;
  float: left;
  background-image: url('../images/logo-sympla-light-txt.svg');
  background-position: 0px 50%;
  background-size: 260px;
  background-repeat: no-repeat;
}

.logo-symbol {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 38px;
  height: 100%;
  margin-right: 6px;
  float: right;
  background-image: url('../images/logo-sympla-light-ic-.svg');
  background-position: 0px 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .hero-section {
    height: 98vh;
  }
  .device.content {
    left: auto;
    right: 20px;
    width: 28vh;
    min-width: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 40px;
  }
  .device.content.explore {
    left: 30px;
    right: auto;
    bottom: 40px;
    margin-right: auto;
    margin-left: 0px;
  }
  .device.hero {
    left: 90px;
    right: auto;
    bottom: 5vh;
    width: 30vh;
    padding: 12px 8px;
    border-radius: 40px;
    -webkit-transform: perspective(1457px) rotateX(30deg) rotateY(7deg) rotateZ(-13deg) translate(-20px, 0px);
    transform: perspective(1457px) rotateX(30deg) rotateY(7deg) rotateZ(-13deg) translate(-20px, 0px);
  }
  .device.hero:hover {
    bottom: 2vw;
    -webkit-transform: perspective(1457px) rotateX(30) rotateY(7deg) rotateZ(-13deg) translate(0px, 0%);
    transform: perspective(1457px) rotateX(30) rotateY(7deg) rotateZ(-13deg) translate(0px, 0%);
  }
  .section-content.ticket {
    background-image: url('../images/wave-shape-explore-mobile.svg');
    background-position: -2px -1px;
    background-size: 991px;
  }
  .content-wrapper.hero {
    left: auto;
    display: block;
    width: 50%;
    margin-right: 0px;
    padding-top: 150px;
    padding-bottom: 0vw;
  }
  .content-wrapper.download-footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-title {
    font-size: 60px;
    line-height: 120%;
  }
  .section-content-column {
    padding-right: 24px;
    padding-left: 40px;
  }
  .section-content-column.right-side {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-subtitle {
    font-size: 24px;
  }
  .main-title {
    font-size: 5vw;
  }
  .icon-small-features {
    width: 80px;
    height: 80px;
  }
  .section-slide {
    padding: 130px 0px;
  }
  .feature-text {
    font-size: 16px;
  }
  .section-title-wrapper {
    width: 50%;
  }
  .section-title-wrapper.right-side.explore {
    bottom: 300px;
    width: 50%;
    padding-left: 0px;
  }
  .feature-title.big-titles {
    font-size: 22px;
  }
  .app-concept-column {
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 54px;
  }
  .btn-capsule.footer {
    display: block;
    float: none;
  }
  .screen-wrapper {
    border-radius: 32px;
  }
  .app-name-column {
    padding-right: 0vw;
    padding-left: 54px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .app-concept-words {
    font-size: 26px;
  }
  .app-concept-list-wrapper {
    margin-bottom: 0px;
  }
  .app-concept-block {
    margin-bottom: 32px;
  }
  .section-feature-nav.right-nav {
    left: 190px;
    right: 0px;
    margin-left: 0px;
  }
  .section-feature-nav.right-nav.explore {
    left: 579px;
    right: 0px;
    margin-right: auto;
    margin-left: 0px;
  }
  .section-feature-nav.left-nav {
    left: 40px;
    right: 0px;
    margin-left: 0px;
  }
  .section-feature-nav.left-nav.explore {
    left: 428px;
    display: block;
    margin-right: auto;
    margin-left: 0px;
  }
  .feature-content-block {
    top: 160px;
  }
  .section-feature-slider-counter {
    left: -4px;
    margin-left: 0px;
  }
  .section-feature-slider-counter.explore {
    left: 384px;
    margin-right: auto;
    margin-left: 0px;
  }
  .footer-column.left {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer-column.right {
    padding-right: 32px;
    padding-left: 32px;
    text-align: left;
  }
  .footer-title {
    margin-bottom: 16px;
  }
  .footer-app-block {
    width: 100%;
    margin-left: 0px;
    float: none;
  }
  .app-subtitle {
    font-size: 17px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .section-title-block {
    padding-right: 0px;
    padding-left: 40px;
  }
  .section-title-block.right-side {
    padding-right: 40px;
    padding-left: 40px;
  }
  .divider-intersection {
    margin-left: 50px;
  }
  .divider-intersection.color {
    display: block;
    margin-right: auto;
    margin-left: 440px;
  }
  .hero-device-wrapper {
    width: auto;
  }
  .header-logo-wrapper {
    padding-top: 15vh;
  }
  .hero-bg {
    background-position: 67% 100%;
    background-size: 240%;
    background-repeat: no-repeat;
  }
  .footer-column-wrapper {
    display: block;
  }
  .app-content-wrapper {
    max-width: none;
    padding: 0px 24px;
    float: right;
    text-align: left;
  }
  .column-app {
    width: 100%;
    padding-bottom: 32px;
    float: none;
  }
  .column-app.comprador {
    height: 50vh;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-app.organizador {
    height: 50vh;
    padding-right: 0vw;
    padding-bottom: 0px;
    padding-left: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .client-device-mobile {
    left: 48px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 28vh;
    margin-top: auto;
    margin-bottom: auto;
    padding: 12px 8px;
    border-radius: 40px;
  }
  .client-device {
    left: 48px;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 28vh;
    margin-top: auto;
    margin-bottom: auto;
    padding: 12px 8px;
    border-radius: 40px;
    -webkit-transform: perspective(935px) rotateX(0) rotateY(0deg) rotateZ(0deg);
    transform: perspective(935px) rotateX(0) rotateY(0deg) rotateZ(0deg);
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 0px;
    padding-bottom: 0px;
  }
  .device.content {
    right: 10px;
    bottom: 0px;
    display: block;
    width: 167px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 30px 4px;
    float: none;
    border-radius: 20px;
    box-shadow: 5px 0 0 0 #dbdbdb, 27px 13px 30px -10px rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  }
  .device.content.explore {
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: -5px 0 0 0 #dbdbdb, -28px 12px 30px 0 rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  }
  .device.hero {
    left: 80px;
    bottom: 0px;
    width: 190px;
    padding: 8px 6px;
    border-radius: 32px;
    box-shadow: -6px 8px 0 -3px #dbdbdb, inset 0 0 8px 7px #d6d6d6, -32px 62px 50px -20px rgba(0, 0, 0, .25);
  }
  .device.hero:hover {
    left: 56px;
    bottom: 0vw;
  }
  .header-bar {
    height: 56px;
    padding: 4px;
  }
  .store-header-block {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .store-label-dark {
    margin-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
  }
  .section-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-content.ticket {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .content-wrapper.footer {
    display: block;
  }
  .content-wrapper.hero {
    display: block;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .content-wrapper.about-section {
    position: relative;
  }
  .section-title {
    margin-bottom: 8px;
    font-size: 40px;
  }
  .section-title.footer-download {
    font-size: 34px;
  }
  .section-content-column {
    display: block;
    padding-right: 0px;
  }
  .section-content-column.right-side {
    padding-left: 32px;
  }
  .section-device-column {
    display: block;
    padding-top: 5px;
  }
  .section-subtitle {
    font-size: 20px;
  }
  .main-title {
    font-size: 4vw;
  }
  .app-icon {
    width: 48px;
    height: 48px;
    margin-top: 0px;
  }
  .header-app-icon {
    margin-top: 0px;
    margin-left: 4px;
  }
  .app-name {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .footer-app-icon {
    width: 106px;
  }
  .icon-small-features {
    width: 64px;
    height: 64px;
  }
  .section-slide {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .feature-text {
    font-size: 14px;
    line-height: 22px;
  }
  .feature-text.small-features {
    font-size: 14px;
  }
  .section-title-wrapper {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
  }
  .section-title-wrapper.right-side.explore {
    width: 100%;
    height: auto;
  }
  .feature-title {
    font-size: 24px;
    line-height: 30px;
  }
  .app-concept-column {
    padding-right: 16px;
    padding-left: 54px;
  }
  .btn-capsule.hero-play {
    padding-right: 24px;
    padding-left: 56px;
    font-size: 10px;
  }
  .btn-capsule.footer {
    display: block;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .screen-wrapper {
    border-radius: 24px;
  }
  .app-concept-words {
    font-size: 20px;
  }
  .app-concept-list-wrapper.when {
    margin-top: -8px;
  }
  .app-concept-list-wrapper.where {
    margin-top: -8px;
  }
  .app-concept-block {
    margin-bottom: 24px;
  }
  .section-feature-nav.right-nav {
    left: 192px;
    bottom: 92px;
    margin-bottom: 0px;
  }
  .section-feature-nav.right-nav.explore {
    left: auto;
    top: auto;
    right: 48px;
    bottom: 92px;
    margin-top: auto;
    margin-bottom: 0px;
  }
  .section-feature-nav.left-nav {
    bottom: 92px;
    margin-bottom: 0px;
  }
  .section-feature-nav.left-nav.explore {
    left: auto;
    right: 196px;
  }
  .feature-content-block {
    top: 0px;
  }
  .section-feature-slider-counter {
    left: -4px;
    top: auto;
    right: auto;
    bottom: 80px;
    margin-bottom: 0px;
  }
  .section-feature-slider-counter.explore {
    left: 0px;
    right: 0px;
    margin-right: 0px;
    margin-left: auto;
  }
  .content-divider {
    bottom: 168px;
    margin-bottom: 0px;
  }
  .bg-cards-block {
    bottom: -164px;
    display: none;
  }
  .footer-column.right {
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-left-style: none;
  }
  .footer-title {
    text-align: center;
  }
  .footer-title.label-app {
    padding-right: 48px;
    padding-left: 48px;
  }
  .footer-app-block {
    display: block;
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }
  .app-subtitle {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
  }
  .header-bar-bg {
    height: 56px;
  }
  .btn-store.android {
    width: 40px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/app-store-icon-android.svg');
    background-position: 50% 5px;
    background-size: 32px;
    opacity: 0.3;
  }
  .btn-store.ios {
    width: 40px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url('../images/app-store-icon-ios.svg');
    background-position: 50% 50%;
    background-size: 32px;
    opacity: 0.3;
  }
  .btn-store-wrapper-header {
    width: 86px;
    margin-right: 0px;
  }
  .app-title-block {
    margin-bottom: 24px;
  }
  .section-title-block {
    position: static;
    padding-right: 40px;
    padding-bottom: 0px;
  }
  .divider-intersection.color {
    margin-right: 50px;
    margin-left: auto;
  }
  .header-logo-wrapper {
    margin-bottom: 72px;
    padding-top: 72px;
  }
  .device-wrapper {
    bottom: 0px;
  }
  .small-features-title {
    font-size: 24px;
  }
  .section-device-column-nt {
    display: block;
    padding-top: 5px;
  }
  .notch {
    height: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .app-content-wrapper {
    padding-left: 16px;
    text-align: center;
  }
  .app-content-wrapper.organizador {
    text-align: center;
  }
  .column-app.comprador {
    display: block;
    width: 50%;
    height: auto;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
  }
  .column-app.organizador {
    display: block;
    width: 50%;
    height: auto;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
  }
  .client-device-mobile {
    position: relative;
    left: auto;
    display: none;
    margin-bottom: 32px;
    box-shadow: 0 0 35px -1px rgba(0, 0, 0, .15), -10px 5px 38px -16px rgba(0, 0, 0, .45);
    -webkit-transform: perspective(1044px);
    transform: perspective(1044px);
  }
  .client-device {
    position: relative;
    left: auto;
    display: none;
    margin-bottom: 32px;
    box-shadow: 0 0 35px -1px rgba(0, 0, 0, .15), -10px 5px 38px -16px rgba(0, 0, 0, .45);
    -webkit-transform: perspective(1044px);
    transform: perspective(1044px);
  }
}

@media (max-width: 479px) {
  .hero-section {
    padding-bottom: 124vw;
  }
  .device.content {
    right: 0px;
    z-index: 10;
    width: 60%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 27px 13px 30px -10px rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
    -webkit-transform: perspective(544px);
    transform: perspective(544px);
  }
  .device.content:hover {
    box-shadow: 27px 13px 30px -10px rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  }
  .device.content.explore {
    left: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 27px 13px 30px -10px rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
    -webkit-transform: perspective(1044px);
    transform: perspective(1044px);
  }
  .device.content.explore:hover {
    box-shadow: 27px 13px 30px -10px rgba(0, 0, 0, .25), inset 0 0 8px 0 rgba(0, 0, 0, .1);
  }
  .device.hero {
    position: relative;
    left: 10px;
    bottom: 20px;
    width: 60%;
    box-shadow: -2px 7px 0 0 #dbdbdb, inset 0 0 8px 0 rgba(0, 0, 0, .3), -23px 45px 40px -20px rgba(0, 0, 0, .25);
    -webkit-transform: perspective(1457px) rotateX(30) rotateY(7deg) rotateZ(-13deg);
    transform: perspective(1457px) rotateX(30) rotateY(7deg) rotateZ(-13deg);
  }
  .device.hero:hover {
    left: 0px;
    bottom: 20px;
    z-index: 3;
  }
  .brand {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }
  .logo {
    margin-right: 0px;
  }
  .header-bar {
    z-index: 12;
    height: 56px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }
  .store-label-dark {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 10px;
    letter-spacing: 0.3px;
  }
  .section-content.footer {
    padding-top: 80px;
  }
  .section-content.ticket {
    padding-bottom: 0px;
  }
  .section-content.home {
    margin-top: -1px;
    padding-top: 64px;
    padding-bottom: 0px;
  }
  .section-content.explore {
    padding-bottom: 0px;
  }
  .section-content.small-features-section {
    padding-bottom: 0px;
    background-image: none;
  }
  .content-wrapper.hero {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-wrapper.slide-content {
    display: block;
  }
  .content-wrapper.slide-content.reverse {
    display: block;
  }
  .content-wrapper.download-footer {
    padding: 0vh 24px;
  }
  .section-title {
    font-size: 42px;
    line-height: 100%;
  }
  .section-title.footer-download {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    font-weight: 300;
  }
  .section-content-column {
    padding-top: 80px;
    padding-right: 24px;
    padding-left: 24px;
    border-top: 1px solid rgba(0, 0, 0, .08);
  }
  .section-content-column.right-side {
    padding-right: 24px;
    padding-left: 24px;
    border-top-color: rgba(0, 0, 0, .08);
  }
  .section-device-column {
    overflow: hidden;
    padding-top: 24px;
    text-align: center;
  }
  .section-subtitle {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    font-weight: 400;
  }
  .main-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10vw;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
  .app-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 10px;
  }
  .header-app-icon {
    margin-top: 0px;
  }
  .app-name {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
  }
  .footer-app-icon {
    margin-bottom: 16px;
  }
  .footer-download-label {
    font-size: 15px;
    font-weight: 400;
  }
  .icon-small-features {
    display: block;
    width: 72px;
    height: 72px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
  }
  .feature-text {
    height: 160px;
    font-size: 16px;
    font-weight: 300;
  }
  .feature-text.small-features {
    height: auto;
    margin-bottom: 24px;
    font-weight: 400;
  }
  .section-title-wrapper {
    margin-bottom: 8px;
  }
  .feature-title {
    margin-top: -1px;
    font-size: 21px;
  }
  .feature-title.big-titles {
    font-size: 20px;
  }
  .app-concept-column {
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .lightbox-link {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .screen-wrapper.hero {
    border-radius: 24px;
  }
  .screen-wrapper.share-fav {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .app-name-column {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .app-concept-words {
    font-size: 21px;
    text-align: center;
  }
  .app-concept-block {
    margin-bottom: 0px;
  }
  .section-feature-nav.right-nav {
    left: 0px;
    right: 24px;
    bottom: 222px;
    display: block;
    margin: auto 0px 0px auto;
  }
  .section-feature-nav.right-nav.explore {
    right: 24px;
    bottom: 222px;
    display: block;
    margin-right: 0px;
    margin-left: auto;
  }
  .section-feature-nav.left-nav {
    left: 24px;
    right: 0px;
    bottom: 222px;
    display: block;
    margin: auto auto 0px 0px;
  }
  .section-feature-nav.left-nav.explore {
    left: 24px;
    display: block;
  }
  .section-feature-slider-counter {
    left: 0px;
    right: 0px;
    bottom: 210px;
    display: block;
    width: 100%;
    max-width: 336px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-feature-slider-counter.explore {
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .content-divider {
    bottom: 250px;
  }
  .footer-column.left {
    border-top: 1px solid rgba(0, 0, 0, .12);
  }
  .footer-title {
    line-height: 24px;
  }
  .footer-title.label-app {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-app-block {
    width: 230px;
  }
  .app-subtitle {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.4px;
  }
  .header-bar-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 56px;
  }
  .btn-store.android {
    width: 32px;
    height: 32px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-size: 24px;
    opacity: 0.3;
  }
  .btn-store.footer {
    width: 128px;
    height: 36px;
    background-position: -1px -3px;
    background-size: 259px;
  }
  .btn-store.footer.android-footer {
    width: 127px;
    height: 36px;
    background-position: -135px -3px;
    background-size: 257px;
  }
  .btn-store.ios {
    width: 32px;
    height: 32px;
    margin-right: 0px;
    margin-left: 0px;
    background-size: 24px;
    opacity: 0.3;
  }
  .btn-store-wrapper-header {
    width: 64px;
    height: 32px;
    margin-right: 0px;
  }
  .footer-download-block {
    margin-bottom: 32px;
  }
  .social-block {
    margin-bottom: 40px;
  }
  .app-title-block {
    margin-bottom: 16px;
  }
  .section-title-block {
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-title-block.right-side {
    padding-right: 24px;
    padding-left: 24px;
  }
  .divider-intersection {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .divider-intersection.color {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .header-logo-wrapper {
    margin-bottom: 8px;
    padding-top: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-wrapper {
    margin-bottom: 0px;
  }
  .title-wrapper.hero {
    padding-left: 0px;
    border-left-style: none;
  }
  .device-wrapper {
    bottom: 0px;
  }
  .small-features-title {
    font-size: 16px;
  }
  .hero-bg {
    background-position: 50% 100%;
    background-size: 340%;
  }
  .hero-content-wrapper {
    display: block;
  }
  .section-device-column-nt {
    overflow: hidden;
    padding-top: 24px;
    text-align: center;
  }
  .notch.share {
    height: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .sections-wrapper {
    overflow: hidden;
  }
  .app-content-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #fff;
    border-radius: 80px;
  }
  .app-content-wrapper.comprador {
    padding-left: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .app-content-wrapper.organizador {
    left: 1px;
    padding-right: 8px;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .column-app.comprador {
    display: none;
  }
  .column-app.organizador {
    display: none;
  }
  .client-device-mobile {
    display: block;
    width: 70%;
    min-width: 0px;
    margin-bottom: -56px;
    padding: 8px 8px 0px;
    border-radius: 32px 32px 0px 0px;
  }
  .client-device {
    padding: 16px;
    border-radius: 8px;
  }
  .slider {
    display: block;
    height: auto;
    background-color: transparent;
  }
  .slide {
    padding-right: 24px;
    padding-left: 24px;
  }
  .slider-nav {
    top: 88px;
    width: 50%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: auto;
  }
  .div-block {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 260px;
    margin-top: 88px;
    margin-right: auto;
    margin-left: auto;
  }
}

