@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
div#wpadminbar {
  display: none; }

html {
  margin: 0 !important; }

body {
  margin: 0 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  position: relative; }

.fluid50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.fluid150 {
  padding-left: 150px !important;
  padding-right: 150px !important; }

.bg-black {
  background-color: #181818;
  color: #fff;
  padding: 200px;
  height: 100%; }
  .bg-black p {
    color: #fff !important; }

h1, h2 {
  font-weight: 700 !important; }

a.arrow {
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 2px; }
  a.arrow i {
    font-size: 30px;
    padding-left: 10px;
    transition: all .4s; }
  a.arrow:hover {
    color: #fff; }
    a.arrow:hover i {
      transform: translateX(10px); }

a {
  text-decoration: none !important; }

p {
  color: #000; }

img.img-center {
  margin: 0 auto;
  display: block; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.centerleft {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

a.link {
  max-width: max-content;
  display: flex; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 900px) {
  .fluid150 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .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; }

  .bg-black {
    padding: 30px; } }
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 40px 0;
  transition: all .5s; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px; }
  header .brand {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    header .brand img#img-logo {
      height: 80px;
      transition: all 1s; }
  @media screen and (max-width: 900px) {
    header .brand img#img-logo {
      height: 50px; } }

section.pageTitle {
  background-position: center;
  background-size: cover;
  height: 500px;
  padding-top: 100px;
  color: #fff; }
  section.pageTitle h1 {
    margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    section.pageTitle {
      height: 300px;
      padding-top: 40px; } }

.top-banner {
  height: 100vh;
  position: relative;
  padding-bottom: 100px; }
  .top-banner video.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8); }
  .top-banner .splide__slide {
    padding-bottom: 100px; }
  .top-banner .splide__pagination {
    bottom: 40px; }
  .top-banner .splide__pagination li {
    margin: 0 2px; }
  .top-banner .splide__pagination__page {
    height: 10px;
    width: 10px;
    margin: 5px;
    background: #fff;
    opacity: 0.9; }
  .top-banner .splide__pagination__page.is-active {
    transform: scale(1.8);
    opacity: 1; }
  .top-banner .top-banner-title {
    max-width: 100%;
    text-align: center;
    padding: 0 40px;
    position: relative;
    color: #fff; }
    .top-banner .top-banner-title h3 {
      font-size: 22px;
      font-weight: 700; }
    .top-banner .top-banner-title h1 {
      font-size: 60px; }
    .top-banner .top-banner-title p {
      color: #fff;
      font-size: 26px; }
    .top-banner .top-banner-title a {
      font-size: 20px;
      color: #fff; }
  .top-banner .scroll-to-bottom {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 50px; }
    .top-banner .scroll-to-bottom a {
      font-size: 26px;
      line-height: 17px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      transform: rotate(-90deg);
      position: relative;
      bottom: 82px;
      white-space: nowrap;
      letter-spacing: 8px;
      display: inline-block;
      max-width: 17px; }
      .top-banner .scroll-to-bottom a:before {
        background: url("../img/banner-arrow.svg") no-repeat;
        position: absolute;
        left: -60px;
        width: 17px;
        height: 60px;
        display: inline-block;
        content: "";
        transform: rotate(90deg);
        top: -17px; }
  .top-banner .scrollIcon {
    position: absolute;
    bottom: 25px;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%); }
    .top-banner .scrollIcon .circle-1, .top-banner .scrollIcon .circle-2 {
      animation: scroll 2s infinite linear;
      opacity: 0; }
    .top-banner .scrollIcon .circle-2 {
      animation-delay: 1s; }
@keyframes scroll {
  0% {
    cy: 4;
    opacity: 0; }
  45%, 55% {
    opacity: 1;
    cy: 9; }
  100% {
    cy: 14;
    opacity: 0; } }
  @media screen and (max-width: 900px) {
    .top-banner {
      height: 92vh;
      padding-bottom: 0; }
      .top-banner .align-items-end {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
      .top-banner .top-banner-title {
        padding: 0 10px; }
        .top-banner .top-banner-title h1 {
          font-size: 36px; }
        .top-banner .top-banner-title h3 {
          font-size: 18px; }
        .top-banner .top-banner-title p {
          font-size: 28px;
          line-height: 28px; }
      .top-banner .splide__slide {
        padding-bottom: 0px; }
      .top-banner .scroll-to-bottom {
        bottom: 30px;
        right: 30px; }
        .top-banner .scroll-to-bottom a {
          font-size: 16px; } }

.products {
  padding: 100px 0; }
  .products .splide__slide img {
    vertical-align: bottom;
    width: 100%;
    height: 600px;
    object-fit: cover; }
  .products .bgtransition {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #eeeded;
    opacity: 0; }
  .products .splide__arrow {
    background: #000;
    opacity: 1; }
    .products .splide__arrow svg {
      fill: #fff; }
  .products .splide__arrow--prev {
    left: -5em; }
  .products .splide__arrow--next {
    right: -5em; }
  .products .splide__pagination {
    bottom: -5em; }
  .products .splide__pagination li {
    margin: 0 2px; }
  .products .splide__pagination__page {
    height: 8px;
    width: 8px;
    margin: 5px;
    background: #000;
    opacity: 0.9; }
  .products .splide__pagination__page.is-active {
    transform: scale(2.5);
    background: transparent;
    border: solid 1px #505050;
    opacity: 1; }
  .products button:focus {
    outline: none !important; }
  .products h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 40px;
    margin-bottom: 20px; }
  .products h3 {
    font-size: 18px; }
  .products a {
    color: #000; }
  .products a.arrow {
    margin-top: 30px; }
    .products a.arrow:hover {
      color: #000; }
  @media screen and (max-width: 900px) {
    .products {
      padding: 80px 0; }
      .products h2 {
        font-size: 32px;
        margin-bottom: 10px; }
      .products a.arrow {
        margin-top: 10px;
        margin-bottom: 20px; }
      .products .splide__slide img {
        height: 500px; }
      .products .splide__pagination {
        bottom: -3em; } }

.projects {
  padding: 100px 0 0; }
  .projects .box-product {
    position: relative;
    height: 650px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 50px; }
    .projects .box-product .absolute-background {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0%;
      right: 0%;
      z-index: 5;
      background-color: #181818;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .projects .box-product .img-product {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0%;
      right: 0%;
      z-index: -1;
      overflow: hidden; }
      .projects .box-product .img-product img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 15000ms ease;
        transition: all 15000ms ease; }
    .projects .box-product:hover .img-product img {
      transform: scale(1.5); }
  .projects h2 {
    letter-spacing: 2px;
    font-size: 45px;
    margin-bottom: 20px; }
  .projects h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  @media screen and (max-width: 900px) {
    .projects {
      padding: 50px 0 0; }
      .projects .box-product {
        height: 500px; }
      .projects h2 {
        text-align: center; } }

div.cta {
  padding: 30px 0;
  background-color: #303030; }

section.sobre {
  padding: 100px 0 80px; }
  section.sobre h4 {
    font-size: 26px;
    margin-bottom: 65px; }
  section.sobre h2 {
    font-size: 36px; }
  section.sobre h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 5px; }
  section.sobre p {
    font-size: 17px;
    line-height: 26px;
    padding-right: 50px; }
  section.sobre img {
    width: 100%;
    height: 350px;
    object-fit: cover; }
  @media screen and (max-width: 900px) {
    section.sobre {
      padding: 60px 0 40px; }
      section.sobre .mb-5, section.sobre .my-5 {
        margin-bottom: 0rem !important; }
      section.sobre h4 {
        font-size: 20px;
        margin-bottom: 50px; }
      section.sobre h3 {
        font-size: 27px; }
      section.sobre p {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0px; }
      section.sobre img {
        margin-top: 30px; } }

section.sobre._2 .box-over {
  height: 100%; }
  section.sobre._2 .box-over img {
    height: 100%; }
@media screen and (max-width: 900px) {
  section.sobre._2 {
    padding: 15px 0 40px; }
    section.sobre._2 img {
      margin-top: 0px; } }

section.sobre._3 {
  padding: 0 0 80px; }
  section.sobre._3 a.arrow {
    color: #000; }
  @media screen and (max-width: 900px) {
    section.sobre._3 {
      padding: 0 0 40px; }
      section.sobre._3 h2 {
        font-size: 34px; } }

section.contato {
  padding: 80px 0; }
  section.contato .formulario {
    margin-top: 80px; }
    section.contato .formulario label {
      color: #8f8f8f;
      margin-bottom: 0px; }
    section.contato .formulario input.form-control, section.contato .formulario textarea {
      border: none;
      border-bottom: solid 1px #0000007d;
      border-radius: 0px;
      color: #000;
      font-size: 18px;
      box-shadow: none !important;
      padding: 5px 0;
      margin-bottom: 20px; }
      section.contato .formulario input.form-control::placeholder, section.contato .formulario textarea::placeholder {
        color: #000; }
    section.contato .formulario textarea {
      height: 150px; }
    section.contato .formulario input.btn.btn-enviar {
      background-color: #000;
      margin-right: 10px;
      padding: 20px 45px 20px 22px;
      text-transform: uppercase;
      border-radius: 0px;
      background-image: url("../img/seta.svg");
      background-position: 86% 50%;
      background-size: 11px;
      background-repeat: no-repeat;
      -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
      transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
      color: #fff;
      font-size: 18px;
      line-height: 1;
      text-decoration: none; }
      section.contato .formulario input.btn.btn-enviar:hover {
        background-color: #8f8f8f;
        -webkit-transform: translate(3px, 0px);
        -ms-transform: translate(3px, 0px);
        transform: translate(3px, 0px);
        color: #fff; }
  section.contato .wpcf7-response-output {
    width: 100%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500; }
  section.contato .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900; }
  section.contato .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450; }
  @media screen and (max-width: 900px) {
    section.contato {
      padding: 50px 0; }
      section.contato .formulario {
        margin-top: 50px; } }

.collabs {
  background-position: center;
  background-size: cover; }
  .collabs p {
    line-height: 30px; }
  .collabs a.arrow {
    margin: 0 auto;
    max-width: max-content; }
  @media screen and (max-width: 900px) {
    .collabs {
      padding-bottom: 0; }
      .collabs .top-banner-title p {
        font-size: 16px;
        line-height: 20px; } }

.single-projeto img {
  height: 90vh;
  object-fit: cover; }
.single-projeto .btn--play {
  background: transparent;
  border: none;
  color: white;
  font-size: 2em;
  fill: white;
  height: 6em;
  width: 6em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none !important; }
.single-projeto .btn--play::before, .single-projeto .btn--play::after {
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
.single-projeto .btn--play::before {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.2rem white;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, fill 0.3s ease; }
.single-projeto .btn--play:hover {
  fill: black; }
.single-projeto .btn--play:hover::before {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0.2rem black;
  transform: scale(1.2); }
.single-projeto .btn--play:hover:after {
  display: none; }
.single-projeto .btn--play::after {
  -webkit-animation: radiate 1.75s ease-out infinite;
  animation: radiate 1.75s ease-out infinite;
  box-shadow: inset 0 0 0 1em rgba(255, 255, 255, 0);
  opacity: 0;
  pointer-events: none; }
.single-projeto .icon {
  width: 6em;
  height: 6em;
  padding-top: 10px; }
@-webkit-keyframes radiate {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  80% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1; }
  100% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1); } }
@keyframes radiate {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1); }
  80% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.1; }
  100% {
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1); } }
.single-projeto iframe#video {
  width: 100%;
  height: 600px; }
@media screen and (max-width: 900px) {
  .single-projeto iframe#video {
    height: 400px; } }

section.blog .box-noticia .overflow {
  overflow: hidden;
  height: 230px; }
  section.blog .box-noticia .overflow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 15000ms ease;
    transition: all 15000ms ease; }
section.blog .box-noticia:hover .overflow img {
  transform: scale(1.5); }
section.blog .box-noticia p.date {
  color: #da291c;
  margin: 20px 0 20px;
  letter-spacing: 1px; }
section.blog .box-noticia h3 {
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700; }

.pagination {
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .pagination .page-numbers {
    color: #4c1e47;
    display: block;
    width: auto;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none; }
    .pagination .page-numbers:hover {
      font-weight: 700;
      color: #006dc7; }
  .pagination .current {
    font-weight: 700;
    color: #006dc7; }

.single-post {
  padding: 200px 0 100px; }
  .single-post img.imgthumbnail {
    max-width: 100%;
    margin: 30px auto;
    display: block;
    height: auto;
    object-fit: cover; }
  .single-post p.date {
    color: #da291c;
    margin: 20px 0 20px;
    letter-spacing: 1px;
    font-size: 20px; }
  .single-post h1 {
    color: #181818;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 42px; }
  @media screen and (max-width: 900px) {
    .single-post {
      padding: 100px 0 100px; }
      .single-post h1 {
        font-size: 30px; }
      .single-post p.date {
        font-size: 16px; } }

.relacionados h4.related-title {
  color: #181818;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 42px; }

footer {
  padding: 100px 0 30px;
  background-color: #181818; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer ul.redes-sociais {
    flex-wrap: wrap; }
    footer ul.redes-sociais li {
      display: flex;
      max-width: calc(100% / 4);
      flex: 0 0 calc(100% / 4);
      margin-bottom: 30px; }
      footer ul.redes-sociais li a {
        letter-spacing: 2px; }
  footer hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #303030; }
  footer p.small {
    color: #646464;
    text-align: center;
    padding: 0 15%; }
  footer .brand {
    background-color: #303030;
    padding: 30px;
    margin-top: 50px; }
    footer .brand img {
      max-width: 200px;
      height: 40px; }
  @media screen and (max-width: 900px) {
    footer {
      padding: 50px 0 0px; }
      footer ul.redes-sociais li {
        max-width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        margin-bottom: 10px; } }

.whatsflutuante {
  background-repeat: no-repeat;
  text-indent: 9999px;
  z-index: 200;
  width: 100px;
  height: 100px;
  position: fixed;
  right: 3em;
  bottom: 3em;
  background-image: url("../img/whatsapp.png");
  background-size: contain; }
  @media screen and (max-width: 1600px) {
    .whatsflutuante {
      width: 90px;
      height: 90px; } }
  @media screen and (max-width: 900px) {
    .whatsflutuante {
      width: 75px;
      height: 82px;
      right: 1em;
      bottom: 1em; } }

/*------------------------------------*\
    MATERIAL PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
  max-width: 100%;
  margin: 0 auto; }
  .m-p-g__thumbs-img {
    margin: 0;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    z-index: 1;
    position: relative;
    opacity: 0;
    filter: brightness(100%);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: opacity, transform;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 300px;
    object-fit: cover; }
    .m-p-g__thumbs-img.active {
      z-index: 50; }
    .m-p-g__thumbs-img.layout-completed {
      opacity: 1; }
    .m-p-g__thumbs-img.hide {
      opacity: 0; }
    .m-p-g__thumbs-img:hover {
      filter: brightness(110%); }
  .m-p-g__fullscreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
    will-change: background, visibility;
    backface-visibility: hidden; }
    .m-p-g__fullscreen.active {
      transition: background .25s ease-out, visibility .01s 0s linear;
      visibility: visible;
      background: rgba(0, 0, 0, 0.95);
      z-index: 1000; }
    .m-p-g__fullscreen-img {
      pointer-events: none;
      position: absolute;
      transform-origin: left top;
      top: 50%;
      left: 50%;
      max-height: 100vh;
      max-width: 100%;
      visibility: hidden;
      will-change: visibility;
      transition: opacity 0.5s ease-out; }
      .m-p-g__fullscreen-img.active {
        visibility: visible;
        opacity: 1 !important;
        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out; }
      .m-p-g__fullscreen-img.almost-active {
        opacity: 0;
        transform: translate3d(0, 0, 0) !important; }
  .m-p-g__controls {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6000;
    height: 20vh;
    background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
    .m-p-g__controls.active {
      opacity: 1;
      visibility: visible; }
    .m-p-g__controls-close, .m-p-g__controls-arrow {
      appearance: none;
      border: none;
      background: none; }
      .m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
        outline: none; }
    .m-p-g__controls-arrow {
      position: absolute;
      z-index: 1;
      top: 0;
      width: 20%;
      height: 100vh;
      display: flex;
      align-items: center;
      cursor: pointer;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      opacity: 0; }
      .m-p-g__controls-arrow:hover {
        opacity: 1; }
      .m-p-g__controls-arrow--prev {
        left: 0;
        padding-left: 3vw;
        justify-content: flex-start; }
      .m-p-g__controls-arrow--next {
        right: 0;
        padding-right: 3vw;
        justify-content: flex-end; }
    .m-p-g__controls-close {
      position: absolute;
      top: 3vh;
      left: 3vw;
      z-index: 5;
      cursor: pointer;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .m-p-g__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    transition: all .25s ease-out; }
    .m-p-g__btn:hover {
      background: rgba(255, 255, 255, 0.15); }
  .m-p-g__alertBox {
    position: fixed;
    z-index: 999;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 25px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    color: grey; }
    .m-p-g__alertBox h2 {
      color: red; }

@media screen and (max-width: 900px) {
  .m-p-g__thumbs-img {
    width: 100%; } }

/*# sourceMappingURL=styles.css.map */
