.top-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
}

.body {
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 23px;
  line-height: 40px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -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;
}

.menu-icon {
  padding: 10px;
  color: #fff;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-white {
  padding: 10px 20px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.button-white:hover {
  border-color: #60b04c;
  background-color: #60b04c;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 15px;
  -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: padding 200ms ease;
  transition: padding 200ms ease;
}

.logo-menu-bar {
  padding: 10px;
  border-radius: 20px;
  opacity: 0;
}

.logo-bar {
  height: 28px;
}

.destaque {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 890px;
  margin-top: 0px;
  padding-top: 250px;
  padding-left: 60px;
  border-radius: 0px;
  background-color: #1d1d1d;
  background-image: url('../images/circuits3.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.large-logo {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
}

.heading {
  font-family: 'Asket extended', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading {
  width: 680px;
  font-size: 20px;
}

._3d-phone {
  position: absolute;
  z-index: 90;
  display: block;
  overflow: hidden;
  height: 800px;
  margin-top: -547px;
  margin-left: -162px;
}

.trigger {
  height: 20px;
}

.html-embed {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.html-embed:hover {
  color: #758af2;
}

.image {
  position: relative;
  overflow: hidden;
  height: 800px;
  margin-left: 598px;
  padding-top: 60px;
}

.store-small-links {
  display: none;
  padding: 10px 20px 14px;
  -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-link-menu-bar {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.store-link-menu-bar:hover {
  opacity: 1;
}

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

.div-block-3 {
  height: 20px;
  background-color: #eb0606;
  line-height: 50px;
}

.phone-label {
  position: relative;
  width: 200px;
  margin-top: -131px;
  margin-right: 70px;
  margin-left: 60px;
  float: left;
  clear: none;
  color: #758af2;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}

.menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 120;
  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: rgba(0, 0, 0, 0.95);
}

.menu-link-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.menu-link-txt:hover {
  color: #758af2;
}

.menu-content {
  position: fixed;
  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;
}

.close-button {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  margin-right: 43px;
  -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;
}

.close-button-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.close-button-txt:hover {
  color: #60b04c;
}

.html-embed-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.html-embed-2:hover {
  color: #758af2;
}

.conteudo {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1270px;
  margin-top: 125px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-green {
  width: 700px;
  font-family: 'Asket extended', sans-serif;
  color: #758af2;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
  text-transform: none;
}

.paragraph {
  font-size: 20px;
  line-height: 30px;
}

.text-link {
  color: #333;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.text-span {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1d1d1d;
  font-weight: 700;
  text-decoration: none;
}

.text-span:hover {
  color: #758af2;
}

.section-6 {
  display: none;
  margin-bottom: 140px;
  -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;
}

.store-bt-svg {
  height: 80px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.store-links {
  padding: 20px 10px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.store-links:hover {
  opacity: 1;
}

.column-4 {
  padding-right: 20px;
}

.conteudo-left {
  width: 600px;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 0px;
  float: left;
}

.conteudo-right {
  width: 300px;
  float: right;
  clear: right;
}

.purple-line {
  height: 20px;
  background-color: #758af2;
  line-height: 30px;
}

.section-2 {
  padding-top: 105px;
}

.button-white-menu {
  margin-top: 20px;
  padding: 14px 30px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.button-white-menu:hover {
  border-color: #60b04c;
  background-color: #60b04c;
  color: #fff;
}

.conteudo-foto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 900px;
  -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: #1d1d1d;
  background-image: url('../images/sgpay-photo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
}

.div-cor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: rgba(29, 29, 29, 0.85);
}

.div-block-4 {
  width: 620px;
}

.paragraph-white {
  margin-top: 18px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.note {
  margin-top: 20px;
  color: #758af2;
  font-size: 11px;
}

.heading-white {
  width: 620px;
  margin: 0px;
  font-family: 'Asket extended', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.columns-3 {
  width: 1270px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.image-2 {
  margin-top: 20px;
  margin-right: 20px;
}

.icon-mobile {
  display: none;
  margin-top: 20px;
  margin-right: 20px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -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: #758af2;
}

.image-3 {
  height: 100px;
}

.conteudo-recursos {
  width: 1270px;
  margin: 140px 100px 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-white-small {
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: 'Asket extended', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.paragraph-white-2 {
  margin-bottom: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.white-block {
  width: 8px;
  height: 16px;
  margin-top: 65px;
  margin-right: 10px;
  float: left;
  background-color: #fff;
}

.screenshots {
  overflow: hidden;
  height: 700px;
  background-color: #758af2;
  background-image: url('../images/screenshots.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 140px;
  -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;
}

.heading-blue {
  width: 700px;
  font-family: 'Asket extended', sans-serif;
  color: #758af2;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.button-blue {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 20px 10px;
  border: 2px solid #0085c4;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  color: #0085c4;
  font-size: 16px;
  text-transform: uppercase;
}

.button-blue:hover {
  border-color: #0085c4;
  background-color: #0085c4;
  color: #fff;
}

.text-span-copy {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1d1d1d;
  font-weight: 700;
}

.text-span-copy:hover {
  color: #758af2;
}

.note-2 {
  display: none;
  margin-top: 20px;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 18px;
}

.conteudo-right-2 {
  margin-top: 19px;
  padding-bottom: 0px;
  float: right;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sge-logo-large {
  height: 160px;
  margin-bottom: 52px;
  padding-right: 10px;
  padding-left: 10px;
}

.conteudo-section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1270px;
  margin-top: 125px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-2 {
  display: none;
}

.conteudo-right-2-mobile {
  display: none;
  padding-bottom: 0px;
  float: right;
  clear: none;
}

.conteudo-section-4-mobile {
  display: none;
  width: 1270px;
  margin-top: 125px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph1 {
  font-size: 20px;
  line-height: 30px;
}

.image-4 {
  overflow: hidden;
  height: 500px;
  margin-top: 0px;
  margin-right: -50px;
  float: right;
}

.conteudo-personalizado-in {
  width: 560px;
}

.conteudo-personalizado {
  width: 1270px;
  margin: 100px auto 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-5 {
  display: none;
  padding-bottom: 100px;
  -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: #758af2;
}

.conteudo-revoluc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1270px;
  margin-top: 125px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.conteudo-left-2 {
  width: 600px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.paragraph-grey {
  margin-bottom: 2px;
  color: #1d1d1d;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.paragraph2 {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.store-bt-svg-2 {
  height: 80px;
}

.div-block-6 {
  float: left;
}

.conteudo-right-3 {
  position: static;
  margin-top: 20px;
  margin-left: 0px;
  float: left;
  clear: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.button-purple {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 20px 10px;
  float: left;
  clear: left;
  border: 2px solid #758af2;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  color: #758af2;
  font-size: 16px;
  text-transform: uppercase;
}

.button-purple:hover {
  border-color: #758af2;
  background-color: #758af2;
  color: #fff;
}

.conteudo-app {
  display: block;
  width: 1270px;
  margin-top: 125px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.conteudo-left-3 {
  width: 700px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.section-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.phone-seu-app {
  display: block;
  overflow: hidden;
  margin-top: -507px;
  margin-right: -55px;
  margin-bottom: 98px;
}

.div-block-8 {
  display: none;
  overflow: hidden;
  height: 700px;
  background-color: #60b04c;
}

.footer-1 {
  padding: 30px 40px;
  background-color: #1d1d1d;
}

.logo-footer {
  display: none;
  padding: 10px 10px 10px 0px;
  float: left;
  border-radius: 20px;
  opacity: 1;
}

.link-block-sge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  float: right;
  -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: 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;
  text-decoration: none;
}

.text-copyright {
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 11px;
  text-transform: none;
}

.text-copyright:hover {
  color: #fff;
}

.div-block-9 {
  width: 100%;
  height: 6px;
  background-color: #2f2f2f;
}

.footer-text {
  width: 70px;
  margin-top: 0px;
  margin-right: 20px;
  float: right;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-social {
  display: none;
  padding-right: 20px;
  float: left;
}

.footer-2 {
  display: block;
  padding: 30px 40px;
  -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;
  background-color: #1d1d1d;
}

.copy-text-div {
  margin-top: 16px;
  float: right;
}

.divcliente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 15px 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-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.button-white-2 {
  padding: 10px 20px 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.button-white-2:hover {
  border-color: #758af2;
  background-color: #758af2;
  color: #fff;
}

.link {
  color: #758af2;
  font-weight: 900;
  text-decoration: none;
}

.section-video {
  display: none;
  margin-bottom: 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;
}

.conteudo-section-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1270px;
  margin-top: 125px;
  padding-right: 100px;
  padding-left: 100px;
  -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;
}

.conteudo-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1270px;
  margin-top: 125px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-if {
  height: 40px;
  margin-bottom: 10px;
  float: left;
}

.button-if {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 20px 10px;
  float: none;
  clear: none;
  border: 2px solid #60b04c;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  color: #60b04c;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button-if:hover {
  border-color: #60b04c;
  background-color: #60b04c;
  color: #fff;
}

.button-purple2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 20px 10px;
  float: none;
  clear: left;
  border: 2px solid #758af2;
  background-color: transparent;
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Asket extended', sans-serif;
  color: #758af2;
  font-size: 16px;
  text-transform: uppercase;
}

.button-purple2:hover {
  border-color: #758af2;
  background-color: #758af2;
  color: #fff;
}

.link-text-div-footer {
  margin-top: 0px;
  margin-right: 20px;
  float: left;
}

.logo-sg {
  height: 32px;
  margin-bottom: 10px;
  float: left;
}

.logo-sge {
  height: 44px;
  margin-bottom: 10px;
  float: left;
}

.link-text-div-footer-1 {
  margin-top: 0px;
  margin-right: 20px;
  float: left;
}

.text-link-footer {
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 11px;
  text-transform: none;
}

.text-link-footer:hover {
  color: #758af2;
}

.div-block-10 {
  margin-bottom: 30px;
}

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

.link-block-3 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .button-white {
    font-size: 12px;
  }
  .destaque {
    padding-left: 60px;
  }
  .heading {
    font-size: 40px;
    line-height: 55px;
  }
  .main-heading {
    width: 680px;
    font-size: 28px;
  }
  ._3d-phone {
    display: block;
    height: 800px;
    margin-top: -552px;
    margin-left: -148px;
  }
  .phone-label {
    margin-right: 0px;
    margin-left: 60px;
    float: left;
    color: #758af2;
  }
  .menu-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .note-2 {
    display: none;
  }
  .div-block-8 {
    display: none;
  }
  .button-white-2 {
    font-size: 14px;
  }
  .section-video {
    padding-bottom: 0px;
  }
  .conteudo-video {
    padding-left: 40px;
  }
  .logo-if {
    float: left;
    clear: left;
  }
  .button-if {
    float: left;
    clear: left;
  }
  .link-text-div-footer {
    margin-right: 0px;
  }
  .logo-sg {
    float: left;
    clear: left;
  }
  .logo-sge {
    float: left;
    clear: left;
  }
  .link-text-div-footer-1 {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .button-white {
    padding: 10px 30px 5px;
    border-color: #fff;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    font-size: 18px;
  }
  .div-block {
    -webkit-transition: margin 200ms ease;
    transition: margin 200ms ease;
  }
  .logo-menu-bar {
    opacity: 0;
  }
  .destaque {
    margin-top: 130px;
    padding-top: 105px;
    padding-left: 400px;
    background-image: url('../images/circuits3.svg');
    background-position: 50% 21%;
    background-size: contain;
    background-repeat: repeat-x;
    background-attachment: fixed;
  }
  .heading {
    font-size: 60px;
    line-height: 90px;
  }
  .main-heading {
    width: 1000px;
  }
  ._3d-phone {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
    height: 800px;
    margin-top: 510px;
    margin-right: 0px;
    margin-left: 136px;
    padding-right: 0px;
    -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: #60b04c;
  }
  .trigger {
    height: 20px;
  }
  .html-embed {
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #fff;
  }
  .html-embed:hover {
    color: #758af2;
  }
  .image {
    height: 700px;
    margin-left: 1036px;
  }
  .store-small-links {
    padding-right: 20px;
    padding-left: 20px;
  }
  .store-link-menu-bar {
    opacity: 0.6;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .store-link-menu-bar:hover {
    opacity: 1;
  }
  .div-block-2 {
    height: 1000px;
  }
  .darktopbg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    height: 130px;
    background-color: #000;
  }
  .phone-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-top: -139px;
    margin-left: 400px;
    clear: right;
    color: #758af2;
    font-size: 28px;
    line-height: 34px;
  }
  .menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
  }
  .menu-link-txt {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 60px;
  }
  .close-button {
    margin-top: 42px;
  }
  .conteudo {
    width: 1270px;
    margin-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-green {
    font-size: 40px;
    line-height: 60px;
    text-transform: none;
  }
  .text-span {
    font-weight: 700;
    text-decoration: none;
  }
  .text-span:hover {
    color: #758af2;
  }
  .section-6 {
    position: relative;
    z-index: 2;
    display: none;
    margin-top: 60px;
    padding-bottom: 160px;
  }
  .store-bt-svg {
    height: 100px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .store-links {
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0.8;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .store-links:hover {
    opacity: 1;
  }
  .column-4 {
    padding-right: 170px;
  }
  .conteudo-left {
    width: 680px;
    margin-top: 140px;
    padding-right: 20px;
  }
  .conteudo-right {
    display: block;
    margin-top: 231px;
    text-align: left;
  }
  .purple-line {
    width: 100%;
    height: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #758af2;
  }
  .button-white-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px 16px;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    font-size: 18px;
  }
  .div-block-4 {
    width: 620px;
  }
  .paragraph-white {
    line-height: 28px;
  }
  .note {
    font-size: 12px;
    line-height: 18px;
  }
  .heading-white {
    width: auto;
    float: none;
    clear: none;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
  }
  .column-5 {
    margin-top: 10px;
  }
  .section-3 {
    padding-bottom: 140px;
  }
  .image-3 {
    height: 120px;
  }
  .conteudo-recursos {
    margin-bottom: 0px;
  }
  .heading-white-small {
    font-size: 20px;
    line-height: 30px;
  }
  .paragraph-white-2 {
    float: none;
  }
  .section-4 {
    position: relative;
    z-index: 2;
    padding-bottom: 160px;
  }
  .heading-blue {
    color: #758af2;
    font-size: 40px;
    line-height: 60px;
  }
  .button-blue {
    padding: 20px 30px 16px;
    border-color: #758af2;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    color: #758af2;
    font-size: 18px;
  }
  .button-blue:hover {
    border-color: #758af2;
    background-color: #758af2;
  }
  .text-span-copy {
    font-weight: 700;
  }
  .text-span-copy:hover {
    color: #758af2;
  }
  .note-2 {
    color: #1d1d1d;
    font-size: 12px;
    line-height: 18px;
  }
  .conteudo-right-2 {
    display: block;
    text-align: right;
  }
  .sge-logo-large {
    height: 195px;
    margin: 20px 10px;
    text-align: center;
  }
  .conteudo-section-4 {
    width: 1270px;
    margin-top: 30px;
    padding-left: 40px;
  }
  .conteudo-right-2-mobile {
    display: none;
    text-align: right;
  }
  .conteudo-section-4-mobile {
    width: 1800px;
    margin-top: 30px;
  }
  .image-4 {
    height: 500px;
    margin-top: 8px;
    margin-right: 311px;
    float: right;
  }
  .conteudo-personalizado-in {
    width: 560px;
  }
  .conteudo-personalizado {
    width: 1270px;
    margin-bottom: 0px;
    padding-left: 40px;
  }
  .section-5 {
    display: none;
    padding-bottom: 80px;
  }
  .conteudo-revoluc {
    width: 1800px;
    margin-top: 30px;
  }
  .conteudo-left-2 {
    width: 1300px;
    margin-top: 140px;
    padding-right: 20px;
  }
  .store-bt-svg-2 {
    height: 100px;
  }
  .conteudo-right-3 {
    display: block;
    text-align: right;
  }
  .button-purple {
    padding: 20px 30px 16px;
    border-color: #758af2;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    color: #758af2;
    font-size: 18px;
  }
  .button-purple:hover {
    border-color: #758af2;
    background-color: #758af2;
  }
  .conteudo-app {
    width: 1270px;
    margin-top: -47px;
    padding-left: 40px;
  }
  .conteudo-left-3 {
    width: 700px;
    margin-top: 140px;
    padding-right: 20px;
  }
  .section-1 {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
    padding-bottom: 0px;
  }
  .phone-seu-app {
    display: block;
    height: auto;
    margin-top: -484px;
  }
  .body-2 {
    background-color: #1d1d1d;
  }
  .open-graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .logo-footer {
    display: none;
    opacity: 1;
  }
  .link-block-sge {
    text-decoration: none;
  }
  .text-copyright {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-text {
    margin-top: 0px;
    font-size: 11px;
    line-height: 40px;
  }
  .divcliente {
    padding-left: 0px;
    -webkit-transition: margin 200ms ease;
    transition: margin 200ms ease;
  }
  .button-white-2 {
    padding: 10px 30px 5px;
    border-color: #fff;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    font-size: 18px;
  }
  .link {
    color: #758af2;
    font-weight: 900;
    text-decoration: none;
  }
  .link:hover {
    color: #fff;
  }
  .section-video {
    position: relative;
    z-index: 2;
    display: none;
    margin-top: 120px;
    padding-bottom: 0px;
  }
  .conteudo-section-4-copy {
    width: 1270px;
    margin-top: 30px;
    padding-left: 40px;
  }
  .conteudo-video {
    width: 1270px;
    margin-top: 30px;
    padding-left: 40px;
  }
  .logo-if {
    height: 70px;
    margin-bottom: 10px;
  }
  .button-if {
    padding: 20px 30px 16px;
    border-color: #60b04c;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    color: #60b04c;
    font-size: 18px;
  }
  .button-if:hover {
    border-color: #60b04c;
    background-color: #60b04c;
  }
  .button-purple2 {
    padding: 20px 30px 16px;
    border-color: #758af2;
    -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
    color: #758af2;
    font-size: 18px;
  }
  .button-purple2:hover {
    border-color: #758af2;
    background-color: #758af2;
  }
  .logo-sg {
    height: 42px;
    margin-bottom: 10px;
  }
  .logo-sge {
    height: 60px;
    margin-bottom: 10px;
  }
  .text-link-footer {
    font-size: 12px;
    line-height: 18px;
  }
  .div-block-10 {
    margin-bottom: 30px;
  }
  .link-over-purple {
    color: #fff;
    text-decoration: none;
  }
  .link-2 {
    text-decoration: none;
  }
  .link-block-3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .column-2 {
    height: 50px;
  }
  .button-white {
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .destaque {
    height: 730px;
    padding-top: 181px;
    padding-left: 40px;
    background-position: 50% 0%;
    background-size: auto 760px;
    background-repeat: no-repeat;
  }
  .large-logo {
    padding-right: 220px;
    padding-bottom: 40px;
  }
  .heading {
    font-size: 34px;
    line-height: 50px;
  }
  .main-heading {
    width: 450px;
    font-size: 40px;
    line-height: 14px;
  }
  ._3d-phone {
    margin-top: -311px;
    margin-left: -30px;
  }
  .image {
    height: 600px;
    margin-left: 140px;
  }
  .store-small-links {
    display: none;
  }
  .phone-label {
    position: relative;
    margin-left: 40px;
    float: left;
  }
  .menu-overlay {
    display: none;
  }
  .menu-link-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .conteudo {
    width: 750px;
    margin-top: 289px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .heading-green {
    width: auto;
    font-size: 32px;
    line-height: 50px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .section-6 {
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .store-bt-svg {
    height: 100px;
  }
  .column-3 {
    height: 200px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .columns-2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .store-links {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .conteudo-left {
    width: auto;
    margin-top: 0px;
    padding-left: 30px;
  }
  .conteudo-foto {
    background-position: 100% 50%;
    background-size: auto 1300px;
    background-repeat: no-repeat;
  }
  .div-block-4 {
    width: 520px;
  }
  .paragraph-white {
    font-size: 14px;
    line-height: 22px;
  }
  .heading-white {
    width: auto;
    font-size: 34px;
    line-height: 50px;
  }
  .columns-3 {
    width: 550px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-2 {
    margin-top: 40px;
    margin-left: 20px;
  }
  .column-5 {
    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;
  }
  .icon-mobile {
    margin-top: 40px;
    margin-left: 20px;
  }
  .conteudo-recursos {
    margin: 80px 30px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-white-small {
    width: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }
  .paragraph-white-2 {
    font-size: 14px;
    line-height: 24px;
  }
  .white-block {
    height: 33px;
    margin-top: 61px;
  }
  .screenshots {
    height: 500px;
    background-position: 50% 100%;
    background-size: auto 520px;
  }
  .section-4 {
    padding-bottom: 100px;
  }
  .heading-blue {
    width: auto;
    font-size: 34px;
    line-height: 50px;
  }
  .button-blue {
    display: inline-block;
    float: none;
  }
  .sge-logo-large {
    height: 50px;
    margin-bottom: 0px;
    float: right;
  }
  .conteudo-section-4 {
    width: auto;
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .link-block-2 {
    display: none;
    margin-bottom: 12px;
    padding-bottom: 0px;
    float: right;
  }
  .conteudo-right-2-mobile {
    display: none;
  }
  .conteudo-section-4-mobile {
    width: auto;
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .paragraph1 {
    font-size: 16px;
    line-height: 24px;
  }
  .image-4 {
    overflow: hidden;
    height: 400px;
    margin-top: -836px;
    margin-right: -158px;
  }
  .conteudo-personalizado-in {
    width: 400px;
  }
  .conteudo-personalizado {
    margin: 80px 30px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .conteudo-revoluc {
    width: auto;
    margin-top: 110px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .conteudo-left-2 {
    width: auto;
    margin-top: 0px;
  }
  .paragraph-grey {
    font-size: 16px;
    line-height: 28px;
  }
  .paragraph2 {
    font-size: 16px;
    line-height: 24px;
  }
  .store-bt-svg-2 {
    height: 100px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .div-block-6 {
    width: 500px;
    margin-right: -270px;
    float: left;
  }
  .conteudo-right-3 {
    width: auto;
    margin-bottom: -11px;
    margin-left: 0px;
  }
  .button-purple {
    display: inline-block;
    float: left;
  }
  .conteudo-app {
    width: 400px;
    margin-top: 110px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .conteudo-left-3 {
    width: auto;
    margin-top: 0px;
  }
  .section-1 {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .phone-seu-app {
    margin-top: -141px;
  }
  .div-block-8 {
    height: 500px;
  }
  .divcliente {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-white-2 {
    display: block;
    padding: 5px 10px 0px;
    border-color: hsla(0, 0%, 100%, 0);
    font-size: 12px;
    line-height: 18px;
  }
  .section-video {
    padding-bottom: 0px;
  }
  .conteudo-section-4-copy {
    width: auto;
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .conteudo-video {
    display: block;
    width: auto;
    margin-top: 60px;
    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;
  }
  .video {
    display: block;
    width: 700px;
  }
  .logo-if {
    margin-bottom: 0px;
  }
  .button-if {
    display: inline-block;
    float: none;
  }
  .button-purple2 {
    display: inline-block;
    float: none;
    clear: none;
    text-transform: uppercase;
  }
  .link-text-div-footer {
    margin-top: 0px;
  }
  .logo-sg {
    margin-bottom: 0px;
  }
  .logo-sge {
    margin-bottom: 0px;
  }
  .link-text-div-footer-1 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .top-bar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 30px;
  }
  .menu-icon {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    height: 39px;
    padding-right: 0px;
  }
  .columns {
    height: 39px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-white {
    font-size: 12px;
  }
  .div-block {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-menu-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-bar {
    height: 20px;
  }
  .destaque {
    height: 540px;
    margin-top: 0px;
    padding-top: 80px;
    padding-left: 40px;
    background-size: auto 560px;
  }
  .large-logo {
    padding-right: 305px;
    padding-bottom: 14px;
  }
  .heading {
    font-size: 20px;
    line-height: 30px;
  }
  .main-heading {
    width: 430px;
  }
  ._3d-phone {
    position: absolute;
    margin-top: -341px;
    margin-left: 63px;
  }
  .image {
    height: 500px;
    padding-top: 40px;
  }
  .phone-label {
    margin-top: -197px;
  }
  .menu-overlay {
    display: none;
  }
  .menu-link-txt {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
  }
  .close-button {
    margin-top: 0px;
    margin-right: 23px;
  }
  .conteudo {
    margin-top: 44px;
    padding-bottom: 50px;
  }
  .heading-green {
    font-size: 28px;
    line-height: 40px;
  }
  .paragraph {
    line-height: 24px;
  }
  .store-bt-svg {
    height: 76px;
  }
  .column-3 {
    height: 110px;
    margin-bottom: 13px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .store-links {
    padding-bottom: 10px;
  }
  .conteudo-left {
    margin-top: 40px;
  }
  .conteudo-right {
    position: absolute;
    margin-top: 0px;
    margin-bottom: -198px;
    padding-left: 30px;
    clear: left;
  }
  .link-block {
    margin-top: 0px;
  }
  .section-2 {
    margin-top: 153px;
  }
  .button-white-menu {
    margin-top: 10px;
    font-size: 12px;
  }
  .conteudo-foto {
    background-position: 70% 30%;
    background-size: cover;
  }
  .div-cor {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-4 {
    width: 480px;
  }
  .paragraph-white {
    line-height: 28px;
  }
  .heading-white {
    font-size: 28px;
    line-height: 40px;
  }
  .columns-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-6 {
    padding-left: 0px;
  }
  .section-3 {
    padding-bottom: 60px;
  }
  .conteudo-recursos {
    margin-bottom: 0px;
  }
  .heading-white-small {
    margin-top: 48px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 20px;
  }
  .paragraph-white-2 {
    line-height: 24px;
  }
  .white-block {
    height: 15px;
    margin-top: 48px;
  }
  .screenshots {
    height: 370px;
    background-size: auto 380px;
  }
  .heading-blue {
    font-size: 28px;
    line-height: 40px;
  }
  .button-blue {
    font-size: 16px;
  }
  .conteudo-right-2 {
    position: absolute;
    margin-top: 381px;
    padding-left: 30px;
    clear: left;
  }
  .sge-logo-large {
    height: 70px;
  }
  .conteudo-section-4 {
    margin-top: 0px;
  }
  .link-block-2 {
    margin-top: -210px;
    margin-right: 40px;
  }
  .conteudo-right-2-mobile {
    position: absolute;
    display: none;
    margin-top: 133px;
    padding-left: 30px;
    clear: left;
  }
  .conteudo-section-4-mobile {
    margin-top: 0px;
  }
  .paragraph1 {
    line-height: 24px;
  }
  .image-4 {
    height: 300px;
    margin-top: 2px;
    margin-right: -100px;
  }
  .conteudo-personalizado {
    margin-bottom: 0px;
  }
  .section-5 {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .conteudo-revoluc {
    margin-top: 0px;
  }
  .conteudo-left-2 {
    margin-top: 100px;
  }
  .paragraph-grey {
    line-height: 28px;
  }
  .paragraph2 {
    line-height: 24px;
  }
  .store-bt-svg-2 {
    height: 76px;
  }
  .div-block-6 {
    width: 500px;
  }
  .conteudo-right-3 {
    position: static;
    margin-top: 18px;
    margin-left: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
  }
  .button-purple {
    font-size: 16px;
  }
  .conteudo-app {
    display: block;
    width: auto;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .conteudo-left-3 {
    margin-top: 178px;
  }
  .phone-seu-app {
    position: relative;
    overflow: hidden;
    margin-top: -136px;
    margin-right: -5px;
  }
  .div-block-8 {
    height: 370px;
  }
  .footer-1 {
    margin-top: 116px;
  }
  .logo-footer {
    margin-top: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .text-copyright {
    width: 200px;
    line-height: 16px;
    text-align: right;
  }
  .link-block-social {
    display: none;
  }
  .copy-text-div {
    margin-top: 0px;
  }
  .divcliente {
    display: block;
    padding-right: 10px;
    padding-left: 0px;
  }
  .button-white-2 {
    display: block;
    margin-right: 5px;
    padding-right: 4px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 10px;
  }
  .conteudo-section-4-copy {
    margin-top: 0px;
  }
  .conteudo-video {
    margin-top: 60px;
  }
  .video {
    width: 500px;
  }
  .button-if {
    font-size: 16px;
  }
  .button-purple2 {
    font-size: 16px;
    text-transform: uppercase;
  }
  .link-text-div-footer {
    margin-top: 0px;
    margin-right: 0px;
  }
  .link-text-div-footer-1 {
    margin-top: 0px;
    margin-right: 15px;
  }
  .text-link-footer {
    line-height: 16px;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    padding-right: 10px;
    padding-left: 5px;
  }
  .menu-icon {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .column-2 {
    height: 39px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block {
    display: block;
  }
  .logo-menu-bar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-bar {
    height: 20px;
  }
  .destaque {
    height: 500px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 20px;
    background-size: auto 620px;
    background-repeat: repeat-x;
    background-attachment: fixed;
  }
  .large-logo {
    padding-right: 11px;
    padding-bottom: 10px;
  }
  .heading {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
  }
  .main-heading {
    width: 280px;
  }
  ._3d-phone {
    margin-top: -250px;
    margin-left: -145px;
  }
  .html-embed {
    line-height: 23px;
  }
  .image {
    height: 380px;
    padding-top: 32px;
  }
  .store-small-links {
    display: none;
  }
  .phone-label {
    display: none;
    margin-top: -173px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .menu-overlay {
    display: none;
  }
  .menu-link-txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .menu-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .close-button {
    margin-top: 2px;
    margin-right: 13px;
  }
  .conteudo {
    display: block;
    width: auto;
    margin-top: 60px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .heading-green {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .paragraph {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-6 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 0px;
  }
  .store-bt-svg {
    width: 100%;
    height: auto;
    float: none;
    clear: none;
  }
  .columns-2 {
    -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;
  }
  .store-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .conteudo-left {
    display: block;
    margin-top: 50px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .conteudo-right {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 0px;
    float: left;
    -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;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .button-white-menu {
    margin-top: 30px;
  }
  .conteudo-foto {
    height: 600px;
    background-size: cover;
  }
  .div-cor {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-4 {
    width: 100%;
  }
  .paragraph-white {
    margin-bottom: 20px;
    line-height: 24px;
  }
  .note {
    width: auto;
    margin-top: 36px;
    line-height: 18px;
  }
  .heading-white {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .columns-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-2 {
    margin-top: 20px;
  }
  .column-5 {
    display: none;
  }
  .icon-mobile {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    height: 50px;
    margin: 0px 0px 19px 12px;
    float: right;
    clear: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-3 {
    padding-bottom: 60px;
  }
  .image-3 {
    height: 50px;
  }
  .conteudo-recursos {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .heading-white-small {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .paragraph-white-2 {
    margin-bottom: 20px;
    line-height: 24px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-block {
    margin-top: 18px;
    margin-right: 10px;
  }
  .screenshots {
    height: 380px;
    background-position: -110px 100%;
    background-size: auto 400px;
  }
  .section-4 {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .heading-blue {
    width: auto;
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .button-blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-color: #758af2;
    color: #758af2;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .note-2 {
    width: auto;
    margin-top: 0px;
    font-size: 11px;
    line-height: 18px;
  }
  .conteudo-right-2 {
    display: none;
    margin-top: 80px;
    padding-right: 10px;
    padding-left: 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;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .sge-logo-large {
    height: 50px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .conteudo-section-4 {
    display: none;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px;
    -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;
  }
  .link-block-2 {
    display: none;
    margin: 0px 10px 30px;
    float: none;
    clear: none;
    text-align: center;
  }
  .conteudo-right-2-mobile {
    display: block;
    margin-top: 243px;
    padding-right: 10px;
    padding-left: 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;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .div-block-5 {
    display: none;
    margin-top: 222px;
  }
  .conteudo-section-4-mobile {
    display: block;
    margin-top: 0px;
    margin-bottom: 80px;
    padding-right: 0px;
    -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;
  }
  .paragraph1 {
    margin-bottom: 40px;
    text-align: left;
  }
  .image-4 {
    height: 320px;
    margin-top: 0px;
    margin-right: -44px;
  }
  .conteudo-personalizado-in {
    width: auto;
  }
  .conteudo-personalizado {
    margin: 60px 20px 0px;
  }
  .section-5 {
    margin-top: 0px;
    padding-bottom: 40px;
  }
  .conteudo-revoluc {
    margin-top: 60px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .conteudo-left-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-grey {
    margin-bottom: 20px;
    line-height: 24px;
  }
  .paragraph2 {
    margin-bottom: 40px;
    text-align: left;
  }
  .store-bt-svg-2 {
    width: 100%;
    height: auto;
    float: none;
    clear: none;
  }
  .div-block-6 {
    position: relative;
    width: auto;
    margin-right: 0px;
  }
  .conteudo-right-3 {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    -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: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .button-purple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .conteudo-app {
    display: block;
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    -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;
  }
  .conteudo-left-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .phone-seu-app {
    overflow: hidden;
    margin-top: -63px;
    margin-bottom: 121px;
  }
  .div-block-8 {
    height: 380px;
  }
  .footer-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -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: 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;
  }
  .logo-footer {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-copyright {
    width: auto;
    margin-top: 0px;
    line-height: 18px;
    text-align: center;
  }
  .footer-text {
    width: 70px;
    margin-top: 0px;
    line-height: 18px;
  }
  .copy-text-div {
    margin-bottom: 15px;
  }
  .divcliente {
    display: block;
    padding-right: 10px;
    padding-left: 0px;
  }
  .button-white-2 {
    display: block;
    width: 100px;
    margin-right: 8px;
    padding-right: 0px;
    padding-left: 1px;
    font-size: 9px;
    line-height: 10px;
    text-align: center;
  }
  .section-video {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .conteudo-section-4-copy {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px;
    -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;
  }
  .conteudo-video {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 0px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .video {
    width: 100%;
  }
  .logo-if {
    height: 40px;
    clear: left;
  }
  .button-if {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 41px;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-purple2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-sg {
    height: 32px;
    clear: left;
  }
  .logo-sge {
    height: 44px;
    clear: left;
  }
  .text-link-footer {
    width: auto;
    margin-top: 0px;
    line-height: 18px;
    text-align: center;
  }
  .div-block-10 {
    margin-bottom: 50px;
  }
  .div-block-11 {
    width: auto;
  }
  .link-over-purple {
    text-decoration: none;
  }
  .bold-text {
    color: #fff;
    text-decoration: none;
  }
  .bold-text-2 {
    color: #fff;
    text-decoration: none;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block-3 {
    margin-bottom: 30px;
  }
  .column-15 {
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Asket extended';
  src: url('../fonts/Asket-Extended-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}