@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100..700&display=swap");
div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: "Roboto Mono", monospace !important;
  position: relative;
  background: #000;
  color: #fff;
  overflow-x: hidden !important;
  height: 100vh; }

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 30%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translate(-50%, 100%);
  transition: all 500ms ease-out;
  color: #000;
  background: #fff; }
  .cookiealert p {
    font-size: 0.875rem;
    margin-bottom: 10px; }
  .cookiealert .btn.btn-primary {
    font-size: 1rem;
    padding: 10px 20px;
    margin-top: 0px; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition-delay: 1000ms; }

.cookiealert .acceptcookies {
  background-color: #000;
  border: none;
  padding: 15px;
  border-radius: 0px;
  text-transform: uppercase; }
  .cookiealert .acceptcookies:hover {
    background-color: #237991; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: 95%; }
    .cookiealert p {
      font-size: 0.75rem;
      margin-bottom: 8px; }
    .cookiealert .btn.btn-primary {
      font-size: 0.875rem;
      padding: 8px 18px; } }
.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; }

button:focus {
  outline: none !important; }

a {
  text-decoration: none !important; }

img.img-center {
  margin: 0 auto;
  display: block; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerend {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

a.a-link {
  max-width: max-content;
  display: block;
  margin: 8px 0;
  font-weight: 300; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 900px) {
  img {
    max-width: 100%; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
.section-full {
  position: relative;
  width: 100%;
  padding-left: 12vw;
  padding-right: 12vw;
  padding-top: 100px;
  padding-bottom: 100px; }

.overflow-hidden {
  overflow: hidden; }

.shape {
  background-image: url("../img/pattern.png");
  background-position: right;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  z-index: -1;
  opacity: 0.05; }

h1 {
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 15px;
  word-spacing: -2rem; }

h2 {
  font-size: 3.25rem;
  word-spacing: -0.5rem;
  font-weight: 300; }
  h2 b, h2 strong {
    color: #a1c7b0; }

h3.subtitle {
  position: relative;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 200;
  padding-left: 35px;
  margin-bottom: 40px; }
  h3.subtitle:before {
    content: '';
    background-image: url("../img/shape.png");
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 24px; }

p {
  font-size: 1.125rem; }

.btn.btn-primary {
  background-color: #a1c7b0 !important;
  color: #171a21 !important;
  font-size: 1.125rem;
  border-radius: 50px;
  border: none;
  padding: 16px 30px;
  margin-top: 15px; }
  .btn.btn-primary:hover {
    background-color: #f3b86e !important; }

div.modal-services {
  position: fixed;
  background-color: #000000e0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height ease 300ms;
  transition: height ease 300ms; }
  div.modal-services .modal-wrapper {
    background-color: #ffffffe3;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 70px 80px;
    color: #000;
    overflow: scroll; }
    div.modal-services .modal-wrapper .close-ms {
      position: absolute;
      right: 5px;
      top: 5px;
      border: none;
      line-height: 1;
      background-color: transparent;
      cursor: pointer; }
      div.modal-services .modal-wrapper .close-ms button {
        font-size: 32px;
        line-height: 1;
        padding: 8px 15px; }
  @media screen and (max-width: 1140px) {
    div.modal-services .modal-wrapper {
      width: 90%;
      padding: 40px 20px; }
      div.modal-services .modal-wrapper .close-ms {
        font-size: 42px; }
        div.modal-services .modal-wrapper .close-ms button {
          font-size: 28px;
          line-height: 1;
          padding: 5px 12px; } }

div.modal-services.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2000; }

@media screen and (max-width: 1600px) {
  .section-full {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10vw;
    padding-right: 10vw; }

  h1 {
    font-size: 6rem; }

  h2 {
    font-size: 3rem; } }
@media screen and (max-width: 1366px) {
  .section-full {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 8vw;
    padding-right: 8vw; }

  h1 {
    font-size: 5.5rem; }

  h2 {
    font-size: 2.5rem; }

  p {
    font-size: 1rem; }

  .btn.btn-primary {
    font-size: 1rem;
    padding: 14px 28px; } }
@media screen and (max-width: 1140px) {
  .section-full {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 40px;
    padding-bottom: 40px; }

  h1 {
    font-size: 3rem;
    word-spacing: -1rem; }

  h2 {
    font-size: 2rem; }

  h3.subtitle {
    margin-bottom: 30px; }

  p {
    font-size: 0.875rem; }

  .btn.btn-primary {
    margin-top: 10px; } }
header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  padding: 20px 0;
  border-bottom: none;
  background-color: transparent;
  -webkit-transition: all .6s;
  transition: all .6s; }
  header .section-full {
    padding-top: 0;
    padding-bottom: 0; }
  header .header-container {
    position: relative;
    z-index: 300; }
  header a.brand {
    position: relative;
    z-index: 9;
    display: block;
    width: 275px;
    height: 56px; }
    header a.brand img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  header .hamburger {
    position: relative;
    flex-direction: row !important;
    gap: 10px;
    z-index: 10;
    border-radius: 100px;
    cursor: pointer; }
  header .hamburger-btn {
    position: relative;
    overflow: visible;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
    header .hamburger-btn:hover {
      opacity: 0.9; }
    header .hamburger-btn .hamburger-lines .close-top {
      position: absolute;
      top: 17px;
      z-index: 1;
      width: 24px;
      height: 2px;
      background-color: #000;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transition: all ease .2s;
      transition: all ease .2s; }
    header .hamburger-btn .hamburger-lines .close-bottom {
      position: absolute;
      top: 26px;
      z-index: 1;
      width: 24px;
      height: 2px;
      background-color: #000;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-transition: all ease .5s;
      transition: all ease .5s; }
  header .hamburger-btn.open {
    background-color: #fff; }
    header .hamburger-btn.open .hamburger-lines .close-top {
      transform: translate3d(0px, 5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
      background-color: #237991; }
    header .hamburger-btn.open .hamburger-lines .close-bottom {
      transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
      transform-style: preserve-3d;
      background-color: #237991; }
  header .menu-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 8vw 12vw;
    background-color: #171a21;
    color: #fff;
    overflow: hidden;
    transform: translate3d(0px, -120vh, 0px);
    transform-style: preserve-3d;
    visibility: hidden;
    -webkit-transition: all ease 1000ms;
    transition: all ease 1000ms; }
    header .menu-overlay nav {
      max-width: max-content;
      margin: 0 auto; }
      header .menu-overlay nav ul {
        flex-direction: column; }
        header .menu-overlay nav ul li {
          text-align: center;
          text-transform: uppercase; }
          header .menu-overlay nav ul li a {
            display: block;
            color: #fff;
            font-size: 5rem;
            line-height: 130%;
            font-weight: 700; }
            header .menu-overlay nav ul li a:hover {
              color: #a1c7b0; }
    header .menu-overlay .redes {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      margin-top: 40px; }
      header .menu-overlay .redes a {
        color: #fff;
        font-size: 1.375rem;
        font-weight: 300;
        text-transform: uppercase; }
    header .menu-overlay .show-if-nav {
      position: relative;
      transform: translateY(110%);
      transition-delay: .6s;
      transition-timing-function: ease;
      transition-duration: .8s; }
    header .menu-overlay .show-if-nav.open {
      transform: translateY(0%); }
    header .menu-overlay .navgation-bottom {
      position: absolute;
      bottom: 3vw;
      right: 5vw; }
  header .menu-overlay.open {
    transform: translate3d(0px, 0vh, 0px);
    visibility: visible; }
  @media screen and (max-width: 1600px) {
    header .menu-overlay nav ul li a {
      font-size: 4rem;
      line-height: 120%; }
    header .menu-overlay .redes a {
      font-size: 1.25rem; } }
  @media screen and (max-width: 1366px) {
    header .menu-overlay {
      padding: 6vw 10vw; }
      header .menu-overlay nav ul li a {
        font-size: 3.5rem;
        line-height: 115%; }
      header .menu-overlay .redes a {
        font-size: 1.125rem; } }
  @media screen and (max-width: 1140px) {
    header a.brand {
      width: 175px;
      height: auto; }
    header .menu-overlay {
      padding: 120px 15px 100px; }
      header .menu-overlay nav ul li a {
        font-size: 3rem; }
      header .menu-overlay .redes {
        gap: 10px;
        margin-top: 20px; }
        header .menu-overlay .redes a {
          font-size: 1rem; }
      header .menu-overlay .navgation-bottom {
        position: relative;
        bottom: 0;
        right: auto;
        display: flex;
        justify-content: center;
        margin-top: 15px; } }

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end; }
  .hero .black-background-hero {
    opacity: .6;
    background-color: #171a21;
    position: absolute;
    inset: 0%; }
  .hero .hero-video {
    position: absolute;
    inset: 100%;
    -webkit-transition: all ease-in-out 1500ms;
    transition: all ease-in-out 1500ms; }
    .hero .hero-video .background-video {
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      overflow: hidden; }
    .hero .hero-video video {
      object-fit: cover;
      z-index: -100;
      background-position: 50%;
      background-size: cover;
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      inset: -100%; }
  .hero .hero-video.active {
    inset: 0%; }
  .hero .headline {
    display: block;
    position: relative;
    mix-blend-mode: difference;
    z-index: 100; }
  .hero .text {
    position: relative;
    z-index: 100; }
  @media screen and (max-width: 1140px) {
    .hero {
      padding-bottom: 80px; } }

.about {
  padding-top: 200px;
  padding-bottom: 200px; }
  @media screen and (max-width: 1600px) {
    .about {
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media screen and (max-width: 1366px) {
    .about {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 1366px) {
    .about {
      padding-top: 80px;
      padding-bottom: 80px; } }

.hero-projects {
  position: relative;
  height: 250vh;
  margin-bottom: 150px; }
  .hero-projects-wrapper {
    justify-content: center;
    align-items: center;
    height: 80vh;
    position: sticky;
    top: 15vh;
    overflow: hidden; }
  .hero-projects .scroll-wrapper-absolut {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0%;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms; }
  .hero-projects .scroll-row {
    grid-column-gap: 1em;
    width: 120%;
    max-width: 120em;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms; }
  .hero-projects .scroll-row._one {
    padding-bottom: .5rem;
    align-self: flex-end;
    will-change: transform;
    transform-style: preserve-3d; }
  .hero-projects .scroll-row._two {
    padding-top: .5rem;
    align-self: flex-start;
    will-change: transform;
    transform-style: preserve-3d; }
  .hero-projects .scroll-item {
    border-radius: 5px;
    flex: none;
    width: 17em;
    height: 100%;
    max-height: 30em;
    position: static;
    overflow: hidden; }
    .hero-projects .scroll-item a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      inset: 0%; }
    .hero-projects .scroll-item:hover .background-video {
      opacity: 1;
      visibility: visible; }
    .hero-projects .scroll-item:hover .view-button-wrapper .view-button {
      opacity: 1;
      visibility: visible; }
  .hero-projects .scroll-item.is-large {
    width: 36rem; }
  .hero-projects .scroll-item.is-large.is-special {
    flex: 1;
    min-width: 17em; }
  .hero-projects .image-hover {
    z-index: 10;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%; }
  .hero-projects .background-video {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms; }
    .hero-projects .background-video > video {
      object-fit: cover;
      z-index: -100;
      background-position: 50%;
      background-size: cover;
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      inset: -100%; }
  .hero-projects .view-button-wrapper {
    z-index: 100;
    opacity: 1;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%; }
    .hero-projects .view-button-wrapper .view-button {
      background-color: #171a21;
      border-radius: 8rem;
      justify-content: center;
      align-items: center;
      width: 8rem;
      height: 8rem;
      display: flex;
      opacity: 0;
      visibility: hidden;
      transition: all ease 400ms;
      transform: translateX(0) translateY(0);
      will-change: transform;
      transform-style: preserve-3d; }
      .hero-projects .view-button-wrapper .view-button .text-button {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 700;
        word-spacing: -5px; }
  .hero-projects .link-absolute {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
  @media screen and (max-width: 1140px) {
    .hero-projects-wrapper {
      height: 85vh;
      top: 7.5vh; }
    .hero-projects .scroll-row._one {
      flex-flow: wrap;
      padding-bottom: 0;
      grid-column-gap: .5em; }
    .hero-projects .scroll-row._two {
      flex-flow: wrap;
      padding-top: 0;
      grid-column-gap: .5em; }
    .hero-projects .scroll-item {
      width: 48%;
      height: 50%;
      padding-top: 1%;
      padding-bottom: 1%; }
      .hero-projects .scroll-item a {
        border-radius: 3px;
        overflow: hidden; }
    .hero-projects .scroll-item.scroll-item.is-large {
      width: 48%;
      height: 50%;
      padding-top: 1%;
      padding-bottom: 1%; }
    .hero-projects .scroll-item.is-large.is-special {
      flex: 0 auto;
      order: 1;
      min-width: auto; }
    .hero-projects .view-button-wrapper .view-button {
      width: 5.5rem;
      height: 5.5rem; }
      .hero-projects .view-button-wrapper .view-button .text-button {
        font-size: 0.875rem; } }

.services-list {
  margin-top: 50px; }
  .services-list a {
    color: #efefef;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: solid 1px #efefef;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative;
    cursor: pointer; }
    .services-list a .image-wrapper {
      z-index: 100;
      width: 45%;
      height: auto;
      justify-content: center;
      align-items: center;
      display: block;
      position: absolute;
      margin-left: 55%;
      inset: 0%;
      overflow: visible;
      visibility: hidden;
      opacity: 0;
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
      transform-style: preserve-3d; }
      .services-list a .image-wrapper img {
        width: 75%;
        max-width: 35rem; }
    .services-list a .number {
      color: #a1c7b0;
      font-size: 1.25rem; }
    .services-list a h3 {
      color: #efefef;
      font-size: 3rem;
      font-weight: 300;
      line-height: 1;
      word-spacing: -0.5rem;
      margin-bottom: 0px; }
    .services-list a:hover .image-wrapper {
      display: flex;
      visibility: visible;
      opacity: 1;
      transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(5deg) rotateY(5deg) rotateZ(5deg) skew(0deg, 0deg);
      -webkit-transition: all ease 500ms;
      transition: all ease 500ms; }
    .services-list a:hover h3 {
      color: #fff; }
@media screen and (max-width: 1600px) {
  .services-list a {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    .services-list a h3 {
      font-size: 2.75rem; } }
@media screen and (max-width: 1366px) {
  .services-list {
    margin-top: 30px; }
    .services-list a {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .services-list a h3 {
        font-size: 2.5rem; } }
@media screen and (max-width: 1366px) {
  .services-list {
    margin-top: 20px; }
    .services-list a .number {
      font-size: 1rem; }
    .services-list a h3 {
      font-size: 1.75rem; } }

.hero._2 {
  height: auto;
  padding-top: 180px; }
  .hero._2 h1 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 80px;
    word-spacing: -1.5rem; }
    .hero._2 h1 b, .hero._2 h1 strong {
      color: #a1c7b0; }
  .hero._2 p.date {
    color: #ccc;
    margin-top: 20px;
    margin-bottom: 0px; }
  @media screen and (max-width: 1600px) {
    .hero._2 h1 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 1366px) {
    .hero._2 {
      padding-top: 150px;
      padding-bottom: 50px; }
      .hero._2 h1 {
        font-size: 3rem;
        line-height: 60px; } }
  @media screen and (max-width: 1140px) {
    .hero._2 {
      padding-top: 150px;
      padding-bottom: 50px; }
      .hero._2 h1 {
        font-size: 1.75rem;
        line-height: 40px;
        word-spacing: 0px; }
      .hero._2 p.date {
        margin-top: 5px; } }

.projects {
  position: relative; }
  .projects .list-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: sticky;
    top: 10%; }
  .projects .list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
    position: static;
    top: 10%;
    overflow: hidden; }
    .projects .list-item .item-wrapper {
      grid-area: 1 / 1 / 3 / 3;
      z-index: 500;
      perspective: 2000px;
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      transform: none; }
  .projects .project-image {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    will-change: transform; }
    .projects .project-image .card-wrapper {
      place-content: center;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      display: flex;
      position: sticky;
      top: 10%;
      overflow: hidden;
      transition: all linear 300ms;
      transform-style: preserve-3d;
      will-change: transform; }
      .projects .project-image .card-wrapper .image-wrapper {
        width: 100%; }
        .projects .project-image .card-wrapper .image-wrapper img {
          width: 110%; }
      .projects .project-image .card-wrapper .project-button {
        opacity: 0;
        visibility: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        position: absolute;
        inset: 0%;
        transition: opacity ease 300ms; }
        .projects .project-image .card-wrapper .project-button .magnetic-button {
          background-color: #f3b86e;
          border-radius: 1000px;
          justify-content: center;
          align-items: center;
          width: 200px;
          height: 200px;
          padding: 1rem;
          display: flex;
          will-change: transform;
          transform-style: preserve-3d; }
          .projects .project-image .card-wrapper .project-button .magnetic-button img {
            width: 50px;
            max-width: 100%; }
    .projects .project-image:hover .project-button {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 1366px) {
    .projects .project-image .card-wrapper .image-wrapper {
      width: 85%; } }
  @media screen and (max-width: 1140px) {
    .projects .list-wrapper {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem; }
      .projects .list-wrapper .item-wrapper {
        perspective: 1000px; }
    .projects .project-image .card-wrapper .image-wrapper {
      width: 100%; }
      .projects .project-image .card-wrapper .image-wrapper img {
        height: 280px;
        object-fit: cover; }
    .projects .project-image .card-wrapper .project-button .magnetic-button {
      width: 100px;
      height: 100px; }
      .projects .project-image .card-wrapper .project-button .magnetic-button img {
        width: 34px; } }

/*====================================================*/
/*====================================================*/
/*=========== Single ============*/
.hero._hero-project {
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  padding-bottom: 40vh;
  height: 120vh; }
  @media screen and (max-width: 1140px) {
    .hero._hero-project {
      background-size: cover;
      padding-bottom: 100px;
      height: 90vh; } }

.project-description p {
  font-size: 1.5rem; }
@media screen and (max-width: 1366px) {
  .project-description p {
    font-size: 1.25rem; } }
@media screen and (max-width: 1366px) {
  .project-description p {
    font-size: 1rem; } }

/*.vimeo-embeds {
    .embed-container { 
        position: relative; 
        padding-bottom: 177.5%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}*/
.project-gallery img {
  width: 100%;
  height: auto; }

.next-project {
  padding: 70px 0 150px; }
  .next-project .next-project-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: space-between;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f; }
    .next-project .next-project-wrap p {
      color: #aaa; }
    .next-project .next-project-wrap h2 {
      font-size: 42px;
      color: #fff;
      font-weight: 900;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .next-project .next-project-wrap .next-project-hover {
      position: absolute;
      left: -5px;
      top: 0%;
      right: 0%;
      bottom: 0%;
      width: 0%;
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      width: 0%;
      transition: all 1s; }
    .next-project .next-project-wrap:hover .next-project-hover {
      width: 102%; }
  @media screen and (max-width: 900px) {
    .next-project {
      padding: 40px 0 100px; }
      .next-project .next-project-wrap {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px; }
        .next-project .next-project-wrap h2 {
          font-size: 24px; } }

.bio {
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 150px; }
  .bio .center {
    margin-left: -200px; }
  .bio img {
    width: 100%;
    max-width: 730px; }
  .bio h1 {
    font-size: 18px;
    letter-spacing: 0.5em;
    color: #aaa; }
  .bio h2 {
    font-size: 102px;
    color: #fff;
    font-weight: 700;
    line-height: 100%; }
  .bio .bio-text {
    margin: 150px 0 50px;
    padding: 50px 0;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f; }
    .bio .bio-text h3 {
      font-size: 18px;
      font-weight: 700;
      color: #aaa; }
  .bio .bio-gallery {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 80px; }
    .bio .bio-gallery img {
      max-width: 100%;
      object-fit: cover;
      -webkit-transition: -webkit-filter 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: -webkit-filter 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: filter 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: filter 600ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 600ms cubic-bezier(0.23, 1, 0.32, 1); }
      .bio .bio-gallery img:hover {
        -webkit-filter: contrast(120%);
        filter: contrast(120%); }
  @media screen and (max-width: 1366px) {
    .bio {
      padding-top: 130px; }
      .bio img {
        max-height: 500px;
        object-fit: contain; }
      .bio h2 {
        font-size: 80px; }
      .bio .bio-gallery {
        padding-bottom: 40px; } }
  @media screen and (max-width: 1140px) {
    .bio {
      padding-top: 80px; }
      .bio .grid-bio {
        grid-column-gap: 0px;
        grid-row-gap: 0px; }
      .bio img {
        max-height: none; }
      .bio h1 {
        font-size: 22px;
        letter-spacing: 0.2em; }
      .bio h2 {
        font-size: 42px; }
      .bio .bio-text {
        margin: 30px 0 50px;
        padding: 30px 0; }
        .bio .bio-text h3 {
          font-size: 16px; }
      .bio .bio-gallery {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 50px; } }

.blog .row {
  gap: 30px 0; }
.blog .item .image-wrapper {
  width: 100%;
  height: 350px;
  overflow: hidden; }
  .blog .item .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms; }
    .blog .item .image-wrapper img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
.blog .item .content {
  padding: 15px 10px; }
  .blog .item .content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px; }
    .blog .item .content h3 a {
      color: #fff; }
  .blog .item .content p {
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.2; }
@media screen and (max-width: 1600px) {
  .blog .item .image-wrapper {
    height: 250px; }
  .blog .item .content h3 {
    font-size: 1.25rem; }
  .blog .item .content p {
    font-size: 0.875rem; } }

.image-thumb-blog .img-post-transform {
  -webkit-transition: all linear 400ms;
  transition: all linear 400ms; }

.contact {
  padding-top: 180px;
  padding-bottom: 20px; }
  .contact .contact-item {
    display: -ms-grid;
    display: grid;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #1f1f1f;
    border-top-width: 1px;
    border-top-color: #1f1f1f; }
    .contact .contact-item a, .contact .contact-item p {
      color: #fff;
      font-size: 32px;
      word-spacing: -10px; }
    .contact .contact-item .contact-social-item {
      display: flex;
      align-items: center; }
    .contact .contact-item .contact-social-divider {
      margin-right: 16px;
      margin-left: 16px;
      color: #aaa;
      font-size: 16px; }
  .contact .contact-item.first-item {
    border-top-style: solid; }
  @media screen and (max-width: 1600px) {
    .contact .contact-item a, .contact .contact-item p {
      font-size: 32px; } }
  @media screen and (max-width: 1366px) {
    .contact {
      padding-top: 150px; }
      .contact .contact-item a, .contact .contact-item p {
        font-size: 30px; } }
  @media screen and (max-width: 1140px) {
    .contact .contact-item {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-row-gap: 20px; }
      .contact .contact-item .mt-5, .contact .contact-item .my-5 {
        margin-top: 2rem !important; }
      .contact .contact-item h3.subtitle {
        margin-bottom: 10px; }
      .contact .contact-item h3, .contact .contact-item a {
        font-size: 18px; }
      .contact .contact-item p {
        font-size: 22px; }
      .contact .contact-item .contact-social-item {
        align-items: flex-start;
        flex-direction: column; }
      .contact .contact-item .contact-social-divider {
        display: none; }
      .contact .contact-item a {
        margin: 8px 0; } }

.contact-video video {
  width: 100%;
  object-fit: cover;
  height: 100vh; }
.contact-video .scroll-wrap {
  margin-top: -8px;
  background-color: #aaa; }
@media screen and (max-width: 900px) {
  .contact-video video {
    height: 70vh; } }

.cta {
  position: relative;
  height: 250vh;
  padding: 0;
  padding-left: 8vw;
  padding-right: 8vw; }
  .cta .wrapper {
    height: 90vh;
    position: sticky;
    top: 0;
    overflow: hidden; }
  .cta .imgs-wrapper {
    z-index: 1;
    position: absolute;
    inset: 0% auto 0% 0%; }
  .cta .imgs-wrapper._2 {
    z-index: 0;
    inset: 0% 0% 0% auto; }
  .cta .imgs-list {
    grid-row-gap: 24vw;
    flex-direction: column;
    padding-top: 60vh;
    display: flex;
    will-change: transform;
    transform-style: preserve-3d;
    -webkit-transition: all linear 600ms;
    transition: all linear 600ms; }
    .cta .imgs-list .img-box {
      width: 100%;
      padding-top: 120%;
      position: relative; }
      .cta .imgs-list .img-box img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0%; }
    .cta .imgs-list .img-box._1 {
      width: 22vw; }
    .cta .imgs-list .img-box._2 {
      width: 22vw;
      margin-top: -46vw;
      left: 58vw; }
    .cta .imgs-list .img-box._3 {
      width: 20vw;
      margin-top: -5vw;
      left: 4vw; }
    .cta .imgs-list .img-box._4 {
      width: 18vw;
      margin-top: -45vw;
      left: 64vw; }
    .cta .imgs-list .img-box._5 {
      opacity: .75;
      width: 20vw; }
    .cta .imgs-list .img-box._6 {
      opacity: .75;
      width: 18vw;
      margin-top: -44vw;
      right: 54vw; }
  .cta .content {
    justify-content: flex-start;
    align-items: center;
    max-width: 60%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 5rem;
    display: flex;
    position: relative;
    z-index: 100; }
    .cta .content .btn.btn-primary {
      max-width: max-content;
      margin: 30px auto 0; }
  .cta h2 {
    font-size: 4rem;
    margin-bottom: 0; }
  @media screen and (max-width: 1600px) {
    .cta h2 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 1366px) {
    .cta h2 {
      font-size: 3.25rem; } }
  @media screen and (max-width: 1140px) {
    .cta {
      height: 90vh; }
      .cta .wrapper {
        height: 80vh; }
      .cta .content {
        max-width: 100%;
        padding-bottom: 2rem; }
      .cta h2 {
        font-size: 2rem; }
      .cta .imgs-list {
        padding-top: 50vh; } }

footer .section-full {
  padding-bottom: 40px; }
footer .contacts {
  display: flex;
  flex-direction: column;
  gap: 30px; }
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex; }
footer a {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
  display: block;
  max-width: max-content;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms; }
  footer a:hover {
    color: #fff;
    opacity: 0.9; }
footer nav ul {
  flex-direction: column; }
  footer nav ul li {
    margin-bottom: 10px; }
footer ul.redes {
  margin-top: 15px; }
footer h3 {
  font-size: 1.4rem; }
footer .logo-rodape {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #efefef; }
footer .copy {
  margin-top: 50px; }
  footer .copy p {
    font-size: 1rem;
    margin-bottom: 0px; }
    footer .copy p a {
      display: inline-flex; }
@media screen and (max-width: 1600px) {
  footer img {
    max-width: 90%; } }
@media screen and (max-width: 1140px) {
  footer .d-flex.justify-content-between {
    flex-direction: column; }
  footer nav {
    margin-top: 30px; }
    footer nav ul li {
      margin-bottom: 2px; }
  footer .logo-rodape {
    margin-top: 40px;
    padding-top: 40px; }
  footer .copy {
    margin-top: 30px; }
    footer .copy p, footer .copy a {
      font-size: 0.875rem; } }

.whatsflutuante {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 200;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 2em;
  bottom: 2em;
  background-image: url("../img/whatsapp.png");
  background-size: contain; }
  @media screen and (max-width: 900px) {
    .whatsflutuante {
      width: 60px;
      height: 60px;
      right: 1em;
      bottom: 1em; } }

.scroll-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 80px;
  background-color: #e56537; }
  @media screen and (max-width: 1140px) {
    .scroll-wrap {
      height: 70px; } }

.scroll-wrap.all-projects {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 150;
  color: #fff; }

.scroll-holder {
  animation: loop 25s linear infinite;
  transform-style: preserve-3d;
  will-change: transform;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .scroll-holder .scroll-item-wrap {
    display: flex;
    align-items: center; }
    .scroll-holder .scroll-item-wrap .scroll-item {
      display: flex;
      align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      font-size: 28px;
      font-weight: 700; }
      .scroll-holder .scroll-item-wrap .scroll-item .scroll-item-divider {
        display: inline-block;
        max-width: 100%;
        position: relative;
        top: 0px;
        margin-right: 20px;
        margin-left: 20px;
        width: auto; }
  @media screen and (max-width: 1600px) {
    .scroll-holder .scroll-item-wrap .scroll-item {
      font-size: 26px; } }
  @media screen and (max-width: 1366px) {
    .scroll-holder .scroll-item-wrap .scroll-item {
      font-size: 24px; } }
  @media screen and (max-width: 1140px) {
    .scroll-holder .scroll-item-wrap .scroll-item {
      font-size: 22px; } }

@keyframes loop {
  0% {
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); }
  100% {
    transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); } }

/*# sourceMappingURL=styles.css.map */
