.full {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.content-fazemos {
  z-index: 2;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300vh;
  margin-top: -25vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.animation1 {
  background-color: #47ac3c;
  width: 100px;
  height: 100px;
}

.animation2 {
  background-color: #d62a2a;
  width: 100px;
  height: 100px;
}

.block {
  width: 100%;
  height: 200vh;
  position: relative;
}

.menu {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-desk-logo {
  background-image: url('../images/stvr-cinza-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 140px;
  height: 80px;
  padding: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0);
}

.menu-desk-logo:hover, .menu-desk-logo.w--current {
  background-image: url('../images/stvr-cinza-1.svg');
}

.menu-desk-logo.w--current:hover {
  background-image: url('../images/logo-preto.svg');
}

.menu-desk-logo.preto {
  background-image: url('../images/stvr-cinza-3.svg');
}

.menu-desk-logo-img {
  width: 120px;
}

.menu-desk-contact {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 15px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.menu-desk-contact:hover {
  color: #000;
}

.menu-desk-open {
  z-index: 99999;
  background-image: url('../images/hamb-vermelho.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 0;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.menu-desk-open:hover, .menu-desk-open.preto {
  background-image: url('../images/hamb-preto.svg');
}

.menu-desk-open.home {
  background-image: url('../images/hamb-vermelho.svg');
}

.menu-desk-hamb-img {
  width: 30px;
}

.menu-left {
  z-index: 99999;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.menu-right {
  z-index: 99999;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
  right: -23px;
}

.body {
  color: #000;
  background-color: #fff;
  font-family: Sora, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.body.black {
  background-color: #000;
}

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

.hero-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-block {
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: none;
}

.hero-text {
  color: #ff1b37;
  text-align: center;
  width: 100%;
  font-family: Sofia Sans Extra Condensed, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 7vw;
}

.hero-button {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 7vh;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 800;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.hero-button:hover {
  transform: scale(1.1);
}

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

.hero-button-arrow {
  width: 35px;
  margin-left: 20px;
}

.text-span {
  letter-spacing: 100px;
}

.text-line1 {
  display: flex;
}

.text-span-2 {
  letter-spacing: 200px;
}

.red1 {
  color: #ff1b37;
}

.red2 {
  color: #d70f28;
}

.text-span-3, .hero-white {
  color: #fff;
}

.menu-open {
  z-index: 99999;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #ff1b37;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-desk-close {
  background-image: url('../images/Layer_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.menu-desk-close:hover {
  background-image: url('../images/Layer_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.menu-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: .8em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

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

.menu-links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
}

.text-block-3 {
  text-align: center;
  line-height: 2.5vw;
}

.star-bg {
  z-index: 1;
  text-align: center;
  background-color: #010212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.copy-me {
  display: none;
}

.star {
  z-index: 2;
  opacity: 1;
  cursor: none;
  background-color: #fff;
  width: 2px;
  height: 3px;
  position: absolute;
}

.star-animation {
  position: absolute;
  inset: 0%;
}

.starfield {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

.section_big {
  z-index: 1;
  text-align: center;
  background-color: #020312;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.star-2 {
  cursor: none;
  background-color: #fff;
  width: 4px;
  height: 4px;
  display: block;
}

.custom-css-2 {
  opacity: 0;
  cursor: none;
  background-color: #fff;
  position: absolute;
}

.starfield-container {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.starfield-container-2 {
  z-index: 50;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.starfield-2 {
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.hero-video {
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.hero-absolute {
  background-image: linear-gradient(#fff0 70%, #fff);
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-title-block {
  z-index: 10;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.hero-title-h1 {
  opacity: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1em;
}

.hero-title-h2 {
  opacity: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.hero-title-h2.animate {
  margin-bottom: .8em;
}

.button-red {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff1b37;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  padding: 1.4em 2em;
  font-size: .6em;
  font-weight: 700;
  line-height: .5em;
  text-decoration: none;
  display: flex;
}

.button-red-arrow {
  width: 2.3em;
  margin-left: 1em;
}

.fazemos {
  justify-content: flex-start;
  align-items: center;
  min-width: 98em;
  padding-left: 5em;
  display: flex;
}

.fazemos._3d {
  perspective: 1000px;
  padding-top: 30px;
  padding-bottom: 30px;
  top: 270px;
  overflow: hidden;
}

.fazemos-title-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.fazemos-card-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fazemos-title-h2 {
  opacity: 1;
  margin-top: .2em;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.fazemos-title-h3 {
  opacity: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 600;
  line-height: 1em;
}

.fazemos-title-dias {
  opacity: 1;
  color: #fff;
  background-color: #ff1b37;
  border-radius: 100px;
  margin-left: -2.6em;
  padding: .8em 1.2em;
  font-size: .8em;
  font-weight: 700;
  line-height: .7em;
}

.fazemos-title-dias.animate {
  display: flex;
}

.fazemos-card {
  z-index: 1;
  filter: drop-shadow(-20px 20px 30px #0000001f);
  background-color: #ff1b37;
  border-radius: 50px;
  flex-flow: wrap;
  place-content: space-between;
  align-items: flex-start;
  width: 95vw;
  min-width: 650px;
  height: 450px;
  margin-right: 5vw;
  padding: 50px 50px 45px;
  display: flex;
  position: relative;
}

.fazemos-card-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}

.fazemos-card-dias {
  color: #fff;
  background-color: #ff1b37;
  border-radius: 100px;
  padding: .7em 1.5em;
  font-size: .6em;
  font-weight: 800;
  line-height: 1em;
}

.hero-card-h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .65em;
  font-weight: 600;
  line-height: 2em;
}

.fazemos-card-1 {
  z-index: 1;
  color: #000;
  background-color: #ebebeb;
  border-radius: 2em;
  flex-flow: wrap;
  place-content: space-between;
  align-items: flex-start;
  width: 17.9em;
  height: 20em;
  margin-right: 1em;
  padding: 2em;
  font-size: 1vw;
  line-height: 1%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.fazemos-card-2, .fazemos-card-3 {
  z-index: 1;
  color: #fff;
  background-color: #ff1b37;
  border-radius: 4em;
  flex-flow: wrap;
  place-content: space-between;
  align-items: flex-start;
  width: 150em;
  height: 30em;
  margin-right: 2em;
  padding: 3.5em;
  display: flex;
  position: relative;
  transform: translate(0);
}

.fazemos-sticky {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 15vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.content-500 {
  background-color: #fff;
  height: 500vh;
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 1em;
}

.fazemos-card-0 {
  z-index: 1;
  color: #fff;
  background-color: #ebebeb;
  border-radius: 3em;
  flex-flow: wrap;
  place-content: space-between;
  align-items: flex-start;
  width: 20em;
  height: 28em;
  margin-left: -10em;
  margin-right: 2em;
  padding: 3.5em;
  display: none;
  position: relative;
  transform: translate(0);
}

.fazemos-card-4, .fazemos-card-5 {
  z-index: 1;
  color: #fff;
  background-color: #ff1b37;
  border-radius: 4em;
  flex-flow: wrap;
  place-content: space-between;
  align-items: flex-start;
  width: 150em;
  height: 30em;
  margin-right: 2em;
  padding: 3.5em;
  display: flex;
  position: relative;
  transform: translate(0);
}

.fazemos-card-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h-cinza {
  z-index: 99999;
  opacity: 1;
  width: 24px;
  height: 24px;
  position: absolute;
}

.h-branco {
  z-index: 99999;
  opacity: 0;
  width: 24px;
  height: 24px;
  position: absolute;
}

.menu-degrade {
  z-index: 999;
  background-image: linear-gradient(#fff, #fff0);
  height: 200px;
  position: absolute;
  inset: 0%;
}

.hero-button-block {
  width: 100%;
  display: flex;
}

.smooth-wrapper {
  position: relative;
}

.content-grey {
  background-color: #f1f1f1;
  border-radius: 2em;
  width: 100%;
  height: 100vh;
  display: flex;
}

.asterisco {
  margin-left: 2px;
  font-size: .5em;
  line-height: .4em;
}

.disclaimer-asterisco {
  width: 100%;
  font-size: .6em;
}

.menu-bg {
  opacity: 1;
  background-image: linear-gradient(#fff 16%, #fff0);
  height: 200px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.clientes-header {
  color: #ff1b37;
  text-align: center;
  width: 22em;
  font-size: 3em;
  line-height: 1.1em;
}

.clientes-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.clientes-center.distance {
  margin-top: 101px;
}

.clientes-center.distance2 {
  flex-flow: wrap;
  margin-top: 60px;
}

.clientes-alguns {
  color: #848484;
  font-size: .6em;
  font-weight: 700;
}

.clientes-logos {
  opacity: .26;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 35px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.content-clientes {
  background-color: #fff;
  padding-left: 5em;
  padding-right: 5em;
  font-size: 1em;
}

.content-trabalhos {
  background-color: #fff;
  margin-top: 250px;
  font-size: 1em;
}

.trabalhos-header {
  justify-content: space-between;
  align-items: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.trabalhos-title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: .9em;
}

.trabalhos-botao {
  color: #fff;
  cursor: pointer;
  background-color: #ff1b37;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-size: .7em;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.trabalhos-botao:hover {
  background-color: #000;
}

.trabalhos-botao-icone {
  width: 3em;
  margin-left: 10px;
}

.trabalho-list {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
  display: flex;
}

.trabalho-item {
  perspective: 2000px;
  background-color: #f0f0f0;
  background-image: url('../images/render-05-clean.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  justify-content: center;
  align-items: flex-end;
  width: 29.5em;
  height: 22em;
  margin: 1em;
  padding: 10px;
  text-decoration: none;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  transform: translate(0);
}

.trabalho-item._1 {
  width: 55em;
  height: 30em;
}

.trabalho-item._2 {
  background-color: #1a1a1a;
  background-image: url('../images/epicenter-site-home1.jpg');
  width: 36em;
  height: 30em;
}

.trabalho-item._3 {
  background-color: #1a1a1a;
  background-image: url('../images/inside-background.jpg');
  width: 36em;
  height: 30em;
}

.trabalho-item-card {
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffffb3;
  border-radius: 1.7em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.8em 1.5em 1.8em 2em;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  transform: scale(1);
  box-shadow: 0 0 #0006;
}

.trabalho-item-card-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.trabalho-item-card-subtitle {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .7em;
  line-height: 1em;
  text-decoration: none;
}

.trabalho-item-card-seta {
  width: 2.5em;
}

.trabalho-3d-child {
  perspective: 1000px;
  cursor: pointer;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  text-decoration: none;
}

.content-stvr {
  z-index: 99;
  margin-top: 250px;
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 1em;
  position: relative;
}

.content-black {
  background-color: #000;
  border-radius: 2em;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300vh;
  padding: 350px 60px 100px;
  display: flex;
  position: relative;
}

.stvr-esquerda {
  width: 40%;
  height: 300vh;
  margin-top: -250px;
  position: relative;
}

.stvr-meio {
  z-index: 99;
  width: 20%;
  height: 500px;
  margin-top: -250px;
  position: sticky;
}

.stvr-direita {
  width: 40%;
  margin-top: -250px;
}

.stvr-esquerda-text {
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
}

.stvr-h1 {
  color: #ff1b37;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2em;
}

.stvr-direita-text {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  height: 500px;
  padding: 10%;
  display: flex;
}

.stvr-direita-text._2 {
  height: 300px;
}

.stvr-direita-text._3 {
  height: 300px;
  margin-top: 300px;
}

.stvr-h2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.stvr-esquerda-text2 {
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  height: 300px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: sticky;
  top: 100px;
}

.stvr-h3 {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
}

.stvr-h1-plus {
  color: #ff1b37;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2em;
}

.stvr-line {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1px;
  margin-bottom: 300px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.fazemos-blocks {
  justify-content: flex-start;
  align-items: center;
  min-width: 98em;
  padding-left: 3em;
  display: flex;
}

.fazemos-blocks._3d {
  perspective: 1000px;
  padding-top: 30px;
  padding-bottom: 30px;
  top: 270px;
  overflow: hidden;
}

.content-desliga {
  width: 100%;
  height: 1px;
}

.stvr-h4 {
  color: #ff1b37;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
}

.stvr-h5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.6em;
}

.stvr-esq-01 {
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
}

.stvr-esq-02 {
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  height: 500px;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 10%;
  display: flex;
  position: sticky;
  top: 100px;
}

.content-rodape {
  z-index: 100;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 10em 5em 3vw;
  display: flex;
  position: relative;
}

.rodape-logo {
  opacity: .3;
  width: 400px;
}

.rodape-menu-block {
  flex-flow: wrap;
  margin-top: 50px;
  display: flex;
}

.rodape-menu-link {
  color: #929292;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.rodape-menu-link:hover {
  color: #ff1b37;
}

.content-rodape-ultimo {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  font-size: 14px;
  display: flex;
}

.content-rodape-contact {
  flex-flow: wrap;
  place-content: space-between flex-end;
  align-items: stretch;
  display: flex;
}

.rodape-contato-text2 {
  text-align: right;
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}

.rodape-contato-text1 {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.rodape-botoes {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.botao-whatsapp {
  color: #fff;
  background-color: #21c063;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1), opacity .2s;
  display: flex;
}

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

.botao-arrow {
  width: 30px;
  margin-left: 10px;
}

.botao-email {
  color: #fff;
  background-color: #ff1b37;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 20px 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

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

.work-hero-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.work-hero-bg.blink {
  z-index: 0;
  background-color: #ffd900;
  width: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.work-hero-bg.epicenter {
  color: #fff;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
}

.work-hero-title {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.work-hero-title.center {
  z-index: 99;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60vh;
  position: relative;
}

.work-hero-title.white {
  color: #fff;
  margin-top: 120px;
}

.work-hero-h1 {
  text-align: left;
  letter-spacing: -6px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 6em;
  line-height: .9em;
}

.work-hero-h1.margin {
  text-align: left;
  width: 100%;
  margin-bottom: 5vh;
  line-height: .9em;
}

.work-hero-h1.epicenter {
  text-align: center;
  margin-bottom: 20px;
}

.work-hero-h3 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.work-hero-h3.center {
  text-align: center;
}

.work-content {
  z-index: 2;
  background-color: #fff;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 5em;
  display: flex;
  position: relative;
}

.work-content.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content.slidesite {
  margin-top: -3vh;
}

.work-content.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content.title {
  background-color: #f1f1f1;
  align-items: stretch;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-content.title.black {
  color: #fff;
  background-color: #000;
  padding-top: 20vh;
}

.work-content._100vh {
  width: 100%;
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-content._100vh.epicenter {
  color: #fff;
  background-color: #000;
}

.work-content.cinza {
  background-color: #eaeaea;
}

.work-content.epicenter {
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

.work-content.inside-bg-logo {
  background-color: #000;
  padding-top: 0;
}

.work-content.card-blink {
  padding: 0;
}

.work-hero-imag {
  width: 100%;
}

.work-hero-imag.blink {
  justify-content: center;
  align-items: center;
  min-width: 60vw;
  margin-left: -17vw;
  display: flex;
  position: relative;
}

.work-button {
  color: #000;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: .6em;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.work-button:hover {
  background-color: #fce005;
  border-color: #fce005;
}

.work-button.black {
  background-color: #fff;
}

.work-slide-horizontal {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.work-slide-iphone {
  border-radius: .5em;
  width: 9em;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 2px 50px #0003;
}

.work-slide-iphone.cima1 {
  margin-bottom: 12.6em;
}

.work-slide-iphone.baixo2 {
  width: 12em;
  margin-top: 3.9em;
  margin-right: 50px;
  display: none;
  position: relative;
  box-shadow: 0 2px 90px #0003;
}

.work-slide-iphone.right {
  width: 12em;
  margin-top: -34px;
  margin-left: 30px;
  display: none;
  box-shadow: 0 2px 90px #0003;
}

.work-slide-note {
  border-radius: .5em;
  min-width: 60vw;
  margin-right: 40px;
  overflow: hidden;
  box-shadow: 0 2px 90px #0003;
}

.work-slide-note.baixo1 {
  margin-top: 6em;
}

.work-slide-note.baixo2 {
  margin-top: 4em;
}

.work-slide-note.cima2 {
  width: 35em;
  margin-bottom: 4em;
}

.work-slide-note.baixo3 {
  width: 36em;
  margin-top: 2.7em;
}

.work-slide-note.cima1 {
  width: 40em;
  margin-bottom: 94px;
}

.work-slide-note-img {
  width: 700px;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.quick-stack-2 {
  padding: 0;
}

.work-photogrande {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: sticky;
  top: 200px;
}

.work-content-text {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.work-content-text._60 {
  width: 60%;
}

.work-content-text._60.topo {
  margin-top: 80px;
}

.work-content-text.topo {
  width: 80%;
  margin-top: 80px;
}

.work-content-text.topo._100 {
  width: 100%;
}

.work-content-text.margintop {
  margin-top: 100px;
}

.work-content-left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.work-content-right {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-bottom: 50px;
  display: flex;
}

.work-content-left-services {
  width: 100%;
}

.work-content-left-services.links {
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: 60px;
  display: flex;
}

.service-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-size: .9em;
  font-weight: 400;
  display: flex;
}

.service-title {
  width: 100%;
  margin-bottom: 15px;
  font-size: .7em;
  font-weight: 700;
}

.service-item-ifem {
  background-color: #000;
  border-radius: 10px;
  width: 20px;
  height: 3px;
  margin-right: 5px;
}

.work-content-text-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.work-content-text-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 2em;
}

.work-content-title-peq {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.5em;
}

.work-content-3d-left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

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

.work-content-rodar {
  background-color: #fff;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content-rodar.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content-rodar.slidesite {
  margin-top: -3vh;
}

.work-content-rodar.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content-rodar._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content-rodar.title {
  margin-top: 16vh;
}

.folder4 {
  z-index: 10;
  margin-top: -28vh;
  position: relative;
}

.work-content-title-grd {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.work-hero-block {
  flex-flow: wrap;
  width: 50%;
  display: flex;
}

.work-hero-block.topo {
  margin-top: 5vh;
}

.work-hero-block.topo.center {
  justify-content: center;
  align-items: center;
}

.work-sobre {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 0;
  display: flex;
}

.work-hero-h1-2 {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4em;
  line-height: .9em;
}

.work-hero-h1-2.margin {
  text-align: left;
  width: 100%;
  margin-bottom: 5vh;
  font-size: 4em;
  line-height: .9em;
}

.work-sobre-direita {
  width: 50%;
  position: relative;
}

.service-button-100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.blink-photo-2 {
  margin-top: -30vh;
  margin-bottom: -40vh;
}

.work-content-no-margin {
  z-index: 2;
  background-color: #fff;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.work-content-no-margin.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content-no-margin.slidesite {
  margin-top: -3vh;
}

.work-content-no-margin.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content-no-margin._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content-no-margin.title {
  background-color: #f1f1f1;
  align-items: stretch;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-content-no-margin._100vh {
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

._25 {
  width: 25%;
}

.blink-video {
  width: 100em;
  height: 38em;
  overflow: visible;
}

.background-video {
  width: 100%;
  height: 50em;
}

.blink-video2 {
  width: 60em;
  height: 60em;
}

.work-chamariz {
  z-index: 2;
  background-color: #fff;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 12em 5em;
  display: flex;
  position: relative;
}

.work-chamariz.left {
  justify-content: flex-start;
  align-items: center;
}

.work-chamariz.slidesite {
  margin-top: -3vh;
}

.work-chamariz.photo1 {
  justify-content: center;
  align-items: center;
}

.work-chamariz._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-chamariz.title {
  background-color: #f1f1f1;
  align-items: stretch;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-chamariz._100vh {
  width: 100%;
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-chamariz.cinza {
  background-color: #eaeaea;
}

.work-chama-h1 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1em;
}

.work-chama-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
}

.work-chama-block {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-chama-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fed900;
  border-radius: 30px;
  margin-top: 30px;
  padding: 15px 50px;
  font-size: .8em;
  text-decoration: none;
}

.work-content-slides {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-content-slide-image {
  width: 27em;
  margin-bottom: 2em;
  margin-right: 2em;
  box-shadow: 0 2px 100px #0003;
}

.work-content-3d {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.work-folder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-5 {
  width: auto;
}

.video-background {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.video-background.absolute {
  position: absolute;
  inset: 0%;
}

.epicenter-video-bg {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.epicenter-video-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.epicenter-hero {
  z-index: 2;
  color: #fff;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.epicenter-hero.blink {
  z-index: 0;
  background-color: #ffd900;
  width: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.epicenter-hero.epicenter {
  color: #fff;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
}

.epicenter-video-sticky-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.epicenter-content {
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.epicenter-content.left {
  justify-content: flex-start;
  align-items: center;
}

.epicenter-content.slidesite {
  margin-top: -3vh;
}

.epicenter-content.photo1 {
  justify-content: center;
  align-items: center;
}

.epicenter-content._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.epicenter-content.title {
  margin-top: 16vh;
}

.epicenter-content.grey {
  background-color: #1b1b1b;
}

.epicenter-site-3d {
  perspective: 1000px;
  perspective-origin: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -3vw;
  display: flex;
  position: relative;
  transform: translate(0);
}

.epicenter-site-item {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
  transform: rotateX(0)rotateY(50deg)rotateZ(0);
}

.epicenter-site-item._1, .epicenter-site-item._2 {
  transform: rotate(0);
}

.epicenter-site-item2 {
  z-index: 21;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 37vw;
  margin-left: 0;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, -200px)rotateX(0)rotateY(50deg)rotateZ(0);
}

.epicenter-site-item2._1, .epicenter-site-item2._2 {
  transform: rotate(0);
}

.epicenter-site-item1 {
  z-index: 20;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 38vw;
  margin-left: -30vw;
  display: flex;
  position: relative;
  transform: translate3d(120px, 0, -400px)rotateX(0)rotateY(50deg)rotateZ(0);
}

.epicenter-site-item1._1, .epicenter-site-item1._2 {
  transform: rotate(0);
}

.epicenter-site-item3 {
  z-index: 22;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 36vw;
  margin-right: -30vw;
  display: flex;
  position: relative;
  transform: translate(-120px)rotateX(0)rotateY(50deg)rotateZ(0);
}

.epicenter-site-item3._1, .epicenter-site-item3._2 {
  transform: rotate(0);
}

.epicenter-content-site {
  background-color: #0d0d0d;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10em 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.epicenter-content-site.left {
  justify-content: flex-start;
  align-items: center;
}

.epicenter-content-site.slidesite {
  margin-top: -3vh;
}

.epicenter-content-site.photo1 {
  justify-content: center;
  align-items: center;
}

.epicenter-content-site._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.epicenter-content-site.title {
  margin-top: 16vh;
}

.epicenter-content-site.grey {
  background-color: #1b1b1b;
}

.work-epicenter-buraco {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: 130%;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.work-epicenter-logotipe {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.work-sobre-direita-epicenter {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.work-epicenter-logotipe2 {
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  display: flex;
  position: relative;
}

.work-epicenter-logo1 {
  background-color: #101010;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 440px;
  padding: 80px;
  display: flex;
}

.work-content-margin-preto {
  z-index: 2;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  height: 150vh;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.work-content-margin-preto.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content-margin-preto.slidesite {
  margin-top: -3vh;
}

.work-content-margin-preto.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content-margin-preto._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content-margin-preto.title {
  background-color: #f1f1f1;
  align-items: stretch;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-content-margin-preto._100vh {
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-content-camiseta {
  width: 30%;
}

.work-content-copy {
  z-index: 2;
  background-color: #fff;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 5em;
  display: flex;
  position: relative;
}

.work-content-copy.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content-copy.slidesite {
  margin-top: -3vh;
}

.work-content-copy.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content-copy._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content-copy.title {
  background-color: #f1f1f1;
  align-items: stretch;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-content-copy.title.black {
  color: #fff;
  background-color: #000;
}

.work-content-copy._100vh {
  width: 100%;
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-content-copy._100vh.epicenter {
  color: #fff;
  background-color: #000;
}

.work-content-copy.cinza {
  background-color: #eaeaea;
}

.work-content-copy.epicenter {
  color: #fff;
  background-color: #000;
}

.work-content-preto {
  z-index: 2;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.work-content-preto.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content-preto.slidesite {
  margin-top: -3vh;
}

.work-content-preto.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content-preto._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content-preto.title {
  background-color: #f1f1f1;
  align-items: stretch;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-content-preto._100vh {
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-content-no-margin-preto {
  z-index: 2;
  background-color: #000;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-content-no-margin-preto.left {
  justify-content: flex-start;
  align-items: center;
}

.work-content-no-margin-preto.slidesite {
  margin-top: -3vh;
}

.work-content-no-margin-preto.photo1 {
  justify-content: center;
  align-items: center;
}

.work-content-no-margin-preto._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-content-no-margin-preto.title {
  background-color: #f1f1f1;
  align-items: stretch;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-content-no-margin-preto._100vh {
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-content-mobile {
  margin-left: -139px;
  margin-right: -139px;
}

.work-content-mobile._1 {
  margin-left: -100px;
  margin-right: -100px;
}

.work-content-mobile._2 {
  transform: translate(175px, -200px);
}

.work-content-celulares {
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.inside-video-bg {
  z-index: 10;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.work-content-inside-logo-video {
  position: sticky;
  top: 100px;
}

.blink-photo-4 {
  width: 100%;
}

.inside-foto-cartao {
  padding-top: 150px;
  padding-bottom: 150px;
}

.work-40-60 {
  z-index: 2;
  background-color: #000;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: stretch;
  width: 100%;
  padding: 10em 5em;
  display: flex;
  position: relative;
}

.work-40-60.left {
  justify-content: flex-start;
  align-items: center;
}

.work-40-60.slidesite {
  margin-top: -3vh;
}

.work-40-60.photo1 {
  justify-content: center;
  align-items: center;
}

.work-40-60._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.work-40-60.title {
  background-color: #f1f1f1;
  align-items: stretch;
  padding-top: 10vh;
  padding-bottom: 20vh;
  position: relative;
}

.work-40-60._100vh {
  margin-top: 100vh;
  box-shadow: 0 -50px 100px #0003;
}

.work-40 {
  width: 38%;
  display: flex;
}

.work-60 {
  justify-content: center;
  align-items: stretch;
  width: 58%;
  display: flex;
}

.inside-video-cartao {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.inside-video-block {
  width: 100%;
  display: flex;
}

.inside-video-home {
  width: 100%;
  height: auto;
  display: flex;
}

.inside-site-slide {
  width: 32%;
  margin-bottom: 2%;
}

.inside-content-site {
  background-color: #0d0d0d;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 100%;
  padding: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inside-content-site.left {
  justify-content: flex-start;
  align-items: center;
}

.inside-content-site.slidesite {
  margin-top: -3vh;
}

.inside-content-site.photo1 {
  justify-content: center;
  align-items: center;
}

.inside-content-site._10vh {
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.inside-content-site.title {
  margin-top: 16vh;
}

.inside-content-site.grey {
  background-color: #1b1b1b;
}

.inside-logo-text {
  color: #616161;
  text-align: right;
  font-size: .5em;
}

.work-epicenter-buraco2 {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.youtubevideo {
  width: 600px;
}

.menu-desk-logo-branco {
  background-image: url('../images/logo-branco.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 140px;
  height: 80px;
  padding: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0);
}

.menu-desk-logo-branco:hover {
  background-image: url('../images/logo-branco.svg');
}

.menu-desk-logo-branco.preto {
  background-image: url('../images/stvr-cinza-3.svg');
}

.menu-sublink {
  color: #000;
  margin-top: 10px;
  font-family: Sofia Sans Condensed, sans-serif;
  font-size: .4em;
  font-weight: 700;
  line-height: .8em;
}

@media screen and (max-width: 991px) {
  .menu-desk-logo {
    background-image: url('../images/logo-vermelho.svg');
  }

  .hero-content {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .hero-content-block {
    height: 80vh;
  }

  .hero-text {
    font-size: 10vw;
    line-height: 9vw;
  }

  .hero-button {
    margin-top: 0;
  }

  .menu-link {
    width: 40%;
    padding-left: 0;
    padding-right: 0;
    font-size: 5em;
  }

  .trabalho-item._1 {
    width: 100%;
    height: 40vh;
  }

  .trabalho-item._2 {
    width: 100em;
    height: 40vh;
  }

  .trabalho-item._3 {
    width: 100%;
    height: 40vh;
  }

  .trabalho-item-card {
    padding-left: 3em;
    padding-right: 3em;
  }

  .trabalho-item-card-title {
    font-size: 2.5em;
  }

  .trabalho-item-card-subtitle {
    font-size: 1.3em;
  }

  .trabalho-item-card-seta {
    width: 4em;
  }

  .trabalho-3d-child {
    width: 100%;
  }

  .stvr-meio {
    width: 40%;
    display: none;
  }

  .stvr-direita-text {
    height: 250px;
  }

  .stvr-h4 {
    font-size: 3em;
  }

  .stvr-h5 {
    font-size: 1.2em;
  }

  .stvr-esq-01 {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    font-size: 12vw;
    line-height: 11vw;
  }

  .hero-button {
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 12px;
  }

  .hero-button-arrow {
    width: 28px;
  }
}

@media screen and (max-width: 479px) {
  .content-fazemos {
    height: auto;
    margin-top: 0;
  }

  .menu {
    padding-left: 7em;
    padding-right: 7em;
  }

  .menu-desk-logo {
    background-size: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-desk-contact {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 11px;
  }

  .menu-desk-open {
    background-size: 25px 25px;
    width: 60px;
    height: 60px;
  }

  .menu-desk-open:hover {
    background-size: 25px;
  }

  .menu-left {
    margin-left: 0;
  }

  .menu-right {
    margin-right: 0;
  }

  .hero-content-block {
    justify-content: center;
    align-items: center;
  }

  .hero-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-desk-close {
    background-size: 25px 25px;
    width: 60px;
    height: 60px;
  }

  .menu-desk-close:hover {
    background-size: 25px;
  }

  .menu-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 9em;
  }

  .menu-links {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-absolute {
    place-content: flex-end flex-start;
    align-items: flex-end;
    padding-bottom: 10vh;
    padding-left: 7em;
    padding-right: 7em;
  }

  .hero-title-h1.animate {
    font-size: 10em;
  }

  .hero-title-h2.animate {
    font-size: 4em;
  }

  .button-red.animate {
    font-size: 3em;
  }

  .fazemos {
    min-width: 98em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .fazemos-title-block {
    color: #fff;
    background-color: #ff1b37;
    border-radius: 2em;
    justify-content: space-between;
    margin-bottom: 2em;
    padding: 6em;
  }

  .fazemos-card-block {
    flex-flow: wrap;
  }

  .fazemos-title-h2.animate {
    font-size: 6em;
  }

  .fazemos-title-h3.animate {
    font-size: 3em;
  }

  .fazemos-title-dias.animate {
    color: #000;
    background-color: #fff;
    margin-left: 0;
    font-size: 3em;
  }

  .fazemos-card-h1 {
    font-size: 8em;
  }

  .fazemos-card-dias {
    font-size: 3em;
    line-height: .8em;
  }

  .hero-card-h2 {
    margin-top: 30px;
    font-size: 3.2em;
  }

  .fazemos-card-1 {
    width: 100%;
    height: auto;
    min-height: 270px;
    margin-bottom: 2em;
    margin-right: 0;
    padding: 5.9em;
  }

  .fazemos-sticky {
    height: auto;
    position: static;
  }

  .disclaimer-asterisco {
    margin-top: 2em;
    font-size: 2em;
    display: none;
  }

  .clientes-header {
    font-size: 6em;
  }

  .clientes-center.distance {
    margin-top: 20px;
  }

  .clientes-alguns {
    text-align: center;
    font-size: 3em;
    line-height: 1em;
  }

  .clientes-logos {
    width: 40%;
    height: 150px;
    margin-top: 0;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .content-clientes {
    width: 100%;
    padding-top: 17.3em;
    padding-left: 7em;
    padding-right: 7em;
  }

  .content-trabalhos {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
  }

  .trabalhos-header {
    margin-bottom: 5em;
  }

  .trabalhos-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.3em;
  }

  .trabalhos-botao {
    padding: 1.6em 2.5em;
    font-size: 2em;
    line-height: 1em;
  }

  .trabalhos-botao-icone {
    display: none;
  }

  .trabalho-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4em;
    padding-right: 4em;
  }

  .trabalho-item {
    width: 100%;
    height: 30vh;
    margin-left: 0;
    margin-right: 0;
  }

  .trabalho-item._1, .trabalho-item._2, .trabalho-item._3 {
    width: 100%;
    height: 350px;
  }

  .trabalho-item-card {
    padding: 3em 4em;
  }

  .trabalho-item-card-title {
    font-size: 5em;
  }

  .trabalho-item-card-subtitle {
    font-size: 2.5em;
  }

  .trabalho-item-card-seta {
    width: 9em;
  }

  .trabalho-3d-child, .content-stvr {
    width: 100%;
  }

  .content-black {
    height: auto;
    padding-top: 5em;
    padding-left: 5em;
    padding-right: 5em;
  }

  .stvr-esquerda {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .stvr-meio {
    display: none;
  }

  .stvr-direita {
    width: 100%;
    margin-top: 0;
  }

  .stvr-h1 {
    text-align: center;
    font-size: 7em;
  }

  .stvr-direita-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 30% 0% 0%;
  }

  .stvr-h2 {
    text-align: center;
    font-size: 4em;
  }

  .stvr-h3 {
    text-align: center;
    font-size: 3em;
  }

  .stvr-h1-plus {
    font-size: 4em;
  }

  .stvr-line {
    flex-flow: wrap;
    align-content: flex-start;
    height: auto;
    margin-bottom: 0;
  }

  .fazemos-blocks {
    padding-left: 3em;
    padding-right: 3em;
  }

  .stvr-h4 {
    font-size: 6em;
    font-weight: 700;
    line-height: 2em;
  }

  .stvr-h5 {
    text-align: center;
    font-size: 4em;
  }

  .stvr-esq-01 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .stvr-esq-02 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 5%;
    padding-right: 0%;
    display: none;
    position: static;
  }

  .content-rodape {
    width: 100%;
    padding-top: 30em;
  }

  .content-rodape.rodape {
    padding-top: 20em;
    padding-bottom: 5em;
  }

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

  .rodape-logo {
    width: 120px;
  }

  .rodape-menu-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 5em;
    line-height: 2em;
  }

  .content-rodape-contact {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 69px;
  }

  .rodape-contato-text2, .rodape-contato-text1 {
    text-align: center;
  }

  .rodape-botoes {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .botao-whatsapp {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    padding: .9em 2em;
  }

  .botao-email {
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em 2em;
  }

  .work-hero-title {
    margin-top: 70.5em;
  }

  .work-hero-h1 {
    letter-spacing: -3px;
    font-size: 16em;
  }

  .work-hero-h3 {
    font-size: 5em;
    line-height: 1em;
  }

  .work-content {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .work-content.title.black {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .work-content._100vh {
    padding: 20em 8em;
  }

  .work-hero-imag.blink {
    min-width: 100vw;
    margin-left: 0;
  }

  .work-button {
    font-size: 4em;
  }

  .work-button.black {
    font-size: 3em;
  }

  .work-slide-horizontal {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .work-slide-note {
    min-width: 90vw;
    margin-bottom: 20px;
  }

  .work-photogrande {
    margin-top: 50px;
    margin-bottom: -132px;
  }

  .work-content-text._60 {
    width: 100%;
  }

  .work-content-text._60.topo {
    margin-top: 20px;
  }

  .work-content-text.topo._100 {
    margin-top: 20em;
  }

  .work-content-text.margintop {
    align-content: flex-start;
    margin-top: 50px;
  }

  .work-content-left {
    width: 100%;
  }

  .work-content-right {
    width: 100%;
    margin-top: 80px;
  }

  .service-item, .service-title {
    font-size: 3em;
    line-height: 1em;
  }

  .service-item-ifem {
    width: 6px;
    height: 1px;
  }

  .work-content-text-title {
    font-size: 5em;
  }

  .work-content-text-text {
    font-size: 3.5em;
    line-height: 1.7em;
  }

  .folder4 {
    min-width: 150vw;
    margin-top: 0;
  }

  .work-content-title-grd {
    font-size: 3em;
  }

  .work-hero-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -245em;
  }

  .work-hero-block.topo, .work-sobre {
    width: 100%;
  }

  .work-hero-h1-2.margin {
    font-size: 10em;
    line-height: 1em;
  }

  .work-sobre-direita {
    width: 100%;
  }

  .blink-photo-2 {
    min-width: 140%;
    margin-top: -6vh;
    margin-bottom: -7vh;
  }

  ._25 {
    width: 50%;
  }

  .blink-video2 {
    width: 120em;
    height: 120em;
  }

  .work-chamariz {
    padding-top: 30em;
    padding-bottom: 30em;
  }

  .work-chama-h1 {
    font-size: 7em;
  }

  .work-chama-button {
    padding: .9em 2em;
    font-size: 4em;
  }

  .work-content-slide-image {
    width: 95em;
    margin-right: 0;
  }

  .work-folder {
    justify-content: center;
    align-items: center;
    min-width: 160%;
    margin-right: -10vw;
  }

  .work-content-fullscreen {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image {
    min-width: 150vw;
  }

  .text-block-4 {
    font-size: 4em;
  }

  .text-block-6 {
    display: flex;
  }

  .epicenter-video-bg {
    height: 70vh;
    max-height: 70vh;
    position: relative;
    inset: auto auto auto 0;
  }

  .epicenter-hero {
    place-content: center;
    align-items: center;
    overflow: hidden;
  }

  .epicenter-site-3d {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    margin-left: 0;
  }

  .epicenter-site-item {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .epicenter-site-item2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translate(0)rotate(0);
  }

  .epicenter-site-item1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5em;
    margin-left: 0;
    transform: translate(0)rotate(0);
  }

  .epicenter-site-item3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    transform: translate(0)rotate(0);
  }

  .work-epicenter-buraco {
    margin-top: 50px;
  }

  .work-epicenter-logotipe {
    width: 90%;
  }

  .work-sobre-direita-epicenter {
    width: 100%;
  }

  .work-epicenter-logo1 {
    width: 100%;
    height: 20vh;
    margin-bottom: 5em;
  }

  .work-content-margin-preto {
    height: auto;
  }

  .work-content-camiseta {
    width: 100%;
  }

  .work-content-copy {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .work-content-copy._100vh {
    padding: 20em 8em;
  }

  .work-content-no-margin-preto {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .work-content-mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 150%;
    margin-bottom: -25px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .work-content-celulares {
    flex-flow: wrap;
  }

  .image-2 {
    min-width: 200%;
  }

  .text-block-7 {
    font-size: 1em;
  }

  .inside-video-bg {
    position: relative;
    inset: auto auto auto 0;
  }

  .work-40-60 {
    height: auto;
  }

  .work-40 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .work-60 {
    width: 100%;
  }

  .inside-site-slide {
    width: 100%;
    margin-bottom: 5em;
  }

  .inside-content-site {
    padding: 30em 2em;
  }

  .work-epicenter-buraco2 {
    margin-top: 50px;
  }

  .menu-desk-logo-branco {
    background-size: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-sublink {
    font-size: .6em;
  }

  .text-block-8 {
    font-size: 3em;
  }
}


