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

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

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

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

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

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

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

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

body {
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 16px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  width: 100%;
  margin-bottom: 10px;
}

.nn-container {
  position: relative;
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 200;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
}

.navbar._2 {
  position: fixed;
}

.hero-section {
  padding-top: 94px;
  padding-bottom: 40px;
}

.nn-hero-heading {
  margin-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.nn-hero-content {
  max-width: 370px;
}

.nn-button {
  padding: 20px 40px;
  border-radius: 500px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.nn-button:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.nn-button.w--current {
  color: #333745;
}

.nn-button.w--current:hover {
  color: #fff;
}

.nn-button.nav {
  margin-left: 10px;
  padding: 18px 27px;
  background-color: #eb9346;
  color: #333745;
  font-size: 14px;
}

.nn-button.nav:hover {
  color: #fff;
}

.nn-button.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.nn-hero-p {
  max-width: 370px;
  margin-bottom: 43px;
  padding-right: 0px;
  color: #fff;
  letter-spacing: -0.2px;
}

.nn-hero-heading-span {
  color: #07abc1;
}

.nn-why-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 55px;
}

.nn-why-content {
  height: 200%;
  max-width: 370px;
  margin-right: 112px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nn-why-heading {
  margin-top: 22px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.nn-why-p {
  margin-bottom: 44px;
  padding-right: 0px;
  letter-spacing: -0.2px;
}

.nn-why-span {
  color: #07abc1;
}

.nn-why-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nn-why-wrapper-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nn-why-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nn-feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 49px 33px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #074aa0;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 19.2px;
  font-weight: 600;
  text-align: center;
}

.nn-feature-block:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.nn-feature-block.last {
  margin-right: 0px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.nn-why-feature-text {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.nn-what-section {
  padding-top: 79px;
  padding-bottom: 64px;
}

.nn-what-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nn-what-wrapper.reverse {
  padding-right: 94px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nn-what-heading {
  margin-bottom: 24px;
  padding-right: 35px;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.nn-what-heading._2 {
  padding-right: 0px;
}

.nn-what-p {
  margin-bottom: 44px;
  padding-right: 0px;
  letter-spacing: -0.2px;
}

.nn-what-content {
  position: relative;
  z-index: 2;
  max-width: 370px;
}

.nn-cta-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 108px 90px;
  -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;
  border-radius: 40px;
  background-color: #074aa0;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  background-clip: border-box;
}

.nn-cta-section {
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 0px;
}

.nn-cta-heading {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.nn-cta-text {
  max-width: 450px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 26px;
  line-height: 27.59px;
}

.nn-cta-form {
  display: none;
  width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nn-cta-form-field {
  margin-bottom: 52px;
  padding: 24px 0px;
  border-radius: 200px;
  color: #074aa0;
}

.nn-cta-form-field:focus {
  color: #074aa0;
  font-weight: 700;
  text-align: center;
}

.nn-cta-form-field::-webkit-input-placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nn-cta-form-field:-ms-input-placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nn-cta-form-field::-ms-input-placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nn-cta-form-field::placeholder {
  color: #333745;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.nn-cta-heading-span {
  color: #eb9346;
}

.nn-rnp-section {
  position: relative;
  z-index: -1;
  display: none;
  margin-top: -100px;
  padding-top: 210px;
  padding-bottom: 100px;
  background-color: #dde5e9;
  background-image: url('../images/NasNuvens_site_tablet.png');
  background-position: 50vw 100%;
  background-size: 550px;
  background-repeat: no-repeat;
}

.nn-rnp-contentt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  margin-left: 94px;
  -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;
}

.nn-rnp-heading {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 38px;
  letter-spacing: -0.2px;
}

.nn-rnp-heading-span {
  color: #074aa0;
}

.nn-footer-section {
  margin-top: 64px;
  margin-bottom: 64px;
}

.nav-menu {
  padding-right: 147px;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.nav-link:hover {
  color: #eb9346;
}

.nav-link.w--current {
  color: #eb9346;
}

.nn-what-heading-span {
  color: #fff;
}

.logo-nav-img {
  width: 167px;
  max-width: 100%;
}

.brand {
  display: block;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand.w--current {
  position: static;
  display: block;
}

.brand.moodle_top {
  display: block;
}

.nav-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  padding-top: 49px;
  background-image: url('../images/bg_2_add.svg'), url('../images/5f735dbdc11969487846f1b6_bg_principal-1.png');
  background-position: 50% 1451px, 50% 0%;
  background-size: 3011px, 3140px;
  background-repeat: no-repeat, no-repeat;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-wrapper._2 {
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-right: 0px;
  padding-bottom: 32px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(51, 55, 69, 0.7) rgba(51, 55, 69, 0.7) rgba(51, 55, 69, 0.14);
}

.nn-what-img {
  position: absolute;
  left: 22%;
  top: 5%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 555px;
  -webkit-filter: brightness(101%);
  filter: brightness(101%);
}

.img-footer {
  width: 610px;
}

.img-footer._2 {
  width: 380px;
  padding-bottom: 12px;
}

.footer-block {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nn-what-img-w {
  display: none;
}

.nn-why-img-wrapper {
  position: relative;
  z-index: 1;
  width: 850px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nn-why-img-icon {
  position: absolute;
  left: auto;
  top: 185px;
  right: 14%;
  bottom: 0%;
  z-index: -1;
  width: 108px;
}

.nn-why-img-icon._2 {
  top: 228px;
  right: 7%;
  width: 160px;
}

.nn-why-img-icon._3 {
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 130px;
}

.nn-why-img-icon._4 {
  left: 49%;
  top: auto;
  right: 0%;
  bottom: -3%;
  width: 90px;
}

.nn-why-img-icon._5 {
  left: 34%;
  top: auto;
  right: 0%;
  bottom: -8%;
  z-index: -1;
  width: 80px;
}

.nn-why-img-icon._6 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -1%;
  width: 140px;
}

.nn-why-img-icon._7 {
  left: 2%;
  top: auto;
  right: auto;
  bottom: 25%;
  width: 150px;
}

.nn-why-img-icon._8 {
  left: 11%;
  top: auto;
  right: auto;
  bottom: 40%;
  width: 64px;
}

.nn-why-img-laptop {
  display: inline-block;
}

.nn-feature-section {
  overflow: visible;
  padding-top: 64px;
}

.hero-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 100vh;
}

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

.html-embed {
  height: 400px;
  border-radius: 5px;
}

.footer-links {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link {
  margin-right: 16px;
  color: rgba(51, 55, 69, 0.68);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.link:hover {
  color: #333745;
}

.text-block {
  margin-right: 16px;
  color: rgba(51, 55, 69, 0.68);
  font-size: 14px;
}

.section {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.menu {
  position: relative;
  z-index: 1;
  margin-top: -174px;
  padding-top: 2em;
  padding-bottom: 1em;
}

.section.aplica-o {
  position: relative;
  overflow: visible;
  margin-bottom: -80px;
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.consultoria {
  position: relative;
  padding-top: 13.1em;
  padding-bottom: 13.1em;
}

.section.ebook {
  padding-top: 10em;
  padding-bottom: 6em;
}

.section.ebook.poduct {
  padding-top: 0em;
  padding-bottom: 6.5em;
}

.section.ebook.home {
  padding-bottom: 12em;
}

.section.blog {
  position: relative;
}

.section.hero {
  height: 770px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/Mask-Group-11.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.sobre {
  z-index: 0;
}

.section.is--footer {
  position: relative;
  display: block;
}

.section.is--footer.blue_block {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  background-color: #074aa0;
}

.section.produto {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: -113px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/produto_bg.svg');
  background-position: 50% 97%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.compute {
  position: relative;
  padding-top: 13.3em;
  padding-bottom: 20.7em;
}

.section.blog {
  height: 840px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/top_Blog_BG.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.blog_list {
  top: auto;
  z-index: 50;
  margin-top: -175px;
}

.section.blog_article {
  top: auto;
  z-index: 50;
  margin-top: -545px;
}

.section.compute {
  height: 835px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/top_Compute_bg.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.compute_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12em;
  padding-bottom: 12em;
  -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;
}

.section.compute_wrapper {
  padding-top: 5em;
}

.section.principais_vantagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8em;
  padding-bottom: 15em;
  -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;
}

.section.hero-futuro {
  height: 770px;
  margin-top: -211px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/ofuturo.png');
  background-position: 50% 0%;
  background-size: 1460px;
  background-repeat: no-repeat;
}

.section.blog-3 {
  display: none;
}

.section.produto-sol {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: -161px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/produto_bg.svg');
  background-position: 50% 97%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.cases-blog {
  margin-top: -280px;
}

.section.nuvem {
  padding-bottom: 0em;
}

.section.nuvem-hero {
  height: 835px;
  margin-top: -119px;
  padding-top: 18.2em;
  padding-bottom: 0em;
  background-image: url('../images/Mask-Group-11.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.nuvem-hero.consultoria {
  background-image: url('../images/header_consultoria_nasNuvens.png');
}

.section.produtos {
  z-index: 1;
  margin-top: -73px;
}

.section.solucoes {
  z-index: 1;
  margin-top: -72px;
  padding-bottom: 1em;
}

.section.aplicacoes {
  margin-top: -95px;
}

.section.moodle01 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---01.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.moodle02 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---02.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.moodle03 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---03.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.moodle04 {
  height: 924px;
  margin-top: 0px;
  padding-top: 24em;
  padding-bottom: 0em;
  background-image: url('../images/slider-Moodle---04.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.section.moodle_wrapper {
  padding-top: 2em;
}

.section.principais_vantagens_moodle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-bottom: 1em;
  -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;
}

.section.conferencia {
  height: auto;
  margin-top: -119px;
  padding-top: 13.6em;
  padding-bottom: 5em;
  background-image: url('../images/bg_top.svg');
  background-position: 50% 0%;
  background-size: 3600px;
  background-repeat: no-repeat;
}

.section.conf_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: url('../images/bg_conheca.jpg');
  background-position: 80% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.conf_como_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.conf_diferenciais_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #f0f2f4;
}

.section.conf_parte_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: #074aa0;
}

.section.conf_facil_wrapper {
  padding-top: 8em;
  padding-bottom: 8em;
  background-color: transparent;
}

.section.conf_facil_menu_wrapper {
  padding-top: 4em;
  padding-bottom: 0.5em;
  background-color: #f0f2f4;
}

.container {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1140px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -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.grid_ofertas {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.container.facil {
  border: 1px none #000;
}

.container.conferenciaweb {
  max-width: 1200px;
  padding-right: 0em;
  padding-left: 0em;
}

.slider {
  height: 700px;
  margin-top: -114px;
  background-color: transparent;
}

.slider.blog {
  height: 850px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  z-index: 10;
  width: 100%;
  height: 700px;
  background-color: transparent;
  background-image: url('../images/slider_moodle_campanha.png');
  background-position: 50% -10%;
  background-size: 1840px;
  background-repeat: no-repeat;
}

.slide.slide2 {
  background-image: url('../images/slider_consultoria_nasNuvens.png');
}

.slide.slide3 {
  background-image: url('../images/slider_case_Sisu_NasNuvens.png');
}

.mask {
  height: 700px;
}

.mask.blog {
  height: 850px;
}

.slider-2 {
  height: 790px;
  margin-top: -106px;
  padding-top: 0px;
  background-color: transparent;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-wrapper.blog {
  padding-top: 15.2em;
  background-image: url('../images/mask_blog_slider.svg'), linear-gradient(135deg, rgba(51, 55, 69, 0.86), rgba(7, 74, 160, 0.25));
  background-position: 50% 0%, 0px 0px;
  background-size: auto, auto;
}

.slider__nav {
  top: 358px;
  font-size: 0.6em;
}

.slider__nav.blog {
  top: 232px;
  max-width: 1140px;
  margin-top: 380.5px;
  padding-left: 30px;
  text-align: left;
}

.slider__nav.blog.interna {
  display: none;
}

.slider__nav.cases {
  top: 232px;
  max-width: 1140px;
  margin-top: 380.5px;
  padding-left: 30px;
  text-align: left;
}

.slider__nav.cases.interna {
  display: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 36px;
  letter-spacing: -0.2px;
}

.heading.blog {
  width: 100%;
}

.heading.nuvem {
  max-width: 250px;
}

.heading.moodle {
  color: #034ea1;
  font-size: 40px;
  line-height: 40px;
}

.heading.moodle.white {
  color: #fff;
}

.heading.conferencia {
  color: #074aa0;
  line-height: 38px;
}

.heading.conferencia.como {
  margin-bottom: 0.3em;
  font-size: 32px;
  line-height: 34px;
}

.heading.conferencia.facil {
  margin-bottom: 1em;
  color: #333745;
  font-size: 32px;
  line-height: 34px;
}

.heading.conferencia.conheca {
  margin-bottom: 0.3em;
  font-size: 36px;
  line-height: 36px;
}

.heading.conferencia.small {
  color: #eb9346;
  font-size: 24px;
  line-height: 22px;
}

.heading.conferencia.small.is--dark {
  color: #333745;
}

.heading.parte {
  font-size: 32px;
  line-height: 32px;
}

.slider__p {
  max-width: 334px;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.button {
  padding: 1.2em 2.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 500px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.button:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button.w--current {
  color: #333745;
}

.button.w--current:hover {
  color: #fff;
}

.button.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.button.nav:hover {
  color: #fff;
}

.button.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.button.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.button.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.button.is--dark-blue.auto-margin {
  margin-top: auto;
}

.button.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.button.is--green.auto-margin {
  margin-top: auto;
}

.button.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.button.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.button.small.auto-margin {
  margin-top: 0px;
}

.button.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.button.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.button.p_cta {
  margin-top: 30px;
}

.button.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.button.green {
  background-color: #80af41;
}

.button.green:hover {
  background-color: #07abc1;
}

.slider__content {
  max-width: 400px;
}

.is--blue {
  color: #07abc1;
}

.nav {
  padding-top: 2em;
  padding-bottom: 1em;
  background-color: transparent;
}

.nav.moodle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding-top: 3em;
}

.nav.conferencia {
  z-index: 50;
}

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

.nav__logo {
  max-width: 153px;
}

.nav__link {
  padding: 13px 15px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.nav__link:hover {
  color: #eb9346;
}

.nav__link.w--current {
  color: #eb9346;
}

.nav__link.is-blue {
  padding: 13px 19px 13px 25px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #074aa0;
  text-align: center;
}

.nav__link.is--green {
  margin-left: 20px;
  padding: 13px 25px 13px 19px;
  border-radius: 200px;
  background-color: #80af41;
  text-align: center;
}

.nav__link.is--green:hover {
  color: #333745;
}

.nav__link.mobile {
  display: none;
}

.nav__link.moodle_bt1 {
  padding: 1.5em 1.5em 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav__link.moodle_bt1:hover {
  background-color: #07abc1;
  color: #fff;
}

.nav__link.moodle_bt2 {
  padding: 1.5em 3em 1.5em 1.5em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav__link.moodle_bt2:hover {
  background-color: #07abc1;
  color: #fff;
}

.nav__link.moodle_bt3 {
  padding: 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px 90px 90px 0px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
}

.nav__link.moodle_bt3:hover {
  background-color: #07abc1;
  color: #fff;
}

.nav__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__link-app {
  width: 50px;
  height: 50px;
  margin-left: 12px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.nav__link-app:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 740px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 32px;
  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-width: 1px;
  border-color: #000;
  border-radius: 500px;
  box-shadow: 23px 23px 84px 0 rgba(0, 0, 0, 0.22);
  background-clip: border-box;
}

.search__drop {
  position: relative;
  display: none;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-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-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #fff;
  color: #eb9346;
  font-size: 13px;
  line-height: 16px;
}

.search__drop.w--open {
  position: relative;
}

.dropdown {
  position: relative;
  color: #eb9346;
  font-weight: 600;
}

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

.search-button {
  display: none;
}

.search__separator {
  width: 1px;
  height: 32px;
  background-color: #e2e4e8;
  color: #e2e4e8;
}

.search__separator.hide {
  display: none;
}

.search__button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 8%;
  height: 60px;
  padding: 0px;
  background-color: #333745;
  background-image: url('../images/search_nn.svg');
  background-position: 40% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.search__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -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-width: 1px;
  border-color: #000;
}

.search-input {
  height: 80px;
  margin-bottom: 0px;
  margin-left: -15px;
  padding: 0px 24px 0px 39px;
  background-color: #fff;
}

.search-input::-webkit-input-placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.search-input:-ms-input-placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.search-input::-ms-input-placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.search-input::placeholder {
  color: #8c97ac;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.search__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 60px;
  margin-right: -2px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 0px;
  background-color: #074aa0;
}

.search__icon.hide {
  display: none;
  border-radius: 11px;
}

.service-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
}

.service-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  background-color: #074aa0;
  text-decoration: none;
}

.service-menu__link.is--blue {
  background-color: #316587;
  color: #333745;
}

.service-menu__link.is--blue:hover {
  background-color: #284b6e;
}

.service-menu__link.is--blue2 {
  background-color: #36b1bb;
}

.service-menu__link.is--blue2:hover {
  background-color: #2c9199;
}

.service-menu__link.is--green {
  background-color: #eb9346;
}

.service-menu__link.is--green:hover {
  background-color: #a2622b;
}

.service-menu__link.is--yellow {
  background-color: #80af41;
}

.service-menu__link.is--yellow:hover {
  background-color: #5b7e2c;
}

.service-menu__link.is--rounded {
  padding-right: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-menu__link.is--rounded:hover {
  background-color: #063b7f;
}

.service-menu__link-txt {
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-menu__link-img {
  margin-right: 8px;
}

._4-collumns {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-collumns.bottom-margin {
  margin-bottom: 48px;
}

._4-collumns.bottom-margin.blog {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-left: 32px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  text-decoration: none;
}

.card__wrapper.blog {
  padding-bottom: 32px;
}

.card__content-hd {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #316587;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.card__content-hd.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.card__content-hd.is--big.is--bigwhite {
  color: #fff;
  text-transform: none;
}

.card__content-hd.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.card__content-hd.is--big.left.white-span {
  margin-bottom: 0px;
  color: #fff;
}

.card__content-hd.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.card__content-hd.is--green {
  margin-bottom: 0px;
  color: #80af41;
}

.card__content-hd.is--green.card {
  margin-bottom: 0px;
}

.card__content-hd.is--green.card-n {
  margin-bottom: 0px;
}

.card__content-hd.is--light-blue {
  color: #07abc1;
}

.card__content-hd.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.card__content-hd.is--dark_grey {
  color: #333745;
  font-size: 16px;
  line-height: 15px;
  text-transform: none;
}

.card__content-icon {
  width: 29px;
  margin-bottom: 10px;
}

.card__content-p {
  padding-right: 10px;
  color: #7c8087;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.card__content-p.is--white {
  margin-bottom: 20px;
  padding: 10px 10px 10px 0px;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
}

.card__content-p.is--white.categoria {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.card__content-p.is--white.compartilhe {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #ed2f5a;
  font-size: 11px;
  text-align: center;
}

.card__content-p.is--white.blog {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 0px;
}

.card__content-p.is--white.small {
  margin-bottom: 0px;
}

.card__content-p.is--white.blog_destaques {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card__content-p.is--white.no_space {
  margin-bottom: 0px;
}

.card__content-p.is--white.mobile {
  font-weight: 400;
}

.card__content-p.is--white.left {
  border-radius: 0px;
}

.card__content-p.is--white.cases-destaques {
  margin-bottom: 0px;
  border-radius: 0px;
  color: #07abc1;
  text-transform: uppercase;
}

.card__content-p.is--white.label {
  margin-bottom: 0px;
  padding-left: 0px;
}

.card__content-p.is-consultoria {
  color: #fff;
}

.card__content-p.bottom-margin {
  margin-bottom: 16px;
}

.card {
  overflow: hidden;
  border-top-right-radius: 38px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.card.is--dark-blue {
  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;
  border-radius: 15px;
  background-color: #173f8c;
  box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.16);
}

.card.is--white {
  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;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.card.collection_first {
  margin-right: 15px;
  -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;
}

.card__img {
  width: 100%;
  height: 140px;
  padding-top: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__hd {
  margin-top: 24px;
  padding-right: 0px;
  padding-left: 0px;
  color: #333745;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.card__hd.is--white {
  color: #fff;
  text-transform: none;
}

.card__hd.case {
  margin-top: 0px;
}

.card__hd.vantagens {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.card__p {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: museo-slab, sans-serif;
  color: #7c8087;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.card__p.is--white {
  color: #fff;
}

.card__p.is--white.bottom-p {
  margin-bottom: 16px;
}

.card__p.is--case {
  margin-bottom: 16px;
}

.hidden {
  display: none;
}

.bg__img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 1370px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(300px, 114px);
  -ms-transform: translate(300px, 114px);
  transform: translate(300px, 114px);
  -o-object-fit: fill;
  object-fit: fill;
}

.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 163px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-right.compute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 88px;
  padding-left: 220px;
  -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;
}

.align-right.compute_interna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 350px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 76px;
  padding-left: 76px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #333745;
}

.cta.is--blue {
  padding-right: 70px;
  padding-left: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #07abc1;
}

.cta.is--green {
  padding-right: 70px;
  padding-left: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #80af41;
}

.cta__content {
  width: 322px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta__content.p {
  width: 146px;
  margin-right: 6px;
  margin-left: auto;
}

.cta__content.p-blue {
  max-width: 242px;
  margin-right: 16px;
  margin-left: 0px;
}

.cta__content.is--blue {
  width: 280px;
}

.cta__txt {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.cta__txt.is--blue {
  color: #333745;
}

.cta__hd {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  text-transform: uppercase;
}

.cta__hd-span {
  color: #07abc1;
}

.cta__img {
  position: absolute;
  z-index: -1;
  margin-top: -25px;
  -webkit-transform: translate(46%, 0%);
  -ms-transform: translate(46%, 0%);
  transform: translate(46%, 0%);
}

.cta__img.is--sec {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 240px;
  margin-top: -53px;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.news.top-48 {
  margin-top: 48px;
  grid-auto-flow: column;
  -ms-grid-columns: 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr;
}

.card__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__content.is--consultoria {
  max-width: 270px;
}

.card__content.is--compute {
  position: static;
  left: 300px;
  max-width: 270px;
}

.card__content.home {
  text-align: left;
}

.card__content.is--compute-logo {
  position: static;
  left: 300px;
  max-width: 360px;
  margin-top: 0px;
}

.news__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news__form.small {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__content {
  max-width: 500px;
}

.news__content.home {
  padding-left: 20px;
}

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

.news__form-field {
  height: 54px;
  margin-bottom: 0px;
  padding-left: 58px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-image: url('../images/email-84.svg');
  background-position: 20px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.news__form-field::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.news__form-field:-ms-input-placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.news__form-field::-ms-input-placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.news__form-field::placeholder {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
}

.news__form-field.small {
  height: 43px;
  margin-top: 10px;
  padding-left: 43px;
  border-radius: 500px;
  background-position: 16px 50%;
  background-size: 17px;
}

.news__form-block {
  display: block;
  height: 54px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  height: 54px;
  padding-right: 24px;
  padding-left: 24px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  background-color: #80af41;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 12px;
  line-height: 15px;
}

.submit-button:hover {
  background-color: #eb9346;
}

.submit-button.small {
  height: auto;
  margin-top: 20px;
  border-radius: 20px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.footer__company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  padding-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(200, 213, 219, 0.25);
}

.footer__company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  -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;
}

.footer__company-img {
  -o-object-fit: none;
  object-fit: none;
}

.footer__company-txt {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.footer__links {
  display: -ms-grid;
  display: grid;
  padding: 54px 86px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer__links-hd {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #034ea1;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

.footer__links-hd.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.footer__links-hd.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.footer__links-hd.is--green {
  color: #80af41;
}

.footer__links-hd.is--light-blue {
  color: #07abc1;
}

.footer__links-hd.is--blue {
  margin-bottom: 0px;
  color: #07abc1;
}

.footer__div {
  width: 60px;
  height: 1px;
  background-color: #07abc1;
}

.footer__links-p {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #7c8087;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.footer__links-p.is--white {
  margin-top: 0px;
  color: #fff;
}

.footer__capes {
  display: -ms-grid;
  display: grid;
  padding: 48px 85px 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2.75fr 1fr;
  grid-template-columns: 1fr 2.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #333745;
}

.footer__capes-img {
  height: 30px;
}

.footer_capes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__rnp {
  padding: 20px 85px 78px;
}

.footer__rnp-wrapper {
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px solid #dde6ea;
  text-transform: uppercase;
}

.footer__rnp-link {
  margin-right: 16px;
  color: #333745;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer__rnp-link:hover {
  color: #07abc1;
}

.footer__rnp-link.blue_link {
  color: #074aa0;
}

.footer__rnp-link.blue_link:hover {
  color: #07abc1;
}

.footer_rnp-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__rnp-img {
  width: 154px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.footer__rnp-img.first {
  width: 748px;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta__content-span {
  color: #eb9346;
}

.nn__body {
  background-image: url('../images/bg_cinza.svg');
  background-position: 50% 4060px;
  background-size: auto;
  background-repeat: no-repeat;
}

.cta__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 270px;
  -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;
}

.footer__txt {
  margin-top: 16px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.footer__txt.white {
  color: #fff;
}

.footer__txt-link {
  color: #333745;
  text-decoration: none;
}

.footer__txt-link:hover {
  color: #07abc1;
}

.footer__txt-link.white {
  color: #fff;
}

.footer__txt-link.white:hover {
  color: #eb9346;
}

.footer__links-hyper {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

.footer__links-hyper:hover {
  color: #074aa0;
}

.footer__links-hyper.is--first {
  margin-top: 16px;
  color: #333745;
}

.footer__links-hyper.dropdown_footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.footer__links-case-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333745;
  text-decoration: none;
}

.footer__links-case-wrapper:hover {
  color: #074aa0;
}

.footer__links-case-wrapper.is--frist {
  margin-top: 8px;
}

.footer__links-case-icon {
  width: 4px;
  margin-right: 4px;
  padding-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__links-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #124ea1;
  border-radius: 500px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.footer__links-social-block:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.footer__links-social-img {
  height: 14px;
}

.footer__links-social-img.is--linkedin {
  height: 11px;
}

.footer__links-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 30px;
}

.image-10 {
  position: absolute;
  left: 50%;
  top: 120%;
  right: auto;
  bottom: auto;
  z-index: -1;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  display: block;
  overflow: hidden;
}

.image-11 {
  max-width: none;
}

.consultoria__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 3000px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.consultoria__bg.mobile {
  display: none;
}

.consultoria__bg-2 {
  position: absolute;
  left: 50%;
  top: -9%;
  right: auto;
  bottom: auto;
  z-index: -2;
  width: 3568px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.aplicacoes__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 3505px;
  max-width: none;
  -webkit-transform: translate(-38%, -50%);
  -ms-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}

.service__menu-icon {
  display: block;
  width: 6px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.service__menu-icon.is--white {
  display: none;
  width: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-list {
  top: 46px;
}

.dropdown-list.w--open {
  top: auto;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.26);
}

.nav__menu-app {
  position: absolute;
  left: auto;
  top: 70px;
  right: -1.2%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 268px;
  -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;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.nav__menu-app-title {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #074aa0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.nav__menu-app-triangle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -8px;
  margin-right: 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav__menu-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 30px;
  -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;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
}

.nav__menu-app-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 16px;
  -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-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #333745;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__menu-app-link:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.app-link__img {
  width: 33px;
  margin-bottom: 8px;
}

.nav__menu-conta {
  position: absolute;
  left: auto;
  top: 70px;
  right: -1.2%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 195px;
  -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;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.nav__menu-conta-triangle {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 50%;
  bottom: auto;
  margin-top: -8px;
  margin-right: 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav__menu-conta-title {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 22px;
  -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-radius: 15px;
  background-color: #80af41;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.footer__links-conta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333745;
  text-decoration: none;
}

.footer__links-conta-wrapper:hover {
  color: #074aa0;
}

.footer__links-conta-wrapper.is--frist {
  margin-top: 16px;
}

.footer__links-hyper-conta {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer__links-hyper-conta:hover {
  color: #333745;
}

.footer__links-hyper-conta.is--first {
  margin-top: 16px;
  color: #333745;
}

.html-embed-2 {
  height: 1px;
}

.slide-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 12.6em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__content {
  max-width: 380px;
}

.hero__content.nuvem {
  max-width: 380px;
}

.hero__content.moodle {
  position: static;
  z-index: 300;
}

.hero__content.conferencia {
  position: relative;
  z-index: 10;
  max-width: 535px;
}

.header__p {
  max-width: 330px;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
}

.header__p.moodle {
  max-width: 380px;
  color: #313339;
  font-size: 20px;
  line-height: 22px;
}

.header__p.moodle.white {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.header__p.conferencia {
  max-width: 85%;
  color: #333745;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.two-collumn {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-collumn.produtos {
  padding-right: 8px;
  padding-left: 8px;
}

.two-collumn.solucoes {
  padding-right: 8px;
  padding-left: 8px;
}

.heading__sobre {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.p__sobre {
  margin-bottom: 40px;
  font-family: museo-slab, sans-serif;
  color: #7c8087;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.p__sobre.consultoria {
  color: #fff;
  text-align: left;
}

.p__sobre.white {
  color: #fff;
  font-size: 14px;
}

.img__sobre {
  margin-bottom: 100px;
}

.img__sobre.produto {
  max-width: 95%;
  margin-bottom: 15px;
  text-align: left;
}

.featires__sobre-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 64px;
  -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;
}

.features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features__p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.features__icon {
  margin-right: 19px;
}

._3-collumns {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-collumns.bottom-margin {
  margin-bottom: 48px;
}

.heading__cases {
  margin-bottom: 4px;
  color: #074aa0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.p__cases {
  margin-bottom: 42px;
  color: #8c97ac;
}

.card__txt {
  margin-top: 36px;
  margin-bottom: 4px;
  color: #07abc1;
  font-size: 11px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.card__txt.first {
  margin-right: 5px;
}

.footer__bg {
  position: absolute;
  left: 50%;
  top: 40%;
  right: 0%;
  bottom: 50%;
  z-index: -1;
  width: 3610px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cases__bg {
  position: absolute;
  left: 55%;
  top: 167%;
  right: auto;
  bottom: auto;
  z-index: -1;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cases__bg.hide {
  display: none;
}

.sobre__bg {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: -1;
  display: none;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sobre__bg.is--solucao {
  position: absolute;
  left: -57%;
  top: 40%;
  right: auto;
  bottom: auto;
  z-index: -2;
  display: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.div-block.visao_geral {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 200px;
  background-color: #329ea7;
}

.tab-link-tab-1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.tab-link-tab-1.w--current {
  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;
  background-color: #074aa0;
  line-height: 12px;
}

.tab__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 1px none #000;
  background-color: #36b1bb;
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  font-weight: 600;
}

.tab__link.w--current {
  margin-right: 0px;
  padding-right: 40px;
  background-color: #074aa0;
  background-image: url('../images/small-down-orange.svg');
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ta {
  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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav__menu-60min {
  position: absolute;
  left: auto;
  top: 70px;
  right: 8.8%;
  bottom: auto;
  z-index: 10;
  display: none;
  overflow: visible;
  width: 195px;
  -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;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.32);
}

.nav__menu-60min-title {
  position: relative;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 22px 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-radius: 15px;
  background-color: #eb9346;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.compute__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 3503px;
  max-width: none;
  margin-top: 0px;
}

.compute__bg.mobile {
  display: none;
}

.tab_default {
  padding-top: 40px;
}

.blog_01 {
  z-index: 10;
  width: 100%;
  height: 850px;
}

.bg_slider {
  position: relative;
  width: 100%;
  height: 850px;
}

.big_post {
  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;
  text-decoration: none;
}

.p__blog {
  margin-bottom: 20px;
  font-family: museo-slab, sans-serif;
  color: #7c8087;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.p__blog.small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
}

.p__blog.small.post_resume {
  margin-bottom: 0px;
}

.p__blog.small.post_resume h1 {
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 40px;
  line-height: 120%;
}

.p__blog.small.post_resume h2 {
  font-size: 32px;
  line-height: 120%;
}

.p__blog.small.post_resume h3 {
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}

.p__blog.small.post_resume h4 {
  font-size: 24px;
  line-height: 120%;
}

.p__blog.small.post_resume h5 {
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 16px;
  line-height: 120%;
}

.p__blog.small.post_resume h6 {
  font-family: proxima-nova, sans-serif;
  color: #333745;
}

.p__blog.small.post_resume p {
  color: #4b556a;
  font-weight: 300;
}

.p__blog.small.post_resume blockquote {
  border-left-color: #eb9346;
  font-family: proxima-nova, sans-serif;
  color: #333745;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.heading__blog {
  margin-top: 14px;
  font-size: 38px;
  line-height: 35px;
  font-weight: 700;
}

.heading__blog.small {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.heading__blog.medium {
  margin-top: 0px;
  font-size: 20px;
  line-height: 22px;
}

.heading__blog.veja_tambem {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #074aa0;
  font-size: 20px;
  line-height: 22px;
}

.heading__blog.artigos_relacionados {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  color: #074aa0;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.img_big_post {
  width: 100%;
  height: 340px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.small_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.small_post.related {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  text-decoration: none;
}

.small_post.related._100 {
  width: 100%;
}

.img_small_post {
  width: 100%;
  height: 157px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-item-ve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.medium_post {
  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;
  border: 1px none transparent;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.medium_post:hover {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #eb9346;
}

.img_medium_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 213px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px 10px 0px 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 32px;
  -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;
}

.wrapper_post.auto {
  height: auto;
}

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

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

.box_assine {
  padding: 60px;
  border-radius: 125px;
  background-color: #034ea1;
}

.box_assine.small {
  height: auto;
  padding: 20px 20px 80px;
  border-radius: 10px;
}

.categoria_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 10px 20px 10px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
}

.tit_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -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;
}

.categoria_tag_box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #eb9346;
}

.categoria_tag_box.is--blue {
  background-color: #074aa0;
}

.social_share {
  position: relative;
  padding-top: 478px;
}

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

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

.share_buttons {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.links_share {
  margin-bottom: 20px;
  text-decoration: none;
}

.column-2 {
  padding-top: 380px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.colunas_ofertas {
  width: 100%;
  margin-bottom: 25px;
}

.format_grid_ofertas {
  position: relative;
  left: auto;
  right: auto;
  width: 50%;
  text-align: center;
}

.cliente_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link_block_cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.compute__detail {
  position: absolute;
  left: 100%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img__compute {
  margin-top: -110px;
  margin-bottom: 100px;
}

.img__compute.produto {
  margin-bottom: 32px;
}

.heading__compute {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.box_vantagens_compute {
  padding: 32px 60px 56px;
  border-radius: 500px;
  background-color: #333745;
}

.box_vantagens_compute.small {
  height: auto;
  padding: 20px 20px 100px;
  border-radius: 10px;
}

.features__compute-hd {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  color: #07abc1;
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
}

.features__compute-hd.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.features__compute-hd.is--big.is--bigwhite {
  color: #fff;
}

.features__compute-hd.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.features__compute-hd.is--green {
  color: #80af41;
}

.features__compute-hd.is--light-blue {
  color: #07abc1;
}

.features__compute-hd.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

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

.compute__content.title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.column-4.moodle {
  padding-right: 60px;
}

.blue_arrow {
  padding-left: 10px;
}

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

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

.icon_feature_compute {
  height: 60px;
}

.compute_bg_interna {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 4010px;
  max-width: none;
  margin-top: 0px;
  margin-left: -121px;
  padding-left: 0px;
}

.compute_bg_interna.mobile {
  display: none;
}

.card__content-hd-big {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #316587;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.card__content-hd-big.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.card__content-hd-big.is--big.is--bigwhite {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: none;
}

.card__content-hd-big.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.card__content-hd-big.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.card__content-hd-big.is--green {
  color: #80af41;
}

.card__content-hd-big.is--light-blue {
  color: #07abc1;
}

.card__content-hd-big.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.card__content-p_compute {
  color: #7c8087;
  font-size: 14px;
  line-height: 18px;
}

.card__content-p_compute.is--white {
  margin-bottom: 10px;
  padding: 0px 0px 10px;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
}

.card__content-p_compute.is--white.categoria {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.card__content-p_compute.is--white.compartilhe {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #ed2f5a;
  font-size: 11px;
}

.card__content-p_compute.is--white.blog {
  margin-bottom: 0px;
  padding-left: 0px;
}

.card__content-p_compute.is--white.small {
  margin-bottom: 0px;
}

.card__content-p_compute.is--white.blog_destaques {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card__content-p_compute.is--white.no_space {
  margin-bottom: 0px;
}

.video_box {
  display: none;
  max-width: 480px;
}

.card__content_compute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__content_compute.is--consultoria {
  max-width: 270px;
}

.card__content_compute.is--compute {
  position: relative;
  left: 300px;
  max-width: 421px;
}

.card__content_compute.home {
  text-align: left;
}

.is--orange {
  color: #eb9346;
}

.box_form_compute {
  padding: 85px;
  border-radius: 20px;
  background-color: #eff0f2;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.box_form_compute.small {
  height: auto;
  padding: 20px 20px 100px;
  border-radius: 10px;
}

.heading_form {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.2px;
}

.heading_form.blog {
  width: 100%;
}

.logo_compute_form {
  max-width: 140px;
  margin-top: 0px;
}

.card__content-p_compute_form {
  color: #7c8087;
  font-size: 14px;
  line-height: 18px;
}

.card__content-p_compute_form.is--white {
  margin-bottom: 20px;
  padding: 10px 0px;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.card__content-p_compute_form.is--white.categoria {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.card__content-p_compute_form.is--white.compartilhe {
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #ed2f5a;
  font-size: 11px;
}

.card__content-p_compute_form.is--white.blog {
  margin-bottom: 0px;
  padding-left: 0px;
}

.card__content-p_compute_form.is--white.small {
  margin-bottom: 0px;
}

.card__content-p_compute_form.is--white.blog_destaques {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.card__content-p_compute_form.is--white.no_space {
  margin-bottom: 0px;
}

.card__content-p_compute_form.is--white.top_form {
  padding-top: 0px;
  font-size: 18px;
}

.card__content-p_compute_form.is--white.disclaimer_form {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 12px;
}

.nn-compute-form-field {
  margin-bottom: 20px;
  padding: 23px;
  border-radius: 200px;
  color: #074aa0;
  text-align: left;
}

.nn-compute-form-field:focus {
  color: #074aa0;
  font-weight: 700;
  text-align: left;
}

.nn-compute-form-field::-webkit-input-placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.nn-compute-form-field:-ms-input-placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.nn-compute-form-field::-ms-input-placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.nn-compute-form-field::placeholder {
  color: #c8d5db;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.grid-2 {
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fields_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.divisor_form {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}

.card_fabricante {
  width: 113px;
  padding: 10px 20px 10px 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.collection_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-list-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.collection-item-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo_fabricante {
  height: 23px;
}

.divisor_line {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  max-width: 3000px;
}

.nav-link-wrapper.is--60 {
  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;
}

.nav-link-wrapper.is--account {
  display: none;
}

.compute__logo {
  max-width: 204px;
}

.compute-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.compute__logo-sec {
  margin-right: 20px;
}

.collection-list-wrapper {
  -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;
}

.collection-list-wrapper-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-content__p {
  color: #333745;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.span-dark-blue-txt {
  color: #333745;
}

.footer-img {
  display: none;
}

.drop-nav__link {
  z-index: 1;
  color: #07abc1;
  text-transform: uppercase;
}

.text-block-2 {
  color: #fff;
}

.dropdown-toggle {
  display: none;
  font-size: 13px;
}

.icon {
  color: #fff;
}

.dropdown-list-2 {
  background-color: #80af41;
}

.label-title {
  font-size: 9px;
  line-height: 1.2;
}

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

.grid-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.compute-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.two-collumn-compute {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-8 {
  padding-right: 24px;
  padding-left: 24px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.img__nuvem {
  margin-top: 0px;
  margin-bottom: 0px;
}

.img__nuvem.produto {
  margin-bottom: 32px;
}

.two-collumn-nuvem {
  display: -ms-grid;
  display: grid;
  margin-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper-3 {
  background-color: #bd8585;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #074aa0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.blog-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-small__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.blog-small__post.related {
  margin-top: 20px;
  margin-bottom: 0px;
}

.blog-small__post.related._100 {
  width: 100%;
}

.blog-collection-list {
  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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.popup-cta {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: scroll;
  width: 100vw;
  min-height: 120vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 41, 63, 0.91);
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -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;
}

.cta-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 916px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  -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: #fff;
}

.cta-main-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 916px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-top__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -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;
  color: #fff;
}

.cta-main-content.mobile {
  display: none;
}

.cta-main-form-block {
  width: 100%;
  max-width: 540px;
}

.cta-top__logo {
  width: 105px;
  margin-right: 38px;
}

.cta-top__txt {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.cta-top__product-txt {
  margin-left: 16px;
  color: #eb9346;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.cta-main-content__hd {
  font-family: proxima-nova, sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
}

.cta-main-content__hd.success {
  margin-top: 0px;
  margin-left: 10px;
  font-size: 28px;
  line-height: 30px;
}

.cta-main-content__p {
  max-width: 270px;
  margin-top: 13px;
  margin-bottom: 48px;
  font-weight: 300;
}

.span-light-blue-txt {
  color: #07abc1;
}

.cta-main-content__txt-2 {
  max-width: 200px;
  margin-bottom: 8px;
  color: #07abc1;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

.cta-main-content__logo {
  width: 153px;
  margin-top: 56px;
}

.cta-main-form__hd {
  margin-bottom: 15px;
  color: #07abc1;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.cta-main-form__hd.mobile {
  display: none;
}

.cta-main-form__text-field {
  height: 56px;
  margin-bottom: 16px;
  padding-left: 24px;
  border-radius: 500px;
  color: #074aa0;
  font-weight: 600;
}

.cta-main-form__text-field.txt-area {
  height: 130px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  border-radius: 32px;
}

.cta-main-form__text-field.r-margin {
  margin-right: 11px;
}

.cta-main-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-main-form__button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-main-form__button-txt {
  max-width: 266px;
  margin-left: 18px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-main-success-message {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 480px;
  border-radius: 0px 180px 0px 0px;
  background-color: #034ea1;
  text-align: left;
}

.cta-success-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  -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;
}

.cta-main-sucess__img {
  width: 500px;
}

.cta-sucess-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-top__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -4;
  max-width: none;
  margin-left: -197px;
}

.cta-main__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -3;
  width: 1980px;
  max-width: none;
  margin-right: -232px;
  margin-bottom: 0px;
}

.cta-main__bg.hide {
  display: none;
}

.cta-top-close {
  width: 24px;
  margin-left: auto;
}

.image-14 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-field {
  display: none;
}

.collection-list-relacionadas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item-releated {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper_post-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 32px;
  -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;
}

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

.text-block-3 {
  color: #eb9346;
  font-size: 20px;
  font-weight: 700;
}

.text-span {
  color: #fff;
}

.error-message {
  background-color: #eb9346;
}

.text-block-4 {
  color: #eb9346;
  font-size: 18px;
}

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

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

.h5_consultoria {
  color: #eb9346;
  font-size: 16px;
  text-align: left;
}

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

.bold-text {
  color: #eb9346;
  text-align: center;
}

.collection-list-wrapper-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
}

.mask-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 850px;
  background-image: url('../images/mask_blog_slider.svg'), linear-gradient(135deg, rgba(51, 55, 69, 0.85), rgba(7, 74, 160, 0.32));
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.mask-layer.search-section {
  height: 740px;
}

.img-post {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 850px;
  margin-top: -111px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.img-post.search-section {
  overflow: hidden;
  height: 740px;
  margin-top: -424px;
  margin-bottom: -184px;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 100% 0%;
}

.zxxzx {
  padding-top: 358px;
  padding-right: 0px;
  padding-left: 0px;
}

.zxxzx.social {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cases-veja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.collection-veja-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-main__bg-div {
  position: absolute;
  left: auto;
  top: 21%;
  right: 12%;
  bottom: auto;
  z-index: -3;
  width: 100vw;
  height: 750px;
  max-width: none;
  margin-right: 0px;
  border-radius: 5px 500px 500px 5px;
  background-color: #074aa0;
}

.image-15 {
  max-width: 80%;
  padding-top: 6px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta-main-content-success {
  display: none;
  max-width: 370px;
  -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;
  color: #fff;
}

.cta-main-content-success.mobile {
  display: none;
}

.cta-main-content-success.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 55, 69, 0.06);
  text-decoration: none;
}

.search-item__img {
  width: 258px;
  height: 137px;
  margin-right: 16px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-right-radius: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-content__hd {
  color: #333745;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.search-content__p {
  font-family: museo-slab, sans-serif;
  color: #333745;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}

.search-result-wrapper {
  margin-top: 120px;
}

.search-content__resumo {
  color: #eb9346;
}

.text-span-3 {
  color: #eb9346;
}

.text-span-4 {
  color: #eb9346;
}

.relacionadas-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd__relacionados {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #074aa0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.relacionados__icon {
  margin-right: 4px;
  margin-left: 4px;
}

.relacionados__txt {
  margin-right: 8px;
  color: #8c97ac;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}

.popup-cta-wrapper {
  width: 100vw;
}

.img-post-internas {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 850px;
  margin-top: -111px;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.img-post-internas.search-section {
  height: 740px;
  margin-top: -424px;
  margin-bottom: -184px;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 100% 0%;
}

.termos-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
}

.termos__link {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-decoration: none;
}

.termos__link:hover {
  color: #074aa0;
}

.termos__link.w--current {
  color: #eb9346;
}

.termos__link.w--current:hover {
  color: #eb9346;
}

.termos__link.w--current:focus {
  color: #80af41;
}

.termos__link.w--current:visited {
  color: #eb9346;
}

.termos__link.is--first {
  margin-top: 16px;
  color: #333745;
}

.termos__link.dropdown_footer {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.collection-list-wrapper-6 {
  display: block;
}

.sucesso {
  color: #07abc1;
  text-align: left;
}

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

.text-span-5 {
  color: #fff;
}

.collection-list-wrapper-7 {
  display: none;
}

.resultado_texto_error {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: 0.25fr;
  grid-template-rows: 0.25fr;
}

.aplicacoes-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 16px;
}

.aplicacoes-list {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.box-vantagens-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-block.medium_post {
  margin-top: 48px;
  padding: 35px 48px 42px;
  -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;
}

.author-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  margin-top: 14px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #eb9346;
  font-size: 14px;
  text-align: center;
}

.author-content {
  padding-left: 30px;
  border-left: 2px solid rgba(0, 0, 0, 0.07);
}

.author-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333745;
  font-size: 14px;
  font-weight: 600;
}

.author-img {
  width: 117px;
  height: 117px;
  margin-bottom: 8px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-content__hd {
  margin-bottom: 0px;
  color: #074aa0;
  font-size: 18px;
  font-weight: 500;
}

.author-content__p {
  font-family: museo-slab, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.author-social-wrapper {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.author-social__icon {
  width: 24px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.author-social__icon:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.logo-mobile-menu {
  display: none;
}

._60minutos-mobile {
  display: none;
}

.close-menu-mobile {
  display: none;
}

.nav-menu-mobile {
  display: none;
}

.menu-open {
  display: none;
}

.link_paragrafo {
  color: #eb9346;
}

.link_paragrafo:hover {
  color: #07abc1;
}

.no-sign_txt {
  margin-top: 8px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 600;
}

.text-span-6 {
  color: #80af41;
}

.bullet_point {
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.list {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 30px;
  color: #eb9346;
}

.text-block-5 {
  line-height: 16px;
}

.box_form_moodle {
  padding: 85px;
  border-radius: 20px;
  background-color: #eff0f2;
  background-image: url('../images/bg_compute_form.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.box_form_moodle.small {
  height: auto;
  padding: 20px 20px 100px;
  border-radius: 10px;
}

.logo_moodle_form {
  max-width: 224px;
  margin-top: 0px;
}

.heading_form_moodle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -0.2px;
}

.heading_form_moodle.blog {
  width: 100%;
}

.slider_moodle {
  top: auto;
  height: 924px;
  margin-top: -114px;
  background-color: transparent;
}

.slider_nav_moodle {
  top: 86.6em;
  max-width: 1140px;
  margin: 0px auto;
  padding-left: 3.5em;
  font-size: 8px;
  text-align: left;
}

.left_arrow_moodle {
  display: none;
}

.right_arrow_moodle {
  display: none;
}

.logo_blue_moodle {
  position: absolute;
  left: 0%;
  top: -14.4em;
  right: auto;
  bottom: auto;
  z-index: 300;
  width: 178px;
  height: auto;
  max-width: none;
  margin-left: 1.5em;
}

.logo_white_moodle {
  position: absolute;
  left: 0%;
  top: -258px;
  right: auto;
  bottom: auto;
  width: 178px;
  max-width: none;
  margin-left: 1.5em;
}

.img__moodle {
  position: absolute;
  left: auto;
  max-width: none;
  margin-top: -5.8em;
  margin-bottom: 0px;
  margin-left: -4.1em;
}

.img__moodle.produto {
  margin-bottom: 32px;
}

.moodle_compute__detail {
  position: absolute;
  left: auto;
  top: 60px;
  right: -1779px;
  bottom: 0%;
  z-index: -1;
  display: block;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.two-collumn-moodle {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 236px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 2.15fr;
  grid-template-columns: 1.25fr 2.15fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.moodle-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.moodle-help.left {
  padding-top: 10.2em;
}

.moodle_bg_interna {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 2361px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -2548px;
  padding-left: 0px;
}

.moodle_bg_interna.mobile {
  display: none;
}

.heading__moodle {
  color: #333745;
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}

.heading__moodle.white {
  color: #fff;
}

.subheading__moodle {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.subheading__moodle.is--darkblue {
  color: #074aa0;
}

.vantagens_moodle {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1.25fr;
  grid-template-columns: 0.25fr 1.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.tit_ico_moodle {
  font-family: proxima-nova, sans-serif;
  color: #07abc1;
  font-size: 18px;
  font-weight: 600;
}

.logo_size {
  width: 178px;
}

.modalidade {
  display: none;
}

.logo_moodle {
  width: 190px;
  height: 80px;
  max-width: 190px;
}

.logo_conferencia {
  max-width: 230px;
}

.nav__link_conf {
  padding: 13px 15px;
  color: #333745;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.nav__link_conf:hover {
  color: #eb9346;
}

.nav__link_conf.w--current {
  color: #eb9346;
}

.nav__link_conf.is-blue {
  padding: 13px 19px 13px 25px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  background-color: #074aa0;
  text-align: center;
}

.nav__link_conf.is--green {
  margin-left: 20px;
  padding: 13px 25px 13px 19px;
  border-radius: 200px;
  background-color: #80af41;
  text-align: center;
}

.nav__link_conf.is--green:hover {
  color: #333745;
}

.nav__link_conf.mobile {
  display: none;
}

.nav__link_conf.moodle_bt1 {
  padding: 1.5em 1.5em 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav__link_conf.moodle_bt1:hover {
  background-color: #07abc1;
  color: #fff;
}

.nav__link_conf.moodle_bt2 {
  padding: 1.5em 3em 1.5em 1.5em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav__link_conf.moodle_bt2:hover {
  background-color: #07abc1;
  color: #fff;
}

.nav__link_conf.moodle_bt3 {
  padding: 1.5em 3em;
  border-style: none;
  border-width: 1px;
  border-color: #074aa0;
  border-radius: 0px 90px 90px 0px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
}

.nav__link_conf.moodle_bt3:hover {
  background-color: #07abc1;
  color: #fff;
}

.nav__link_conf.bt_entrar {
  margin-left: 10px;
  border-radius: 5px;
  background-color: #ea9245;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.nav__link_conf.bt_entrar:hover {
  background-color: #07abc1;
}

.bt_conf_orange {
  margin-right: 1em;
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #eb9346;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.bt_conf_orange:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.bt_conf_orange.w--current {
  color: #333745;
}

.bt_conf_orange.w--current:hover {
  color: #fff;
}

.bt_conf_orange.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.bt_conf_orange.nav:hover {
  color: #fff;
}

.bt_conf_orange.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.bt_conf_orange.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.bt_conf_orange.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.bt_conf_orange.is--dark-blue.auto-margin {
  margin-top: auto;
}

.bt_conf_orange.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.bt_conf_orange.is--green.auto-margin {
  margin-top: auto;
}

.bt_conf_orange.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.bt_conf_orange.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.bt_conf_orange.small.auto-margin {
  margin-top: 0px;
}

.bt_conf_orange.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.bt_conf_orange.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.bt_conf_orange.p_cta {
  margin-top: 30px;
}

.bt_conf_orange.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.bt_conf_orange.green {
  background-color: #80af41;
}

.bt_conf_orange.green:hover {
  background-color: #07abc1;
}

.bt_conf_orange.login {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0em;
}

.bt_conf_white {
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e4e8;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #eb9346;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.bt_conf_white:hover {
  background-color: #07abc1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.bt_conf_white.w--current {
  color: #333745;
}

.bt_conf_white.w--current:hover {
  color: #fff;
}

.bt_conf_white.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.bt_conf_white.nav:hover {
  color: #fff;
}

.bt_conf_white.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.bt_conf_white.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.bt_conf_white.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.bt_conf_white.is--dark-blue.auto-margin {
  margin-top: auto;
}

.bt_conf_white.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.bt_conf_white.is--green.auto-margin {
  margin-top: auto;
}

.bt_conf_white.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.bt_conf_white.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.bt_conf_white.small.auto-margin {
  margin-top: 0px;
}

.bt_conf_white.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.bt_conf_white.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.bt_conf_white.p_cta {
  margin-top: 30px;
}

.bt_conf_white.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.bt_conf_white.green {
  background-color: #80af41;
}

.bt_conf_white.green:hover {
  background-color: #07abc1;
}

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

.detail_hiden_menu {
  margin-right: 8em;
  margin-left: 1em;
}

.img_conf_top {
  position: absolute;
  left: auto;
  top: -7.9em;
  right: -19.6em;
  bottom: auto;
  z-index: 0;
}

.img_detail {
  width: auto;
  max-width: 640px;
  margin-top: 5em;
  margin-left: -4.4em;
}

.conf_conheca_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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;
  border: 1px none #000;
  text-align: left;
}

.two-collumn-conf {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8500000000000001fr 1fr;
  grid-template-columns: 0.8500000000000001fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.two-collumn-conf.menu_facil {
  -ms-grid-columns: 1.6fr 1fr;
  grid-template-columns: 1.6fr 1fr;
  border: 1px none #000;
}

.detail_orange {
  position: absolute;
  left: 1em;
  top: -1.4em;
  right: auto;
  bottom: auto;
  height: 150px;
  max-width: none;
}

.detail_como_01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  height: 150px;
  max-width: none;
}

.card__content-conf_como {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #eb9346;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
}

.card__content-conf_como.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.card__content-conf_como.is--big.is--bigwhite {
  color: #fff;
  text-transform: none;
}

.card__content-conf_como.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.card__content-conf_como.is--big.left.white-span {
  margin-bottom: 0px;
  color: #fff;
}

.card__content-conf_como.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.card__content-conf_como.is--green {
  margin-bottom: 0px;
  color: #80af41;
}

.card__content-conf_como.is--green.card {
  margin-bottom: 0px;
}

.card__content-conf_como.is--green.card-n {
  margin-bottom: 0px;
}

.card__content-conf_como.is--light-blue {
  color: #07abc1;
}

.card__content-conf_como.is--orange {
  color: #eb9346;
  font-size: 12px;
  line-height: 15px;
}

.img_como {
  height: 149px;
  margin-bottom: 1em;
}

.img_como._01 {
  max-width: none;
  margin-top: 0em;
}

.conf-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.conf-help.usar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.orange_box {
  position: absolute;
  width: 100vw;
  height: 125px;
  margin-bottom: 0em;
  padding: 1.4em;
  border-top-left-radius: 20px;
  background-color: #eb9346;
}

.orange_box._02 {
  margin-top: 8.9em;
}

.p__orange_box {
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

.p__orange_box.consultoria {
  color: #fff;
  text-align: left;
}

.p__orange_box.white {
  color: #fff;
  font-size: 14px;
}

.content_orange_box {
  width: 200px;
}

.detail_conf_como_02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0.2em;
}

.detail_como_02 {
  position: absolute;
  left: auto;
  top: -1.6em;
  right: 0%;
  bottom: auto;
  max-width: 160px;
}

.detail_diferenciais_02 {
  position: absolute;
  left: auto;
  top: -10.4em;
  right: -5.2em;
  bottom: auto;
  max-width: 250px;
}

.four-collumn-conf {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.35fr 1fr 1fr 1fr;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tree-collumn-conf {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 99px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.8500000000000001fr 1.25fr 1fr;
  grid-template-columns: 0.8500000000000001fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tree-collumn-conf.parte {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 54px;
  -ms-grid-columns: 2.35fr 2.25fr 1.25fr;
  grid-template-columns: 2.35fr 2.25fr 1.25fr;
}

.tree-collumn-conf.facil {
  grid-column-gap: 45px;
  -ms-grid-columns: 0.75fr 0.25fr 1.25fr;
  grid-template-columns: 0.75fr 0.25fr 1.25fr;
}

.img_diferenciais {
  position: absolute;
  left: -30.6em;
  top: -14.7em;
  right: auto;
  bottom: auto;
  max-width: none;
}

.list_conf_diferenciais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 15px;
  margin-bottom: 1em;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 3fr;
  grid-template-columns: 0.25fr 3fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.p__conf_list_blue {
  margin-bottom: 0px;
  margin-left: 0em;
  font-family: proxima-nova, sans-serif;
  color: #074aa0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}

.p__conf_list_blue.consultoria {
  color: #fff;
  text-align: left;
}

.p__conf_list_blue.white {
  color: #fff;
  font-size: 14px;
}

.p__conf_diferenciais {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: #313339;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.p__conf_diferenciais.consultoria {
  color: #fff;
  text-align: left;
}

.p__conf_diferenciais.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.p__conf_diferenciais.more {
  margin-top: 0px;
  margin-bottom: 2px;
}

.p__conf_diferenciais.disclaimer {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 16px;
}

.list_item_conf_more {
  margin-bottom: 0.5em;
}

.conf_dif_more {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail_conf_parte {
  position: absolute;
  left: -10.9em;
  top: 3.2em;
  right: auto;
  bottom: auto;
  max-width: none;
}

.detail_conf_facil {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -2.1em;
  height: 80px;
  max-width: none;
}

.bt_conf_green {
  margin-right: 1em;
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #80af41;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
}

.bt_conf_green:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.bt_conf_green.w--current {
  color: #333745;
}

.bt_conf_green.w--current:hover {
  color: #fff;
}

.bt_conf_green.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.bt_conf_green.nav:hover {
  color: #fff;
}

.bt_conf_green.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.bt_conf_green.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.bt_conf_green.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.bt_conf_green.is--dark-blue.auto-margin {
  margin-top: auto;
}

.bt_conf_green.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.bt_conf_green.is--green.auto-margin {
  margin-top: auto;
}

.bt_conf_green.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.bt_conf_green.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.bt_conf_green.small.auto-margin {
  margin-top: 0px;
}

.bt_conf_green.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.bt_conf_green.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.bt_conf_green.p_cta {
  margin-top: 30px;
}

.bt_conf_green.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.bt_conf_green.green {
  background-color: #80af41;
}

.bt_conf_green.green:hover {
  background-color: #07abc1;
}

.bt_conf_blue {
  margin-right: 1em;
  padding: 1.2em 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #074aa0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.bt_conf_blue:hover {
  background-color: #db4258;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.bt_conf_blue.w--current {
  color: #333745;
}

.bt_conf_blue.w--current:hover {
  color: #fff;
}

.bt_conf_blue.nav {
  margin-left: 10px;
  padding: 18px 27px;
  color: #333745;
  font-size: 14px;
}

.bt_conf_blue.nav:hover {
  color: #fff;
}

.bt_conf_blue.nav.w--current {
  background-color: #db4258;
  color: #fff;
}

.bt_conf_blue.is--blue {
  display: none;
  margin-left: 0px;
  background-color: #07abc1;
  color: #fff;
  font-weight: 600;
}

.bt_conf_blue.is--dark-blue {
  background-color: #074aa0;
  color: #fff;
}

.bt_conf_blue.is--dark-blue.auto-margin {
  margin-top: auto;
}

.bt_conf_blue.is--green {
  background-color: #80af41;
  color: #fff;
  font-weight: 500;
}

.bt_conf_blue.is--green.auto-margin {
  margin-top: auto;
}

.bt_conf_blue.is--blue-2 {
  display: none;
  background-color: #316587;
  color: #fff;
}

.bt_conf_blue.small {
  width: 130px;
  margin-top: auto;
  padding: 1em;
  color: #fefeff;
}

.bt_conf_blue.small.auto-margin {
  margin-top: 0px;
}

.bt_conf_blue.is--big {
  font-size: 16px;
  line-height: 1.2;
}

.bt_conf_blue.cta-form {
  padding: 16px 24px;
  font-size: 16px;
}

.bt_conf_blue.p_cta {
  margin-top: 30px;
}

.bt_conf_blue.is--no-sign {
  background-color: #07abc1;
  color: #fff;
  text-transform: uppercase;
}

.bt_conf_blue.green {
  background-color: #80af41;
}

.bt_conf_blue.green:hover {
  background-color: #07abc1;
}

.detail_conf_facil_02 {
  position: absolute;
  left: 18.9em;
  top: auto;
  right: auto;
  bottom: -4.4em;
  max-width: 217%;
}

.img_conf_player {
  position: absolute;
  top: -6.2em;
}

@media only screen and (max-width: 600px) {
  .img_conf_player {
    width: 100%
  }
}

.footer__conf-wrapper {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  text-transform: uppercase;
}

.img_arrow_mark {
  position: static;
  margin-right: 0em;
  text-align: left;
}

.dif_list_01 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dif_list_02 {
  height: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.card__content-hd_conf {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #316587;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.card__content-hd_conf.is--big {
  color: #333745;
  font-size: 30px;
  line-height: 28px;
}

.card__content-hd_conf.is--big.is--bigwhite {
  color: #fff;
  text-transform: none;
}

.card__content-hd_conf.is--big.is--bigwhite.all_caps {
  text-transform: uppercase;
}

.card__content-hd_conf.is--big.left.white-span {
  margin-bottom: 0px;
  color: #fff;
}

.card__content-hd_conf.is--white {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.card__content-hd_conf.is--green {
  margin-bottom: 0px;
  color: #80af41;
}

.card__content-hd_conf.is--green.card {
  margin-bottom: 0px;
}

.card__content-hd_conf.is--green.card-n {
  margin-bottom: 0px;
}

.card__content-hd_conf.is--light-blue {
  color: #07abc1;
}

.card__content-hd_conf.is--orange {
  color: #eb9346;
  font-size: 13px;
  line-height: 15px;
}

.card__content-hd_conf.is--dark_grey {
  color: #333745;
  font-size: 12px;
  line-height: 15px;
}

.card__content-hd_conf.is--white {
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
}

.card__content-hd_conf.is--light_dark {
  color: #8c97ac;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  text-transform: none;
}

.card__content-hd_conf.is--light_dark.mobile {
  display: none;
}

.p__sobre_conf {
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #313339;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.p__sobre_conf.consultoria {
  color: #fff;
  text-align: left;
}

.p__sobre_conf.white {
  color: #fff;
  font-size: 14px;
}

.footer__conf_-link {
  margin-right: 16px;
  color: #333745;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer__conf_-link:hover {
  color: #07abc1;
}

.footer__conf_-link.blue_link {
  color: #074aa0;
  text-transform: uppercase !important;
}

.footer__conf_-link.blue_link:hover {
  color: #07abc1;
}

.footer_conf-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 32px;
  -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;
}

.footer__conf-img {
  width: 222px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.hide-on-mobile {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.footer__conf-img.first {
  width: 100% !important;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__rnp-img-copy {
  width: 154px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.footer__rnp-img-copy.first {
  width: 748px;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo_nasnuvens_top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 95px;
}

.modal_senha {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 4em;
  -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: rgba(51, 55, 69, 0.9);
}

.bg_modal {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -ms-grid;
  display: grid;
  width: 808px;
  margin: auto;
  padding: 0em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}

.top_modal {
  display: -ms-grid;
  display: grid;
  padding-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f6f6f6;
}

.logo_cafe {
  max-width: 203px;
}

.bt_fechar {
  position: absolute;
  left: auto;
  top: 2em;
  right: 2em;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  margin-bottom: auto;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-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: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #eb9346;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.bt_fechar:hover {
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.login_choices {
  display: -ms-grid;
  display: grid;
  padding-top: 2em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.login_infos {
  padding: 2.5em;
  border: 1px none #000;
}

.login_infos._02 {
  border-right-style: none;
}

.link_n_federado {
  display: block;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-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: 5px;
  background-color: transparent;
  color: #eb9346;
  font-size: 13px;
  text-align: right;
}

.link_login_social {
  display: block;
  margin-top: 1em;
  padding: 0em;
  -webkit-box-pack: center;
  -webkit-justify-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: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333745;
  font-size: 13px;
  text-align: left;
}

.link_login_social:hover {
  opacity: 0.7;
}

.detail_top {
  position: absolute;
  left: 0px;
  top: 15em;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: 180px;
}

.text_field {
  height: 50px;
  border-radius: 5px;
}

.form_n_federado {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 1em;
}

.check_box {
  color: #8c97ac;
}

.links_tabs {
  margin-right: 1em;
  border-bottom: 2px solid #dfdfdf;
  background-color: transparent;
  color: #949494;
}

.links_tabs:hover {
  border-bottom-color: #eb9346;
}

.links_tabs.w--current {
  border-bottom-color: #eb9346;
  background-color: transparent;
  color: #333745;
}

.links_tab_ativo.w--current {
  border-bottom: 2px solid #eb9346;
  background-color: transparent;
}

.tabs-menu {
  text-align: center;
}

.left_modal-wrapper {
  width: 100%;
  padding: 4em;
  background-color: transparent;
}

.left_modal-wrapper.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5em;
  -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;
  border-top-left-radius: 10px;
  background-color: rgba(3, 78, 161, 0.9);
}

.left_modal-wrapper.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  border-bottom-left-radius: 10px;
  background-color: rgba(29, 41, 63, 0.9);
  text-align: left;
}

.top_left {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 225px auto;
  grid-template-rows: 225px auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-image: url('../images/imagem_login.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.is--light-dark {
  color: #8c97ac;
}

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

.bts_logins_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bts_logins_wrapper .social-btn,
.bts_logins_wrapper .social-btn form {
  width: 100%;
}

.bts_logins_wrapper .social-btn .btn-google {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 90px;
  text-align: center;
  color: #4285F4;
}

.bts_logins_wrapper .social-btn .btn-google span {
  flex: 1;
  text-align: center;
}

.social_link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social_link:hover {
  opacity: 0.7;
}

.social_link.left {
  text-align: right;
}

.modal_cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 55, 69, 0.9);
}

.click_geral {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

a.image-17 {
  width: 75%;
}

img.image-17 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .nn-hero-heading-span {
    font-size: 1.5vw;
    line-height: 1;
  }

  .nn-why-section {
    padding-top: 127px;
  }

  .nn-why-wrapper-features {
    margin-top: 0px;
  }

  .body-wrapper {
    background-position: 50% 1472px, 50% 0%;
  }

  .footer-wrapper {
    width: 100%;
  }

  .nn-what-img {
    left: 23%;
    top: 4%;
    -webkit-filter: none;
    filter: none;
  }

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

  .nn-feature-section {
    padding-top: 64px;
  }

  .hero-trigger {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .footer-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section.hero {
    background-position: 50% 0%;
  }

  .section.hero-futuro {
    background-position: 50% 0%;
  }

  .slide {
    height: 100%;
    background-size: auto 700px;
  }

  .slider-2 {
    height: 1005px;
  }

  .card__content-icon {
    margin-bottom: 10px;
  }

  .bg__img {
    margin-right: -405px;
  }

  .footer__capes {
    -ms-grid-columns: 0.75fr 2.75fr 1fr;
    grid-template-columns: 0.75fr 2.75fr 1fr;
  }

  .footer__rnp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 95px 78px;
    -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;
  }

  .footer__rnp-wrapper {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde6ea;
  }

  .footer__rnp-link {
    margin-right: 16px;
    color: #1d293f;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .consultoria__bg {
    z-index: -1;
  }

  .p__sobre {
    margin-bottom: 40px;
  }

  .cases__bg {
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .compute__bg {
    z-index: -1;
  }

  .blog_01 {
    height: 100%;
    background-size: auto 700px;
  }

  .bg_slider {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .compute_bg_interna {
    z-index: -1;
  }

  .cta-wrapper {
    margin-bottom: 120px;
  }

  .cta-main__bg {
    width: auto;
    max-width: 1920px;
  }

  .mask-layer {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-post {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .img-post-internas {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .moodle_bg_interna {
    z-index: -1;
  }

  .p__orange_box {
    margin-bottom: 40px;
  }

  .p__conf_list_blue {
    margin-bottom: 40px;
  }

  .p__conf_diferenciais {
    margin-bottom: 40px;
  }

  .footer__conf-wrapper {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde6ea;
  }

  .p__sobre_conf {
    margin-bottom: 40px;
  }

  .footer__conf_-link {
    margin-right: 16px;
    color: #1d293f;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .modal_cover {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-section {
    padding-top: 57px;
  }

  .nn-hero-content {
    max-width: 390px;
  }

  .nn-button.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nn-why-section {
    padding-top: 129px;
    padding-bottom: 30px;
  }

  .nn-why-content {
    margin-right: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nn-why-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nn-why-wrapper-features {
    margin-top: 32px;
  }

  .nn-why-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .nn-feature-block {
    width: 31%;
    height: 220px;
    margin-bottom: 13px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nn-why-feature-text {
    text-align: center;
  }

  .nn-what-section {
    padding-top: 64px;
  }

  .nn-what-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nn-what-wrapper.reverse {
    margin-bottom: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .nn-what-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 410px;
    -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;
  }

  .nn-cta-wrapper {
    padding-right: 160px;
    padding-left: 160px;
  }

  .nn-rnp-section {
    z-index: 0;
    background-position: 52vw 100%;
    background-size: 560px;
  }

  .nn-rnp-contentt {
    max-width: 300px;
  }

  .nav-menu {
    position: absolute;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 45px 73px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #074aa0;
  }

  .nav-link {
    text-align: center;
  }

  .logo-nav-img {
    max-width: 160px;
  }

  .brand {
    margin-right: 0px;
    padding: 0px 15px;
  }

  .brand.moodle_top {
    display: block;
  }

  .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .body-wrapper {
    background-position: 50% 1520px, 50% 0%;
    background-size: 3970px, 2700px;
  }

  .footer-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-wrapper._2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 22px;
    -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;
  }

  .nn-what-img {
    display: none;
  }

  .menu-button {
    position: static;
    margin-right: 123px;
    color: #fff;
  }

  .menu-button.w--open {
    border-radius: 5px;
    background-color: #074aa0;
  }

  .img-footer {
    max-width: 400px;
  }

  .img-footer._2 {
    max-width: 300px;
    padding-bottom: 0px;
  }

  .footer-block {
    margin-top: 15px;
    -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;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nn-what-img-w {
    display: block;
    max-width: 70%;
    margin-top: 22px;
  }

  .nn-why-img-wrapper {
    width: 610px;
  }

  .nn-why-img-icon {
    top: 159px;
    width: 70px;
  }

  .nn-why-img-icon._2 {
    top: 173px;
    width: 140px;
  }

  .nn-why-img-icon._3 {
    right: 5%;
    bottom: -3%;
    width: 110px;
  }

  .nn-why-img-icon._4 {
    width: 90px;
  }

  .nn-why-img-icon._5 {
    left: 34%;
    width: 70px;
  }

  .nn-why-img-icon._6 {
    bottom: -4%;
    width: 120px;
  }

  .nn-why-img-icon._7 {
    left: 1%;
    width: 140px;
  }

  .nn-why-img-icon._8 {
    left: 13%;
    width: 40px;
  }

  .nn-feature-section {
    padding-top: 19px;
  }

  .hero-trigger {
    display: none;
  }

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

  .link {
    margin-right: 16px;
    margin-bottom: 9px;
  }

  .text-block {
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .section.menu {
    margin-top: -140px;
  }

  .section.aplica-o {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section.ebook {
    padding-top: 0em;
    padding-bottom: 12em;
  }

  .section.hero {
    z-index: 1;
    margin-top: -123px;
    padding-top: 12.6em;
    padding-bottom: 1.3em;
    background-size: 1500px;
  }

  .section.sobre {
    z-index: 0;
  }

  .section.produto {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-position: 50% 100%;
  }

  .section.blog {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-size: 1500px;
  }

  .section.blog_list {
    padding-bottom: 0em;
  }

  .section.blog_article {
    margin-top: -710px;
  }

  .section.compute {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-size: 2030px;
  }

  .section.compute_wrapper {
    padding-top: 0em;
  }

  .section.hero-futuro {
    z-index: 1;
    height: 560px;
    margin-top: -123px;
    padding-top: 12.6em;
    padding-bottom: 1.3em;
    background-position: 50% 100%;
    background-size: 1320px;
  }

  .section.blog-3 {
    padding-top: 0em;
  }

  .section.relacionados {
    padding-top: 0em;
  }

  .section.produto-sol {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-position: 50% 100%;
  }

  .section.cases {
    padding-top: 0em;
  }

  .section.nuvem-hero {
    height: 580px;
    margin-top: -123px;
    padding-top: 12.6em;
    background-size: 2030px;
  }

  .section.produtos {
    z-index: 1;
  }

  .section.solucoes {
    z-index: 0;
  }

  .section.moodle01 {
    height: 600px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .section.moodle02 {
    height: 600px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .section.moodle03 {
    height: 600px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .section.moodle04 {
    height: 580px;
    margin-top: 35px;
    padding-top: 13.5em;
    background-size: 2030px;
  }

  .section.moodle_wrapper {
    padding-top: 0em;
  }

  .section.conferencia {
    height: 580px;
    margin-top: -123px;
    padding-top: 10em;
    background-size: 2030px;
  }

  .section.conf_wrapper {
    padding-top: 4em;
    padding-bottom: 2em;
    background-position: 50% 50%;
  }

  .section.conf_como_wrapper {
    padding-top: 0em;
    padding-bottom: 2em;
  }

  .section.conf_diferenciais_wrapper {
    padding-top: 0em;
  }

  .section.conf_parte_wrapper {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .section.conf_facil_wrapper {
    padding-top: 0em;
  }

  .section.conf_facil_menu_wrapper {
    padding-top: 1em;
  }

  .container {
    margin-top: 0em;
  }

  .container.form {
    padding-right: 0em;
    padding-left: 0em;
  }

  .container.nav_mobile {
    margin-top: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #333745;
  }

  .container.facil {
    padding-top: 0em;
  }

  .container.conferenciaweb {
    padding: 0em 2em 2em;
  }

  .slide {
    background-position: 50% 50%;
  }

  .heading.moodle {
    font-size: 30px;
    line-height: 30px;
  }

  .button.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button.small.auto-margin {
    margin-top: auto;
  }

  .slider__content {
    max-width: 390px;
  }

  .nav.moodle {
    padding-top: 0em;
  }

  .nav__menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: none;
    width: 100%;
    margin-top: -2em;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 32px;
    -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-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-width: 24px;
    border-color: #000;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-color: #074aa0;
    text-align: left;
  }

  .nav__logo {
    display: block;
    max-width: 160px;
  }

  .nav__link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .nav__link.w--current {
    display: block;
  }

  .nav__link.is--green {
    display: none;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .nav__link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav__link-app {
    margin-right: 8px;
    margin-left: auto;
  }

  .search {
    width: 100%;
  }

  .search__button {
    width: 10%;
  }

  .service-menu {
    display: none;
    overflow: visible;
    height: auto;
    -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;
  }

  .service-menu__link {
    width: 31%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .service-menu__link.is--blue2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .service-menu__link.is--green {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .service-menu__link.is--yellow {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .service-menu__link.is--rounded {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
  }

  ._4-collumns {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._4-collumns.bottom-margin.blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card__wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card__content-p.is--white.center {
    text-align: center;
  }

  .card__content-p.is--white.categoria {
    margin-bottom: 0px;
  }

  .card.is--white {
    width: 100%;
  }

  .card__img {
    height: 170px;
  }

  .card__hd.vantagens {
    font-size: 14px;
  }

  .align-right {
    padding-right: 27px;
  }

  .align-right.compute {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .align-right.compute_interna {
    padding-right: 0px;
  }

  .cta {
    width: 100%;
    height: auto;
    margin-top: 136px;
    padding: 36px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 280px;
  }

  .cta.is--blue {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
    border-radius: 200px;
  }

  .cta.is--green {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 55px;
    padding-left: 55px;
    border-radius: 200px;
  }

  .cta__content.p-blue {
    max-width: 300px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .cta__content.is--blue {
    width: 320px;
    text-align: center;
  }

  .cta__txt {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
  }

  .cta__hd {
    margin-top: 0px;
    text-align: center;
  }

  .cta__img {
    width: 400px;
    margin-top: -23px;
    -webkit-transform: translate(0%, -64%);
    -ms-transform: translate(0%, -64%);
    transform: translate(0%, -64%);
  }

  .cta__img.is--sec {
    margin-top: -149px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .news.top-48 {
    padding-right: 16px;
    padding-left: 16px;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card__content.is--compute {
    margin-right: 0vw;
  }

  .card__content.home {
    max-width: 50%;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card__content.is-security {
    max-width: 360px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card__content.is--blog {
    width: 50%;
    margin-bottom: 32px;
  }

  .card__content.is--compute-logo {
    margin-right: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .news__content {
    width: 100%;
    max-width: 100%;
  }

  .news__content.home {
    padding-left: 0px;
  }

  .footer__links {
    padding-right: 47px;
    padding-left: 47px;
  }

  .footer__capes {
    padding-right: 49px;
    padding-left: 49px;
  }

  .footer__rnp {
    padding-right: 48px;
    padding-left: 48px;
  }

  .footer__rnp-link {
    display: inline-block;
  }

  .footer_rnp-block {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__rnp-img {
    margin-top: 32px;
  }

  .footer__rnp-img.first {
    width: 100%;
  }

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

  .footer__links-hyper {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .footer__links-hyper:hover {
    color: #333745;
  }

  .footer__links-hyper.last {
    border-bottom-style: none;
  }

  .footer__links-hyper.last:hover {
    color: #333745;
  }

  .menu__button {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 0px;
    color: #fff;
  }

  .menu__button.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 6%;
    bottom: auto;
    z-index: 14;
    border-radius: 5px;
    background-color: #074aa0;
  }

  .image-10 {
    top: 100%;
    width: 4260px;
  }

  .consultoria__bg {
    top: 50%;
    width: 2390px;
  }

  .nav__menu-conta {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -197%;
    display: none;
  }

  .nav__menu-conta-triangle {
    left: auto;
    right: auto;
  }

  .footer__links-hyper-conta:hover {
    color: #333745;
  }

  .hero__content {
    max-width: 390px;
  }

  .hero__content.moodle {
    max-width: 300px;
  }

  .two-collumn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featires__sobre-div {
    padding-left: 81px;
  }

  ._3-collumns {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sobre__bg {
    top: 37%;
    width: 2300px;
  }

  .nav__menu-60min {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -197%;
    display: none;
  }

  .compute__bg {
    left: auto;
    top: 11%;
    width: 3060px;
    margin-left: -97px;
  }

  .blog_01 {
    height: 620px;
  }

  .bg_slider {
    background-position: 50% 0%;
    background-size: cover;
  }

  .heading__blog.veja_tambem {
    margin-bottom: 8px;
  }

  .collection-item-ve {
    width: 46%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .collection-list {
    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;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item-2 {
    width: 100%;
    margin-bottom: 32px;
  }

  .categoria_tag_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .social_share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column.social {
    padding-top: 32px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .share_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    margin-left: 16px;
    -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;
  }

  .column-2 {
    padding-top: 0px;
  }

  .format_grid_ofertas {
    width: 100%;
  }

  .collection-item-4 {
    width: 100%;
    margin-bottom: 32px;
  }

  .collection-list-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .compute__detail {
    top: 37%;
    display: none;
    width: 2300px;
  }

  .img__compute {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading__compute {
    font-size: 38px;
    line-height: 38px;
  }

  .features__compute-hd {
    line-height: 24px;
  }

  .compute_bg_interna {
    top: 2%;
    width: 3610px;
    margin-left: -363px;
  }

  .card__content-hd-big.is--big.is--bigwhite {
    font-size: 38px;
    line-height: 38px;
  }

  .card__content-p_compute.is--white.center {
    text-align: center;
  }

  .video_box {
    max-width: 100%;
  }

  .card__content_compute.is--compute {
    position: static;
  }

  .box_form_compute {
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading_form {
    font-size: 32px;
  }

  .card__content-p_compute_form.is--white {
    font-size: 16px;
  }

  .card__content-p_compute_form.is--white.center {
    text-align: center;
  }

  .collection-item-5 {
    width: 50%;
    margin-bottom: 32px;
  }

  .collection-list-6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item-6 {
    width: 50%;
  }

  .bg-mask {
    max-width: 2550px;
  }

  .nav-link-wrapper.is--60 {
    display: none;
  }

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

  .compute-logo-wrapper {
    margin-top: 32px;
  }

  .collection-list-wrapper-2 {
    width: 100%;
  }

  .drop-nav__link {
    display: block;
    text-align: center;
  }

  .drop-nav__link.account {
    position: relative;
    z-index: 0;
    display: none;
    border-radius: 0px;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-left: -99px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 103px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 500px;
    background-color: #80af41;
    text-align: left;
  }

  .dropdown-toggle.w--open {
    position: static;
    border-radius: 500px;
    background-color: #80af41;
  }

  .dropdown-toggle._60 {
    position: relative;
    z-index: 12;
    background-color: transparent;
  }

  .dropdown-list-2.w--open {
    position: absolute;
    z-index: 2;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 20px;
    background-color: #eb9346;
  }

  .column-assine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .two-collumn-compute {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .column-8 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .columns-3 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .img__nuvem {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .two-collumn-nuvem {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-collection-item {
    width: 46%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .blog-collection-list {
    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;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .popup-cta {
    overflow: auto;
    padding-top: 0px;
  }

  .cta-wrapper {
    overflow: hidden;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-top {
    max-width: 100%;
    padding: 17px 24px;
  }

  .cta-main-block {
    max-width: 100%;
    padding: 41px 24px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #074aa0;
  }

  .cta-main-content {
    display: none;
    max-width: 510px;
    margin-right: 16px;
    margin-bottom: 16px;
    -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-align: left;
  }

  .cta-main-content.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cta-main-form-block {
    max-width: 100%;
  }

  .cta-top__txt {
    margin-left: 39px;
    line-height: 24px;
  }

  .cta-top__product-txt {
    margin-left: 4px;
  }

  .cta-main-content__hd {
    margin-top: 0px;
    font-size: 30px;
  }

  .cta-main-content__p {
    max-width: none;
  }

  .cta-main-content__txt-2 {
    max-width: 410px;
  }

  .cta-main-form__text-field {
    height: 56px;
  }

  .cta-main-success-message {
    height: 100%;
    min-height: 100%;
  }

  .cta-success-wrapper {
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-main-sucess__img {
    width: 330px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cta-top__bg {
    display: none;
  }

  .cta-main__bg {
    display: none;
    height: 100%;
    margin-right: -502px;
  }

  .collection-list-relacionadas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-releated {
    width: 46%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .mask-layer {
    padding-top: 0px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .img-post {
    margin-top: -129px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .zxxzx {
    padding-top: 0px;
  }

  .zxxzx.social {
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cases-veja {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .collection-veja-item {
    width: 100%;
    margin: 15px 14px;
    padding-right: 0px;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .cta-main__bg-div {
    display: none;
    height: 100%;
    margin-right: -502px;
  }

  .cta-main-content-success {
    display: none;
    max-width: 510px;
    margin-right: 16px;
    margin-bottom: 16px;
    -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;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .cta-main-content-success.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .img-post-internas {
    margin-top: -129px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .termos__link {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }

  .termos__link:hover {
    color: #333745;
  }

  .termos__link.last {
    border-bottom-style: none;
  }

  .termos__link.last:hover {
    color: #333745;
  }

  .aplicacoes-item {
    width: 45%;
  }

  .box-vantagens-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .author-block.medium_post {
    margin-bottom: 48px;
  }

  .logo-mobile-menu {
    display: block;
    width: 96px;
    margin-bottom: 16px;
  }

  ._60minutos-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    -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;
    text-align: left;
  }

  .link-mobile-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #07abc1;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .link-mobile-block:hover {
    color: #eb9346;
  }

  .link-block-mobile__icon {
    margin-right: 4px;
  }

  .link-mobile__hd {
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .link-mobile__hd.larger {
    margin-top: 0px;
    margin-bottom: 24px;
    color: #333745;
    font-size: 16px;
    line-height: 30px;
  }

  .bg-mobile-button {
    position: absolute;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 260px;
    height: 43px;
    margin-left: -67px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 500px;
    background-color: #80af41;
  }

  .close-menu-mobile {
    position: absolute;
    left: auto;
    top: 45px;
    right: 6%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: none;
    padding: 40px 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #074aa0;
    text-align: left;
  }

  .menu-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 6px;
    -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;
  }

  .box_form_moodle {
    padding-right: 32px;
    padding-left: 32px;
  }

  .heading_form_moodle {
    font-size: 32px;
  }

  .slider_moodle {
    top: 0px;
    height: auto;
    margin-top: -118px;
  }

  .slider_nav_moodle {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 75px;
    padding-left: 3.4em;
  }

  .logo_blue_moodle {
    left: 0%;
    top: -129px;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .logo_white_moodle {
    top: -129px;
    display: none;
  }

  .img__moodle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .moodle_compute__detail {
    top: 37%;
    display: none;
    width: 2300px;
  }

  .two-collumn-moodle {
    display: block;
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }

  .moodle-help.left {
    padding: 3.3em;
    border-radius: 20px;
    background-color: #333745;
    background-image: url('../images/arte_moodle.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .moodle_bg_interna {
    top: 2%;
    display: none;
    width: 3610px;
    margin-left: -363px;
  }

  .heading__moodle {
    font-size: 38px;
    line-height: 38px;
  }

  .subheading__moodle {
    font-size: 38px;
    line-height: 38px;
  }

  .logo_moodle {
    display: block;
    max-width: 160px;
  }

  .nav__link_conf {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .nav__link_conf.w--current {
    display: block;
  }

  .nav__link_conf.is--green {
    display: none;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .nav__link_conf.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bt_conf_orange.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bt_conf_orange.small.auto-margin {
    margin-top: auto;
  }

  .bt_conf_white.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bt_conf_white.small.auto-margin {
    margin-top: auto;
  }

  .nav_menu_conf {
    padding: 1em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #07abc1;
    text-align: left;
  }

  .detail_hiden_menu {
    margin-top: 1em;
  }

  .img_conf_top {
    display: none;
  }

  .img_detail {
    display: none;
  }

  .two-collumn-conf {
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .detail_diferenciais_02 {
    top: -3.8em;
  }

  .four-collumn-conf {
    margin-top: 8em;
    margin-bottom: 64px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tree-collumn-conf {
    margin-bottom: 0px;
    padding-top: 8em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tree-collumn-conf.parte {
    display: block;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .tree-collumn-conf.facil {
    display: block;
  }

  .img_diferenciais {
    left: -27.6em;
    top: -4.9em;
  }

  .p__conf_diferenciais.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bt_conf_green.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bt_conf_green.small.auto-margin {
    margin-top: auto;
  }

  .bt_conf_blue.nav {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .bt_conf_blue.small.auto-margin {
    margin-top: auto;
  }

  .img_conf_player {
    position: static;
  }

  .footer__conf_-link {
    display: inline-block;
  }

  .footer_conf-block {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer__conf-img {
    margin-top: 32px;
  }

  .footer__conf-img.first {
    width: 100%;
  }

  .footer__rnp-img-copy {
    margin-top: 32px;
  }

  .footer__rnp-img-copy.first {
    width: 100%;
  }

  .menu_mobile_icon {
    color: #eb9346;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: #07abc1;
  }

  .logo_nasnuvens_top {
    display: none;
  }

  .modal_senha {
    padding: 2em;
  }

  .bg_modal {
    width: auto;
    margin-right: 2em;
    margin-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 47px;
    padding-bottom: 97px;
  }

  .nn-button.nav {
    width: 40%;
  }

  .nn-why-section {
    padding-top: 7px;
  }

  .nn-why-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 490px;
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nn-why-heading {
    text-align: center;
  }

  .nn-why-p {
    margin-bottom: 28px;
    text-align: center;
  }

  .nn-why-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nn-feature-block {
    width: 45%;
  }

  .nn-what-heading {
    padding-right: 0px;
  }

  .nn-cta-wrapper {
    padding: 47px 57px;
  }

  .nn-cta-text {
    margin-bottom: 47px;
  }

  .nn-rnp-section {
    padding-top: 148px;
    padding-bottom: 377px;
    background-position: 120% 100%;
    background-size: 510px;
  }

  .nn-rnp-wrapper {
    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;
  }

  .nn-rnp-contentt {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nn-rnp-heading {
    text-align: center;
  }

  .nn-footer-section {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .body-wrapper {
    background-position: 50% 1970px, 50% 0%;
    background-size: 4170px, 2360px;
  }

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

  .menu-button {
    margin-right: 0px;
  }

  .img-footer {
    max-width: 80%;
    margin-bottom: 10px;
  }

  .img-footer._2 {
    max-width: 80%;
    margin-bottom: 17px;
  }

  .paragraph {
    text-align: center;
  }

  .footer-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nn-why-img-wrapper {
    width: auto;
    margin-bottom: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nn-why-img-icon {
    top: 49%;
    width: 10%;
  }

  .nn-why-img-icon._2 {
    top: 51%;
    right: 2%;
    width: 23%;
  }

  .nn-why-img-icon._3 {
    width: 16%;
  }

  .nn-why-img-icon._4 {
    width: 14%;
  }

  .nn-why-img-icon._5 {
    width: 10%;
  }

  .nn-why-img-icon._6 {
    width: 19%;
  }

  .nn-why-img-icon._7 {
    width: 20%;
  }

  .nn-why-img-icon._8 {
    left: 12%;
    bottom: 40%;
    width: 7%;
  }

  .nn-feature-section {
    padding-top: 7px;
  }

  .html-embed {
    height: 270px;
  }

  .footer-links {
    -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: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-9 {
    width: 140px;
  }

  .section.menu {
    margin-top: -191px;
    padding-bottom: 0em;
  }

  .section.aplica-o {
    z-index: 0;
    padding-bottom: 21.4em;
  }

  .section.consultoria {
    z-index: -1;
    overflow: visible;
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .section.consultoria.v2 {
    margin-top: 361px;
  }

  .section.ebook {
    padding-top: 2em;
    padding-bottom: 5.1em;
  }

  .section.blog {
    background-color: #074aa0;
  }

  .section.compute {
    overflow: hidden;
    padding-top: 4.4em;
    padding-bottom: 4.4em;
    background-color: #eb9346;
  }

  .section.identidade {
    padding-top: 10em;
  }

  .section.blog_article {
    margin-top: -666px;
  }

  .section.compute {
    margin-top: -114px;
    padding-top: 9.1em;
    background-color: transparent;
    background-size: 1730px;
  }

  .section.compute_section {
    padding-top: 6.4em;
    padding-bottom: 2em;
  }

  .section.blog-3 {
    padding-bottom: 0em;
  }

  .section.cases {
    padding-bottom: 0em;
  }

  .section.nuvem-hero {
    height: auto;
    margin-top: -114px;
    padding-top: 9.1em;
    padding-bottom: 6.8em;
    background-color: transparent;
    background-size: 1730px;
  }

  .section.moodle01 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .section.moodle02 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .section.moodle03 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .section.moodle04 {
    margin-top: 20px;
    padding-top: 13.5em;
    background-color: transparent;
    background-size: 1730px;
  }

  .section.moodle_wrapper {
    padding-bottom: 0em;
  }

  .section.conferencia {
    margin-top: -114px;
    padding-top: 9.1em;
    background-color: transparent;
    background-size: 1730px;
  }

  .slider {
    margin-top: -211px;
  }

  .slide {
    background-position: 50% 50%;
    background-size: 1330px;
  }

  .slide-wrapper {
    padding-top: 15.2em;
  }

  .slider__nav {
    top: 259px;
  }

  .heading.moodle {
    font-size: 22px;
    line-height: 22px;
  }

  .heading.conferencia {
    width: 80%;
  }

  .button.nav {
    width: 40%;
  }

  .nav__logo {
    max-width: 130px;
  }

  .search {
    width: 100%;
  }

  .search__input {
    width: 100%;
    font-size: 12px;
  }

  .search-input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .search-input:-ms-input-placeholder {
    font-size: 11px;
  }

  .search-input::-ms-input-placeholder {
    font-size: 11px;
  }

  .search-input::placeholder {
    font-size: 11px;
  }

  .search__icon {
    width: 100px;
    height: 60px;
  }

  .service-menu {
    overflow: hidden;
    border-radius: 30px;
  }

  .service-menu__link {
    width: 50%;
  }

  .service-menu__link.is--blue {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-menu__link.is--blue2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .service-menu__link.is--green {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .service-menu__link.is--yellow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .service-menu__link.is--rounded {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .service-menu__link-txt {
    text-align: center;
  }

  .card__content-hd.is--big {
    color: #333745;
  }

  .card__content-p.is--white {
    margin-bottom: 20px;
  }

  .card__content-p.is--white.categoria {
    margin-bottom: 0px;
  }

  .card__content-p.is--white.mobile {
    color: #074aa0;
  }

  .align-right {
    padding-right: 0px;
    padding-left: 48px;
    -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;
  }

  .align-right.compute {
    padding-left: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .align-right.compute_interna.v-mobile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta {
    width: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 76px;
    padding-right: 59px;
    padding-left: 59px;
    border-radius: 60px;
  }

  .cta.is--blue {
    max-width: 410px;
    margin-top: 64px;
    padding: 64px 18px;
    border-radius: 210px;
  }

  .cta.is--green {
    max-width: 410px;
    margin-top: 64px;
    padding: 64px 18px;
    border-radius: 210px;
  }

  .cta__content.is--blue {
    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;
  }

  .cta__hd {
    max-width: 250px;
    font-size: 24px;
    line-height: 24px;
  }

  .cta__img {
    width: 320px;
    margin-top: -90px;
  }

  .cta__img.is--sec {
    margin-top: -101px;
  }

  .news.top-48 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card__content.is--consultoria {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .card__content.is--consultoria.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card__content.is--compute {
    margin-bottom: 16px;
  }

  .card__content.is--compute.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card__content.home {
    max-width: 100%;
  }

  .card__content.is-security {
    -webkit-box-pack: center;
    -webkit-justify-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;
  }

  .card__content.is--blog {
    width: 100%;
  }

  .card__content.is--compute-logo {
    max-width: 210px;
    margin-top: 108px;
  }

  .card__content.is--compute-logo.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__content.home {
    max-width: 340px;
  }

  .footer__company {
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer__company-img {
    height: 25px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer__company-txt {
    max-width: 340px;
  }

  .footer__links {
    padding-right: 32px;
    padding-left: 32px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer__capes {
    padding-right: 32px;
    padding-left: 32px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .footer_capes-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer_rnp-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__rnp-img {
    width: 110px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer__rnp-img.first {
    margin-top: 16px;
  }

  .menu__button {
    margin-right: 0px;
  }

  .image-10 {
    left: 5%;
    top: 98%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 2000px;
  }

  .consultoria__bg {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .consultoria__bg.mobile {
    left: auto;
    top: -111%;
    right: auto;
    bottom: auto;
    display: block;
    width: 647px;
    margin-left: -62px;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .consultoria__bg-2 {
    left: 50%;
  }

  .service__menu-icon {
    margin-left: 8px;
  }

  .nav__menu-app {
    display: none;
  }

  .nav__menu-app-triangle {
    left: 60%;
    right: 50%;
    margin-right: auto;
    margin-left: 0px;
  }

  .slide-wrapper-copy {
    padding-top: 15.2em;
  }

  .hero__content.moodle {
    max-width: 220px;
  }

  .header__p.moodle {
    font-size: 16px;
    line-height: 18px;
  }

  .header__p.moodle.white {
    font-size: 16px;
    line-height: 18px;
  }

  .two-collumn {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img__sobre {
    margin-bottom: 32px;
  }

  .featires__sobre-div {
    padding-left: 0px;
  }

  ._3-collumns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .compute__bg {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .compute__bg.mobile {
    top: -6%;
    display: block;
    width: 1000px;
    margin-left: -266px;
    opacity: 1;
  }

  .bg_slider {
    background-position: 50% 50%;
    background-size: auto;
  }

  .collection-item-ve {
    width: 100%;
  }

  .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item-2 {
    width: 100%;
    margin-bottom: 24px;
  }

  .categoria_tag_box {
    margin-bottom: 12px;
  }

  .columns.assine {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item-3 {
    width: 100%;
    margin-bottom: 24px;
  }

  .colunas_ofertas {
    margin-bottom: 0px;
  }

  .features__compute-hd.is--big {
    color: #fff;
  }

  .column-4 {
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blue_arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

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

  .compute_bg_interna {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .compute_bg_interna.mobile {
    display: block;
    width: 930px;
    margin-top: 21px;
    margin-left: -289px;
    opacity: 1;
  }

  .card__content-hd-big.is--big {
    color: #fff;
  }

  .card__content-hd-big.is--big.is--bigwhite {
    font-size: 32px;
    line-height: 32px;
  }

  .video_box {
    max-width: 100%;
  }

  .card__content_compute.is--consultoria.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card__content_compute.is--compute.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box_form_compute {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo_compute_form {
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .collection_first {
    width: 100%;
    margin-bottom: 16px;
  }

  .collection-list-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item-5 {
    width: 100%;
  }

  .collection-list-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-item-6 {
    width: 100%;
    margin-bottom: 32px;
  }

  .compute__logo {
    max-width: 120px;
  }

  .compute-logo-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .compute__logo-sec {
    margin-bottom: 20px;
  }

  .two-collumn-compute {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-collumn-nuvem {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-collection-item {
    width: 100%;
  }

  .cta-top {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top-left-radius: 70px;
  }

  .cta-top__product {
    margin-left: 16px;
  }

  .cta-main-content {
    margin-top: 0px;
  }

  .cta-top__txt {
    margin-left: 32px;
    font-size: 16px;
    line-height: 16px;
  }

  .cta-top__product-txt {
    margin-left: 4px;
    font-size: 16px;
    line-height: 16px;
  }

  .cta-main-content__hd.success {
    font-size: 24px;
  }

  .cta-success-wrapper {
    padding-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;
  }

  .cta-main-sucess__img {
    width: 260px;
  }

  .cta-sucess-content {
    margin-bottom: 0px;
  }

  .cta-main__bg {
    min-height: 140%;
  }

  .cta-top-close {
    width: 16px;
  }

  .collection-item-releated {
    width: 100%;
  }

  .mask-layer {
    background-position: 50% 50%;
    background-size: auto;
  }

  .img-post {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
  }

  .collection-veja-item {
    width: 100%;
  }

  .cta-main__bg-div {
    min-height: 140%;
  }

  .cta-main-content-success {
    margin-top: 0px;
  }

  .img-post-internas {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat;
  }

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

  .author-image {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .author-content {
    margin-top: 8px;
    padding-left: 0px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    border-left-style: none;
  }

  .box_form_moodle {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo_moodle_form {
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .slider_nav_moodle {
    bottom: 133px;
  }

  .img__moodle {
    margin-top: 60px;
  }

  .two-collumn-moodle {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .moodle_bg_interna {
    display: none;
    width: 1190px;
    opacity: 0.41;
    background-clip: border-box;
  }

  .moodle_bg_interna.mobile {
    display: block;
    width: 930px;
    margin-top: 21px;
    margin-left: -289px;
    opacity: 1;
  }

  .logo_moodle {
    max-width: 130px;
  }

  .bt_conf_orange.nav {
    width: 40%;
  }

  .bt_conf_white.nav {
    width: 40%;
  }

  .two-collumn-conf {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .two-collumn-conf.menu_facil {
    display: block;
  }

  .detail_como_01 {
    display: none;
  }

  .card__content-conf_como.is--big {
    color: #333745;
  }

  .detail_diferenciais_02 {
    display: none;
  }

  .four-collumn-conf {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tree-collumn-conf {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img_diferenciais {
    position: static;
    max-width: 100%;
  }

  .bt_conf_green.nav {
    width: 40%;
  }

  .bt_conf_blue.nav {
    width: 40%;
  }

  .card__content-hd_conf.is--big {
    color: #333745;
  }

  .card__content-hd_conf.is--light_dark.mobile {
    display: block;
  }

  .p__sobre_conf {
    width: 80%;
  }

  .footer_conf-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__conf-img {
    width: 110px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer__conf-img.first {
    margin-top: 16px;
  }

  .footer__rnp-img-copy {
    width: 110px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer__rnp-img-copy.first {
    margin-top: 16px;
  }

  .login_infos {
    padding-left: 1em;
  }

  .link_n_federado {
    text-align: left;
  }

  .pass_infos {
    display: block;
  }

  .divisor_img {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .hero-section {
    padding-top: 55px;
    padding-bottom: 63px;
  }

  .nn-hero-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .nn-hero-content {
    max-width: 290px;
  }

  .nn-button {
    padding: 20px 33px;
  }

  .nn-button.nav {
    width: 80%;
  }

  .nn-hero-p {
    margin-bottom: 23px;
  }

  .nn-why-section {
    padding-top: 0px;
  }

  .nn-why-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .nn-why-block {
    -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;
  }

  .nn-feature-block {
    width: 100%;
    height: 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nn-feature-block.last {
    width: 100%;
  }

  .nn-what-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nn-what-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .nn-what-heading._2 {
    margin-top: 32px;
  }

  .nn-what-p {
    margin-bottom: 32px;
  }

  .nn-cta-wrapper {
    padding-right: 22px;
    padding-left: 22px;
  }

  .nn-cta-section {
    padding-top: 32px;
  }

  .nn-cta-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .nn-cta-text {
    margin-bottom: 21px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 22px;
  }

  .nn-cta-form-field {
    margin-bottom: 26px;
  }

  .nn-rnp-section {
    z-index: 0;
    margin-top: -46px;
    padding-top: 71px;
    padding-bottom: 253px;
    background-position: 50% 100%;
    background-size: 310px;
  }

  .nn-rnp-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .nn-footer-section {
    margin-top: 49px;
    margin-bottom: 44px;
  }

  .nav-menu {
    padding-right: 49px;
    padding-left: 49px;
  }

  .logo-nav-img {
    width: 140px;
    max-width: none;
  }

  .brand {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-wrapper {
    background-position: 50% 2100px, 50% 0%;
    background-size: 3770px, 2040px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-footer {
    max-width: 100%;
  }

  .img-footer._2 {
    width: 230px;
  }

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

  .nn-feature-section {
    padding-top: 0px;
  }

  .html-embed {
    overflow: hidden;
  }

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

  .image-9 {
    width: 110px;
  }

  .section {
    padding-top: 3em;
  }

  .section.menu {
    z-index: 1;
    margin-top: -201px;
    padding-bottom: 1em;
  }

  .section.aplica-o {
    padding-top: 3em;
  }

  .section.consultoria {
    padding-top: 3em;
    padding-bottom: 3.9em;
    background-image: none;
  }

  .section.consultoria.v2 {
    margin-top: 244px;
  }

  .section.consultoria.is--solucoes {
    margin-top: 157px;
  }

  .section.ebook {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.ebook.poduct {
    padding-top: 2em;
  }

  .section.ebook.home {
    padding-bottom: 3em;
  }

  .section.hero {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 11.4em;
    background-size: 1430px;
  }

  .section.produto {
    height: 420px;
    margin-bottom: -25px;
    padding-top: 9.6em;
    background-position: 50% 0%;
    background-size: 830px;
  }

  .section.compute {
    padding-top: 3.9em;
    padding-bottom: 3.9em;
    background-image: none;
  }

  .section.identidade {
    padding-top: 8.9em;
  }

  .section.blog {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 11.4em;
    background-size: 1430px;
  }

  .section.blog_list {
    margin-top: -85px;
  }

  .section.blog_article {
    margin-top: -413px;
  }

  .section.compute {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 8.3em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .section.compute_section {
    padding-top: 7.1em;
  }

  .section.principais_vantagens {
    padding-top: 6em;
  }

  .section.hero-futuro {
    height: 450px;
    margin-bottom: -25px;
    padding-top: 9.3em;
    padding-bottom: 0em;
    background-position: 50% 0%;
    background-size: 820px;
  }

  .section.blog-3 {
    padding-bottom: 0em;
  }

  .section.produto-sol {
    height: 420px;
    margin-bottom: 0px;
    padding-top: 11.4em;
    background-position: 50% 0%;
    background-size: 1280px;
  }

  .section.cases {
    padding-bottom: 0em;
  }

  .section.cases-blog {
    margin-top: -115px;
  }

  .section.nuvem-hero {
    height: 510px;
    margin-bottom: -25px;
    padding-top: 8.3em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .section.produtos {
    margin-top: 0px;
    padding-top: 2em;
  }

  .section.solucoes {
    z-index: 1;
    margin-top: 0px;
  }

  .section.aplicacoes {
    margin-top: -71px;
  }

  .section.moodle01 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), color-stop(19%, hsla(0, 0%, 99.3%, 0.8)), color-stop(35%, hsla(0, 0%, 99.2%, 0))), url('../images/top_Compute_bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 99.3%, 0.8) 19%, hsla(0, 0%, 99.2%, 0) 35%), url('../images/top_Compute_bg.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 1780px;
    background-repeat: repeat, no-repeat;
  }

  .section.moodle02 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .section.moodle03 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, hsla(0, 0%, 100%, 0.8)), color-stop(39%, hsla(0, 0%, 100%, 0))), url('../images/top_Compute_bg.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8) 20%, hsla(0, 0%, 100%, 0) 39%), url('../images/top_Compute_bg.png');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 1780px;
    background-repeat: repeat, no-repeat;
  }

  .section.moodle04 {
    height: 510px;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-top: 13em;
    background-image: url('../images/top_Compute_bg.png');
    background-position: 50% 0%;
    background-size: 1780px;
  }

  .section.principais_vantagens_moodle {
    padding-top: 0em;
  }

  .section.conferencia {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2em;
    background-image: none;
  }

  .section.conf_wrapper {
    background-position: 0% 50%;
  }

  .container {
    margin-top: 0em;
    padding-top: 0em;
  }

  .container.form {
    padding-right: 0em;
    padding-left: 0em;
  }

  .container.conferenciaweb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slider {
    position: relative;
    z-index: auto;
  }

  .slider.blog {
    position: relative;
    height: 600px;
  }

  .slide {
    background-position: 50% 50%;
  }

  .mask.blog {
    height: 600px;
  }

  .slide-wrapper {
    padding-top: 14.2em;
  }

  .slide-wrapper.blog {
    background-position: 50% 100%;
  }

  .slider__nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 32px;
    -webkit-transform: translate(0px, -380%);
    -ms-transform: translate(0px, -380%);
    transform: translate(0px, -380%);
    font-size: 0.3em;
  }

  .slider__nav.blog {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24%;
    margin-top: -74px;
    margin-left: 0px;
  }

  .slider__nav.cases {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 24%;
    display: none;
    margin-top: -105px;
    margin-left: 0px;
  }

  .heading {
    font-size: 28px;
    line-height: 28px;
  }

  .heading.blog {
    font-size: 24px;
    line-height: 24px;
  }

  .heading.moodle {
    color: #fff;
  }

  .heading.conferencia {
    line-height: 32px;
  }

  .heading.conferencia.como {
    text-align: left;
  }

  .heading.conferencia.facil {
    text-align: left;
  }

  .heading.conferencia.conheca {
    text-align: left;
  }

  .heading.parte {
    text-align: left;
  }

  .slider__p {
    margin-bottom: 16px;
  }

  .button.nav {
    width: 80%;
  }

  .button.is--sub {
    width: 100%;
  }

  .slider__content {
    max-width: 290px;
    margin-top: 1.5em;
  }

  .nav {
    z-index: 20000;
    padding-bottom: 0em;
  }

  .nav.conferencia {
    padding-top: 0em;
  }

  .nav__menu {
    z-index: 5000;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0px 0px 24px 24px;
  }

  .nav__logo {
    width: 96px;
    max-width: none;
  }

  .nav__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__link-app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search {
    overflow: hidden;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 500px;
    box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.39);
  }

  .search__drop {
    width: 100%;
    padding: 11px 4px;
    -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: 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-radius: 2px;
    font-size: 12px;
    font-weight: 600;
  }

  .search__separator {
    display: none;
  }

  .search__button {
    position: static;
    width: 17%;
    border-radius: 0px;
    background-position: 50% 50%;
    background-size: 4vw;
  }

  .search__input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .search-input {
    width: 100%;
    height: 60px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.18);
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .search__icon {
    width: 100%;
    margin-right: 0px;
    border-radius: 0px;
  }

  .service-menu__link.is--blue {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-menu__link.is--blue2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-menu__link.is--green {
    padding-right: 17px;
    padding-left: 17px;
  }

  .service-menu__link.is--yellow {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-menu__link.is--rounded {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-menu__link-txt {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .service-menu__link-img {
    width: 16px;
    margin-right: 6px;
  }

  ._4-collumns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card__wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__wrapper.blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card__content-hd {
    text-align: left;
  }

  .card__content-hd.is--big {
    color: #333745;
    text-align: center;
  }

  .card__content-hd.is--big.left {
    text-align: left;
  }

  .card__content-hd.is--big.left.white-span {
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .card__content-hd.is--green {
    text-align: center;
  }

  .card__content-hd.is--light-blue {
    text-align: left;
  }

  .card__content-p {
    text-align: left;
  }

  .card__content-p.is--white {
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .card__content-p.is--white.categoria {
    padding: 8px 14px;
    font-size: 12px;
  }

  .card__content-p.is--white.blog {
    max-width: 260px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 16px;
  }

  .card__content-p.is--white.mobile {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #333745;
    text-align: left;
  }

  .card__content-p.is--white.left {
    text-align: left;
  }

  .card__content-p.is--white.cases-destaques {
    text-align: left;
  }

  .card__content-p.is--white.label {
    max-width: 260px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .card__content-p.is-consultoria {
    text-align: left;
  }

  .card.collection_first {
    margin-right: 0px;
  }

  .card__hd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .card__hd.is--white {
    margin-bottom: 5px;
  }

  .card__p {
    color: #7c8087;
    text-align: left;
  }

  .align-right {
    padding-left: 16px;
    text-align: left;
  }

  .align-right.compute {
    padding-left: 16px;
  }

  .cta {
    width: 100%;
    height: auto;
    margin-top: 126px;
    padding: 48px 21px 33px;
    border-radius: 50px;
  }

  .cta.is--blue {
    max-width: 100%;
    padding-right: 29px;
    padding-left: 29px;
  }

  .cta.is--green {
    max-width: 100%;
    padding-right: 29px;
    padding-left: 29px;
  }

  .cta__content.p-blue {
    max-width: 100%;
  }

  .cta__content.is--blue {
    width: 100%;
  }

  .cta__txt {
    margin-top: 8px;
  }

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

  .cta__img {
    width: 320px;
    margin-top: 0px;
    -webkit-transform: translate(0%, -86%);
    -ms-transform: translate(0%, -86%);
    transform: translate(0%, -86%);
  }

  .news.top-48 {
    padding-right: 0px;
    padding-left: 0px;
    justify-items: start;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card__content.is--consultoria {
    text-align: left;
  }

  .card__content.is--compute {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .card__content.home {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__content.is-security {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__content.is--blog {
    width: 80%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card__content.is--compute-logo {
    max-width: 180px;
    margin-top: 30px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news__form {
    height: 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;
  }

  .news__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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news__content.home {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .news-wrapper {
    width: 100%;
  }

  .news__form-field {
    height: 40px;
    padding-left: 45px;
    border-radius: 200px;
    background-position: 16px 50%;
    background-size: 16px;
  }

  .news__form-field::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .news__form-field:-ms-input-placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .news__form-field::-ms-input-placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .news__form-field::placeholder {
    font-size: 10px;
    line-height: 10px;
  }

  .news__form-block {
    height: auto;
  }

  .submit-button {
    width: 100%;
    height: 40px;
    margin-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 200px;
    font-size: 10px;
  }

  .footer__company {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .footer__company-img {
    height: 38px;
    margin: 8px 13px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer__company-img.google {
    height: 28px;
  }

  .footer__company-txt {
    max-width: 250px;
  }

  .footer__links {
    padding: 40px 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__capes {
    padding: 40px 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__rnp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-bottom: 52px;
    padding-left: 16px;
    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__rnp-wrapper {
    border-bottom-style: none;
  }

  .footer__rnp-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .footer_rnp-block {
    margin-top: 0px;
  }

  .footer__rnp-img {
    display: none;
    width: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer__rnp-img.first {
    display: none;
  }

  .footer__txt {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 1600px;
    margin-top: 0%;
    margin-right: -115px;
    margin-left: 0%;
    -webkit-transform: translate(0%, 83%);
    -ms-transform: translate(0%, 83%);
    transform: translate(0%, 83%);
  }

  .consultoria__bg.mobile {
    top: -115%;
    width: 610px;
    margin-left: -125px;
  }

  .consultoria__bg-2 {
    display: none;
  }

  .image-12 {
    width: 10px;
  }

  .nav__menu-app {
    top: 63px;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
  }

  .nav__menu-app-title {
    overflow: visible;
  }

  .nav__menu-app-triangle {
    left: 63%;
  }

  .nav__menu-link-block {
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .nav__menu-conta {
    top: 63px;
    display: none;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
  }

  .nav__menu-conta-triangle {
    left: auto;
  }

  .nav__menu-conta-title {
    overflow: visible;
  }

  .hero__content {
    max-width: 290px;
  }

  .header__p {
    margin-bottom: 23px;
  }

  .header__p.moodle {
    color: #fff;
  }

  .two-collumn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading__sobre {
    text-align: left;
  }

  .p__sobre {
    margin-bottom: 16px;
    text-align: left;
  }

  .img__sobre {
    max-width: 80%;
    margin-bottom: 16px;
  }

  .featires__sobre-div {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._3-collumns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading__cases {
    text-align: center;
  }

  .p__cases {
    text-align: center;
  }

  .footer__bg {
    left: -25%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 710px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .sobre__bg {
    top: 10%;
    width: 1000px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .tabs__menu {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
  }

  .tab__link {
    margin-top: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 16px 30px;
    font-size: 11px;
  }

  .tab__link.w--current {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav__menu-60min {
    top: 63px;
    display: none;
    overflow: visible;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.32);
  }

  .nav__menu-60min-title {
    overflow: visible;
  }

  .compute__bg.mobile {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 810px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: translate(110px, 0px);
    -ms-transform: translate(110px, 0px);
    transform: translate(110px, 0px);
  }

  .blog_01 {
    background-image: url('../images/mask_blog_slider.svg');
    background-position: 0% 0%;
    background-size: 1330px;
    background-repeat: no-repeat;
  }

  .bg_slider {
    height: 620px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .p__blog {
    text-align: left;
  }

  .p__blog.small.post_resume h1 {
    font-size: 28px;
  }

  .p__blog.small.post_resume h2 {
    font-size: 24px;
  }

  .p__blog.small.post_resume h3 {
    font-size: 20px;
  }

  .p__blog.small.post_resume h4 {
    font-size: 18px;
  }

  .heading__blog {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .img_big_post {
    height: 170px;
  }

  .collection-item-ve {
    margin-right: 0px;
    margin-left: 0px;
  }

  .wrapper_post {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .box_assine {
    padding: 32px 8px;
    border-radius: 13px;
  }

  .box_assine.small {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tit_category {
    padding-right: 8px;
    padding-left: 8px;
  }

  .social_share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column.social {
    padding-left: 0px;
  }

  .share_buttons {
    margin-left: 0px;
  }

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

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .compute__detail {
    top: 10%;
    width: 1000px;
  }

  .img__compute {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .heading__compute {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .box_vantagens_compute {
    padding: 83px 24px;
    border-radius: 500px;
  }

  .features__compute-hd {
    margin-right: 0px;
    font-size: 20px;
    text-align: center;
  }

  .features__compute-hd.is--big {
    color: #333745;
    text-align: center;
  }

  .features__compute-hd.is--green {
    text-align: center;
  }

  .features__compute-hd.is--light-blue {
    text-align: center;
  }

  .compute__content.title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .column-4.moodle {
    padding-right: 0px;
  }

  .compute_bg_interna.mobile {
    width: 730px;
    margin-top: 0px;
    margin-left: -169px;
  }

  .card__content-hd-big.is--big {
    color: #333745;
    text-align: center;
  }

  .card__content-hd-big.is--big.is--bigwhite {
    font-size: 24px;
    line-height: 24px;
  }

  .card__content-hd-big.is--green {
    text-align: center;
  }

  .card__content-hd-big.is--light-blue {
    text-align: center;
  }

  .card__content-p_compute {
    text-align: center;
  }

  .video_box {
    max-width: 100%;
  }

  .card__content_compute {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card__content_compute.is--compute {
    max-width: 330px;
  }

  .box_form_compute {
    max-width: 100%;
    padding: 33px 16px;
  }

  .heading_form {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .card__content-p_compute_form {
    text-align: center;
  }

  .card__content-p_compute_form.is--white {
    margin-bottom: 0px;
    line-height: 20px;
  }

  .card__content-p_compute_form.is--white.top_form {
    color: #eb9346;
    font-size: 20px;
  }

  .nn-compute-form-field {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .nn-compute-form-field::-webkit-input-placeholder {
    font-size: 14px;
  }

  .nn-compute-form-field:-ms-input-placeholder {
    font-size: 14px;
  }

  .nn-compute-form-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .nn-compute-form-field::placeholder {
    font-size: 14px;
  }

  .fields_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bg-mask {
    max-width: 2030px;
  }

  .nav-link-wrapper.is--account {
    display: none;
  }

  .compute__logo {
    max-width: 82px;
  }

  .compute-logo-wrapper {
    margin-top: 24px;
  }

  .compute__logo-sec {
    width: 32px;
  }

  .compute__logo-sec.googe {
    width: 80px;
  }

  .cta-content__p {
    margin-bottom: 16px;
  }

  .footer-img {
    display: block;
    width: 119px;
  }

  .drop-nav__link.account {
    border-radius: 500px;
  }

  .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon {
    position: absolute;
  }

  .dropdown-list-2.account {
    background-color: #eb9346;
  }

  .div-block-2 {
    margin-top: 2px;
  }

  .column-assine {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

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

  .two-collumn-compute {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .img__nuvem {
    max-width: 80%;
    margin-bottom: 16px;
  }

  .two-collumn-nuvem {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-collection-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .popup-cta {
    z-index: 9007199254740991;
    overflow: auto;
    height: auto;
    min-height: auto;
    padding-top: 32px;
  }

  .cta-wrapper {
    overflow: visible;
  }

  .cta-top {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px 0px 0px;
  }

  .cta-main-block {
    padding: 24px 16px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: #074aa0;
  }

  .cta-top__product {
    margin-left: 0px;
  }

  .cta-main-content {
    display: none;
  }

  .cta-main-content.mobile {
    display: block;
    max-width: 100%;
  }

  .cta-top__logo {
    width: 85px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .cta-top__txt {
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

  .cta-top__product-txt {
    margin-left: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .cta-main-content__hd {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-main-content__hd.success {
    font-size: 24px;
    line-height: 28px;
  }

  .cta-main-content__p {
    margin-bottom: 24px;
  }

  .cta-main-content__txt-2 {
    max-width: 100%;
    font-size: 20px;
  }

  .cta-main-content__logo {
    width: 80px;
    margin-top: 32px;
  }

  .cta-main-form__hd {
    font-size: 20px;
  }

  .cta-main-form__hd.mobile {
    display: block;
  }

  .cta-main-success-message {
    height: auto;
    min-height: 110%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .cta-success-wrapper {
    padding-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;
  }

  .cta-main-sucess__img {
    width: 100%;
  }

  .cta-sucess-content {
    margin-bottom: 0px;
  }

  .cta-top__bg {
    left: -40%;
    display: none;
    margin-left: 59px;
  }

  .cta-main__bg {
    display: none;
    margin-right: -968px;
  }

  .cta-top-close {
    position: absolute;
    left: auto;
    top: 14%;
    right: 4%;
    bottom: auto;
    width: 16px;
  }

  .collection-item-releated {
    margin-right: 0px;
    margin-left: 0px;
  }

  .wrapper_post-blog {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .collection-list-wrapper-4 {
    background-position: 50% 0%;
    background-size: 1150px;
    background-repeat: no-repeat;
  }

  .mask-layer {
    height: 530px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .mask-layer.search-section {
    height: 630px;
  }

  .img-post {
    height: 530px;
    background-position: 50% 0%;
    background-size: 1090px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .zxxzx.social {
    padding-left: 0px;
  }

  .collection-veja-item {
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-main__bg-div {
    display: none;
    margin-right: -968px;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .cta-main-content-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cta-main-content-success.mobile {
    display: block;
    max-width: 100%;
  }

  .cta-main-content-success.pc {
    display: none;
  }

  .search-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-result-wrapper {
    margin-top: 0px;
  }

  .search-result-item {
    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;
  }

  .hd__relacionados {
    font-size: 14px;
    text-align: left;
  }

  .img-post-internas {
    height: 530px;
    background-position: 50% 0%;
    background-size: 1090px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .termos-links {
    margin-top: 8px;
  }

  .resultado_texto_error {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .grid-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-template-areas: ". Area";
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }

  .image-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .aplicacoes-item {
    width: 100%;
  }

  .box-vantagens-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .author-block.medium_post {
    padding: 24px 16px 32px;
  }

  .logo-mobile-menu {
    margin-bottom: 40px;
  }

  .nav-menu-mobile {
    display: none;
  }

  .no-sign_txt {
    margin-left: 0px;
    font-size: 12px;
    text-align: center;
  }

  .box_form_moodle {
    max-width: 100%;
    padding: 33px 16px;
  }

  .heading_form_moodle {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .slider_moodle {
    height: 500px;
  }

  .slider_nav_moodle {
    bottom: 31px;
  }

  .logo_blue_moodle {
    top: -63px;
    width: 120px;
  }

  .logo_white_moodle {
    top: -63px;
    width: 120px;
  }

  .img__moodle {
    max-width: 80%;
    margin-bottom: 0px;
  }

  .moodle_compute__detail {
    top: 10%;
    width: 1000px;
  }

  .two-collumn-moodle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .moodle-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    -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;
  }

  .moodle-help.left {
    background-position: 50% 50%;
  }

  .moodle_bg_interna.mobile {
    width: 730px;
    margin-top: 0px;
    margin-left: -169px;
  }

  .heading__moodle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .subheading__moodle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .logo_moodle {
    width: 96px;
    max-width: none;
  }

  .logo_conferencia {
    max-width: 100%;
  }

  .bt_conf_orange {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .bt_conf_orange.nav {
    width: 80%;
  }

  .bt_conf_orange.is--sub {
    width: 100%;
  }

  .bt_conf_white {
    width: 100%;
  }

  .bt_conf_white.nav {
    width: 80%;
  }

  .bt_conf_white.is--sub {
    width: 100%;
  }

  .conf_conheca_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -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;
    text-align: left;
  }

  .two-collumn-conf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card__content-conf_como {
    text-align: left;
  }

  .card__content-conf_como.is--big {
    color: #333745;
    text-align: center;
  }

  .card__content-conf_como.is--big.left {
    text-align: left;
  }

  .card__content-conf_como.is--big.left.white-span {
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .card__content-conf_como.is--green {
    text-align: center;
  }

  .card__content-conf_como.is--light-blue {
    text-align: left;
  }

  .conf-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -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;
  }

  .conf-help.usar {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .p__orange_box {
    margin-bottom: 16px;
    text-align: left;
  }

  .four-collumn-conf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tree-collumn-conf {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p__conf_list_blue {
    margin-bottom: 16px;
    text-align: left;
  }

  .p__conf_diferenciais {
    margin-bottom: 16px;
    text-align: left;
  }

  .bt_conf_green.nav {
    width: 80%;
  }

  .bt_conf_green.is--sub {
    width: 100%;
  }

  .bt_conf_blue.nav {
    width: 80%;
  }

  .bt_conf_blue.is--sub {
    width: 100%;
  }

  .footer__conf-wrapper {
    border-bottom-style: none;
  }

  .card__content-hd_conf {
    text-align: left;
  }

  .card__content-hd_conf.is--big {
    color: #333745;
    text-align: center;
  }

  .card__content-hd_conf.is--big.left {
    text-align: left;
  }

  .card__content-hd_conf.is--big.left.white-span {
    max-width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }

  .card__content-hd_conf.is--green {
    text-align: center;
  }

  .card__content-hd_conf.is--light-blue {
    text-align: left;
  }

  .card__content-hd_conf.is--light_dark.mobile {
    text-align: center;
  }

  .p__sobre_conf {
    margin-bottom: 16px;
    text-align: left;
  }

  .footer__conf_-link {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .footer_conf-block {
    display: block;
    margin-top: 0px;
  }

  .footer__conf-img {
    width: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hide-on-mobile .footer__conf-img {
    display: block !important;
  }

  .mobile .footer__conf-img {
    display: none !important;
  }

  @media screen and (max-width: 991px) {
    .hide-on-mobile .footer__conf-img {
      display: none !important;
    }

    .mobile .footer__conf-img {
      display: block !important;
    }
  }

  .footer__conf-img.first {
    display: none;
  }

  .footer__rnp-img-copy {
    display: none;
    width: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer__rnp-img-copy.first {
    display: none;
  }

  .brand-2 {
    width: 60%;
  }

  .modal_senha {
    position: static;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .bg_modal {
    position: static;
    display: block;
    width: 100%;
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }

  .top_modal {
    display: block;
  }

  .login_choices {
    display: block;
  }

  .login_infos {
    margin-bottom: 2em;
    padding-right: 1em;
    border-right-style: none;
  }

  .left_modal-wrapper.top {
    border-radius: 0px;
  }

  .left_modal-wrapper.bottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .top_left {
    -ms-grid-rows: 140px auto;
    grid-template-rows: 140px auto;
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_21076a01-1373-f110-a917-171c82056dfc-f97fb6f4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_07e1430b-8b30-ddbf-7793-2339600e33a8-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_658312a4-8449-0c95-62de-4795fb918ba5-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f57bb073-53c4-c315-1d25-0ad4de8036cf-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f57bb073-53c4-c315-1d25-0ad4de8036db-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4b340a21-c522-a41e-6d6c-78d2244f1545-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9448ae28-1f23-1d6b-3066-47eba6d5467b-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0c50be9f-1172-2a6e-710b-94ff12805467-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e2cbd0a1-0d47-740a-824e-419fdaa29b1f-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e2cbd0a1-0d47-740a-824e-419fdaa29b29-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e7375240-f449-3e36-4640-9ecb026152d5-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e7375240-f449-3e36-4640-9ecb026152d6-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e7375240-f449-3e36-4640-9ecb026152f6-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e4c30584-e30c-52ee-925f-6db0b682727f-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e4c30584-e30c-52ee-925f-6db0b6827282-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e4c30584-e30c-52ee-925f-6db0b6827285-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_80d589eb-0049-733f-6e6d-cc182e1b99b1-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_80d589eb-0049-733f-6e6d-cc182e1b99b8-f97fb6f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-bbdba314-041d-9cfa-6762-ba9418295424-182953df {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab8edb7d-b9b6-20eb-8301-165aeeedd220-f97fb6f4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_07e1430b-8b30-ddbf-7793-2339600e33a8-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f57bb073-53c4-c315-1d25-0ad4de8036cf-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e2cbd0a1-0d47-740a-824e-419fdaa29b1f-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e7375240-f449-3e36-4640-9ecb026152d6-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e4c30584-e30c-52ee-925f-6db0b6827282-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_80d589eb-0049-733f-6e6d-cc182e1b99b8-f97fb6f4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-bbdba314-041d-9cfa-6762-ba9418295424-182953df {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_0b971607-4016-d219-1329-723a9654b14c-bc7fb6ff {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}