﻿/* FONTES */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Chalet";
  src: url("../fonts/chaletcomprime-colognesixty.eot");
  src: url("../fonts/chaletcomprime-colognesixty.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chaletcomprime-colognesixty.woff2") format("woff2"),
    url("../fonts/chaletcomprime-colognesixty.woff") format("woff"),
    url("../fonts/chaletcomprime-colognesixty.ttf") format("truetype"),
    url("../fonts/chaletcomprime-colognesixty.svg#chaletcomprime-colognesixty")
      format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Chalet";
  src: url("../fonts/chalet-londonnineteensixty.eot");
  src: url("../fonts/chalet-londonnineteensixty.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chalet-londonnineteensixty.woff2") format("woff2"),
    url("../fonts/chalet-londonnineteensixty.woff") format("woff"),
    url("../fonts/chalet-londonnineteensixty.ttf") format("truetype"),
    url("../fonts/chalet-londonnineteensixty.svg#chalet-londonnineteensixty")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Chalet";
  src: url("../fonts/chalet-parisnineteensixty.eot");
  src: url("../fonts/chalet-parisnineteensixty.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/chalet-parisnineteensixty.woff2") format("woff2"),
    url("../fonts/chalet-parisnineteensixty.woff") format("woff"),
    url("../fonts/chalet-parisnineteensixty.ttf") format("truetype"),
    url("../fonts/chalet-parisnineteensixty.svg#chalet-parisnineteensixty")
      format("svg");
  font-weight: 100;
  font-style: normal;
}

/* GERAL */
html,
body {
  height: auto;
  width: 100%;
  overflow-x: hidden;
  border: none;
  margin: 0;
  padding: 0;
  font-family: "Chalet", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  background: #ffffff;
}
a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus {
  outline: 0;
  border: none;
  text-decoration: none;
}
a {
  text-decoration: none;
}
body ::-moz-selection {
  background: #f26722;
  color: #ffffff;
}
body ::selection {
  background: #f26722;
  color: #ffffff;
}

.container {
  max-width: 75%;
}
/* .dot:after { content: '.'; color: #F26722; }
.dot-p p:after { content: '.'; color: #F26722; } */

/* alterado */
/* NAV */
nav {
  padding: 20px 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0 0 0 /15%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
nav .container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav .logo a h1 {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 5.2px;
  transition: all 0.5s ease;
  text-shadow: 0px -8px 10px rgba(0, 0, 0, 20%);
}
nav .logo span {
  color: #f26722;
}
nav .menu a {
  font-size: 18px;
  font-weight: 100;
  color: #000000;
  padding: 0 15px;
  margin: 0 15px;
  transition: all 0.5s ease;
  /* text-shadow: 0px -8px 10px rgb(0 0 0 / 30%); */
}
nav .menu a:hover {
  color: #f26722;
}
nav .menu a.selected {
  color: #f26722;
}
nav .menu a:last-child {
  margin-right: 0;
  padding-right: 0;
}

/* alterado */
.page-template-page-work nav {
  background-color: rgba(221, 202, 196, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/* .page-template-page-work */
nav a:hover {
  color: #58514e !important;
  text-decoration: underline;
}
/* .page-template-page-work */
nav a.selected {
  color: #58514e !important;
  text-decoration: underline;
}
/* alterado */
div.sede,
div.sede.selected {
  font-family: "Space Grotesk";
}
/* .page-template-page-work */
nav .logo a:hover {
  text-decoration: none;
}

/* MAIN */
main .reel {
  margin-bottom: 30px;
}
/* alterado */
main .reel .container {
  position: relative;
  max-width: 90%;
  margin-top: 74px;
}
/* alterado */
main .reel .hld-video {
  height: 32vw;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  /* box-shadow: 0px -15px 10px rgba(0, 0, 0, 15%); */
}
main .reel .hld-video .videoWrapper {
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  position: absolute;
  margin-top: -9.75%;
}
main .reel .hld-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .destaques .boxes {
  padding-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -25px;
}
main .destaques .boxes .box {
  padding: 0 25px;
  display: grid;
  flex: 1;
  max-width: 25%;
  min-width: 5%;
  transition: all 0.5s ease;
}
main .destaques .boxes .box .hld {
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
}
main .destaques .boxes .box .hld .over {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  transition: all 0.7s ease;
}
main .destaques .boxes .box .hld .over p {
  font-size: 4.4em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.095em;
  line-height: 0.9;
}
/* alterado */
main .destaques .boxes .box .hld .over.cinza-1 {
  background: #632916;
}
/* alterado */
main .destaques .boxes .box .hld .over.cinza-2 {
  background: #632916;
}
/* alterado */
main .destaques .boxes .box .hld .over.cinza-3 {
  background: #632916;
}
main .destaques .boxes .box .infos {
  height: 120px;
  padding-top: 15px;
}
main .destaques .boxes .box .infos h2 {
  font-size: 1.6em;
  font-weight: 100;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1;
}
main .destaques .boxes .box .infos h3 {
  font-size: 3em;
  font-weight: bold;
  color: #a1a3a3;
  line-height: 1;
}
main .destaques .boxes .box.g {
  max-width: 50%;
}
main .destaques .boxes .box:hover {
  max-width: 50% !important;
  flex-grow: 3;
}
main .destaques .boxes .box:hover .hld .over {
  left: 0;
}

/* alterado */
main .topo .container {
  font-family: "Neue Machina";
  display: block;

  padding: 140px 15px 60px 15px;
}

main .topo h2 {
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: block;
}
main .topo h3 {
  font-size: 16px;
  color: #a1a3a3;
  display: block;
}
main .topo .bloco-txt {
  margin-left: 5%;
  width: 100%;
  max-width: 646px;
  display: flex;
  flex-direction: column;
}
main .topo .bloco-txt h2 {
  font-family: "Neue Machina";
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: block;
}
main .topo .bloco-txt h3 {
  font-family: "Space Grotesk";
  font-size: 16px;
  font-weight: normal;
  color: black;
  line-height: 150%;
  letter-spacing: -0.02em;
  display: block;
}
/* main .topo .busca { margin-left: calc(100% - 250px); width: 250px; padding-bottom: 15px; position: relative; }
main .topo .busca input[type="text"] { width: 250px; border: none; border-bottom: solid 1px #D0D1D1; font-size: 45px; text-transform: uppercase; padding: 0 45px; }
main .topo .busca .bt { position: absolute; top: 15px; right: 0; z-index: 2; transition: all 0.5s ease; }
main .topo .busca .bt a:hover svg path { fill: #F26722; } */

.page-template-page-work main .topo {
  background-color: #90513b;
  color: white;

  padding: 75px 0;
}
.page-template-page-work main .topo .container {
  display: block;
  padding: 100px 15px 60px 15px;
}
/* alterado */
.page-template-page-work main .topo h2 {
  font-family: "Neue Machina";
  text-transform: initial;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: inline;
}

/* .page-template-page-work main .topo h3 { font-size: 6em; font-weight: bold; color: #A1A3A3; display: inline; }
.page-template-page-work main .topo .bloco-txt { margin-left: 5%; width: 80%; display: flex; justify-content: flex-start; }
.page-template-page-work main .topo .bloco-txt h2 { font-size: 8.5em; font-weight: bold; text-transform: uppercase; line-height: 0.9; letter-spacing: 0.094em; display: block; white-space: nowrap; }
.page-template-page-work main .topo .bloco-txt h3 { font-size: 3em; font-weight: bold; color: #A1A3A3; margin: 20px 0 30px 0;  display: block; }
.page-template-page-work main .topo .busca { margin-left: calc(100% - 250px); width: 250px; padding-bottom: 15px; position: relative; }
.page-template-page-work main .topo .busca input[type="text"] { width: 250px; border: none; border-bottom: solid 1px #D0D1D1; font-size: 45px; text-transform: uppercase; padding: 0 45px; }
.page-template-page-work main .topo .busca .bt { position: absolute; top: 15px; right: 0; z-index: 2; transition: all 0.5s ease; }
.page-template-page-work main .topo .busca .bt a:hover svg path { fill: #F26722; } */

main .topo-destaque {
  margin-bottom: 50px;
}
main .topo-destaque a {
  display: block;
  padding-top: 50px;
  height: 100%;
}
main .topo-destaque .hld {
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
}
main .topo-destaque .hld h2 {
  font-size: 2.5em;
  font-weight: 100;
  color: #000000;
}
main .topo-destaque h3 {
  font-family: "Neue Machina";
  font-style: normal;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 10px 0 30px 0;
}
main .topo-destaque p {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: black;
  margin-bottom: 60px;
  letter-spacing: -0.02em;
}

main .work .boxes {
  padding-top: 60px;
  margin: 0 -25px;
}
main .work .boxes .box {
  padding: 0 25px;
  transition: all 0.5s ease;
}
main .work .boxes .box .hld {
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
}
main .work .boxes .box .hld .over {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  transition: all 0.7s ease;
}
main .work .boxes .box .hld .over p {
  font-size: 4.4em;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.094em;
  line-height: 0.9;
}
main .work .boxes .box .hld .over.cinza-1 {
  /* background: #d0d0d0; */
  background: #632916;
}
main .work .boxes .box .hld .over.cinza-2 {
  background: #632916;
}
main .work .boxes .box .hld .over.cinza-3 {
  background: #632916;
}
main .work .boxes .box .infos {
  height: 120px;
  padding-top: 15px;
}
main .work .boxes .box .infos h2 {
  font-size: 1.6em;
  font-weight: 100;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1;
}
main .work .boxes .box .infos h3 {
  font-size: 3em;
  font-weight: bold;
  color: #a1a3a3;
  line-height: 1;
}
main .work .boxes .box:hover .hld .over {
  left: 0;
}

.page-template-page-work main .work {
  background-color: #ebe0ce;
  padding-bottom: 100px;
}
.page-template-page-work main .work .boxes .box .infos h3 {
  color: black;
}

main .interna .destaque {
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
main .interna .bloco-txt {
  margin: 100px 0 75px 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .interna .bloco-txt h2 {
  text-transform: uppercase;
  white-space: nowrap;
  background: #90513b;
  border-radius: 20px;
  width: 90px;
  font-family: "Space Grotesk";
  font-style: normal;
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  justify-content: center;
  height: 30px;
}
main .interna .bloco-txt h3 {
  letter-spacing: -0.02em;
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  color: black;
  line-height: 130%;
  margin: 30px 0 30px 0;
}
main .interna .bloco-txt p {
  color: black;
  letter-spacing: -0.02em;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}
main .interna .sub-destaque .img {
  display: flex;
  width: 70%;
  margin-left: 15%;
}
main .interna .sub-destaque .img .hld {
  flex: 1;
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
}
main .interna .sub-destaque .img .hld:nth-child(n + 2) {
  margin-left: 30px;
  flex-grow: 2;
}
main .wp-block-embed-youtube {
  height: 45vw;
  position: relative;
  overflow: hidden;
}
main .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  position: absolute;
}
main .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .politica {
  padding-top: 100px;
}
main .politica .row {
  justify-content: center;
}
main .politica h1 {
  font-size: 8.5em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 0.094em;
  display: block;
}
main .politica h1:after {
  content: ".";
  color: #f26722;
}
main .politica h2 {
  font-size: 5em;
  font-weight: bold;
  color: #a1a3a3;
  margin: 20px 0 30px 0;
}
main .politica h3 {
  font-size: 2.5em;
  line-height: 1.6;
  margin-bottom: 15px;
  margin-top: 30px;
}
main .politica p {
  font-size: 1.6em;
  line-height: 1.6;
}
main .politica p a {
  color: #000000;
  text-decoration: underline;
}

main .relacionados {
  position: relative;
  padding: 80px 0 50px 0;
  margin-top: 75px;
  margin-bottom: -100px;
}
main .relacionados:before {
  content: "";
  display: block;
  position: absolute;
  background: #ededed;
  width: 200vw;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -50vw;
}
main .relacionados.novidades {
  margin-top: 150px;
}
main .relacionados h3 {
  font-size: 2.5em;
  position: relative;
  z-index: 2;
}
main .relacionados .boxes {
  justify-content: center;
  margin-top: 80px;
}
main .relacionados .boxes .box {
  padding: 0 25px;
  transition: all 0.5s ease;
}
main .relacionados .boxes .box .hld {
  height: 40vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  background-color:#eee;
}
main .relacionados .boxes .box .aux {
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
main .relacionados .boxes .box:hover .aux .hld {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}
main .relacionados .boxes .box .infos {
  height: 120px;
  padding-top: 15px;
}
main .relacionados .boxes .box .infos h2 {
  font-size: 1.6em;
  font-weight: 100;
  letter-spacing: 1px;
  color: #000000;
  line-height: 1;
}
main .relacionados .boxes .box .infos h3 {
  font-size: 3em;
  font-weight: bold;
  color: #a1a3a3;
  line-height: 1;
}

main .equipe {
  padding: 80px 0 90px 0;
  background: #303a3a;
}
/* alterado */
main .equipe h2 {
  margin-left: 5%;
  font-family: "Neue Machina";
  color: white;
  font-size: 50px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: block;
}
/* alterado */
main .equipe .boxes {
  margin: 40px auto 0;
  /* column-gap: 24.5px; */
  /* row-gap: 48px; */
}
/* alterado */
main .equipe .boxes .box {
  /* padding: 0 25px; */
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
main .equipe .boxes .box .hld {
  filter: grayscale(1);
  width:auto;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
  cursor: pointer;
}
main .equipe .boxes .box .hld .over {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  transition: all 0.7s ease;
  display: none;
}
main .equipe .boxes .box .hld .over p {
  font-size: 1em;
  line-height: 1.2;
}
main .equipe .boxes .box .hld .over.cinza-1 {
  background: #d0d0d0;
}
main .equipe .boxes .box .hld .over.cinza-2 {
  background: #dbdbdb;
}
main .equipe .boxes .box .hld .over.cinza-3 {
  background: #f2f2f2;
}
main .equipe .boxes .new-col-6 {
  display: flex;
  flex-direction: column;
}
main .equipe .boxes .box .picture {
  max-width: 212px;
  height: 212px;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
main .equipe .boxes .box .picture img {
  height: 100%;
  filter: grayscale(1);
}
main .equipe .boxes .box .modal_bg_blur {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: block;
}
main .equipe .boxes .box .picture .modal_person_container {
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
main .equipe .boxes .box .picture .modal_person_container .modal_person {
  position: relative;
  max-height: calc(100vh - 140px);
  background-color: white;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 48px;
  column-gap: 48px;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .modal_picture {
  display: flex;
  justify-content: center;
  max-width: 303px;
  height: 303px;
  overflow: hidden;
  flex: 1;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .modal_content {
  flex: 1;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .modal_content
  h3 {
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 400;
  font-size: 32.77px;
  letter-spacing: -0.02em;
  color: #000000;
  line-height: 100%;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .modal_content
  h4 {
  text-transform: uppercase;
  color: #000000;
  opacity: 0.6;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .modal_content
  p {
  letter-spacing: -0.02em;
  color: #000000;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .close_button {
  position: absolute;
  top: -54px;
  right: 0;
  cursor: pointer;
}
main
  .equipe
  .boxes
  .box
  .picture
  .modal_person_container
  .modal_person
  .close_button
  img {
  width: 24px;
}
main .equipe .boxes .box .infos {
  padding-top: 15px;
}
main .equipe .boxes .box .infos h3 {
  font-size: 18px;
  text-decoration: underline;
  color: white;
  font-family: "Neue Machina";
  line-height: 100%;
}
main .equipe .boxes .box .infos h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Space Grotesk";
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  line-height: 150%;
}
main .equipe .boxes .box:hover .hld .over {
  left: 0;
}
.display-none {
  display: none !important;
}

main .clientes {
  padding: 80px 0 90px 0;
}
/* alterado */
main .clientes h2 {
  margin-left: 5%;
  font-family: "Neue Machina";
  font-size: 50px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: -0.02em;
  display: block;
}
main .clientes .logo {
  margin-top: 140px;
}
main .clientes .logo img {
  width: 100%;
  max-width: 253px;
}

main .news .hld-news {
  margin-top: 70px;
}
main .news .hld-news h2 {
  font-size: 8.5em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  line-height: 0.9;
  letter-spacing: 0.095em;
  display: block;
  white-space: nowrap;
  text-align: right;
}
main .news .hld-news h3 {
  font-size: 5em;
  font-weight: bold;
  color: #a1a3a3;
  line-height: 1;
  text-align: right;
}
main .news .hld-news p {
  font-size: 2.5em;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 30px;
}
main .news .hld-news .row-1 {
  margin-bottom: 30px;
  align-items: baseline;
}
main .news .hld-news .hld-img {
  display: flex;
}
main .news .hld-news .hld-img .hld {
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
}
main .news .hld-news .hld-img .hld:nth-child(n + 2) {
  margin-left: 30px;
}

main .mandala {
  position: relative;
  width: 100%;
  background-image: url("../images/bg_services_01.png"),
    url("../images/bg_services_02.png"), url("../images/bg_services_03.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 90%;
}
main .mandala .elementos {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  transition: all 1s ease;
}
main .mandala .elementos svg {
  width: auto;
  height: 90vh;
  transition: all 1s ease;
}
main .mandala .elementos svg .logo {
  cursor: pointer;
  border: solid 3px #a1a3a3;
  border-radius: 60px;
  padding: 30px;
}
main .mandala .elementos svg .infos {
  position: relative;
  z-index: 1;
}
main .mandala .elementos svg .borda {
  width: 22.3%;
  height: 22%;
  border: solid 3px #ff00cc;
  border-radius: 60px;
  background: #ffffff;
  transition: all 0.5s ease;
}
main .mandala .elementos svg .borda.on {
  width: 50%;
  height: 60%;
  border: solid 3px #ff00cc;
  border-radius: 15px;
}
main .mandala .elementos .box-info {
  border: solid 3px #a1a3a3;
  background: #ffffff;
  border-radius: 60px;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 2;
  text-align: left;
}
main .mandala .elementos .box-info .content {
  display: none;
}
main .mandala .elementos .box-info .bt-fechar {
  position: absolute;
  top: 15px;
  right: 30px;
}
main .mandala .elementos .box-info .bt-fechar a {
  font-size: 3.1em;
  color: #000000;
}
main .mandala .elementos .box-info .bt-fechar a:hover {
  color: #f26722;
}

main .mandala .elementos .box-info .content.collum {
  display: flex;
}
main .mandala .elementos .box-info .content h2 {
  letter-spacing: -0.02em;
  color: #000000;
  max-width: 606px;
  font-family: "Neue Machina";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  margin: 20px 0 30px 0;
}
main .mandala .elementos .box-info .content p {
  letter-spacing: -0.02em;
  color: #000000;
  max-width: 559px;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
main .mandala .elementos .box-info .content .sub-destaque {
  margin: 50px 0;
}
main .mandala .elementos .box-info .content .sub-destaque .img {
  display: flex;
  width: 100%;
}
main .mandala .elementos .box-info .content .sub-destaque .img .hld {
  flex: 1;
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color:#eee;
}
main
  .mandala
  .elementos
  .box-info
  .content
  .sub-destaque
  .img
  .hld:nth-child(n + 2) {
  margin-left: 30px;
  flex-grow: 2;
}

main .mandala .elementos .box-info .content.collum .logo {
  float: none;
}
main .mandala .elementos .box-info .content.collum .coll:first-child {
  margin-right: 30px;
}
main .mandala .elementos .box-info .content.collum .coll:last-child {
  margin-left: 30px;
}

main .mandala .elementos .box-info .content .wp-block-image {
  margin: 50px 0;
  display: flex;
  width: 100%;
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  overflow: hidden;
}
main .mandala .elementos .box-info .content .wp-block-image img {
  flex: 1;
  object-fit: cover;
}
main .mandala .elementos .box-info .content .blocks-gallery-grid {
  display: flex;
  width: 100%;
  margin: 50px 0;
}
main
  .mandala
  .elementos
  .box-info
  .content
  .blocks-gallery-grid
  .blocks-gallery-item {
  flex: 1;
  height: 30vh;
  min-height: 150px;
  max-height: 310px;
  overflow: hidden;
}
main
  .mandala
  .elementos
  .box-info
  .content
  .blocks-gallery-grid
  .blocks-gallery-item:nth-child(n + 2) {
  margin-left: 30px;
  flex-grow: 2;
}

main .mandala .elementos .box-info .content {
  display: flex;
}
main .mandala .elementos .box-info .content .logo {
  transition: all 0.5s ease;
}
main .mandala .elementos .box-info .content .logo img {
  width: 100%;
}
main .mandala .elementos .box-info .content .wp-block-column:first-child {
  margin-right: 30px;
}
main .mandala .elementos .box-info .content .wp-block-column:not(:first-child) {
  margin-left: 30px;
}

main .mandala .elementos .box-info.on {
  padding: 75px;
  width: 90vw !important;
  height: auto !important;
  border-radius: 15px;
  transition: all 1s ease;
}
main .mandala .elementos .box-info.on .logo.inicial {
  display: none;
}
main .mandala .elementos .box-info.on .content .logo {
  width: 100%;
  max-width: 250px;
  margin: 30px 30px 30px 0;
}
main .mandala .elementos .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: 1;
}

main .mapa {
  width: 100%;
  text-align: center;
}
main .mapa svg {
  height: 90vh;
  width: auto;
}
main .mapa .mapa-sede {
  cursor: pointer;
}
main .mapa .mapa-base {
  opacity: 1;
  transition: all 0.5s ease;
}
main .mapa .estado {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
main .mapa .infos {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
main .mapa .infos .hld-info {
  position: absolute;
  left: 70vw;
  top: 20vh;
  text-align: left;
}
main .mapa .infos .hld-info .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
main .mapa .infos .hld-info .info .endereco {
  margin-top: 50px;
  font-size: 2em;
  line-height: 1.6;
}
main .mapa .infos .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: 1;
}

main .social {
  padding: 80px 0 90px 0;
  margin-bottom: -100px;
  background: #ededed;
  margin-top: 100px;
}
main .social h3 {
  font-size: 2.5em;
}
main .social .redes {
  display: flex;
  justify-content: center;
}
main .social .redes a {
  margin: 0 15px;
  padding: 15px;
}

/* FOOTER */
footer {
  background: black;
  padding: 50px 0 50px 0;
}
footer .container {
  max-width: initial;
  padding: 0 88px;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
footer .enderecos {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
  max-width: 660px;
  font-weight: 100;
  color: #ffffff;
  line-height: 1.4;
  position: relative;
}
footer .enderecos .sede {
  min-width: 305px;
}
/* alterado */
footer .enderecos .sede .title {
  font-family: "Neue Machina";
  font-size: 32.77px;
  line-height: 32.77px;
  font-weight: 400;
}
footer .links {
  display: flex;
  justify-content: space-between;
  max-width: 609px;
}
footer .links a {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 14px;
  text-decoration: underline;
}
footer .links a:hover {
  color: #f26722;
}

/* MEDIA QUERY */
@media (min-width: 1920.1px) {
  /* XXL */
  .container {
    max-width: 1920px;
  }
}
@media (max-width: 1920px) {
  /* XXL */
  body {
    font-size: 0.521vw;
  }
}

@media (max-width: 1400px) {
  /* XL */
  body {
    font-size: 0.671vw;
  }
  main .equipe .boxes .box .hld .over p {
    font-size: 0.85em;
  }
}

@media (max-width: 1200px) {
  /* LG */
  body {
    font-size: 0.741vw;
  }
  nav .container {
    max-width: 90%;
  }

  main .destaques .boxes .box {
    padding: 0 15px;
  }
  main .work .boxes .box {
    padding: 0 15px;
  }

  main .topo .bloco-txt {
    margin-left: 5%;
    width: 90%;
  }
  main .news .hld-news h3 {
    text-align: right;
  }

  main .interna .bloco-txt {
    margin: 100px 0 75px 5%;
  }
  main .interna .bloco-txt h3 {
    margin: 20px 0 30px 0;
  }
  main .interna .bloco-txt p {
    width: 85%;
    margin-bottom: 30px;
  }
  main .interna .sub-destaque .img {
    width: 90%;
    margin-left: 5%;
  }
  main .interna .sub-destaque .img .hld:nth-child(n + 2) {
    margin-left: 15px;
  }

  main .news .hld-news .hld-img .hld:nth-child(n + 2) {
    margin-left: 15px;
  }

  main .relacionados .boxes .box {
    padding: 0 15px;
  }

  main .mapa svg {
    width: 150vw;
    margin-left: -50vw;
    height: auto;
  }

  main
    .mandala
    .elementos
    .box-info
    .content
    .sub-destaque
    .img
    .hld:nth-child(n + 2) {
    margin-left: 15px;
  }
  main .mandala .elementos .box-info.on {
    padding: 75px;
  }
}

@media (max-width: 992px) {
  /* MD */
  body {
    font-size: 0.811vw;
  }
  nav .container {
    max-width: 100%;
  }

  main .reel .hld-video .videoWrapper {
    margin-top: -9.35%;
  }

  main .topo .container {
    padding: 140px 15px 77px 15px;
  }
  main .topo h2 br {
    display: none;
  }
  main .topo-destaque h3 {
    margin: 0px 15px 30px 15px;
  }
  main .topo-destaque p {
    margin: 0 15px 30px 15px;
    width: auto;
  }

  main .topo .bloco-txt {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  main .topo .bloco-txt h3 {
    margin: 17px 0 30px 0;
  }
  main .equipe h2 {
    margin-left: 0;
  }
  main .clientes h2 {
    margin-left: 0;
  }

  main .news .hld-news {
    margin-top: 70px;
  }
  main .news .hld-news h3 {
    text-align: left;
  }

  main .destaques .boxes {
    display: block;
    padding-top: 30px;
  }
  main .destaques .boxes .box {
    max-width: 100%;
  }
  main .destaques .boxes .box.g {
    max-width: 100%;
  }
  main .destaques .boxes .box .infos {
    height: 130px;
  }
  main .destaques .boxes .box:hover {
    max-width: 100% !important;
  }

  main .work .boxes {
    display: block;
    padding-top: 30px;
  }
  main .work .boxes .box {
    max-width: 100%;
  }
  main .work .boxes .box.g {
    max-width: 100%;
  }
  main .work .boxes .box .infos {
    height: 130px;
  }
  main .work .boxes .box:hover {
    max-width: 100% !important;
  }

  main .interna .bloco-txt {
    margin: 80px 0 55px 0;
    display: block;
  }
  main .interna .bloco-txt p {
    width: auto;
  }

  main .interna .sub-destaque .img {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  main .interna .sub-destaque .img .hld {
    margin-bottom: 30px;
  }
  main .interna .sub-destaque .img .hld:nth-child(n + 2) {
    margin-left: 0;
  }

  main .news .hld-news .hld-img {
    display: block;
  }
  main .news .hld-news .hld-img .hld {
    margin-bottom: 30px;
  }
  main .news .hld-news .hld-img .hld:nth-child(n + 2) {
    margin-left: 0;
  }

  main .mandala .elementos .box-info .content.collum {
    display: block;
  }
  main .mandala .elementos .box-info .content .sub-destaque .img {
    display: block;
  }
  main .mandala .elementos .box-info .content .sub-destaque .img .hld {
    margin-bottom: 30px;
  }
  main
    .mandala
    .elementos
    .box-info
    .content
    .sub-destaque
    .img
    .hld:nth-child(n + 2) {
    margin-left: 0px;
  }
  main .mandala .elementos .box-info .content .logo {
    float: none;
  }
  main .mandala .elementos .box-info .content.collum .coll:first-child {
    margin-right: 0px;
  }
  main .mandala .elementos .box-info .content.collum .coll:last-child {
    margin-left: 0px;
  }

  main .mandala .elementos .box-info.on {
    padding: 50px;
  }

  main .equipe .boxes .box .hld .over p {
    font-size: 0.9em;
  }
}

@media (max-width: 970px) {
  main .equipe .boxes {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  /* XS */
  body {
    font-size: 0.961vw;
  }
  .container {
    max-width: 95%;
  }

  nav .menu a {
    padding: 0 5px;
    margin: 0 4px;
  }

  main .reel {
    margin-bottom: 0px;
  }
  main .reel .container {
    max-width: 100%;
  }
  main .reel .hld-video {
    background: url("../images/default_02.jpg") no-repeat center;
    background-size: cover;
  }
  main .reel .hld-video .videoWrapper {
    display: none;
  }

  main .topo .busca {
    margin-left: 0;
    width: 100%;
  }
  main .topo .busca input[type="text"] {
    width: 100%;
  }

  main .clientes {
    padding: 40px 0 50px 0;
  }
  main .clientes .logo {
    margin-top: 60px;
  }

  main .relacionados {
    margin-bottom: -75px;
  }
  main .social {
    margin-bottom: -75px;
  }

  main .mandala .elementos {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    transition: all 1s ease;
  }
  main .mandala .elementos svg {
    width: 90vw;
    height: auto;
    transition: all 1s ease;
  }
  main .mapa .infos .hld-info {
    left: 15px;
  }

  footer {
    margin-top: 75px;
  }
}

@media (max-width: 576px) {
  /* XXS */
  body {
    font-size: 1.601vw;
  }

  main .reel .container {
    max-width: 100%;
  }

  nav .menu a {
    font-size: 14px;
    padding: 0 2px;
    margin: 0;
  }

  main .relacionados {
    margin-bottom: -30px;
  }
  main .social {
    margin-bottom: -30px;
  }

  footer {
    margin-top: 30px;
  }
  footer .enderecos {
    font-size: 13px;
  }

  main .destaques .boxes .box .infos {
    height: 100px;
  }

  main .mapa svg {
    width: 175vw;
    margin-left: -75vw;
    height: auto;
  }

  main .mandala .elementos .box-info.on {
    padding: 30px;
    width: 85vw !important;
  }
  main .mandala .elementos .box-info .bt-fechar {
    top: 5px;
    right: 15px;
  }
}

/* BIO MODAL */
.bio-modal-overlay{
  position: fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);
  z-index:1000;
  display: none;
}
.bio-modal{
  position: fixed;
  left:50%;
  top:50%;
  background: #fff;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 48px;
  padding-left: 400px;
  z-index:1000;
  width:calc(100vw - 20px);
  max-width:1080px;
  transform: translate(-50%,-50%);
  display: none;
  font-family: "Space Grotesk";
}
.bio-modal__close{
  position: absolute;
  right:48px;
  top:48px;
  width:40px;
  height:40px;
  z-index:2;
}
.bio-modal__close:before,.bio-modal__close:after{
  content:'';
  width:20px;
  height:2px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background:#000;
  cursor: pointer;
}
.bio-modal__close:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.bio-modal__image{
  position: absolute;
  left:48px;
  top:48px;
}
.bio-modal__image img{
  display: block;
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.bio-modal__position{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.6;
}
.bio-modal__name{
  font-style: normal;
  font-weight: 400;
  font-size: 32.77px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 20px 0px;
}
.bio-modal__about{
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

@media(max-width:767px){
  .bio-modal{
    padding:20px;
  }
  .bio-modal__image{
    position: relative;
    left:0px;
    top:0px;
    margin-bottom: 40px;
  }
  .bio-modal__image img{
    width:200px;
    height:200px;
  }
  .bio-modal__about{
    font-size: 16px;
    line-height: 140%;
    color: #000000;
  }
}
/* BIO MODAL */
/* CONTATO */
.main-contato h3 a{
  font-weight: 700;
  text-decoration: underline;
  color:#000;
}
fieldset{
  display: block;
  margin-bottom: 36px;
}
fieldset:last-child{
  margin-bottom: 0px;
}
label{
  color: #818181;
  font-size: 12px;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
  display: block;
}
input{
  display: block;
  width:100%;
  border:0px;
  border-bottom:2px solid #000 !important;
  color: #000;
  font-size: 16px;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height:48px;
  padding:0px;
}
textarea{
  display: block;
  width:100%;
  border:0px;
  border-bottom:2px solid #000 !important;
  color: #000;
  font-size: 16px;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height:100px;
  resize:none;
}
button{
  height: 48px;
  padding: 0px 48px;
  border-radius: 56px;
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border:0px;
  box-shadow:0px 0px 0px 2px #fff;
  cursor: pointer;
  transition:0.2s;
}
button:hover{
  filter:invert(1);
}
button:disabled{
  opacity: 0.5;
}
button img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top:-2px;
  cursor: pointer;
}

.contact_modal_overlay{
  position: fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  backdrop-filter: blur(10px);
  z-index:1000;
}
.contact_modal_container{
  position: fixed;
  left:50%;
  top:50%;
  background: #fff;
  overflow: auto;
  padding: 48px;
  z-index:1000;
  width:calc(100vw - 20px);
  max-width:540px;
  transform: translate(-50%,-50%);
  font-family: "Space Grotesk";
  border-radius:12px;
  text-align: center;
}
.contact_modal_container__icon{
  margin-bottom: 32px;
}
.contact_modal_container__title{
  margin-bottom: 32px;
  color: var(--dark-tone-8, #1C1C1C);
  text-align: center;
  font-size: 50px;
  font-family: Neue Machina;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  letter-spacing: -1px;
}
.contact_modal_container__text{
  margin-bottom: 32px;
  color: var(--dark-tone-8, #1C1C1C);
  text-align: center;
  font-size: 16px;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact_modal_container__button{
  padding: 16px 48px;
  border-radius: 56px;
  background: #000;
  color: #FFF !important;
  text-align: center;
  font-size: 18px;
  font-family: Space Grotesk;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border:0px;
  box-shadow:0px 0px 0px 2px #fff;
  cursor: pointer;
  display: inline-block;
  transition:0.2s;
}
.contact_modal_container__button:hover{
  filter:invert(1);
}
.contact_modal_container__button img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top:-1px;
  cursor: pointer;
}
@media(max-width:767px){
  footer .container{
    padding:0px 20px;
  }
}
/* CONTATO */

.CodeMirror{
  display: none;
}