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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.body {
  font-family: 'DM Sans', sans-serif;
  cursor: auto;
}

.link-navbar {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f7f2df;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
}

.link-navbar:hover {
  color: #fd4f05;
}

.link-navbar.orange {
  font-family: 'DM Sans', sans-serif;
  color: #fd4f05;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.link-navbar.dark {
  color: #21201e;
}

.link-navbar.dark:hover {
  color: #fd4f05;
}

.image-bg {
  height: 100vh;
  background-image: url('../images/image-hero-home2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-bg.about {
  background-image: url('../images/bg-about-me.png');
}

.image {
  position: static;
  top: auto;
}

.div-block {
  position: relative;
  top: 48px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  position: relative;
  width: 142px;
  padding-bottom: 0px;
  background-image: url('../images/logo-renanmartinelli_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button-email {
  margin-right: 0px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #f7f2df;
}

.button-email:hover {
  padding: 8px 16px;
  border: 1px solid #f7f2df;
  border-radius: 999px;
}

.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-wrap-global {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-wrap-global.navbar {
  max-width: 1200px;
  padding-right: 24px;
  padding-left: 24px;
}

.navbar-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.content-hero {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  max-width: 1130px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.h1-hero {
  max-width: 1130px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7f2df;
  font-size: 60px;
  line-height: 74px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.05em;
}

.h1-hero.cases-section {
  color: #21201e;
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  text-align: left;
}

.h1-hero.aboutme {
  display: block;
  max-width: 690px;
  color: #21201e;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-align: left;
}

.text-block {
  width: auto;
  margin-top: 24px;
  color: #f7f2df;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.logo {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.text-span {
  color: #fd4f05;
}

.link-to {
  color: #fd4f05;
}

.text-span-3 {
  text-decoration: line-through;
}

.about-my-job {
  height: auto;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f7f2df;
}

.social-media {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 88px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.social-icon {
  width: 24px;
  height: 24px;
  margin-right: 0px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.social-icon:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.lottie-animation {
  max-width: 80px;
}

.lottie-animation.aboutme {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.icons-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 140px;
  margin-bottom: 0px;
  margin-left: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.icons-hero-wrapper {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.what-i-do {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #f7f2df;
}

.what-i-do.process {
  padding-top: 0px;
}

.what-i-do.aboutme {
  padding-top: 200px;
}

.whatido-image {
  position: static;
  padding-top: 0px;
  text-align: center;
}

.image-whatido {
  position: relative;
  left: 0px;
  width: 100%;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: left;
}

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

.box-wrapper {
  max-width: 310px;
}

.content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-box.process {
  margin-top: -170px;
}

.text-number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fd4f05;
  font-size: 13px;
  font-weight: 700;
}

.title {
  color: #21201e;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

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

.title-content-box {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: -0.04em;
  white-space: normal;
}

.text-description {
  max-width: 480px;
  margin-top: 0px;
  color: #21201e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.text-description.works {
  max-width: 300px;
}

.spacer-24 {
  height: 24px;
}

.cases-ux-ui {
  height: auto;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f7f2df;
}

.cases {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-span-5 {
  color: #fd4f05;
}

.title-wrapper {
  margin-bottom: 56px;
}

.cover-image-case {
  width: auto;
  height: auto;
  max-width: 368px;
  border-radius: 16px;
  text-align: left;
}

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

.heading-2 {
  font-size: 30px;
}

.heading-3 {
  max-width: 340px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.text-span-6 {
  color: #fd4f05;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.case2 {
  margin-left: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: left;
}

.case2:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.spacer-case {
  height: 200px;
}

.columns {
  margin-top: 40px;
}

.text-span-7 {
  color: #fd4f05;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21201e;
  font-size: 24px;
}

.cta-footer {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #f7f2df;
  font-size: 100px;
  line-height: 104px;
  letter-spacing: -0.04em;
}

.text-span-8 {
  color: #fd4f05;
}

.text-block-2 {
  max-width: 560px;
  color: #f7f2df;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.content-wrapper {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 720px;
  min-width: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.email-footer {
  color: #fd4f05;
  font-size: 18px;
  text-decoration: none;
}

.wppbutton {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 12px;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 #ad9373;
}

.div-block-4 {
  max-width: 40px;
}

.logo-renanmartinelli {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spacer-icons {
  margin-right: 4px;
  margin-left: 4px;
  -o-object-fit: fill;
  object-fit: fill;
}

.spacer-social-icons {
  display: block;
  width: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.link {
  text-decoration: none;
}

.container {
  max-width: 1100px;
}

.space-main-links {
  width: 32px;
}

.master-container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-2 {
  color: #f7f2df;
}

.main-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-menu {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.brand-renanmartinelli {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-3 {
  text-align: left;
}

.cta-mainmenu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.navbar-desktop {
  position: relative;
  top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 140px;
  margin-left: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.grid-cases {
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.caseproject {
  border-radius: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.caseproject:hover {
  background-color: transparent;
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.case3 {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.case3:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.link-cover-case {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 250ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 250ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 250ms cubic-bezier(.645, .045, .355, 1);
}

.link-cover-case:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.paragraph {
  font-family: 'DM Sans', sans-serif;
  color: #f7f2df;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph.aboutme {
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.aboutme-wrapper {
  position: absolute;
  top: 200px;
  max-width: 680px;
  font-family: 'DM Sans', sans-serif;
}

.heading-4 {
  font-family: 'DM Sans', sans-serif;
  color: #f7f2df;
  font-size: 36px;
  font-weight: 500;
}

.text-span-9 {
  color: #fd4f05;
}

.space-section-about {
  height: 200px;
}

.space-section-about.none {
  height: 140px;
}

.navbar_mobile {
  display: none;
}

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

.aboutme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-span-10 {
  color: #fd4f05;
}

.paragraph-2 {
  max-width: 699px;
  color: #21201e;
  font-size: 18px;
  line-height: 26px;
}

.header {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 80px;
  background-color: #f7f2df;
}

.navbar-dark {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 48px;
}

.intro-case {
  margin-top: 88px;
  margin-bottom: 0px;
  background-color: #f7f2df;
}

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

.title-case-interna {
  color: #21201e;
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -3px;
}

.title-case-interna.link {
  color: #fd4f05;
  font-style: normal;
  text-decoration: none;
}

.text-span-11 {
  color: #fd4f05;
  text-align: center;
}

.intro-case-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-case-description {
  max-width: 510px;
  margin-bottom: 0px;
  color: #21201e;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.paragraph-case-description.tecnopuc {
  max-width: 590px;
}

.paragraph-case-description.selected-works {
  max-width: 800px;
  text-align: left;
}

.columns-3 {
  width: 400px;
  margin-bottom: 0px;
}

.fun-o-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-client {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #21201e;
  font-size: 16px;
  letter-spacing: -0.03em;
}

.heading-7 {
  font-size: 16px;
}

.heading-8 {
  font-size: 16px;
}

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

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

.cover-col-marista {
  width: 100%;
  height: 100%;
  max-width: 1026px;
  margin-bottom: 0px;
  border-radius: 22px;
  box-shadow: 0 11px 20px 12px rgba(33, 32, 30, 0.07);
  text-align: left;
  mix-blend-mode: normal;
}

.image-case {
  margin-top: 30px;
  text-align: center;
}

.paragraph-4 {
  color: #21201e;
}

.paragraph-5 {
  color: #21201e;
}

.paragraph-6 {
  color: #21201e;
}

.case-description {
  height: auto;
  padding-bottom: 100px;
  background-color: #f7f2df;
  color: #21201e;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-description.tecnopuc {
  padding-bottom: 0px;
}

.case-description.marista {
  height: auto;
  padding-bottom: 0px;
}

.case-description.bulbcast {
  height: auto;
  padding-bottom: 160px;
}

.container-content-case {
  display: block;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.title-description-case {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #21201e;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: -2px;
}

.text-span-12 {
  color: #fd4f05;
}

.descrition-case {
  max-width: 780px;
  margin-bottom: 0px;
  color: #21201e;
  font-size: 18px;
  line-height: 26px;
  white-space: normal;
}

.descrition-case.list {
  line-height: 30px;
}

.spacer-80px {
  height: 80px;
}

.spacer-40px {
  height: 40px;
}

.box-highlight {
  padding: 40px 52px;
  border-radius: 16px;
  background-color: #fff;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.lottie-animation-2 {
  position: static;
  z-index: 1;
  display: block;
  width: 15%;
  height: 15%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.bg-loading {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21201e;
}

.button {
  margin-right: 0px;
  padding: 14px 44px;
  border-style: none;
  border-width: 1px;
  border-color: #fd4f05;
  border-radius: 999px;
  background-color: #fd4f05;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.button:hover {
  background-color: #21201e;
  color: #fff;
}

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

.spacing-buttons {
  width: 40px;
}

.link-text {
  display: block;
  margin-right: 0px;
  color: #fd4f05;
  font-size: 15px;
  font-weight: 400;
}

.old-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.old-works:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

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

.image-3 {
  text-align: left;
}

.column-5 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-left: 40px;
}

.wrapper-oldcase {
  max-width: 600px;
  margin-left: 32px;
}

.image-case-olds {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.cover-selected-works {
  max-width: 771px;
  border-radius: 16px;
}

.about-me {
  max-width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-devices {
  max-width: 500px;
}

.image-5 {
  max-width: 100%;
}

.image-prospects {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cursor {
  position: fixed;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms cubic-bezier(.39, .575, .565, 1);
  transition: opacity 200ms cubic-bezier(.39, .575, .565, 1);
  cursor: none;
}

.cursor-dot {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  border-radius: 100vw;
  background-color: #fd4f05;
}

.html-embed {
  cursor: none;
}

.hp-hero-img-contain {
  width: 34%;
}

.img-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent.is-hero {
  height: 45em;
}

.img-child {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-child.img-1 {
  background-image: url('../images/matteo-fabbiani-laptop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-whipe-heroimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.main-button {
  overflow: hidden;
  padding: 0.53em 2.53em;
  border-style: solid;
  border-width: 2px;
  border-color: #ff5330;
  border-radius: 100px;
  background-color: rgba(231, 226, 220, 0.15);
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-size: 1em;
}

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

.main-button:active {
  border-color: #c22100;
  background-color: #c22100;
}

.button-text-1 {
  display: inline-block;
  text-align: center;
}

.div-hide-main-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: -0.275em;
  margin-left: 0.6em;
}

.primary-button-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0.1em;
}

.primary-button-arrow2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0.1em;
  -webkit-transform: translate(-131%, 0px);
  -ms-transform: translate(-131%, 0px);
  transform: translate(-131%, 0px);
}

.image-full-case {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  box-shadow: 0 0 20px 5px rgba(33, 32, 30, 0.05);
  -o-object-fit: fill;
  object-fit: fill;
}

.image-full-case.bulbcast {
  background-color: #fff;
}

.image-full-case.bulbcast.branding {
  text-align: center;
}

.image-full-case.marista-mobile {
  box-shadow: none;
}

.image-full-case.works {
  display: block;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-radius: 16px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-full {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
}

.image-full.bulbcast {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-full.branding-bulbcast {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.image-full.mockup {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-next {
  font-size: 40px;
  letter-spacing: -2px;
}

.welcomeload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21201e;
}

.rm_brand {
  width: auto;
  height: auto;
}

.content-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-10 {
  font-family: 'Cormorant Garamond', sans-serif;
  color: #f7f2df;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 1px;
}

.renan-martinelli-interface-designer {
  width: 100%;
  max-width: 100%;
}

.image-about-me {
  display: block;
  width: 350px;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.page-container {
  display: block;
  height: 400vh;
}

.progress-wrap {
  background-color: #21201e;
}

.gradient-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  min-height: 90vh;
  -webkit-filter: blur(160px);
  filter: blur(160px);
}

.circle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50vw;
  height: 80vh;
  border-radius: 50%;
  background-color: #fe3218;
}

.circle._1 {
  left: 1%;
  top: -25%;
  background-color: rgba(254, 50, 24, 0.05);
}

.circle._2 {
  left: auto;
  top: -25%;
  right: -10%;
  bottom: auto;
  background-color: rgba(255, 145, 26, 0.05);
}

.circle._4 {
  left: auto;
  top: auto;
  right: -10%;
  bottom: -25%;
  background-color: rgba(69, 14, 255, 0.05);
}

.circle._3 {
  left: -4%;
  top: auto;
  right: auto;
  bottom: -39%;
  background-color: rgba(225, 0, 245, 0.05);
}

.slide {
  border-radius: 16px;
  background-image: url('../images/Arqui-Info1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  border-radius: 16px;
  background-image: url('../images/Arqui-Info2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  display: none;
  border-radius: 16px;
}

.right-arrow {
  display: none;
  border-radius: 16px;
}

.slide-nav {
  display: none;
}

.slider-arqui {
  z-index: 0;
  width: 1200px;
  height: 700px;
  max-height: 700px;
  max-width: 1200px;
  border-radius: 16px;
}

.slide-3 {
  background-image: url('../images/Arqui-Info3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  border-radius: 16px;
}

.progress-wrap-2 {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1000;
  width: 46px;
  height: 46px;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.arrow {
  position: absolute;
  width: 46px;
  height: 46px;
  background-image: url('../images/Up-Arrow.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-4 {
  position: fixed;
  right: 2%;
  bottom: 3%;
}

.image-6 {
  background-color: transparent;
}

.link-to-top {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 999;
}

.title-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-wrapper-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  position: static;
  max-width: 1200px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.image-8 {
  max-width: none;
  border-style: solid;
  border-width: 1px;
  border-color: #f30000;
  border-radius: 10px;
}

.image-case-works {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.spacer-300px {
  height: 300px;
}

.image-mundocbd {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-6 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-works {
  width: auto;
  max-width: 100%;
}

.heading-11 {
  margin-right: 8px;
}

.link-to-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-to-works.project {
  max-width: 1026px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f2df;
}

.cta-nextcase {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f2df;
}

.div-block-7 {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}

.cta-wrapper {
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  background-color: #eee8d3;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.cta-wrapper:hover {
  background-color: #e6e0ca;
}

.cta-linkwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-linkwrapper:hover {
  background-color: transparent;
}

.cta-link {
  color: #21201e;
  font-size: 30px;
  line-height: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
}

.cta-link:hover {
  color: #f7f2df;
}

.link-block-5 {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-proximo {
  margin-right: 16px;
  color: #21201e;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
}

.text-span-13 {
  color: #fd4f05;
}

.div-slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.descricao-home {
  margin-top: 24px;
  color: #f7f2df;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-span-14 {
  color: #fd4f05;
}

.dot-available {
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 999px;
  background-color: #05fd8d;
}

.text-available {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f7f2df;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.text-available:hover {
  color: #fd4f05;
}

.text-available.dark {
  color: #21201e;
}

.logo-renan {
  width: 160px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.logo-renan:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-block-3 {
  color: #f7f2df;
  font-size: 13px;
}

.icon-map {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .content-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1-hero {
    font-size: 48px;
    line-height: 56px;
  }

  .h1-hero.aboutme {
    font-size: 38px;
    line-height: 46px;
  }

  .text-block {
    width: auto;
    max-width: 380px;
    margin-top: 40px;
  }

  .icons-hero {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icons-hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-bottom: 0px;
    justify-items: stretch;
  }

  .image-whatido {
    width: 720px;
  }

  .box-wrapper {
    max-width: 600px;
    margin-bottom: 80px;
  }

  .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spacer-24 {
    display: block;
  }

  .cases-ux-ui {
    height: auto;
  }

  .title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cover-image-case {
    max-width: 600px;
  }

  .case2 {
    margin-bottom: 80px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .master-container {
    max-width: 700px;
  }

  .navbar-desktop {
    display: none;
  }

  .grid-cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .caseproject {
    margin-bottom: 80px;
  }

  .case3 {
    margin-bottom: 80px;
  }

  .link-cover-case {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .link-cover-case:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content-whatido {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .space-section-about {
    width: 100%;
    height: 80px;
  }

  .navbar_mobile.dark {
    display: block;
    background-color: transparent;
    text-align: right;
  }

  .brand-2.w--current {
    margin-top: 32px;
  }

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

  .menu-button {
    display: block;
    margin-top: 16px;
    margin-right: 15px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    display: none;
    background-color: #21201e;
  }

  .nav-link-menu-dark {
    padding: 50px 40px;
    background-color: transparent;
    color: #f7f2df;
    font-size: 24px;
    text-align: right;
  }

  .aboutme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header {
    padding-bottom: 50px;
  }

  .title-case-interna {
    max-width: 450px;
    line-height: 52px;
  }

  .cover-col-marista {
    max-width: 680px;
  }

  .container-content-case {
    padding-right: 24px;
    padding-left: 24px;
  }

  .old-works {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-oldcase {
    margin-left: 0px;
  }

  .cover-selected-works {
    max-width: 600px;
  }

  .about-me {
    margin-bottom: 60px;
  }

  .image-full-case {
    max-width: 680px;
  }

  .image-full-case.slider {
    max-height: 397px;
  }

  .image-about-me {
    margin-right: 40px;
  }

  .gradient-wrapper {
    -webkit-filter: blur(180px);
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .slide {
    max-width: 680px;
  }

  .slider-arqui {
    max-height: none;
    max-width: 680px;
    background-color: transparent;
  }

  .mask {
    max-height: 397px;
    max-width: 680px;
  }

  .case-apostahub {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-confronto {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-projet {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-sysnet {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-alegra {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-vuelopharma {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-businessclassclub {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-engepe-as {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-wrapper {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .container-wrap-global {
    display: block;
  }

  .content-hero {
    top: 28%;
  }

  .h1-hero {
    max-width: 450px;
    font-size: 38px;
    line-height: 49px;
  }

  .h1-hero.aboutme {
    font-size: 38px;
    line-height: 37px;
  }

  .text-block {
    margin-top: 32px;
  }

  .icons-hero {
    width: 100%;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .icons-hero-wrapper {
    max-width: none;
  }

  .image-whatido {
    width: 520px;
  }

  .content-box {
    margin-left: 16px;
  }

  .cases {
    padding-top: 0px;
  }

  .cover-image-case {
    max-width: 480px;
  }

  .footer {
    height: 600px;
  }

  .content-wrapper {
    width: 450px;
    max-width: 550px;
    margin-left: 32px;
  }

  .navbar-desktop {
    display: none;
  }

  .caseproject {
    max-width: 500px;
  }

  .navbar_mobile {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .navbar_mobile.dark {
    display: block;
  }

  .brand-2 {
    position: static;
    width: auto;
    max-width: none;
    margin-top: 32px;
  }

  .brand-2.w--current {
    margin-left: 24px;
    padding-left: 0px;
  }

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

  .container-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .image-2 {
    margin-top: 0px;
    margin-left: 32px;
  }

  .menu-button {
    margin-top: 16px;
    margin-right: 15px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #21201e;
    color: #21201e;
  }

  .nav-link-menu-dark {
    padding: 50px 40px;
    color: #f7f2df;
    font-size: 24px;
  }

  .nav {
    padding: 40px;
    color: #f7f2df;
    font-size: 20px;
  }

  .nav-link-3 {
    padding: 40px;
    color: #f7f2df;
    font-size: 20px;
  }

  .aboutme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-dark {
    display: none;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
  }

  .cover-col-marista {
    max-width: none;
  }

  .image-case {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .cover-selected-works {
    max-width: 480px;
  }

  .text-aboutne {
    margin-bottom: 60px;
  }

  .icon-2 {
    color: #21201e;
    font-size: 40px;
  }

  .menu-button-2 {
    margin-top: 16px;
    margin-right: 16px;
  }

  .menu-button-2.w--open {
    background-color: #f7f2df;
  }

  .image-logo-dark {
    margin-top: 32px;
    margin-left: 24px;
  }

  .about-litgh {
    padding: 40px;
    color: #21201e;
    font-size: 20px;
    font-weight: 400;
  }

  .cases-ligth {
    padding: 40px 32px;
    font-size: 20px;
    font-weight: 400;
  }

  .contact-ligth {
    padding: 40px 32px;
    color: #21201e;
    font-size: 20px;
    font-weight: 400;
  }

  .nav-menu-ligth {
    background-color: #f7f2df;
  }

  .cursor {
    display: none;
  }

  .image-full-case {
    max-width: 500px;
  }

  .image-full-case.slider {
    max-height: 292px;
  }

  .circle {
    height: 80vh;
  }

  .slider-arqui {
    max-height: 292px;
    max-width: 500px;
  }

  .case-apostahub {
    max-width: 450px;
  }

  .spacer-300px {
    height: 200px;
  }

  .case-confronto {
    max-width: 450px;
  }

  .case-projet {
    max-width: 450px;
  }

  .case-sysnet {
    max-width: 450px;
  }

  .case-alegra {
    max-width: 450px;
  }

  .case-vuelopharma {
    max-width: 450px;
  }

  .case-businessclassclub {
    max-width: 450px;
  }

  .case-engepe-as {
    max-width: 450px;
  }

  .cta-wrapper {
    max-width: 500px;
  }

  .descricao-home {
    max-width: 390px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .hero-home {
    height: auto;
  }

  .image-bg {
    width: auto;
    height: 100vh;
  }

  .image-bg.about {
    height: 916px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .container-wrap-global {
    display: block;
    max-width: 320px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-hero {
    position: absolute;
    top: auto;
    margin-top: 40px;
  }

  .h1-hero {
    max-width: 310px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .h1-hero.cases-section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    text-align: left;
  }

  .h1-hero.aboutme {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 32px;
  }

  .text-block {
    width: auto;
    max-width: 310px;
    min-width: 0px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 28px;
  }

  .about-my-job {
    padding-top: 0px;
  }

  .lottie-animation {
    display: block;
  }

  .icons-hero {
    position: absolute;
    max-width: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .scroll-lottie {
    display: none;
  }

  .icons-hero-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    justify-items: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-whatido {
    width: 300px;
    max-width: none;
  }

  .content-box {
    margin-top: 0px;
    margin-left: 0px;
  }

  .content-box.process {
    margin-top: 0px;
  }

  .spacer-24 {
    display: block;
    max-width: 280px;
  }

  .cases {
    padding-top: 0px;
  }

  .title-wrapper {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cover-image-case {
    width: 280px;
  }

  .case2 {
    margin-bottom: 60px;
  }

  .cta-footer {
    max-width: 270px;
    margin-bottom: 0px;
    font-size: 60px;
  }

  .text-block-2 {
    max-width: 270px;
    font-size: 20px;
  }

  .content-wrapper {
    margin-left: 0px;
  }

  .navbar-desktop {
    display: none;
  }

  .grid-cases {
    margin-bottom: 0px;
  }

  .caseproject {
    margin-bottom: 60px;
  }

  .case3 {
    margin-bottom: 60px;
  }

  .link-cover-case {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .link-cover-case:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

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

  .aboutme-wrapper {
    top: 160px;
    height: 100%;
    max-width: 270px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 34px;
  }

  .space-section-about {
    display: none;
    height: 90px;
  }

  .space-section-about.none {
    display: none;
  }

  .navbar_mobile {
    display: block;
  }

  .navbar_mobile.dark {
    position: relative;
  }

  .navbar_mobile.light {
    position: relative;
  }

  .brand-2 {
    margin-top: 24px;
  }

  .brand-2.w--current {
    margin-top: 32px;
  }

  .image-2 {
    margin-top: 16px;
    margin-left: 16px;
  }

  .menu-button {
    margin-top: 16px;
    margin-right: 0px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

  .nav-menu {
    background-color: #21201e;
  }

  .nav-link-menu-dark {
    color: #f7f2df;
  }

  .nav-link-menu-dark:active {
    color: #fd4f05;
  }

  .nav-link-menu-dark:visited {
    color: #f7f2df;
  }

  .nav {
    color: #f7f2df;
  }

  .nav:active {
    color: #fd4f05;
  }

  .nav-link-3 {
    color: #f7f2df;
  }

  .nav-link-3:active {
    color: #fd4f05;
  }

  .aboutme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header {
    padding-bottom: 40px;
  }

  .navbar-dark {
    display: none;
  }

  .intro-case {
    margin-top: 24px;
  }

  .title-case-interna {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2px;
  }

  .paragraph-case-description {
    font-size: 15px;
  }

  .columns-3 {
    width: 310px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cover-col-marista {
    max-width: 280px;
  }

  .container-content-case {
    padding-right: 16px;
    padding-left: 16px;
  }

  .box-highlight {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button {
    margin-bottom: 0px;
  }

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

  .cover-selected-works {
    max-width: 280px;
  }

  .about-me {
    margin-bottom: 0px;
  }

  .menu-button-2 {
    margin-top: 8px;
    margin-right: 0px;
  }

  .image-logo-dark {
    margin-top: 0px;
    margin-left: 0px;
  }

  .brand-ligth {
    margin-top: 24px;
    margin-left: 16px;
  }

  .hp-hero-img-contain {
    width: 100%;
  }

  .img-parent.is-hero {
    height: 120em;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .card-whipe-heroimg {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .main-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.13em;
    padding-bottom: 2.13em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-hide-main-button {
    width: 4em;
    height: 4em;
    margin-left: 2em;
  }

  .image-full-case {
    max-width: 280px;
  }

  .image-full-case.slider {
    max-height: 164px;
  }

  .renan-martinelli-interface-designer {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
  }

  .image-about-me {
    display: block;
    width: 80%;
    margin-right: 0px;
    margin-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .slide {
    max-width: none;
  }

  .slider-arqui {
    max-height: 164px;
    max-width: 280px;
  }

  .mask {
    max-height: 164px;
    max-width: 280px;
  }

  .case-apostahub {
    max-width: 280px;
  }

  .spacer-300px {
    height: 100px;
  }

  .case-confronto {
    max-width: 280px;
  }

  .case-projet {
    max-width: 280px;
  }

  .case-sysnet {
    max-width: 280px;
  }

  .case-alegra {
    max-width: 280px;
  }

  .case-vuelopharma {
    max-width: 280px;
  }

  .case-businessclassclub {
    max-width: 280px;
  }

  .case-engepe-as {
    max-width: 280px;
  }

  .cta-wrapper {
    max-width: 280px;
  }

  .descricao-home {
    max-width: 280px;
    line-height: 24px;
  }
}

#w-node-_94b478f2-16ec-05ba-08b5-94747c46af56-fbbc8450 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_66b64c55-3701-d257-10b4-8fd1f7529da8-fbbc8450 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-acffbf4f-2b97-6320-8f24-894655171ad5-fbbc8450 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

