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

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

.hero {
  height: 50vh;
  background-image: linear-gradient(45deg, rgba(0, 24, 102, 0.9), rgba(144, 13, 218, 0.8));
}

.slider-arrow-button {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.hero-slide {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide.hero-slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 31, 46, 0.5)), to(rgba(26, 31, 46, 0.5))), url('../images/astronaut-floating-in-space.jpg');
  background-image: linear-gradient(180deg, rgba(26, 31, 46, 0.5), rgba(26, 31, 46, 0.5)), url('../images/astronaut-floating-in-space.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-slide.hero-slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 31, 46, 0.5)), to(rgba(26, 31, 46, 0.5))), url('../images/grovemade-239370.jpg');
  background-image: linear-gradient(180deg, rgba(26, 31, 46, 0.5), rgba(26, 31, 46, 0.5)), url('../images/grovemade-239370.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.paragraph-big {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.button {
  height: 48px;
  padding: 11px 24px;
  border-radius: 24px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.5);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button.hero-slider-button {
  margin-top: 24px;
}

.button.service-cards-button {
  margin-top: 80px;
}

.button.pricing-table-button {
  margin-top: 40px;
}

.button.card-button {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 75%;
  margin: 20px auto 0px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.button.card-button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fd662a), to(#f5a511));
  background-image: linear-gradient(90deg, #fd662a, #f5a511);
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.6);
  -webkit-transform: scale(1.02) translate(0px, -1px);
  -ms-transform: scale(1.02) translate(0px, -1px);
  transform: scale(1.02) translate(0px, -1px);
}

.button.card-button.indisponivel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(180deg, #000, #000), linear-gradient(90deg, #ff753e, #ffb731);
}

.button.envio {
  position: static;
  top: 0px;
  right: 0px;
  clear: none;
  border-radius: 15px;
}

.button.card-button {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 75%;
  margin: 20px auto 0px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.button.card-button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fd662a), to(#f5a511));
  background-image: linear-gradient(90deg, #fd662a, #f5a511);
  box-shadow: 0 5px 18px 0 rgba(255, 165, 53, 0.6);
  -webkit-transform: scale(1.02) translate(0px, -1px);
  -ms-transform: scale(1.02) translate(0px, -1px);
  transform: scale(1.02) translate(0px, -1px);
}

.hero-slider-nav {
  display: none;
}

.hero-slide-header {
  margin-bottom: 8px;
  font-size: 3em;
  line-height: 1.3em;
  text-transform: none;
}

.hero-slide-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -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: #fff;
  text-align: center;
}

.hero-slider-section {
  height: 100vh;
  background-color: #2e323c;
}

.hero-slider-arrow {
  width: 128px;
  margin-top: 88px;
}

.link-arrow-text {
  display: inline-block;
}

.link-arrow-icon {
  margin-top: -3px;
  margin-left: 8px;
}

.about-side-image {
  width: 250px;
  height: 250px;
  border-radius: 8px;
}

.equipe {
  overflow: hidden;
  padding: 100px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.equipe.grey-section {
  background-color: #f5f6f9;
}

.section-description {
  margin-top: 20px;
  padding-right: 5px;
  padding-left: 5px;
  color: rgba(26, 31, 46, 0.9);
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

.section-description.branco {
  color: #fff;
}

.section-description.sobre {
  font-size: 1.2em;
}

.about-side-image-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 8.33333333%;
  margin-left: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.wrapper {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

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

.about-side-image-wrapper {
  width: 39%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-side-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-side-media.about-side-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #02091b;
  font-size: 2em;
  line-height: 40px;
}

.section-header.branco {
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.link-arrow {
  color: #2e323c;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.section-small-header {
  margin-bottom: 0px;
  color: #ffa535;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-small-header.branco {
  color: #ffa535;
}

.service-card-header {
  margin-top: 22px;
  color: #2e323c;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.service-card-header.laranja {
  color: #ffa535;
  font-size: 0.98em;
}

.service-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-header-wrapper {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  -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;
}

.paragraph-small {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-small.branco {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  text-align: center;
}

.service-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
}

.service-card._33-width {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border-radius: 10px;
}

.service-card._33-width.servico {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.05);
  box-shadow: 2px 3px 7px 4px hsla(0, 0%, 100%, 0.06);
}

.category {
  display: inline-block;
  height: 24px;
  padding-top: 4px;
  padding-right: 12px;
  padding-left: 13px;
  border-radius: 12px;
  background-color: #2e323c;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category.pricing-table-category {
  margin-bottom: 24px;
}

.category.pricing-table-category.website {
  background-color: #f34568;
}

.category.pricing-table-category.branding {
  background-color: #ffa535;
}

.category.pricing-table-category.mobile {
  background-color: #7567f8;
}

.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-table-price {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #2e323c;
}

.pricing-table {
  max-width: 33.33%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 56px 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, 0.09);
  color: #9096a4;
  font-size: 14px;
  line-height: 24px;
}

.pricing-table-feature {
  padding-top: 13px;
  padding-bottom: 11px;
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 #e1e3ea, 0 1px 0 0 #e1e3ea;
  font-size: 14px;
  line-height: 24px;
}

.about-side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  text-align: left;
}

.about-side-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-side-line {
  display: inline-block;
  width: 12%;
  height: 3px;
  margin-top: 25px;
  margin-right: 32px;
  float: left;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.about-side-header {
  margin-top: 0px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-side-text {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9096a4;
  font-size: 16px;
  line-height: 22px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.frase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, rgba(255, 66, 6, 0.79), rgba(9, 0, 226, 0.81)), url('../images/grovemade-239370.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block {
  width: 70%;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.team-member-card-links {
  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;
}

.team-member-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  background-color: #fff;
  color: #450000;
}

.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;
  background-color: #fafafa;
}

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-color: #f8f8f8;
}

.password-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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: 50%;
  background-color: #f34568;
}

.submit-button {
  width: 100%;
}

.heading {
  margin-top: 35px;
  margin-bottom: 30px;
}

.text-field {
  text-align: center;
}

.page-header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  margin-bottom: 0px;
  padding-top: 56px;
  -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: #7567f8;
  color: #fff;
}

.page-header-section.about-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 50, 60, 0.5)), to(rgba(46, 50, 60, 0.5))), url('../images/breather-163391.jpg');
  background-image: linear-gradient(180deg, rgba(46, 50, 60, 0.5), rgba(46, 50, 60, 0.5)), url('../images/breather-163391.jpg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.logo {
  margin-top: 2px;
  margin-bottom: 11px;
  color: #2e323c;
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
}

.nav-dropdown-link {
  padding: 12px 24px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
  color: #2e323c;
  font-size: 14px;
  line-height: 24px;
}

.nav-dropdown-link:hover {
  background-color: #7567f8;
  color: #fff;
}

.nav-dropdown-link.w--current {
  color: #7567f8;
}

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

.nav-dropdown-icon {
  margin-right: 18px;
  color: #a5aab6;
  font-size: 13px;
}

.nav-dropdown-list {
  margin-left: -5px;
}

.nav-dropdown-list.w--open {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.09);
}

.logo-link {
  padding: 7px 16px 0px 14px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: block;
  padding-right: 20px;
  padding-left: 24px;
  -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: #fff;
  background-image: none;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.logo-text {
  display: inline-block;
  margin-left: 8px;
  padding-bottom: 4px;
  float: left;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

.logo-line {
  width: 62%;
  height: 2px;
  background-color: #ffa535;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff753e), to(#ffb731));
  background-image: linear-gradient(90deg, #ff753e, #ffb731);
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  padding-top: 16px;
  padding-bottom: 18px;
  padding-left: 16px;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #2e323c;
  font-size: 15px;
  line-height: 24px;
}

.nav-link:hover {
  color: #000;
  font-weight: 600;
}

.nav-link.w--current {
  color: #ffa535;
  font-weight: 600;
}

.nav-link.dropdown {
  padding-right: 36px;
}

.section-header-2 {
  margin-top: 20px;
  margin-bottom: 42px;
}

.section-small-header-2 {
  margin-bottom: 0px;
  color: #ffa535;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.image-2 {
  margin-bottom: 21px;
  padding-top: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

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

.sobrenos {
  padding: 100px 24px 50px;
}

.italic-text {
  text-decoration: line-through;
}

.youtube {
  display: none;
  margin-top: 50px;
  margin-bottom: 30px;
}

.servicos {
  padding: 100px 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02091b), to(#02091b));
  background-image: linear-gradient(180deg, #02091b, #02091b);
}

.image-3 {
  display: block;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border: 4px none #ffa535;
  border-radius: 120px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.5);
}

.image-3.clientes {
  width: 150px;
  height: 150px;
}

.bold-text {
  color: #ffa535;
}

.column {
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.column-2 {
  margin-bottom: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.column-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home {
  overflow: visible;
  height: 100vh;
  background-image: linear-gradient(156deg, rgba(255, 165, 53, 0.15), rgba(0, 5, 20, 0.15) 74%), linear-gradient(180deg, rgba(0, 6, 20, 0.85), rgba(0, 6, 20, 0.85));
}

.texto_inicio {
  margin-top: 10px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.contato {
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: rgba(26, 31, 46, 0.05);
}

.texto_servicos {
  margin-top: 20px;
  color: #9096a4;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.texto_servicos.branco {
  color: #e0e0e0;
}

.tab-image {
  position: absolute;
  left: 227px;
  top: 74px;
  right: 0px;
}

.tab-image.img3 {
  left: 214px;
  top: 39px;
}

.tab-image.img2 {
  left: 200px;
  top: 28px;
}

.tab-text-pane-mod-1 {
  position: absolute;
  left: 310px;
  top: 116px;
  bottom: 200px;
  z-index: 30;
  display: block;
  overflow: visible;
  width: 50%;
  color: #e2e2e2;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.tab-link-mod-01 {
  width: 50px;
  height: 60px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/baum_icon.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 13px -2px #000;
}

.tab-link-mod-01.w--current {
  background-color: #607b54;
}

.tab-link-mod-01._01f {
  left: -120px;
  top: 313px;
  background-image: url('../images/customer-help-clerk.svg');
  background-position: 50% 50%;
  background-size: 40px;
}

.tab-link-mod-01._01f.current.w--current {
  background-color: #ffa535;
  background-image: url('../images/customer-help-clerk-1.svg'), url('../images/customer-help-clerk.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
}

.tab-link-mod-01._01c {
  left: 143px;
  top: -206px;
  background-image: url('../images/videocam-filled-tool.svg');
  background-size: 35px;
}

.tab-link-mod-01._01c.current {
  background-size: 40px;
}

.tab-link-mod-01._01c.current.w--current {
  background-color: #ffa535;
  background-image: url('../images/videocam-filled-tool-1.svg'), url('../images/videocam-filled-tool.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
}

.tab-link-mod-01._01e {
  left: 146px;
  top: 184px;
  background-image: url('../images/gamepad-controller.svg');
  background-position: 50% 50%;
  background-size: 40px;
}

.tab-link-mod-01._01e.current.w--current {
  background-color: #ffa535;
  background-image: url('../images/gamepad-controller-1.svg'), url('../images/gamepad-controller.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
}

.tab-link-mod-01._01b {
  left: -75px;
  top: -180px;
  background-color: #fff;
  background-image: url('../images/text-book-opened-from-top-view.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.tab-link-mod-01._01b.current:hover {
  border: 3px none #ffa535;
  background-color: #fff;
}

.tab-link-mod-01._01b.current.w--current {
  background-color: #ffa535;
  background-image: url('../images/text-book-opened-from-top-view-1.svg'), url('../images/text-book-opened-from-top-view.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
}

.tab-link-mod-01._01d {
  left: 231px;
  top: -42px;
  background-image: url('../images/volume-up-indicator.svg');
  background-size: 40px;
}

.tab-link-mod-01._01d.current.w--current {
  background-color: #ffa535;
  background-image: url('../images/volume-up-indicator-1.svg'), url('../images/volume-up-indicator.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
}

.tab-link-mod-01._01a {
  left: -125px;
  top: 18px;
  background-image: url('../images/website-design-symbol.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tab-link-mod-01._01a.w--current {
  left: -125px;
  background-color: #ffa535;
  background-image: url('../images/website-design-symbol-1.svg'), url('../images/text-book-opened-from-top-view.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: 40px, 40px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tabwrapper {
  display: block;
  width: 550px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid solid none none;
  border-width: 2px 2px 1px 1px;
  border-color: #ffa535 #ffa535 #000 #000;
  border-radius: 1000px;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.tab-pane-mod-01 {
  position: static;
  width: 770px;
  height: 600px;
}

.tab-contents-mod-01 {
  right: 220px;
  bottom: 260px;
  width: 770px;
  height: 600px;
}

.tabs-mod-01 {
  left: 0px;
  top: 199px;
  z-index: 2;
}

.tab-text-block-mod-01 {
  position: absolute;
  left: 73px;
  top: 18px;
  max-width: 100px;
  min-width: 60px;
}

.tab-text-block-mod-01.t5 {
  top: 34px;
}

.tab-text-block-mod-01.t1 {
  left: 7px;
  top: 72px;
  color: #fff;
}

.tab-text-block-mod-01.t2 {
  left: -51px;
  top: 2px;
}

.tab-text-block-mod-01.t3 {
  left: 70px;
  top: -2px;
}

.tab-text-block-mod-01.t6 {
  left: 1px;
  top: 68px;
  text-align: center;
}

.tabs-menu-mod-01 {
  z-index: 5;
}

.bold-text-2 {
  color: #ffa535;
  font-size: 20px;
}

.background-video {
  position: relative;
  top: 45px;
  display: block;
  overflow: visible;
  width: 100vw;
}

.bold-text-3 {
  color: #ffa535;
  font-size: 20px;
}

.section {
  background-color: rgba(26, 31, 46, 0.9);
}

.container-2 {
  text-align: center;
}

.background-video-2 {
  position: relative;
  top: -51px;
  overflow: hidden;
}

.bold-text-4 {
  color: #ffa535;
  font-size: 20px;
}

.bold-text-5 {
  color: #ffa535;
  font-size: 20px;
}

.bold-text-6 {
  color: #ffa535;
  font-size: 20px;
}

.bold-text-7 {
  color: #ffa535;
  font-size: 20px;
}

.paragraph {
  color: #fff;
  font-size: 18px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#02091b), to(#02091b));
  background-image: linear-gradient(180deg, #02091b, #02091b);
}

.slide {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  float: none;
  clear: none;
  background-color: transparent;
}

.slider {
  height: auto;
  margin-top: 70px;
  background-color: transparent;
}

.heading-2 {
  color: #ffa535;
  text-align: center;
}

.paragraph-2 {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.div-block-3 {
  padding-top: 15px;
  padding-right: 85px;
  padding-left: 85px;
}

.mask {
  position: relative;
  max-height: auto;
}

.slide-nav {
  position: relative;
  padding-top: 30px;
}

.div-block-4 {
  margin-top: 0px;
  padding-top: 40px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.iesb {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.column-4 {
  position: relative;
}

.uca {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.vg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.unicesumar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 5px;
  padding-left: 5px;
}

.form {
  padding-top: 20px;
  padding-left: 56px;
}

.field-label {
  padding-top: 10px;
  color: rgba(26, 31, 46, 0.9);
  text-align: left;
}

.field-label-2 {
  color: rgba(26, 31, 46, 0.9);
  text-align: left;
}

.column-5 {
  padding-top: 10px;
}

.text-field-2 {
  display: block;
  min-height: 100px;
  text-align: left;
}

.textarea {
  min-height: 180px;
}

.submit-button-2 {
  clear: none;
}

.success-message {
  margin-top: 26px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(0, 129, 103, 0.5);
  border-radius: 20px;
  background-color: rgba(221, 253, 247, 0.3);
}

.text-block-3 {
  color: #008167;
  font-size: 16px;
  line-height: 28px;
}

.error-message {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(153, 100, 100, 0.5);
  border-radius: 20px;
  background-color: rgba(255, 192, 192, 0.1);
}

.text-block-4 {
  color: #996464;
  font-size: 16px;
  line-height: 28px;
}

.columns {
  margin-top: 10px;
  margin-bottom: 26px;
}

.final {
  min-height: 300px;
  background-color: #02091b;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unimar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 36px;
  padding-right: 5px;
  padding-left: 5px;
}

.dolfyn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.video {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 31, 46, 0.9)), to(rgba(26, 31, 46, 0.9)));
  background-image: linear-gradient(180deg, rgba(26, 31, 46, 0.9), rgba(26, 31, 46, 0.9));
}

.background-video-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 9, 27, 0.92)), to(rgba(2, 9, 27, 0.92)));
  background-image: linear-gradient(180deg, rgba(2, 9, 27, 0.92), rgba(2, 9, 27, 0.92));
}

.container-3 {
  padding: 42px 50px;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.rodape {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01050f), to(#01050f));
  background-image: linear-gradient(180deg, #01050f, #01050f);
}

.paragraph-3 {
  padding-top: 10px;
  color: #fff;
  text-align: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

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

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-abed {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.columns-3 {
  padding-right: 21px;
  padding-left: 21px;
}

.texto-portifolio {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 15px;
  -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;
}

.portifolio-titulo {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #02091b;
  font-size: 2em;
  line-height: 40px;
}

.portifolio-titulo.branco {
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.portifolio {
  overflow: hidden;
  padding: 20px 24px 100px;
  border-top: 2px solid #f8f8f8;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.portifolio.grey-section {
  background-color: #f5f6f9;
}

.section-description-2 {
  margin-top: 20px;
  padding-right: 18px;
  padding-left: 18px;
  color: rgba(26, 31, 46, 0.9);
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
}

.section-description-2.branco {
  color: #fff;
}

.acess-content-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-acess-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.acess-logo {
  width: 36px;
  height: 36px;
  margin-right: 7px;
  margin-left: 9px;
  border-radius: 20px;
  background-image: url('../images/LOGO-ACESSIBILIDADE.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.btn-font-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 35px;
  margin-bottom: 8px;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(38, 50, 56, 0.5);
  border-radius: 10px;
  background-color: rgba(38, 50, 56, 0.08);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: rgba(38, 50, 56, 0.9);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.btn-font-2:hover {
  background-color: #000;
  color: #fff;
}

.btn-acess-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 48px;
  padding: 7px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px 0px 0px 25px;
  background-color: rgba(199, 199, 199, 0.8);
  font-size: 14px;
  text-decoration: none;
}

.btn-acess-2:hover {
  background-color: rgba(38, 50, 56, 0.95);
}

.html-embed-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btt-acess-fechar-2 {
  position: absolute;
  top: 0%;
  display: block;
  width: 35px;
  height: 35px;
  margin: 6px auto 10px 28px;
  padding: 5px 5px 5px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 20px;
  background-color: #3f4a50;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
}

.btt-acess-fechar-2:hover {
  background-color: #000;
}

.acess-modal-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  max-width: 90px;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  background-color: rgba(230, 230, 230, 0.95);
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

.font-size-ajuste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 2px;
  padding-left: 2px;
  -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;
}

.font-size-ajuste.espaco {
  margin-top: 31px;
}

.column-7 {
  margin-bottom: 50px;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media screen and (max-width: 991px) {
  .paragraph-big {
    font-size: 18px;
    line-height: 32px;
  }
  .button.pricing-table-button {
    margin-top: 32px;
  }
  .hero-slide-info {
    max-width: 66.66%;
  }
  .hero-slider-section {
    height: 560px;
  }
  .hero-slider-arrow {
    width: 80px;
  }
  .equipe {
    padding: 100px 8px;
  }
  .section-description {
    font-size: 15px;
  }
  .about-side-image-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-side-image-wrapper {
    width: 41.66%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-side-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .service-card-header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .service-card-header.laranja {
    text-align: center;
  }
  .service-cards {
    margin-bottom: -16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 56px;
  }
  .service-card {
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .service-card._33-width {
    min-height: 500px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .service-card._33-width.servico {
    min-height: 250px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .category {
    height: 20px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 8px;
  }
  .pricing-table-price {
    margin-bottom: 24px;
  }
  .pricing-table {
    margin-right: 8px;
    margin-left: 8px;
    padding: 40px 24px;
  }
  .about-side-header-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .about-side-line {
    height: 2px;
    margin-top: 24px;
    margin-right: 24px;
  }
  .about-side-header {
    padding-right: 16px;
  }
  .about-side-text {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }
  .page-header-section {
    height: 320px;
    padding-top: 48px;
  }
  .menu-button {
    color: #2e323c;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #2e323c;
  }
  .logo {
    margin-bottom: 9px;
  }
  .nav-dropdown-link {
    padding-left: 32px;
    background-color: #f5f6f9;
  }
  .nav-dropdown-link:hover {
    background-color: #f5f6f9;
    color: #2e323c;
  }
  .nav-dropdown-list.w--open {
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }
  .nav-menu {
    overflow: scroll;
    max-height: 100vh;
    border-bottom: 1px solid #e1e3ea;
  }
  .logo-link {
    padding-top: 21px;
    padding-bottom: 19px;
  }
  .nav-bar {
    padding-right: 0px;
    padding-left: 2px;
  }
  .nav-link {
    background-color: #fff;
  }
  .nav-link:hover {
    color: #2e323c;
  }
  .image-2 {
    max-width: 100%;
    margin-bottom: 0px;
  }
  .image-3 {
    width: 200px;
    height: 200px;
  }
  .texto_inicio {
    font-size: 18px;
    line-height: 32px;
  }
  .texto_servicos {
    font-size: 15px;
  }
  .form {
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 0px;
  }
  .texto-portifolio {
    max-width: 66.66%;
    padding-bottom: 10px;
  }
  .portifolio {
    padding: 100px 8px;
  }
  .section-description-2 {
    font-size: 15px;
  }
  .btn-acess-2 {
    width: 50px;
  }
  .btt-acess-fechar-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .acess-modal-2 {
    display: none;
    -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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .hero-slide.hero-slide-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/grovemade-239360.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }
  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }
  .button.service-cards-button {
    margin-top: 64px;
  }
  .hero-slider-section {
    height: 400px;
  }
  .hero-slider-arrow {
    margin-top: 56px;
  }
  .equipe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-description {
    font-size: 14px;
    line-height: 24px;
  }
  .about-side-image-info {
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .wrapper.nav-bar-wrapper {
    display: block;
  }
  .about-side-image-wrapper {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-header {
    margin-top: 16px;
  }
  .section-header.branco {
    width: 100%;
  }
  .link-arrow {
    font-size: 11px;
    line-height: 32px;
  }
  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .service-card-header.laranja {
    font-size: 0.9em;
  }
  .service-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .section-header-wrapper {
    max-width: 90%;
    padding-bottom: 40px;
  }
  .paragraph-small {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-card._33-width {
    min-width: 100%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .service-card._33-width.servico {
    min-height: 190px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 35%;
    -ms-flex: 1 2 35%;
    flex: 1 2 35%;
  }
  .pricing-table-price {
    font-size: 24px;
    line-height: 32px;
  }
  .pricing-table {
    width: 66.66%;
    max-width: none;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-side-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-side-header-wrapper {
    width: 100%;
  }
  .about-side-line {
    width: 42px;
    margin-top: 18px;
    margin-left: 2px;
  }
  .about-side-header {
    padding-right: 0px;
  }
  .about-side-text {
    padding-left: 76px;
  }
  .page-header-section {
    height: 240px;
    padding-top: 40px;
  }
  .menu-button {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .logo-link {
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .logo-text {
    display: none;
    margin-left: 0px;
    font-size: 13px;
  }
  .logo-wrapper {
    display: inline-block;
    float: left;
  }
  .nav-link {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .section-header-2 {
    margin-top: 16px;
  }
  .section-small-header-2 {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
  .image-2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-3 {
    width: 150px;
    height: 150px;
  }
  .column {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-2 {
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-3 {
    padding-top: 20px;
  }
  .texto_inicio {
    font-size: 16px;
    line-height: 28px;
  }
  .texto_servicos {
    font-size: 14px;
    line-height: 24px;
  }
  .tab-text-pane-mod-1 {
    left: 281px;
    top: 95px;
    width: 55%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .tab-link-mod-01._01f.current {
    top: 215px;
  }
  .tab-link-mod-01._01c.current {
    left: 103px;
    top: -213px;
  }
  .tab-link-mod-01._01e.current {
    left: 110px;
    top: 111px;
  }
  .tab-link-mod-01._01b.current {
    left: -62px;
    top: -177px;
  }
  .tab-link-mod-01._01d.current {
    left: 186px;
    top: -66px;
  }
  .tab-link-mod-01._01a {
    left: -75px;
    top: -3px;
  }
  .tab-link-mod-01._01a.w--current {
    left: -72px;
    top: auto;
    bottom: 2px;
  }
  .tabwrapper {
    position: static;
    width: 450px;
    height: 450px;
  }
  .tab-pane-mod-01 {
    position: static;
    width: 100px;
    height: 600px;
    padding-left: 0px;
  }
  .tab-contents-mod-01 {
    width: 600px;
  }
  .container {
    position: static;
    display: block;
  }
  .vg {
    padding-top: 20px;
  }
  .columns-2 {
    display: block;
  }
  .image-4 {
    max-width: 50%;
  }
  .image-5 {
    padding-top: 20px;
  }
  .texto-portifolio {
    max-width: 90%;
    padding-bottom: 40px;
  }
  .portifolio-titulo {
    margin-top: 16px;
  }
  .portifolio-titulo.branco {
    width: 100%;
  }
  .portifolio {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-description-2 {
    font-size: 14px;
    line-height: 24px;
  }
  .acess-logo {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
  .btn-font-2 {
    font-size: 14px;
  }
  .btn-acess-2 {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .btt-acess-fechar-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .acess-modal-2 {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .hero-slider-nav {
    display: block;
    font-size: 9px;
  }
  .hero-slide-header {
    font-size: 2.5em;
  }
  .hero-slide-info {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-slider-arrow {
    display: none;
  }
  .section-description {
    padding-right: 5px;
    padding-left: 5px;
  }
  .about-side-image-info {
    width: 100%;
    padding-top: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .about-side-image-wrapper {
    width: 100%;
  }
  .about-side-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-header {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .section-header.branco {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  .section-small-header {
    font-size: 14px;
  }
  .service-cards {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .section-header-wrapper {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 1px;
  }
  .service-card {
    padding-top: 48px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .service-card._33-width {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .service-card._33-width.servico {
    min-height: 205px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pricing {
    margin-bottom: -24px;
  }
  .pricing-table {
    width: 100%;
    margin-bottom: 24px;
  }
  .page-header-section {
    height: 200px;
  }
  .image-2 {
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .servicos {
    height: auto;
  }
  .image-3 {
    width: 150px;
    height: 150px;
  }
  .image-3.clientes {
    width: 120px;
    height: 120px;
  }
  .column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .column-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tab-text-pane-mod-1 {
    left: 209px;
    top: 59px;
  }
  .tab-link-mod-01._01f.current {
    left: -8px;
    top: -315px;
  }
  .tab-link-mod-01._01c.current {
    left: 222px;
    top: -292px;
  }
  .tab-link-mod-01._01e.current {
    left: 126px;
    top: -193px;
  }
  .tab-link-mod-01._01b.current {
    left: 118px;
    top: -281px;
  }
  .tab-link-mod-01._01b.current.w--current {
    left: 91px;
    top: -289px;
  }
  .tab-link-mod-01._01d.current {
    left: 237px;
    top: -225px;
  }
  .tab-link-mod-01._01a {
    left: -23px;
    top: -140px;
  }
  .tab-link-mod-01._01a.w--current {
    left: -22px;
    top: -113px;
    bottom: auto;
  }
  .tabwrapper {
    width: 280px;
    height: 280px;
    border-bottom: 2px solid #ffa535;
    border-left: 2px solid #ffa535;
  }
  .heading-2 {
    font-size: 18px;
  }
  .columns-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .texto-portifolio {
    max-width: 100%;
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
  }
  .section-description-2.branco {
    font-size: 1em;
    line-height: 1.5em;
  }
}

