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

.container {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container.tech-bullets {
  background-color: #fff;
}

.header {
  position: static;
  float: none;
  background-color: #0098ff;
}

.section-tech-all {
  position: static;
  display: block;
  margin-bottom: 40px;
  background-color: #fff;
}

.nav-header {
  position: static;
  display: inline;
  padding-bottom: 20px;
  background-color: transparent;
  color: transparent;
}

.hero-area {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  padding-top: 0px;
  background-image: url('../images/bg-site2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
  text-align: center;
}

.nav-hero-logo {
  position: absolute;
  display: block;
  max-width: 120px;
  margin-top: 24px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.nav-hero-logo.br {
  max-width: 200px;
  margin-top: 28px;
}

.nav-link {
  margin-top: 20px;
  padding: 10px 16px;
  float: none;
  color: #fff;
}

.nav-link.login {
  margin-top: 18px;
  margin-right: 10vh;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #fff;
  border-radius: 2px;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 700;
}

.nav-link.login:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.login.supplier {
  display: inline-block;
  margin-top: 20px;
  margin-left: auto;
  text-decoration: none;
}

.nav-hero-links {
  margin: 0px 40px 8px;
  float: left;
  border-color: transparent;
  border-top-style: solid;
  border-top-width: 4px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.nav-hero-links.sign {
  margin-right: 0px;
  padding-right: 40px;
  float: right;
}

.prime-area-cta {
  display: block;
  height: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.hero-h1 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 68px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.24);
}

.hero-h1.marketplace {
  margin-top: 24vh;
  font-size: 48px;
  line-height: 48px;
}

.hero-h1.left {
  text-align: left;
}

.hero-h1.maior {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.prime-area-subtittle {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 100;
}

.header-primearea {
  display: inline;
}

.hero-content {
  position: static;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: 5%;
  margin-bottom: auto;
  color: #fff;
}

.hero-btn-cta {
  margin-top: 8px;
  padding: 12px 24px;
  border: 2px none #fff;
  border-radius: 2px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.nav-link-fixed {
  margin-top: 20px;
  padding: 10px 16px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 400;
}

.nav-hero {
  position: absolute;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}

.header-hero {
  position: static;
  display: inline-block;
  width: 100%;
  height: 290px;
  max-width: 100%;
  padding-bottom: 70px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 8%, transparent);
  color: #fff;
}

.hero-p {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  font-weight: 300;
}

.section-offermap {
  height: 800px;
}

.tech-img {
  display: block;
  height: 800px;
  -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;
}

.offermap-content-textarea {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.offermap-p {
  margin-top: 0px;
  margin-right: 60px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
}

.offermap-h1 {
  margin-top: 160px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.section-services {
  min-height: 100vh;
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url('../images/bg-services.jpg'), url('../images/bg-contact.jpg');
  background-position: 50% 0px, 0px 0px;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.nav-hero-link {
  display: none;
  margin-top: 20px;
  padding: 10px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-hero-link:hover {
  color: #7bc1e4;
  text-decoration: underline;
}

.nav-hero-link.sign {
  float: right;
}

.nav-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: none;
  opacity: 0;
}

.nav-fixed.solution {
  background-color: transparent;
  background-image: linear-gradient(176deg, #fff 23%, hsla(0, 0%, 100%, 0.46));
  opacity: 1;
}

.nav-fixed.solution.teste {
  margin-top: 107px;
}

.nav-fixed-logo {
  margin-top: 14px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding-right: 2px;
  padding-bottom: 8px;
}

.header-fixed {
  display: inline;
  max-width: 1366px;
  opacity: 1;
}

.nav-fixed-link {
  margin-top: 16px;
  padding: 8px 16px;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-fixed-link:hover {
  color: #7bc1e4;
  text-decoration: underline;
}

.nav-fixed-link.login {
  margin-top: 8px;
  margin-left: 20px;
  border: 2px solid #0a8ccc;
  border-radius: 2px;
  background-color: #0a8ccc;
  opacity: 1;
  color: #fff;
}

.nav-fixed-link.login:hover {
  background-color: #7bc1e4;
  text-decoration: none;
}

.nav-fixed-link.cta {
  margin-top: 8px;
  margin-left: 20px;
  border: 2px solid #0a8ccc;
  border-radius: 2px;
  color: #0a8ccc;
}

.nav-fixed-link.cta:hover {
  background-color: rgba(10, 140, 204, 0.1);
  text-decoration: none;
}

.nav-fixed-link.signup-btn {
  display: inline-block;
  width: auto;
  margin-top: 16px;
  margin-left: 24px;
  float: none;
  border-radius: 2px;
  color: #fff;
  text-align: center;
}

.nav-fixed-link.signup-btn:hover {
  text-decoration: none;
}

.nav-fixed-link.signup-btn.w--current {
  display: inline-block;
  width: auto;
}

.tech-tabs-content {
  margin-bottom: 60px;
  padding: 40px 20px 20px;
}

.tech-menu-tabs {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.tech-tab-link {
  width: 25%;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #0a8ccc;
  font-size: 16px;
  text-align: center;
}

.tech-tab-link:focus {
  border-bottom: 2px solid #0a8ccc;
}

.tech-tab-link.w--current {
  width: 25%;
  border-bottom: 2px solid #0a8ccc;
  background-color: transparent;
  color: #0a8ccc;
  font-size: 16px;
  text-align: center;
}

.tech-tab-link.w--current:hover {
  color: #0a8ccc;
}

.tech-tab-link.one-line {
  margin-top: 20px;
}

.tech-tab-link.complete {
  display: block;
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.tech-tab-link.complete.w--current {
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.offermap-h2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.h2 {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.tech-h2 {
  margin-top: -9px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.section-about {
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 2px;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 400;
}

.section-about-p {
  font-size: 16px;
  font-weight: 300;
}

.section-about-h2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.section-about-h2.suppliers {
  margin-bottom: 30px;
  line-height: 50px;
  font-weight: 700;
}

.section-about-gartner-h4 {
  display: block;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #0a8ccc;
  font-size: 16px;
  text-align: left;
}

.section-about-gartner-h6 {
  margin-top: 0px;
  color: #666;
  font-weight: 300;
  text-align: left;
}

.section-about-gartner {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-about-numbers {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
  background-image: url('../images/about-numbers.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #2bd0bc;
  font-size: 56px;
  font-weight: 900;
  text-align: center;
}

.section-about-numbers.h6 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.section-about-numbers.clients {
  width: 100%;
  opacity: 1;
  color: #3e68c0;
}

.section-about-numbers.supplier {
  color: #508dce;
}

.section-about-numbers.buy {
  color: #6cbbac;
}

.section-about-numbers.saving {
  color: #76cb9f;
}

.section-about-numbers-h1 {
  margin-bottom: 0px;
  color: transparent;
  font-size: 42px;
  font-weight: 900;
}

.link-supplier {
  position: static;
  display: inline-block;
  margin-top: 21px;
  padding: 10px 20px;
  clear: none;
  color: #fff;
}

.section-clients {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}

.section-clients.support-link {
  padding-top: 7px;
  padding-bottom: 4px;
}

.service {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  text-align: center;
}

.service.h2 {
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.service-img {
  width: 60%;
}

.service-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

.service-h2 {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
}

.section-blog {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
  font-family: Roboto, sans-serif;
}

.blog-post-master {
  padding: 20px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.blog-postarea {
  margin-top: 30px;
}

.blog-link {
  margin-top: 20px;
  text-align: center;
}

.section-contact {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.blog-post {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.contact-bar {
  display: none;
  padding-top: 2px;
  padding-right: 15vh;
  padding-bottom: 2px;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: right;
}

.contact-bar.fixed {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: hsla(0, 0%, 86.7%, 0.7);
}

.contact-bar.fixed-bar {
  background-color: #eee;
}

.tel-contact {
  position: relative;
  top: 1px;
  display: inline;
  color: #0a8ccc;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.tel-contact:hover {
  color: #7bc1e4;
}

.tel-contact.fixed {
  color: #0a8ccc;
  font-weight: 500;
}

.tel-contact.fixed:hover {
  color: #7bc1e4;
}

.contact-bar-link {
  display: inline-block;
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  color: #666;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.contact-bar-link:hover {
  color: #7bc1e4;
  text-decoration: underline;
}

.contact-bar-link.fixed {
  color: rgba(0, 0, 0, 0.7);
}

.contact-bar-link.fixed:hover {
  color: #7bc1e4;
}

.display-none {
  display: none;
}

.hero-slider {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  background-color: transparent;
}

.hero-slide1 {
  background-color: #0a8ccc;
}

.hero-slide2 {
  background-color: #56d3ce;
}

.hero-h3 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.hero-h4 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: auto;
  font-weight: 300;
  text-align: center;
}

.body {
  font-family: Roboto, sans-serif;
}

.hero-cta {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 80px;
  display: inline-block;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.hero-cta-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #fff;
  color: #0a8ccc;
  text-decoration: none;
}

.hero-title {
  margin-top: 0px;
  padding-top: 70px;
}

.cta-p {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  direction: ltr;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.slider-mask {
  height: 600px;
}

.hero-h2 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.hero-h2.marketplace {
  font-size: 22px;
  line-height: 24px;
}

.hero-h2.left {
  text-align: left;
}

.hero-slide-mask {
  z-index: 2000;
  height: auto;
}

.hero {
  font-size: 13px;
}

.cta-area {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.cta-area.cta-mobile {
  height: 180px;
}

.cta-h1 {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  margin: 16px 0px 10px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-txt {
  position: static;
  bottom: 10vh;
  margin-top: 5px;
  text-align: center;
}

.icon-buyer {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #0098ff;
}

.cta-icons {
  position: static;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.area-icon {
  position: static;
  display: block;
  width: 68px;
  height: 68px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-left: 0px;
  border: 4px solid #fff;
  border-radius: 48px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.img-icon-cta {
  position: static;
  width: 40px;
  margin: 0px auto -101px;
  padding-top: 0px;
  padding-bottom: 18px;
  float: none;
}

.line-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-top-style: dotted;
  border-top-width: 2px;
  opacity: 1;
}

.icon-tel-navbar {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 4px;
  margin-left: 24px;
}

.img-map {
  position: relative;
  width: 100%;
}

.img-marketshare {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 60px;
  float: right;
}

.section-about-numbers-h2 {
  margin-top: 0px;
  color: transparent;
  font-size: 22px;
  font-weight: 400;
}

.area-clients-logo {
  margin-bottom: 0px;
}

.area-clients-logo.patrocinio {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-bar-fixed {
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  background-color: #eee;
  font-family: Roboto, sans-serif;
  color: #d30000;
  font-weight: 700;
  text-align: right;
}

.contact-bar-fixed.solution {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  background-color: #242424;
  opacity: 1;
  direction: ltr;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.contact-bar-fixed.solution:hover {
  color: #e4e4e4;
}

.contact-bar-fixed.solution.last.w--current {
  margin-right: 10px;
}

.contact-bar-link-fixed {
  margin-left: 24px;
  float: right;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.contact-bar-link-fixed.solution {
  color: #fff;
}

.contact-bar-link-fixed.solution:hover {
  color: #d1d1d1;
}

.contact-bar-link-fixed.contact-hero {
  position: relative;
  z-index: 1000;
  margin-top: 8px;
  margin-right: 180px;
  float: right;
  color: hsla(0, 0%, 100%, 0.8);
}

.section-contact-h1 {
  margin-top: 16px;
  margin-bottom: 48px;
  padding-right: 85px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
  text-align: left;
}

.section-contact-h1.support {
  margin-top: 88px;
  color: hsla(0, 0%, 100%, 0.8);
}

.section-contact-h1.support.center {
  text-align: center;
}

.section-contact-h1.partner {
  color: hsla(0, 0%, 100%, 0.01);
}

.select-types {
  text-align: center;
}

.contact-comercial {
  display: none;
  background-color: red;
}

.contact-tabs {
  margin-top: 20px;
  text-align: center;
}

.contact-chat-btn {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 241px;
  min-width: auto;
  margin: 20px 8px 0px auto;
  padding: 8px 24px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 8px 8px 0px 0px;
  background-color: #ffa403;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.contact-chat-btn:hover {
  background-color: #ffb024;
}

.contact-chat-btn:active {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.contact-chat-btn.w--current {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.contact-chat-btn.chat-pt {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contact-chat-btn.option2 {
  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;
}

.contact-chat-btn.ptbr {
  display: none;
}

.contact-chat-btn.none {
  display: none;
}

.testebtn {
  opacity: 1;
}

.btncom {
  display: none;
}

.contact-tab-area {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-color: transparent;
  opacity: 0.7;
}

.contact-tab-area.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  opacity: 1;
}

.contact-p {
  font-size: 18px;
}

.contact-tab-content {
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px;
}

.btns-contacts {
  margin-top: 40px;
}

.contact-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.contact-buyers {
  position: static;
  display: block;
  min-height: 300px;
  padding-top: 20px;
  padding-right: 0px;
  background-color: transparent;
  opacity: 1;
  text-align: right;
}

.contact-suppliers {
  display: none;
  width: 100%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 40px;
  background-color: transparent;
  opacity: 0;
  text-align: right;
}

.contact-h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.contact-label {
  color: rgba(0, 0, 0, 0.57);
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.contact-input {
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  color: #333;
}

.contact-input:hover {
  border-width: 1px;
  border-color: #0a8ccc;
}

.contact-input:focus {
  border-color: #0a8ccc;
  border-bottom-width: 1px;
}

.contact-input.input-margin {
  width: 95%;
}

.contact-tel-area {
  margin-top: 0px;
  padding-left: 20px;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
}

.contact-tel {
  display: block;
  margin-bottom: 16px;
  color: #0a8ccc;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.contact-tel.other-countries {
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-tel.obs {
  display: block;
  margin-bottom: 5px;
  color: rgba(253, 236, 236, 0.64);
  font-size: 13px;
}

.contact-tel._1 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.contact-tel._1.underline {
  text-align: center;
  text-decoration: underline;
}

.contact-tel._1.underline:hover {
  color: rgba(10, 140, 204, 0.54);
}

.contact-email {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  color: #0a8ccc;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.contact-email.supplier {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #0a8ccc;
  font-size: 16px;
}

.contact-email.supplier.display-none {
  display: none;
}

.contact-email.supplier._1 {
  margin-top: 30px;
}

.contact-email.more-tels {
  margin-top: 48px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section-about-list {
  margin-bottom: 20px;
  padding-left: 20px;
  font-weight: 700;
  list-style-type: square;
}

.section-location {
  padding-bottom: 40px;
  background-image: url('../images/contact-map.jpg');
  background-position: 50% 50%;
  background-attachment: fixed;
}

.img-pin-local {
  display: block;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.locals {
  margin-top: 10px;
  border-width: 2px;
  border-top-style: solid;
  border-top-color: #fff;
  border-radius: 2px;
  text-align: center;
}

.local-h1 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.local-p {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.footer {
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
  float: none;
  background-color: #333;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  font-weight: 300;
}

.section-about-list-item {
  margin-top: 10px;
}

.tech-solution-complete {
  position: static;
  float: none;
}

.tech-solution-procurement {
  position: absolute;
  display: none;
  float: left;
  opacity: 0;
}

.tech-solution-sourcing {
  position: absolute;
  display: none;
  float: left;
  opacity: 0;
}

.tech-solution-marketplace {
  position: absolute;
  display: none;
  float: left;
  opacity: 0;
}

.signup {
  position: static;
  left: 50vh;
  right: 50vh;
  bottom: 40vh;
  display: block;
  min-height: 46px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.signup-email {
  width: 70%;
  margin-bottom: 0px;
  float: left;
  border-style: none;
}

.signup-btn {
  display: block;
  width: 30%;
  min-width: 120px;
  float: left;
  background-color: #0a8ccc;
}

.signup-btn:hover {
  background-color: #1c9ddd;
}

.form-signup {
  margin-bottom: 0px;
}

.section-plus-tech {
  position: absolute;
  width: 100%;
  float: left;
}

.plus-tech-service {
  display: block;
  width: 96px;
  height: 96px;
  margin-top: -46px;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #fff;
  border-radius: 48px;
  background-color: #29b4a3;
}

.section-tech-complete {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0))), url('../images/MapaDaSolucao-Inteiro.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%), url('../images/MapaDaSolucao-Inteiro.jpg');
  background-position: 0px 0px, 10% 50%;
  background-size: auto, 750px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-tech-eproc {
  position: static;
  z-index: 2000;
  height: 100vh;
  background-image: url('../images/MapaDaSolucao-Procurement.jpg');
  background-position: 10% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.btn-next-section-solution {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 10vh;
  display: block;
  width: 56px;
  height: 56px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 2px solid #000;
  border-radius: 50px;
  background-image: url('../images/icon-arrow-down.png');
  background-position: 5px 6px;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0;
}

.btn-next-section-solution:hover {
  border-color: #2bd0bc;
  background-image: url('../images/icon-arrow-down-green.png');
  background-size: 40px;
  opacity: 1;
}

.btn-next-section-solution.solution {
  left: 0px;
  right: 0px;
  bottom: 16vh;
}

.section-tech-esourcing {
  position: static;
  z-index: 9999;
  height: 100vh;
  background-image: url('../images/MapaDaSolucao-Sourcing.jpg');
  background-position: 10% 50%;
  background-size: 750px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-tech-marketplace {
  height: 90vh;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, hsla(0, 0%, 100%, 0)), color-stop(98%, #fff)), url('../images/MapaDaSolucao-Marketplace.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 80%, #fff 98%), url('../images/MapaDaSolucao-Marketplace.jpg');
  background-position: 0px 0px, 10% 50%;
  background-size: auto, 750px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.tech-description {
  padding-top: 30vh;
}

.tech-description.readytobuy {
  padding-top: 20vh;
}

.signup-area {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10vh;
}

.title-tech {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 48px;
  font-weight: 900;
}

.cta {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}

.about-map {
  position: absolute;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 55%;
  height: 100vh;
  margin-top: 24px;
  float: right;
  clear: none;
  font-size: 16px;
}

.about-map.espanol {
  width: 50%;
}

.number-h2 {
  margin-bottom: 0px;
  font-size: 48px;
}

.number-h2.h2 {
  margin-bottom: 0px;
  color: transparent;
  font-size: 48px;
  font-weight: 900;
  text-align: left;
}

.number-h2.h5 {
  margin-top: 0px;
  font-size: 24px;
}

.number-h2.buyer {
  margin-bottom: 0px;
  font-size: 22px;
}

.number-h2.supplier {
  margin-top: 8px;
  color: #0091d0;
  font-size: 32px;
  font-weight: 800;
}

.number-h2.transaction {
  margin-top: 40px;
  color: #49c0b6;
  font-size: 47px;
  font-weight: 900;
}

.number-h2.transaction.espanol {
  margin-top: 8px;
  font-size: 40px;
}

.numbers {
  margin-top: 10vh;
  padding-bottom: 40px;
}

.about-number-list {
  margin-bottom: 30px;
}

.about-number-list.transaction {
  color: #49c0b6;
}

.about-number-list.buyer {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  color: #3069b3;
}

.number-h4 {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 500;
}

.number-h4.buyer {
  margin-top: -4px;
  font-size: 16px;
}

.number-h4.supplier {
  color: #0091d0;
  font-size: 18px;
}

.number-h4.transaction {
  color: #49c0b6;
  font-size: 24px;
}

.gartner {
  display: none;
}

.number-img {
  position: static;
  width: 80px;
  margin-right: 16px;
  padding-top: 22px;
  float: left;
}

.number-img.buyer {
  width: 32px;
  margin-right: 8px;
  margin-left: 0px;
  padding-top: 8px;
}

.number-img.supplier {
  width: 48px;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 8px;
}

.number-img.transaction {
  margin-left: 40px;
  padding-top: 0px;
}

.section-tech {
  margin-top: 35px;
  padding-bottom: 0px;
  background-color: #0a8ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 140, 204, 0.6)), to(rgba(10, 140, 204, 0.6))), url('../images/about-numbers.jpg');
  background-image: linear-gradient(180deg, rgba(10, 140, 204, 0.6), rgba(10, 140, 204, 0.6)), url('../images/about-numbers.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: transparent;
}

.section-tech.margin {
  padding-top: 20px;
}

.img-bullet {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px;
}

.bg-top-triangle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-bottom: -6px;
  float: none;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-triangle {
  position: relative;
  bottom: 0px;
  width: 100%;
  margin-top: -100px;
  float: none;
}

.divisor-tech-top {
  width: 100%;
  height: 80px;
  margin-bottom: 64px;
  background-image: url('../images/bg-top-triangle.png');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.divisor-tech-top.top {
  position: relative;
  left: 0px;
  top: 0px;
  margin-bottom: 90px;
  background-image: url('../images/bg-top-triangle.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.divisor-tech-top.bottom {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 90px;
  background-image: url('../images/bg-bottom-triangle.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.complete-solution.p {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}

.divisor-tech-bottom {
  width: 100%;
  height: 80px;
  margin-top: 64px;
  margin-bottom: -5px;
  background-image: url('../images/bg-bottom-triangle.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bullets-area {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.complete-solution-h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
}

.tech-bullets {
  padding-top: 80px;
  background-color: #fff;
}

.next-section-solution {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
}

.readytobuy-area {
  margin-bottom: 40px;
}

.readytobuy-bar {
  width: 8px;
  height: 500px;
  margin-bottom: 8px;
  float: right;
  clear: right;
  border-radius: 8px;
  background-color: #eb7825;
}

.readytobuy-bar.etc {
  height: 8px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.readytobuy-title {
  margin-right: 16px;
  margin-bottom: 24px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #999;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: right;
}

.readytobuy-item {
  margin-top: 0px;
  margin-right: 16px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
}

.readytobuy-item.text {
  position: static;
  margin-right: 8px;
  padding-top: 0px;
  float: none;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.readytobuy-item.bullet {
  position: absolute;
  right: -17px;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  float: none;
  border: 4px solid #fff;
  border-radius: 16px;
  background-color: #eb7825;
}

.readytobuy-check {
  margin-top: 1px;
  margin-right: 4px;
}

.paragraph {
  margin-bottom: 8px;
  font-size: 16px;
}

.paragraph-2 {
  margin-bottom: 8px;
  font-size: 16px;
}

.paragraph-3 {
  margin-bottom: 8px;
}

.paragraph-4 {
  font-size: 16px;
}

.paragraph-5 {
  font-size: 16px;
}

.paragraph-6 {
  font-size: 16px;
}

.btn-submit-form {
  float: right;
  border: 2px solid #0a8ccc;
  border-radius: 2px;
  background-color: #0a8ccc;
  font-size: 16px;
}

.btn-submit-form:hover {
  border-color: #1aa1e4;
  background-color: #1aa1e4;
}

.btn-submit-form.e-marketplace {
  float: left;
}

.icon-socialmedia {
  position: static;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  padding: 8px;
  float: right;
}

.label-contact {
  margin-top: 16px;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 15px;
  font-weight: 500;
}

.label-contact.support {
  margin-top: 20px;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.64);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.label-contact.other-countries {
  margin-top: 8px;
  font-size: 13px;
}

.footer-rights {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 300;
}

.footer-rights.white {
  color: #fff;
}

.footer-rights.white.solution {
  line-height: 26px;
}

.div-block {
  display: inline-block;
}

.link-block {
  display: inline-block;
  width: auto;
  margin-top: 22px;
  margin-left: 16px;
  padding-top: 0px;
  float: right;
}

.link-block.dopdown {
  position: static;
  left: 0px;
  top: -11px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.login.input {
  position: relative;
  display: inline-block;
  width: 240px;
}

.btn {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.login {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 20;
  margin-top: 0px;
  margin-right: 0px;
  padding: 6px 16px;
  float: right;
  border: 2px solid #09bd9a;
  border-radius: 2px;
  background-color: #09bd9a;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.btn.login:hover {
  background-color: rgba(9, 189, 154, 0.8);
}

.btn.nav-signup {
  margin-top: -8px;
  margin-right: 40px;
  margin-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #0a8ccc;
  border-radius: 2px;
  background-color: #0a8ccc;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.nav-signup:hover {
  border-color: #1da3e6;
  background-color: #1da3e6;
}

.btn.nav-login {
  margin-right: 40px;
  border: 2px solid #fff;
  border-radius: 2px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}

.btn.nav-login:hover {
  border-color: rgba(10, 140, 204, 0.2);
  background-color: rgba(10, 140, 204, 0.2);
}

.btn.btn-partner {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 12px 24px;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: lowercase;
}

.btn.btn-partner:hover {
  opacity: 0.8;
}

.btn.btn-partner.gptw {
  margin-top: 6px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 20px;
}

.btn.btn-partner.gptw.mobiletextbtn {
  text-transform: none;
}

.nav-link-menu {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  clear: none;
  border-bottom: 2px solid transparent;
  font-family: Roboto, sans-serif;
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-menu:hover {
  border-bottom: 2px solid #0a8ccc;
  color: #0a8ccc;
}

.nav-link-menu.login {
  position: fixed;
  top: 35px;
  right: 40px;
  padding: 8px 16px;
  float: right;
  border-radius: 2px;
  background-color: #2bd0bc;
  color: #fff;
}

.nav-link-menu.login:hover {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(43, 208, 188, 0.8);
  background-color: rgba(43, 208, 188, 0.8);
}

.nav-link-menu.wip {
  display: none;
}

.nav-link-menu.drop-down {
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.nav-link-menu.drop-down.solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-map-area {
  overflow: hidden;
  width: 54%;
  float: right;
}

.div-block-3 {
  float: right;
}

.nav-fixed-cat {
  padding-top: 24px;
  padding-right: 0px;
  float: right;
}

.div-block-4 {
  float: right;
}

.language {
  padding-top: 14px;
  padding-right: 16px;
  float: right;
  color: red;
  text-decoration: none;
}

.link {
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
  text-decoration: none;
}

.text-span-2 {
  color: #fff;
  font-weight: 500;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: rgba(51, 51, 51, 0.8);
  font-size: 12px;
  font-weight: 300;
}

.text-span-3 {
  color: #fff;
  font-weight: 500;
}

.icon-2 {
  margin-bottom: 12px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.drop-lang-btn {
  bottom: 0px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.drop-lang-btn:hover {
  border-style: none;
  border-left-width: 4px;
  border-left-color: #0a8ccc;
  background-color: rgba(0, 152, 255, 0.16);
  color: #0a8ccc;
}

.drop-lang-btn.selected {
  border-style: none none none solid;
  border-width: 2px 2px 2px 4px;
  border-color: #000 #000 #000 #0a8ccc;
  background-color: rgba(10, 140, 204, 0.16);
}

.drop-lang-btn.check {
  top: 0px;
  background-color: rgba(0, 152, 255, 0.08);
  color: #0a8ccc;
}

.drop-lang-btn.lang-fixed {
  position: relative;
  top: 0px;
}

.drop-lang-list {
  display: none;
}

.drop-lang-list.w--open {
  position: static;
  left: 10px;
  top: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
}

.drop-lang-list.hero {
  right: 10px;
  bottom: 0px;
  z-index: 20;
  display: none;
}

.drop-lang-list.hero.w--open {
  bottom: 0px;
}

.drop-lang-list.lang-fixed.w--open {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 136px;
  margin-top: 0px;
}

.nav-drop-lang {
  display: block;
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 0px;
  font-size: 12px;
}

.nav-drop-lang.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-drop-lang.select {
  padding-right: 0px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.hero-drop-lang {
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
}

.icon-3 {
  margin-right: 0px;
}

.text-block-2 {
  display: block;
  color: hsla(0, 0%, 100%, 0.8);
}

.drop-lang {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 36px;
  margin-right: 20px;
  padding-top: 8px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
}

.dropdown-toggle {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
}

.text-block-3 {
  padding-right: 24px;
}

.icon-4 {
  margin-top: 8px;
}

.dropdown-list-2.w--open {
  display: inline-block;
  margin-right: 0px;
  float: none;
}

.dropdown-link-2 {
  margin-right: 10px;
}

.lbl-btn-signup {
  margin-right: 24px;
}

.icon-5 {
  margin-top: 8px;
}

.dropdown-list-3.w--open {
  background-color: #1a77a5;
  color: #fff;
  font-size: 13px;
}

.dropdown-link-3 {
  color: #fff;
}

.dropdown-link-3:hover {
  background-color: #0a83be;
}

.dropdown-link-4 {
  color: #fff;
}

.dropdown-link-4:hover {
  background-color: #0a83be;
}

.image {
  display: block;
  max-width: 90%;
  margin: 40px auto -160px;
}

.html-embed {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
}

.brand {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.form-wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
}

.login-input {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 32px;
  margin-top: 2px;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
}

.login-input:hover {
  border-color: #0a8ccc;
}

.login-input:focus {
  border-color: #0a8ccc;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.login-form {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: auto;
  margin-top: 48px;
  margin-right: 40px;
  float: left;
}

.link-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  margin-top: 32px;
  margin-left: 200px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}

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

.brand-3 {
  position: static;
  display: inline-block;
  float: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
  padding-left: 20px;
  opacity: 1;
}

.nav-menu {
  position: absolute;
  left: 180px;
  top: 28px;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper-2 {
  height: 120px;
}

.heading-3 {
  font-size: 48px;
}

.text-block-5 {
  position: static;
  display: inline-block;
  float: none;
}

.link-block-3 {
  position: absolute;
  margin-top: 0px;
}

.image-4 {
  padding-left: 5px;
}

.image-5 {
  padding-right: 5px;
}

.image-6 {
  padding-left: 5px;
}

.image-7 {
  padding-left: 5px;
}

.icon-6 {
  margin-right: 0px;
  font-size: 13px;
}

.text-block-6 {
  font-size: 12px;
}

.text-block-7 {
  position: absolute;
  right: 20px;
}

.text-lang {
  position: absolute;
  right: 20px;
  padding-right: 0px;
}

.text-lang.esen {
  padding-right: 20px;
}

.text-block-8 {
  position: absolute;
}

.icon-7 {
  margin-right: 0px;
}

.icon-8 {
  margin-right: 0px;
}

.drop-typecontact {
  margin-bottom: 16px;
}

.section-support {
  min-height: 40vh;
  padding-bottom: 100px;
  background-color: #333;
}

.bg-bottom-customers {
  position: relative;
  width: 100%;
}

.card-contact {
  margin: 60px -10px 80px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  box-shadow: none;
}

.contact-form {
  display: block;
  padding: 0px 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
}

.contact-tel-area {
  position: relative;
  display: block;
  height: 100%;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #000;
}

.margin-48 {
  position: static;
  display: inline-block;
  padding-left: 50px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(43, 208, 188, 0);
}

.icon-chat {
  position: relative;
  display: inline-block;
  max-width: 30px;
  margin-top: 0px;
  margin-right: 16px;
  float: left;
}

.hour-support {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  font-family: Roboto, sans-serif;
  font-size: 9px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-6 {
  text-align: center;
}

.column-7 {
  padding-right: 8px;
  font-size: 13px;
  text-align: center;
}

.column-7.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-7 {
  color: rgba(0, 0, 0, 0.57);
}

.paragraph-7.other-countries {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 16px;
}

.section-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#0a8ccc), to(#2bd0bc));
  background-image: linear-gradient(90deg, #0a8ccc, #2bd0bc);
  font-family: Roboto, sans-serif;
}

.paragraph-8 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.image-8 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.body-2 {
  overflow: visible;
}

.body-3 {
  overflow: visible;
  font-family: Roboto, sans-serif;
}

.column-8 {
  text-align: center;
}

.column-9 {
  text-align: center;
}

.section-partner-h1 {
  margin-top: 6px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-style: normal;
  font-weight: 700;
}

.spam-partner-h1 {
  font-size: 40px;
  font-weight: 700;
}

.column-10 {
  padding-left: 10px;
}

.text-span-4 {
  font-size: 40px;
  font-weight: 700;
}

.text-span-5 {
  font-size: 40px;
  font-weight: 700;
}

.image-9 {
  margin-top: 4vh;
}

.blog-footer {
  margin-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
  float: right;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.section-gptw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333)), -webkit-gradient(linear, left top, right top, from(#0a8ccc), to(#2bd0bc)), -webkit-gradient(linear, left top, left bottom, from(#bb2a42), to(#bb2a42));
  background-image: linear-gradient(180deg, #333, #333), linear-gradient(90deg, #0a8ccc, #2bd0bc), linear-gradient(180deg, #bb2a42, #bb2a42);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto;
}

.image-10 {
  height: 400px;
}

.link-4 {
  display: inline;
  float: left;
  clear: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-11 {
  text-align: left;
}

.column-11 {
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.column-12 {
  position: static;
  left: 0px;
  bottom: 0px;
}

.column-13 {
  position: relative;
  top: 0vh;
}

.important-text-2 {
  color: #fff;
  font-weight: 700;
}

.row-3 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.important-text-3 {
  font-weight: 700;
}

.important-text-4 {
  font-size: 20px;
  line-height: 0px;
}

.important-text-4.mobiletext {
  line-height: 24px;
}

.important-text-4.mobile-text {
  font-size: 24px;
}

.paragraph-9 {
  margin-top: -20px;
  color: #fff;
  line-height: 20px;
}

.body-4 {
  overflow: hidden;
}

.body-5 {
  overflow: hidden;
}

.body-6 {
  overflow: hidden;
}

.body-7 {
  overflow: hidden;
}

.body-8 {
  overflow: visible;
}

.body-9 {
  overflow: visible;
}

.body-10 {
  overflow: visible;
}

.container-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

.img_gptw {
  display: inline-block;
  height: 200px;
  padding-top: 0px;
  float: right;
  clear: none;
}

.container-6 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-14 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-1-gptw {
  max-height: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body-11 {
  overflow: visible;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  background-image: url('../images/MapaDaSolucao-Flat-Completo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-tes1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #4b3a3a;
  background-image: none;
  cursor: pointer;
}

.teste-div {
  width: 14vh;
  height: 14vh;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a8ccc), to(#0a8ccc));
  background-image: linear-gradient(180deg, #0a8ccc, #0a8ccc);
  color: #252525;
}

.nav-hero-logo-solucoes {
  display: block;
  max-width: 100%;
  margin: 12px auto;
}

.nav-hero-logo-solucoes.footer {
  max-width: 20%;
  margin-top: 30px;
  background-color: rgba(51, 51, 51, 0);
}

.nav-hero-logo-solucoes.footer.mercadoe {
  width: 70%;
  max-width: 10%;
}

.nav-hero-botao {
  left: -270px;
  right: 0px;
  bottom: 0px;
  color: #fff;
}

.nav-hero-botao.w--current {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vh;
  padding-right: 42px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8e8;
}

.section-solucao-inteira {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-bottom: 20px;
  background-color: #242424;
  background-image: linear-gradient(181deg, #252525, #313131, #252525);
}

.div-block-8 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-13 {
  width: 50%;
  height: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 1px;
  text-align: left;
}

.heading-seta {
  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;
  color: #fff;
  text-align: center;
}

.paragraph-seta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20%;
  padding-left: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.container-9 {
  opacity: 1;
  text-align: center;
}

.link-block-4 {
  margin-top: 20px;
  margin-right: 430px;
  margin-left: 430px;
}

.section-solucao-modulo {
  height: 87vh;
  background-color: #252525;
  color: #242424;
}

.heading-modulo.middle {
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.heading-phrase-modulo {
  color: #03a2e3;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.heading-phrase-modulo.middle {
  width: 500px;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.coluna-modulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 77px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-intern-solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  margin-right: 430px;
  margin-left: 476px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-intern-solution.ready-to-buy-link {
  margin-top: 0px;
  margin-right: 445px;
  margin-left: 242px;
  padding-right: 0px;
  float: none;
  text-decoration: none;
}

.link-intern-solution.mobile-off {
  opacity: 1;
}

.link-intern-solution.mobile-on {
  opacity: 0;
}

.image-tela {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  margin-left: 46px;
  padding: 20px 10px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(675px);
  transform: perspective(675px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.image-tela.perspectiva {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(675px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
  transform: perspective(675px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-10 {
  margin-left: 61px;
  padding-right: 32px;
}

.div-block-10.readytobuy {
  margin-left: 421px;
}

.div-block-10.ready-to-buy {
  margin-left: 1px;
}

.button {
  background-color: #2ec7ca;
  box-shadow: 2px 2px 9px -1px rgba(0, 0, 0, 0.21);
}

.container-10 {
  margin-top: 0px;
  padding-top: 112px;
}

.text-block-9 {
  margin-top: 6px;
  padding-top: 0px;
  padding-right: 9px;
  padding-bottom: 0px;
  float: right;
  clear: none;
  border-style: none none solid;
  border-width: 2px 2px 2px 1px;
  border-color: #2bd0bc #1ba0a9 #1ea1aa #000;
  border-radius: 0px;
  color: #22a2ab;
  text-decoration: none;
}

.container-11 {
  height: 100%;
  margin-top: -92px;
  padding-top: 0px;
  background-color: #e8e8e8;
}

.container-12 {
  height: 100%;
  background-color: #e8e8e8;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container-13 {
  display: block;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8e8e8;
}

.container-13.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section {
  background-color: #242424;
}

.div-block-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
  width: 400px;
  height: 400px;
  border-style: none;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.55);
  opacity: 1;
  -webkit-filter: blur(11px);
  filter: blur(11px);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tela_modelo {
  position: relative;
  left: -10px;
  top: 8px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 70vh;
  height: 40vh;
  border-radius: 10px;
  background-image: url('../images/TelaModelo.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 5px 5px 20px -10px #000;
  -webkit-filter: saturate(104%);
  filter: saturate(104%);
  -webkit-transform: perspective(1826px);
  transform: perspective(1826px);
}

.div-block-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 250px;
  border-radius: 0%;
  background-color: hsla(0, 0%, 100%, 0.53);
  opacity: 0.4;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: skew(-37deg, 0deg);
  -ms-transform: skew(-37deg, 0deg);
  transform: skew(-37deg, 0deg);
}

.container-14 {
  height: 100%;
}

.container-15 {
  height: 100%;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-13 {
  margin-top: 5%;
  background-color: #203e53;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-gradient.png'), -webkit-gradient(linear, left top, left bottom, color-stop(22%, rgba(4, 107, 188, 0.22)), to(rgba(3, 162, 227, 0.9))), url('../images/bigstock-Collaboration-Planning-Sharing-120224915-1.jpg');
  background-image: url('../images/bg-gradient.png'), linear-gradient(180deg, rgba(4, 107, 188, 0.22) 22%, rgba(3, 162, 227, 0.9)), url('../images/bigstock-Collaboration-Planning-Sharing-120224915-1.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: 150%, auto, cover;
  background-attachment: fixed, scroll, fixed;
}

.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.header-title.sub {
  font-size: 30px;
  line-height: 35px;
}

.header-title.white {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
}

.btn-login-link {
  position: absolute;
  top: 13px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 4px;
}

.logintxt {
  position: static;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
}

.image-14 {
  display: block;
  width: 10px;
  height: 60vh;
  max-width: 10%;
  padding-top: 67px;
  float: right;
}

.section-marketplace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
  margin-bottom: 16vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marketplace-h2 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.marketplace-container {
  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;
  text-align: center;
}

.input-search {
  display: block;
  width: 80%;
  height: 64px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid #fff;
  border-radius: 8px;
}

.icon-search-marketplace {
  position: absolute;
  right: 15px;
  margin-top: -47px;
  margin-right: 12px;
  float: right;
}

.lbl-search-marketplace {
  display: inline-block;
  margin-top: 20px;
  margin-left: 16px;
  float: left;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
}

.marketplace_text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

.body-12 {
  overflow: hidden;
}

.header-solution {
  position: relative;
  width: 100%;
  height: 105vh;
  background-color: #2ec7ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0)), color-stop(56%, rgba(10, 140, 204, 0.8)), to(#0a8ccc)), url('../images/bigstock--126238697-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(43, 208, 188, 0), rgba(10, 140, 204, 0.8) 56%, #0a8ccc), url('../images/bigstock--126238697-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.header-solution.procurement {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0)), color-stop(56%, rgba(10, 140, 204, 0.8)), to(#0a8ccc)), url('../images/bigstock--126238697-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(43, 208, 188, 0), rgba(10, 140, 204, 0.8) 56%, #0a8ccc), url('../images/bigstock--126238697-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
}

.header-solution.sourcing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0)), color-stop(56%, rgba(10, 140, 204, 0.8)), to(#0a8ccc)), url('../images/BG-Sourcing-1.jpg');
  background-image: linear-gradient(180deg, rgba(43, 208, 188, 0), rgba(10, 140, 204, 0.8) 56%, #0a8ccc), url('../images/BG-Sourcing-1.jpg');
  background-position: 0px 0px, 50% 100%;
}

.header-solution.marketplace {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0)), color-stop(56%, rgba(10, 140, 204, 0.8)), to(#0a8ccc)), url('../images/bigstock-Collaboration-Planning-Sharing-120224915-1.jpg');
  background-image: linear-gradient(180deg, rgba(43, 208, 188, 0), rgba(10, 140, 204, 0.8) 56%, #0a8ccc), url('../images/bigstock-Collaboration-Planning-Sharing-120224915-1.jpg');
  background-position: 0px 0px, 100% 100%;
}

.header-solution.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0)), color-stop(56%, rgba(10, 140, 204, 0.8)), to(#0a8ccc)), url('../images/bigstock--126238697-compressor.jpg');
  background-image: linear-gradient(180deg, rgba(43, 208, 188, 0), rgba(10, 140, 204, 0.8) 56%, #0a8ccc), url('../images/bigstock--126238697-compressor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-solution {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.barra-solution {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 10vh;
  background-color: #03a2e3;
}

.barra-solucoes {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 10vh;
  background-color: #fff;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #0a8ccc;
}

.image-15 {
  opacity: 0.42;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.div-block-14 {
  position: relative;
  left: 0px;
  top: 29%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

.heading-5 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}

.heading-5.smaller {
  font-size: 45px;
}

.container-16 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-top: -6vh;
  padding: 30px 0px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 24px -3px rgba(0, 0, 0, 0.34);
}

.container-16.teste {
  height: 100vh;
}

.row-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  height: 2px;
  background-color: #dfdfdf;
}

.section-3 {
  height: 100px;
  margin-top: 0vh;
  background-color: #242424;
}

.section-3.teste {
  margin-top: 100vh;
}

.div-block-16 {
  margin: 0px;
  padding: 20px;
  opacity: 1;
}

.div-block-16.grey {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: hsla(0, 0%, 91%, 0.31);
}

.div-block-16.grey.final {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.div-block-16.grey.teste {
  margin-top: 12px;
  background-color: #fff;
  opacity: 0;
}

.div-block-16.teste {
  position: absolute;
}

.button-white {
  display: block;
  width: 22vw;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -1px rgba(0, 0, 0, 0.47);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #0a8ccc;
  font-weight: 700;
  text-shadow: none;
}

.button-white:hover {
  box-shadow: 4px 4px 15px -1px rgba(0, 0, 0, 0.47);
}

.button-white.orange {
  width: 22vw;
  background-color: #ffa300;
  color: #fff;
}

.button-white.orange.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56vw;
  height: 70px;
  -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-decoration: none;
}

.button-white.orange.bottom.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 70px;
  -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;
}

.button-white.orange.medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.button-white.orange.big {
  width: 40vw;
  text-decoration: none;
}

.tela {
  margin-left: 54px;
  opacity: 1;
}

.tela.right {
  margin-right: 54px;
  margin-left: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate(65px, 0px);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate(65px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-demo {
  padding-left: 0px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: color 400ms cubic-bezier(0, .375, .24, 1.001);
  transition: color 400ms cubic-bezier(0, .375, .24, 1.001);
  color: #03a2e3;
}

.button-demo:hover {
  opacity: 0.74;
  color: #fda229;
}

.subttulo-solucao {
  color: #03a2e3;
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
}

.heading-7 {
  margin-bottom: 0px;
}

.nav-complete {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(36, 36, 36, 0.64);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(hsla(0, 0%, 91%, 0)));
  background-image: linear-gradient(180deg, #242424, hsla(0, 0%, 91%, 0));
}

.nav-link-complete {
  height: 8.7vh;
  padding: 20px;
  color: #e8e8e8;
  text-decoration: none;
}

.nav-link-complete:hover {
  height: 8.7vh;
  border-bottom: 3px solid #fff;
  color: #fff;
}

.nav-link-complete.hide {
  display: none;
}

.image-16 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle-2 {
  padding-right: 20px;
}

.dropdown-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.dropdown-list-4.w--open {
  position: fixed;
  left: 0px;
  top: 8vh;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
  opacity: 1;
  text-align: left;
}

.dropdown-sub-solution {
  padding: 5px 10px;
  color: hsla(0, 0%, 89.4%, 0.72);
  text-align: left;
  text-decoration: none;
}

.dropdown-sub-solution:hover {
  color: hsla(0, 0%, 91%, 0.55);
}

.dropdown-solution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8e8e8;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.dropdown-solution:hover {
  color: #cacaca;
}

.div-dropdown {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-17 {
  overflow: hidden;
  width: 2px;
  height: 30vh;
  margin-top: 20px;
  border-radius: 50px;
  background-color: #242424;
}

.container-17 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8.5vh;
  margin-top: 27px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-18 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(19, 132, 209, 0);
}

.div-block-19 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: auto;
  height: 8.5vh;
  padding: 17px 20px;
}

.image-17 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-20 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 29px;
  background-color: #03a2e3;
}

.link-5 {
  position: absolute;
  font-size: 10px;
}

.div-block-21 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0%;
  -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;
}

.link-6 {
  font-size: 10px;
}

.nav-link-small {
  margin-right: 10px;
  margin-left: 10px;
  color: #fafafa;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-small:hover {
  opacity: 0.95;
  color: #eaeaea;
  font-weight: 400;
  text-decoration: none;
}

.body-13 {
  overflow: auto;
}

.heading-8 {
  text-align: center;
}

.div-block-22 {
  position: static;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -51px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  background-color: #fff;
}

.link-block-5 {
  position: relative;
  bottom: 39px;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  padding-right: 0px;
}

.image-seta {
  opacity: 0.76;
  -webkit-transition: opacity 308ms ease;
  transition: opacity 308ms ease;
}

.image-seta:hover {
  opacity: 1;
}

.dropdown-manual {
  position: fixed;
  display: none;
  width: 100%;
  height: 50vh;
  padding-right: 20vw;
  padding-left: 20vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.14)), to(rgba(36, 36, 36, 0.81))), -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.92)), to(rgba(36, 36, 36, 0.92)));
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.14), rgba(36, 36, 36, 0.81)), linear-gradient(180deg, rgba(36, 36, 36, 0.92), rgba(36, 36, 36, 0.92));
  opacity: 0;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24 {
  width: 2px;
  height: 70%;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #e8e8e8;
}

.div-block-25 {
  display: inline-block;
}

.text-span-6 {
  text-decoration: underline;
}

.text-span-7 {
  text-decoration: underline;
}

.text-span-8 {
  text-decoration: underline;
}

.text-span-9 {
  font-weight: 400;
}

.section-sub {
  height: 30vh;
  border-bottom: 2px solid #c3c3c3;
  background-color: #e8e8e8;
}

.container-18 {
  display: block;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  margin-top: 10px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  text-align: center;
}

.column-20 {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 2px solid #a7a7a7;
}

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

.section-faq {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu-faq {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -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;
  border-right-style: none;
  border-right-color: #a0a0a0;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.menu-faq.mobile {
  position: relative;
  left: -0.7vw;
  top: 0vw;
  right: 0vw;
  bottom: 0px;
  height: auto;
  padding-top: 29px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: none;
}

.menu-faq.mobile.fixed {
  position: fixed;
  display: block;
  width: 400px;
  height: 600px;
  opacity: 0;
}

.link-faq {
  width: 70%;
  padding: 5px;
  border-bottom-style: none;
  border-bottom-color: #a0a0a0;
  color: #757575;
  text-align: center;
  text-decoration: none;
}

.link-faq:hover {
  border-right: 2px solid #e8e8e8;
  color: #444;
}

.link-faq.w--current {
  font-weight: 700;
}

.column-21 {
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.div-faq {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pergunta {
  margin-top: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e8e8e8;
  color: #03a2e3;
  font-size: 17px;
  line-height: 22px;
  cursor: pointer;
}

.pergunta:hover {
  color: #046bbc;
}

.resposta {
  display: none;
  margin-bottom: 20px;
  opacity: 0;
  color: #525252;
}

.column-22 {
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
}

.container-19 {
  height: 100%;
}

.section-contatofornecedor {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c454b;
  background-image: url('../images/bg-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-23 {
  padding-right: 15px;
  padding-left: 15px;
}

.menu-faq-fixed {
  position: fixed;
  top: 130px;
  right: 70%;
  display: none;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #03a2e3;
  background-color: #242424;
}

.container-20 {
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.container-21 {
  height: 100%;
}

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

.heading-10.right {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.div-block-26 {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.coluna-contato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.coluna-contato.center {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.coluna-contato.sub {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.row-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.texto-contato {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.texto-contato.sub {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.texto-contato.btn {
  margin-top: 0px;
  padding: 0px;
}

.texto-contato.btn.small {
  line-height: 24px;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 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;
  border-radius: 6px;
  background-color: #ffa403;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.28);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
}

.div-block-27:hover {
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-27.none {
  display: none;
}

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

.link-7:active {
  color: #fff;
}

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

.image-18 {
  display: block;
}

.paragraph-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 1px;
  color: #fff;
  text-align: center;
}

.paragraph-11.top-margin {
  margin-top: 40px;
}

.link-block-6 {
  position: absolute;
  width: 80%;
  height: 100%;
}

.link-block-6.btn {
  height: 50%;
}

.container-22 {
  height: 100%;
  border-top-color: #c3c3c3;
}

.coluna-footer {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-left: 2px solid #03a2e3;
}

.image-19 {
  max-width: 100%;
}

.row-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-24 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-footer {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  color: #e4e4e4;
  font-size: 14px;
  text-decoration: none;
}

.heading-footer:hover {
  color: #03a2e3;
  text-decoration: none;
}

.heading-footer.sub {
  font-size: 12px;
}

.text-footer {
  position: static;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
}

.div-block-29 {
  position: fixed;
  left: 5%;
  bottom: auto;
  width: 100px;
  height: 50px;
}

.navbar-2 {
  margin-top: 109px;
}

.image-20 {
  display: inline-block;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding: 0px 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
}

.brand-4 {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-4.v2 {
  padding-left: 0px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  float: right;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-solution-1 {
  min-height: 100vh;
  background-image: none;
}

.container-23 {
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
}

.div-block-30 {
  position: relative;
  top: 0px;
  height: 80vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 73.3%, 0.73);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0)), color-stop(69%, hsla(0, 0%, 100%, 0)), color-stop(89%, #fff));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 20%, hsla(0, 0%, 100%, 0) 69%, #fff 89%);
}

.div-block-30._2 {
  background-image: url('../images/Sourcing.png');
  background-size: 350px;
}

.div-block-30._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0)), color-stop(80%, hsla(0, 0%, 100%, 0)), to(#fff)), url('../images/Sourcing.png');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 20%, hsla(0, 0%, 100%, 0) 80%, #fff), url('../images/Sourcing.png');
  background-position: 0px 0px, 11% 50%;
  background-size: auto, 350px;
}

.div-block-30.requisition {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: none;
  background-image: url('../images/Requisition.png');
  background-position: 19% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-30.order {
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom-style: none;
  background-image: url('../images/Order.png');
  background-position: 19% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-30.invoice {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/Invoice.png');
  background-position: 19% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  clear: right;
}

.column-25 {
  height: 100%;
}

.column-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 149px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

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

.row-11 {
  height: 90%;
  margin-left: -57px;
}

.column-27 {
  height: 100%;
}

.column-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.column-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-31 {
  width: 40%;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 2 118px;
  -ms-flex: 0 2 118px;
  flex: 0 2 118px;
}

.div-block-31.topo {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-31.titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  display: block;
  margin-left: 97px;
}

.icon-11 {
  opacity: 0.3;
}

.heading-11 {
  margin-top: 15px;
  margin-bottom: 5px;
  color: #03a2e3;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

.paragraph-12 {
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  max-width: 70px;
  margin: 10px 20px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #0a8ccc;
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.34);
  opacity: 0.88;
  -webkit-transition: opacity 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, box-shadow 200ms ease;
}

.div-block-32:hover {
  box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.paragraph-13 {
  color: #fff;
  font-size: 7px;
  line-height: 10px;
  text-align: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.row-12 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-6 {
  overflow: visible;
  width: 100vw;
  height: 100vh;
  background-color: #696969;
}

.section-solution-slide {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.slider-2 {
  position: relative;
  top: 0px;
  height: 250px;
  background-color: transparent;
}

.div-block-34 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  background-color: #1b8dca;
}

.mask {
  height: 235vh;
}

.div-block-35 {
  height: 90vh;
  background-color: #008be9;
}

.div-block-35.teste {
  height: 130vh;
  padding: 30px 10% 50px;
  border-top: 2px solid #a3a3a3;
  background-color: #e4e4e4;
}

.iconseta {
  color: #e4e4e4;
}

.iconseta.esquerda {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-13 {
  text-align: center;
}

.div-block-36 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.item-beneficio {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 24px;
}

.item-beneficio:hover {
  opacity: 0.91;
  color: #03a2e3;
}

.div-block-37 {
  height: 55vh;
  margin-top: 20px;
  border-top: 1px none #a3a3a3;
}

.div-block-38 {
  height: 60vh;
}

.div-block-39 {
  height: 2px;
  border-radius: 4px;
  background-color: #a3a3a3;
}

.div-block-40 {
  position: fixed;
  width: 100%;
  height: 100%;
}

.image-22 {
  position: fixed;
  left: 0px;
  top: 110px;
  right: 0px;
  bottom: 99px;
  display: block;
  width: 400px;
}

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

.paragraph-14 {
  width: 700px;
  padding: 10px;
  color: #fff;
}

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

.div-block-41 {
  position: static;
  top: 170px;
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 20px 100px;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #03a2e3;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(34%, #fff), color-stop(69%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff 34%, hsla(0, 0%, 100%, 0) 69%);
  box-shadow: none;
}

.div-block-41.container {
  border-style: none;
  border-radius: 0px;
  background-color: transparent;
}

.container-25 {
  position: static;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.div-block-42 {
  height: 250px;
  background-image: url('../images/Requisition.png');
  background-position: 50% 76px;
  background-size: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-42.order {
  background-image: url('../images/Order.png');
  background-size: 300px;
}

.div-block-42.request {
  height: 250px;
  background-image: url('../images/Requisition.png');
  background-size: 300px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-42.invoice {
  height: 250px;
  background-image: url('../images/Invoice.png');
  background-size: 300px;
}

.headin-card {
  margin-top: 0px;
}

.heading-14 {
  padding-right: 10px;
  padding-left: 10px;
  color: #03a2e3;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-15 {
  font-size: 17px;
}

.praticas-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-44 {
  margin-bottom: 50px;
}

.unordered-list-2 {
  height: 100%;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
}

.beneficios-card {
  margin-top: 20px;
}

.image-23 {
  position: relative;
  left: -72px;
  max-width: 150%;
  border-radius: 6px;
  box-shadow: 15px 14px 26px -10px rgba(0, 0, 0, 0.21);
  -webkit-perspective: 1018px;
  perspective: 1018px;
  -webkit-transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg) rotateX(13deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg) rotateX(13deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-23.grey {
  background-image: none;
}

.div-linha {
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 10px;
  background-color: hsla(0, 7.3%, 92%, 0.73);
}

.row-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-33 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-10 {
  color: #03a2e3;
}

.text-span-11 {
  color: #03a2e3;
}

.heading-15 {
  color: #03a2e3;
  font-size: 30px;
  line-height: 37px;
  text-align: left;
}

.heading-16 {
  float: none;
  clear: none;
  font-size: 45px;
  text-align: left;
}

.paragraph-16 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 5px;
  text-align: left;
}

.heading-17 {
  margin-top: 0px;
  color: #03a2e3;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-17 {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  margin: 0px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-45.big {
  width: 40%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block-45.full {
  width: 100%;
}

.div-block-45.left {
  margin-left: 0px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #03a2e3;
  border-radius: 50px;
}

.image-24 {
  display: block;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.image-24.reverse {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(75, 76, 77, 0.92);
}

.left-arrow-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow-2.right {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-49 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
}

.div-block-50 {
  position: absolute;
  top: 61px;
}

.heading-18 {
  position: relative;
  color: #03a2e3;
  font-size: 30px;
  text-align: center;
}

.div-block-51 {
  display: block;
  margin: 20px 0px 40px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #03a2e3;
  border-left: 1px none #03a2e3;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.paragraph-18 {
  opacity: 1;
  color: #757575;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.paragraph-18:hover {
  color: #03a2e3;
}

.div-block-53 {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #333;
}

.div-block-54 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: right;
}

.div-block-55 {
  position: relative;
  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;
}

.image-25 {
  width: 80px;
  height: 80px;
  margin-bottom: auto;
}

.tab-pane-2 {
  height: 230vh;
}

.tab-pane-3 {
  height: 230vh;
}

.tab-pane-4 {
  height: 230vh;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #1b8dca;
}

.tab-link {
  background-color: transparent;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
}

.tab-link:hover {
  border-top: 1px none #fff;
  border-bottom: 2px none #fff;
  border-left: 1px none #fff;
  opacity: 0.9;
  color: #fff;
  font-weight: 400;
}

.tab-link.w--current {
  border-bottom: 2px solid #2bd0bc;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, border 358ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 200ms ease, border 358ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
}

.tab-menu-side {
  position: fixed;
  left: 0px;
  top: 158px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 200px;
  margin-right: 10px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 8px 8px 0px;
  background-color: #258ec8;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.33);
  opacity: 0;
}

.tab-menu-side.sourcing {
  height: 320px;
}

.tab-menu-side.marketplace {
  height: 100px;
}

.tab-link-side {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.tab-link-side:hover {
  border-style: none;
  border-right-width: 2px;
  border-right-color: #fff;
  direction: ltr;
  color: hsla(0, 0%, 100%, 0.75);
  text-decoration: none;
}

.tab-link-side.w--current {
  width: 100%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #fff;
  color: #2d8fc6;
}

.tab-link-side.w--current:hover {
  border-right-style: none;
}

.tab-link-side.top {
  font-size: 10px;
  text-transform: uppercase;
}

.tab-link-side.top.w--current {
  border-bottom-right-radius: 0px;
  font-size: 10px;
  text-transform: uppercase;
}

.tab-link-side.top.marketplace {
  font-size: 12px;
}

.tab-link-side.top.marketplace.w--current {
  font-size: 12px;
}

.tab-link-side.bottom {
  font-size: 10px;
  text-transform: uppercase;
}

.tab-link-side.bottom.w--current {
  border-top-right-radius: 0px;
}

.tab-link-side.bottom.marketplace {
  font-size: 12px;
}

.tab-link-side.middle {
  padding-right: 20px;
  padding-left: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
}

.text-block-10 {
  width: 100%;
}

.tabs-content {
  overflow: visible;
}

.section-8 {
  height: 200px;
  background-color: #a9a9a9;
}

.section-9 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 200px;
  background-color: #505152;
}

.paragraph-19 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}

.div-block-56 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.btn-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffc227;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
}

.heading-19 {
  display: block;
  margin: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

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

.menu-solutions-mobile {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-58 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.body-14 {
  overflow: visible;
}

.div-block-59 {
  width: 100%;
  height: 60vh;
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Requisition.png');
  background-position: 0px 0px, 50% 32%;
  background-size: auto, 500px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-59.order {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Order.png');
  background-size: auto, 500px;
}

.div-block-59.invoice {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Invoice.png');
  background-size: auto, 500px;
}

.div-block-59.pay {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Pay.png');
  background-size: auto, 500px;
}

.div-block-59.plan {
  height: 60vh;
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Plan.png');
  background-size: auto, 500px;
}

.div-block-59.materials {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Materials.png');
  background-size: auto, 500px;
}

.div-block-59.suppliers {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Suppliers.png');
  background-size: auto, 500px;
}

.div-block-59.source {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/Source.png');
  background-size: auto, 500px;
}

.div-block-59.auction {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/auction.png');
  background-size: auto, 500px;
}

.div-block-59.clm {
  background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 67%, #fff 95%), url('../images/CLM.png');
  background-size: auto, 500px;
}

.column-36 {
  height: 100%;
  -webkit-perspective: 1036px;
  perspective: 1036px;
}

.row-14 {
  margin-bottom: 35px;
}

.text-block-12 {
  display: inline-block;
  margin-right: 8px;
}

.icon-12 {
  position: relative;
  margin-right: 0px;
}

.icon-12.home {
  margin-left: -10px;
}

.dropdown-2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list-5.w--open {
  margin-top: 62px;
  background-color: #03a2e3;
  color: #fff;
}

.dropdown-list-5.home.w--open {
  top: -13px;
}

.dropdown-link-5 {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.dropdown-link-5:hover {
  background-color: #0a8ccc;
  color: hsla(0, 0%, 95.3%, 0.81);
}

.dropdown-link-5.w--current {
  color: #fff;
}

.link-block-7 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
}

.btn-saibamais {
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.btn-saibamais:hover {
  background-color: #03a2e3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.69);
}

.btn-saibamais.marketplace {
  border: 1px solid #0a8ccc;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.64);
}

.tela1 {
  position: absolute;
  top: -39px;
  right: 290px;
  width: 160px;
  border-top: 3px solid #03a2e3;
  border-radius: 4px;
  background-color: #e8e8e8;
  box-shadow: 3px 3px 8px -1px rgba(0, 0, 0, 0.53);
}

.tela1.sem-borda {
  left: auto;
  right: 60%;
  border-top-style: none;
}

.tela2 {
  position: absolute;
  left: 98px;
  top: -10px;
  bottom: 2px;
  max-width: 150%;
  border-top: 2px solid #03a2e3;
  border-radius: 4px;
  background-color: #e8e8e8;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.85);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tela2.single {
  left: 33px;
  top: -55px;
  width: 550px;
  max-width: 200%;
}

.tela2.perspectiva {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate(0px, 0px) rotateX(0deg) rotateY(-33deg) rotateZ(0deg);
  transform: translate(0px, 0px) rotateX(0deg) rotateY(-33deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dont-display {
  display: none;
}

.paragraph-20 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: none;
  text-shadow: none;
}

.row-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-61 {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #03a2e3;
  background-image: linear-gradient(135deg, #0a8ccc, #2bd0bc);
  color: #fff;
  font-size: 20px;
}

.div-block-61.white {
  border-top: 2px solid hsla(0, 0%, 65.5%, 0.29);
  border-bottom: 2px solid hsla(0, 0%, 65.5%, 0.29);
  background-color: #fff;
  background-image: none;
  color: #03a2e3;
}

.div-block-61.white.bottom {
  border-bottom-style: none;
}

.row-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-21 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-beneficio {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
}

.image-27 {
  position: relative;
  left: 38px;
  max-width: 150%;
  border-radius: 8px;
  box-shadow: 5px 5px 13px -3px rgba(0, 0, 0, 0.31);
  -webkit-transform: perspective(1001px);
  transform: perspective(1001px);
}

.image-27.right {
  left: -22px;
  max-width: 120%;
  float: right;
  -webkit-transform: perspective(1001px);
  transform: perspective(1001px);
}

.image-27.right.recorte {
  left: -10px;
}

.image-27.right.borda {
  border-top: 2px solid #0a8ccc;
  opacity: 1;
}

.image-27.recorte {
  left: 88px;
  max-width: 150%;
  box-shadow: none;
}

.column-39 {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: perspective(1066px);
  transform: perspective(1066px);
}

.div-block-63 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 6px;
  height: 6px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-63.whitebg {
  background-color: #03a2e3;
}

.div-block-64 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image-28 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.image-28.down {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-65 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#0a8ccc), color-stop(100%, #2bd0bc), to(#fff));
  background-image: linear-gradient(90deg, #0a8ccc, #2bd0bc 100%, #fff);
}

.div-block-66 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#129dc8), to(#24c2bf));
  background-image: linear-gradient(90deg, #129dc8, #24c2bf);
  -webkit-transform: skew(0deg, 3deg);
  -ms-transform: skew(0deg, 3deg);
  transform: skew(0deg, 3deg);
}

.div-block-67 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 23vw;
  height: 270px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.39);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-67:hover {
  box-shadow: 5px 5px 14px 2px rgba(0, 0, 0, 0.16);
  -webkit-perspective: 983px;
  perspective: 983px;
  -webkit-transform: translate3d(0px, 0px, 2px) scale(1.07);
  transform: translate3d(0px, 0px, 2px) scale(1.07);
}

.div-block-68 {
  height: 100px;
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/bigstock-123628094.jpg'), linear-gradient(180deg, #0a8ccc, #0a8ccc);
  background-position: 0px 0px, 50% 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.div-block-68.suppliers2 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/ebook_kindle.png');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, 400px;
}

.div-block-68.suppliers3 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/VideoGestaodeFornecedores.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-68.market1 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/marketplace-blog3.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
}

.div-block-68.market2 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/marketplace-blog2.png'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 100%, 0px 0px;
}

.div-block-68.market3 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/marketplace-blog1.png'), linear-gradient(180deg, transparent, transparent);
}

.div-block-68.sourcing1 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/e-sourcing-blog.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 100%, 0px 0px;
}

.div-block-68.proc1 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/procurement-blog1.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 50%, 0px 0px;
}

.div-block-68.proc2 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/procurement-blog2.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 0px, 0px 0px;
}

.div-block-68.proc3 {
  background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/procurement-blog3.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0px 0px, 50% 0px, 0px 0px;
}

.div-block-69 {
  overflow: hidden;
}

.heading-22 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #03a2e3;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.button-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  background-color: #03a2e3;
  text-align: center;
}

.row-17.top-padding {
  padding-top: 41px;
}

.container-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.busca-fornecedores {
  display: none;
}

.paragraph-21 {
  margin-top: 20px;
  padding: 20px 8px 8px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 8em;
  column-gap: 8em;
  -webkit-column-rule: 2px solid #fff;
  column-rule: 2px solid #fff;
}

.container-27 {
  margin-bottom: 63px;
}

.row-18 {
  width: 100%;
}

.button-3 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #f90;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-align: center;
}

.button-3:hover {
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.54);
}

.right-arrow-3 {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
  color: #333;
}

.right-arrow-3.reverse {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.slide-nav-4 {
  color: #292929;
}

.slide-3 {
  background-color: #fff;
}

.slider-3 {
  height: 400px;
}

.container-28 {
  position: relative;
  height: 100%;
  padding-top: 93px;
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
}

.square {
  position: absolute;
  width: 500px;
  height: 300px;
  padding: 20px 30px 40px;
  background-color: #0a8ccc;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.48);
  text-shadow: none;
}

.square.image {
  left: 500px;
  width: 300px;
  height: 300px;
  margin-top: 0px;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none;
}

.heading-square {
  font-size: 20px;
  line-height: 28px;
}

.div-block-70 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-4 {
  background-color: #fff;
}

.div-block-71 {
  position: relative;
  overflow: hidden;
  width: 25vw;
  height: 250px;
  background-color: #333;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.46);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-71:hover {
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.46);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.div-block-71.big {
  width: 80vw;
}

.div-block-72 {
  position: relative;
  overflow: hidden;
  height: 250px;
  -webkit-transition: all 408ms ease;
  transition: all 408ms ease;
}

.image-29 {
  position: absolute;
  left: -18px;
  top: -124px;
  right: 0px;
  bottom: 0px;
  width: 150%;
  max-width: 150%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.heading-23 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding: 15px 10px;
  background-color: #333;
  opacity: 0.99;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.collection-list {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-73 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 140, 204, 0.59)), color-stop(55%, #20b9c1), to(rgba(43, 208, 188, 0.96)));
  background-image: linear-gradient(180deg, rgba(10, 140, 204, 0.59), #20b9c1 55%, rgba(43, 208, 188, 0.96));
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.div-block-73:hover {
  opacity: 1;
}

.div-block-73.big {
  height: 80%;
}

.rich-text-block {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.rich-text-block.big {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 24px;
}

.button-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 26px;
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #ffb800;
  text-align: center;
}

.button-4:hover {
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.39);
}

.button-4.mobile {
  display: none;
}

.div-block-74 {
  position: absolute;
  left: 0px;
  top: 61px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80vw;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #0098ff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.div-block-74:hover {
  box-shadow: 5px 5px 19px 0 rgba(0, 0, 0, 0.53);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.div-block-74.black {
  overflow: hidden;
  width: 80vw;
  background-color: #383838;
}

.div-block-74.black.blue.fullsizetest {
  width: 100vw;
  height: 100%;
}

.div-block-74.black.blue.center {
  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;
}

.div-block-74.black.darkblue {
  background-color: #001b3a;
}

.row-19 {
  position: relative;
  height: 100%;
}

.heading-24 {
  margin-top: 20px;
  padding-right: 200px;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}

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

.heading-24.right {
  padding-right: 0px;
  text-align: left;
}

.paragraph-23 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  color: #fff;
  font-weight: 400;
}

.paragraph-23.big {
  padding-right: 30px;
}

.paragraph-23.sub {
  font-size: 40px;
  line-height: 40px;
}

.paragraph-23.sub._2 {
  line-height: 30px;
}

.paragraph-23.littlemaior {
  margin-top: 0px;
  font-size: 28px;
}

.paragraph-23.right-padding {
  padding-right: 200px;
}

.paragraph-23.right {
  text-align: left;
}

.button-5 {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 392ms ease;
  transition: all 392ms ease;
  color: #fff;
}

.button-5:hover {
  border-color: #fff;
  background-color: #fff;
  color: #c13e1d;
}

.button-5.white {
  border-style: none;
  border-color: #fff;
  background-color: #dea92d;
  color: #fff;
}

.button-5.white:hover {
  background-color: #fff;
  color: #03a2e3;
}

.button-5.red {
  border-style: none;
  background-color: #e30b17;
}

.button-5.purple:hover {
  color: #49304d;
}

.button-5.orange {
  margin-top: 20px;
  border-style: none;
  background-color: #fb8100;
}

.button-5.orange:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.button-5.orange.event {
  -webkit-transition-timing-function: cubic-bezier(.649, .136, .357, 2.89);
  transition-timing-function: cubic-bezier(.649, .136, .357, 2.89);
}

.button-5.orange.event:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-5.orange.right {
  margin-top: 0px;
  float: left;
  text-align: left;
}

.image-30 {
  position: absolute;
  top: 10px;
  right: 35px;
}

.image-31 {
  position: absolute;
  left: 46px;
  top: -25px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 72px;
  -webkit-transition: all 408ms ease;
  transition: all 408ms ease;
}

.image-31:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.image-31.shadow {
  left: 49px;
  top: -10px;
  opacity: 0.3;
  -webkit-filter: brightness(0%) blur(5px);
  filter: brightness(0%) blur(5px);
}

.image-31.shadow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-31.icon {
  left: 0px;
  top: -10px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 4px solid #fff;
  border-radius: 40px;
  background-color: transparent;
  background-image: none;
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
}

.image-31.icon.shadow {
  left: 4px;
  top: -5px;
  opacity: 0.24;
  -webkit-filter: saturate(0%) brightness(0%) blur(2px);
  filter: saturate(0%) brightness(0%) blur(2px);
}

.image-31.link {
  left: 32px;
  top: 6px;
  width: 170px;
  height: 170px;
}

.image-31.left {
  top: -15px;
}

.image-31.left.shadow {
  top: -1px;
}

.image-31.left._3d {
  -webkit-perspective: 1250px;
  perspective: 1250px;
  -webkit-transform: rotateX(23deg) rotateY(10deg) rotateZ(0deg);
  transform: rotateX(23deg) rotateY(10deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-31.left.round {
  left: 4px;
  width: 120%;
  height: 100%;
  max-height: 200%;
  max-width: 200%;
}

.image-31.nodistort {
  max-width: 100%;
}

.column-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-44.first {
  -webkit-perspective: 983px;
  perspective: 983px;
}

.column-44.first.hide {
  display: none;
}

.column-44.full {
  padding-left: 50px;
}

.image-32 {
  position: absolute;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background-image: none;
  background-size: auto;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-32.invert-horizontal {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.link-block-8 {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 230px;
  height: 150px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.link-block-8.left {
  left: 35px;
  top: 14px;
  display: block;
  width: 170px;
  height: 170px;
  margin-right: auto;
  margin-left: auto;
}

.image-33 {
  -webkit-filter: saturate(0%) brightness(200%);
  filter: saturate(0%) brightness(200%);
}

.paragraph-24 {
  color: red;
  font-size: 40px;
  line-height: 44px;
}

.button-6 {
  background-color: #2bd0bc;
  font-size: 16px;
}

.button-6.btn-appbuilder {
  background-color: red;
}

.slide-5 {
  z-index: 2000;
}

.area-search-marketplace {
  height: 64px;
  margin-top: 40px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.48);
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
}

.text-field {
  font-family: Roboto, sans-serif;
}

.button-7 {
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-cta {
  margin-top: 8px;
  margin-bottom: 24px;
  padding: 9px 16px 8px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  font-size: 16px;
}

.btn-cta:hover {
  background-color: hsla(0, 0%, 100%, 0.16);
}

.btn-cta.laranja {
  margin-bottom: 0px;
  border-color: #fb8100;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fb8100;
}

.btn-cta.laranja:hover {
  background-color: hsla(0, 0%, 100%, 0.71);
  box-shadow: -1px 4px 7px 0 rgba(0, 0, 0, 0.31);
  color: #fb8100;
}

.btn-cta.orange {
  border-style: none;
  border-radius: 4px;
  background-color: #fb8100;
  -webkit-transition: all 400ms cubic-bezier(.68, -.55, .099, 1.96);
  transition: all 400ms cubic-bezier(.68, -.55, .099, 1.96);
}

.btn-cta.orange:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.56);
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fb8100;
}

.input-search-marketplace {
  height: 48px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-header {
  height: 80vh;
  background-color: #242424;
}

.container-29 {
  height: 100%;
}

.heading-25 {
  margin-top: 144px;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.column-45 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tabs-menu-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #03a2e3;
}

.tabs-content-2 {
  position: absolute;
  width: 80%;
}

.column-46 {
  margin-top: 25vh;
}

.column-header-slide {
  margin-top: 21vh;
}

.bg-header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100vh;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.slide-nav-6 {
  display: none;
}

.slide-6 {
  background-image: url('../images/bg-site.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.slide-7 {
  background-image: url('../images/bg-contact_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-8 {
  background-image: url('../images/bg-site2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-9 {
  background-image: url('../images/bg-site3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-34 {
  height: 100%;
  margin-right: 30px;
  margin-left: 60px;
  float: left;
}

.slide-10 {
  z-index: 0;
}

.mask-2 {
  z-index: 0;
}

.div-block-76 {
  display: block;
  width: 95%;
  height: 2px;
  margin: 20px auto 0px;
  border-radius: 10px;
  background-color: #0a8ccc;
}

.row-20 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header-landing {
  height: 100vh;
  background-color: #e8e8e8;
  background-image: url('../images/Captura-de-Tela-2018-05-02-às-10.54.242.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(#181818));
  background-image: url('../images/Captura-de-Tela-2018-05-02-às-10.54.242.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.81), #181818);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.header-landing.hide {
  display: none;
}

.section-sobre {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-25 {
  font-size: 17px;
  font-weight: 400;
}

.paragraph-26 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.section-participantes {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.row-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-26 {
  color: #046bbc;
  font-size: 45px;
  line-height: 50px;
}

.paragraph-27 {
  color: #242424;
}

.card-participante {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: opacity 300ms ease, box-shadow 300ms ease;
  transition: opacity 300ms ease, box-shadow 300ms ease;
}

.card-participante:hover {
  box-shadow: 1px 4px 5px 2px rgba(0, 0, 0, 0.63);
  opacity: 0.87;
}

.card-participante._2 {
  border-radius: 200px;
  -webkit-transition: opacity 300ms ease, box-shadow 300ms ease, border-radius 692ms ease;
  transition: opacity 300ms ease, box-shadow 300ms ease, border-radius 692ms ease;
}

.card-participante._2:hover {
  border-radius: 4px;
}

.image-participante {
  opacity: 1;
}

.row-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.coluna-participante {
  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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-77 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
}

.div-block-78 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), color-stop(21%, transparent), color-stop(61%, rgba(11, 11, 11, 0.06)), to(rgba(34, 34, 34, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), transparent 21%, rgba(11, 11, 11, 0.06) 61%, rgba(34, 34, 34, 0.6));
}

.div-block-78.linha {
  width: 90%;
  height: 90%;
  border: 1px solid #03a2e3;
  background-color: rgba(10, 140, 204, 0.1);
  background-image: none;
}

.heading-27 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #03a2e3;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.heading-27.sub {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.section-agenda {
  height: 100vh;
}

.div-block-79 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fb8100;
}

.section-10 {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #03a2e3;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-47 {
  padding-left: 40px;
  text-align: right;
}

.column-48 {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row-23 {
  height: 100%;
}

.row-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-28 {
  color: #fff;
  font-size: 42px;
}

.paragraph-28 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

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

.column-49.left {
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-49.right {
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-80 {
  position: absolute;
}

.text_participante {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 140, 204, 0.92)), to(rgba(6, 92, 173, 0.85)));
  background-image: linear-gradient(180deg, rgba(10, 140, 204, 0.92), rgba(6, 92, 173, 0.85));
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.text_participante:hover {
  opacity: 1;
}

.nome_participante {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.nome_participante.sub {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #03a2e3;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.paragrafo_participante {
  padding-right: 9px;
  padding-left: 9px;
  color: #fff;
  font-size: 13px;
}

.container-30 {
  height: 100%;
}

.row-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 3px solid #fff;
  background-color: rgba(251, 129, 0, 0.83);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 128, 36, 0.83)), to(rgba(201, 66, 2, 0.33)));
  background-image: linear-gradient(180deg, rgba(249, 128, 36, 0.83), rgba(201, 66, 2, 0.33));
  text-align: left;
}

.column-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  -webkit-perspective: 1001px;
  perspective: 1001px;
  text-align: center;
}

.heading-29 {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
}

.heading-29.localizacao {
  margin-top: 0px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
}

.paragraph-29 {
  padding-right: 10px;
  color: #fff;
}

.logo-event {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 300ms cubic-bezier(.68, -.55, .265, 1.55);
}

.logo-event:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.logo-event.alt {
  opacity: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  cursor: pointer;
}

.logo-event.alt:hover {
  opacity: 1;
}

.letra-3d {
  position: relative;
  left: 11px;
  top: -18px;
  right: -17px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 14px -5px rgba(0, 0, 0, 0.41);
  -webkit-perspective: 1357px;
  perspective: 1357px;
  -webkit-transform: rotateX(13deg) rotateY(23deg) rotateZ(0deg);
  transform: rotateX(13deg) rotateY(23deg) rotateZ(0deg);
  -webkit-transition: all 300ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 300ms cubic-bezier(.68, -.55, .265, 1.55);
  font-family: Exo, sans-serif;
  color: #03a2e3;
  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.letra-3d:hover {
  box-shadow: 10px 10px 20px 2px rgba(0, 0, 0, 0.41);
  -webkit-transform: rotateX(13deg) rotateY(23deg) rotateZ(0deg) translate(0px, -9px);
  transform: rotateX(13deg) rotateY(23deg) rotateZ(0deg) translate(0px, -9px);
}

.letra-3d.right {
  left: 5px;
  top: 6px;
  right: 11px;
  box-shadow: -6px 13px 9px -5px rgba(0, 0, 0, 0.41);
  -webkit-transform: rotateX(13deg) rotateY(-17deg) rotateZ(0deg);
  transform: rotateX(13deg) rotateY(-17deg) rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  color: #fb8100;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.letra-3d.right:hover {
  box-shadow: -6px 13px 15px 1px rgba(0, 0, 0, 0.41);
  -webkit-transform: rotateX(13deg) rotateY(-17deg) rotateZ(0deg) translate(0px, -5px);
  transform: rotateX(13deg) rotateY(-17deg) rotateZ(0deg) translate(0px, -5px);
}

.row-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.row-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-53 {
  position: relative;
  padding-left: 33px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px solid #fb8100;
  border-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.column-53:hover {
  background-color: hsla(0, 0%, 100%, 0.31);
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.25);
}

.client {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.client:hover {
  opacity: 0.9;
}

.section-11 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(149deg, hsla(0, 0%, 39.6%, 0), rgba(6, 32, 59, 0.37)), url('../images/bg_event.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section-11._2 {
  background-image: url('../images/bg_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-31 {
  height: 100%;
}

.row-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.menu-evento {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: opacity 340ms ease;
  transition: opacity 340ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-evento:hover {
  opacity: 0.7;
}

.row-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.div-block-81 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 7%;
  width: 100%;
  margin-top: 100px;
}

.link-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: opacity 300ms cubic-bezier(.69, .059, 1, 1), -webkit-transform 300ms cubic-bezier(.275, -1.379, .632, 3.638);
  transition: opacity 300ms cubic-bezier(.69, .059, 1, 1), -webkit-transform 300ms cubic-bezier(.275, -1.379, .632, 3.638);
  transition: transform 300ms cubic-bezier(.275, -1.379, .632, 3.638), opacity 300ms cubic-bezier(.69, .059, 1, 1);
  transition: transform 300ms cubic-bezier(.275, -1.379, .632, 3.638), opacity 300ms cubic-bezier(.69, .059, 1, 1), -webkit-transform 300ms cubic-bezier(.275, -1.379, .632, 3.638);
  cursor: pointer;
}

.link-block-9:hover {
  opacity: 0.71;
  -webkit-transform: translate(0px, 1px);
  -ms-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

.heading-31 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 20px;
  font-style: normal;
  font-weight: 200;
}

.image-35 {
  width: 30px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-top: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section-12 {
  position: static;
  height: 100vh;
  background-color: #fff;
}

.section-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-image: url('../images/bg_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  color: #fff;
}

.section-13._2 {
  position: static;
  display: block;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}

.container-32 {
  height: 100%;
}

.div-block-82 {
  position: absolute;
  top: -244px;
  width: 400px;
  height: 400px;
  border: 3px solid #fff;
  border-radius: 4px;
  background-color: rgba(3, 15, 99, 0.51);
}

.div-block-82.pic {
  left: 32px;
  top: -198px;
  border: 3px solid #03a2e3;
  background-image: url('../images/BG-Sourcing-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.55);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms cubic-bezier(.76, -.648, .047, 1.978);
  transition: all 300ms cubic-bezier(.76, -.648, .047, 1.978);
}

.div-block-82.pic:hover {
  box-shadow: 6px 6px 19px 0 rgba(0, 0, 0, 0.55);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.column-56 {
  top: -15px;
}

.paragraph-30 {
  margin-top: 30px;
}

.paragraph-31 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.row-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-83 {
  width: 50px;
  height: 50px;
  margin-top: 50px;
}

.close-btn {
  font-family: Exo, sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.close-btn.white {
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-transition: opacity 300ms ease-in, -webkit-transform 300ms cubic-bezier(.68, -.55, .146, 1.808);
  transition: opacity 300ms ease-in, -webkit-transform 300ms cubic-bezier(.68, -.55, .146, 1.808);
  transition: opacity 300ms ease-in, transform 300ms cubic-bezier(.68, -.55, .146, 1.808);
  transition: opacity 300ms ease-in, transform 300ms cubic-bezier(.68, -.55, .146, 1.808), -webkit-transform 300ms cubic-bezier(.68, -.55, .146, 1.808);
  color: #fff;
}

.close-btn.white:hover {
  opacity: 0.7;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.close-btn.round {
  border: 3px solid #2ec7ca;
  border-radius: 50px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 200ms cubic-bezier(.55, -.245, .216, 1.685);
  transition: all 200ms cubic-bezier(.55, -.245, .216, 1.685);
}

.close-btn.round:hover {
  opacity: 0.6;
  -webkit-transform: rotate(90deg) translate(0px, 5px);
  -ms-transform: rotate(90deg) translate(0px, 5px);
  transform: rotate(90deg) translate(0px, 5px);
}

.section-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  color: #fff;
}

.section-14._2 {
  position: static;
  display: block;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}

.div-block-84 {
  float: none;
}

.column-57 {
  top: -30px;
  overflow: scroll;
  height: 80vh;
  border-right: 2px solid #fff;
}

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

.coluna-unica-participantes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.card-palestrante {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms cubic-bezier(.68, -.55, .129, 1.884);
  transition: all 300ms cubic-bezier(.68, -.55, .129, 1.884);
}

.card-palestrante:hover {
  opacity: 0.6;
}

.card-palestrante.tras {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.43);
  opacity: 0;
  -webkit-transition-property: none;
  transition-property: none;
}

.card-palestrante.tras:hover {
  background-color: hsla(0, 0%, 100%, 0.83);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #242424;
}

.foto-palestrante {
  width: 90px;
  height: 90px;
  border: 2px solid #03a2e3;
  border-radius: 50px;
  background-color: #242424;
  background-image: url('../images/IMG_4533.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 13px -1px rgba(0, 0, 0, 0.41);
}

.nome-palestrante {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.nome-palestrante.cargo {
  color: #e8e8e8;
  font-size: 13px;
  font-weight: 400;
}

.nome-palestrante.branco {
  color: #fff;
}

.paragraph-32 {
  margin-bottom: 0px;
  padding: 2px;
  color: #046ccb;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.text-block-13 {
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.div-block-85 {
  position: fixed;
  top: 44%;
  right: 11%;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 200ms cubic-bezier(.25, .1, .275, 1.65);
  transition: all 200ms cubic-bezier(.25, .1, .275, 1.65);
  color: #fb8100;
  cursor: pointer;
}

.div-block-85:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.inscrever {
  font-size: 40px;
}

.div-block-86 {
  position: absolute;
  left: 0px;
  top: 42%;
  right: 0px;
  height: 100px;
  background-color: #fff;
}

.body-15 {
  overflow: hidden;
}

.section-15 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/bg_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.section-15._2 {
  position: static;
  display: block;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  opacity: 1;
}

.section-16 {
  position: static;
  height: 100vh;
}

.linha {
  height: 2px;
  float: none;
  border-radius: 10px;
  background-color: #03a2e3;
}

.linha.small {
  width: 20%;
}

.linha.small.branco {
  background-color: #fff;
}

.linha.branca {
  background-color: #fff;
}

.titulo_sessao {
  color: #fff;
}

.titulo_sessao.azul {
  margin-top: 0px;
}

.titulo_sessao.green {
  position: relative;
  top: -43px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #03a2e3;
  text-align: center;
}

.texto-sessao {
  color: #fff;
}

.row-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bloco-agenda {
  height: 33px;
  border-style: none;
  border-color: #000 #000 #fff;
  border-bottom-width: 1px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  color: #fff;
  line-height: 30px;
}

.bloco-agenda:hover {
  opacity: 0.7;
}

.bloco-agenda.break {
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.93);
  opacity: 0;
  color: #03a2e3;
}

.bloco-agenda._100 {
  opacity: 1;
}

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

.hora {
  padding-right: 10px;
  border-right: 2px solid #fff;
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  text-align: right;
}

.agenda-texto {
  padding-left: 10px;
}

.row-33 {
  margin-top: 10px;
}

.body-16.fixed {
  height: 100vh;
  background-image: url('../images/bg_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.row-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-87 {
  position: relative;
  top: 260px;
}

.div-block-88 {
  position: absolute;
  right: -40px;
  bottom: -189px;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fb8100;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.34);
  -webkit-transition: all 300ms cubic-bezier(.68, -.55, .152, 1.878);
  transition: all 300ms cubic-bezier(.68, -.55, .152, 1.878);
  font-weight: 700;
  cursor: pointer;
}

.div-block-88:hover {
  box-shadow: 3px 3px 13px 2px rgba(0, 0, 0, 0.34);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-14 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.section-17 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/bg_event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.section-17._2 {
  position: static;
  display: block;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
}

.form-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #fff;
}

.form-fill {
  border-width: 2px;
  border-color: #fff;
  border-bottom-style: solid;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border 275ms ease;
  transition: border 275ms ease;
  color: #fff;
}

.form-fill:active {
  border-style: none;
}

.form-fill:focus {
  border-style: none none solid;
  border-bottom-width: 2px;
}

.submit-button-2 {
  background-color: #fb8100;
}

.row-36 {
  padding-top: 30px;
}

.label-form {
  color: #fff;
}

.form {
  padding-right: 50px;
  padding-left: 30px;
}

.section-18 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 90vh;
  background-color: #fff;
  opacity: 0;
}

.container-33 {
  height: 100%;
}

.image-36 {
  border-radius: 50px;
}

.patrocinadores {
  margin-top: 10px;
  padding-top: 20px;
}

.html-embed-2 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #03a2e3;
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.4);
}

.bold-text {
  font-size: 20px;
}

.formulario-evento {
  overflow: hidden;
  border-radius: 8px;
}

.section-19 {
  height: 100vh;
}

.section-20 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  overflow: visible;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #0065b4), color-stop(83%, rgba(10, 140, 204, 0)));
  background-image: linear-gradient(180deg, #0065b4 13%, rgba(10, 140, 204, 0) 83%);
}

.section-20.bottom {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(13%, #0065b4), color-stop(83%, rgba(10, 140, 204, 0)));
  background-image: linear-gradient(0deg, #0065b4 13%, rgba(10, 140, 204, 0) 83%);
}

.section-21 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: #000;
}

.number-countdown {
  display: inline-block;
  margin: 5px 10px;
  color: #fff;
  font-size: 20px;
}

.number-countdown.palavra {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
}

.container-34 {
  display: block;
  padding: 10px 0px 20px;
}

.coluna-contagem {
  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;
  border-right: 1px solid #2ec7ca;
  border-left: 1px solid #2ec7ca;
  text-align: center;
}

.coluna-contagem.left {
  border-left-style: none;
}

.coluna-contagem.right {
  border-right-style: none;
}

.row-37 {
  margin-right: 0px;
  margin-left: 0px;
}

.logo-event-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.logo-event-menu.hover {
  opacity: 0;
  -webkit-transition: opacity 258ms ease;
  transition: opacity 258ms ease;
}

.logo-event-menu.hover:hover {
  opacity: 1;
}

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

.subscribe {
  width: 100%;
  border-radius: 4px;
  background-color: #fb8100;
  -webkit-transition: all 300ms cubic-bezier(.251, .393, 1, .299);
  transition: all 300ms cubic-bezier(.251, .393, 1, .299);
  text-align: center;
}

.subscribe:hover {
  border: 2px solid #fb8100;
  background-color: transparent;
  color: #fb8100;
}

.subscribe.att {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  border: 2px solid #fb8100;
  background-color: #fff;
  color: #fb8100;
}

.div-block-89 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 110%;
  height: 100px;
  background-color: #fb8100;
}

.body-17 {
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #077a9c), color-stop(55%, #00625e));
  background-image: linear-gradient(90deg, #077a9c 8%, #00625e 55%);
  background-position: 0px 0px;
}

.div-block-90 {
  z-index: 1;
  height: 87px;
}

.section-22 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #651cde), color-stop(61%, rgba(142, 115, 255, 0))), url('../images/bg-purple.png');
  background-image: linear-gradient(0deg, #651cde 5%, rgba(142, 115, 255, 0) 61%), url('../images/bg-purple.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-filter: hue-rotate(264deg);
  filter: hue-rotate(264deg);
  -webkit-perspective: 1001px;
  perspective: 1001px;
}

.section-23 {
  position: relative;
  height: 50vh;
}

.div-block-91 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: #fff;
  -webkit-transform: skew(0deg, 4deg);
  -ms-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);
}

.section-24 {
  height: 100vh;
  margin-top: 20px;
}

.section-25 {
  height: 50vh;
  margin-bottom: 250px;
}

.heading-32 {
  margin-bottom: 72px;
  color: #fff;
  text-align: center;
}

.logo-patronicador {
  width: 200px;
}

.patronicadores {
  margin-top: 20px;
  margin-bottom: 20px;
}

.coluna-patronicio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-37 {
  opacity: 1;
  -webkit-filter: hue-rotate(77deg);
  filter: hue-rotate(77deg);
  -webkit-perspective: 1018px;
  perspective: 1018px;
}

.div-block-92 {
  position: absolute;
  left: 130px;
  top: 106px;
  z-index: 3;
  width: 200px;
  height: 200px;
  border-color: #fff;
  border-radius: 200px;
  background-color: transparent;
  background-image: url('../images/vilaolimpiasp.png');
  background-position: 50% 50%;
  background-size: 180px;
  background-repeat: no-repeat;
  box-shadow: none;
  opacity: 0.6;
  -webkit-filter: hue-rotate(132deg);
  filter: hue-rotate(132deg);
  -webkit-perspective: 983px;
  perspective: 983px;
  -webkit-transition: border 358ms ease;
  transition: border 358ms ease;
  cursor: pointer;
}

.div-block-92:hover {
  border: 4px solid #fff;
}

.div-block-92._2 {
  left: auto;
  top: 171px;
  right: 175px;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: transparent;
  background-image: url('../images/1909.png');
  background-position: 50% 50%;
  background-size: 180px;
  box-shadow: none;
  opacity: 0.8;
  -webkit-perspective: 1447px;
  perspective: 1447px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.div-block-92._2.texto {
  opacity: 0.6;
}

.div-block-92._2.texto.body-12 {
  padding-right: 67px;
  padding-left: 0px;
  opacity: 0;
}

.div-block-92._2.texto.body-12:hover {
  opacity: 0.9;
}

.div-block-92.texto {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(.702, .007, .936, .2);
  transition: opacity 300ms cubic-bezier(.702, .007, .936, .2);
  color: #2ec7ca;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.div-block-92.texto:hover {
  background-color: #fff;
  background-image: none;
  opacity: 0.9;
}

.div-block-93 {
  position: absolute;
  top: 162px;
  right: 198px;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0.75;
  -webkit-transition: all 200ms cubic-bezier(.719, -.046, .784, 1.405);
  transition: all 200ms cubic-bezier(.719, -.046, .784, 1.405);
}

.div-block-93:hover {
  opacity: 0.96;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-94 {
  position: absolute;
  left: 174px;
  top: 135px;
  right: 0px;
  bottom: 114px;
  width: 60vw;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.6;
}

.div-block-95 {
  height: 100%;
}

.div-block-96 {
  width: 300px;
  height: 300px;
  border-radius: 8px;
  background-color: #fb8100;
  background-image: url('../images/e-sourcing-blog.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -7px 7px 5px -5px rgba(0, 0, 0, 0.23);
}

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

.column-65 {
  padding-top: 20px;
  padding-right: 100px;
}

.paragraph-33 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.canvas {
  height: 100vh;
  background-color: #242424;
}

.div-block-97 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.html-embed-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.html-embed-5 {
  height: 200px;
  background-color: #000;
}

.support-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
}

.bold-text-2 {
  font-weight: 300;
}

.column-66 {
  text-align: center;
}

.btn-marketplace {
  display: block;
  max-width: 100%;
  min-height: 40px;
  margin-top: 16px;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #0a8ccc;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.64);
}

.btn-marketplace:hover {
  background-color: rgba(10, 140, 204, 0.12);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.marketplace-icon {
  max-width: 24px;
  margin-left: 16px;
  padding-left: 0px;
  float: right;
}

.text-block-15 {
  display: inline-block;
  padding-top: 1px;
  color: #0a8ccc;
}

.sum-header {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 60vh;
  padding-top: 65px;
  background-image: url('../images/bg-event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.container-35 {
  height: 100%;
  padding-top: 50px;
}

.heading-event {
  position: relative;
  padding-left: 30px;
  color: #009bb4;
  font-size: 50px;
  line-height: 60px;
}

.btn-header {
  position: relative;
  margin-left: 30px;
  padding: 10px 15px;
  border: 2px none #fb8100;
  border-radius: 10px;
  background-color: #fb8100;
  -webkit-transition: box-shadow 300ms ease, opacity 292ms ease;
  transition: box-shadow 300ms ease, opacity 292ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}

.btn-header:hover {
  box-shadow: -4px 4px 6px -2px rgba(0, 0, 0, 0.53);
  opacity: 0.85;
}

.container-36 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-98 {
  width: 400px;
  height: 286.666px;
  float: right;
  border: 2px none #03a2e3;
  border-radius: 4px;
  background-color: #242424;
  background-image: none;
  background-position: 0px 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-98:hover {
  border: 5px solid #242424;
  opacity: 0.8;
}

.texto-azul {
  color: #03a2e3;
  font-size: 14px;
  font-weight: 700;
}

.column-67 {
  padding-right: 30px;
}

.text-block-16 {
  float: right;
}

.link-10 {
  position: static;
  top: 21px;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #03a2e3;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.section-26 {
  background-color: #fbd400;
}

.slide-participantes {
  background-color: transparent;
}

.slider-4 {
  height: 60vh;
  background-color: transparent;
}

.div-block-99 {
  display: block;
  width: 80%;
  height: 85%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-100 {
  width: 200px;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/IMG_4533.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.nome-pessoa {
  margin-bottom: 10px;
  color: #242424;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.coluna-palestrantes {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  text-align: center;
}

.coluna-palestrantes:hover {
  opacity: 0.5;
  -webkit-filter: brightness(78%);
  filter: brightness(78%);
}

.div-block-101 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffd339), to(rgba(255, 211, 56, 0)));
  background-image: linear-gradient(270deg, #ffd339, rgba(255, 211, 56, 0));
}

.section-27 {
  position: relative;
  height: 100vh;
}

.div-block-102 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  height: 60%;
  background-color: #ae097d;
}

.heading-33 {
  color: #fff;
}

.heading-33.invert {
  width: 40%;
  color: #ba007b;
  font-size: 60px;
  line-height: 65px;
}

.heading-33.invert.transition {
  margin-bottom: -55px;
  font-size: 60px;
}

.heading-33.invert.transition.invert2 {
  margin-top: -51px;
  margin-bottom: 0px;
  padding-left: 70px;
  color: #ffd339;
}

.div-block-103 {
  border-radius: 4px;
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
  background-image: linear-gradient(180deg, #fff, #e8e8e8);
}

.linha-agenda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vh;
}

.linha-agenda.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6vh;
  background-color: #d3d3d3;
}

.text-block-17 {
  width: 100px;
  padding-right: 10px;
  padding-left: 20px;
  border-right: 1px solid rgba(36, 36, 36, 0.43);
  color: #ba007a;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}

.text-block-17.break {
  opacity: 0.5;
}

.text-block-18 {
  padding-right: 20px;
  padding-left: 10px;
  line-height: 35px;
}

.text-block-18.duaslinhas {
  padding-top: 5px;
  line-height: 15px;
}

.paragraph-34 {
  padding-top: 10px;
  padding-right: 20px;
  color: #fff;
}

.heading-34 {
  text-align: left;
}

.patronicador {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-transition: background-color 408ms ease, opacity 375ms ease;
  transition: background-color 408ms ease, opacity 375ms ease;
}

.patronicador:hover {
  background-color: #ffe000;
  opacity: 1;
}

.patronicador.color2:hover {
  background-color: #b800ff;
}

.patronicador.color3:hover {
  background-color: #0f0;
}

.patronicador.color4:hover {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
}

.column-68 {
  padding-top: 0px;
}

.div-block-104 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 100%;
  height: 170px;
  border: 3px none #fff;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.47);
  -webkit-transform: skew(13deg, 0deg);
  -ms-transform: skew(13deg, 0deg);
  transform: skew(13deg, 0deg);
}

.footer-evento {
  height: 50vh;
  margin-top: 100px;
  background-color: #3f5064;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 162, 227, 0.68)), to(rgba(34, 238, 204, 0.69))), url('../images/bg-purple.png');
  background-image: linear-gradient(180deg, rgba(3, 162, 227, 0.68), rgba(34, 238, 204, 0.69)), url('../images/bg-purple.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.link-footer.sub {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-37 {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.row-39 {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 2px solid #fff;
}

.column-69.last {
  border-right-style: none;
}

.text--footer-event {
  color: #fff;
}

.text--footer-event.bold {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

.container-38 {
  padding-top: 50px;
}

.heading-35 {
  margin-top: 7px;
}

.image-39 {
  position: absolute;
  left: -160px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-36 {
  margin-top: 50px;
}

.logo-patronicnio:hover {
  background-color: #fff500;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(180deg, #000, rgba(36, 36, 36, 0));
  color: #fff;
}

.nav-link-2 {
  float: none;
  color: #fff;
}

.nav-link-2:hover {
  background-color: #242424;
  color: #03a2e3;
}

.nav-menu-4 {
  float: right;
  clear: none;
}

.container-39 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-40 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
  float: left;
  -webkit-transition: opacity 200ms cubic-bezier(.585, .486, .462, 1.048), -webkit-filter 400ms cubic-bezier(.544, -.005, .38, .989);
  transition: opacity 200ms cubic-bezier(.585, .486, .462, 1.048), -webkit-filter 400ms cubic-bezier(.544, -.005, .38, .989);
  transition: opacity 200ms cubic-bezier(.585, .486, .462, 1.048), filter 400ms cubic-bezier(.544, -.005, .38, .989);
  transition: opacity 200ms cubic-bezier(.585, .486, .462, 1.048), filter 400ms cubic-bezier(.544, -.005, .38, .989), -webkit-filter 400ms cubic-bezier(.544, -.005, .38, .989);
}

.image-40:hover {
  opacity: 0.9;
  -webkit-filter: hue-rotate(180deg) brightness(114%);
  filter: hue-rotate(180deg) brightness(114%);
}

.brand-5 {
  height: 100%;
  padding-top: 10px;
  float: left;
}

.brand-5.w--current {
  float: left;
}

.column-70 {
  position: relative;
  display: block;
}

.heading-37 {
  display: none;
}

.section-28 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: linear-gradient(181deg, rgba(10, 140, 204, 0.31) 24%, #2bd0bc), url('../images/bg-event.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-105 {
  position: absolute;
  right: -200px;
  bottom: -300px;
  width: 500px;
  height: 500px;
  background-color: rgba(3, 162, 227, 0.61);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0.65)), to(rgba(43, 208, 188, 0.27)));
  background-image: linear-gradient(180deg, rgba(43, 208, 188, 0.65), rgba(43, 208, 188, 0.27));
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.div-block-105._2 {
  right: -148px;
  bottom: -388px;
  height: 700px;
  background-color: hsla(0, 0%, 100%, 0.61);
  background-image: none;
}

.heading-38 {
  color: #fff;
}

.data {
  color: #fff;
  font-size: 80px;
  text-align: center;
}

.data.sub {
  font-size: 40px;
  font-weight: 400;
}

.btn-savethedate {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fb8100;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.heading-39 {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 51px;
  text-align: center;
}

.row-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block-19 {
  font-size: 25px;
  text-align: center;
}

.column-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  font-weight: 700;
}

.button-8 {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #fb8100;
  -webkit-transition: all 200ms cubic-bezier(.339, .884, .444, 2.75);
  transition: all 200ms cubic-bezier(.339, .884, .444, 2.75);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.button-8:hover {
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.29);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-29 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2bd0bc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(43, 208, 188, 0)), to(rgba(10, 140, 204, 0.51)));
  background-image: linear-gradient(180deg, #fff, #fff), linear-gradient(180deg, rgba(43, 208, 188, 0), rgba(10, 140, 204, 0.51));
  color: #242424;
}

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

.div-block-107 {
  width: 70px;
  height: 70px;
  border: 3px none #03a2e3;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/skyline.png');
  background-position: 50% 50%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.div-block-107._2 {
  background-image: url('../images/network.png');
  background-size: 50px 50px;
}

.div-block-107._3 {
  background-image: url('../images/innovation.png');
  background-size: 50px 50px;
}

.heading-40 {
  color: #03a2e3;
  font-size: 22px;
  text-align: center;
}

.paragraph-35 {
  color: #242424;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.column-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-41 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
  color: #242424;
  text-align: center;
}

.div-block-108 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #fff;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.304, 1.276, 0, 2.978);
  transition: -webkit-transform 200ms cubic-bezier(.304, 1.276, 0, 2.978);
  transition: transform 200ms cubic-bezier(.304, 1.276, 0, 2.978);
  transition: transform 200ms cubic-bezier(.304, 1.276, 0, 2.978), -webkit-transform 200ms cubic-bezier(.304, 1.276, 0, 2.978);
  cursor: pointer;
}

.div-block-108:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.column-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -2px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-41 {
  width: 30px;
  height: 30px;
}

.row-42 {
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.column-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -2px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-20 {
  color: #fff;
  font-size: 18px;
}

.section-agenda-tabela {
  position: relative;
  display: none;
  background-color: #fff;
  background-image: none;
}

.container-41 {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-109 {
  display: block;
  overflow: hidden;
  width: 80%;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #e8e8e8;
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.row-43 {
  height: 7.69%;
  border-bottom: 1px none hsla(0, 0%, 56.1%, 0.33);
  background-color: rgba(3, 162, 227, 0);
  -webkit-transition: background-color 208ms cubic-bezier(0, .346, .345, .989), box-shadow 200ms ease;
  transition: background-color 208ms cubic-bezier(0, .346, .345, .989), box-shadow 200ms ease;
}

.row-43._2 {
  background-color: hsla(0, 0%, 100%, 0.74);
  -webkit-transition: background-color 208ms cubic-bezier(0, .346, .345, .989), box-shadow 200ms ease;
  transition: background-color 208ms cubic-bezier(0, .346, .345, .989), box-shadow 200ms ease;
}

.column-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-right: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #03a2e3;
  color: #03a2e3;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.section-31 {
  background-color: #242424;
}

.column-79 {
  text-align: center;
}

.column-79.direita {
  border-right: 2px solid #fff;
}

.heading-43 {
  color: #fb8100;
  font-size: 60px;
}

.paragraph-36 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.container-42 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.div-200 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 60%;
  background-color: #046bbc;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 53, 133, 0.26)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(16, 53, 133, 0.26), hsla(0, 0%, 100%, 0));
}

.row-44 {
  height: 300px;
}

.column-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px none #242424;
  background-image: url('../images/bg-eventb2bsummit.jpg');
  background-position: 0px 50%;
  background-size: 1500px;
}

.column-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-left-width: 3px;
  border-left-color: #fff;
  background-color: #242424;
  color: #fff;
}

.heading-44 {
  font-size: 30px;
  line-height: 40px;
}

.button-9 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #fb8100;
  -webkit-transition: all 275ms cubic-bezier(.25, .1, .322, 2.574);
  transition: all 275ms cubic-bezier(.25, .1, .322, 2.574);
  font-size: 30px;
}

.button-9:hover {
  border: 2px none #fff;
  background-color: #fb8100;
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.section-32 {
  clear: none;
  font-size: 25px;
}

.container-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-111 {
  width: 300px;
  margin-top: 20px;
}

.image-42 {
  max-height: 80%;
  max-width: 80%;
  -webkit-transition: -webkit-filter 600ms cubic-bezier(.807, -.011, .398, .539);
  transition: -webkit-filter 600ms cubic-bezier(.807, -.011, .398, .539);
  transition: filter 600ms cubic-bezier(.807, -.011, .398, .539);
  transition: filter 600ms cubic-bezier(.807, -.011, .398, .539), -webkit-filter 600ms cubic-bezier(.807, -.011, .398, .539);
}

.div-block-112 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.div-block-113 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: 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;
}

.heading-45 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.div-block-114 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #e8e8e8;
  opacity: 0;
}

.column-82 {
  display: block;
  height: 100%;
  -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;
  border-right: 3px solid #03a2e3;
  color: #03a2e3;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: right;
}

.row-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-46 {
  padding-right: 30px;
  font-size: 20px;
  line-height: 25px;
}

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

.div-block-116 {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
  background-color: #fff;
}

.column-83 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-33 {
  position: relative;
  background-color: #242424;
}

.row-46 {
  height: 25vw;
}

.column-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px none #fff;
  background-color: transparent;
  background-image: url('../images/block-84.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.column-84:hover {
  z-index: 1;
  background-image: linear-gradient(135deg, #fb8100, #f59e05);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
  font-weight: 700;
}

.column-84.red {
  background-color: red;
  background-image: linear-gradient(332deg, rgba(255, 0, 82, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.blue {
  background-color: #03a2e3;
  background-image: linear-gradient(332deg, rgba(0, 10, 255, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.magenta {
  background-color: #f0f;
  background-image: linear-gradient(332deg, rgba(187, 13, 255, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.yellow {
  background-color: #ff0;
  background-image: linear-gradient(332deg, rgba(235, 255, 0, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.green {
  background-color: green;
  background-image: linear-gradient(332deg, rgba(0, 255, 10, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.ciano {
  background-color: #0ff;
  background-image: linear-gradient(332deg, rgba(0, 245, 255, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.orange {
  background-color: orange;
  background-image: linear-gradient(332deg, rgba(255, 184, 0, 0.9), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.purple {
  background-color: purple;
  background-image: linear-gradient(332deg, rgba(163, 0, 255, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.coral {
  background-color: coral;
  background-image: linear-gradient(332deg, rgba(233, 173, 82, 0.87), rgba(0, 204, 255, 0.63)), url('../images/procurement-blog3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.column-84.sub1 {
  background-image: url('../images/block-841.jpg');
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub1:hover {
  z-index: 1;
  background-color: rgba(37, 13, 13, 0);
  background-image: url('../images/block-841.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.column-84.sub2 {
  background-image: url('../images/block-842.jpg');
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub2:hover {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/block-842.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.column-84.sub3 {
  background-image: url('../images/block-843.jpg');
  -webkit-filter: hue-rotate(283deg);
  filter: hue-rotate(283deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub3:hover {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/block-843.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.column-84.sub4 {
  -webkit-filter: hue-rotate(105deg);
  filter: hue-rotate(105deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub4:hover {
  z-index: 1;
  background-image: url('../images/block-84.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.43);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.column-84.sub5 {
  background-image: url('../images/block-845.jpg');
  -webkit-filter: hue-rotate(246deg);
  filter: hue-rotate(246deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub6 {
  background-image: url('../images/block-846.jpg');
  -webkit-filter: hue-rotate(100deg);
  filter: hue-rotate(100deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub7 {
  background-image: url('../images/block-847.jpg');
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.column-84.sub8 {
  background-image: url('../images/block-848.jpg');
  -webkit-filter: hue-rotate(191deg);
  filter: hue-rotate(191deg);
  -webkit-transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
  transition: all 200ms cubic-bezier(.579, -.022, .538, 2.2);
}

.paragraph-38 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 20px;
  line-height: 25px;
}

.div-block-117 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 400px;
  background-color: #046ccb;
}

.row-47 {
  position: relative;
}

.heading-47 {
  color: #fff;
}

.paragraph-39 {
  color: #fff;
}

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

.heading-49 {
  margin-top: 30px;
  color: #fff;
  text-align: center;
}

.image-43 {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  margin-right: 10px;
}

.section-form {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  width: 100vw;
  height: 150vh;
  padding-top: 200px;
  background-color: rgba(36, 36, 36, 0.63);
  opacity: 1;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

.container-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #242424;
  text-align: center;
}

.heading-50 {
  color: #242424;
}

.formulario-rd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-118 {
  background-color: #e8e8e8;
}

.div-block-119 {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #242424;
  border-radius: 100%;
  background-color: #242424;
  -webkit-transition: all 200ms cubic-bezier(.25, .1, .591, 2.276);
  transition: all 200ms cubic-bezier(.25, .1, .591, 2.276);
}

.div-block-119:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.html-embed-6 {
  overflow: visible;
  width: 100%;
  height: 500px;
}

.text-span-12 {
  line-height: 60px;
}

.text-block-21 {
  font-size: 18px;
}

.div-block-120 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-block-11 {
  position: static;
  z-index: 1;
  width: 60%;
  height: 60px;
  background-image: url('../images/logo_meb2bsummit.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 308ms ease;
  transition: opacity 308ms ease;
}

.link-block-11:hover {
  opacity: 0.7;
}

.text-span-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #242424;
  color: #fff;
  text-align: center;
}

.image-44 {
  position: relative;
  height: 100%;
}

.section-35 {
  height: 80vh;
  background-color: #242424;
}

.div-block-121 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.background-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  min-height: 100%;
}

.background-video.filter {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.35)), to(rgba(54, 54, 54, 0.07)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 5%, rgba(54, 54, 54, 0.07));
}

.section-36 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: linear-gradient(128deg, #0a31cc, #1ca5b4);
  -webkit-perspective: 1020px;
  perspective: 1020px;
}

.section-37 {
  position: relative;
  height: 100vh;
  font-family: Varela, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

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

.heading-51 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
}

.div-block-123 {
  width: 70%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
}

.container-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-38 {
  position: relative;
  min-height: 80vh;
  padding-top: 50px;
}

.div-block-124 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 50px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.25, .1, .31, 2.276);
  transition: -webkit-transform 200ms cubic-bezier(.25, .1, .31, 2.276);
  transition: transform 200ms cubic-bezier(.25, .1, .31, 2.276);
  transition: transform 200ms cubic-bezier(.25, .1, .31, 2.276), -webkit-transform 200ms cubic-bezier(.25, .1, .31, 2.276);
  color: #fff;
  text-decoration: none;
}

.div-block-124:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.paragraph-41 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
}

.image-45 {
  margin-left: 10px;
}

.background-video-2 {
  min-height: 100%;
  opacity: 0.72;
}

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

.column-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
}

.text-block-22 {
  font-size: 60px;
  line-height: 60px;
}

.body-19 {
  font-family: Varela, sans-serif;
}

.columns-2 {
  margin-top: 0px;
}

.columns-2.bot {
  margin-top: 0px;
}

.column-86 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.bold-text-5 {
  font-size: 20px;
}

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

.div-block-125 {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
}

.div-block-126 {
  width: 3px;
  height: 400px;
  background-color: #fff;
}

.div-block-126._2 {
  height: 200px;
}

.text-block-23 {
  font-size: 25px;
  line-height: 30px;
}

.section-39 {
  position: relative;
  z-index: 2;
  background-color: #fbfbfb;
}

.container-46 {
  padding-top: 50px;
  text-align: center;
}

.heading-52 {
  margin-right: 100px;
  margin-left: 100px;
  color: #03a2e3;
}

.div-block-127 {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: 10%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 400px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 100%;
  background-color: #03a2e3;
  -webkit-transition: all 200ms cubic-bezier(.25, .1, .287, 1.58);
  transition: all 200ms cubic-bezier(.25, .1, .287, 1.58);
}

.circle:hover {
  width: 13px;
  height: 13px;
  background-color: #046ccb;
}

.circle.w--current {
  opacity: 0.4;
}

.circle.w--current:visited {
  background-color: #242424;
}

.section-40 {
  position: relative;
  height: 300px;
  background-color: #e8e8e8;
}

.topico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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-perspective: 1059px;
  perspective: 1059px;
}

.text-block-25 {
  width: 60%;
  margin-top: 20px;
  color: #03a2e3;
  font-size: 25px;
  line-height: 30px;
}

.text-block-25.sub {
  width: 90%;
  color: #03a2e3;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.text-block-25.sub.num {
  width: 100%;
  padding-right: 10px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: right;
}

.text-block-25.sub.mid {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.text-block-25.sub.mid._2 {
  font-size: 15px;
}

.text-block-25.sub.prin {
  width: 100%;
  margin-left: -20px;
  font-size: 20px;
  line-height: 20px;
}

.imagem-topico {
  width: auto;
  height: 300px;
  max-width: 150%;
}

.imagem-topico.social {
  height: 100px;
  -webkit-transition: opacity 275ms ease;
  transition: opacity 275ms ease;
}

.imagem-topico.social:hover {
  opacity: 0.7;
}

.imagem-topico.social._3dleft {
  height: 150px;
  -webkit-transform: rotateX(5deg) rotateY(15deg) rotateZ(0deg);
  transform: rotateX(5deg) rotateY(15deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.imagem-topico.social._3dright {
  height: 150px;
  -webkit-transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
  transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.imagem-topico.sub {
  height: 200px;
}

.imagem-topico.sub._3 {
  height: 150px;
}

.imagem-topico.sub.menor {
  padding-top: 25px;
  padding-bottom: 25px;
}

.imagem-topico.grande {
  margin-bottom: -50px;
}

.div-block-128 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/BG_Dots-0-00-03-08v3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.container-47 {
  margin-top: 100px;
  -webkit-perspective: 1569px;
  perspective: 1569px;
}

.link-11 {
  color: #03a2e3;
  font-weight: 700;
  text-decoration: none;
}

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

.icon-13 {
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.div-block-129 {
  position: absolute;
  left: 15%;
  top: 10%;
  right: 15%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(36, 36, 36, 0.14);
  border-radius: 8px;
  background-color: #e8e8e8;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-53 {
  font-size: 20px;
  line-height: 25px;
}

.paragraph-42 {
  font-size: 13px;
}

.column-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-12 {
  color: #03a2e3;
}

.column-91 {
  border-right: 3px solid #03a2e3;
  background-image: url('../images/year-in-review-socialpost2-copy-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-91._2 {
  border-right: 3px solid #03a2e3;
  background-image: url('../images/year-in-review-socialpost2-copy-2.png');
}

.column-91._3 {
  background-image: url('../images/year-in-review-socialpost2-copy.png');
}

.column-91._4 {
  background-image: url('../images/year-in-review-socialpost2.png');
}

.slide-nav-7 {
  display: none;
}

.column-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-54 {
  margin-bottom: 30px;
}

.heading-55 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 45px;
}

.bold-text-6 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

.bold-text-6.white {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.bold-text-6.white.right {
  margin-left: 0px;
}

.bold-text-6.white.left {
  margin-right: 11px;
}

.div-block-130 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-13 {
  color: #fb8100;
  text-decoration: none;
}

.div-block-131 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 320px;
  -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;
  border-top: 2px solid #cfcfcf;
  background-color: #e8e8e8;
}

.div-block-131.dark {
  background-color: #242424;
  background-image: linear-gradient(355deg, rgba(0, 0, 0, 0.81), rgba(36, 36, 36, 0.65)), url('../images/ME-B2B-Summit---0672-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.background-video-3 {
  position: absolute;
  left: 0%;
  top: -15%;
  right: 0%;
  bottom: 0%;
  opacity: 0.4;
}

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

.play {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 2px none #fb8100;
  border-radius: 100%;
  background-color: hsla(0, 0%, 91%, 0.23);
  background-image: url('../images/year-in-reviewplay.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(.25, .1, .228, 1.615);
  transition: all 200ms cubic-bezier(.25, .1, .228, 1.615);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.play:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.columns-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lightbox-event {
  width: 300px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  -webkit-transition: opacity 225ms ease, -webkit-transform 200ms cubic-bezier(.25, .1, .211, 1.89);
  transition: opacity 225ms ease, -webkit-transform 200ms cubic-bezier(.25, .1, .211, 1.89);
  transition: transform 200ms cubic-bezier(.25, .1, .211, 1.89), opacity 225ms ease;
  transition: transform 200ms cubic-bezier(.25, .1, .211, 1.89), opacity 225ms ease, -webkit-transform 200ms cubic-bezier(.25, .1, .211, 1.89);
}

.lightbox-event:hover {
  opacity: 0.67;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.image-46 {
  width: 300px;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.column-94 {
  padding-right: 0px;
}

.image-47 {
  display: none;
}

.container-48 {
  text-align: center;
}

.paragraph-43 {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #242424;
  text-align: center;
}

.container-49 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}

.div-block-132 {
  width: 100%;
  height: 300px;
  margin-top: -100px;
  border-radius: 10px;
  background-color: #03a2e3;
  background-image: url('../images/bg-site2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  text-decoration: none;
}

.lightbox-link-2:hover {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.83)), to(rgba(20, 95, 209, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.83), rgba(20, 95, 209, 0));
}

.image-48 {
  display: none;
}

.section-41 {
  position: relative;
  z-index: 6;
  min-height: 110vh;
  margin-top: -501px;
  background-color: #03a2e3;
  background-image: url('../images/BG_Dots-0-00-03-08v3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -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;
  color: #fff;
  text-align: center;
}

.heading-56 {
  width: 40%;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-44 {
  font-size: 25px;
  line-height: 25px;
}

.div-block-133 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.column-95 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

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

.column-95.right {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 0px;
}

.image-49 {
  display: block;
  width: 200px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.heading-57 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.div-block-134 {
  height: 400px;
}

.heading-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Oswald, sans-serif;
  color: #03a2e3;
  font-size: 100px;
  line-height: 90px;
}

.background-video-4 {
  min-height: 100%;
}

.text-span-14 {
  font-size: 80px;
  line-height: 80px;
}

.columns-6 {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.text-span-15 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.link-block-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-50 {
  height: 100px;
}

.paragraph-45 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.button-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #fb8100;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.25, .1, .345, 2.159);
  transition: -webkit-transform 200ms cubic-bezier(.25, .1, .345, 2.159);
  transition: transform 200ms cubic-bezier(.25, .1, .345, 2.159);
  transition: transform 200ms cubic-bezier(.25, .1, .345, 2.159), -webkit-transform 200ms cubic-bezier(.25, .1, .345, 2.159);
  color: #fb8100;
  font-size: 20px;
}

.button-10:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-26 {
  margin-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  text-align: center;
}

.columns-7 {
  width: 100%;
}

.columns-8 {
  width: 100%;
}

.html-embed-7 {
  position: relative;
  z-index: 3;
}

.html-embed-8 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  margin-right: 30px;
  margin-bottom: 30px;
}

.html-embed-9 {
  margin-right: auto;
  margin-left: auto;
}

.bold-text-7 {
  font-size: 26px;
  line-height: 45px;
}

.bold-text-7.big {
  font-size: 40px;
}

.div-block-135 {
  display: block;
  width: 500px;
  height: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.paragraph-46 {
  width: 70%;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.image-51 {
  height: 100%;
}

.header-supplier {
  display: block;
  overflow: hidden;
  min-height: 110vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/bg1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.container-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-59 {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.heading-59.white {
  padding-left: 0px;
  color: #e4e4e4;
  text-align: left;
}

.image-52 {
  position: relative;
  right: auto;
  -webkit-transform: translate(150px, 0px) scale(2);
  -ms-transform: translate(150px, 0px) scale(2);
  transform: translate(150px, 0px) scale(2);
}

.paragraph-47 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.btn-planos {
  border-radius: 4px;
  background-color: #fb8100;
  -webkit-transition: all 300ms cubic-bezier(.491, .171, .211, 2.481);
  transition: all 300ms cubic-bezier(.491, .171, .211, 2.481);
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.btn-planos:hover {
  background-color: #fb7100;
  box-shadow: -1px 1px 6px 1px rgba(48, 48, 48, 0.44);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-planos.bottom {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.btn-planos.out {
  display: none;
}

.btn-planos.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-highlight-text {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #03a2e3;
  font-size: 40px;
  line-height: 50px;
}

.highlight-text {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.section-about-supplier {
  min-height: 100vh;
}

.columns-9 {
  margin-top: 50px;
}

.image-53 {
  -webkit-transform: translate(-210px, 0px) scale(2);
  -ms-transform: translate(-210px, 0px) scale(2);
  transform: translate(-210px, 0px) scale(2);
}

.paragraph-48 {
  color: #03a2e3;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-48.white {
  padding-right: 100px;
  padding-left: 0px;
  color: #e4e4e4;
  text-align: left;
}

.paragraph-48._2 {
  display: none;
}

.section-42 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/mebg2-suppliers.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.heading-60 {
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 50px;
}

.heading-60.blue {
  color: #03a2e3;
  line-height: 53px;
}

.div-block-136 {
  width: 5px;
  height: 100px;
  margin-right: 10px;
  float: right;
  background-color: #fff;
}

.paragraph-49 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 90px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

.column-96 {
  height: 100%;
}

.paragraph-50 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  -webkit-column-count: auto;
  column-count: auto;
}

.columns-10 {
  height: auto;
}

.section-43 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.list-item-2 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.list {
  padding-right: 100px;
}

.container-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-2 {
  padding-left: 0px;
}

.image-54 {
  position: relative;
  top: 3px;
  right: -15px;
  max-width: 130%;
}

.grid {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1.75fr 1.75fr 1fr;
  grid-template-columns: 1fr 1.75fr 1.75fr 1fr;
}

.texto-beneficios {
  padding-left: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
}

.texto-beneficios:hover {
  color: #046ccb;
  text-decoration: underline;
}

.texto-beneficios._2 {
  color: #333;
}

.texto-beneficios._2:hover {
  color: #03a2e3;
}

.texto-beneficios._3 {
  color: #333;
}

.texto-beneficios._3:hover {
  color: #2ec7ca;
}

.texto-beneficios._4 {
  color: #333;
}

.texto-beneficios._4:hover {
  color: #37dd94;
}

.columns-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagem-beneficio {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.coluna-imagem-beneficio {
  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;
}

.columns-12 {
  display: block;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.333, .545, .45, 1.755);
  transition: -webkit-transform 200ms cubic-bezier(.333, .545, .45, 1.755);
  transition: transform 200ms cubic-bezier(.333, .545, .45, 1.755);
  transition: transform 200ms cubic-bezier(.333, .545, .45, 1.755), -webkit-transform 200ms cubic-bezier(.333, .545, .45, 1.755);
}

.columns-12:hover {
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
}

.columns-12.no-margin {
  margin-top: 0px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0, .551, .772, 1.615);
  transition: -webkit-transform 200ms cubic-bezier(0, .551, .772, 1.615);
  transition: transform 200ms cubic-bezier(0, .551, .772, 1.615);
  transition: transform 200ms cubic-bezier(0, .551, .772, 1.615), -webkit-transform 200ms cubic-bezier(0, .551, .772, 1.615);
}

.columns-12.no-margin:hover {
  -webkit-transform: scale(0.87);
  -ms-transform: scale(0.87);
  transform: scale(0.87);
}

.column-97 {
  padding-right: 0px;
  padding-left: 50px;
}

.section-44 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.white-test {
  padding-bottom: 100px;
  -webkit-filter: brightness(200%) brightness(200%) saturate(0%);
  filter: brightness(200%) brightness(200%) saturate(0%);
}

.column-98 {
  margin-top: 0px;
}

.columns-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-13._1 {
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-45 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #242424;
}

.container-53 {
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.texto-aviso {
  margin-bottom: 40px;
  padding: 10px 20px;
  border: 2px solid #fb8100;
  border-radius: 8px;
  color: #fb8100;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.btn-navegue {
  margin-top: 20px;
  padding-left: 40px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../images/icon-search-cta.png');
  background-position: 0% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 25px;
}

.btn-navegue:hover {
  opacity: 0.68;
}

.btn-navegue.blue {
  border-color: #03a2e3;
  background-image: url('../images/icon-supplier-search.png');
  background-position: 10px 50%;
  background-size: 20px;
  color: #03a2e3;
}

.btn-navegue.blue.out {
  display: none;
}

.column-101 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(138deg, #0a8ccc, #2bd0bc);
}

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

.section-46 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-138 {
  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: 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;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 250ms cubic-bezier(.25, .1, .287, 2.048);
  transition: all 250ms cubic-bezier(.25, .1, .287, 2.048);
}

.div-block-138:hover {
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.44);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-block-27 {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #03a2e3;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.button-11 {
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #fb8100;
  -webkit-transition: opacity 275ms ease;
  transition: opacity 275ms ease;
}

.button-11:hover {
  opacity: 0.7;
}

.image-55 {
  margin-bottom: 50px;
}

.column-client {
  text-align: center;
}

.column-102 {
  text-align: center;
}

html.w-mod-js *[data-ix="display-none"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-numbers-gartner"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="showmap"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

html.w-mod-js *[data-ix="menu-hide"] {
  -webkit-transform: translate(-150%, 0px);
  -ms-transform: translate(-150%, 0px);
  transform: translate(-150%, 0px);
}

html.w-mod-js *[data-ix="button-hover"] {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="displaynoneopacity0"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="aparecer-resposta"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="teste-menu-sidebar"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="displaynone-sidebar"] {
  display: none;
}

html.w-mod-js *[data-ix="display-non-div-58"] {
  display: none;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

@media screen and (max-width: 991px) {
  .nav-hero-logo {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-hero-links {
    margin-right: 0px;
    background-color: #0a8ccc;
  }
  .hero-h1 {
    margin-top: 100px;
    font-size: 46px;
  }
  .nav-hero-collapse {
    margin-top: 10px;
    margin-right: 10px;
  }
  .nav-fixed-collapse {
    margin-top: 10px;
    margin-right: 10px;
  }
  .nav-fixed-collapse.w--open {
    color: #333;
  }
  .section-offermap {
    height: auto;
  }
  .tech-img {
    height: auto;
  }
  .offermap-content-textarea {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .tech-content {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-fixed {
    opacity: 0;
  }
  .section-about-h2.suppliers {
    font-size: 40px;
  }
  .section-about-numbers {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 48px;
  }
  .hero-slider {
    position: static;
    display: inline;
    padding-left: 20px;
  }
  .hero-h2 {
    font-size: 26px;
  }
  .img-icon-cta {
    position: static;
    display: block;
    width: 40px;
    margin-top: 0px;
    margin-bottom: -74px;
    margin-left: 10px;
  }
  .section-contact-h1 {
    padding-right: 0px;
  }
  .signup {
    left: 30vh;
    right: 30vh;
    bottom: 35vh;
    display: block;
  }
  .signup-email {
    width: 100%;
    text-align: center;
  }
  .signup-btn {
    width: 100%;
  }
  .footer-rights.white.solution {
    font-size: 12px;
  }
  .login.login-hero {
    position: absolute;
    top: 4px;
    right: 10px;
    margin-top: 24px;
    padding: 8px 12px;
  }
  .btn.login {
    float: left;
    border-style: none;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    color: #0a8ccc;
  }
  .btn.login:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .nav-link-menu {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-style: none;
    color: #fff;
    text-decoration: none;
  }
  .nav-link-menu:hover {
    border-bottom-style: none;
    color: hsla(0, 0%, 100%, 0.86);
    font-weight: 500;
  }
  .nav-link-menu.first {
    margin-top: 60px;
  }
  .nav-link-menu.drop-down {
    margin-left: 0px;
    padding-left: 0px;
  }
  .nav-link-menu.btn {
    width: 100px;
    margin-right: 0px;
    margin-left: 12px;
    border-radius: 8px;
    background-color: #ffa300;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
  }
  .nav-link-menu.btn:hover {
    background-color: #ffb228;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
  }
  .icon {
    margin-top: 24px;
    margin-left: 10px;
    padding: 8px;
    font-size: 32px;
  }
  .icon.fix-nav {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    min-height: 70px;
    min-width: 70px;
    margin-top: 0px;
    margin-right: 50px;
    margin-left: 50px;
    float: right;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .text-block {
    float: right;
  }
  .dropdown-list.w--open {
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  }
  .dropdown-link {
    font-family: Roboto, sans-serif;
  }
  .drop-lang-btn {
    font-family: Roboto, sans-serif;
    font-size: 13px;
  }
  .drop-lang-btn:hover {
    background-color: rgba(0, 152, 255, 0.16);
  }
  .drop-lang {
    z-index: 0;
    margin-right: 10px;
  }
  .brand {
    position: static;
    height: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .login-input {
    width: 100%;
  }
  .login-form {
    z-index: 500;
    display: none;
    width: 40%;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a8ccc), to(#2bd0bc));
    background-image: linear-gradient(180deg, #0a8ccc, #2bd0bc);
    opacity: 0;
  }
  .link-2 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    text-align: left;
  }
  .login-close {
    position: absolute;
    right: 10px;
    width: 60px;
    margin-top: 10px;
    padding: 8px;
  }
  .heading-2 {
    margin-top: 60px;
    margin-bottom: 16px;
    font-size: 24px;
  }
  .nav-menu {
    left: 0px;
    top: 0px;
    right: auto;
    display: none;
    width: 40%;
    height: 100vh;
    max-width: none;
    background-color: #0a8ccc;
    opacity: 0;
  }
  .logo-area {
    position: absolute;
    width: 100%;
    height: 0px;
  }
  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .nav-hero-logo-solucoes {
    max-width: 100%;
  }
  .section-solucao-inteira {
    padding-bottom: 20px;
  }
  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-solucao-modulo {
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .link-intern-solution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-intern-solution.ready-to-buy-link {
    margin-right: 256px;
    margin-left: 187px;
  }
  .tela_modelo {
    width: 52vh;
    height: 30vh;
  }
  .teste:hover {
    background-color: rgba(36, 36, 36, 0.04);
    opacity: 0.75;
  }
  .teste:active {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .teste.w--open {
    background-color: transparent;
  }
  .button-white.orange.big {
    width: 50vw;
  }
  .menu-faq.mobile {
    left: 1.2vw;
  }
  .texto-contato.btn {
    font-size: 14px;
  }
  .div-block-28 {
    min-height: 70px;
    min-width: 70px;
    margin-right: 50px;
    margin-left: 50px;
    float: right;
  }
  .image-19 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .nav-menu-3 {
    background-color: #0a8ccc;
  }
  ._w-nav-overlay {
    background-color: #0a8ccc;
  }
  .icon-10 {
    padding: 5px;
    border-radius: 50px;
    background-color: rgba(36, 36, 36, 0.15);
    opacity: 1;
  }
  .column-26 {
    padding-left: 37px;
  }
  .div-block-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 2 117px;
    -ms-flex: 0 2 117px;
    flex: 0 2 117px;
  }
  .image-21 {
    margin-left: 69px;
  }
  .heading-11 {
    font-size: 10px;
  }
  .paragraph-12 {
    font-size: 10px;
    line-height: 14px;
  }
  .section-solution-slide {
    overflow: hidden;
    min-height: 0px;
  }
  .mask {
    height: 240vh;
  }
  .div-block-41 {
    width: 80%;
  }
  .praticas-card {
    padding-top: 20px;
  }
  .list-item {
    font-size: 12px;
  }
  .image-23 {
    left: 0px;
    top: 13px;
    right: 0px;
    max-width: 230%;
    float: left;
  }
  .heading-15 {
    font-size: 22px;
    line-height: 30px;
  }
  .heading-16 {
    font-size: 38px;
  }
  .paragraph-16 {
    font-size: 12px;
    line-height: 17px;
  }
  .heading-17 {
    font-size: 13px;
    line-height: 18px;
  }
  .paragraph-17 {
    font-size: 12px;
    line-height: 17px;
  }
  .div-block-45 {
    width: 25%;
  }
  .div-block-45.big {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-46 {
    width: 40px;
    height: 40px;
  }
  .div-block-48 {
    width: 50px;
    height: 50px;
  }
  .left-arrow-2 {
    height: 50px;
  }
  .div-block-51 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .paragraph-18 {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 15px;
  }
  .tab-menu-side {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab-link-side.teste {
    bottom: 40px;
  }
  .heading-19 {
    font-size: 23px;
  }
  .text-block-12 {
    margin-right: 0px;
  }
  .icon-12 {
    padding-right: 404px;
  }
  .dropdown-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 51px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-list-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #03a2e3;
  }
  .dropdown-list-5.w--open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-link-5 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tela1 {
    left: 5px;
  }
  .tela2 {
    left: 56px;
    top: -3px;
    max-width: 200%;
  }
  .heading-beneficio {
    font-size: 15px;
    line-height: 24px;
  }
  .div-block-68.suppliers3 {
    background-image: linear-gradient(101deg, hsla(0, 0%, 65.5%, 0.31), hsla(0, 0%, 100%, 0.41)), url('../images/Captura-de-Tela-2018-01-18-às-09.35.22.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 100%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .heading-22 {
    font-size: 12px;
  }
  .button-2 {
    width: 70%;
    font-size: 12px;
  }
  .container-26 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .paragraph-21 {
    margin-top: 10px;
    font-size: 13px;
  }
  .column-43 {
    text-align: center;
  }
  .button-3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 22px;
  }
  .slider-3 {
    height: 410px;
  }
  .container-28 {
    padding-left: 119px;
  }
  .square {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .square.image {
    left: 60px;
    top: 41px;
    width: 500px;
  }
  .div-block-71 {
    width: 200px;
    height: 250px;
  }
  .div-block-72 {
    height: 250px;
  }
  .div-block-72:hover {
    -webkit-filter: none;
    filter: none;
  }
  .image-29 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 110%;
    height: auto;
  }
  .heading-23 {
    bottom: 29px;
    font-size: 13px;
  }
  .collection-list {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-73 {
    display: none;
  }
  .button-4.mobile {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    border-style: none;
    border-radius: 0px;
  }
  .heading-24 {
    padding-right: 0px;
  }
  .paragraph-23 {
    padding-right: 0px;
  }
  .paragraph-23.big {
    margin-right: -7px;
    padding-right: 0px;
  }
  .paragraph-23.right-padding {
    padding-right: 100px;
  }
  .image-31 {
    left: 0px;
    max-height: 100%;
  }
  .image-31.shadow {
    left: 13px;
  }
  .image-31.icon {
    left: -14px;
    top: -34px;
    width: 130px;
    height: 130px;
  }
  .image-31.icon.shadow {
    left: -23px;
    top: -28px;
  }
  .column-44 {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-32 {
    left: -95px;
    width: 130%;
    max-width: 150%;
  }
  .link-block-8 {
    width: 250px;
    height: 160px;
  }
  .link-block-8.left {
    left: 40px;
  }
  .card-participante {
    margin-left: 10px;
  }
  .heading-28 {
    font-size: 30px;
    line-height: 39px;
  }
  .paragraph-28 {
    font-size: 16px;
    line-height: 20px;
  }
  .text_participante {
    text-align: center;
  }
  .nome_participante {
    line-height: 39px;
  }
  .nome_participante.sub {
    line-height: 20px;
  }
  .card-palestrante.tras {
    z-index: 2;
  }
  .nome-palestrante.cargo {
    width: 60%;
    font-size: 10px;
    line-height: 15px;
  }
  .paragraph-32 {
    font-size: 11px;
    line-height: 17px;
  }
  .div-block-85 {
    right: 3%;
    width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inscrever {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
  }
  .row-31 {
    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;
  }
  .section-22 {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-37 {
    width: 250px;
  }
  .div-block-92 {
    display: none;
  }
  .div-block-92._2 {
    display: none;
  }
  .div-block-92._2.texto.body-12 {
    display: none;
  }
  .div-block-92.texto {
    display: none;
  }
  .heading-event {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-98 {
    width: 300px;
    height: 215px;
  }
  .div-block-100 {
    width: 150px;
    height: 150px;
  }
  .heading-33.invert {
    font-size: 50px;
    line-height: 55px;
  }
  .div-block-104 {
    display: none;
    height: 100px;
  }
  .heading-35 {
    font-size: 30px;
    line-height: 35px;
  }
  .nav-link-2 {
    width: 70%;
    text-align: center;
  }
  .nav-link-2:hover {
    background-color: transparent;
    color: #046ccb;
  }
  .nav-menu-4 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03a2e3;
  }
  .menu-button {
    z-index: 1;
    opacity: 0.7;
  }
  .menu-button.w--open {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2;
    margin-top: 0px;
    background-color: #242424;
  }
  .heading-37 {
    display: block;
    margin-top: 0px;
    margin-bottom: 23px;
    padding: 10px;
    background-color: #fff;
    color: #974ee6;
    font-size: 60px;
    font-weight: 400;
  }
  .text-block-19 {
    font-size: 20px;
  }
  .div-block-109 {
    width: 80%;
  }
  .paragraph-36 {
    font-size: 18px;
  }
  .row-44 {
    height: 200px;
    text-align: center;
  }
  .column-80 {
    display: none;
  }
  .column-81 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-44 {
    font-size: 25px;
    line-height: 30px;
  }
  .paragraph-37 {
    font-size: 13px;
  }
  .image-42 {
    max-width: 70%;
  }
  .paragraph-38 {
    font-size: 15px;
  }
  .container-44 {
    overflow: scroll;
  }
  .heading-50 {
    font-size: 30px;
    line-height: 35px;
  }
  .div-block-119 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .html-embed-6 {
    overflow: visible;
  }
  .image-44 {
    height: auto;
    min-width: 100%;
  }
  .columns-2 {
    padding-left: 200px;
  }
  .column-86 {
    padding-left: 22px;
  }
  .bold-text-5 {
    font-size: 13px;
  }
  .text-block-23 {
    width: 400px;
    font-size: 18px;
  }
  .column-88 {
    display: none;
  }
  .column-89 {
    display: none;
  }
  .text-block-24 {
    width: 400px;
    font-size: 13px;
  }
  .topico {
    width: 80%;
  }
  .column-90 {
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .play {
    position: relative;
  }
  .div-block-135 {
    height: 30px;
    margin-top: 9px;
    margin-bottom: -10px;
  }
  .paragraph-46 {
    width: 100%;
  }
  .heading-59 {
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
  }
  .highlight-text {
    font-size: 30px;
    line-height: 40px;
  }
  .columns-9 {
    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;
  }
  .paragraph-49 {
    font-size: 28px;
    line-height: 32px;
  }
  .paragraph-50 {
    font-size: 16px;
    line-height: 22px;
  }
  .list-item-2 {
    font-size: 20px;
    line-height: 25px;
  }
  .image-54 {
    right: -8px;
  }
  .texto-beneficios {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .hero-area {
    height: 420px;
  }
  .nav-hero-logo {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-h1 {
    margin-top: 120px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 34px;
  }
  .hero-content {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-offermap {
    height: auto;
  }
  .section-offermap.content {
    height: auto;
  }
  .tech-img {
    height: auto;
  }
  .offermap-content-textarea {
    margin-top: 0px;
  }
  .offermap-p {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .section-services {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-fixed.solution {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .tech-tab-link {
    width: 33.3%;
  }
  .service {
    padding-right: 10%;
    padding-left: 10%;
  }
  .hero-cta {
    position: relative;
  }
  .hero-title {
    padding-top: 40px;
  }
  .hero-h2 {
    margin-top: 0px;
    font-size: 20px;
  }
  .hero {
    display: block;
  }
  .cta-h1 {
    font-size: 20px;
    text-align: center;
  }
  .cta-icons {
    height: 50px;
    padding-top: 0px;
  }
  .area-icon {
    position: relative;
    width: 48px;
    height: 48px;
    margin-top: -38px;
    margin-left: -10px;
    padding-top: 0px;
  }
  .img-icon-cta {
    display: block;
    margin: 24px auto -57px;
  }
  .line-icons {
    margin-top: 38px;
  }
  .contact-bar-fixed.solution {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .section-contact-h1.support {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-chat-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-tel.obs {
    text-align: center;
  }
  .cta {
    bottom: 6vh;
  }
  .about-map {
    position: static;
    margin-top: 0px;
  }
  .footer-rights.white {
    display: block;
  }
  .footer-rights.white.solution {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .login.login-hero {
    position: absolute;
    top: 2px;
    right: 10px;
    display: block;
    margin-top: 24px;
    padding: 8px 12px;
  }
  .btn.login {
    margin-right: 20px;
  }
  .icon {
    margin-top: 18px;
    margin-left: 4px;
    padding: 8px;
    font-size: 32px;
  }
  .icon.fix-nav {
    float: none;
    clear: none;
  }
  .language {
    padding-top: 6px;
  }
  .text-span-3.hero {
    font-size: 13px;
  }
  .hero-drop-lang {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .text-block-2 {
    font-size: 10px;
  }
  .drop-lang {
    margin-right: 10px;
  }
  .login-form {
    opacity: 0;
  }
  .nav-menu {
    display: none;
    opacity: 0;
  }
  .logo-area {
    position: absolute;
    width: 100%;
    height: 100px;
  }
  .row-2 {
    padding-left: 0px;
  }
  .column-7 {
    text-align: center;
  }
  .image-13 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .paragraph-seta {
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-modulo {
    font-size: 20px;
    line-height: 25px;
  }
  .heading-phrase-modulo {
    font-size: 14px;
    line-height: 18px;
  }
  .link-intern-solution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-intern-solution.ready-to-buy-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 36px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-10 {
    margin-left: 10px;
  }
  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .tela_modelo {
    width: 35vh;
    height: 20vh;
  }
  .div-block-12 {
    width: 130px;
  }
  .paragraph-10 {
    font-size: 9px;
    line-height: 14px;
  }
  .column-16 {
    padding-left: 0px;
  }
  .column-17 {
    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;
  }
  .column-18 {
    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;
  }
  .section-title {
    background-size: cover, auto, cover;
  }
  .header-title.white {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .header-solution {
    height: 150vh;
  }
  .container-solution {
    margin-top: 87px;
  }
  .div-block-14 {
    margin-top: -65px;
    margin-bottom: 50px;
  }
  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }
  .button-white {
    display: block;
    width: 30vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }
  .button-white.orange {
    width: 30vw;
    font-size: 12px;
  }
  .button-white.orange.medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
  }
  .button-white.orange.big {
    width: 60vw;
    height: 40px;
    padding-top: 5px;
  }
  .dropdown-manual {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .row-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-faq:hover {
    border-right-style: none;
  }
  .texto-contato.btn {
    line-height: 24px;
  }
  .div-block-27 {
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-5 {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .icon-10 {
    background-color: rgba(36, 36, 36, 0);
    color: #333;
  }
  .column-26 {
    bottom: 394px;
    padding-left: 16px;
  }
  .row-11 {
    margin-left: 0px;
  }
  .column-28 {
    margin-top: -45px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-29 {
    height: 76%;
    padding-bottom: 39px;
    padding-left: 10px;
  }
  .div-block-31 {
    width: 50%;
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }
  .div-block-31.empty {
    display: none;
  }
  .image-21 {
    max-width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: 0.85;
  }
  .paragraph-12 {
    font-size: 7px;
    line-height: 10px;
  }
  .slider-2 {
    height: 250px;
  }
  .mask {
    height: 270vh;
  }
  .div-block-41 {
    width: 80%;
    border-style: none;
  }
  .div-block-42.invoice {
    background-image: url('../images/Invoice.png');
    background-position: 0px 55px;
    background-size: 250px;
  }
  .praticas-card {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .image-23 {
    left: 0px;
    max-width: 100%;
  }
  .div-linha {
    margin-bottom: 10px;
    opacity: 0;
  }
  .div-linha.mobile {
    opacity: 1;
  }
  .heading-15 {
    text-align: center;
  }
  .heading-16 {
    text-align: center;
  }
  .paragraph-16 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .heading-17 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 19px;
  }
  .paragraph-17 {
    font-size: 12px;
    line-height: 15px;
  }
  .div-block-45 {
    width: 40%;
  }
  .div-block-51 {
    width: 30%;
  }
  .paragraph-18 {
    font-size: 8px;
    line-height: 13px;
  }
  .tabs-menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tab-menu-side {
    width: 60px;
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-link-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
  }
  .text-block-11 {
    text-align: left;
  }
  .heading-19 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 30px;
  }
  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-9 {
    color: #fff;
    text-decoration: none;
  }
  .link-9.w--current {
    color: #fff;
  }
  .menu-solutions-mobile {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    border-radius: 50px;
    background-color: #03a2e3;
    background-image: url('../images/menu.png');
    background-position: 50% 50%;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.39);
    -webkit-transform: translate3d(0px, 0px, 2px);
    transform: translate3d(0px, 0px, 2px);
  }
  .image-26 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-57 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 200px;
    height: 200px;
    background-color: #a9a9a9;
  }
  .tab-link-mobile {
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 8%;
    margin-top: 10%;
    margin-bottom: 20%;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    opacity: 0.94;
    color: #fff;
    font-size: 9px;
    line-height: 13px;
    text-align: center;
  }
  .tab-link-mobile.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20%;
    padding-bottom: 10px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
  }
  .div-block-58 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 90px;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 122px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-image: linear-gradient(127deg, rgba(9, 140, 204, 0) 7%, #0a8ccc 69%);
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
  }
  .body-14 {
    overflow: visible;
  }
  .div-block-59 {
    background-image: linear-gradient(179deg, hsla(0, 0%, 100%, 0) 75%, #fff 95%), url('../images/Requisition.png');
    background-position: 0px 0px, 50% 26%;
    background-size: auto, 300px;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .row-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-27.recorte.small {
    left: 18px;
  }
  .div-block-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .row-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .row-17.top-padding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column-43 {
    text-align: center;
  }
  .slider-3 {
    height: 380px;
  }
  .container-28 {
    padding-left: 60px;
  }
  .square {
    width: 450px;
  }
  .square.image {
    width: 450px;
  }
  .div-block-71 {
    display: block;
    width: 300px;
    height: 200px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .div-block-72 {
    height: 200px;
  }
  .image-29 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 1000px;
  }
  .heading-23 {
    bottom: 48px;
    margin-top: 0px;
  }
  .collection-list {
    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;
  }
  .div-block-74.black {
    overflow: hidden;
    background-color: #1f1f1f;
    background-image: none;
  }
  .div-block-74.black.blue {
    background-image: linear-gradient(180deg, rgba(5, 111, 163, 0.91), #17a6c6), linear-gradient(146deg, rgba(44, 44, 44, 0.27), hsla(0, 0%, 60.8%, 0.31));
  }
  .paragraph-23 {
    font-size: 13px;
  }
  .paragraph-23.sub._2 {
    line-height: 25px;
  }
  .paragraph-23.littlemaior {
    font-size: 20px;
  }
  .paragraph-23.right-padding {
    padding-right: 0px;
  }
  .image-31 {
    display: none;
  }
  .image-31.icon {
    display: none;
  }
  .column-44 {
    padding-top: 10px;
  }
  .column-44.first {
    display: none;
  }
  .image-32 {
    display: block;
    width: 700px;
    max-width: 300%;
  }
  .link-block-8 {
    display: none;
  }
  .btn-cta {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .card-participante {
    width: 70vw;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-participante {
    width: 50%;
  }
  .row-22 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-77 {
    position: absolute;
    display: none;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-78 {
    width: 50%;
  }
  .div-block-78.linha {
    margin-left: 10px;
  }
  .heading-27.mobile {
    width: 100%;
    padding-left: 10px;
    text-align: left;
  }
  .heading-27.mobile.sub {
    float: right;
    clear: none;
  }
  .div-info-mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #242424;
  }
  .info-paragraph.mobile {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: #e8e8e8;
    font-size: 13px;
  }
  .column-47 {
    padding-right: 40px;
    text-align: center;
  }
  .row-24 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-49.left {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-49.right {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-25 {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-50 {
    height: 80%;
    -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;
    border-top: 2px solid #fff;
    border-left-style: none;
    text-align: center;
  }
  .logo-event {
    position: static;
  }
  .logo-event:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .logo-event.alt {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
  }
  .section-11 {
    position: static;
    overflow: visible;
    height: 100vh;
    background-image: linear-gradient(149deg, hsla(0, 0%, 39.6%, 0), rgba(6, 32, 59, 0.37)), url('../images/bg_event.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .link-block-9 {
    width: 60vw;
  }
  .section-13 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    height: 100vh;
    margin-bottom: 100px;
    padding: 30px 10px;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    opacity: 0;
    color: #242424;
  }
  .div-block-82 {
    top: 0px;
    display: none;
    width: 300px;
    height: 100px;
  }
  .div-block-82.pic {
    top: 5px;
    width: 400px;
    height: 100px;
  }
  .paragraph-31 {
    color: #242424;
  }
  .row-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-83 {
    display: none;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3px;
    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;
    border: 2px solid #fff;
    border-radius: 50px;
  }
  .close-btn {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .section-14 {
    position: static;
    display: block;
    overflow: visible;
    height: 130vh;
    padding: 30px 10px;
    background-color: #fb8100;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    opacity: 1;
  }
  .column-57 {
    top: -9px;
    display: block;
    overflow: visible;
    height: 60vh;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-style: none;
  }
  .coluna-unica-participantes {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-palestrante {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    background-color: transparent;
  }
  .card-palestrante.tras {
    display: none;
  }
  .foto-palestrante {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .nome-palestrante {
    width: 100%;
    color: #fff;
  }
  .nome-palestrante.cargo {
    display: none;
  }
  .div-block-85 {
    display: none;
  }
  .div-block-86 {
    display: none;
  }
  .body-15 {
    overflow: visible;
  }
  .section-15 {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    padding: 30px 10px 40px;
    background-color: #03a2e3;
    background-image: none;
    background-size: auto;
    opacity: 1;
  }
  .titulo_sessao {
    color: #fff;
  }
  .titulo_sessao.azul {
    color: #03a2e3;
  }
  .texto-sessao {
    margin-bottom: 30px;
  }
  .bloco-agenda {
    height: 60px;
    margin-bottom: 10px;
    opacity: 1;
    text-align: center;
  }
  .bloco-agenda.break {
    opacity: 1;
  }
  .column-59 {
    -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;
  }
  .hora {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    text-align: center;
  }
  .row-33 {
    margin-top: 30px;
  }
  .body-16 {
    overflow: visible;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .row-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-35 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .link-block-10 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block-88 {
    position: static;
  }
  .column-61 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-18 {
    position: static;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 1;
  }
  .formulario-evento {
    overflow: hidden;
  }
  .column-62 {
    overflow: auto;
    height: 60vh;
  }
  .number-countdown {
    font-size: 15px;
  }
  .number-countdown.palavra {
    font-size: 15px;
    text-align: center;
  }
  .coluna-contagem {
    border-right-style: none;
    border-left-style: none;
  }
  .coluna-contagem.left {
    height: 20px;
  }
  .row-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 50%;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .subscribe {
    width: 150px;
  }
  .div-block-89 {
    width: 230%;
    height: 90px;
  }
  .section-22 {
    padding-top: 50px;
  }
  .heading-event {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 25px;
    text-align: left;
  }
  .btn-header {
    margin-top: 19px;
    margin-left: 0px;
    text-align: center;
  }
  .div-block-98 {
    width: 80%;
    height: 100px;
  }
  .column-67 {
    text-align: center;
  }
  .link-10 {
    margin-top: 10px;
  }
  .slider-4 {
    height: 40vh;
  }
  .div-block-99 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-100 {
    width: 50px;
    height: 50px;
  }
  .section-27 {
    height: auto;
  }
  .heading-33.invert {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .text-block-17 {
    width: 75px;
    font-size: 15px;
  }
  .text-block-18 {
    font-size: 13px;
  }
  .patronicador {
    width: 120px;
  }
  .column-68 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-38 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cargo-palestrante {
    display: none;
  }
  .column-71 {
    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;
  }
  .row-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 50%;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .heading-37 {
    padding: 10px;
    background-color: #fff;
    color: #974ee6;
    font-size: 60px;
  }
  .section-28 {
    height: auto;
  }
  .container-40 {
    padding-top: 50px;
  }
  .heading-39 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-19 {
    font-size: 15px;
  }
  .column-73 {
    height: 70%;
  }
  .div-block-106 {
    height: 60px;
  }
  .div-block-108 {
    position: static;
    display: none;
    width: 50%;
    margin-top: 50px;
  }
  .div-block-109 {
    width: 90%;
    height: 800px;
  }
  .column-78 {
    padding-left: 10px;
  }
  .row-44 {
    height: 250px;
    text-align: center;
  }
  .column-80 {
    display: none;
  }
  .button-9 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-32 {
    clear: left;
  }
  .image-42 {
    max-width: 50%;
  }
  .body-18 {
    overflow: visible;
  }
  .paragraph-38 {
    font-size: 13px;
  }
  .bold-text-4 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-form {
    z-index: 900;
    overflow: visible;
    padding-top: 170px;
  }
  .div-block-119 {
    position: relative;
    margin-bottom: -10px;
  }
  .html-embed-6 {
    height: 80vh;
    margin-bottom: 30px;
  }
  .div-block-120 {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .link-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-44 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block-121 {
    width: 100%;
  }
  .column-85 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .columns-2 {
    padding-left: 0px;
  }
  .bold-text-5 {
    width: 300px;
  }
  .text-block-23 {
    width: 300px;
  }
  .text-block-24 {
    width: 300px;
  }
  .topico {
    width: 90%;
  }
  .text-block-25 {
    width: 80%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .text-block-25.sub {
    font-size: 13px;
    line-height: 18px;
  }
  .text-block-25.sub.num {
    text-align: center;
  }
  .text-block-25.sub.mid._2 {
    font-size: 13px;
  }
  .text-block-25.sub.prin {
    margin-left: 0px;
    text-align: center;
  }
  .text-block-25.left {
    text-align: left;
  }
  .imagem-topico.social {
    height: 100px;
  }
  .imagem-topico.sub._3 {
    margin-top: 50px;
  }
  .heading-53 {
    font-size: 17px;
    line-height: 20px;
  }
  .paragraph-42 {
    font-size: 10px;
    line-height: 13px;
  }
  .column-90 {
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .column-92 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-55 {
    font-size: 30px;
    line-height: 40px;
  }
  .right-arrow-5 {
    display: none;
  }
  .bold-text-6 {
    font-size: 40px;
  }
  .bold-text-6.white.right {
    margin-left: 0px;
  }
  .bold-text-6.white.left {
    margin-right: 0px;
  }
  .lightbox-event {
    width: 200px;
  }
  .paragraph-44 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-45 {
    width: 90%;
  }
  .bold-text-7 {
    font-size: 25px;
    line-height: 25px;
  }
  .header-supplier {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .container-51 {
    height: auto;
  }
  .btn-planos.out {
    display: inline-block;
    margin-left: 20px;
  }
  .btn-planos.desktop {
    display: none;
  }
  .image-53 {
    position: relative;
    left: 70px;
  }
  .paragraph-48._2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-48._2.desktop {
    display: block;
  }
  .paragraph-48.desktop {
    display: none;
  }
  .section-42 {
    min-height: auto;
  }
  .heading-60.blue {
    font-size: 30px;
    line-height: 40px;
  }
  .paragraph-49 {
    width: auto;
    padding-right: 0px;
  }
  .column-96 {
    display: none;
  }
  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-54 {
    max-width: 20%;
  }
  .columns-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-13._1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-99 {
    display: none;
  }
  .column-100 {
    display: none;
  }
  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .btn-navegue.blue.out {
    display: inline-block;
    margin-left: 20px;
  }
  .btn-navegue.blue.desktop {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-area {
    min-height: 100vh;
    padding-bottom: 0px;
    background-image: linear-gradient(135deg, #0a8ccc, #2bd0bc);
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .nav-hero-logo {
    position: relative;
    display: block;
    width: 90px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link.login {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    margin-right: 20px;
    margin-left: 30px;
    padding-right: 32px;
    padding-left: 32px;
    float: left;
    clear: none;
    opacity: 1;
    text-align: center;
  }
  .nav-hero-links {
    z-index: 300;
    display: block;
    width: 90%;
    margin-top: -5px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 16px;
    float: none;
    background-color: #0a8ccc;
    text-align: left;
  }
  .nav-hero-links.sign {
    position: relative;
    z-index: 900;
    margin-top: 0px;
    padding-top: 40px;
    background-color: #2bd0bc;
  }
  .prime-area-cta {
    margin-top: 40px;
  }
  .hero-h1 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 32px;
  }
  .hero-h1.marketplace {
    margin-top: 20vh;
    font-size: 32px;
    line-height: 36px;
  }
  .hero-content {
    margin-top: 20px;
  }
  .hero-btn-cta {
    display: inline-block;
    padding-top: 18px;
    font-size: 18px;
  }
  .nav-hero {
    display: block;
  }
  .nav-hero.w--open {
    margin-top: 10px;
    margin-right: 10px;
  }
  .header-hero {
    position: relative;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 8%, transparent);
  }
  .nav-hero-collapse {
    z-index: 200;
    margin-top: 0px;
    margin-right: 10px;
    float: left;
    color: #fff;
    font-size: 32px;
  }
  .nav-hero-collapse.w--open {
    z-index: 10;
    margin-left: 0px;
    background-color: transparent;
  }
  .nav-fixed-collapse {
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 15;
    margin-top: 2px;
    margin-right: 0px;
    padding: 16px;
    float: left;
    color: #333;
    font-size: 32px;
  }
  .nav-fixed-collapse.w--open {
    z-index: 0;
    background-color: rgba(255, 0, 0, 0);
    font-weight: 400;
  }
  .nav-fixed-collapse.menu-hero {
    color: #fff;
  }
  .offermap-content-textarea {
    font-size: 24px;
    line-height: 28px;
  }
  .offermap-p {
    margin-top: 20px;
    margin-right: 0px;
    line-height: 19px;
    text-align: center;
  }
  .offermap-h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .section-services {
    height: auto;
    min-height: auto;
    background-size: cover;
  }
  .nav-hero-link {
    display: inline-block;
    width: 70%;
    margin-left: 20px;
    padding-right: 16%;
    float: left;
    clear: none;
    font-weight: 400;
  }
  .nav-fixed {
    display: block;
    padding-bottom: 0px;
    background-color: #fff;
    opacity: 0;
  }
  .nav-fixed.solution {
    width: 100vw;
  }
  .nav-fixed-logo {
    position: static;
    z-index: 5;
    display: block;
    min-width: 70px;
    margin: 16px auto;
    float: left;
  }
  .header-fixed {
    display: block;
    height: 70px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: transparent;
    opacity: 1;
  }
  .nav-fixed-link {
    position: static;
    bottom: 0px;
    z-index: 5;
    display: block;
    width: 60%;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    float: none;
    clear: none;
    color: #fff;
    text-align: left;
  }
  .nav-fixed-link.w--current {
    z-index: 5;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
  }
  .nav-fixed-link.cta {
    position: static;
    display: block;
    float: none;
    clear: none;
  }
  .nav-fixed-link.title {
    font-weight: 300;
    text-align: left;
  }
  .nav-fixed-link.title:hover {
    color: #fff;
    text-decoration: none;
  }
  .nav-fixed-link.btn-nav {
    position: static;
    display: block;
    min-width: auto;
    margin-right: 16px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border: 2px solid #fff;
    border-radius: 2px;
    text-align: center;
  }
  .nav-fixed-link.btn-nav.w--current {
    position: static;
    display: block;
    width: 60%;
    margin-left: 0px;
    float: none;
  }
  .nav-fixed-link.btn-nav.signup {
    display: inline-block;
    min-height: auto;
    padding: 8px 16px;
    border-style: solid;
    color: #0a8ccc;
    font-weight: 700;
  }
  .nav-fixed-link.tel {
    left: 0px;
    z-index: 5;
    display: block;
    width: 60%;
    float: none;
    font-size: 14px;
  }
  .tech-tab-link {
    width: 25%;
    height: 46px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    font-size: 10px;
    line-height: 13px;
  }
  .tech-tab-link.w--current {
    padding-right: 5px;
    font-size: 10px;
    line-height: 13px;
  }
  .tech-tab-link.one-line {
    padding-top: 14px;
  }
  .tech-tab-link.one-line.w--current {
    padding-top: 14px;
  }
  .tech-h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .section-about {
    background-color: #fff;
    background-image: none;
    color: #333;
  }
  .section-about-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-about-h2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-about-h2.suppliers {
    font-size: 30px;
    line-height: 35px;
  }
  .section-about-gartner-h4 {
    margin-top: 10px;
    padding-top: 30px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .section-about-gartner-h6 {
    margin-top: 0px;
    font-size: 8px;
    text-align: left;
  }
  .section-about-numbers {
    font-size: 42px;
  }
  .section-contact {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .contact-bar {
    display: none;
    padding: 8px 20px 6px;
    text-align: center;
  }
  .contact-bar.fixed {
    font-size: 16px;
  }
  .tel-contact {
    position: static;
    margin-top: auto;
    padding-top: 0px;
    font-size: 16px;
  }
  .hero-h3 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .hero-cta {
    margin-top: 20px;
  }
  .hero-title {
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .cta-p {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
  }
  .hero-h2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .hero-h2.marketplace {
    font-size: 13px;
    line-height: 15px;
  }
  .hero-slide-mask {
    z-index: 5;
  }
  .cta-area {
    position: relative;
    bottom: 0px;
    padding-bottom: 50px;
  }
  .cta-area.cta-mobile {
    bottom: 100px;
  }
  .cta-h1 {
    display: inline;
    margin-top: 10px;
    padding: 16px 24px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
  }
  .cta-txt {
    display: block;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .area-icon {
    width: 50px;
    height: 50px;
  }
  .img-icon-cta {
    width: 30px;
  }
  .bg-navmenu {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .icon-tel-navbar {
    margin-top: -3px;
  }
  .img-marketshare {
    display: inline;
    width: 100%;
    padding-top: 30px;
    float: none;
    text-align: center;
  }
  .nav-fixed-tel {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 22px;
    margin-right: 8px;
    padding: 12px;
    float: right;
    background-image: url('../images/icon-tel-48p.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .contact-bar-fixed {
    height: 70px;
  }
  .contact-bar-fixed.solution {
    height: auto;
    font-size: 9px;
  }
  .section-contact-h1 {
    margin-bottom: 16px;
    padding-left: 0px;
    color: #0a8ccc;
    font-size: 23px;
    line-height: 32px;
  }
  .contact-chat-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .contact-area {
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .contact-buyers {
    padding-top: 0px;
    padding-left: 0px;
  }
  .contact-suppliers {
    display: none;
    width: 100%;
    padding-left: 0px;
    opacity: 0;
  }
  .contact-label {
    margin-bottom: 2px;
  }
  .contact-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
  }
  .contact-input.input-margin {
    width: 100%;
  }
  .contact-tel-area {
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-email {
    color: #0a8ccc;
  }
  .footer {
    margin-bottom: 0px;
  }
  .section-tech-complete {
    min-height: 100vh;
    background-image: none;
    background-position: 0px 0px;
  }
  .section-tech-eproc {
    height: auto;
    margin-top: 160px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section-tech-esourcing {
    height: auto;
    margin-top: 160px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section-tech-marketplace {
    height: auto;
    margin-top: 160px;
    margin-bottom: 80px;
    background-image: none;
    background-position: 0px 0px;
  }
  .tech-description {
    padding-top: 20px;
  }
  .tech-description.readytobuy {
    padding-top: 20px;
  }
  .title-tech {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cta {
    bottom: 0vh;
  }
  .about-map {
    position: relative;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 195px;
  }
  .number-h2.buyer {
    margin-top: 0px;
    font-size: 16px;
  }
  .number-h2.supplier {
    margin-top: 0px;
    font-size: 24px;
    line-height: 44px;
  }
  .number-h2.transaction {
    height: 44px;
    margin-top: 0px;
    font-size: 32px;
  }
  .numbers {
    margin-top: 5vh;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .about-number-list {
    margin-bottom: 20px;
    text-align: center;
  }
  .about-number-list.buyer {
    display: block;
    text-align: center;
  }
  .number-h4 {
    margin-top: -8px;
    font-size: 12px;
  }
  .number-h4.supplier {
    font-size: 16px;
  }
  .number-h4.transaction {
    font-size: 20px;
  }
  .number-img {
    width: 50px;
    padding-top: 20px;
  }
  .number-img.buyer {
    position: static;
    display: block;
    width: 24px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .number-img.supplier {
    display: block;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 34px;
    float: none;
  }
  .number-img.transaction {
    width: 72px;
    margin-right: 8px;
    margin-left: 0px;
    padding-top: 40px;
    float: none;
  }
  .img-bullet {
    padding: 0px;
  }
  .complete-solution-h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .readytobuy-area {
    padding-right: 24px;
  }
  .readytobuy-item {
    margin-bottom: 32px;
  }
  .readytobuy-item.text {
    margin-bottom: 32px;
    font-size: 13px;
  }
  .readytobuy-item.bullet {
    margin-right: 39px;
  }
  .icon-socialmedia {
    display: block;
    padding: 16px;
    float: none;
    text-align: center;
  }
  .icon-socialmedia.facebook {
    margin-right: 16px;
  }
  .label-contact {
    color: rgba(0, 0, 0, 0.64);
  }
  .label-contact.other-countries {
    color: rgba(0, 0, 0, 0.64);
  }
  .footer-rights {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }
  .footer-rights.white.solution {
    margin-top: 10px;
    font-size: 10px;
    line-height: 20px;
  }
  .link-block {
    margin-top: 0px;
    margin-left: 0px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-2 {
    margin-bottom: 16px;
    padding-left: 0px;
  }
  .column-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .login {
    position: absolute;
    right: 10px;
    z-index: 0;
    margin-top: 14px;
    margin-right: 10px;
    padding: 8px 12px;
    float: right;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    font-weight: 400;
  }
  .login.login-hero {
    top: 10px;
    z-index: 400;
    display: inline-block;
    margin-top: 24px;
    margin-right: 0px;
    color: #fff;
  }
  .login.login-hero.fix-nav {
    margin-top: 0px;
    font-family: Roboto, sans-serif;
    color: #333;
  }
  .btn.login {
    margin-top: 0px;
    padding-top: 7px;
    float: left;
    border-style: none;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    color: #0a8ccc;
  }
  .btn.btn-partner.gptw.mobiletextbtn {
    padding: 7px;
    font-size: 7px;
    font-weight: 700;
  }
  .nav-link-menu {
    width: 70%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Roboto, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .nav-link-menu:hover {
    color: hsla(0, 0%, 100%, 0.8);
    text-decoration: underline;
  }
  .nav-link-menu.first {
    margin-top: 60px;
  }
  .nav-link-menu.drop-down {
    margin-left: 20px;
    padding-left: 8px;
  }
  .nav-link-menu.sub {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
    float: left;
    background-color: #03a2e3;
  }
  .icon {
    position: absolute;
    z-index: 400;
    display: inline-block;
    height: 100%;
    margin-top: 0px;
    margin-left: 4px;
    padding: 8px;
    float: none;
    color: #fff;
    font-size: 32px;
  }
  .icon.menu-hero {
    margin-top: 8px;
    color: #fff;
  }
  .icon.fix-nav {
    width: 50px;
    height: 50px;
    min-height: auto;
    min-width: auto;
    margin-top: 14px;
    margin-right: 79px;
    color: #333;
  }
  .text-span {
    margin-bottom: -13px;
    font-size: 11px;
    font-weight: 300;
  }
  .nav-fixed-btn {
    position: relative;
    display: inline-block;
    width: 60%;
    margin-top: 16px;
    margin-right: 8px;
    margin-left: 0px;
    padding: 8px 16px;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #d0382b;
    text-align: center;
  }
  .about-map-area {
    width: 100%;
  }
  .drop-lang {
    position: absolute;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand {
    z-index: 0;
  }
  .login-input {
    position: static;
    width: 100%;
    float: left;
    border-color: hsla(0, 0%, 100%, 0.6);
  }
  .login-input:hover {
    border-color: #fff;
  }
  .login-form {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0px;
    display: none;
    width: 90%;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a8ccc), to(#2bd0bc));
    background-image: linear-gradient(180deg, #0a8ccc, #2bd0bc);
    opacity: 1;
  }
  .link-2 {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    float: left;
  }
  .brand-2 {
    position: fixed;
    z-index: 0;
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  .login-area {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: block;
    width: 90%;
    height: 100vh;
    margin-top: 0px;
    padding: 14px 16px 24px;
    float: right;
    background-color: #0a8ccc;
    opacity: 1;
  }
  .submit-button {
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: transparent;
  }
  .image-2 {
    width: 44px;
    margin-bottom: 20px;
    padding: 8px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .login-close {
    position: absolute;
    right: 20px;
    z-index: 200;
    width: 52px;
    margin-bottom: 40px;
    padding: 8px;
    float: right;
  }
  .link-3 {
    position: absolute;
    margin-top: 20px;
    color: #fff;
  }
  .heading {
    margin-top: 60px;
    color: #fff;
    font-size: 24px;
  }
  .image-3 {
    padding: 16px;
  }
  .heading-2 {
    display: inline-block;
    margin-top: 60px;
    font-size: 24px;
  }
  .brand-nav-fixed {
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
  }
  .brand-3 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .div-block-5 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-6 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 70px;
    padding-right: 10px;
    padding-left: 10%;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2500;
    display: none;
    width: 90%;
    height: 105vh;
    margin-top: -15px;
    padding-top: 0px;
    background-color: #0a8ccc;
    opacity: 0;
  }
  .link-block-2 {
    position: static;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .call-us {
    font-family: Roboto, sans-serif;
    font-size: 9px;
    font-weight: 300;
    text-decoration: none;
  }
  .text-block-4 {
    text-transform: uppercase;
  }
  .text-block-4.sub {
    font-size: 12px;
  }
  .form-wrapper-2 {
    position: absolute;
    z-index: 4000;
  }
  .card-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-tel-area {
    padding-right: 16px;
    padding-left: 16px;
  }
  .icon-chat {
    max-width: 24px;
    margin-right: 0px;
  }
  .column-6 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-partner-h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 24px;
  }
  .section-partner-h1.mobile-text {
    font-size: 24px;
    line-height: 24px;
  }
  .blog-footer {
    line-height: 30px;
  }
  .section-gptw {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-13 {
    position: static;
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .image-12 {
    text-align: center;
  }
  .row-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .important-text-4.mobiletext {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 15px;
  }
  .important-text-4.mobile-text {
    position: static;
    font-size: 15px;
    line-height: 0px;
    text-align: left;
  }
  .paragraph-9 {
    font-size: 10px;
  }
  .nav-hero-logo-solucoes.footer {
    width: 100%;
    max-width: 30%;
  }
  .image-13 {
    margin-left: 0px;
  }
  .heading-seta {
    font-size: 24px;
  }
  .paragraph-seta {
    font-size: 9px;
    line-height: 15px;
  }
  .section-solucao-modulo {
    height: 100vh;
    padding-top: 0px;
  }
  .section-solucao-modulo.readytobuy-cel {
    display: none;
  }
  .heading-phrase-modulo.middle {
    width: 150px;
    font-size: 14px;
    line-height: 20px;
  }
  .coluna-modulo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-intern-solution {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5vh;
    margin-right: 0px;
    margin-left: 135px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-intern-solution.mobile-off {
    opacity: 0;
  }
  .link-intern-solution.mobile-on {
    margin-top: -70px;
    opacity: 1;
  }
  .container-13 {
    height: 100vh;
  }
  .container-13.top {
    height: 100vh;
  }
  .column-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-title {
    background-position: 50% 100%, 0px 0px, 50% 50%;
    background-size: cover, auto, cover;
  }
  .header-title.sub.white {
    line-height: 36px;
  }
  .header-title.white {
    position: static;
    overflow: visible;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
  }
  .icon-search-marketplace {
    max-width: 80%;
  }
  .lbl-search-marketplace {
    font-size: 13px;
  }
  .header-solution {
    height: 100vh;
  }
  .header-solution.marketplace {
    height: 120vh;
  }
  .container-solution {
    margin-top: 9px;
  }
  .div-block-14 {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-5 {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
  }
  .button-white {
    width: 40vw;
    margin-right: 10vw;
    margin-left: 10vw;
    clear: none;
  }
  .button-white.orange {
    width: 40vw;
  }
  .button-white.orange.medium {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .button-white.orange.big {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .nav-link-complete {
    opacity: 0;
  }
  .heading-8 {
    font-size: 24px;
  }
  .dropdown {
    opacity: 0;
  }
  .section-sub {
    height: 30vh;
  }
  .container-18 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .paragraph-sub-section {
    font-size: 10px;
    line-height: 13px;
  }
  .row-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-faq.mobile {
    position: relative;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
  }
  .link-faq {
    font-size: 9px;
  }
  .heading-10.right {
    text-align: center;
  }
  .coluna-contato.center {
    border-style: none;
  }
  .row-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .paragraph-11 {
    margin-bottom: 10px;
  }
  .paragraph-11.top-margin {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }
  .heading-footer {
    font-size: 10px;
  }
  .section-5 {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .brand-4.v2 {
    padding-left: 20px;
  }
  .icon-10 {
    background-color: rgba(36, 36, 36, 0);
  }
  .row-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-25 {
    display: none;
  }
  .column-26 {
    right: 0px;
    bottom: 0px;
    height: 100%;
  }
  .slider {
    width: 100vw;
  }
  .row-11 {
    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;
  }
  .column-28 {
    display: none;
    margin-top: 0px;
  }
  .column-29 {
    height: 100%;
    padding-left: 10px;
  }
  .div-block-31 {
    width: 40%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 3 0px;
    -ms-flex: 0 3 0px;
    flex: 0 3 0px;
  }
  .div-block-31.title {
    width: 50%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-11 {
    font-size: 8px;
    line-height: 12px;
    text-align: left;
  }
  .paragraph-12 {
    font-size: 5px;
    text-align: left;
  }
  .heading-12 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: left;
  }
  .div-block-32 {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column-30 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-31 {
    display: none;
  }
  .section-solution-slide {
    height: auto;
  }
  .slider-2 {
    height: 170px;
  }
  .div-block-34 {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70%;
    height: 80vh;
    margin-top: 10px;
    border-radius: 8px;
  }
  .slide-nav-3 {
    bottom: 8px;
  }
  .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mask {
    height: 230vh;
  }
  .div-block-35.teste {
    position: relative;
    bottom: 8px;
    overflow: hidden;
    width: 70%;
    background-color: #e4e4e4;
  }
  .div-block-35.teste:hover {
    opacity: 1;
  }
  .iconseta {
    float: none;
  }
  .iconseta.direita {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .iconseta.esquerda {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
  }
  .heading-13 {
    font-size: 20px;
    line-height: 25px;
  }
  .item-beneficio {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  .unordered-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container-24 {
    margin-top: 10px;
  }
  .paragraph-14 {
    width: 150px;
    font-size: 7px;
    line-height: 10px;
  }
  .div-block-41 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-left: 22px;
  }
  .container-25 {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-42 {
    height: 170px;
    background-image: url('../images/Invoice.png');
    background-position: 50% 24px;
    background-size: 250px;
  }
  .div-block-42.order {
    background-image: url('../images/Order.png');
    background-size: 250px;
  }
  .div-block-42.request {
    height: 170px;
    background-image: url('../images/Requisition.png');
    background-position: 43px 19px;
    background-size: 250px;
  }
  .div-block-42.invoice {
    height: 170px;
    background-position: 50px 27px;
  }
  .section-7 {
    height: 90vh;
    background-color: #242424;
  }
  .div-block-43 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #0a8ccc;
  }
  .headin-card {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
  }
  .heading-14 {
    margin-top: 80px;
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-15 {
    font-size: 9px;
    line-height: 14px;
  }
  .praticas-card {
    width: 100%;
  }
  .div-block-44 {
    margin-bottom: 20px;
  }
  .unordered-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .list-item {
    font-size: 9px;
    line-height: 15px;
  }
  .image-23 {
    left: 0px;
    right: 0px;
    max-width: 100%;
    margin-top: 5px;
    box-shadow: 15px 8px 26px -1px hsla(0, 0%, 57.3%, 0.3);
  }
  .div-linha {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-32 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .heading-15 {
    font-size: 17px;
    line-height: 18px;
    text-align: center;
  }
  .heading-16 {
    font-size: 30px;
    text-align: center;
  }
  .paragraph-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
  }
  .column-34 {
    text-align: center;
  }
  .heading-17 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
  }
  .paragraph-17 {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }
  .div-block-45 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-45.big {
    width: 100%;
  }
  .div-block-46 {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    border-width: 2px;
  }
  .image-24 {
    max-width: 60%;
  }
  .div-block-47 {
    display: block;
    width: 50%;
    height: 100%;
    margin: 0px auto auto;
    float: right;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: rgba(75, 76, 77, 0.92);
  }
  .div-block-48 {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    float: left;
    border-radius: 100px;
    background-color: rgba(75, 76, 77, 0.92);
  }
  .right-arrow-2 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 70px;
  }
  .left-arrow-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 70px;
  }
  .left-arrow-2.right {
    overflow: visible;
    height: 40px;
  }
  .heading-18 {
    font-size: 22px;
  }
  .div-block-51 {
    width: 100%;
    height: auto;
  }
  .paragraph-18 {
    font-size: 13px;
    line-height: 15px;
  }
  .tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
  }
  .tab-link.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-link.small {
    font-size: 9px;
  }
  .tab-menu-side {
    width: 40px;
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-link-side {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 7px;
  }
  .tab-link-side.w--current {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-19 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 13px;
  }
  .heading-19 {
    margin-top: 0px;
    font-size: 15px;
    line-height: 23px;
  }
  .link-9 {
    font-size: 20px;
    line-height: 25px;
  }
  .menu-solutions-mobile {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 50px;
    background-color: #03a2e3;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.39);
    opacity: 0;
  }
  .image-26 {
    display: block;
    width: 25px;
    max-width: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tab-link-mobile {
    position: relative;
    bottom: 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 8%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 10px;
  }
  .tab-link-mobile.w--current {
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
  }
  .div-block-58 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 92px;
    padding-top: 150px;
    padding-bottom: 126px;
    padding-left: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 3px solid #fff;
    background-image: linear-gradient(127deg, rgba(10, 140, 204, 0.42), #0a8ccc 46%);
    opacity: 0;
    -webkit-transform: translate3d(100px, 0px, 1px);
    transform: translate3d(100px, 0px, 1px);
  }
  .div-block-59 {
    height: 45vh;
  }
  .div-block-59.order {
    background-size: auto, 300px;
  }
  .div-block-59.invoice {
    background-size: auto, 300px;
  }
  .div-block-59.pay {
    background-size: auto, 300px;
  }
  .div-block-59.plan {
    height: 45vh;
    background-size: auto, 300px;
  }
  .div-block-59.materials {
    background-size: auto, 300px;
  }
  .div-block-59.suppliers {
    background-size: auto, 300px;
  }
  .div-block-59.source {
    background-size: auto, 300px;
  }
  .div-block-59.auction {
    background-size: auto, 300px;
  }
  .div-block-59.clm {
    background-size: auto, 300px;
  }
  .icon-12 {
    padding-right: 84px;
  }
  .dropdown-list-5 {
    background-color: #03a2e3;
  }
  .btn-saibamais {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .paragraph-20 {
    font-size: 10px;
    line-height: 15px;
  }
  .row-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .row-16.opposite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-27 {
    left: 0px;
    display: block;
    max-width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 3px 3px 13px -3px rgba(0, 0, 0, 0.29);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-27.right {
    left: 0px;
    max-width: 100%;
    margin-top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-27.recorte {
    display: none;
  }
  .column-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-38 {
    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;
  }
  .div-block-65 {
    margin-top: 59px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a8ccc), to(#2bd0bc));
    background-image: linear-gradient(180deg, #0a8ccc, #2bd0bc);
  }
  .div-block-66 {
    position: static;
    height: 100%;
  }
  .div-block-67 {
    top: 11px;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .div-block-67:hover {
    -webkit-transform: translate3d(0px, 0px, 2px) scale(1.06);
    transform: translate3d(0px, 0px, 2px) scale(1.06);
  }
  .div-block-68 {
    height: 60px;
  }
  .div-block-68.market1 {
    height: 60px;
  }
  .div-block-68.proc1 {
    height: 60px;
  }
  .div-block-68.proc2 {
    height: 60px;
  }
  .div-block-68.proc3 {
    height: 60px;
  }
  .heading-22 {
    margin-top: 10px;
    margin-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 13px;
    line-height: 15px;
  }
  .button-2 {
    position: static;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 2px;
    padding: 12px 8px 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 13px;
    line-height: 7px;
  }
  .row-17 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-17.top-padding {
    padding-top: 0px;
  }
  .paragraph-21 {
    font-size: 13px;
    line-height: 17px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 5em;
    column-gap: 5em;
    -webkit-column-rule: 1px none #fff;
    column-rule: 1px none #fff;
  }
  .column-40 {
    display: none;
  }
  .column-41 {
    display: none;
  }
  .column-42 {
    display: none;
  }
  .button-3 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 24px;
  }
  .right-arrow-3 {
    background-image: none;
  }
  .right-arrow-3.reverse {
    background-image: none;
  }
  .slider-3 {
    height: 300px;
  }
  .square {
    width: 72%;
    height: 320px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.48);
  }
  .square.image {
    width: 72%;
  }
  .heading-square {
    font-size: 15px;
    line-height: 23px;
  }
  .slide-nav-5 {
    position: relative;
    margin-bottom: 1px;
  }
  .paragraph-22 {
    font-size: 13px;
    line-height: 18px;
  }
  .div-block-71 {
    width: 220px;
    height: 150px;
  }
  .div-block-71.big {
    width: 60vw;
  }
  .div-block-72 {
    height: 150px;
  }
  .image-29 {
    left: -27px;
    width: 130%;
  }
  .heading-23 {
    left: 0px;
    top: 12px;
    right: 0px;
    bottom: auto;
    background-color: rgba(51, 51, 51, 0.64);
    opacity: 1;
    line-height: 20px;
  }
  .div-block-74.black {
    width: 60vw;
    height: 210px;
  }
  .div-block-74.black.blue.center {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heading-24 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .paragraph-23 {
    display: none;
    margin-bottom: 5px;
    font-size: 9px;
    line-height: 13px;
  }
  .paragraph-23.mobile {
    display: block;
  }
  .paragraph-23.sub._2 {
    display: block;
    margin-bottom: 52px;
    font-size: 18px;
    line-height: 22px;
  }
  .button-5 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -37px;
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    background-color: #dea92d;
    color: #fff;
    font-size: 13px;
    text-align: center;
  }
  .button-5.white {
    border-right-width: 2px;
    border-left-width: 2px;
    background-color: #fff;
    color: #03a2e3;
  }
  .button-5.orange {
    margin-top: 0px;
  }
  .button-5.orange.event {
    left: 0px;
    right: 0px;
    bottom: 11px;
    margin-bottom: 0px;
  }
  .column-44 {
    height: 100%;
  }
  .area-search-marketplace {
    margin-top: -32px;
  }
  .btn-cta {
    width: 60%;
  }
  .column-header-slide {
    margin-top: 20vh;
  }
  .slide-6 {
    z-index: 0;
  }
  .column-49.left {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-49.right {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-50 {
    height: 90%;
  }
  .client {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-11 {
    overflow: hidden;
    height: 100vh;
  }
  .row-28 {
    padding-top: 40px;
  }
  .menu-evento {
    font-size: 15px;
  }
  .div-block-81 {
    margin-top: 30px;
  }
  .link-block-9 {
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-13 {
    overflow: hidden;
  }
  .section-14 {
    overflow: hidden;
  }
  .div-block-86 {
    left: 0px;
    top: 40%;
    right: 0px;
    bottom: 40%;
    display: none;
  }
  .body-16 {
    height: 100vh;
  }
  .number-countdown.palavra {
    font-size: 9px;
  }
  .row-37 {
    width: 200px;
    height: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .subscribe {
    width: 120px;
    font-size: 13px;
  }
  .div-block-89 {
    width: 100%;
    height: 83px;
  }
  .image-37 {
    width: 250px;
  }
  .support-text {
    padding-top: 4px;
    padding-left: 8px;
  }
  .heading-event {
    width: 70%;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .btn-header {
    margin-left: 0px;
  }
  .div-block-98 {
    overflow: hidden;
  }
  .text-block-18 {
    font-size: 9px;
  }
  .text-block-18.duas-linhas {
    line-height: 18px;
  }
  .paragraph-34 {
    font-size: 13px;
  }
  .column-68 {
    padding-left: 0px;
  }
  .container-38 {
    padding-top: 0px;
  }
  .heading-36 {
    padding-top: 32px;
  }
  .image-40 {
    padding-top: 5px;
  }
  .brand-5 {
    width: 70%;
  }
  .row-40 {
    width: 200px;
    height: 50%;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-72 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-37 {
    font-size: 60px;
  }
  .section-28 {
    height: auto;
  }
  .heading-39 {
    font-size: 30px;
    line-height: 40px;
  }
  .row-41 {
    width: 90%;
  }
  .div-block-106 {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-74 {
    margin-top: 10px;
  }
  .heading-41 {
    font-size: 22px;
  }
  .div-block-108 {
    position: static;
    width: 70%;
  }
  .bold-text-3 {
    display: block;
    line-height: 30px;
  }
  .div-block-109 {
    height: 800px;
  }
  .column-77 {
    font-size: 10px;
    line-height: 15px;
  }
  .column-78 {
    padding-left: 10px;
    font-size: 16px;
  }
  .heading-43 {
    font-size: 30px;
    line-height: 35px;
  }
  .paragraph-36 {
    font-size: 13px;
    line-height: 20px;
  }
  .image-42 {
    max-width: 70%;
  }
  .paragraph-38 {
    font-size: 13px;
    line-height: 18px;
  }
  .image-43 {
    width: 10px;
    height: 10px;
  }
  .container-44 {
    overflow: scroll;
  }
  .heading-50 {
    margin-top: 6px;
  }
  .div-block-119 {
    margin-top: 5px;
  }
  .div-block-120 {
    top: -10px;
    height: 100%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block-11 {
    display: block;
    width: 90%;
    height: 20px;
  }
  .paragraph-40 {
    margin-top: 10px;
  }
  .div-block-121 {
    width: 100%;
  }
  .heading-51 {
    font-size: 35px;
    line-height: 40px;
  }
  .div-block-124 {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .div-block-124:hover {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .column-85 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-block-22 {
    font-size: 40px;
    line-height: 50px;
  }
  .columns-2 {
    padding-left: 0px;
  }
  .bold-text-5 {
    width: 200px;
  }
  .div-block-126 {
    height: 500px;
  }
  .div-block-126._2 {
    height: 400px;
  }
  .text-block-23 {
    width: auto;
    min-width: 150px;
  }
  .text-block-24 {
    width: auto;
    min-width: 150px;
  }
  .heading-52 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-127 {
    width: 30px;
    margin-right: 5px;
  }
  .text-block-25.sub {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-53 {
    font-size: 13px;
    line-height: 15px;
  }
  .column-91 {
    height: 30%;
    border-bottom: 2px solid #03a2e3;
    border-right-style: none;
  }
  .column-92 {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-45 {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .html-embed-8 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .bold-text-7 {
    display: inline;
    font-size: 20px;
    line-height: 25px;
  }
  .div-block-135 {
    height: 20px;
  }
  .paragraph-46 {
    display: none;
  }
  .container-51 {
    height: auto;
  }
  .heading-59 {
    font-size: 25px;
    line-height: 30px;
  }
  .heading-59.center-mobile {
    text-align: center;
  }
  .image-52 {
    right: 70px;
  }
  .paragraph-47 {
    font-size: 18px;
    line-height: 22px;
  }
  .btn-planos {
    font-size: 16px;
    line-height: 22px;
  }
  .btn-planos.out {
    margin-left: 10px;
  }
  .highlight-text {
    font-size: 22px;
    line-height: 28px;
  }
  .section-about-supplier {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .image-53 {
    position: relative;
    left: 50px;
    -webkit-transform: translate(-120px, 0px) scale(2);
    -ms-transform: translate(-120px, 0px) scale(2);
    transform: translate(-120px, 0px) scale(2);
  }
  .paragraph-48 {
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph-48._2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-60.blue {
    padding-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .section-43 {
    padding-left: 10px;
  }
  .list-2 {
    padding-left: 15px;
  }
  .texto-beneficios {
    margin-left: -90px;
    font-size: 20px;
    line-height: 25px;
  }
  .imagem-beneficio {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .columns-12 {
    height: 100%;
    margin-top: 30px;
  }
  .columns-12.no-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .column-97 {
    padding-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .section-44 {
    padding-bottom: 50px;
  }
  .column-98 {
    height: auto;
    margin-top: 20px;
  }
  .columns-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-13._1 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-99 {
    display: none;
  }
  .columns-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-54 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-navegue {
    font-size: 15px;
    line-height: 20px;
  }
}
