@font-face {
  font-family: Bahnschrift;
  src: url('../fonts/BAHNSCHRIFT.TTF') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arialnova;
  src: url('../fonts/ArialNova.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arialnovacond;
  src: url('../fonts/ArialNovaCond-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arialnovacond;
  src: url('../fonts/ArialNovaCond-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arialnovacond;
  src: url('../fonts/ArialNovaCond-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arialnova;
  src: url('../fonts/ArialNova-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arialnova;
  src: url('../fonts/ArialNova-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arialnovacond;
  src: url('../fonts/ArialNovaCond-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arialnova;
  src: url('../fonts/ArialNova-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arialnovacond;
  src: url('../fonts/ArialNovaCond.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arialnova;
  src: url('../fonts/ArialNova-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Arialnova;
  src: url('../fonts/ArialNova-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arialnovacond;
  src: url('../fonts/ArialNovaCond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cinza: #3b3b3b;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Arialnovacond, Arial, sans-serif;
}

._1200px {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

._1200px.textheader, ._1200px.textheader.aviso {
  justify-content: flex-start;
  align-items: center;
}

._1200px.hide {
  display: none;
}

._1200px.botao-fale {
  justify-content: flex-end;
  align-items: flex-end;
}

.i-navbar {
  z-index: 995;
  background-color: #0000;
  background-image: linear-gradient(#000000ad, #0000);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.i-nav-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 25px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.i-nav-link:hover {
  color: #000;
  background-color: #fff;
}

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

.i-nav-link.w--current:hover {
  color: #000;
}

.i-nav-link.lang {
  width: 50px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.i-nav-link.lang.active {
  color: #000;
  background-color: #fff;
}

.i-nav-link.lang.active:hover {
  transform: scale(1);
}

.i-nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 1;
  opacity: .6;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.header-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: block;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 73px;
}

.h1.v2 {
  font-size: 2.5vw;
  line-height: 2.3vw;
}

.h1.v3 {
  font-size: 50px;
  line-height: 40px;
}

.h1.a-subindo {
  opacity: 1;
  transition: all 2s cubic-bezier(.645, .045, .355, 1);
}

.h2 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.h2.v2 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.h2.v2.mobile {
  display: none;
}

.title-block.a-subindo {
  opacity: 1;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.subtitle-block {
  width: 100%;
  margin-top: 0;
}

.but-white {
  z-index: 50;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.but-white:hover {
  filter: drop-shadow(0 5px 10px #fff6);
  background-color: #fff;
  transform: scale(1.1);
}

.but-white.mtop50 {
  margin-top: 50px;
}

.but-white.absolute {
  z-index: 999;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  inset: auto 40px 40px auto;
}

.button-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.but-arrow {
  margin-left: 10px;
}

.black-shadow {
  z-index: 2;
  background-image: linear-gradient(90deg, #000c, #00000070 100%, #0000);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.quads {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/quad-Branco-100px-025.svg');
  background-position: 0 0;
  background-size: 150px;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.image {
  width: 11vw;
  max-width: 150px;
}

.text-block {
  font-size: .9rem;
  line-height: .9rem;
}

.solucoes {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block {
  width: 20%;
  padding-left: 1px;
  padding-right: 1px;
  transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
}

.block-content {
  flex-flow: wrap;
  align-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-content.foto1 {
  filter: saturate(0%);
  background-image: url('../images/foto-002.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.block-content.foto1:hover {
  filter: saturate(110%);
}

.block-content.foto2 {
  filter: saturate(0%);
  background-image: url('../images/foto-001.jpg');
  background-position: 70%;
  background-size: cover;
}

.block-content.foto2:hover {
  filter: saturate(110%);
}

.block-content.foto3 {
  filter: saturate(0%);
  background-image: url('../images/foto-003.jpg');
  background-position: -120px 0;
  background-size: cover;
}

.block-content.foto3:hover {
  filter: saturate(80%);
}

.block-content.foto4 {
  filter: saturate(0%);
  background-image: url('../images/foto-004.jpg');
  background-position: 81%;
  background-size: cover;
}

.block-content.foto4:hover {
  filter: saturate();
}

.block-content.foto5 {
  filter: saturate(0%);
  background-image: url('../images/foto-005.jpg');
  background-position: 0 0;
  background-size: cover;
}

.block-content.foto5:hover {
  filter: saturate();
}

.block-title {
  width: 100%;
  margin-bottom: 30px;
}

.block-text {
  opacity: 1;
  padding-right: 90px;
  transition: opacity 1.5s cubic-bezier(.645, .045, .355, 1);
}

.block-up {
  z-index: 20;
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.block-gradient {
  background-image: linear-gradient(90deg, #000000e6, #0000001a);
  position: absolute;
  inset: 0%;
}

.block-gradient._2 {
  opacity: 1;
  background-image: linear-gradient(90deg, #0000005c, #00000021);
}

.bloco-horizontal {
  z-index: 10;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bloco-horizontal.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.bloco-horizontal.branco.hide {
  display: none;
}

.bloco-horizontal.metodologia {
  background-color: #fff;
}

.bloco-horizontal.metodologia.none, .bloco-horizontal.hide {
  display: none;
}

.bloco-horizontal.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bloco-horizontal.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bloco-horizontal.inside {
  background-color: #fff;
  min-height: 100vh;
}

.bloco-horizontal.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.bloco-horizontal.cinza {
  background-color: #f4f4f4;
  font-size: 1vw;
}

.sobre-a-inside {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.sobre-a-inside.animacao {
  justify-content: space-between;
  align-items: flex-end;
}

.sobre-a-inside.aya {
  padding-bottom: 50px;
}

.but-black {
  z-index: 20;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  padding: 15px 25px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.but-black:hover {
  filter: drop-shadow(0 5px 10px #0000004a);
  background-color: #3b3b3b;
  transform: scale(1.1);
}

.but-black._50top {
  margin-top: 50px;
}

.but-black._50top.a-subindo.aya {
  margin-top: 0;
}

.but-black._50top.a-subindo.sobre {
  margin-right: 0;
}

.sobre-a-inside-photo {
  background-image: url('../images/talita-bruno-color.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.inside-40 {
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  width: 40%;
  display: flex;
}

.inside-40.right {
  z-index: 21;
  align-content: space-between;
  padding-left: 0;
  position: relative;
}

.inside-40.esferas {
  z-index: 20;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.inside-40._3d {
  transform-style: preserve-3d;
  justify-content: flex-end;
  align-items: center;
  transform: rotateX(0)rotateY(-45deg)rotateZ(0);
}

.sobre-a-inside-block {
  color: #000;
  flex-flow: wrap;
  align-content: space-between;
  align-items: stretch;
  display: flex;
}

.vw-title-4 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.vw-title-4.white {
  color: #fff;
}

.sobre-a-inside-text {
  margin-top: 30px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

._1920 {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.h3-solucoes {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.play-pause-button {
  z-index: 999;
}

.block-down {
  z-index: 30;
  opacity: 1;
  flex-flow: wrap;
  align-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: opacity 1.5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.rodape-menu {
  z-index: 20;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rodape-social {
  z-index: 20;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.rodape-menu-titulo {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 25px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.rodape-menu-titulo:hover {
  color: #fff;
  background-color: #000;
  transform: scale(1.1);
}

.rodape-social-iten {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  margin-left: 5px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.rodape-social-iten:hover {
  transform: scale(1.1);
}

.rodape-social-iten.none {
  display: none;
}

.rodape-social-icon {
  width: 24px;
  height: 24px;
}

.center-text {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 10%;
  display: flex;
  position: relative;
}

.center-h1 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
}

.smooth-wrapper {
  z-index: 0;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.rodape {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.sobre-a-inside-namesl {
  filter: drop-shadow(0 2px 10px #000000e6);
  color: #fff;
  text-align: center;
  margin-right: 5vw;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.sobre-a-inside-block-name {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 17px;
  display: flex;
}

.sobre-a-inside-namesr {
  filter: drop-shadow(0 2px 10px #000000e6);
  color: #fff;
  text-align: center;
  margin-left: 5vw;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.mens-block {
  z-index: 10;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.vw-subtitle-1-5 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.atuacao-bloco-texto {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 39%;
  margin-top: 0;
  padding-right: 2%;
  display: flex;
  position: sticky;
  top: 150px;
}

.atuacao-bloco-itens {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 59%;
  display: flex;
  position: relative;
}

.atuacao-block {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.logo-inside-temp {
  z-index: 10;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image_temp {
  width: 20vw;
}

.logo-inside-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 20vw;
  display: flex;
}

.logo-inside-temp-contact {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 30px;
  display: flex;
}

.logo-inside-temp-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.logo-inside-temp-link:hover {
  border: 1px solid #fff;
}

.logo-inside-temp-icon {
  cursor: pointer;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.logo-inside-temp-icon:hover {
  border: 1px solid #fff;
}

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

.labirinto {
  width: 80%;
}

.vw-title-3 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.vw-text-1-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.vw-text-1-3.nomarg {
  margin-bottom: 0;
}

.rodape-forms {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.rodape-forms50 {
  color: #000;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: sticky;
  top: 50px;
}

.rodape-forms50._48 {
  width: 46%;
}

.rodape-title {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.center-h3 {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.form-label {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 12px;
}

.form-field {
  color: #000;
  background-color: #ececec;
  border: 1px #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-field.text {
  min-height: 122px;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-empresa {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-50 {
  flex-flow: wrap;
  width: 48%;
  margin-top: 15px;
  display: flex;
}

.form-100 {
  flex-flow: wrap;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.form-button {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  height: 48px;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.form-button:hover {
  filter: drop-shadow(0 5px 20px #0000004d);
  transform: scale(1.1);
}

.rodape-seletor {
  color: gray;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e2e2e2;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin-bottom: 20px;
  margin-right: 15px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.rodape-seletor:hover {
  color: #000;
}

.rodape-seletor.active {
  color: #fff;
  background-color: #000;
}

.rodape-seletor-text1 {
  text-align: left;
  margin-bottom: 3px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.rodape-seletor-text2 {
  text-align: left;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.rodape-image {
  background-color: #ebebeb;
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  display: flex;
}

.sobre-a-inside-subtitle {
  text-transform: uppercase;
  width: 100%;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.sobre-a-inside-subtitle.white {
  color: #fff;
}

.black-block-100-8 {
  background-color: #000;
  width: 100px;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.black-block-100-8.space {
  margin-top: 25px;
  margin-bottom: 0;
}

.black-block-100-8.white {
  background-color: #fff;
}

.porque-block-black {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.bloco-fale-conosco {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.bloco-fale-conosco.margem {
  padding-bottom: 150px;
}

.bloco-fale-conosco.margem.aviso {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fale-conosco-block {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.inside-60 {
  place-content: center flex-start;
  align-items: stretch;
  width: 60%;
  max-width: 60%;
  display: flex;
}

.inside-block-cinzaclaro {
  color: #000;
  background-color: #f4f4f4;
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.metodologia-block {
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.metodologia-titulo-cinza {
  color: #919191;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.metodologia-frase-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.icon-30 {
  width: 20px;
}

.metodologia-frase-text {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.inside-60-block {
  color: #000;
  flex-flow: wrap;
  place-content: space-around flex-start;
  align-items: stretch;
  display: flex;
}

.bloco-preto-40 {
  background-color: #000;
  width: 50%;
  height: 8px;
  margin-bottom: 25px;
}

.box-preto {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 40px;
}

.box-preto._30top {
  margin-top: 30px;
}

.vw-title-1-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.vw-text-1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.vw-text-1-2.top15 {
  margin-top: 15px;
}

.metodologia-block-seta {
  width: 100%;
  padding-left: 50px;
  display: flex;
}

.i-nav-links {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.i-nav-lang {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  margin-left: 10px;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.rodape-form-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.rodape-image-end {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.rodape-image-end-title {
  text-align: right;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.rodape-image-end-text {
  text-align: right;
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  line-height: 26px;
}

.inside-50 {
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.inside-50.right {
  z-index: 21;
  align-content: space-between;
  padding-left: 0;
  padding-right: 50px;
  position: relative;
}

.inside-50.m50r {
  justify-content: space-between;
  align-items: stretch;
}

.inside-50.black {
  background-color: #000;
  padding: 50px;
}

.inside-50.black.auto {
  justify-content: flex-end;
  align-items: stretch;
}

.inside-50.black.nosso {
  justify-content: flex-start;
  align-items: flex-start;
}

.inside-50.left {
  padding-left: 50px;
}

.inside-50.stickysegmentos {
  position: sticky;
  top: 100px;
}

.inside-30 {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.inside-30.black {
  background-color: #000;
  padding: 50px;
}

.inside-30.black.quem {
  position: relative;
  top: -50px;
}

.footer {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.footer-block {
  z-index: 10;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sobre-a-inside-quad {
  flex-flow: wrap;
  flex: 1;
  padding: 50px;
  display: flex;
}

.sobre-a-inside-black-bar {
  background-color: #000;
  width: 70px;
  display: flex;
}

.porque-inside-block {
  flex-flow: wrap;
  align-content: space-between;
  height: 250px;
  display: flex;
}

.porque-inside-block.sizebig {
  place-content: space-between flex-start;
  align-items: stretch;
  height: 100%;
}

.white-box {
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.porque-inside-colum {
  width: 50%;
}

.conheca-metodologia {
  z-index: 10;
  perspective: 2000px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.interna-header {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.interna-header.agene {
  background-image: url('../images/Gemini_Generated_Image_ju79h3ju79h3ju79.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.interna-header.agene.aviso {
  height: 500px;
}

.interna-header-block {
  z-index: 20;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -70px;
  display: block;
  position: relative;
}

.interna-title-block {
  text-align: left;
}

.interna-h1 {
  filter: drop-shadow(0 2px 50px #000000b3);
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 90px;
}

.interna-h1.aviso {
  text-align: left;
  font-size: 80px;
  line-height: 70px;
}

.interna-h2 {
  filter: drop-shadow(0 2px 50px #000000b3);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 40px;
}

.interna-header-black {
  background-color: #00000029;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.interna-header-black._2 {
  background-color: #0006;
}

.interna-header-black.quem {
  background-color: #0000;
}

.inside-35 {
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.inside-35.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.inside-35.zcima {
  z-index: 200;
}

.vw-title-5 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  line-height: 42px;
}

.vw-title-5.black {
  color: #000;
}

.quem-somos-logo {
  text-align: right;
  letter-spacing: -6px;
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 180px;
}

.quem-somos-logo2 {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.inside-70 {
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.quem-somos-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.quem-somos-text {
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.menu-interno-bar {
  z-index: 500;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: -70px;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: sticky;
  top: 0;
}

.menu-interno-bar.none {
  display: none;
}

.menu-interno-link {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.menu-interno-link:hover {
  transform: scale(1.1);
}

.nossa-origem {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.nosso-posicionamento {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.nosso-posicionamento-50 {
  flex-flow: wrap;
  width: 50%;
  margin-top: 0;
  padding-right: 4%;
  display: flex;
  position: sticky;
  top: 12vh;
}

.np-100 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  display: flex;
}

.np-100.marg {
  margin-top: 50px;
}

.np-50 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 50%;
  display: flex;
}

.np-title {
  color: #989898;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.np-title.preto {
  color: #000;
}

.np-title.preto.top50 {
  margin-top: 50px;
}

.np-title.mtop10 {
  margin-top: 10px;
}

.np-bullet {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.np-bullet-text {
  flex: 1;
  margin-top: -5px;
  font-size: 18px;
  line-height: 22px;
}

.np-inside-colum {
  width: 50%;
  margin-top: 20px;
}

.proposito-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.proposito-block.center {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.proposito-white-block {
  color: #000;
  background-color: #fff;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 35%;
  margin-top: 0;
  padding: 50px;
  display: flex;
  position: sticky;
  top: 12vh;
}

.proposito-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 58%;
  padding-top: 100px;
  display: flex;
}

.proposito-list-item {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.proposito-item-title {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

.proposito-item-subtitle {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  margin-top: 6px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.inside-65 {
  flex-flow: wrap;
  place-content: space-between flex-end;
  align-items: stretch;
  width: 85%;
  margin-left: -20%;
  display: flex;
  position: relative;
}

.inside-65.aya {
  margin-top: -57px;
}

.compromisso-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.compromisso-photo01 {
  z-index: 8;
  width: 75%;
  position: relative;
  box-shadow: 0 2px 50px #0003;
}

.compromisso-photo02 {
  z-index: 10;
  width: 50%;
  margin-top: -12%;
  margin-right: -20%;
  position: relative;
  box-shadow: 0 2px 50px #0003;
}

.compromisso-photo03 {
  z-index: 9;
  width: 70%;
  margin-top: -17%;
  position: relative;
  box-shadow: 0 2px 50px #0003;
}

.compromisso-text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.compromisso-cinza-block {
  color: #000;
  background-color: #e6e6e6;
  width: 100%;
  padding: 50px;
  box-shadow: 0 2px 50px #0003;
}

.np-title2 {
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.compromisso-cinza-itens {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.compromisso-cinza-item {
  width: 31%;
}

.compromisso-cinza-text1 {
  color: #7a7a7a;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.compromisso-cinza-text2 {
  font-size: 18px;
  line-height: 24px;
}

.quemsomos-black-block {
  flex-flow: wrap;
  align-content: space-between;
  min-height: 500px;
  display: flex;
}

.metodologia-header {
  z-index: 100;
  filter: saturate(0%);
  background-image: url('../images/freepik__enhance__4888.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.metodologia-content {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 80vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.metodologia-full {
  flex-flow: wrap;
  place-content: space-between flex-end;
  align-items: center;
  width: 100%;
  padding-right: 50px;
  display: flex;
}

.metodologia-text3 {
  width: 100%;
  margin-top: 10px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.metodologia-text-block1 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.metodologia-text-block-big {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 50px;
  display: flex;
}

.metodologia-text-block {
  color: #000;
  flex-flow: wrap;
  place-content: space-between flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.metodologia-h1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.avaliacao-block {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.avaliacao-itens {
  text-transform: uppercase;
  background-color: #e2e2e2;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.etapa-titulo {
  color: #c1c1c1;
  width: 100%;
  margin-bottom: 20px;
}

.etapa-item-topo {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.etapa-item-icones {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.etapa-item-icone {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.etapa-item-topo-num {
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 0;
  display: flex;
}

.etapa-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.etapa-subtitle {
  color: #fff;
  text-transform: uppercase;
  width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.etapa-item-jogo {
  margin-top: 55px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.etapa-item-numero {
  font-family: Barlow Condensed, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 90px;
}

.etapa-item-text {
  color: #a5a5a5;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
}

.etapa-item-down {
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.metodologia-block50 {
  flex-flow: wrap;
  flex: 1;
  padding: 50px 50px 50px 0;
  display: flex;
}

.metodologia-block-white {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  display: flex;
}

.teste1 {
  width: 100%;
  height: 200vh;
}

.teste2 {
  background-color: #914f4f;
  min-width: 150%;
  display: flex;
  position: sticky;
  top: 0;
}

.teste3 {
  background-color: #9d9d9d;
  width: 50%;
  height: 100px;
}

.teste0 {
  width: 100%;
  height: 500px;
}

.teste4 {
  background-color: #da8e8e;
  width: 50%;
  height: 100px;
}

.teste5 {
  background-color: #9b4646;
  width: 50%;
  height: 100px;
}

.metodologia-diferenca-block {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.inside-100 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.metodologia-diferenca-title {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.metodologia-diferenca-boxes {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.metodologia-diferenca-box {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 24%;
  height: 270px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 40px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.metodologia-h2 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.metodologia-title1 {
  color: #979797;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  margin-top: 3px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.metodologia-title2 {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
}

.metodologia-text4 {
  width: 100%;
  margin-top: 10px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.sticky {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.todos {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-item {
  background-color: #000;
  flex-flow: wrap;
  align-content: space-between;
  align-items: flex-start;
  width: 32em;
  min-height: 500px;
  margin-right: 1em;
  padding: 40px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.horizontal-item:hover {
  background-color: #000;
}

.horizontal-item._2 {
  background-color: #242424;
}

.horizontal-item._3 {
  background-color: #303030;
}

.itens {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.solucoes-header {
  z-index: 100;
  filter: saturate(0%);
  background-image: url('../images/inside-board-search.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.solucoes-text1 {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.solucoes-title1 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.solucoes-block {
  color: #000;
  flex-flow: wrap;
  flex: 1;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.solucoes-block.mtop40 {
  flex: 0 auto;
  width: 100%;
  margin-top: 40px;
}

.solucoes-block._50r {
  padding-right: 50px;
}

.solucoes-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 40px;
}

.solucoes-text2 {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.solucoes-text2.mtop50 {
  margin-top: 30px;
}

.solucoes-title0 {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  line-height: 50px;
}

.solucoes-title2 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.solucoes-text3 {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
}

.solucoes-text3.top30 {
  width: 100%;
  margin-top: 30px;
}

.solucoes-cargos {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.solucoes-cargos-lista {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.solucoes-cargos-title {
  color: #000;
  width: 100%;
  margin-bottom: 15px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.solucoes-cargos-itens {
  color: #000;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 85px;
  margin-bottom: 1%;
  margin-right: 1%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.solucoes-cargos-itens2 {
  color: #000;
  text-align: center;
  background-color: #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 68px;
  margin-bottom: 1%;
  margin-right: 1%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.solucoes-text4 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}

.solucoes-black-block {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  padding: 40px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
}

.mensagem-title1 {
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.mensagem-title2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.bloco-frase {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bloco-frase.hide {
  display: none;
}

.solucoes-foto5 {
  background-image: url('../images/foto-005.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.solucoes-foto4 {
  background-image: url('../images/inside-businessIntelligence.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 500px;
}

.solucoes-foto3 {
  background-image: url('../images/inside-executive-assessment.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.solucoes-foto2 {
  background-image: url('../images/inside-board-search.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.solucoes-foto1 {
  background-image: url('../images/foto-001.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 500px;
  display: flex;
}

.sessao {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.hamb-but {
  z-index: 9999;
  opacity: 1;
  background-color: #000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 60px;
  right: 0;
}

.hamb-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.hamb-line._45p {
  width: 24px;
  position: absolute;
  transform: rotate(45deg);
}

.hamb-line._45n {
  width: 24px;
  position: absolute;
  transform: rotate(-45deg);
}

.i-navbar-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -35px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.i-logo-inside-close {
  width: 170px;
  height: 170px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.i-logo-inside-close.w--current {
  opacity: 0;
  display: none;
}

.i-logo-inside-open {
  width: 170px;
  height: 170px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.i-logo-inside-open.w--current {
  opacity: 1;
}

.i-navbar-logos {
  flex-flow: wrap;
  align-content: flex-start;
  width: 170px;
  height: 170px;
  display: flex;
  position: relative;
  top: 0;
  left: -15px;
}

.bloco-horizontal-branco {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.bloco-horizontal-branco.preto {
  background-color: #000;
}

.bloco-horizontal-branco.meto {
  padding-top: 0;
}

.meto-block {
  flex-flow: wrap;
  place-content: flex-start space-between;
  display: flex;
}

.col50 {
  flex-flow: wrap;
  align-items: flex-start;
  width: 50%;
  padding-right: 4%;
  display: flex;
}

.col50.eng45 {
  width: 47%;
}

.col50.eng55 {
  width: 53%;
}

.meto-title-block {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1-preto {
  color: #000;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
}

.bloco-destaque-preto {
  background-color: #000;
  margin-top: 50px;
  padding: 6px 12px 12px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
  display: flex;
}

.meto-dados-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.meto-dados-block.m80 {
  margin-top: 75px;
}

.meto-dados-num {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.meto-dados-cliente {
  background-color: #000;
  margin-bottom: -7px;
  padding: 6px 12px 12px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.meto-dados-numero {
  color: #000;
  letter-spacing: -5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 90px;
  transition: opacity .2s;
}

.meto-dados-percentagem {
  color: #000;
  margin-right: 15px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 50px;
}

.meto-dados-text {
  color: #000;
  width: 90%;
  margin-top: 35px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.col100 {
  flex-flow: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 2%;
  transition: all 2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-block {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  display: flex;
}

.sol-block-bg {
  cursor: pointer;
  flex-flow: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 350px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sol-block-bg.foto1 {
  filter: saturate(0%);
  background-image: url('../images/solucao-board-search.jpg');
  background-position: 50%;
  background-size: cover;
  transition: all 1s cubic-bezier(.645, .045, .355, 1);
}

.sol-block-bg.foto1:hover {
  filter: saturate(110%);
}

.sol-block-bg.foto2 {
  filter: saturate(0%);
  background-image: url('../images/foto01.jpg');
  background-position: 50%;
  background-size: 100vw;
  transition: all 1s cubic-bezier(.645, .045, .355, 1);
}

.sol-block-bg.foto2:hover {
  filter: saturate();
  background-size: 110vw;
}

.sol-block-bg.foto3 {
  filter: saturate(0%);
  background-image: url('../images/solucao-succession-assessment.jpg');
  background-position: -120px 0;
  background-size: cover;
  transition: all 1s cubic-bezier(.645, .045, .355, 1);
}

.sol-block-bg.foto3:hover {
  filter: saturate(80%);
}

.sol-block-bg.foto4 {
  filter: saturate(0%);
  background-image: url('../images/solucao-business-inteligence.jpg');
  background-position: 81%;
  background-size: cover;
  transition: all 1s cubic-bezier(.645, .045, .355, 1);
}

.sol-block-bg.foto4:hover {
  filter: saturate();
}

.sol-block-bg.foto5 {
  filter: saturate(0%);
  background-image: url('../images/solucao-training.jpg');
  background-position: 0 0;
  background-size: cover;
  transition: all 1s cubic-bezier(.645, .045, .355, 1);
}

.sol-block-bg.foto5:hover {
  filter: saturate();
}

.col49 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 49%;
  margin-bottom: 2%;
  transition: all 2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

._50 {
  flex-flow: wrap;
  align-items: flex-start;
  width: 48%;
  display: flex;
  position: relative;
}

.setor-item {
  text-align: center;
  text-transform: uppercase;
  background-color: #151515c9;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1%;
  padding: 20px 40px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.setor-item:hover {
  color: #000;
  background-color: #fff;
}

.setor-title {
  color: #000;
  text-align: center;
  background-color: #fff;
  width: 100%;
  margin-bottom: 1%;
  padding: 15px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  position: sticky;
  top: 150px;
}

.black-screen {
  z-index: 999;
  background-color: #000;
  width: 100%;
  height: 150px;
  margin-top: -150px;
  position: sticky;
  top: 0;
}

.rodape-menu-superior {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rodape-menu-inferior {
  background-color: #000;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.rodape-menu-inferior-link {
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 5px 25px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: flex;
}

.footer-black-bg {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-black-left {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.footer-black-right {
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-black-title1 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
}

.footer-black-title2 {
  color: #fff;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arialnova, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.footer-black-text2 {
  color: #767676;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Arialnova, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.footer-logo {
  width: 100px;
}

.bloco-office {
  z-index: 0;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.office-block-e {
  z-index: 150;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.office-block-d {
  z-index: 150;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
}

.office-block-d-content {
  background-color: #fff;
  flex-flow: wrap;
  align-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 50px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.office-block-title1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 34px;
}

.office-block-title {
  background-color: #000;
  padding: 7px 15px;
}

.office-block-line {
  width: 100%;
  margin-top: -5px;
  margin-bottom: -5px;
  display: flex;
}

.block-office-bg {
  z-index: 1;
  filter: contrast(200%) saturate(0%) brightness(60%);
  background-image: url('../images/freepik__landscape-office-clean-modern-glass-many-people-re__71843.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  top: 0;
  overflow: clip;
}

.office-block-line-text {
  color: #000;
  width: 550px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

.office-block-1200 {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.office-title-svg {
  width: 110px;
}

.office-block-e-content {
  background-color: #fff;
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.office-titlee {
  justify-content: flex-start;
  align-items: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 130px;
  display: flex;
  position: absolute;
  inset: 0% -107px 0% auto;
}

.office-titled {
  justify-content: flex-start;
  align-items: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 150px;
  font-weight: 700;
  line-height: 130px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -106px;
}

.office-block-line-texte {
  color: #000;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 550px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
  display: flex;
}

.fundo-video {
  z-index: 3;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.office-clip {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.office-block-c {
  z-index: 150;
  justify-content: flex-end;
  align-items: center;
  min-width: 70vw;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.office-all {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

.office-50 {
  width: 50%;
  min-height: 100vh;
}

.footer-uper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-down {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1px;
  display: flex;
}

.footer-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.footer-link {
  cursor: pointer;
  margin-right: 30px;
  padding: 8px 0;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.footer-link:hover {
  transform: scale(1.1);
}

.porque-inside-text3 {
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.porque-inside-text4 {
  font-size: 20px;
  line-height: 20px;
}

._400percent {
  font-size: 80px;
}

.asteriscopeq {
  margin-top: -4px;
  margin-left: 2px;
  margin-right: 1px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.quem-somos-ate {
  text-transform: uppercase;
  margin-top: -112px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.quem-somos-400 {
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  margin-top: -24px;
  display: flex;
  position: relative;
}

.quem-somos-percent {
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.text-span {
  font-weight: 100;
}

.metodologia-disclaimer {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  inset: auto auto 20px 50px;
}

.metodologia-h10 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.metodologia-tittle {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}

.metodologia-tittle.preto {
  color: #000;
}

.metodologia-tittle.preto.top50 {
  margin-top: 50px;
}

.metodologia-tittle.mtop10 {
  margin-top: 10px;
}

.etapa-bloco-full {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 20px 180px 30px;
  display: flex;
  position: relative;
}

.bloco-espaco-preto {
  width: 100%;
  height: 30vh;
}

.bloco-preto-branco {
  background-image: linear-gradient(#000, #f4f4f4);
  width: 100%;
  height: 60vh;
}

.bloco-branco-preto {
  background-image: linear-gradient(#f4f4f4, #000);
  width: 100%;
  height: 60vh;
}

.bloco-paralax {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
}

.bloco-paralax-1 {
  z-index: 100;
  opacity: 1;
  background-image: url('../images/metodologia-cl.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.bloco-paralax-2 {
  z-index: 99;
  opacity: 1;
  background-image: url('../images/metodologia-pb.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.textbg {
  z-index: 101;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.textbg2 {
  z-index: 120;
  text-align: center;
  -webkit-text-fill-color: transparent;
  writing-mode: sideways-lr;
  background-image: url('../images/metodologia-cl.jpg');
  background-position: 50% 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: 100vh;
  font-family: Barlow Condensed, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 150px;
  position: relative;
  top: 0;
}

.bloco-paralax-blackbar {
  background-color: #000;
  width: 118px;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.textbg3 {
  z-index: 120;
  text-align: center;
  -webkit-text-fill-color: transparent;
  writing-mode: sideways-lr;
  background-image: url('../images/metodologia-pb.jpg');
  background-position: 50% 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: 100vh;
  font-family: Barlow Condensed, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 150px;
  position: absolute;
  inset: 0%;
}

.bloco-paralax-text-block {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.bloco-paralax-info {
  z-index: 200;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bloco-paralax-text-50 {
  flex-flow: wrap;
  align-content: flex-start;
  width: 40%;
  display: flex;
}

.bloco-paralax-text-title {
  filter: drop-shadow(0 2px 50px #000);
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 48px;
}

.bloco-paralax-text-subtitle {
  filter: drop-shadow(0 2px 100px #000) drop-shadow(0 2px 5px #000000b3) drop-shadow(0 2px 20px #000);
  color: #fff;
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.arial-bold {
  font-weight: 700;
}

.arial-bold-italico {
  font-style: italic;
  font-weight: 700;
}

.bloco-paralax2-text-title {
  filter: drop-shadow(0 2px 50px #000);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  width: 100%;
  padding: 28px 35px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.bloco-paralax2-text-subtitle {
  filter: drop-shadow(0 2px 50px #000000b3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #00000080;
  flex-flow: wrap;
  width: 100%;
  margin-top: 5px;
  padding: 28px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.paralax2-separeted {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.paralax2-itens {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.paralax2-text-iten {
  font-size: 20px;
  line-height: 20px;
}

.paralax2-text2 {
  font-family: Barlow Condensed, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 40px;
}

.paralax2-text1 {
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.textbg4 {
  z-index: 121;
  opacity: .1;
  text-align: center;
  writing-mode: sideways-lr;
  width: 100%;
  height: 100vh;
  font-family: Barlow Condensed, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 150px;
  position: absolute;
  inset: 0%;
}

.quem-somos-logo3 {
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
}

.quem-somos-logo4 {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 25px;
}

.office-title-mobile {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
  display: none;
}

.office-block-bullets {
  flex-flow: wrap;
  align-content: flex-start;
  width: 100px;
  margin-bottom: 30px;
  display: flex;
}

.office-block-bulet {
  color: #fff;
  background-color: #000;
  margin-top: 5px;
  padding: 12px 16px;
  font-size: 40px;
  line-height: 37px;
  display: flex;
}

.office-block-e-contentr {
  background-color: #fff;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.i-close-but {
  z-index: 9999;
  opacity: 1;
  background-color: #000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: none;
  position: absolute;
  top: 60px;
  right: 30px;
}

.i-hamb-but {
  z-index: 9999;
  opacity: 1;
  background-color: #000;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
  top: 60px;
  right: 30px;
}

.sol-section {
  z-index: 10;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 350vh;
  display: flex;
  position: relative;
}

.sol-section.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.sol-section.branco.hide {
  display: none;
}

.sol-section.metodologia {
  background-color: #fff;
}

.sol-section.metodologia.none, .sol-section.hide {
  display: none;
}

.sol-section.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sol-section.inside {
  background-color: #fff;
  min-height: 100vh;
}

.sol-section.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.sol-section.cinza {
  background-color: #f4f4f4;
}

.sol-bg-executive {
  z-index: 50;
  background-image: linear-gradient(#0000 50%, #000000b3), url('../images/EXECUTIVE-SEARCH-AJUSTADO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sol-executive-block {
  z-index: 10;
  flex-flow: wrap;
  place-content: flex-end flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.sol-executive-title-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sol-title-white {
  filter: drop-shadow(0 2px 50px #0000008a);
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 6vw;
  line-height: 5vw;
}

.sol-title-white2 {
  filter: drop-shadow(0 2px 30px #000000b3);
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 2.2vw;
}

.sol-content-block {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 41%;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sol-content-block.english {
  width: 46%;
}

.sol-black-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-left: .2%;
  padding: 30px;
  display: flex;
}

.sol-title-white3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 2vw;
}

.sol-bold {
  font-weight: 800;
}

.sol-italico {
  font-style: italic;
  font-weight: 700;
}

.sol-black-domino {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.sol-domino-peca {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #151515;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 14%;
  height: 150px;
  margin-top: 2px;
  margin-right: .28%;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-domino-peca:hover {
  color: #000;
  background-color: #fff;
}

.sol-title-white4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.4vw;
}

.sol-domino-block {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sol-domino-title {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sol-domino-title-peca {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 2.7vw;
}

.sol-content-page {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.sol-content-page1, .sol-content-page2, .sol-content-page3 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.sol-down-content {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.sol-down-block {
  z-index: 49;
  width: 100%;
  height: 100vh;
  margin-top: 130vh;
  position: relative;
}

.space-vh {
  width: 100%;
}

.space-vh._20vh {
  height: 10vh;
}

.space-vh.dif {
  margin-top: 15vh;
}

.space-vh._50vh {
  height: 30vh;
  display: flex;
}

.sol-dif-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #151515;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 24%;
  margin-top: 20px;
  margin-right: 1%;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-dif-block:hover {
  color: #000;
  background-color: #fff;
}

.sol-dif-title-block {
  width: 100%;
  padding: 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.3vw;
  font-weight: 600;
  line-height: 2vw;
}

.sol-dif-subtitle-block {
  flex-flow: wrap;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5vw;
  display: flex;
}

.sol-dif-space {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.sol-dif-title {
  width: 100%;
  display: flex;
}

.text-block-6 {
  font-size: 1.3vw;
}

.sol-atu-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #15151500;
  flex-flow: wrap;
  align-content: flex-start;
  width: 48%;
  margin-top: 20px;
  margin-right: 1%;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-atu-item {
  color: #fff;
  text-align: center;
  background-color: #151515;
  justify-content: center;
  align-items: center;
  width: 19.4%;
  height: 80px;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 30px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-atu-item:hover {
  color: #000;
  background-color: #fff;
}

.sol-atu-item._2 {
  width: 16%;
  margin-bottom: 4px;
  margin-right: 0;
  padding: 30px;
  font-size: 22px;
  line-height: 15px;
}

.text-block-7 {
  font-weight: 400;
}

.sol-atu-title-block {
  background-color: #151515;
  width: 100%;
  margin-bottom: 4px;
  padding: 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.3vw;
  font-weight: 600;
  line-height: 2vw;
}

.sol-atu-subtitle-block {
  grid-column-gap: 0.75%;
  grid-row-gap: 0.75%;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5vw;
  display: flex;
}

.sol-atu-subtitle-block._2 {
  grid-column-gap: 0.75%;
  grid-row-gap: 0.75%;
  text-align: left;
  justify-content: flex-start;
}

.sol-section-2 {
  z-index: 10;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 290vh;
  display: flex;
  position: relative;
}

.sol-section-2.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.sol-section-2.branco.hide {
  display: none;
}

.sol-section-2.metodologia {
  background-color: #fff;
}

.sol-section-2.metodologia.none, .sol-section-2.hide {
  display: none;
}

.sol-section-2.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sol-section-2.inside {
  background-color: #fff;
  min-height: 100vh;
}

.sol-section-2.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.sol-section-2.cinza {
  background-color: #f4f4f4;
}

.sol-bg-board-search {
  z-index: 50;
  background-image: linear-gradient(#0000 50%, #000000b3), url('../images/BOARD-AJUSTADO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sol-down-block2 {
  z-index: 49;
  width: 100%;
  height: 100vh;
  margin-top: 100vh;
  position: relative;
}

.sol-down-block2.block {
  margin-top: 130vh;
}

.sol-section-3 {
  z-index: 10;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 290vh;
  display: flex;
  position: relative;
}

.sol-section-3.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.sol-section-3.branco.hide {
  display: none;
}

.sol-section-3.metodologia {
  background-color: #fff;
}

.sol-section-3.metodologia.none, .sol-section-3.hide {
  display: none;
}

.sol-section-3.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sol-section-3.inside {
  background-color: #fff;
  min-height: 100vh;
}

.sol-section-3.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.sol-section-3.cinza {
  background-color: #f4f4f4;
}

.sol-down-block3 {
  z-index: 49;
  width: 100%;
  height: 100vh;
  margin-top: 130vh;
  position: relative;
}

.sol-bg-succession {
  z-index: 50;
  background-image: linear-gradient(#0000 50%, #000000b3), url('../images/ASSESSMENT-AJUSTADO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sol-section-4 {
  z-index: 10;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 215vh;
  display: flex;
  position: relative;
}

.sol-section-4.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.sol-section-4.branco.hide {
  display: none;
}

.sol-section-4.metodologia {
  background-color: #fff;
}

.sol-section-4.metodologia.none, .sol-section-4.hide {
  display: none;
}

.sol-section-4.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sol-section-4.inside {
  background-color: #fff;
  min-height: 100vh;
}

.sol-section-4.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.sol-section-4.cinza {
  background-color: #f4f4f4;
}

.sol-section-5 {
  z-index: 10;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 180vh;
  display: flex;
  position: relative;
}

.sol-section-5.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.sol-section-5.branco.hide {
  display: none;
}

.sol-section-5.metodologia {
  background-color: #fff;
}

.sol-section-5.metodologia.none, .sol-section-5.hide {
  display: none;
}

.sol-section-5.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.sol-section-5.inside {
  background-color: #fff;
  min-height: 100vh;
}

.sol-section-5.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.sol-section-5.cinza {
  background-color: #f4f4f4;
}

.sol-bg-business {
  z-index: 50;
  background-image: linear-gradient(#0000 50%, #000000b3), url('../images/BI-AJUSTADO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sol-bg-trainning {
  z-index: 50;
  background-image: linear-gradient(#0000 50%, #000000b3), url('../images/TREINAMENTO-AJUSTADO.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 110px;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sol-domino-peca-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #151515;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 10.8%;
  height: 150px;
  margin-top: 2px;
  margin-right: .28%;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.2vw;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-domino-peca-2:hover {
  color: #000;
  background-color: #fff;
}

.heading {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.4vw;
  line-height: 1.3vw;
  display: flex;
}

.sol-down-block4 {
  z-index: 49;
  width: 100%;
  height: 100vh;
  margin-top: 90vh;
  position: relative;
}

.sol-domino-peca-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #151515;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 24.7%;
  height: 150px;
  margin-top: 2px;
  margin-right: .28%;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.sol-domino-peca-5:hover {
  color: #000;
  background-color: #fff;
}

.inside-40-text {
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 50px;
  display: flex;
}

.inside-40-text.black {
  background-color: #000;
  padding: 50px;
}

.inside-40-text.black.quem {
  position: relative;
  top: -50px;
}

.inside-40-text.inside-text {
  justify-content: center;
  align-items: center;
}

.inside-40-text-corrido {
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.inside-30-image.talita {
  background-image: url('../images/foto-talita.jpg');
  background-position: 50%;
  background-size: cover;
  width: 29%;
  min-height: 600px;
  position: relative;
  top: -80px;
}

.inside-30-image.bruno {
  background-image: url('../images/foto-bruno.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 29%;
  min-height: 600px;
  position: relative;
  inset: -30px 0% 0% auto;
}

.industry-home {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.industry-block-title {
  z-index: 1;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start flex-end;
  align-items: flex-start;
  width: 40%;
  padding: 50px 50px 150px;
  display: flex;
  position: relative;
}

.industry-block-title.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.industry-title {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 60px;
}

.industry-block-photos {
  z-index: 2;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 61%;
  margin-top: -90px;
  margin-left: 50px;
  display: flex;
  position: relative;
}

.industry-block-photos.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.industry-block-photo {
  z-index: 2;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.industry-block-photo.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.industry-block-photo.foto1 {
  background-image: url('../images/foto-patricia.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 50vh;
}

.industry-block-photo.foto2 {
  background-image: url('../images/foto-cesar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 50vh;
}

.industry-block-photo.foto3 {
  background-image: url('../images/foto-jose.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 50vh;
}

.industry-block-text {
  z-index: 1;
  color: #000;
  background-color: #ececec;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 40%;
  margin-top: -160px;
  margin-left: -10%;
  padding: 200px 50px 100px 100px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: relative;
}

.industry-block-text.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.link-block {
  z-index: 101;
  color: #fff;
  padding: 30px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.credits-title {
  color: #646464;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
}

.credits-text {
  color: #868686;
  font-size: 14px;
  line-height: 18px;
}

.industry-persons {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.industry-persons.r {
  justify-content: flex-end;
  align-items: flex-end;
}

.industry-person-block-text {
  z-index: 2;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: -50px;
  margin-left: -50px;
  padding: 50px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 50px #0003;
}

.industry-person-block-text.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.industry-person-block-text.esq {
  z-index: 5;
  margin-left: -50px;
  margin-right: -50px;
}

.industry-person-photo {
  z-index: 2;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.industry-person-photo.block-black {
  background-color: #000;
  padding: 150px 50px 50px;
  position: relative;
  top: -164px;
}

.industry-person-photo.foto1 {
  background-image: url('../images/foto-patricia.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 700px;
}

.industry-person-photo.foto2 {
  background-image: url('../images/foto-cesar_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 700px;
}

.industry-person-photo.foto3 {
  background-image: url('../images/foto-jose.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 700px;
}

.industry-person-name {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

.industry-person-job {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

.industry-person-area {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.aya-logo {
  width: 200px;
  margin-bottom: 45px;
}

.inside-65-copy {
  flex-flow: wrap;
  place-content: space-between flex-end;
  align-items: stretch;
  width: 62%;
  display: flex;
}

.a-inside-botao-block {
  z-index: 10;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.link-block-2 {
  width: 500px;
  height: 500px;
}

.np-title3 {
  text-transform: uppercase;
  width: 100%;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.fale-especialista-canto-d {
  z-index: 500;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 30px;
  display: none;
  position: fixed;
}

.aviso-block {
  color: #000;
  width: 100%;
  display: flex;
}

.vw-text-1-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Arialnovacond, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.vw-text-1-4.nomarg {
  margin-bottom: 0;
}

.bloco-horizontal-cards {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bloco-horizontal-cards.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.bloco-horizontal-cards.branco.hide {
  display: none;
}

.bloco-horizontal-cards.metodologia {
  background-color: #fff;
}

.bloco-horizontal-cards.metodologia.none, .bloco-horizontal-cards.hide {
  display: none;
}

.bloco-horizontal-cards.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.bloco-horizontal-cards.inside {
  background-color: #fff;
  min-height: 100vh;
}

.bloco-horizontal-cards.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.bloco-horizontal-cards.cinza {
  background-color: #f4f4f4;
  font-size: 1vw;
}

.bloco-horizontal-mobile {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.bloco-horizontal-mobile.branco {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.bloco-horizontal-mobile.branco.hide {
  display: none;
}

.bloco-horizontal-mobile.metodologia {
  background-color: #fff;
}

.bloco-horizontal-mobile.metodologia.none, .bloco-horizontal-mobile.hide {
  display: none;
}

.bloco-horizontal-mobile.padb {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bloco-horizontal-mobile.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bloco-horizontal-mobile.inside {
  background-color: #fff;
  min-height: 100vh;
}

.bloco-horizontal-mobile.porque-inside {
  background-color: #fff;
  padding-bottom: 150px;
}

.bloco-horizontal-mobile.cinza {
  background-color: #f4f4f4;
  font-size: 1vw;
}

.itens-tablet {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.itens-mobile {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.menu-trigger {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.image-page {
  width: 250px;
}

.botao-voltar-404 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  margin-top: 80px;
  padding: 25px 40px;
  font-family: Bahnschrift, Impact, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.botao-voltar-404:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  .horizontal-item {
    width: 32%;
    margin-right: 1%;
  }

  .etapa-bloco-full {
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  ._1200px {
    width: 1340px;
  }

  .quemsomos-black-block {
    min-height: 600px;
  }

  .metodologia-content {
    height: 700px;
  }

  .todos {
    max-width: 1340px;
  }

  .i-navbar-block {
    width: 1340px;
  }

  .office-block-title1 {
    font-size: 34px;
    line-height: 40px;
  }

  .office-block-title {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .office-block-line-text {
    width: 550px;
    font-size: 70px;
    line-height: 65px;
  }

  .office-title-svg {
    width: 130px;
  }

  .office-titlee {
    right: -125px;
  }

  .office-titled {
    font-size: 180px;
    left: -126px;
  }

  .office-block-line-texte {
    width: 570px;
    font-size: 70px;
    line-height: 65px;
  }

  .office-title-mobile {
    width: 550px;
    font-size: 70px;
    line-height: 65px;
  }

  .inside-30-image.talita, .inside-30-image.bruno {
    min-height: 700px;
  }

  .industry-block-photo.foto1, .industry-block-photo.foto2, .industry-block-photo.foto3 {
    height: 40vh;
  }

  .industry-person-photo.foto1 {
    width: 450px;
  }

  .industry-person-photo.foto2, .industry-person-photo.foto3 {
    width: 450px;
    height: 700px;
  }
}

@media screen and (min-width: 1920px) {
  ._1200px {
    width: 1800px;
  }

  ._1200px.textheader {
    margin-top: 30px;
  }

  .h1.v2 {
    font-size: 2.3rem;
    line-height: 1.8rem;
  }

  .h2 {
    font-size: 1.1vw;
    line-height: 1.4vw;
  }

  .h2.v2 {
    max-width: 500px;
  }

  .but-white {
    font-size: .7vw;
    line-height: 1.2vw;
  }

  .block {
    overflow: hidden;
  }

  .block-content {
    padding-left: 45px;
    padding-right: 45px;
  }

  .block-content.foto1 {
    background-position: 65%;
  }

  .block-content.foto5 {
    background-position: 50%;
  }

  .bloco-horizontal.inside {
    justify-content: center;
    align-items: center;
  }

  .sobre-a-inside {
    align-content: center;
    align-items: center;
  }

  .sobre-a-inside-photo {
    min-height: 500px;
  }

  .inside-40._3d {
    margin-left: 0%;
  }

  .sobre-a-inside-text {
    font-size: 24px;
    line-height: 30px;
  }

  ._1920 {
    display: flex;
  }

  .h3-solucoes {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .sobre-a-inside-namesl {
    margin-right: 3vw;
  }

  .sobre-a-inside-namesr {
    margin-left: 3vw;
  }

  .atuacao-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .logo-inside-block {
    width: 12vw;
  }

  .form-field.text {
    height: 120px;
    max-height: 120px;
  }

  .rodape-image {
    height: 450px;
  }

  .bloco-fale-conosco {
    align-items: center;
  }

  .inside-60 {
    width: 60%;
  }

  .footer {
    align-items: center;
  }

  .conheca-metodologia {
    align-items: stretch;
  }

  .interna-header {
    height: 80vh;
  }

  .vw-title-5.black {
    font-size: 60px;
    line-height: 51px;
  }

  .quem-somos-logo2 {
    font-size: 30px;
    line-height: 30px;
  }

  .menu-interno-bar {
    background-color: #00000080;
  }

  .nossa-origem {
    align-items: stretch;
  }

  .nosso-posicionamento, .proposito-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .inside-65 {
    width: 60%;
  }

  .metodologia-content {
    align-items: stretch;
  }

  .metodologia-text3 {
    font-size: 24px;
    line-height: 30px;
  }

  .metodologia-block-white, .metodologia-diferenca-block {
    align-items: stretch;
  }

  .metodologia-diferenca-box {
    width: 19%;
  }

  .metodologia-h2 {
    font-size: 110px;
    line-height: 100px;
  }

  .metodologia-title1 {
    font-size: 30px;
    line-height: 30px;
  }

  .metodologia-text4 {
    font-size: 24px;
    line-height: 30px;
  }

  .todos {
    max-width: 1800px;
  }

  .solucoes-foto5, .solucoes-foto3, .solucoes-foto2, .solucoes-foto1 {
    min-height: 500px;
  }

  .i-navbar-block {
    width: 1800px;
  }

  .sol-block-bg {
    min-height: 450px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .sol-block-bg.foto1 {
    background-position: 65%;
  }

  .sol-block-bg.foto5 {
    background-position: 50%;
  }

  .setor-item:hover {
    color: #000;
    background-color: #fff;
  }

  .office-block-title1 {
    font-size: 44px;
    line-height: 50px;
  }

  .office-block-title {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .office-block-line-text {
    width: 750px;
    font-size: 80px;
    line-height: 70px;
  }

  .office-title-svg {
    width: 140px;
  }

  .office-titlee {
    right: -136px;
  }

  .office-titled {
    font-size: 200px;
    left: -134px;
  }

  .office-block-line-texte {
    width: 800px;
    font-size: 80px;
    line-height: 70px;
  }

  .textbg2 {
    font-size: 150px;
    line-height: 160px;
  }

  .bloco-paralax-blackbar {
    width: 139px;
  }

  .textbg3, .textbg4 {
    font-size: 150px;
    line-height: 160px;
  }

  .quem-somos-logo4 {
    font-size: 30px;
    line-height: 30px;
  }

  .office-title-mobile {
    width: 750px;
    font-size: 80px;
    line-height: 70px;
  }

  .sol-section {
    height: 260vh;
  }

  .sol-section.inside {
    justify-content: center;
    align-items: center;
  }

  .sol-bg-executive {
    padding-bottom: 100px;
  }

  .sol-executive-block {
    align-items: stretch;
  }

  .sol-title-white {
    font-size: 100px;
    line-height: 85px;
  }

  .sol-title-white2 {
    font-size: 40px;
    line-height: 35px;
  }

  .sol-content-block {
    align-items: stretch;
    width: 38%;
  }

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

  .sol-title-white4 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .sol-domino-block {
    align-items: stretch;
  }

  .sol-domino-title-peca {
    font-size: 50px;
    line-height: 40px;
  }

  .sol-down-block {
    margin-top: 100vh;
  }

  .sol-dif-title-block {
    font-size: 1.2vw;
    line-height: 1.1vw;
  }

  .sol-dif-subtitle-block {
    font-size: .8vw;
    line-height: .9vw;
  }

  .sol-dif-space {
    align-items: stretch;
  }

  .sol-atu-item {
    justify-content: center;
    align-items: center;
    min-height: 120px;
    font-size: 20px;
    line-height: 20px;
  }

  .sol-atu-title-block {
    font-size: 36px;
    line-height: 30px;
  }

  .sol-atu-subtitle-block {
    font-size: 20px;
    line-height: 24px;
  }

  .sol-section-2 {
    height: 210vh;
  }

  .sol-section-2.inside {
    justify-content: center;
    align-items: center;
  }

  .sol-bg-board-search {
    padding-bottom: 100px;
  }

  .sol-down-block2.block {
    margin-top: 100vh;
  }

  .sol-section-3 {
    height: 240vh;
  }

  .sol-section-3.inside {
    justify-content: center;
    align-items: center;
  }

  .sol-down-block3 {
    margin-top: 100vh;
  }

  .sol-bg-succession {
    padding-bottom: 100px;
  }

  .sol-section-4.inside, .sol-section-5.inside {
    justify-content: center;
    align-items: center;
  }

  .sol-bg-business, .sol-bg-trainning {
    padding-bottom: 100px;
  }

  .sol-domino-peca-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-10 {
    font-size: 1.1vw;
  }

  .sol-down-block4 {
    margin-top: 100vh;
  }

  .inside-40-text-corrido {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .inside-30-image {
    width: 29%;
  }

  .inside-30-image._1920 {
    background-image: url('../images/foto-talita.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
  }

  .industry-home {
    align-items: center;
  }

  .industry-persons {
    justify-content: flex-start;
    align-items: center;
  }

  .inside-65-copy {
    width: 60%;
  }

  .a-inside-botao-block {
    align-items: center;
  }

  .fale-especialista-canto-d {
    justify-content: center;
    align-items: flex-end;
  }

  .bloco-horizontal-cards.inside {
    justify-content: center;
    align-items: center;
  }

  .bloco-horizontal-mobile {
    display: none;
  }

  .bloco-horizontal-mobile.inside {
    justify-content: center;
    align-items: center;
  }

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

@media screen and (max-width: 991px) {
  .i-nav-link.lang {
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .i-nav-link.lang:hover {
    color: #fff;
    transform: scale(1.1);
  }

  .i-nav-link.lang.active {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .i-nav-link.lang.active:hover {
    color: #000;
  }

  .i-nav-menu {
    z-index: 999;
    flex-flow: wrap;
    place-content: space-between flex-end;
    align-items: flex-end;
    width: 100%;
    margin-top: -60px;
    padding-bottom: 30px;
  }

  .h1 {
    font-size: 60px;
    line-height: 50px;
  }

  .h2.v2.mobile {
    display: none;
  }

  .but-black._50top.a-subindo:hover {
    transform: none;
  }

  .inside-40 {
    width: 100%;
    margin-bottom: 120px;
  }

  .sobre-a-inside-text {
    font-size: 16px;
    line-height: 18px;
  }

  .rodape-menu {
    flex: 0 auto;
  }

  .rodape {
    flex-flow: wrap;
  }

  .atuacao-bloco-texto {
    width: 100%;
    position: static;
    top: 0;
  }

  .atuacao-bloco-itens {
    width: 100%;
  }

  .logo-inside-block {
    width: 20vw;
  }

  .logo-inside-temp-contact {
    padding: 2vw;
  }

  .logo-inside-temp-link {
    padding: 2vw 5vw;
  }

  .vw-title-3 {
    font-size: 50px;
    line-height: 50px;
  }

  .rodape-forms {
    align-content: flex-start;
  }

  .rodape-forms50 {
    width: 100%;
    position: static;
  }

  .rodape-forms50._48 {
    width: 100%;
  }

  .rodape-forms50._48.agenda {
    margin-bottom: 100px;
    position: static;
  }

  .bloco-fale-conosco.margem {
    padding-top: 50px;
  }

  .inside-60 {
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .i-nav-links {
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
    margin-top: 90px;
    display: flex;
  }

  .i-nav-lang {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 0;
  }

  .inside-50.m50r, .inside-50.black.auto {
    width: 100%;
  }

  .sobre-a-inside-quad {
    padding-left: 0;
    padding-right: 0;
  }

  .sobre-a-inside-black-bar {
    width: 100%;
    height: 70px;
  }

  .interna-h1 {
    font-size: 80px;
    line-height: 65px;
  }

  .interna-h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .inside-35.zcima {
    width: 80%;
  }

  .quem-somos-logo2 {
    text-align: left;
  }

  .np-title {
    font-size: 18px;
    line-height: 20px;
  }

  .proposito-white-block {
    padding: 30px;
  }

  .proposito-item-title {
    font-size: 60px;
    line-height: 70px;
  }

  .proposito-item-subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .inside-65.aya {
    justify-content: space-between;
    width: 100%;
    margin-left: 0%;
  }

  .compromisso-photo01 {
    width: 90%;
    margin-top: 44px;
    margin-left: 10%;
  }

  .compromisso-photo02 {
    width: 60%;
    margin-top: -45%;
  }

  .compromisso-photo03 {
    margin-top: 8%;
    margin-left: -10%;
  }

  .quemsomos-black-block {
    min-height: 400px;
  }

  .metodologia-content {
    align-content: flex-start;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .metodologia-full {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .metodologia-text-block-big {
    padding-left: 0;
  }

  .etapa-titulo {
    padding-left: 30px;
  }

  .sticky {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .todos {
    align-content: flex-start;
    align-items: flex-start;
  }

  .horizontal-item {
    background-color: #000;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hamb-but {
    display: flex;
    top: 30px;
  }

  .i-navbar-block {
    background-color: #0000;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 35px;
  }

  .i-logo-inside-close, .i-logo-inside-open {
    display: block;
  }

  .i-navbar-logos {
    z-index: 1001;
    margin-top: -70px;
  }

  .col50, .col50.eng45, .col50.eng55 {
    width: 100%;
  }

  .h1-preto {
    font-size: 80px;
  }

  .bloco-destaque-preto {
    font-size: 60px;
    line-height: 50px;
  }

  .meto-dados-block {
    margin-top: 30px;
  }

  .meto-dados-block.m80 {
    margin-top: 20px;
  }

  .meto-dados-cliente {
    margin-top: 14px;
  }

  .sol-block-bg.foto2 {
    background-repeat: no-repeat;
    background-size: 120vw;
    transition-duration: 0s;
  }

  .sol-block-bg.foto2:hover {
    background-size: 120vw;
  }

  .col49 {
    width: 100%;
  }

  ._50 {
    width: 49%;
  }

  .black-screen {
    margin-top: 0;
    position: sticky;
  }

  .rodape-menu-superior {
    flex-flow: wrap;
  }

  .office-block-d-content {
    width: 60%;
  }

  .office-block-title1 {
    font-size: 24px;
    line-height: 27px;
  }

  .office-block-line-text {
    font-size: 40px;
    line-height: 35px;
  }

  .office-title-svg {
    width: 110px;
  }

  .office-block-e-content {
    width: 60%;
  }

  .office-block-line-texte {
    font-size: 40px;
    line-height: 35px;
  }

  .office-50 {
    width: 40%;
  }

  .quem-somos-400 {
    justify-content: flex-start;
    align-items: center;
  }

  .metodologia-disclaimer {
    bottom: 30px;
    left: 0;
  }

  .etapa-bloco-full {
    justify-content: center;
    align-items: flex-start;
    padding: 80px 0;
  }

  .bloco-paralax-text-50 {
    width: 50%;
  }

  .menu-button {
    z-index: 1000;
    background-color: #0009;
    padding: 12px 15px 15px;
    position: relative;
  }

  .menu-button.w--open {
    z-index: 1000;
    color: #fff;
    background-color: #0009;
    padding-bottom: 12px;
    font-size: 18px;
    position: absolute;
    top: 35px;
    right: 0;
  }

  .office-title-mobile {
    font-size: 40px;
    line-height: 35px;
  }

  .office-block-e-contentr {
    width: 60%;
  }

  .i-close-but, .i-hamb-but {
    display: flex;
    top: 30px;
  }

  .sol-section {
    height: auto;
  }

  .sol-bg-executive {
    position: static;
  }

  .sol-title-white {
    font-size: 12vw;
    line-height: 10vw;
  }

  .sol-title-white2 {
    font-size: 4vw;
    line-height: 3.8vw;
  }

  .sol-content-block {
    width: 80%;
  }

  .sol-title-white3 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .sol-domino-peca {
    width: 24.7%;
  }

  .sol-title-white4 {
    font-size: 2.6vw;
    line-height: 2.4vw;
  }

  .sol-domino-title-peca {
    font-size: 4vw;
    line-height: 3.6vw;
  }

  .sol-dif-block {
    width: 49%;
    margin-top: 1%;
  }

  .sol-dif-title-block {
    font-size: 3vw;
    line-height: 2.7vw;
  }

  .sol-dif-subtitle-block {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }

  .sol-dif-title {
    margin-bottom: 15px;
  }

  .sol-atu-block {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
  }

  .sol-bg-board-search {
    position: static;
  }

  .sol-down-block2.block, .sol-down-block3 {
    margin-top: 130vh;
  }

  .sol-bg-succession, .sol-bg-business, .sol-bg-trainning {
    position: static;
  }

  .sol-domino-peca-2 {
    width: 24.7%;
    font-size: 2.6vw;
    line-height: 2.4vw;
  }

  .sol-down-block4 {
    margin-top: 90vh;
  }

  .text-block-11 {
    font-size: 4vw;
    line-height: 3.5vw;
  }

  .inside-40-text.inside-text {
    padding: 30px;
  }

  .inside-40-text-corrido {
    font-size: 14px;
    line-height: 18px;
  }

  .inside-30-image.talita, .inside-30-image.bruno {
    min-height: 500px;
  }

  .industry-block-title {
    width: 50%;
  }

  .industry-title {
    font-size: 50px;
    line-height: 40px;
  }

  .industry-block-photos {
    width: 65%;
    margin-left: 20px;
  }

  .industry-block-photo.foto1 {
    width: 32%;
    height: 400px;
  }

  .industry-block-photo.foto2, .industry-block-photo.foto3 {
    height: 400px;
  }

  .industry-block-text {
    font-size: 16px;
    line-height: 18px;
  }

  .industry-person-block-text {
    width: 65%;
    margin-left: -5%;
    padding: 30px;
    font-size: 14px;
    line-height: 18px;
  }

  .industry-person-photo.foto1, .industry-person-photo.foto2, .industry-person-photo.foto3 {
    height: 600px;
  }

  .industry-person-name {
    font-size: 40px;
    line-height: 35px;
  }

  .industry-person-job {
    font-size: 22px;
  }

  .np-title3 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-13 {
    font-size: 14px;
    line-height: 16px;
  }

  .bloco-horizontal-cards {
    font-size: 1vw;
  }

  .itens-tablet {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .itens-mobile {
    width: 200em;
  }
}

@media screen and (max-width: 767px) {
  .h2.v2 {
    display: none;
  }

  .h2.v2.mobile {
    display: block;
  }

  .bloco-horizontal.branco.cel {
    display: flex;
  }

  .sobre-a-inside.aya {
    padding-top: 150px;
  }

  .image_temp, .logo-inside-block {
    width: 40vw;
  }

  .proposito-white-block {
    z-index: 110;
    width: 100%;
  }

  .proposito-list {
    z-index: 90;
    width: 100%;
    position: relative;
  }

  .quemsomos-black-block {
    min-height: 300px;
  }

  .metodologia-h1 {
    font-size: 70px;
  }

  .h1-preto {
    font-size: 60px;
    line-height: 60px;
  }

  .sol-block-bg.foto2, .sol-block-bg.foto2:hover {
    background-position: 100%;
    background-size: 160vw;
  }

  .bloco-paralax-text-50 {
    width: 70%;
  }

  .bloco-paralax-text-title {
    font-size: 34px;
    line-height: 34px;
  }

  .bloco-paralax-text-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .inside-40-text.inside-text {
    width: 100%;
  }

  .inside-40-text-corrido {
    padding-bottom: 10px;
  }

  .inside-30-image.talita {
    z-index: 2;
    width: 48%;
    margin-left: 5%;
    top: -10px;
    box-shadow: 0 2px 50px #00000080;
  }

  .inside-30-image.bruno {
    width: 48%;
    margin-left: -10px;
    top: 30px;
    right: 16px;
  }

  .industry-block-photos {
    width: 100%;
  }

  .industry-block-photo.foto1, .industry-block-photo.foto2, .industry-block-photo.foto3 {
    height: 300px;
  }

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

  .industry-person-block-text {
    width: 90%;
    margin-top: -190px;
    margin-left: 15%;
  }

  .industry-person-block-text.esq {
    margin-top: 0;
    margin-right: 50px;
    transform: translate(0, 540px);
  }

  .industry-person-photo.foto1 {
    width: 80%;
  }

  .industry-person-photo.foto2 {
    width: 80%;
    transform: translate(0, -390px);
  }

  .industry-person-photo.foto3 {
    width: 80%;
  }

  .sobre-100-black {
    z-index: 100;
    background-color: #000;
    width: 100%;
    height: 200px;
    margin-bottom: -200px;
    position: sticky;
    top: 0;
  }

  .bloco-horizontal-cards {
    font-size: 1vw;
    display: flex;
  }

  .bloco-horizontal-cards.branco.desk {
    display: none;
  }

  .bloco-horizontal-cards.branco.cel {
    display: flex;
  }

  .bloco-horizontal-mobile {
    justify-content: center;
    align-items: flex-start;
    font-size: 1vw;
    display: flex;
  }

  .bloco-horizontal-mobile.branco.desk {
    display: none;
  }

  .bloco-horizontal-mobile.branco.cel {
    display: flex;
  }

  .itens-mobile {
    padding-left: 30px;
  }

  .text-block-15 {
    font-size: 18px;
    line-height: 22px;
  }

  .etapa-crop {
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  ._1200px {
    padding-left: 10px;
    padding-right: 10px;
  }

  .i-nav-menu {
    right: -10px;
  }

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

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

  .h2.v2 {
    width: 100%;
  }

  .h2.v2.mobile {
    display: block;
  }

  .but-white.absolute {
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 20px;
  }

  .block-text {
    width: 100%;
    padding-right: 0;
  }

  .sobre-a-inside {
    padding-top: 75px;
  }

  .vw-title-4 {
    font-size: 55px;
    line-height: 42px;
  }

  .sobre-a-inside-text {
    font-size: 16px;
    line-height: 20px;
  }

  .block-down {
    padding-right: 54px;
  }

  .rodape-menu {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .rodape-social {
    margin-top: 20px;
    margin-left: 0;
  }

  .rodape-menu-titulo {
    width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }

  .rodape-menu-titulo:hover {
    transform: scale(1);
  }

  .rodape-social-icon {
    width: 24px;
    height: 24px;
  }

  .rodape {
    justify-content: center;
    align-items: center;
  }

  .image_temp, .logo-inside-block {
    width: 50vw;
  }

  .logo-inside-temp-contact {
    flex-flow: wrap;
    width: 80%;
  }

  .logo-inside-temp-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    display: flex;
  }

  .logo-inside-temp-icon {
    width: 100%;
    height: 50px;
  }

  .vw-title-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .vw-text-1-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .form-50 {
    width: 100%;
  }

  .sobre-a-inside-subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .i-nav-lang {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .inside-50.black.auto {
    padding: 30px;
  }

  .porque-inside-colum {
    width: 100%;
  }

  .interna-h1 {
    font-size: 16vw;
    line-height: 13vw;
  }

  .interna-h1.aviso {
    font-size: 50px;
    line-height: 40px;
  }

  .interna-h2 {
    font-size: 8vw;
    line-height: 9vw;
  }

  .inside-35.zcima {
    width: 90%;
  }

  .quem-somos-logo.a-contar {
    letter-spacing: -4px;
    font-size: 90px;
    line-height: 80px;
  }

  .quem-somos-logo2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .proposito-item-title {
    font-size: 40px;
    line-height: 50px;
  }

  .proposito-item-subtitle {
    font-size: 16px;
  }

  .compromisso-photo01 {
    margin-top: 47px;
  }

  .compromisso-photo02 {
    width: 75%;
    margin-top: -6%;
  }

  .compromisso-photo03 {
    width: 95%;
    margin-top: -8%;
    margin-left: 10%;
  }

  .compromisso-cinza-block {
    padding: 30px;
  }

  .quemsomos-black-block {
    min-height: 400px;
  }

  .metodologia-text-block1 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .metodologia-h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .etapa-titulo {
    padding-left: 10px;
  }

  .etapa-item-icones {
    padding-top: 0;
  }

  .etapa-item-topo-num {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .etapa-title {
    font-size: 24px;
    line-height: 21px;
  }

  .etapa-subtitle {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
  }

  .etapa-item-jogo {
    margin-top: 0;
    margin-bottom: -3px;
    font-size: 30px;
    line-height: 30px;
  }

  .etapa-item-numero {
    font-size: 70px;
    line-height: 60px;
  }

  .etapa-item-text {
    font-size: 15px;
  }

  .horizontal-item {
    min-height: 420px;
    padding: 25px;
  }

  .i-navbar-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .i-navbar-logos {
    left: -10px;
  }

  .col50.eng45, .col50.eng55 {
    padding-right: 0%;
  }

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

  .bloco-destaque-preto {
    margin-top: 30px;
    padding-top: 12px;
    font-size: 44px;
    line-height: 39px;
  }

  .meto-dados-cliente {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 24px;
    line-height: 20px;
  }

  .meto-dados-numero.a-contar {
    font-size: 90px;
    line-height: 90px;
  }

  .meto-dados-percentagem {
    font-size: 40px;
  }

  .meto-dados-text {
    margin-top: 7px;
    font-size: 20px;
    line-height: 20px;
  }

  .sol-block-bg {
    padding: 20px;
  }

  .sol-block-bg.foto2, .sol-block-bg.foto2:hover {
    background-position: 90%;
    background-size: 300vw;
  }

  .but-arrow2 {
    max-width: 60%;
  }

  ._50 {
    width: 100%;
  }

  .setor-title {
    top: 100px;
  }

  .black-screen {
    height: 100px;
  }

  .rodape-menu-superior {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .footer-black-bg {
    flex-flow: wrap;
  }

  .footer-black-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-black-right {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .footer-black-title2 {
    text-decoration: none;
  }

  .bloco-office {
    align-content: center;
    height: auto;
  }

  .office-block-d {
    flex-flow: wrap;
    place-content: center flex-end;
    align-items: center;
  }

  .office-block-d-content {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 30px;
  }

  .office-block-title1 {
    font-size: 20px;
    line-height: 26px;
  }

  .block-office-bg {
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
  }

  .office-block-line-text {
    margin-top: 11px;
    font-size: 24px;
    line-height: 22px;
  }

  .office-title-svg {
    width: 40px;
  }

  .office-block-e-content {
    width: 100%;
    min-height: auto;
    padding: 50px 10px 30px;
  }

  .office-titlee {
    display: none;
    right: -38px;
  }

  .office-titled {
    display: flex;
    left: -38px;
  }

  .office-block-line-texte {
    text-align: left;
    font-size: 24px;
    line-height: 22px;
  }

  .office-50 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .footer-link {
    margin-left: 50px;
    margin-right: 50px;
  }

  .porque-inside-text3 {
    font-size: 30px;
    line-height: 30px;
  }

  .porque-inside-text4 {
    font-size: 16px;
    line-height: 16px;
  }

  .quem-somos-ate {
    width: 100%;
    margin-top: 0;
    font-size: 22px;
    line-height: 18px;
  }

  .quem-somos-percent {
    margin-left: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .metodologia-h10 {
    font-size: 18px;
    line-height: 18px;
  }

  .metodologia-tittle {
    font-size: 28px;
    line-height: 27px;
  }

  .textbg2, .bloco-paralax-blackbar {
    display: none;
  }

  .bloco-paralax-text-50 {
    width: 100%;
  }

  .bloco-paralax-text-title {
    font-size: 32px;
  }

  .bloco-paralax-text-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .textbg4 {
    display: none;
  }

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

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

  .office-title-mobile {
    width: 100%;
    margin-bottom: 15px;
    font-size: 55px;
    line-height: 40px;
    display: flex;
  }

  .office-title-mobile.right {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
  }

  .office-block-bulet {
    padding: 0 12px;
    font-size: 24px;
  }

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

  .office-block-e-contentr {
    width: 100%;
    min-height: auto;
    padding: 70px 10px 30px;
  }

  .sol-title-white {
    font-size: 16vw;
    line-height: 13vw;
  }

  .sol-title-white2 {
    font-size: 6vw;
    line-height: 5vw;
  }

  .sol-content-block {
    width: 100%;
  }

  .sol-title-white3 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .sol-domino-peca {
    width: 49.7%;
  }

  .sol-title-white4 {
    font-size: 5vw;
    line-height: 5vw;
  }

  .sol-domino-title-peca {
    font-size: 7vw;
    line-height: 6vw;
  }

  .sol-down-content {
    margin-bottom: 80px;
  }

  .sol-down-block {
    height: auto;
    margin-top: 0;
  }

  .space-vh.dif {
    margin-top: 80px;
  }

  .space-vh._50vh {
    height: 0;
  }

  .sol-dif-block {
    width: 100%;
    margin-right: 0%;
  }

  .sol-dif-title-block {
    font-size: 7vw;
    line-height: 6vw;
  }

  .sol-dif-subtitle-block {
    font-size: 4vw;
    line-height: 5vw;
  }

  .sol-atu-block.marg {
    margin-top: 80px;
  }

  .sol-atu-item {
    width: 49.5%;
  }

  .sol-atu-item._2 {
    width: 24.4%;
  }

  .sol-atu-title-block {
    font-size: 7vw;
    line-height: 7vw;
  }

  .sol-section-2 {
    height: auto;
  }

  .sol-down-block2.block {
    height: auto;
    margin-top: 0;
  }

  .sol-section-3 {
    height: auto;
  }

  .sol-down-block3 {
    height: auto;
    margin-top: 0;
  }

  .sol-section-4, .sol-section-5 {
    height: auto;
  }

  .text-block-8 {
    font-size: 30px;
    line-height: 28px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 18px;
  }

  .sol-domino-peca-2 {
    width: 49.7%;
    font-size: 5vw;
    line-height: 5vw;
  }

  .sol-down-block4 {
    height: auto;
    margin-top: 0;
  }

  .sol-domino-peca-5 {
    width: 49.7%;
    padding: 10px;
  }

  .inside-30-image.talita {
    width: 75%;
    min-height: 400px;
    margin-left: 8%;
  }

  .inside-30-image.bruno {
    width: 75%;
    min-height: 400px;
    margin-top: -50px;
    margin-left: 91px;
  }

  .industry-home {
    padding-top: 75px;
  }

  .industry-block-title {
    width: 80%;
    padding-top: 31px;
    padding-left: 30px;
    padding-right: 29px;
  }

  .industry-title {
    font-size: 40px;
    line-height: 32px;
  }

  .industry-block-photo.foto1 {
    width: 90%;
  }

  .industry-block-photo.foto2, .industry-block-photo.foto3 {
    width: 90%;
    margin-top: 10px;
  }

  .industry-block-text {
    margin-left: 0%;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .industry-persons {
    padding-top: 75px;
  }

  .industry-person-block-text {
    margin-left: 10%;
  }

  .industry-person-block-text.esq {
    transform: translate(0, 560px);
  }

  .industry-person-photo.foto1 {
    width: 90%;
  }

  .a-inside-botao-block {
    padding-top: 75px;
  }

  .bloco-horizontal-mobile {
    display: flex;
  }

  .itens-tablet {
    padding-left: 10px;
    padding-right: 10px;
  }

  .itens-mobile {
    width: 280em;
    padding-left: 10px;
  }
}


@font-face {
  font-family: 'Bahnschrift';
  src: url('../fonts/BAHNSCHRIFT.TTF') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnova';
  src: url('../fonts/ArialNova.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnovacond';
  src: url('../fonts/ArialNovaCond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnovacond';
  src: url('../fonts/ArialNovaCond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnovacond';
  src: url('../fonts/ArialNovaCond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnova';
  src: url('../fonts/ArialNova-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnova';
  src: url('../fonts/ArialNova-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnovacond';
  src: url('../fonts/ArialNovaCond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnova';
  src: url('../fonts/ArialNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnovacond';
  src: url('../fonts/ArialNovaCond.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnova';
  src: url('../fonts/ArialNova-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnova';
  src: url('../fonts/ArialNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arialnovacond';
  src: url('../fonts/ArialNovaCond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}