@font-face {
  font-family: Atypdisplay;
  src: url('../fonts/atypdisplay-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Atypdisplay;
  src: url('../fonts/atypdisplay-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sk Modernist Webfont;
  src: url('../fonts/sk-modernist-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sk Modernist Webfont;
  src: url('../fonts/sk-modernist-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sk Modernist Webfont;
  src: url('../fonts/sk-modernist-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --marrom: #424242;
  --white: white;
  --azul-antigo: #9bb4b9;
  --cinza: #9da2a6;
  --marrom-50: #42424280;
  --cinza-50: #9da2a680;
  --cinza-quente: #969696;
  --black: black;
  --amarelo: #dfd0b2;
  --bordô: #7f424d;
  --rosa-antigo: #d3adaa;
  --branco-65: #e8e8e8;
  --azul-queimado: #4a4c5a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--marrom);
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sk Modernist Webfont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: var(--marrom);
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.btn {
  color: var(--marrom);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 80px;
  width: 100%;
  max-width: 488px;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s, border .4s;
}

.btn:hover {
  border-color: var(--marrom);
  background-color: var(--marrom);
  color: #fff;
}

.btn:active {
  border-color: var(--azul-antigo);
  background-color: var(--azul-antigo);
}

.btn.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.btn.cc-contact-us {
  z-index: 5;
  position: relative;
}

.btn.btn-sold-out {
  width: auto;
  text-decoration: line-through;
}

.btn.opacity-0 {
  opacity: 0;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-wrap {
  border-bottom: 1px solid var(--marrom);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 20px;
  transition: border 3s;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 3;
  color: var(--marrom);
  background-color: #fff0;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .3s ease-in-out, color 3s;
  display: flex;
}

.navigation.text-white {
  background-color: #fff0;
  border-bottom-color: #ffffff80;
}

.navigation.colored {
  background-color: var(--white);
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--cinza);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: auto;
  padding-bottom: 40px;
  transition: color .4s;
  display: grid;
  position: relative;
  bottom: 0;
}

.footer-wrap.text-white {
  color: var(--white);
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.h1 {
  font-size: 3rem;
}

.h2 {
  font-size: 2.5rem;
}

.h3 {
  font-size: 2rem;
}

.h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1rem;
}

.h5.newsletter {
  font-size: 1.125rem;
}

.h6 {
  font-size: .8rem;
}

.page-home {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer {
  z-index: 3;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  margin-top: 190px;
  display: flex;
  position: relative;
}

.footer.gap-56 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.footer-social {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-newsletter {
  justify-content: flex-end;
  align-items: center;
  min-height: 42px;
  display: flex;
}

.footer-newsletter.centered-left-ls {
  justify-content: flex-start;
  align-items: center;
}

.obra-wrap {
  display: flex;
}

.obra-wrap.right {
  justify-content: flex-end;
}

.obra-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--marrom);
  flex-flow: column;
  align-items: flex-start;
  transition-property: none;
  display: flex;
}

.obra-block.mt--256 {
  margin-top: -256px;
}

.obra-block.mt-240 {
  margin-top: 240px;
}

.obra-block.mt--156 {
  margin-top: -156px;
}

.obra-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.obra-info-hide {
  min-height: 48px;
}

.page-padding {
  padding-left: 90px;
  padding-right: 90px;
}

.footer-links {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  display: flex;
}

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

.underline {
  text-decoration: underline;
}

.footer-top {
  background-color: var(--marrom-50);
  height: .8px;
}

.works_layout {
  grid-column-gap: 118px;
  grid-row-gap: 118px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 112px;
  display: grid;
}

.works_grid-images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.separator {
  background-color: var(--marrom-50);
  color: var(--cinza-50);
  height: .8px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.separator._20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.work-infos {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  max-width: 412px;
  padding-bottom: 56px;
  display: flex;
}

.sticky {
  position: sticky;
  top: 32px;
}

.wroks_sticky-anchor {
  position: relative;
}

._w-100 {
  width: 100%;
  margin-right: 42px;
}

.link-page {
  color: var(--cinza);
  text-align: center;
  font-family: Atypdisplay, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.link-page:lang(en) {
  text-decoration: line-through;
}

.link-page.w--current {
  text-decoration: none;
}

.page-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  font-size: 14px;
  display: flex;
}

.page-link-wrap.m-0 {
  margin-top: 0;
}

.exhibitions_layout {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.exhibitions_images {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 182px;
  display: grid;
}

.exhibition_p {
  margin-top: 60px;
  margin-bottom: 36px;
}

.exhibition_col-1 {
  flex-flow: column;
  display: flex;
}

.exhibition_short-gallery-desc {
  margin-top: auto;
}

.editins_layout {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.editions_col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.editions_img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.editions_img.second {
  opacity: 0;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.editions_img-hover {
  position: relative;
}

.margin-custom-112 {
  min-height: 112px;
}

.about_layout {
  grid-column-gap: 128px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_studios-img {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about_img-m {
  margin-top: 48px;
}

.cover {
  object-fit: cover;
}

.page-home-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.home_bg-img {
  z-index: -1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_bg-img.show {
  opacity: 1;
}

.home_bg-img.mobile, .js-loop-image-home {
  display: none;
}

.max-w-1920 {
  max-width: 1920px;
}

.html-menu-close {
  cursor: pointer;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form_contato-wrap {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 40px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.layer-menu-wrap {
  background-color: #0003;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layer-menu-wrap.menu-z-index--1 {
  z-index: -1;
}

.js-menu-home {
  display: none;
}

.menuopen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-link {
  color: var(--white);
  font-size: 2.25rem;
  text-decoration: none;
  transition: transform .3s ease-in-out, opacity .2s;
}

.menu-link:hover {
  color: var(--white);
  transform: skew(-15deg);
}

.vinicius {
  color: var(--cinza);
  letter-spacing: .15rem;
  font-family: Atypdisplay, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 2s;
}

.js-jquery {
  display: none;
}

.body-small {
  font-size: 1rem;
  line-height: 1.2;
}

.body-small.text-color-cinza-quente {
  font-size: .8rem;
  font-weight: 400;
}

.body-small.menu-tagline {
  font-style: italic;
}

.mobile-10 {
  font-size: .625rem;
}

.mobile-11 {
  font-size: .6875rem;
}

.mobile-12 {
  font-size: .75rem;
}

.text-color-cinza-quente {
  color: var(--cinza-quente);
}

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

.text-light {
  font-weight: 300;
}

.consult_form {
  background-color: var(--azul-antigo);
  opacity: 0;
  color: var(--white);
  border-radius: 20px;
  max-width: 488px;
  max-height: 0;
  margin-top: -42px;
  padding: 10px 28px 12px;
  transition: opacity .4s, max-height .6s;
  overflow: hidden;
}

.consult_form.show {
  opacity: 100;
  max-height: 500px;
}

.button-submit {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--azul-antigo);
  border-radius: 80px;
  padding: 8px 24px;
  transition: color .4s, background-color .4s;
}

.button-submit:hover {
  color: var(--white);
  background-color: #fff0;
}

.button-submit:active {
  border-color: var(--black);
  background-color: var(--black);
}

.button-submit.align-self-center {
  align-self: center;
}

.margin-custom-36 {
  height: 36px;
}

.submit-wrap {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.consult_input {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff80;
  padding-left: 0;
  padding-right: 0;
}

.hidden-label {
  display: none;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.checkbox {
  background-color: #0000;
  border-width: 1px;
  border-radius: 50%;
}

.checkbox.w--redirected-checked {
  border-color: var(--white);
  background-color: var(--azul-antigo);
}

.position-relative {
  position: relative;
}

.js-show-contact-form {
  display: none;
}

.unset-link-color {
  color: unset;
}

.form-newsletter {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  max-width: 342px;
  display: flex;
}

.newsletter_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--marrom-50);
  background-color: #fff0;
  height: 24px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.newsletter_input.cinza {
  border-bottom-color: var(--cinza-50);
  color: inherit;
  border-color: inherit;
}

.newsletter_input.white {
  border-bottom-color: var(--white);
}

.form-newsletter-arrow {
  background-color: #3898ec00;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}

.css-arrow-button-newsletter {
  display: none;
}

.form-newsletter-arrow-wrap {
  height: 24px;
  position: relative;
}

.success-message {
  background-color: #ddd0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.newsletter-form {
  margin-bottom: 0;
}

.page-contato {
  background-color: var(--azul-antigo);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.contato-wrap {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  display: flex;
}

.contato_form {
  background-color: var(--azul-antigo);
  color: var(--white);
  border-radius: 20px;
}

.margin-custom-24 {
  height: 24px;
}

.margin-custom-52 {
  height: 52px;
}

.text-white {
  color: var(--white);
}

.d-inline {
  display: inline;
}

.d-inline.toonbo.underline, .text-marrom {
  color: var(--marrom);
}

.link-footer {
  color: var(--marrom);
  font-family: Atypdisplay, sans-serif;
  font-weight: 500;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1), opacity .2s;
}

.link-footer:hover {
  transform: skew(-15deg);
}

.footer-wrap-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--cinza);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-bottom: 24px;
  transition: color .4s;
  display: grid;
}

.footer-wrap-home.text-white {
  color: var(--white);
}

.toonbo {
  text-decoration: underline;
  display: inline;
}

.sold-out {
  color: var(--marrom);
  background-color: #3898ec00;
  padding: 0;
  font-size: 1rem;
  text-decoration: line-through;
}

.mobile-social-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.mt-auto {
  margin-top: auto;
}

.tablet-only, .js-menu-pages {
  display: none;
}

.product-img {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  width: 100%;
}

.product-img.thumbnail {
  aspect-ratio: 3 / 5;
}

.obras-section-grid {
  grid-column-gap: 6.1rem;
  grid-row-gap: 5.4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-anchor {
  width: 100%;
  position: fixed;
  inset: 0 0 auto;
}

.navbar-anchor.colored {
  background-color: var(--white);
  transition: background-color .3s ease-in-out;
}

.navbar-section {
  z-index: 50;
  width: 100%;
  height: 72px;
  position: fixed;
  overflow: visible;
}

.body-extra-small {
  font-size: .875rem;
  line-height: 1.2;
}

.about_viniciusparisi {
  width: 180px;
}

.empty-gallery {
  display: none;
}

.verificar-disponibilidade_wrap {
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.slider-dots {
  display: none;
}

.svg-arrow {
  position: absolute;
  top: 5px;
}

.margin-custom-12 {
  height: 12px;
}

.h-100 {
  height: 100%;
}

.video_group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.preloader {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preload__star {
  width: 205px;
}

.max-w-1440-works {
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-wrap {
  padding-top: 132px;
}

.contato_studio-vparisi {
  font-size: 1.25rem;
}

.contato_infos {
  font-size: 18px;
}

.success-message-2 {
  background-color: #ddd0;
}

.success-message-2.left {
  text-align: left;
}

.error-message {
  background-color: var(--amarelo);
}

.video_description-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.menu-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.menu-links-grid {
  grid-column-gap: 300px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.projetos_description-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.projetos_img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.projetos_img.second {
  opacity: 0;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.projetos_img-hover {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--marrom);
  flex-flow: column;
  display: flex;
  position: relative;
}

.projeto-hero-imagem {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.projeto-info-big-block {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
}

.projetos_images {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.locales_wrap.hide-mobile-landscape {
  height: 20px;
  overflow: visible;
}

.locales-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-bottom: 8px;
  display: flex;
}

.locale_bandeira {
  width: 20px;
  height: auto;
}

.locale {
  font-weight: 700;
}

.fale-conosco-link {
  color: var(--marrom);
  flex: none;
  display: block;
}

.projetos-infos {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  display: flex;
}

.fale-conosco-projetos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.projetos-infos-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  max-width: 412px;
  display: flex;
}

.localization-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.language-selector {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.language-selector:hover {
  color: var(--white);
}

.language-selector.w--current {
  display: none;
}

.language-selector.black {
  color: var(--marrom);
}

.language-selector.current {
  color: var(--cinza);
  transition: color 2s;
}

.dropdown-list {
  background-color: #b89090;
}

.dropdown-list.w--open {
  background-color: var(--marrom);
  padding-top: 0;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 24px;
}

.dropdown-toggle.w--open {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.underline-inline {
  text-decoration: underline;
  display: inline;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .btn {
    justify-content: center;
  }

  .btn.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

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

  .footer {
    z-index: 1;
  }

  .footer.gap-56 {
    margin-top: 112px;
  }

  .footer-social {
    border-bottom: 1px solid var(--cinza);
    padding-bottom: 0;
  }

  .footer-social.no-borders {
    border-bottom-style: none;
  }

  .footer-social.border-white {
    border-bottom-color: var(--white);
  }

  .footer-social.with-pad-bottom {
    padding-bottom: 36px;
  }

  .obra-wrap, .obra-wrap.right {
    justify-content: center;
  }

  .obra-block.mt--256, .obra-block.mt-240, .obra-block.mt--156 {
    margin-top: 0;
  }

  .obra-info.pad, .page-padding {
    padding-left: 36px;
    padding-right: 36px;
  }

  .page-padding.padding-tblt-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .works_layout {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .ls-only {
    display: none;
  }

  .form_contato-wrap {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    justify-content: space-between;
    max-width: 100%;
  }

  .menu-links {
    grid-column-gap: 200px;
    justify-items: stretch;
    margin-top: auto;
  }

  .page-contato.page-padding {
    height: auto;
    min-height: 100vh;
  }

  .footer-wrap-home {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mobile-social-wrap {
    text-align: center;
    margin-top: 96px;
    margin-bottom: 80px;
  }

  .tablet-only {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .obras-section-grid {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .menu-links-grid {
    grid-column-gap: 200px;
    justify-items: stretch;
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    width: auto;
  }

  .navigation.colored.page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .h4.small-screen-mobile-12, .h5, .h5.newsletter {
    font-size: .75rem;
  }

  .footer.gap-56 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .footer-social.ls-only {
    display: none;
  }

  .footer-newsletter.centered-left-ls {
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
  }

  .obra-block {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .page-padding {
    padding-left: 36px;
    padding-right: 36px;
  }

  .page-padding.padding-mobwide-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .works_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
  }

  .works_grid-images {
    display: none;
  }

  .separator, .separator._20 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .work-infos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .wroks_sticky-anchor {
    padding-left: 36px;
    padding-right: 36px;
  }

  .link-page {
    font-size: 11px;
  }

  .page-link-wrap.hide-mobile {
    display: none;
  }

  .exhibitions_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.25fr;
  }

  .exhibitions_images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .exhibition_p {
    margin-top: 24px;
  }

  .exhibition_short-gallery-desc {
    display: none;
  }

  .editins_layout {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1.25fr;
  }

  .editions_col {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .margin-custom-112 {
    min-height: 64px;
  }

  .about_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.25fr;
  }

  .about_studios-img {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .about_img-m {
    margin-top: 0;
  }

  .page-home-content.page-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home_bg-img.mobile {
    display: block;
  }

  .home_bg-img.desk {
    display: none;
  }

  .form_contato-wrap {
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    padding-left: 28px;
    padding-right: 28px;
  }

  .menu-links {
    grid-column-gap: 120px;
    width: auto;
    margin-top: 20vh;
  }

  .menu-link {
    font-size: 1.5rem;
  }

  .vinicius {
    font-size: .93rem;
  }

  .body-small {
    font-size: .625rem;
  }

  .body-small.verificar {
    font-size: 12px;
  }

  .body-small.contato {
    font-size: .875rem;
  }

  .body-small.menu-tagline {
    font-size: .9375rem;
    font-style: italic;
  }

  .mobile-12 {
    font-size: .625rem;
  }

  .consult_form {
    margin-top: -34px;
  }

  .form-newsletter {
    width: 100%;
    max-width: none;
  }

  .newsletter_input.white {
    border-bottom-color: var(--white);
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form.center {
    width: auto;
  }

  .contato-wrap {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    margin-top: 64px;
  }

  .link-footer, .sold-out {
    font-size: .75rem;
  }

  .mobile-social-wrap {
    margin-top: 8vh;
    margin-bottom: 4vh;
  }

  .obras-section-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .body-extra-small {
    font-size: .625rem;
  }

  .about_viniciusparisi {
    width: 140px;
  }

  .slider-dots {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-wrap {
    padding-top: 92px;
  }

  .page-wrap.trabalho {
    padding-top: 62px;
  }

  .contato_studio-vparisi {
    font-size: .975rem;
  }

  .contato_infos {
    font-size: 12px;
  }

  .md-only {
    display: none;
  }

  .menu-links-grid {
    grid-column-gap: 120px;
    width: auto;
    margin-top: 20vh;
  }

  .projetos_img-hover {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .projeto-hero-imagem {
    aspect-ratio: 16 / 9;
  }

  .projetos_images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .projetos-infos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .fale-conosco-projetos {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .projetos-infos-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .footer-newsletter.center {
    align-self: stretch;
  }

  .page-padding {
    padding-left: 28px;
    padding-right: 28px;
  }

  .separator {
    margin-top: 16px;
  }

  .menu-links {
    grid-column-gap: 50px;
    grid-row-gap: 120px;
  }

  .consult_form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-submit {
    border: 1px solid var(--white);
  }

  .button-submit:hover {
    color: var(--white);
    background-color: #fff0;
  }

  .submit-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .newsletter_input {
    border-bottom-color: var(--marrom-50);
  }

  .menu-links-grid {
    grid-column-gap: 50px;
    grid-row-gap: 10vh;
    margin-top: 14vh;
  }

  .menu-links-grid.mt-auto {
    margin-top: 12vh;
  }
}

#w-node-e1c44c36-a56f-11f1-a811-254629daf845-6f0f4550, #w-node-_9deba902-f967-c180-8a52-5d3b1d9c3b57-7b9a2b9e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_12c722e1-5561-a465-f553-86b440437018-60b6e3f9 {
  justify-self: end;
}

#w-node-c71a8c47-5a7e-b85b-b60d-a7c4e89fdd12-7601bfb5, #w-node-_46351209-4442-0a66-8bff-63d6ef6b75f2-7601bfb5, #w-node-_63f279f5-558d-9c90-f5de-a2300e5c0843-7601bfb5 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_50977b3e-6a4e-b7fb-b98e-4d6f770365dc-7601bfb5 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d9de199a-8f0e-d5e3-c8ac-20ddc786058e-7601bfb5 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-ecf02dac-ba56-9fc9-4747-f7f3398f9944-7601bfb6 {
  justify-self: end;
}

#w-node-_51bbb7d3-3952-3595-9a50-109a74fed976-7601bfbc, #w-node-ff352193-104c-96be-8831-92bd48bb12f9-7601bfbd, #w-node-ff352193-104c-96be-8831-92bd48bb12f9-7601bfbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_563ad681-13c9-4f55-84a2-db0160b6e40d-60b6e3f9, #w-node-ecf02dac-ba56-9fc9-4747-f7f3398f993d-7601bfb6 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c71a8c47-5a7e-b85b-b60d-a7c4e89fdd12-7601bfb5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50977b3e-6a4e-b7fb-b98e-4d6f770365dc-7601bfb5 {
    grid-row: 3 / 4;
  }

  #w-node-d9de199a-8f0e-d5e3-c8ac-20ddc786058e-7601bfb5 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_51bbb7d3-3952-3595-9a50-109a74fed976-7601bfbc, #w-node-ff352193-104c-96be-8831-92bd48bb12f9-7601bfbd, #w-node-ff352193-104c-96be-8831-92bd48bb12f9-7601bfbe {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_238de225-5d5b-3a81-6ad4-f13f031e8eaa-6f0f4550, #w-node-_9deba902-f967-c180-8a52-5d3b1d9c3b52-7b9a2b9e {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/atypdisplay-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/atypdisplay-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypdisplay';
  src: url('../fonts/atypdisplay-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sk Modernist Webfont';
  src: url('../fonts/sk-modernist-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sk Modernist Webfont';
  src: url('../fonts/sk-modernist-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sk Modernist Webfont';
  src: url('../fonts/sk-modernist-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.locales_wrap{
    display:none !important;
}