.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(100%, transparent), to(#fff)), url('../images/luzdigital-foto-predio.svg');
  background-image: linear-gradient(180deg, #000, transparent 100%, #fff), url('../images/luzdigital-foto-predio.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.center.principal {
  height: auto;
  max-height: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-image: url('../images/luzdigital-fundo-hero.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.section.column.faq {
  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;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -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: #1b1b1b;
}

.section.wide.img {
  padding-bottom: 0vh;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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;
}

.section.azul {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214c9b), to(#000));
  background-image: linear-gradient(180deg, #214c9b, #000);
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

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

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0px 5vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92vw;
  padding-top: 0px;
  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;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -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;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  text-align: left;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 260px;
  min-width: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Barlow, sans-serif;
  color: #00a80b;
}

.feature-content.icons.numbers._30 {
  max-width: 200px;
  min-width: 150px;
  margin-right: 0px;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #fc0a7e;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #fff;
  color: #6b6b6b;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

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

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  width: auto;
  height: auto;
  max-height: 500px;
  max-width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

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

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

.div-block-7.team {
  -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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  max-height: 100px;
  max-width: 1000px;
  min-height: 70px;
}

.nav-link {
  width: auto;
  height: 60px;
  max-height: 62px;
  max-width: 180px;
  min-width: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid transparent;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #00a80b;
  color: #fff;
}

.nav-link.w--current {
  width: auto;
  border-color: transparent;
  text-transform: uppercase;
}

.nav-link.acesso-remoto {
  width: 170px;
  height: 60px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-width: 0px;
  border-color: #00a80b;
  background-color: #00a80b;
  color: #fff;
  cursor: pointer;
}

.nav-link.acesso-remoto:hover {
  background-color: #0198e0;
  box-shadow: none;
}

.nav-link.acesso-remoto.w--current:hover {
  background-color: #83d0f5;
  color: #fff;
}

.nav-link.produtos {
  width: 90px;
  max-width: 200px;
  font-size: 16px;
  text-align: center;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: 85vh;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  width: auto;
  max-width: 500px;
  min-width: 400px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 44px;
  text-align: left;
}

.black-text.numeros {
  max-width: 400px;
  min-width: 200px;
  color: #00a80b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.hero-content {
  position: static;
  z-index: 90;
  width: auto;
  max-height: 200px;
  max-width: 1300px;
  padding-right: 140px;
  padding-left: 140px;
  background-color: rgba(0, 168, 11, 0.5);
}

.hero-content.faixa {
  width: auto;
  max-height: 300px;
  max-width: 1500px;
}

.hero-content.principal {
  height: auto;
  max-height: none;
  max-width: none;
  margin: 0px auto;
  padding: 100px 5vh 100px 5vw;
  background-color: transparent;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  /* -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; */
  text-align: center;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap.icons.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  min-width: 1000px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -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 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  cursor: pointer;
}

.black {
  color: #000;
}

.hero-subhead {
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 57px;
  margin-bottom: 30px;
}

.feature-icon.bases {
  height: auto;
  max-height: 200px;
  max-width: 200px;
  min-height: 150px;
  min-width: 150px;
}

.feature-icon.bases.etapas {
  height: auto;
  max-height: 60px;
  max-width: 60px;
  min-height: 40px;
  min-width: 40px;
  margin-bottom: 10px;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: block;
  max-height: 600px;
  min-height: 550px;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
  background-image: url('../images/luzdigital-rodape.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  color: #6b6b6b;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  height: 9.993749618530273px;
  max-height: 200px;
  max-width: 250px;
  min-height: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  height: 60px;
  max-height: 80px;
  max-width: 1200px;
  min-height: 60px;
  min-width: 950px;
  margin-top: 15px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Barlow, sans-serif;
}

.brand.w--current {
  cursor: pointer;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  max-width: none;
  margin-top: 60px;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.italic-text {
  color: #00a80b;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-height: 102px;
  min-height: 60px;
  padding: 20px;
  -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: #00a80b;
  font-size: 16px;
  text-align: center;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5 {
  margin-top: 15px;
}

.text-block-3 {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #00a80b;
  font-size: 32px;
  font-weight: 700;
}

.div-block-13 {
  height: 30px;
  margin-top: 40px;
  font-family: Barlow, sans-serif;
  text-align: center;
}

.paragraph-2 {
  max-width: 500px;
  min-width: 300px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2.prisma {
  font-size: 18px;
  text-align: left;
}

.paragraph-2.rodape {
  display: block;
  max-width: 800px;
  min-width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
}

.div-block-14 {
  height: 2px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #000;
}

.bases-titulo {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.bases-titulo.azul {
  color: #83d0f5;
  font-weight: 600;
}

.bases-titulo.vermelho {
  color: #e52621;
  font-weight: 600;
}

.texto-rodape {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  text-align: left;
}

.div-rodape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 35px;
  margin-right: 10px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-rodape.endereco {
  max-width: 45px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-6 {
  max-height: 35px;
  max-width: 35px;
}

.image-7 {
  max-height: 45px;
  max-width: 45px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
}

.caixa-rodape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.caixa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 400px;
  max-width: 400px;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.body-2 {
  border: 0px solid transparent;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.process-tab-menu {
  margin-top: -50px;
  text-align: center;
}

.section-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-2.tint {
  background-color: #f5f5f5;
  font-size: 24px;
  font-weight: 700;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.section-title.branco {
  max-width: none;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.process-tabs-line {
  width: 100%;
  height: 2px;
  margin-top: 80px;
  background-color: #00a80b;
}

.process-tabs-line.azul {
  height: 2px;
  background-color: #2a4b9a;
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  width: 120px;
  height: 120px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-right: 12px;
  padding-left: 12px;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #1f6fff;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.container-2 {
  position: relative;
  max-width: 1100px;
}

.section-description {
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-icon {
  height: 60px;
  margin-bottom: 6px;
}

.process-tab-icon._2014 {
  display: inline-block;
  height: 60px;
  margin-bottom: 2px;
}

.process-tab-icon._2018 {
  height: 65px;
  margin-bottom: 0px;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #1f6fff;
}

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

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.block-quote {
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #2a4b9a;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-weight: 400;
}

.block-quote.continua {
  border-left-width: 0px;
  color: #2a4b9a;
}

.block-quote.continua.cor-verde {
  color: #00a80b;
}

.block-quote.verde {
  padding-right: 10px;
  padding-left: 10px;
  border-width: 0px 0px 0px 5px;
  border-color: #00a80b;
  color: #00a80b;
  font-size: 18px;
}

.text-block-4 {
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 20px;
}

.text-block-4.verde {
  color: #00a80b;
}

.white-pricing-column {
  max-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.white-pricing-column:hover {
  color: #1f6fff;
}

.white-pricing-column.last {
  border-right-color: hsla(0, 0%, 84.7%, 0);
}

.pricing-icon-block {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding-top: 29px;
  border: 2px solid #dfdfdf;
  border-radius: 100%;
  text-align: center;
}

.white-price-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
}

.white-pricing-paragraph {
  color: #252525;
}

.button-3 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-3.dark-outline {
  border: 2px solid #e4e4e4;
  background-color: transparent;
  color: #000;
}

.button-3.dark-outline:hover {
  border-color: #1f6fff;
  background-color: #1f6fff;
  color: #fff;
}

.white-pricing-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-icon {
  width: 40px;
  height: 40px;
  opacity: 0.28;
}

.transparant-pricing-block {
  padding: 10px 0px 0px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  transition: background-color 350ms ease, box-shadow 350ms ease, color 200ms ease;
  text-align: center;
}

.transparant-pricing-block:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
  box-shadow: 0 12px 33px 0 rgba(0, 0, 0, 0.2);
}

.transparant-pricing-block.highlight {
  background-color: #fff;
}

.white-pricing-column-2 {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.white-pricing-column-2:hover {
  color: #1f6fff;
}

.white-pricing-column-2.last {
  border-right-color: hsla(0, 0%, 84.7%, 0);
}

.etapas-titulo {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.heading-4 {
  font-family: Barlow, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.texto-abas {
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link-tab-1 {
  background-color: #83d0f5;
}

.tab-link-tab-1.w--current {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Barlow, sans-serif;
  color: #000;
  background-clip: border-box;
}

.tab-link {
  position: static;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #2a4b9a;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link:hover {
  background-color: #83d0f5;
}

.tabs {
  position: static;
  height: auto;
  max-height: 900px;
  min-height: 200px;
  margin-top: 0px;
  margin-right: 100px;
  margin-left: 100px;
}

.tabs-menu {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #ddd;
  text-align: center;
}

.tabs-content {
  position: static;
  height: auto;
  max-height: 900px;
  min-height: 500px;
  background-color: #fff;
}

.section-3 {
  display: block;
  height: auto;
  max-height: 1200px;
  max-width: none;
  min-height: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a4b9a), to(#000));
  background-image: linear-gradient(180deg, #2a4b9a, #000);
}

.text-block-5 {
  display: block;
  height: auto;
  max-height: 70px;
  max-width: none;
  min-height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0px;
  text-indent: 0px;
}

.paragraph-3 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.image-11 {
  display: block;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.column-3 {
  height: auto;
  max-height: 800px;
  min-height: 700px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #2a4b9a;
}

.text-span {
  padding-left: 0px;
  letter-spacing: 0px;
  text-indent: 0px;
  -webkit-column-count: auto;
  column-count: auto;
}

.text-span-2 {
  line-height: 40px;
}

.navbar {
  max-width: none;
  margin-right: 40px;
  margin-left: 40px;
}

.container-4 {
  max-width: 1400px;
  text-align: center;
}

.nav-menu-3 {
  display: block;
  width: auto;
  max-width: 1400px;
  min-width: 1200px;
}

.container-5 {
  display: block;
  max-height: 1000px;
  max-width: none;
  min-height: 900px;
  background-color: transparent;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
  -ms-grid-rows: 700px;
  grid-template-rows: 700px;
}

.div-imagem {
  padding: 40px;
  background-color: #fff;
}

.div-texto-1 {
  padding: 40px;
  background-color: #fff;
}

.texto-div-texto {
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}

.image-12 {
  margin-right: 10px;
  margin-bottom: 20px;
}

.tabs-menu-2 {
  overflow: visible;
}

.tabs-menu-3 {
  position: static;
  max-width: none;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ddd;
  text-align: center;
}

.tabs-menu-3.vertical {
  display: none;
}

.tabs-content-2 {
  position: static;
  max-width: none;
  min-width: auto;
  text-align: left;
}

.tabs-2 {
  position: static;
  display: block;
  max-width: none;
  min-width: auto;
  text-align: center;
}

.tab-pane-tab-1 {
  position: static;
}

.text-span-3 {
  line-height: 34px;
}

.text-span-5 {
  line-height: 30px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 200px);
  grid-template-rows: minmax(auto, 200px);
}

.div-block-15 {
  display: block;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-4 {
  font-family: Barlow, sans-serif;
  color: #00a80b;
  line-height: 24px;
}

.columns-2 {
  border-left: 3px solid #00a80b;
}

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

.image-13 {
  margin-bottom: 20px;
}

.text-span-6 {
  text-transform: uppercase;
}

.map {
  max-height: none;
}

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

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

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

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

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

.nossa-historia-2 {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.nossa-historia-2.azul {
  color: #2a4b9a;
}

.columns-3.notebook {
  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-left: 3px solid #00a80b;
}

.grid-3 {
  margin-bottom: 40px;
}

.grid-3.notebook {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-7 {
  text-transform: uppercase;
}

.text-span-9 {
  text-transform: uppercase;
}

.text-span-10 {
  text-transform: uppercase;
}

.text-span-11 {
  text-transform: uppercase;
}

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

.lightbox-link {
  padding: 20px 10px 15px;
}

.lightbox-link:hover {
  padding-bottom: 15px;
  border-bottom: 5px solid #00a80b;
}

.lightbox-link:active {
  border-bottom-width: 0px;
  background-color: #0198e0;
}

.container-6 {
  display: none;
  max-height: none;
  max-width: none;
  margin-top: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  max-height: 600px;
  max-width: 350px;
  min-height: 520px;
  min-width: auto;
  margin: 40px auto 60px;
  padding-top: 0px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 18px;
  text-align: center;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 70px;
  padding-bottom: 0px;
  padding-left: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  margin-left: 10px;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 20px;
  font-weight: 600;
}

.image-15 {
  display: inline-block;
  width: 150px;
  margin: 0px 100px 10px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 0px;
}

.image-17 {
  padding-right: 10px;
}

.body-3 {
  background-image: url('../images/luzdigital-fundo-hero.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.mascara-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vw;
  padding-top: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.link-block {
  max-height: 70px;
  margin-top: 20px;
}

.div-block-19 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-19 {
  padding: 20px;
}

.sign-up-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9007199254740991;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.2;
}

.popup-close-button:hover {
  opacity: 0.4;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.line {
  height: 46px;
  margin-bottom: 5px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #e2e2e2;
  border-radius: 0px;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
}

.field.line:hover {
  border-bottom-color: #b6b6b6;
}

.field.line:focus {
  border-bottom-color: #1f6fff;
}

.field.line.area {
  height: 95px;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.popup-block {
  position: relative;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.contact-popup {
  position: fixed;
  z-index: 2000;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 35, 42, 0.9);
}

.popup-title {
  margin-bottom: 30px;
  font-size: 21px;
}

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

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.popup-sign-up-form {
  width: 100%;
  margin-bottom: 0px;
}

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

.close-icon {
  height: 17px;
}

.dark-field {
  height: 40px;
  margin-bottom: 7px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 2px;
  background-color: #edeef1;
  -webkit-transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, border 200ms ease, background-color 200ms ease;
  font-size: 13px;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.sign-up-bottom-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}

.popup-contact-form {
  margin-bottom: 0px;
}

.team-viewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  width: 200px;
  max-width: 200px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #83d0f5;
  box-shadow: 1px 1px 3px 0 #6b6b6b;
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #0198e0;
}

.section-6 {
  max-height: 900px;
  min-height: 630px;
}

.quadro {
  position: static;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.section-7 {
  display: block;
}

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

.nav-menu-4 {
  position: static;
  left: 850px;
  display: block;
  width: auto;
  max-height: none;
  max-width: none;
  min-width: auto;
  margin-right: -200px;
  margin-left: -200px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.container-7 {
  width: auto;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.quadro1 {
  display: none;
}

.log-e-relatorio {
  display: none;
}

.usuario {
  display: none;
}

.vpn {
  display: none;
}

.signatures {
  display: none;
}

.modo-de-inspecao {
  display: none;
}

.ssh {
  display: none;
}

.ssl {
  display: none;
}

.waf {
  display: none;
}

.icap {
  display: none;
}

.voip {
  display: none;
}

.prevention {
  display: none;
}

.application-control {
  display: none;
}

.dlp {
  display: none;
}

.email {
  display: none;
}

.web {
  display: none;
}

.dns {
  display: none;
}

.antivirus {
  display: none;
}

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

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

.menu-tab1 {
  display: none;
}

.div-texto-2 {
  padding: 40px;
  background-color: #fff;
}

.hero-ngfw {
  margin: 60px auto;
  padding-right: 100px;
  padding-left: 100px;
}

.tabs-menu-deskop {
  position: static;
  max-width: none;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ddd;
  text-align: center;
}

.tabs-menu-deskop.vertical {
  display: block;
}

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

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

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

.subtitulo {
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  text-transform: uppercase;
}

.paragraph-6 {
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
}

.italic-text-2 {
  color: #00a80b;
  text-decoration: underline;
}

.italic-text-3 {
  color: #00a80b;
  text-decoration: underline;
}

.grid-4 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.checkbox-filters {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: 0px;
  margin-right: 10px;
}

.checkbox-filters.w--redirected-checked {
  background-color: #00a80b;
  background-size: 13px;
}

.clear-filter {
  color: #f48f0b;
}

.clear-filter.jetboost-filter-none-ev8m {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #f48f0b;
}

.dropdown-toggle {
  width: 100%;
  min-height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-block {
  margin-bottom: 45px;
  padding: 42px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 60px 40px -50px rgba(0, 0, 0, 0.13);
}

.dropdown {
  margin: 12px 0px;
  border-radius: 50px;
  background-color: #f6f6f6;
}

.property-section {
  padding: 40px 4%;
  background-color: #f5f5f5;
}

.filter-form-block {
  margin-bottom: 0px;
}

.checkbox-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.dropdown-base {
  overflow: auto;
  border-radius: 15px;
  background-color: #fff;
}

.property-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title-line {
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  margin-bottom: 12px;
  border-radius: 20px;
  background-color: #ffac12;
  background-image: none;
}

.title-wrap {
  margin-bottom: 60px;
}

.clear-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  background-color: #fff;
}

.dropdown-list {
  padding-top: 4px;
}

.dropdown-list.w--open {
  z-index: 99;
  min-width: 410px;
  padding-top: 15px;
  background-color: transparent;
  box-shadow: 0 35px 55px 0 rgba(0, 0, 0, 0.08);
}

.text-block-9 {
  color: #00a80b;
  text-decoration: underline;
}

.container-8 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.checkbox-wrap {
  padding: 15px;
}

.heading-5 {
  font-family: Barlow, sans-serif;
}

.div-block-63 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bloco-conte-do {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 6px #ddd;
}

.bloco-texto {
  padding: 32px 24px;
  background-color: transparent;
}

.t-tulo-bloco {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.bloco-paragrafo {
  font-family: Barlow, sans-serif;
  color: #2a4b9a;
}

.bloco-imagem {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}

.filtro-texto {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.link-block-5 {
  cursor: pointer;
}

.link-block-5:hover {
  background-color: transparent;
}

.room-feature-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #ddd;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.feature.centre-lines {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-icon-2 {
  width: auto;
  height: 30px;
  max-width: 120%;
  margin-right: 0px;
  border-top: 0px solid #2a4b9a;
  background-color: transparent;
  color: #2a4b9a;
}

.text-block-10 {
  font-family: Barlow, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.white-block {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 23px 23px 34px 0 rgba(0, 0, 0, 0.1);
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -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-radius: 20px;
  background-color: #fff;
}

.property-detail {
  position: relative;
  padding: 142px 3%;
  background-color: transparent;
}

.content-wrapper {
  padding: 24px;
}

.collection-list-wrapper {
  width: 100%;
}

.text-field {
  min-height: 60px;
  margin-bottom: 14px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.view {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #00a80b;
}

.filter-icon {
  margin-right: 6px;
}

.title-block {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.feature-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.feature-2.centre-lines {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.image-37 {
  width: 25px;
}

.div-block-64 {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 23px 23px 34px 0 rgba(0, 0, 0, 0.1);
}

.text-field-large {
  min-height: 130px;
  margin-bottom: 14px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.gallery-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 110px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}

.image-38 {
  width: 100%;
  height: 100%;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-seaech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding: 20px 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;
  border-radius: 20px;
  background-color: #00a80b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.feature-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.feature-icon-3 {
  margin-right: 6px;
}

.div-block-56 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.agent-link {
  color: #ffac12;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.room-features {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.agent-name {
  font-size: 15px;
  font-weight: 700;
}

.avatar-wrap {
  overflow: hidden;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  border-radius: 100px;
  background-color: #00a80b;
}

.avatar-image {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background-color: #00a80b;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.avatar-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 22px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #f5f5f5;
}

.image-39 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-9 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

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

.text-block-11 {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
}

.heading-6 {
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.image-40 {
  display: inline-block;
  width: auto;
  height: 55px;
  max-width: none;
  padding: 10px;
  background-color: #00a80b;
  text-align: left;
}

.italic-text-4 {
  color: #00a80b;
  font-style: italic;
  text-decoration: underline;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(15, 19, 38, 0.55);
}

.overlay.light {
  display: block;
  background-color: transparent;
}

.video-button-waves {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 27;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.video-button-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-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: 100%;
}

.video-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-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: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  background-color: #00a80b;
}

.video-icon-wrapper:hover {
  background-color: #2a4b9a;
}

.wave-one {
  display: block;
  width: 80%;
  height: 80%;
  margin: 40px auto auto;
  padding: 0px;
  border-radius: 100%;
  background-color: #c0c0d3;
}

.wave-one:hover {
  width: 80%;
  height: 80%;
  margin-top: 40px;
  background-color: #c0c0d3;
}

.video-hover-button {
  position: relative;
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-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: dashed;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.3);
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
}

.video-icon {
  -webkit-filter: none;
  filter: none;
}

.hero-video-button {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.2);
  border-radius: 100%;
}

.wave-two {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

.video-button-verlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: none;
  background-color: rgba(15, 19, 38, 0.59);
}

.button-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 300px;
  min-height: 300px;
  min-width: 300px;
}

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

.column-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-video-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flyout-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0px;
  background-color: rgba(14, 21, 32, 0.8);
  cursor: pointer;
}

.hero-video-wrapper {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 12px;
  background-color: #fff;
}

.youtube {
  overflow: hidden;
  padding: 0px;
  border-radius: 12px;
}

.close-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -48px;
  display: -ms-grid;
  display: grid;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-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-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-12 {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.arrow-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.midia-titulo {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #00a80b;
  font-size: 24px;
  font-weight: 700;
}

.palavra-chave {
  font-family: Barlow, sans-serif;
  color: #6b6b6b;
  font-size: 16px;
}

.body-4 {
  background-color: transparent;
  background-image: url('../images/luzdigital-fundo-hero.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.video-icon-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-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: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  background-color: #00a80b;
}

.video-hover-button-2 {
  position: relative;
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-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: dashed;
  border-width: 1px;
  border-color: rgba(192, 192, 211, 0.3);
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
}

.text-block-13 {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.video-button-background-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-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: 100%;
}

.video-button-waves-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 27;
  display: none;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.wave-one-2 {
  width: 88%;
  height: 88%;
  border-radius: 100%;
  background-color: rgba(192, 192, 211, 0.2);
}

@media screen and (min-width: 1280px) {
  .section.center.principal {
    width: auto;
    height: auto;
    max-height: none;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .hero {
    margin-bottom: 0px;
  }

  .feature-content {
    width: auto;
    max-width: 500px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-content.icons.numbers {
    max-width: 220px;
    min-width: 150px;
    margin-right: 0px;
  }

  .feature-content.icons.numbers._30 {
    max-width: 200px;
  }

  .feature-content.icons.numbers._260 {
    max-width: 260px;
  }

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

  .nav-link.w--current {
    width: auto;
  }

  .nav-link.produtos {
    width: auto;
  }

  .nav-link.produtos.w--current {
    width: auto;
  }

  .nav-link.home.w--current {
    width: auto;
  }

  .nav-link.historia.w--current {
    width: auto;
  }

  .nav-link.m-dias.w--current {
    width: auto;
  }

  .black-text {
    max-width: 500px;
    min-width: 500px;
    font-size: 40px;
  }

  .hero-content.faixa {
    width: auto;
    max-height: 300px;
  }

  .hero-content.principal {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 1500px;
    min-width: 1000px;
  }

  .hero-subhead {
    font-size: 30px;
  }

  .feature-icon {
    height: 65px;
    max-width: 150%;
    margin-bottom: 10px;
  }

  .number {
    font-size: 50px;
  }

  .heading-3 {
    margin-top: 60px;
  }

  .paragraph-2 {
    max-width: 400px;
    min-width: 300px;
  }

  .paragraph-2.prisma {
    min-width: 400px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-2.tint {
    padding-left: 20px;
  }

  .block-quote.verde {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-ngfw {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .italic-text-3 {
    text-decoration: underline;
  }

  .div-block-63 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bloco-imagem {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .property-detail {
    background-color: transparent;
    background-image: none;
  }

  .video-icon-wrapper {
    background-color: #00a80b;
  }

  .column-9 {
    height: auto;
  }

  .column-10 {
    height: 600px;
  }

  .hero-video-wrapper {
    max-width: 700px;
  }

  .body-4 {
    background-color: transparent;
    background-image: url('../images/luzdigital-fundo-hero.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .video-icon-wrapper-2 {
    background-color: #00a80b;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav {
    width: auto;
    max-width: 2000px;
    min-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 2000px;
    min-width: 1200px;
    -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;
  }

  .feature-content {
    width: auto;
    max-width: 800px;
    min-width: 600px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .feature-content.icons.numbers {
    width: auto;
    max-width: 300px;
    min-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-content.icons.numbers.etapas {
    max-width: 300px;
  }

  .feature-content.icons.numbers._30 {
    max-width: 200px;
    min-width: 150px;
  }

  .title {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
  }

  .image-2 {
    width: 50vw;
    height: 550px;
    max-height: 700px;
    max-width: 600px;
    margin-right: 0px;
  }

  .nav-menu-wrap {
    width: 999.9937133789062px;
    max-height: 200px;
    max-width: 1200px;
    min-height: 100px;
    min-width: 1060px;
    margin-left: 0px;
  }

  .nav-link {
    height: auto;
    max-height: 60px;
    max-width: none;
    min-height: 60px;
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
    text-align: center;
  }

  .nav-link:hover {
    box-shadow: inset 0 -5px 0 0 #00a80b;
  }

  .nav-link.w--current {
    width: auto;
    max-width: 180px;
    min-width: 0px;
  }

  .nav-link.acesso-remoto {
    max-width: 250px;
    min-width: 200px;
  }

  .nav-link.acesso-remoto:hover {
    background-color: #0198e0;
    box-shadow: none;
  }

  .nav-link.produtos {
    font-size: 18px;
  }

  .nav-link.home.w--current {
    width: auto;
  }

  .black-text {
    max-width: 650px;
    min-width: 600px;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 56px;
  }

  .black-text.numeros {
    max-height: 40px;
    min-height: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-content {
    display: block;
    max-height: none;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .hero-content.faixa {
    width: 2000px;
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 140px;
  }

  .hero-content.principal {
    max-height: 500px;
    max-width: 2000px;
    min-height: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .feature-wrap.reverse.texto {
    height: 549.9937133789062px;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 1600px;
    min-width: 1200px;
    padding-right: 0vw;
    padding-left: 0vw;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-image {
    width: 60vw;
    max-height: 900px;
    max-width: 900px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-subhead {
    max-width: 1700px;
    font-size: 36px;
    line-height: 44px;
  }

  .feature-icon {
    height: auto;
    max-height: 100px;
    min-height: 70px;
    margin-bottom: 0px;
  }

  .footer {
    max-height: 800px;
    min-height: 500px;
  }

  .nav-logo-wrap {
    width: auto;
    max-height: 200px;
    max-width: 300px;
    min-height: 100px;
    min-width: 200px;
  }

  .nav-menu-2 {
    width: auto;
    max-width: 1300px;
    min-width: 900px;
    margin-top: 15px;
    margin-left: 0px;
  }

  .brand.w--current {
    max-height: 200px;
    max-width: 300px;
    min-height: 100px;
    min-width: 300px;
    margin-left: 0px;
  }

  .heading-3 {
    font-size: 50px;
    line-height: 55px;
  }

  .image-5 {
    width: auto;
    max-width: 400px;
    min-width: 300px;
  }

  .text-block-3 {
    font-size: 36px;
    line-height: 38px;
  }

  .paragraph-2 {
    max-width: 500px;
    min-width: 400px;
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-2.prisma {
    max-width: 600px;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-14 {
    width: 600px;
  }

  .caixa-rodape {
    margin-bottom: 40px;
  }

  .process-tabs {
    margin-top: -15px;
  }

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

  .section-title.branco {
    margin-top: 0px;
    padding-top: 40px;
    color: #fff;
  }

  .process-tabs-line {
    height: 2px;
    margin-top: 80px;
  }

  .process-tabs-line.azul {
    height: 2px;
  }

  .process-tab-pane {
    max-width: 1500px;
  }

  .process-tab-button {
    width: 150px;
    height: 150px;
  }

  .container-2 {
    max-width: 1500px;
  }

  .process-tab-icon {
    height: 70px;
  }

  .process-tab-icon._2014 {
    height: 75px;
    margin-bottom: 0px;
  }

  .process-tab-icon._2018 {
    height: 75px;
    margin-bottom: 0px;
  }

  .block-quote {
    font-size: 24px;
    line-height: 30px;
  }

  .block-quote.verde {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 24px;
  }

  .white-pricing-column-2 {
    border-right-width: 0px;
  }

  .etapas-titulo {
    max-width: 300px;
    min-width: 200px;
    line-height: 26px;
  }

  .image-8 {
    margin-top: 30px;
  }

  .tab-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tabs {
    position: static;
    display: block;
    max-width: none;
    margin: 0px 100px 40px;
    background-color: #fff;
    text-align: center;
  }

  .tabs-menu {
    background-color: #ddd;
  }

  .tabs-content {
    position: static;
    height: auto;
    max-height: 200px;
    min-height: 100px;
  }

  .tab-pane-tab-16 {
    height: auto;
    max-height: 950px;
    min-height: 940px;
  }

  .section-3 {
    position: static;
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#214c9b), to(#000));
    background-image: linear-gradient(180deg, #214c9b, #000);
  }

  .container-3 {
    height: 500px;
    max-height: 600px;
    min-height: 500px;
  }

  .navbar {
    width: auto;
  }

  .container-4 {
    max-width: 1800px;
  }

  .container-5 {
    max-width: none;
  }

  .tabs-content-2 {
    min-width: auto;
  }

  .text-span-6 {
    text-transform: uppercase;
  }

  .text-span-7 {
    text-transform: uppercase;
  }

  .text-span-8 {
    text-transform: uppercase;
  }

  .text-span-9 {
    text-transform: uppercase;
  }

  .text-span-10 {
    text-transform: uppercase;
  }

  .text-span-11 {
    text-transform: uppercase;
  }

  .container-6 {
    max-width: none;
  }

  .popup {
    max-height: 620px;
  }

  .text-block-8 {
    margin-left: 10px;
  }

  .sign-up-popup {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: auto;
    max-height: 1000px;
  }

  .nav-menu-4 {
    position: static;
    left: 850px;
    margin-right: -220px;
    margin-left: -220px;
  }

  .link-block-3 {
    max-height: 900px;
    max-width: 900px;
  }

  .link-block-4 {
    max-height: 900px;
    max-width: 900px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 35px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .bold-text-2._30px {
    font-size: 28px;
  }

  .tabs-content-3 {
    max-width: 1500px;
  }

  .italic-text-3 {
    text-decoration: underline;
  }

  .container-8 {
    max-width: 1500px;
  }

  .div-block-63 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .bloco-conte-do {
    max-width: 400px;
  }

  .bloco-imagem {
    width: auto;
    max-width: none;
    min-width: 400px;
  }

  .property-detail {
    background-color: transparent;
    background-image: none;
  }

  .image-39 {
    width: 542px;
  }

  .italic-text-4 {
    color: #00a80b;
    text-decoration: underline;
  }

  .video-icon-wrapper {
    background-color: #00a80b;
    background-clip: border-box;
  }

  .video-hover-button {
    font-family: Barlow, sans-serif;
  }

  .hero-video-button {
    background-color: transparent;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .midia-titulo {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .palavra-chave {
    font-size: 18px;
  }

  .body-4 {
    background-image: url('../images/luzdigital-fundo-hero.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .bold-text-4 {
    font-size: 28px;
  }

  .video-icon-wrapper-2 {
    background-color: #00a80b;
    background-clip: border-box;
  }

  .video-hover-button-2 {
    font-family: Barlow, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .section.center.principal {
    height: 90vh;
  }

  .section.azul {
    width: auto;
    height: auto;
    max-width: none;
  }

  .hero {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0px;
    bottom: auto;
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2vw;
    padding-left: 2vw;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav {
    width: auto;
    max-height: 100px;
    max-width: 2000px;
    min-height: 50px;
    min-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-inner {
    width: auto;
    max-width: 3000px;
    min-width: 1900px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
  }

  .feature-content {
    max-width: 800px;
    margin-right: 100px;
    margin-left: 0px;
  }

  .feature-content.icons.numbers {
    width: auto;
    max-height: 500px;
    max-width: 600px;
    min-width: 350px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-content.icons.numbers._30 {
    width: auto;
    max-width: 600px;
    min-width: 300px;
  }

  .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .image-2 {
    margin-left: 40px;
  }

  .nav-menu-wrap {
    width: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 40px;
  }

  .nav-link {
    max-height: 100px;
    max-width: 250px;
    min-height: 50px;
    min-width: 200px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
  }

  .nav-link:hover {
    box-shadow: inset 0 -5px 0 0 #00a80b;
  }

  .nav-link.w--current {
    width: auto;
    max-height: 100px;
    max-width: 250px;
    min-height: 50px;
    min-width: 200px;
    font-size: 24px;
    cursor: pointer;
  }

  .nav-link.acesso-remoto {
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 300px;
    min-height: 50px;
    min-width: 250px;
  }

  .nav-link.acesso-remoto:hover {
    background-color: #0198e0;
    box-shadow: none;
  }

  .nav-link.produtos {
    width: auto;
    max-width: 200px;
    min-width: 150px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
  }

  .nav-link.produtos.w--current {
    min-width: 150px;
  }

  .nav-link.home {
    max-width: 180px;
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link.home.w--current {
    width: auto;
    max-width: 180px;
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }

  .nav-link.ngfw {
    max-width: 300px;
    min-width: 250px;
  }

  .nav-link.m-dias {
    min-width: auto;
  }

  .nav-link.contatos {
    min-width: 150px;
  }

  .black-text {
    max-width: 800px;
    min-width: 700px;
    font-size: 65px;
    line-height: 75px;
  }

  .black-text.numeros {
    margin-top: 20px;
    font-size: 35px;
    line-height: 50px;
  }

  .black-text.numeros._30 {
    margin-top: 5px;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-content.faixa {
    width: 5120px;
    height: auto;
    max-height: 500px;
    max-width: 5120px;
    min-height: 300px;
    min-width: auto;
    padding: 20px 5vw;
  }

  .hero-content.principal {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 5vw;
  }

  .feature-wrap.reverse {
    height: 700px;
  }

  .feature-wrap.reverse.texto {
    width: auto;
    height: auto;
    max-height: 800px;
    min-height: 700px;
    margin-top: 100px;
  }

  .feature-wrap.icons.numbers {
    width: auto;
    max-width: 3000px;
    min-width: 2000px;
    margin: 60px auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .feature-image {
    width: auto;
    height: auto;
    max-height: 1000px;
    max-width: 1000px;
    min-height: 700px;
    min-width: 700px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .hero-subhead {
    max-width: 3000px;
    min-width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .feature-icon.bases {
    max-height: 250px;
    max-width: 250px;
    min-height: 200px;
    min-width: 200px;
  }

  .footer {
    min-height: 700px;
    margin-top: 0px;
    background-position: 50% 100%;
    background-repeat: repeat-x;
  }

  .number {
    font-size: 70px;
  }

  .nav-logo-wrap {
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .nav-menu-2 {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: none;
    min-height: 50px;
    min-width: auto;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .brand {
    width: auto;
    max-width: 500px;
    min-width: 300px;
  }

  .brand.w--current {
    max-height: 100px;
    max-width: 200%;
    min-height: 90px;
    min-width: 100%;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
  }

  .image-5 {
    width: auto;
    max-height: 100px;
    max-width: 200%;
    min-height: 90px;
    min-width: 100%;
  }

  .text-block-3 {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block-13 {
    height: auto;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .paragraph-2 {
    max-width: 600px;
    min-width: 500px;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-2.prisma {
    max-width: 800px;
    min-width: 600px;
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-2.rodape {
    max-width: 1000px;
    min-width: 900px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .bases-titulo {
    font-size: 60px;
    line-height: 65px;
  }

  .bases-titulo.azul {
    font-size: 60px;
    line-height: 65px;
  }

  .bases-titulo.vermelho {
    font-size: 60px;
    line-height: 65px;
  }

  .texto-rodape {
    font-size: 24px;
  }

  .caixa-rodape {
    padding-top: 40px;
  }

  .process-tabs {
    margin-top: -10px;
  }

  .section-2.tint {
    height: 1300px;
    max-height: 1400px;
  }

  .section-title {
    margin-top: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .process-tab-button {
    display: inline-block;
    width: 150px;
    height: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 24px;
  }

  .container-2 {
    max-height: 600px;
    max-width: 1500px;
    min-height: 500px;
  }

  .section-description {
    font-size: 30px;
    line-height: 40px;
  }

  .process-tab-icon {
    height: 70px;
  }

  .process-tab-icon._2014 {
    height: 70px;
    margin-bottom: 5px;
  }

  .process-tab-icon._2018 {
    height: 72px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .block-quote {
    font-size: 24px;
    line-height: 30px;
  }

  .block-quote.verde {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .white-pricing-row {
    max-height: 1200px;
    max-width: 200%;
    min-height: 1000px;
  }

  .transparant-pricing-block {
    width: auto;
    max-height: 1200px;
    max-width: 660px;
    min-height: 1000px;
    min-width: 600px;
  }

  .white-pricing-column-2 {
    position: static;
    max-height: 1200px;
    min-height: 1000px;
  }

  .image-9 {
    height: auto;
    max-height: 1200px;
    max-width: none;
    min-height: 1000px;
  }

  .image-10 {
    max-height: 1200px;
    min-height: 1000px;
  }

  .section-3 {
    max-height: none;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-5 {
    max-width: none;
  }

  .navbar {
    width: auto;
    max-width: none;
  }

  .container-4 {
    max-width: 1800px;
  }

  .nav-menu-3 {
    position: static;
    max-width: 1800px;
  }

  .container-5 {
    max-width: none;
  }

  .texto-div-texto {
    max-width: 2000px;
    padding: 22px;
    font-size: 22px;
    line-height: 30px;
  }

  .image-12 {
    padding: 22px;
  }

  .tabs-menu-3.vertical {
    padding-right: 5vh;
    padding-left: 5vh;
  }

  .tabs-content-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .tabs-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5vh;
    padding-left: 5vh;
  }

  .grid-2 {
    margin-top: 0px;
    padding-top: 40px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-span-6 {
    text-transform: uppercase;
  }

  .map {
    height: 600px;
    max-height: 700px;
    min-height: 600px;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-14 {
    margin-top: 10px;
  }

  .column-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .section-4 {
    height: auto;
    max-height: 500px;
    min-height: 300px;
  }

  .section-5 {
    height: auto;
    max-height: 700px;
    min-height: 600px;
  }

  .columns-3.notebook {
    padding-left: 20px;
  }

  .text-span-7 {
    text-transform: uppercase;
  }

  .popup {
    max-height: 700px;
    max-width: 500px;
    min-height: 650px;
    min-width: 400px;
    margin-top: 0px;
    padding-top: 20px;
  }

  .text-block-7 {
    padding-top: 20px;
    font-size: 22px;
  }

  .div-block-17 {
    margin-top: 20px;
    padding: 20px 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 26px;
  }

  .image-15 {
    width: 180px;
    max-width: 150%;
    margin: 20px auto;
  }

  .sign-up-popup {
    display: none;
    max-height: none;
  }

  .button-4 {
    width: 200px;
    height: 50px;
    max-width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .nav-menu-4 {
    position: static;
    left: 600px;
    padding-right: 0px;
    float: right;
    clear: none;
  }

  .container-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-2 {
    position: static;
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-ngfw {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .tabs-menu-deskop {
    padding-right: 5vh;
    padding-left: 5vh;
  }

  .subtitulo {
    padding: 22px;
    font-size: 24px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 35px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .italic-text-3 {
    color: #00a80b;
    text-decoration: underline;
  }

  .ngfw-texto-bot-o {
    font-size: 24px;
  }

  .filter-block {
    text-align: left;
  }

  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .div-block-63 {
    width: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    grid-column-gap: 30px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }

  .bloco-conte-do {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
  }

  .bloco-texto {
    width: auto;
  }

  .t-tulo-bloco {
    font-size: 30px;
    line-height: 36px;
  }

  .bloco-paragrafo {
    font-size: 20px;
  }

  .bloco-imagem {
    display: inline-block;
    width: auto;
    max-width: 700px;
    min-width: 620px;
  }

  .filtro-texto {
    font-size: 20px;
  }

  .room-feature-grid {
    margin-bottom: 0px;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .italic-text-4 {
    color: #00a80b;
    text-decoration: underline;
  }

  .bold-text-3 {
    font-size: 24px;
  }

  .hero-video-button {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    width: auto;
  }

  .section.center {
    height: auto;
    padding-top: 15vh;
    -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;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat;
  }

  .section.center.principal {
    height: auto;
    max-height: none;
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content.icons.numbers {
    width: 100px;
    max-width: 220px;
    min-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-content.icons.numbers._260 {
    max-width: 220px;
  }

  .image-2 {
    max-height: 350px;
    min-height: 250px;
  }

  .nav-link {
    display: block;
    max-width: 900px;
    min-width: 500px;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }

  .nav-link:hover {
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    color: #00a80b;
    font-weight: 800;
  }

  .nav-link.acesso-remoto {
    width: auto;
  }

  .nav-link.acesso-remoto:hover {
    background-color: #fff;
  }

  .nav-link.produtos {
    width: auto;
    max-width: 900px;
    text-align: left;
  }

  .nav-link.produtos.w--current {
    width: auto;
    text-align: left;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .hero-content {
    width: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero-content.faixa {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-width: 1000px;
  }

  .hero-content.principal {
    margin-bottom: 40px;
    padding: 60px 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-wrap.reverse.texto {
    width: 750px;
    max-width: 900px;
    min-width: 700px;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    max-width: 600px;
    min-width: 400px;
    margin: 3vh 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .feature-image {
    height: 390px;
  }

  .hero-subhead {
    max-width: 800px;
    min-width: 400px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .feature-icon.bases {
    min-width: 130px;
  }

  .arrow {
    position: static;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .number {
    font-size: 45px;
    line-height: 50px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-icon:hover {
    color: #00a80b;
  }

  .menu-icon:active {
    color: #fff;
  }

  .menu-button {
    color: #00a80b;
  }

  .menu-button:active {
    background-color: #00a80b;
    color: #fff;
  }

  .menu-button.w--open {
    height: 76px;
    background-color: #000;
  }

  .nav-menu-2 {
    width: auto;
    height: auto;
    max-height: 600px;
    max-width: 800px;
    min-height: 200px;
    min-width: 400px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    max-height: 100px;
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .paragraph-2 {
    max-width: 600px;
    min-width: 400px;
  }

  .paragraph-2.rodape {
    font-size: 16px;
    line-height: 24px;
  }

  .bases-titulo {
    font-size: 40px;
    line-height: 40px;
  }

  .bases-titulo.azul {
    font-size: 40px;
    line-height: 40px;
  }

  .bases-titulo.vermelho {
    font-size: 40px;
    line-height: 40px;
  }

  .texto-rodape {
    font-size: 16px;
    line-height: 24px;
  }

  .div-rodape {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-6 {
    max-height: 30px;
    max-width: 30px;
  }

  .image-7 {
    max-height: 35px;
    max-width: 35px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .process-tab-menu {
    margin-top: -40px;
  }

  .section-2 {
    padding: 45px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title.branco {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .process-tabs-line.azul {
    margin-top: 80px;
  }

  .process-tab-button {
    width: 60px;
    height: 60px;
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .process-tab-button.w--current {
    padding-top: 0px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .process-tab-icon {
    width: auto;
  }

  .process-tab-icon._2014 {
    height: 65px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .process-tab-icon._2018 {
    margin-bottom: 0px;
  }

  .process-tab-icon._2010 {
    width: 30px;
    height: 55px;
    margin-bottom: 11px;
  }

  .process-tab-icon._2002 {
    width: auto;
    height: 60px;
    max-width: 110%;
  }

  .process-tab-icon._2017 {
    width: auto;
    height: 60px;
    max-width: 110%;
  }

  .text-column-title {
    font-size: 13px;
  }

  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }

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

  .white-pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing-icon-block {
    width: 80px;
    height: 80px;
    padding-top: 25px;
  }

  .white-price-title {
    font-size: 35px;
  }

  .white-pricing-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .button-3.dark-outline {
    margin-top: 10px;
  }

  .pricing-icon {
    width: 30px;
    height: 30px;
  }

  .white-pricing-column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs {
    margin-right: 40px;
    margin-left: 40px;
  }

  .section-3 {
    display: block;
    height: auto;
    max-height: 1300px;
    min-height: 900px;
  }

  .text-block-5 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .navbar {
    max-width: none;
  }

  .container-4 {
    max-width: 1300px;
  }

  .container-5 {
    height: auto;
    max-height: 400px;
    max-width: none;
    min-height: 300px;
    background-color: transparent;
  }

  .container-5._700 {
    height: auto;
    max-height: 700px;
    min-height: 600px;
  }

  .container-5._500 {
    height: auto;
    max-height: 500px;
    min-height: 400px;
  }

  .container-5._600 {
    max-height: 600px;
    min-height: 500px;
  }

  .container-5._800 {
    max-height: 800px;
    min-height: 700px;
  }

  .container-5._600 {
    max-height: 600px;
    min-height: 500px;
  }

  .container-5._900 {
    max-height: 900px;
    min-height: 800px;
  }

  .grid {
    height: auto;
    max-height: 1300px;
    min-height: 900px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-imagem {
    height: 900px;
    max-height: 1300px;
    padding: 20px;
    background-color: #fff;
  }

  .div-texto-1 {
    height: auto;
    max-height: 1300px;
    min-height: 900px;
    padding: 10px;
    background-color: #fff;
  }

  .div-texto-1._400 {
    padding: 20px;
  }

  .div-texto-1._300 {
    padding: 20px;
  }

  .div-texto-1._200 {
    padding: 20px;
  }

  .div-texto-1._100 {
    padding: 20px;
  }

  .div-texto-1._350 {
    padding: 20px;
  }

  .div-texto-1._700 {
    padding: 20px;
  }

  .div-texto-1._600 {
    padding: 20px;
  }

  .div-texto-1._500 {
    padding: 20px;
  }

  .div-texto-1._800 {
    max-height: 1000px;
  }

  .div-texto-1._1000 {
    max-height: 1500px;
    min-height: 1000px;
  }

  .texto-div-texto {
    max-height: none;
    font-size: 16px;
    line-height: 22px;
  }

  .image-12 {
    max-width: 80%;
  }

  .image-12.pin {
    max-width: 150%;
  }

  .tabs-menu-3 {
    display: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-content-2 {
    min-width: auto;
  }

  .tabs-2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
  }

  .paragraph-4 {
    max-width: 500px;
    font-size: 14px;
    line-height: 20px;
  }

  .columns-2.celular {
    width: 210px;
    max-width: 300px;
    min-width: 200px;
  }

  .column-4 {
    height: auto;
    max-height: 40px;
    min-height: 30px;
  }

  .image-14 {
    max-width: 150%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .column-7 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nossa-historia-2 {
    max-width: 100px;
  }

  .columns-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;
    border-left: 3px solid #00a80b;
  }

  .grid-3 {
    margin-bottom: 20px;
  }

  .text-block-8 {
    margin-left: 10px;
  }

  .sign-up-popup {
    display: none;
  }

  .div-block-20 {
    height: 1300px;
    max-height: 1300px;
  }

  .nav-menu-4 {
    position: static;
    left: 150px;
    max-width: 1000px;
    min-width: 700px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .navbar-2 {
    max-height: none;
  }

  .log-e-relatorio {
    display: none;
    height: 1300px;
    max-height: 1300px;
  }

  .div-block-21 {
    height: auto;
    max-height: 70px;
    min-height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #83d0f5;
  }

  .div-block-22 {
    display: block;
    width: 60px;
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    margin-right: 20px;
    padding: 18px;
    float: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
  }

  .div-block-22:hover {
    background-color: #2a4b9a;
  }

  .div-block-22:active {
    background-color: #ddd;
  }

  .icon-2 {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .icon-3 {
    height: 24px;
  }

  .section-10 {
    display: none;
  }

  .menu-tab1 {
    display: block;
    height: 60px;
    max-height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #83d0f5;
  }

  .div-block-25 {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 10px;
    float: right;
    text-align: center;
  }

  .div-texto-2 {
    min-height: 900px;
    padding: 10px;
    background-color: #fff;
  }

  .hero-ngfw {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px 5vw;
  }

  .tabs-menu-deskop {
    display: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    width: 50%;
  }

  .filter-block {
    margin-bottom: 45px;
  }

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

  .div-block-63 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .bloco-conte-do {
    height: auto;
  }

  .room-feature-grid {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .gallery-wrapper {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
  }

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-seaech {
    border-radius: 20px;
  }

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

  .image-40 {
    height: 60px;
  }

  .video-button-background {
    position: absolute;
    width: 120px;
    height: 120px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .wave-one {
    position: absolute;
  }

  .video-hover-button {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 120px;
    height: 120px;
  }

  .hero-video-button {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .video-button-verlay {
    position: fixed;
    display: none;
  }

  .columns-4 {
    height: auto;
    max-height: 300px;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

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

  .arrow-2 {
    position: static;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .midia-titulo {
    margin-bottom: 10px;
    font-family: Barlow, sans-serif;
    color: #00a80b;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }

  .video-icon-wrapper-2 {
    width: 75%;
    height: 75%;
  }

  .video-hover-button-2 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 35;
    width: 100px;
    height: 100px;
  }

  .text-block-13 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 170px;
    height: 170px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .video-button-background-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 35;
    width: 170px;
    height: 170px;
  }

  .video-button-waves-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center.principal {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-bottom: 0px;
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .section.azul {
    padding-top: 0px;
  }

  .nav-inner {
    max-height: none;
  }

  .feature-content {
    width: 300px;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    margin-bottom: 10px;
  }

  .image-2 {
    max-height: 300px;
    max-width: 200px;
    min-height: 200px;
  }

  .nav-link {
    text-align: left;
  }

  .nav-link.produtos {
    text-align: left;
  }

  .nav-link.produtos.w--current {
    text-align: left;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .black-text {
    width: 220px;
    max-width: 400px;
    min-width: 250px;
    font-size: 24px;
    line-height: 30px;
  }

  .black-text.numeros {
    min-width: 150px;
    line-height: 24px;
    text-align: center;
  }

  .hero-content {
    width: auto;
    max-width: 600px;
    margin-bottom: 5vh;
  }

  .hero-content.faixa {
    height: auto;
    max-height: 230px;
    min-height: 170px;
    margin-bottom: 10px;
  }

  .hero-content.principal {
    max-height: none;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.reverse {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-wrap.reverse.texto {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-wrap.icons {
    display: block;
    -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;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px;
    max-width: 900px;
    min-width: 600px;
    margin-top: 20px;
    margin-bottom: 0vh;
    -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: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    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;
  }

  .feature-image {
    width: auto;
    height: auto;
    max-height: 350px;
    max-width: 300px;
    min-height: 200px;
    min-width: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .hero-subhead {
    max-width: 800px;
    min-width: 300px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .feature-icon {
    margin-bottom: 0px;
  }

  .feature-icon.bases {
    min-width: 100px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .arrow {
    position: static;
    max-height: 50px;
    max-width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .number {
    font-size: 50px;
    line-height: 80px;
    text-align: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-menu-2 {
    height: 600px;
    max-height: 600px;
    min-height: 200px;
    margin-left: 0px;
    text-align: left;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-13 {
    margin-bottom: 40px;
  }

  .paragraph-2 {
    max-width: 400px;
    min-width: 200px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-2.prisma {
    font-size: 16px;
  }

  .paragraph-2.rodape {
    width: auto;
    max-width: 600px;
    min-width: 400px;
    padding: 10px;
    font-size: 14px;
  }

  .bases-titulo {
    font-size: 36px;
  }

  .texto-rodape {
    font-size: 14px;
    line-height: 22px;
  }

  .image-6 {
    max-height: 25px;
    max-width: 25px;
  }

  .image-7 {
    max-height: 30px;
    max-width: 30px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .process-tab-col-right {
    padding-left: 0px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.branco {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-button.w--current {
    padding-top: 15px;
  }

  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .process-tab-icon._2014 {
    height: 30px;
    margin-bottom: 6px;
  }

  .process-tab-icon._2018 {
    height: 30px;
  }

  .process-tab-icon._2010 {
    width: auto;
    height: 23px;
    margin-bottom: 13px;
  }

  .process-tab-icon._2002 {
    height: 23px;
    max-width: 100%;
  }

  .process-tab-icon._2017 {
    height: 23px;
    max-width: 100%;
  }

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

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .white-pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-right-width: 0px;
  }

  .transparant-pricing-block {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .white-pricing-column-2 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-right-width: 0px;
  }

  .tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .tabs {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-3 {
    max-height: none;
    min-height: auto;
  }

  .text-block-5 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 18px;
  }

  .column-3 {
    border-top: 2px solid #2a4b9a;
    border-left-width: 0px;
  }

  .navbar {
    max-width: 486px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .container-5._400 {
    max-height: 400px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.4fr 1fr 0.6fr;
    grid-template-columns: 0.4fr 1fr 0.6fr;
    -ms-grid-rows: 700px;
    grid-template-rows: 700px;
  }

  .div-imagem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    margin-right: 0px;
    padding: 10px 40px;
    background-color: #fff;
  }

  .div-texto-1 {
    height: 500px;
    max-height: none;
    min-height: auto;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    background-color: #fff;
  }

  .div-texto-1._400 {
    height: 400px;
  }

  .div-texto-1._300 {
    height: 300px;
  }

  .div-texto-1._200 {
    height: 200px;
  }

  .div-texto-1._100 {
    height: 100px;
  }

  .div-texto-1._600 {
    height: 600px;
  }

  .texto-div-texto {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .image-12 {
    max-width: 30%;
    margin-right: 20px;
  }

  .image-12.pin {
    max-width: 50%;
  }

  .tabs-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs-menu-3.vertical {
    display: none;
  }

  .tabs-content-2 {
    overflow: hidden;
  }

  .tabs-2 {
    display: block;
    margin-bottom: 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-15 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 10px;
  }

  .paragraph-4 {
    width: auto;
    max-width: 200px;
    min-width: 100px;
    font-size: 12px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2.celular {
    max-width: 99.9998053874971%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4 {
    max-height: 50px;
    min-height: auto;
  }

  .column-5 {
    position: static;
    max-height: none;
  }

  .popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-height: 550px;
    max-width: 400px;
    min-height: 486px;
    min-width: 350px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-8 {
    margin-left: 10px;
  }

  .image-15 {
    max-width: 150px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .image-16 {
    max-width: 55px;
  }

  .image-18 {
    margin-left: 0px;
  }

  .link-block {
    max-height: 60px;
  }

  .sign-up-popup {
    display: none;
  }

  .popup-block {
    top: 25px;
    width: 90%;
    margin-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-popup {
    overflow: auto;
  }

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

  .button-4 {
    width: auto;
    max-width: 200px;
  }

  .nav-menu-4 {
    max-width: 800px;
    min-width: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .menu-button-2 {
    position: static;
  }

  .div-block-25 {
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
  }

  .div-texto-2 {
    min-height: auto;
    padding: 10px 40px;
    background-color: #fff;
  }

  .hero-ngfw {
    margin-top: 20px;
  }

  .tabs-menu-deskop {
    display: none;
  }

  .tabs-menu-deskop.vertical {
    display: none;
  }

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

  .collection-item {
    width: 100%;
  }

  .filter-block {
    margin-bottom: 45px;
  }

  .dropdown-base {
    max-height: 350px;
  }

  .dropdown-list.w--open {
    min-width: 250px;
  }

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

  .div-block-63 {
    display: inline-block;
    max-width: 360px;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .bloco-conte-do {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-9 {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .column-10 {
    height: auto;
    max-height: 400px;
    min-height: 200px;
  }

  .hero-video-wrapper {
    width: 95vw;
    grid-row-gap: 12px;
  }

  .video-hover-button-2 {
    width: 60px;
    height: 60px;
  }

  .text-block-13 {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }

  .video-button-background-2 {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: 400px;
    max-height: 400px;
    min-height: 300px;
    padding-bottom: 10vh;
  }

  .section.center.principal {
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    max-width: 250px;
    min-width: 200px;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    text-align: center;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .wrap {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .title {
    font-size: 20px;
  }

  .image-2 {
    width: 80%;
    max-height: 300px;
    max-width: 400px;
    min-height: 200px;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    min-width: 400px;
  }

  .nav-link.acesso-remoto {
    width: auto;
  }

  .nav-link.produtos {
    width: auto;
    max-width: 900px;
    min-width: 400px;
  }

  .nav-link.produtos.w--current {
    width: auto;
  }

  .hero-image {
    width: 80%;
  }

  .black-text {
    width: auto;
    max-width: 300px;
    min-width: 170px;
    font-size: 20px;
    line-height: 28px;
  }

  .black-text.numeros {
    margin-top: 0px;
  }

  .hero-content {
    max-width: 300px;
    font-family: Barlow, sans-serif;
  }

  .hero-content.faixa {
    height: auto;
    max-height: 300px;
    min-height: 180px;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .hero-content.principal {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    max-width: 600px;
    min-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-image {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-subhead {
    width: auto;
    max-width: 400px;
    min-width: 290px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .feature-icon {
    margin-bottom: 0px;
  }

  .feature-icon.bases {
    max-height: 150px;
    max-width: 150px;
    min-height: 100px;
    min-width: 100px;
    margin-top: 10px;
  }

  .feature-icon.bases.etapas {
    max-height: 40px;
    max-width: 40px;
    min-height: 20px;
    min-width: 20px;
  }

  .footer {
    margin-top: 0px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow {
    max-width: 40px;
    margin-bottom: 10px;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    max-height: 70px;
    min-height: 50px;
    font-size: 40px;
  }

  .nav-menu-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .heading-3 {
    width: auto;
    max-width: 300px;
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-2.prisma {
    max-width: none;
    min-width: auto;
    font-size: 14px;
  }

  .paragraph-2.rodape {
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .caixa-rodape {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .process-tab-menu {
    margin-bottom: 20px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-title {
    height: auto;
    font-size: 25px;
    line-height: 26px;
  }

  .section-title.branco {
    max-width: none;
    font-size: 18px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .process-tab-button.w--current {
    padding-top: 9px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .process-tab-icon {
    height: 13px;
  }

  .process-tab-icon._2014 {
    height: 20px;
    margin-bottom: 0px;
  }

  .process-tab-icon._2018 {
    height: 15px;
    margin-bottom: 0px;
  }

  .process-tab-icon._2010 {
    height: 13px;
    margin-bottom: 6px;
  }

  .process-tab-icon._2002 {
    height: 13px;
  }

  .process-tab-icon._2017 {
    height: 13px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .block-quote.continua {
    margin-bottom: 40px;
  }

  .pricing-icon-block {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }

  .white-price-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .button-3 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .white-pricing-title {
    margin-bottom: 5px;
  }

  .etapas-titulo {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .texto-abas {
    font-size: 12px;
    line-height: 18px;
  }

  .tab-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-content {
    overflow: visible;
    height: 900px;
    min-height: 200px;
    margin-bottom: 40px;
  }

  .section-3 {
    height: auto;
    max-height: 1000px;
    min-height: auto;
    margin-bottom: auto;
  }

  .section-3._900 {
    max-height: 1000px;
    min-height: 900px;
  }

  .section-3._800 {
    height: auto;
    max-height: 900px;
    min-height: 500px;
  }

  .text-block-5 {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-11 {
    width: 60px;
    max-height: 50%;
    max-width: 60px;
  }

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

  .navbar {
    max-width: 400px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-4 {
    max-width: none;
  }

  .container-5 {
    position: static;
    max-width: none;
  }

  .container-5._500 {
    max-height: 500px;
    min-height: 400px;
  }

  .container-5._600 {
    max-height: 700px;
    min-height: 600px;
    margin-bottom: 0px;
  }

  .container-5._800 {
    max-height: 900px;
    min-height: 800px;
  }

  .container-5._600 {
    max-height: 900px;
    min-height: 800px;
  }

  .grid {
    display: block;
  }

  .div-imagem {
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 600px;
    min-height: 130px;
    min-width: 300px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-texto-1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-texto-1._400 {
    margin-bottom: 0px;
  }

  .div-texto-1._350 {
    height: 350px;
  }

  .div-texto-1._700 {
    height: 700px;
  }

  .div-texto-1._600 {
    height: 600px;
  }

  .div-texto-1._900 {
    height: 900px;
  }

  .texto-div-texto {
    font-size: 12px;
  }

  .image-12 {
    max-width: 35%;
  }

  .image-12.pin {
    height: 30px;
    max-height: 30px;
    max-width: 50%;
  }

  .tabs-menu-3 {
    max-height: none;
    background-clip: border-box;
  }

  .tabs-menu-3.vertical {
    display: none;
  }

  .tabs-content-2 {
    background-color: transparent;
  }

  .tabs-2 {
    margin-bottom: 0px;
  }

  .text-span-4 {
    line-height: 22px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3.notebook.celular {
    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;
  }

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

  .popup {
    top: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 450px;
    max-width: 220px;
    min-height: 300px;
    min-width: 200px;
    padding-bottom: 10px;
  }

  .text-block-7 {
    padding-top: 0px;
    font-size: 14px;
  }

  .div-block-17 {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-8 {
    max-width: 100px;
    min-width: 100px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .image-15 {
    width: auto;
    max-width: 100px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-16 {
    max-width: 44px;
  }

  .image-17 {
    max-width: 44px;
  }

  .image-18 {
    max-width: 20px;
  }

  .sign-up-popup {
    display: none;
  }

  .popup-block {
    width: 83%;
    padding: 20px;
  }

  .team-viewer {
    margin-top: 20px;
  }

  .image-20 {
    max-width: 150px;
    margin: 0px;
  }

  .button-4 {
    width: auto;
    margin-top: 10px;
  }

  .nav-menu-4 {
    max-width: 500px;
    min-width: 330px;
  }

  .div-texto-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-ngfw {
    margin-top: 120px;
  }

  .div-nossa-historia {
    height: 60px;
    max-height: 60px;
    min-height: 30px;
  }

  .tabs-menu-deskop {
    max-height: none;
    background-clip: border-box;
  }

  .tabs-menu-deskop.vertical {
    display: block;
  }

  .link-block-2 {
    height: 30px;
    max-height: 30px;
    min-height: 30px;
  }

  .div-block-26 {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .div-block-27 {
    max-width: 270px;
  }

  .tab-pane-tab-17 {
    margin-bottom: 0px;
  }

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

  .filter-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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .filter-block {
    margin-bottom: 45px;
    padding: 20px;
  }

  .dropdown {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 10px;
  }

  .bloco-conte-do {
    width: 250px;
  }

  .bloco-imagem {
    max-width: 100%;
  }

  .feature.centre-lines {
    border: 1px none #000;
  }

  .white-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-wrapper {
    padding: 20px 10px;
  }

  .text-field {
    width: auto;
  }

  .title-block {
    padding: 10px;
  }

  .feature-2.centre-lines {
    border: 1px none #000;
  }

  .div-block-64 {
    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;
  }

  .gallery-item {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

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

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

  .avatar-base {
    width: 200px;
    max-width: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-65 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .video-icon {
    width: 12px;
  }

  .hero-video-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }

  .columns-4 {
    max-height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-10 {
    height: auto;
    max-height: 300px;
    min-height: 200px;
  }

  .hero-video-wrapper {
    padding: 4px;
    grid-row-gap: 12px;
  }

  .arrow-2 {
    width: auto;
    height: 30px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .body-4 {
    background-size: cover;
  }

  .div-block-66 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-67 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .video-icon-wrapper-2 {
    width: 75%;
    height: 75%;
  }

  .video-hover-button-2 {
    width: 95px;
    height: 95px;
  }
}

#w-node-d87cf5c8-9d69-248a-1e03-214160476e07-31b9da4b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d87cf5c8-9d69-248a-1e03-214160476e09-31b9da4b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_93e37145-8398-e19f-1c51-4fb4941847e2-1a3527cd {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

