:root {
  --white: white;
  --black: black;
}

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

a {
  text-decoration: underline;
}

.body {
  color: #000;
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

.bg-main-gray {
  background-color: #f1f1f1;
}

.text-color-white {
  color: #fff;
}

.text-color-dark-gray {
  z-index: 2;
  color: #848484;
  text-decoration: none;
  position: relative;
}

.text-color-dark-gray.line {
  line-height: 3;
}

.bg-dark-gray {
  background-color: #848484;
}

.brand {
  width: 58px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.container {
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.nav-menu {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.main-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.main-grid.space-top {
  padding-top: 40px;
}

.main-grid.space-top.grid {
  grid-template-rows: auto;
}

.main-grid.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  justify-content: space-between;
  align-items: start;
  width: auto;
  height: auto;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 50px 0%;
}

.main-grid._100vh {
  grid-column-gap: 16px;
  max-width: 100%;
  height: 100vh;
}

.main-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.flex {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: static;
}

.flex.align-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 50px;
  position: static;
  inset: auto 0% 0% auto;
}

.flex.align-right.align-bottom {
  position: absolute;
}

.flex.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.flex.space-margin {
  margin-bottom: 38px;
}

.flex._1 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
}

.flex.align-center {
  justify-content: center;
  margin-bottom: 20px;
}

.flex.align-bottom {
  margin-bottom: 20px;
}

.heading-xlarge {
  letter-spacing: -.8vh;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20vh;
  font-weight: 900;
  line-height: .8;
}

.image-hero {
  text-align: center;
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.heading-xsmall {
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray {
  text-align: center;
  text-transform: uppercase;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 10px;
  line-height: 1;
}

.heading-xsmall.text-color-dark-gray.no-space {
  text-align: left;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  line-height: 1.2;
}

.link-bto {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button {
  text-align: center;
  text-transform: none;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #000;
  border-color: #000;
}

.main-button.mini {
  align-items: center;
  width: 32px;
  margin-left: 14px;
}

.divider {
  width: 100%;
  height: 1px;
}

.divider.bg-dark-gray.space-50-padding {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.divider.bg-main-gray {
  flex: none;
  width: 74%;
}

.main-paragraph {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph.space-20 {
  margin-bottom: -7px;
  padding-top: 30px;
  padding-bottom: 0;
}

.wrap-div-med {
  flex-direction: row;
  display: flex;
}

.wrap-med {
  flex: 0 auto;
  align-self: flex-end;
  margin-bottom: 18px;
  margin-left: 16px;
}

.paragraph--6-px {
  margin-top: -16px;
}

.space-100 {
  height: 100px;
}

.image-dieter {
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  border-radius: 0%;
  overflow: hidden;
}

.portfa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  height: 180px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

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

.heading-medium {
  font-size: 16vh;
  line-height: 1;
}

.heading-medium.text-color-white {
  font-weight: 300;
}

.text-span {
  width: 320px;
  max-width: 100%;
  height: 320px;
  max-height: 100%;
  font-weight: 700;
}

.letter-use {
  z-index: 11;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: hidden;
}

.wrap-block {
  width: 40%;
  height: 10vh;
}

.imagem-dieter {
  background-image: url('../images/orçamento_1.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.main-container {
  max-width: 1420px;
  padding-left: 50px;
  padding-right: 50px;
}

.main-container.space-bottom {
  max-width: 1680px;
  padding-bottom: 200px;
}

.main-section {
  z-index: 10;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.letter-font {
  white-space: nowrap;
  font-size: 130px;
  font-weight: 900;
  line-height: 1.1;
}

.dot-text {
  font-size: 70px;
}

.inner-letreiro {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.image {
  flex: none;
  width: 12px;
  height: 12px;
}

.button-view {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  margin-top: -54px;
  margin-right: 29px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 15px #00000026;
}

.bg-button-view {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-paragraph-copy {
  letter-spacing: -3px;
  font-size: 56px;
  line-height: 1;
}

.main-paragraph-copy.text-color-dark-gray {
  padding: 10px 34px;
  position: relative;
}

.see-more-bto {
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-large {
  text-align: center;
  border: 1px solid #848484;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  display: flex;
}

.main-button-large.large {
  height: 76px;
}

.menu-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.hifen {
  background-color: #000;
  width: 14px;
  height: 2px;
  margin-bottom: 5px;
}

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

.image-3 {
  width: 100%;
  max-height: 100%;
  display: inline-block;
}

.video-sub-dropdown-list-wrapper-2 {
  display: none;
  inset: auto 0% 0% auto;
}

.video-sub-dropdown-list-wrapper-2.w--open {
  z-index: 2;
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  opacity: 0;
  background-image: url('../images/Background_1.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-title-wrapper.show {
  opacity: 1;
}

.htmlicon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.htmlicon._1 {
  width: 2.6rem;
  height: 2.6rem;
}

.video-volume-embed {
  max-width: 0;
  transition: max-width .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
  transform: rotate(0);
}

.track-grab {
  z-index: -3;
  pointer-events: none;
  background-color: #fff;
  border-radius: 100vw;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: all .45s ease-in-out;
  position: absolute;
  inset: 0% -7.5px 0% auto;
  transform: scale(0);
}

.track-grab:active {
  transform: scale(1.1);
}

.flowplay-video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #0f0f0f;
  border-radius: 1.5rem;
  width: 100%;
  transition: box-shadow .2s ease-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 2px 3.2px #0000000c, 0 4px 6.5px #0000000f, 0 7px 9.7px #0001, 0 9px 13.1px #00000012, 0 12px 16.6px #00000012, 0 17px 20.3px #00000013, 0 22px 24.4px #00000013, 0 31px 29.2px #00000014, 0 45px 35.5px #00000015, 0 74px 45.5px #00000017;
}

.flowplay-video-wrapper:hover {
  box-shadow: 0 0 #0000, 0 2px 3.2px #0000000c, 0 4px 6.5px #0000000f, 0 7px 9.7px #0001, 0 9px 13.1px #00000012, 0 12px 16.6px #00000012, 0 17px 20.3px #00000013, 0 22px 24.4px #00000013, 0 31px 29.2px #00000014, 0 45px 35.5px #00000015, 0 74px 45.5px #00000017;
}

.vimeo-video-loading-wrapper {
  z-index: 20;
  color: #fff;
  background-color: #171717;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-sub-dropdown-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.vimeo-video-element {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.track {
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.track.video-element {
  border-radius: 40px;
  height: 6px;
  position: relative;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-large {
  margin-bottom: 1.75rem;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.vimeo-player-styling {
  object-fit: cover;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  position: static;
  top: 7%;
  right: 3%;
}

.videos-sub-dropdown-toggle-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.video-controls.hide-mobile-landscape {
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.content-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-dropdown {
  position: relative;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.control-button.is-padding {
  padding: 0;
  display: block;
}

.video-loading-track {
  background-color: #ffffff36;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.fullscreen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.heading {
  letter-spacing: -1px;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.vimeo-loading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 30px;
  display: flex;
}

.video-sub-dropdown-list {
  position: static;
}

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

.loading-lottie {
  z-index: -1;
  width: 10%;
  margin-bottom: 0;
  position: absolute;
}

.video-controls-wrapper {
  z-index: 5;
  opacity: 0;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-controls-wrapper.show {
  opacity: 1;
}

.trackinner {
  z-index: 2;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.video-element {
  color: #fff9f9;
}

.video-poster-play {
  z-index: 0;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-player-wrapper {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.volume-control-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.informacional {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 150px 50px;
  display: flex;
  position: relative;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  text-align: left;
  font-weight: 300;
}

.heading-2.centered-heading {
  text-align: center;
  font-weight: 500;
}

.youtube {
  max-width: 100%;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-auto-columns: .25fr;
  justify-content: center;
  align-items: center;
  width: 1404px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.div-block {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .brand {
    margin-left: 16px;
  }

  .container {
    max-width: 150%;
  }

  .nav-menu {
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
  }

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

  .main-grid.space-top.grid, .main-grid.titles {
    grid-template-columns: 1fr;
  }

  .main-grid.midlle {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.vert.space-too {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-hero {
    padding-left: 0%;
    padding-right: 0%;
    inset: 16.2vh 0% auto;
    overflow: visible;
  }

  .main-paragraph {
    text-align: left;
  }

  .text-span {
    font-size: 16vh;
  }

  .button-view {
    justify-content: center;
    align-items: center;
    margin-top: -139px;
  }

  .image-3 {
    max-width: 170%;
    margin-left: -6%;
    display: inline-block;
    overflow: hidden;
  }

  .menu-button {
    background-color: #0000;
    margin-right: 16px;
  }

  .menu-button.w--open {
    background-color: #f1f1f1;
    margin-right: 16px;
  }

  .icon {
    color: #000;
  }

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

  .video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .flowplay-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .video-title {
    font-size: 1.2rem;
  }

  .informacional {
    background-color: #f5fbfc;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
    width: 100vw;
  }

  .main-grid.space-top.grid {
    padding-top: 0;
  }

  .main-grid.titles {
    width: auto;
    left: 16px;
    right: 16px;
  }

  .main-grid.midlle {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.align-right.align-bottom {
    flex: 0 auto;
    width: auto;
    margin-right: 16px;
  }

  .flex._1 {
    width: 80%;
    max-width: 100%;
  }

  .main-paragraph {
    text-align: left;
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph--6-px {
    margin-top: -19px;
  }

  .space-100 {
    height: 40px;
  }

  .heading-medium.text-color-white {
    font-size: 12vh;
  }

  .text-span {
    font-size: 10vh;
  }

  .main-container.space-bottom, .container-full {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-paragraph-copy.text-color-dark-gray {
    font-size: 50px;
  }

  .image-3 {
    width: 170%;
    max-width: 170%;
    margin-left: -38%;
    display: inline-block;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .track-wrapper {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .video-controls.hide-mobile-landscape {
    display: none;
  }

  .lower-video-controls {
    margin: auto;
  }

  .control-button {
    width: 2rem;
    height: 2rem;
  }

  .control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .fullscreen {
    display: none;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    width: 568px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 16px;
    padding-left: 0;
  }

  .container {
    object-fit: fill;
    overflow: hidden;
  }

  .nav-menu {
    padding-right: 0;
  }

  .main-grid.space-top.grid {
    justify-items: center;
  }

  .main-grid.titles {
    padding-bottom: 10vh;
    overflow: visible;
  }

  .main-grid._100vh {
    width: 320%;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
  }

  .heading-xlarge {
    letter-spacing: -.6vh;
    font-size: 12vh;
  }

  .image-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .divider.bg-main-gray {
    width: 50%;
  }

  .main-paragraph {
    text-align: left;
  }

  .main-paragraph.space-20 {
    margin-bottom: 0;
    padding-top: 10px;
  }

  .portfa {
    margin-bottom: 20px;
  }

  .paragraph-18px {
    font-size: 14px;
  }

  .text-span {
    flex-flow: column;
    height: 150px;
    font-size: 50px;
    display: block;
    overflow: hidden;
  }

  .imagem-dieter {
    background-position: 26%;
    width: 600px;
    max-width: 100%;
    height: 800px;
    max-height: 100%;
  }

  .main-section {
    width: 600px;
    max-width: 100%;
  }

  .main-section.bg-main-gray {
    width: 600px;
  }

  .button-view {
    width: 7em;
    height: 7em;
  }

  .main-paragraph-copy.text-color-dark-gray {
    letter-spacing: -2px;
    padding: 0 16px;
    font-size: 28px;
  }

  .main-button-large.large {
    height: 48px;
  }

  .image-3 {
    width: 220%;
    max-width: 200%;
    margin-left: -58%;
    padding-top: 25vh;
    display: inline-block;
    overflow: hidden;
  }

  .menu-button, .menu-button.w--open {
    margin-right: 0;
    padding-right: 10px;
  }

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

  .video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .control-button {
    height: 2.5rem;
    padding: 0;
  }

  .video-title {
    font-size: .9rem;
  }

  .informacional {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 320%;
    max-width: 100%;
  }

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

  .code-embed {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 320px;
    max-width: 100%;
    display: flex;
  }

  .code-embed-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 320px;
    max-width: 100%;
    height: 200px;
    display: flex;
    overflow: hidden;
  }

  .code-embed-3 {
    justify-content: center;
    align-items: center;
    width: 320px;
    max-width: 100%;
    height: 200px;
    display: flex;
    overflow: hidden;
  }

  .div-block {
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-ab2d2572-7d6f-4fa7-6f0e-bcc2d0301903-fe31973e {
  grid-area: 1 / 1 / 5 / 13;
  place-self: start center;
}

#w-node-_23add633-6978-71d1-b2a3-e66799fcbdec-fe31973e {
  grid-area: 4 / 1 / 7 / 13;
  place-self: end center;
}

#w-node-fc482be7-fa7e-7290-854d-28cba0cc34d2-fe31973e {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-fe31973e {
  grid-area: 2 / 4 / 3 / 13;
  place-self: start;
}

#w-node-b9e199b7-c9d2-26e1-829e-58f85f0d176a-fe31973e {
  grid-area: 3 / 9 / 4 / 13;
  justify-self: end;
}

#w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-fe31973e {
  grid-area: 2 / 3 / 3 / 12;
  place-self: start;
}

#w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-fe31973e {
  grid-area: 4 / 5 / 5 / 12;
}

#w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-fe31973e {
  grid-area: 5 / 5 / 6 / 8;
}

#w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-fe31973e {
  grid-area: 5 / 7 / 6 / 12;
}

#w-node-aa2148d0-5cfb-dbeb-ad21-deb231d11c0b-fe31973e {
  grid-area: 7 / 5 / 8 / 12;
}

#w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-fe31973e {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-fe31973e {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_2b562015-b1ef-8999-64fe-f4533093dc07-fe31973e {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-_40446628-2e81-4196-e25e-708523b6b23e-fe31973e {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-a426bb95-8bde-2b79-4061-d44af1c59e04-fe31973e {
  grid-area: 6 / 4 / 7 / 13;
}

#w-node-ed06db05-b278-0fda-c380-93bf7b342e90-fe31973e {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792f96-eb792f95 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fbe-eb792f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95 {
  grid-area: 3 / 4 / 4 / 13;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc3-eb792f95 {
  grid-area: 4 / 6 / 5 / 13;
  align-self: start;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95 {
  grid-area: 5 / 1 / 6 / 13;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc7-eb792f95 {
  grid-area: 6 / 1 / 7 / 6;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fce-eb792f95 {
  grid-area: 7 / 1 / 8 / 4;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fd9-eb792f95 {
  grid-area: 7 / 4 / 8 / 8;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
  grid-area: 8 / 1 / 9 / 4;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
  grid-area: 8 / 5 / 9 / 9;
  align-self: end;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
  grid-area: 8 / 9 / 9 / 13;
  place-self: end start;
}

#w-node-_56e52c01-9b6d-5154-8a18-9205eb792fed-eb792f95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bd7f273e-febd-5a14-57ac-58fb13736bec-13736be7, #w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
  grid-area: 1 / 12 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-fc482be7-fa7e-7290-854d-28cba0cc34d2-fe31973e {
    grid-column-end: 3;
  }

  #w-node-_694a7b6b-62e0-5310-f42f-f4a016923f0d-fe31973e, #w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-fe31973e, #w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-fe31973e {
    grid-column: 1 / 3;
  }

  #w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-fe31973e {
    grid-column: 1 / 2;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-fe31973e {
    grid-column: 2 / 3;
  }

  #w-node-aa2148d0-5cfb-dbeb-ad21-deb231d11c0b-fe31973e {
    grid-column: 1 / 3;
  }

  #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-fe31973e {
    grid-column: 2 / 3;
  }

  #w-node-_2c718fd7-05f3-e14c-2a3b-668ad9c3c07d-fe31973e {
    grid-column-end: 3;
  }

  #w-node-_2b562015-b1ef-8999-64fe-f4533093dc07-fe31973e {
    grid-column: 1 / 3;
  }

  #w-node-_40446628-2e81-4196-e25e-708523b6b23e-fe31973e {
    grid-column: 2 / 3;
  }

  #w-node-a426bb95-8bde-2b79-4061-d44af1c59e04-fe31973e, #w-node-ed06db05-b278-0fda-c380-93bf7b342e90-fe31973e, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc0-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc3-eb792f95 {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc6-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fc7-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fce-eb792f95 {
    grid-column-end: 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fd9-eb792f95 {
    grid-column: 2 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    grid-column-end: 2;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95, #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fea-eb792f95 {
    grid-column: 2 / 3;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
    align-self: center;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bec-13736be7 {
    grid-column: 2 / 3;
    justify-self: end;
  }

  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bee-13736be7 {
    grid-column: 1 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a16fda9-df93-bf4b-dd66-cc948f25756e-fe31973e, #w-node-_7cd5e1c9-2f3e-bc9b-2816-4b3e7f2d1af1-fe31973e, #w-node-b6efdd33-db9e-5ed6-35ed-27c8eea075ed-fe31973e {
    grid-column: 1 / 3;
  }

  #w-node-_12a0d88e-c356-1bc9-217b-2a51b0fa5676-fe31973e {
    grid-column: 2 / 3;
  }

  #w-node-aa2148d0-5cfb-dbeb-ad21-deb231d11c0b-fe31973e, #w-node-d3fa9923-e379-0dd7-0b82-2d428139e6d2-fe31973e {
    grid-column: 1 / 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe4-eb792f95 {
    grid-column-end: 3;
  }

  #w-node-_56e52c01-9b6d-5154-8a18-9205eb792fe7-eb792f95 {
    grid-row: 9 / 10;
    grid-column-start: 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd7f273e-febd-5a14-57ac-58fb13736bea-13736be7 {
    justify-self: start;
  }
}


