html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
:root {
  --smooth: cubic-bezier(0.49, 0, 0.45, 1);
}
*::-moz-selection {
  background: #fff;
  color: #111;
}
*::selection {
  background: #fff;
  color: #111;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #000;
}
.body--clipping {
  overflow: hidden;
}
@media screen and (max-width: 1023px), screen and (max-height: 599px) {
  body {
    padding: 0;
    overflow: auto;
  }
}
.share__item--facebook:after,
.share__item--twitter:after,
.share__item--whatsapp:after,
.share__item--linkedin:after,
.share__item--email:after {
  line-height: 1em;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Mono';
  src: url("../fonts/PTMono-Bold.woff2") format('woff2'), url("../fonts/PTMono-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PT Mono';
  src: url("../fonts/PTMono-Regular.woff2") format('woff2'), url("../fonts/PTMono-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'PT Mono', sans-serif;
  color: #fff;
  font-size: 12px;
}
.breadcrumb {
  display: flex;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none;
  letter-spacing: 0.5px;
}
.breadcrumb__item {
  margin-right: 5px;
}
.breadcrumb__item:after {
  content: ' > ';
}
.breadcrumb__item:last-child:after {
  content: '';
}
.breadcrumb__link {
  color: #fff;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: inline;
    line-height: 1.2;
    font-size: 9px;
  }
  .breadcrumb__item {
    display: inline;
    margin-right: 0;
  }
}
.bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bullets__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  margin: 0 5px;
  border: 1px solid $cinza;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.bullets__item:hover {
  border-color: #888;
  background-color: #888;
}
.bullets__item--current {
  border-color: #fff;
  background-color: #fff;
}
.button {
  display: inline-flex;
  min-height: 50px;
  min-width: 240px;
  align-items: center;
  justify-content: center;
  padding: 2px 25px 0;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.3);
  text-align: center;
  margin: 0;
  letter-spacing: 0.365em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent;
  transition: all 200ms ease;
}
.button:hover {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.button--email:after {
  content: '';
  width: 20px;
  height: 14px;
  margin-left: 10px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/icon-mail.png") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.button--email:hover:after {
  filter: brightness(0);
}
.button--whatsapp:after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/icon-whatsapp.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
.button--whatsapp:hover:after {
  filter: brightness(0);
}
@media only screen and (max-width: 1279px) {
  .button {
    min-height: 45px;
    padding: 2px 35px 0;
  }
}
.container {
  max-width: 1542px;
  width: 82%;
  margin: 0 auto;
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px), screen and (max-height: 599px) {
  .content {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    align-items: center;
    height: 100%;
    padding: 50px 5%;
    box-sizing: border-box;
  }
}
@media screen and (min-aspect-ratio: 101/100) and (max-height: 599px) {
  .content {
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    height: 100vh;
  }
}
.description {
  color: $cinzaescuro3;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 2.2;
}
.description strong {
  color: #000;
}
.description p {
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 1439px) {
  .description {
    font-size: 15px;
  }
  .description p {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 1279px) {
  .description {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .description {
    letter-spacing: 0;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .description {
    font-size: 13px;
    line-height: 1.5;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  border-top: 1px solid #333;
  padding-left: 100px;
}
.footer__logo.logo {
  margin-right: auto;
  background-image: url("/assets/img/logo-small.svg");
  background-size: contain;
}
.footer__email.button {
  border: none;
  height: 100px;
  padding: 0 50px;
  border-left: 1px solid #333;
  text-transform: lowercase;
}
.footer__email.button:hover {
  color: #fff;
  cursor: text;
  background: transparent;
}
.footer__social.social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-left: 1px solid #333;
  height: 100px;
  width: 250px;
}
.footer__social.social .social__link:first-child {
  margin-right: 15px;
}
@media only screen and (max-width: 1439px) {
  .footer__social.social,
  .footer__email,
  .footer {
    height: 90px;
  }
  .footer__logo.logo {
    width: 133px;
    height: 23px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__social.social {
    width: 150px;
  }
  .footer__email.button {
    padding: 0 20px;
    letter-spacing: 1px;
    min-width: auto;
    font-size: 11px;
  }
  .footer {
    padding-left: 0;
  }
  .footer__logo.logo {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-left: 0;
  }
  .footer__logo.logo {
    margin: 0 20px;
  }
  .footer__social.social {
    width: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .footer__email.button {
    display: none;
  }
  .footer__logo.logo {
    margin: 0 auto;
  }
  .footer__social.social {
    padding: 0 40px;
  }
}
.form__header {
  margin-bottom: 30px;
  font-size: 14px;
}
.form__body {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr;
}
.form__fields {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.form__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
}
.form__obs {
  font-size: 12px;
  padding-right: 5%;
  line-height: 1.3;
}
.form__error {
  font-size: 16px;
  color: $vermelho;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form__fields {
    grid-template-columns: 1fr;
  }
}
.header {
  position: absolute;
  z-index: 15;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3% calc(3vw + 15px) 0;
  transform: translateX(-300px);
  opacity: 0;
  transition: all 300ms var(--smooth);
  transition-delay: 0;
}
.header__whatsapp {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 300ms var(--smooth) 1550ms, transform 300ms var(--smooth) 1500ms;
}
body.animate .header__whatsapp {
  transform: translateX(0);
  opacity: 1;
}
body.animate .header {
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .header {
    padding-top: 5%;
  }
  .header__whatsapp.button {
    position: absolute;
    top: calc(94vh - 45px);
    right: 5%;
    min-width: auto;
    padding: 0;
    border-radius: 50px;
    height: 45px;
    width: 45px;
  }
  .header__whatsapp.button:after {
    margin-left: 0;
  }
  .header__whatsapp.button span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: 8vw;
  }
  .header__whatsapp.button {
    right: 10vw;
    top: calc(94vh - 45px);
  }
}
.input {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 45px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid $vermelho;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.input--file {
  border-bottom: none;
}
.input--has-error {
  border-color: $error-color;
}
.input--has-error .input__error {
  display: block;
}
.input--active .input__label {
  transform: translateY(-20px);
  transform-origin: left;
  font-size: 14px;
}
.input--active textarea.input__field {
  height: 120px;
  padding-bottom: 5px;
}
.input--select {
  position: relative;
}
.input--select .input__field {
  padding: 0 2px;
  background: #000;
}
.input--select:before {
  content: '';
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: transparent url("/assets/img/icon-dropdown.svg") no-repeat center center;
  background-size: 10px auto;
  pointer-events: none;
}
.input--file {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
.input--file .input__label {
  position: static;
  margin-left: 5px;
  transform: none;
}
.input--file .input__field {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
.input__attach {
  display: inline-block;
  max-width: 300px;
  font-size: 18px;
  color: #888;
  border: none;
  cursor: pointer;
  font-family: 'PT Mono', sans-serif;
  font-weight: 500;
  text-decoration: underline;
  background-color: transparent;
  transition: all 150ms ease;
}
.input__attach:hover {
  color: #fff;
}
.input__filename {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
.input__filename:before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/icon-check.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  display: inline-block;
  transform: translateY(3px);
}
.input__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  border-radius: 100%;
  margin-left: 5px;
  transition: background-color 150ms ease;
}
.input__remove:hover {
  background-color: $vermelho;
}
.input__remove:hover:after,
.input__remove:hover:before {
  background-color: #fff;
}
.input__remove:before,
.input__remove:after {
  position: absolute;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: $vermelho;
  transition: background-color 150ms ease;
}
.input__remove:before {
  transform: rotate(45deg);
}
.input__remove:after {
  transform: rotate(-45deg);
}
.input__file {
  display: none;
}
.input__error {
  display: none;
  position: absolute;
  bottom: -20px;
  right: 0;
  color: $vermelho;
  font-size: 10px;
  font-weight: 600;
  text-align: right;
}
.input__label {
  display: block;
  position: absolute;
  top: 5px;
  left: 1px;
  color: $cinzafrio;
  font-family: 'PT Mono', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 150ms ease;
}
.input__field {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 2px;
  box-sizing: border-box;
  border: none;
  font-size: 22px;
  color: $cinzaclaro;
  background: transparent;
  font-weight: 600;
  outline: none;
  transition: all 150ms ease;
}
textarea.input__field {
  height: 45px;
  padding-top: 15px;
  resize: none;
  font-family: 'PT Mono', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
select.input__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
  background-color: transparent;
}
@media $medim {
  .input__label {
    font-size: 16px;
  }
  .input__field {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .input.has-error .help-block.form-error {
    right: 0;
  }
}
.logo {
  display: block;
  width: 153px;
  height: 26px;
  margin: 0;
  display: block;
  border: 0;
  background: transparent url("/assets/img/logo.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 1023px), screen and (max-height: 599px) {
  .logo {
    width: 120px;
    height: 20px;
    background-size: contain;
  }
}
.media {
  position: relative;
  grid-column: 2;
  cursor: pointer;
  overflow: hidden;
}
.media:before {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 5;
  font-size: 32px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.media:before {
  background-color: #fff;
}
.media:hover:before {
  opacity: 1;
  background-color: #888;
}
.media:hover .media__img {
  transform: scale(1.05);
}
.media__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 1.5s ease;
}
.media__caption {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-size: 600;
  color: $cinzaescuro;
}
.media__caption:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #888;
}
.nav {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: 90px;
}
.nav__list {
  display: flex;
  pointer-events: all;
}
.nav__item {
  display: flex;
  margin: 0 30px;
}
.nav__item--mobile {
  display: none;
}
.nav__link {
  position: relative;
  padding: 10px 0;
  min-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 400;
  font-family: 'PT Mono', sans-serif;
  text-decoration: none;
  transition: all 100ms ease;
}
.nav__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  visibility: hidden;
  transform-origin: 0 0;
  transform: scaleX(0);
  transition: all 300ms cubic-bezier(0.71, -0.03, 0.23, 1.11) 0s;
}
.nav__link:hover:before {
  visibility: visible;
  transform: scaleX(1) !important;
}
.nav__menu {
  display: none;
}
.nav__close {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all 0.15s ease;
  z-index: -1;
}
.nav--open:before {
  opacity: 1;
}
.nav--open .nav__list {
  transform: translateX(0);
}
.nav--open .nav__close {
  z-index: 29;
  pointer-events: auto;
  opacity: 1;
  transition: all 300ms 300ms ease;
}
.nav--open .nav__menu {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1279px) {
  .nav {
    margin-left: 50px;
  }
  .nav__item {
    margin: 0 20px;
  }
  .nav__link {
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .nav {
    padding: 0;
    margin-right: 0;
  }
  .nav__menu {
    opacity: 1;
    pointer-events: auto;
    transition: all 300ms ease;
    margin-right: 0;
  }
  .nav__menu,
  .nav__close {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 60px;
    height: 60px;
    border-radius: 50px;
  }
  .nav__menu span,
  .nav__close span {
    display: none;
  }
  .nav__bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 4px 0;
    border-radius: 2px;
    background-color: #fff;
  }
  .nav__bar:nth-of-type(2) {
    width: 20px;
  }
  .nav__close {
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 30;
    opacity: 0;
  }
  .nav__close:before,
  .nav__close:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5px 0 0 -10px;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.2s ease;
    pointer-events: none;
  }
  .nav__close:before {
    transform: rotate(45deg);
  }
  .nav__close:after {
    transform: rotate(-45deg);
  }
  .nav__close:hover:before {
    transform: rotate(0);
  }
  .nav__close:hover:after {
    transform: rotate(0);
  }
  .nav__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    pointer-events: none;
  }
  .nav__list {
    z-index: 29;
    top: 0;
    right: 0;
    width: 100vw;
    min-height: -webkit-fill-available;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0 10vw 10vh;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    background: linear-gradient(212deg, #222 0%, #000 99%);
    transform: translateX(100vw);
    transition: all 300ms cubic-bezier(0.49, 0, 0.45, 1);
  }
  .nav__list:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent url("/assets/img/menu-line2.svg") no-repeat center center;
    background-size: 100% 100%;
    opacity: 0.3;
    transform: scaleX(-1);
    pointer-events: none;
  }
  .nav__item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .nav__item--mobile {
    display: flex;
  }
  .nav__link {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    color: #fff;
  }
  .nav__link:before {
    display: none;
  }
  .nav__link:hover {
    color: inherit;
    text-decoration: none;
    background: none;
  }
  .nav--open .nav__close {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .nav__menu {
    margin-top: -20px;
    margin-right: -5vw;
  }
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.overlay--active {
  opacity: 1;
  pointer-events: all;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__action {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid $cinza2;
}
.pagination__action span {
  display: none;
}
.pagination__action:first-child {
  margin-right: 15px;
}
.pagination__action:before,
.pagination__action:after {
  content: '';
  display: block;
  width: 3px;
  height: 11px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5.5px 0 0 -1.5px;
  background-color: #fff;
}
.pagination__action:hover {
  border-color: #fff;
  background-color: #888;
}
.pagination__action:hover:before,
.pagination__action:hover:after {
  background-color: #fff;
}
.pagination__prev:before {
  transform: rotate(45deg) translateY(-2px) translateX(-3px);
}
.pagination__prev:after {
  transform: rotate(-45deg) translateY(2px) translateX(-3px);
}
.pagination__next:before {
  transform: rotate(45deg) translateY(2px) translateX(3px);
}
.pagination__next:after {
  transform: rotate(-45deg) translateY(-2px) translateX(3px);
}
.share {
  display: flex;
  width: 0;
  height: 40px;
  z-index: 12;
  transition: width 500ms ease;
  overflow: hidden;
}
.share--active {
  width: 100%;
}
.share__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 288px;
}
.share__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 14px;
  transition: all 300ms ease;
}
.share__item--facebook {
  background-color: #3b5999;
}
.share__item--facebook:after {
  content: "\f09a";
}
.share__item--facebook:hover {
  background-color: #293e6b;
}
.share__item--twitter {
  background-color: #55acee;
}
.share__item--twitter:after {
  content: "\f099";
}
.share__item--twitter:hover {
  background-color: #157ece;
}
.share__item--whatsapp {
  background-color: #25d366;
}
.share__item--whatsapp:after {
  content: "\f232";
}
.share__item--whatsapp:hover {
  background-color: #1a9447;
}
.share__item--linkedin {
  background-color: #0077b5;
}
.share__item--linkedin:after {
  content: "\f0e1";
}
.share__item--linkedin:hover {
  background-color: #00537f;
}
.share__item--email {
  background-color: #fff;
}
.share__item--email:after {
  content: "\f0e0";
}
.share__item--email:hover {
  background-color: #b3b3b3;
}
.social {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 5px 0;
  border-radius: 30px;
  background-color: #fff;
}
.social__link:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
}
.social__link--instagram {
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 300ms var(--smooth) 450ms, opacity 300ms var(--smooth) 450ms;
}
.social__link--vimeo {
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 300ms var(--smooth) 600ms, opacity 300ms var(--smooth) 600ms;
}
.social__link--instagram:after {
  background-image: url("/assets/img/icon-instagram.svg");
}
.social__link--vimeo:after {
  background-image: url("/assets/img/icon-vimeo.svg");
}
.social__link--instagram:hover {
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.social__link--vimeo:hover {
  background-color: #00adef;
}
.social__link:hover:after {
  filter: brightness(0) invert(1);
}
.social__link span {
  display: none;
}
body.animate .social__link--instagram {
  transform: translateY(0);
  opacity: 1;
}
body.animate .social__link--vimeo {
  transform: translateY(0);
  opacity: 1;
}
.aside {
  position: absolute;
  top: auto;
  left: calc(3% + 15px);
  height: 100%;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  padding: 12% 0 16%;
  box-sizing: border-box;
}
.aside__user {
  position: relative;
  width: 15px;
  height: 110px;
  align-self: end;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 300ms var(--smooth);
  transition-delay: 750ms;
}
.aside__user em {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  font-style: normal;
  transform: rotate(-90deg);
  transform-origin: top left;
}
.aside__slogan {
  position: relative;
  width: 15px;
  height: 110px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 300ms var(--smooth);
  transition-delay: 200ms;
}
.aside__slogan em {
  position: absolute;
  bottom: -14px;
  left: 0;
  display: block;
  font-style: normal;
  transform: rotate(-90deg);
  transform-origin: top left;
  position: absolute;
  white-space: nowrap;
}
.aside__social {
  transform: translateX(-5px);
}
body.animate .aside__slogan {
  transform: translateY(0px);
  opacity: 1;
}
body.animate .aside__user {
  transform: translateY(0px);
  opacity: 1;
}
@media only screen and (max-width: 1279px) {
  .aside {
    padding: 14% 0 20%;
  }
}
@media only screen and (max-width: 1023px) {
  .aside {
    padding: 32% 0 28%;
  }
  .aside__slogan {
    align-self: end;
  }
  .aside__user {
    align-self: start;
  }
}
@media $medium, screen and (max-height: 599px) {
  body.animate .aside__username {
    transform: rotate(-90deg) translateX(140px);
  }
}
.banner {
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  height: 100vh;
  font-family: 'PT Mono';
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
}
.banner__explore {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 8vw;
  height: 100px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 300ms var(--smooth) 1250ms, transform 300ms var(--smooth) 1250ms;
}
.banner__explore span {
  display: none;
}
.banner__explore:after {
  content: '';
  position: absolute;
  top: -25px;
  left: calc(3vw + 15px);
  width: 16px;
  height: 96px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/arrow-down.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 200ms ease;
}
.banner__explore:hover:after {
  top: -20px;
}
.banner__title {
  position: absolute;
  top: 50%;
  left: calc(50% + 60px);
  display: flex;
  align-items: center;
  width: calc(50% - 60px);
  height: 20px;
  transform: translateX(60px) translateY(-12px);
  margin: 0;
  font-size: 18px;
  letter-spacing: 3px;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 300ms var(--smooth) 1100ms, transform 300ms var(--smooth) 1100ms;
}
.banner__title:after {
  content: '';
  width: 100%;
  height: 1px;
  margin-left: 30px;
  background-color: rgba(255,255,255,0.7);
  transform: translateX(50px);
  transition: opacity 300ms var(--smooth) 1250ms, transform 300ms var(--smooth) 1250ms;
}
body.animate .banner__explore {
  opacity: 1;
  transform: translateY(0);
}
body.animate .banner__title {
  opacity: 1;
  transform: translateY(-12px) translateX(0);
}
body.animate .banner__title:after {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .banner__title {
    position: static;
    width: auto;
    margin-top: 1em;
  }
  .banner__title:after {
    display: none;
  }
  .banner__aside {
    display: none;
  }
}
@media $medium, screen and (max-height: 599px) {
  .banner__title {
    z-index: 9;
    top: auto;
    bottom: 58px;
    left: calc(50% + 50px);
    width: auto;
    font-size: 16px;
    white-space: pre-wrap;
  }
  .banner__title::after {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .banner__title {
    font-size: 14px;
    left: calc(50% + 40px);
  }
}
@media screen and (min-aspect-ratio: 101/100) and (max-height: 599px) {
  .banner__title {
    top: 50%;
  }
}
.clientes__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10vh 0 20vh;
}
.clientes__title {
  letter-spacing: 0.75em;
  text-transform: uppercase;
  font-size: 16px;
  color: #888;
  font-weight: normal;
  line-height: 2;
}
.clientes__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 66%;
  list-style: none;
}
.clientes__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 150px;
}
.clientes__img {
  width: 100%;
  filter: grayscale(1) brightness(70%);
  transition: all 300ms ease;
}
.clientes__img:hover {
  filter: none;
}
@media only screen and (max-width: 1439px) {
  .clientes__title {
    letter-spacing: 1.5em;
  }
}
@media only screen and (max-width: 1279px) {
  .clientes__title {
    letter-spacing: 1em;
  }
  .clientes__container {
    padding-top: 1vh;
  }
}
@media only screen and (max-width: 1023px) {
  .clientes__container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }
  .clientes__title {
    margin-bottom: 5vh;
  }
  .clientes__list {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .clientes__title {
    letter-spacing: 0.5em;
  }
  .clientes__item {
    max-height: 120px;
  }
  .clientes__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contato {
  position: relative;
  background: transparent url("/assets/img/contato-bg.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.contato:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: transparent url("/assets/img/av-mask.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
}
.contato__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 30vh 4%;
}
.contato__title {
  font-size: 68px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
}
.contato__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  margin: 1em auto;
}
.contato__endereco {
  font-style: normal;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 5vh;
}
.contato__endereco strong {
  position: relative;
  display: block;
  padding: 0 0 1em;
  margin-bottom: 1em;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #fff;
}
.contato__endereco strong:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 33px;
  height: 2px;
  background-color: #444;
}
.contato__endereco a {
  color: #fff;
  text-decoration: none;
}
.contato__email.button,
.contato__telefone.button {
  width: 380px;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}
.contato__email.button span,
.contato__telefone.button span {
  margin-left: 10px;
}
.contato__email.button:after,
.contato__telefone.button:after {
  margin-left: 25px;
}
.contato__email.button {
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .contato__title {
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 1439px) {
  .contato__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .contato__container {
    grid-template-columns: 1fr;
    padding: 20vh 0;
  }
  .contato__main {
    max-width: none;
    margin-top: 10vh;
  }
}
@media only screen and (max-width: 767px) {
  .contato__title {
    font-size: 30px;
  }
  .contato__email.button,
  .contato__telefone.button {
    width: auto;
    min-width: auto;
  }
  .contato__email.button span,
  .contato__telefone.button span {
    display: none;
  }
  .contato__container {
    padding: 15vh 0;
  }
}
@media only screen and (max-width: 479px) {
  .contato__title {
    font-size: 26px;
  }
  .contato__title br {
    display: none;
  }
  .contato__endereco br {
    display: none;
  }
}
#lottie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100vw;
  height: 100vh;
  transition: all 100ms cubic-bezier(1, 0.01, 0.05, 1);
}
.play {
  position: relative;
  z-index: 9;
  min-width: 64px;
  height: 64px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/icon-play.svg") no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  opacity: 0;
  transform: scale(1);
  transition: opacity 300ms var(--smooth) 1350ms, transform 300ms var(--smooth) 0ms;
}
.play:hover {
  transform: scale(1.25);
}
body.animate .play {
  opacity: 1;
}
.portfolio {
  overflow: hidden;
}
.portfolio__container {
  padding: 20vh 0 10vh;
}
.portfolio__container .splide__track {
  overflow: visible;
}
.portfolio__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10vh;
}
.portfolio__title {
  letter-spacing: 1.5em;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: #888;
}
.portfolio__more {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.portfolio__more:after {
  content: '';
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border-radius: 30px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/icon-vimeo-outline.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
  overflow: hidden;
}
.portfolio__more:hover {
  opacity: 1;
}
.portfolio__list {
  display: flex;
  width: 100%;
  list-style: none;
}
.portfolio__item {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.portfolio__subtitle {
  margin-top: 2em;
  font-size: 14px;
  color: #888;
  line-height: 1.4;
  min-height: 40px;
}
.portfolio__play {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.portfolio__play:after {
  content: '';
  position: absolute;
  min-width: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  display: block;
  border: 0;
  background: transparent url("/assets/img/icon-play.svg") no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  overflow: hidden;
  transform: scale(0.85);
  transition: all 300ms ease;
}
.portfolio__play:hover:after {
  transform: scale(1.1);
}
.portfolio__play:hover .portfolio__img {
  filter: none;
}
.portfolio__img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
  transition: all 300ms ease;
}
.portfolio__pagination {
  position: relative;
  display: flex;
  align-items: center;
  width: 164px;
  margin-top: 8vh;
}
.portfolio__pagination:after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -0.5px;
  margin-top: 0;
  background-color: #333;
}
.portfolio__pager {
  width: 52px;
  height: 16px;
  cursor: pointer;
  display: block;
  border: 0;
  background: transparent url("/assets/img/arrow.svg") no-repeat 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
.portfolio__pager--next {
  margin-left: 60px;
  right: 0;
  transform: none;
}
.portfolio__pager--prev {
  left: 0;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1439px) {
  .portfolio__title {
    letter-spacing: 1.5em;
  }
}
@media only screen and (max-width: 1279px) {
  .portfolio__title {
    letter-spacing: 1em;
  }
  .portfolio__img {
    height: 260px;
  }
  .portfolio__subtitle {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1023px) {
  .portfolio__pagination {
    margin-top: 4vh;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio__container {
    position: relative;
    padding-bottom: 20vh;
    padding-top: 15vh;
  }
  .portfolio__pagination {
    display: none;
  }
  .portfolio__more {
    position: absolute;
    bottom: 10vh;
    left: 0;
  }
  .portfolio__img {
    height: 200px;
  }
}
.video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-size: cover;
  transition: opacity 300ms var(--smooth) 0;
}
.video__player {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video__close {
  position: absolute;
  z-index: 10;
  top: 1vw;
  right: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: rgba(255,255,255,0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: all 300ms ease;
  opacity: 0;
  pointer-events: none;
}
.video__close span {
  display: none;
}
.video__close:before,
.video__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  background-color: #000;
}
.video__closebefore {
  transform: rotate(45deg);
}
.video__closeafter {
  transform: rotate(-45deg);
}
body.animate .video {
  opacity: 1;
}
body.playing .video {
  opacity: 1 !important;
}
body.playing .video__player {
  display: none !important;
}
body.playing .video__close {
  pointer-events: all;
}
@media screen and (max-width: 1023px), screen and (max-height: 599px) {
  .video {
    height: 100%;
  }
}
.work {
  position: relative;
  display: grid;
  grid-template-columns: 8vw auto;
}
.work__title {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work__title:before {
  content: '';
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(100% + 70px);
  background: linear-gradient(65deg, #fe8821 2%, #e321fe 43%, #5558fb 76%);
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 300ms var(--smooth) 1350ms, transform 300ms var(--smooth) 1350ms;
}
.work__title span {
  display: block;
  font-size: 30px;
  letter-spacing: 55px;
  font-weight: normal;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(20px);
}
.work__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.work__item {
  position: relative;
  display: block;
  min-height: 720px;
  overflow: hidden;
}
.work__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 6vw 4vw 2vw;
  line-height: 1.5;
  font-size: 16px;
}
.work__subtitle {
  position: relative;
  z-index: 3;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
.work__description {
  position: relative;
  z-index: 3;
  min-height: 45%;
  font-weight: normal;
  color: rgba(255,255,255,0.85);
}
.work__media {
  position: relative;
  height: 100%;
  pointer-events: none;
}
.work__media:before,
.work__media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24,24,24,0.3) 0%, rgba(24,24,24,0.95) 100%);
}
.work__media:before {
  opacity: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.6) 100%);
  transition: all 300ms ease;
}
.work__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work__body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body.animate .work__title:before {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 1679px) {
  .work__body {
    font-size: 15px;
  }
  .work__title {
    font-size: 24px;
  }
  .work__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .work {
    grid-template-columns: 9vw auto;
  }
  .work__item {
    min-height: 620px;
  }
  .work__body {
    padding: 6vw 3vw 2vw;
    font-size: 14px;
    line-height: 1.6;
  }
  .work__subtitle {
    font-size: 18px;
  }
  .work__title span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1279px) {
  .work {
    grid-template-columns: 10vw auto;
  }
  .work__item {
    min-height: 480px;
  }
  .work__body {
    font-size: 12px;
    line-height: 1.5;
  }
  .work__subtitle {
    font-size: 16px;
  }
  .work__title span {
    font-size: 18px;
  }
  .work__title:after {
    left: calc(2vw + 15px);
  }
}
@media only screen and (max-width: 1023px) {
  .work {
    grid-template-columns: 12vw auto;
  }
  .work__item {
    min-height: auto;
    height: 320px;
  }
  .work__list {
    grid-template-columns: 1fr;
  }
  .work__body {
    padding: 10vh 8vw;
    font-size: 14px;
  }
  .work__subtitle {
    font-size: 18px;
  }
  .work__description {
    min-height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .work {
    grid-template-columns: 6px auto;
    padding-top: 100px;
  }
  .work__title:before {
    top: -130px;
    height: calc(100% + 130px);
    width: 6px;
  }
  .work__title span {
    position: absolute;
    top: -55px;
    left: 9vw;
    transform: none;
    font-size: 16px;
    color: #888;
    letter-spacing: 1em;
  }
}

