@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/TTNormsPro-ExtraBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
* {
  box-sizing: border-box; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  background-color: #E3E6E0;
  font-family: "TT Norms";
  color: #404244;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #53616D; }

::selection {
  color: #fff;
  background: #53616D; }

.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; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.show-for-small {
  display: none !important; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 275px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #E3E6E0; }
  .cookiealert p {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-bottom: 10px; }
  .cookiealert a {
    color: #fff; }
  .cookiealert button.acceptcookies {
    background-color: #404244;
    color: #fff;
    padding: 10px !important;
    border-radius: 12px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    border: none;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; }
    .cookiealert button.acceptcookies {
      margin: 0 auto; } }
@media (min-width: 1240px) {
  .container {
    max-width: 1230px; } }
@media (max-width: 1240px) and (min-width: 900px) {
  .container {
    max-width: 1130px; } }
img {
  max-width: 100%;
  display: block; }

p {
  margin-bottom: 5px; }

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all .2s ease-in-out;
  cursor: pointer; }
  a:hover {
    opacity: .7; }

.destaques {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 22px; }

.subtitle {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 6px;
  font-weight: 400;
  margin-bottom: 40px; }
  .subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    border: 1px solid #404244;
    height: 150%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px; }

.small-t {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 48px; }

.body {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2; }

.swiper {
  width: 100%; }

.swiper-wrapper {
  display: flex;
  height: 100%; }

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-navigation-icon {
  display: none; }

.swiper-button-prev {
  left: 22px !important;
  transition: all ease 300ms; }
  .swiper-button-prev:hover {
    transform: translateX(-3px); }

.swiper-button-next {
  right: 22px !important;
  transition: all ease 300ms; }
  .swiper-button-next:hover {
    transform: translateX(3px); }

.swiper-button-prev::after {
  content: url("../img/icons/slide-prev.svg"); }

.swiper-button-next::after {
  content: url("../img/icons/slide-next.svg"); }

.row-custom {
  display: flex;
  gap: 56px; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000; }

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center; }

.modal.active {
  opacity: 1; }

.modal-content {
  background: #E3E6E0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5vw;
  padding: 5vw;
  border-radius: 0px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 300ms ease; }
  .modal-content img {
    min-width: 60%;
    max-width: 70%;
    height: auto;
    max-height: 100%;
    object-fit: cover; }
  .modal-content .content {
    max-width: 350px;
    padding-bottom: 60px; }
    .modal-content .content p {
      font-size: 15px;
      line-height: 120%;
      font-weight: 300;
      margin-bottom: 0; }
    .modal-content .content ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .modal-content .content ul li {
        font-size: 16px;
        font-weight: 300;
        margin-top: 8px; }
  .modal-content h3 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 25px; }
  @media screen and (max-width: 1140px) {
    .modal-content {
      flex-direction: column;
      justify-content: start !important;
      overflow: auto;
      padding: 70px 15px; }
      .modal-content .content {
        max-width: 100%;
        padding-bottom: 20px; }
      .modal-content img {
        min-width: auto !important;
        width: 100% !important;
        max-width: 100% !important; }
      .modal-content h3 {
        font-size: 22px;
        letter-spacing: 4px;
        text-align: center;
        margin-bottom: 15px; } }

#modal-localizacao .modal-content {
  justify-content: center;
  align-items: center; }
  #modal-localizacao .modal-content img {
    min-width: 614px;
    max-width: 614px;
    object-fit: contain; }

.modal.active .modal-content {
  opacity: 1; }

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: transform 0.2s ease; }

.modal-close:hover {
  transform: rotate(90deg); }

.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  top: 50%;
  left: 0; }

.modal-close::before {
  transform: rotate(45deg); }

.modal-close::after {
  transform: rotate(-45deg); }

header {
  position: relative;
  width: 100%;
  background-color: #E3E6E0;
  padding: 30px 0;
  z-index: 100; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header a.brand img {
    max-width: 162px; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 50px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 20px; }
      header nav.nav-menu ul li {
        position: relative;
        margin-bottom: 0; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #53616D;
          font-size: 0.875rem;
          text-transform: uppercase;
          line-height: 1;
          letter-spacing: 2px;
          padding: 5px;
          text-align: center;
          text-decoration: none !important;
          transition: all ease 200ms; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 1px;
    width: 30px;
    border-radius: 0px;
    background-color: #53616D;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #53616D;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li a {
          color: #fff;
          font-size: 0.875rem;
          text-align: left;
          padding: 22px 15px;
          border-bottom: solid 1px #ffffff30; }
          header .menu-overlay .nav-menu ul li a:after {
            display: none; }
          header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
            opacity: 1;
            background-color: #E3E6E0;
            color: #53616D; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1380px) {
    header {
      padding: 20px 0; }
      header nav.nav-menu ul li a {
        font-size: 0.75rem; } }
  @media screen and (max-width: 1140px) {
    header {
      padding: 15px 0; }
      header a.brand img {
        max-width: 100px; } }

.main-hero {
  height: 85vh;
  background-image: linear-gradient(rgba(4, 4, 4, 0.3), rgba(4, 4, 4, 0.3)), url("../img/main-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.about-1 {
  padding: 200px 0 80px; }
  .about-1 .destaques {
    margin-bottom: 40px; }
  .about-1 .col-left {
    min-width: 476px; }
  .about-1 .col-right {
    max-width: 668px; }

.about-2 {
  padding: 90px 0; }
  .about-2 .col-right {
    max-width: 577px;
    display: flex;
    flex-direction: column; }
    .about-2 .col-right .subtitle {
      margin-top: auto; }
  .about-2 .body {
    max-width: 447px; }

.about-3 {
  padding: 90px 0; }
  .about-3 .row-custom {
    gap: 140px; }
  .about-3 .col-left {
    min-width: 380px; }
  .about-3 .col-right {
    max-width: 668px; }
  .about-3 .swiperAbout2 {
    min-width: 668px; }
  .about-3 .small-t {
    margin-top: 93px;
    display: flex;
    gap: 15px;
    align-items: center; }
    .about-3 .small-t img {
      transition: all .2s ease-in; }
    .about-3 .small-t:hover img {
      opacity: 1;
      transform: translateX(10px); }

.video-section {
  padding-bottom: 60px; }
  .video-section .video-wrapper {
    padding-bottom: 56.25%;
    overflow: hidden; }
  .video-section .bg-video-thumb, .video-section iframe {
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .video-section .bg-video-thumb {
    background-size: cover !important;
    background-position: center !important;
    z-index: 100; }
  .video-section .video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    height: 77px;
    transition: all ease 300ms;
    cursor: pointer; }
    .video-section .video-player::after {
      content: '';
      background-image: url("../img/icons/player-icon.svg");
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: contain; }
    .video-section .video-player:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }

.lazer {
  padding: 60px 0 80px; }
  .lazer .swiperLazer {
    margin-top: 80px; }
  .lazer .swiper-slide {
    cursor: pointer; }
    .lazer .swiper-slide img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .lazer .swiper-slide .overlay {
      position: absolute;
      z-index: 1;
      background-color: #000000b3;
      inset: 0%;
      width: 100%;
      height: 100%;
      opacity: 1;
      visibility: visible;
      transition: all ease 300ms; }
    .lazer .swiper-slide p {
      position: absolute;
      color: #FFF;
      margin-bottom: 0;
      font-weight: 400;
      font-size: 16px;
      z-index: 2;
      opacity: 1;
      visibility: visible;
      transition: all ease 300ms; }
    .lazer .swiper-slide:hover .overlay, .lazer .swiper-slide:hover p {
      opacity: 0;
      visibility: hidden; }
  .lazer .swiper .swiper-button-prev, .lazer .swiper .swiper-button-next {
    bottom: 12px;
    top: auto !important; }

.about-5 {
  padding: 80px 0; }
  .about-5 .apt {
    max-width: 476px; }
    .about-5 .apt p {
      max-width: 379px; }
  .about-5 .swiperPlantas {
    margin-top: 20px; }
    .about-5 .swiperPlantas .swiper-button-next {
      right: 10px !important; }
    .about-5 .swiperPlantas .swiper-button-prev {
      left: 10px !important; }
    .about-5 .swiperPlantas .swiper-button-prev::after {
      content: url("../img/icons/slide-prev1.svg"); }
    .about-5 .swiperPlantas .swiper-button-next::after {
      content: url("../img/icons/slide-next2.svg"); }
    .about-5 .swiperPlantas .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
      height: auto; }
      .about-5 .swiperPlantas .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 728px;
        max-height: 550px;
        object-fit: contain; }
  .about-5 .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: max-content;
    height: 100%;
    position: relative; }
    .about-5 .info h4 {
      letter-spacing: 2px;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .about-5 .info p {
      line-height: 1.2;
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 2px; }
    .about-5 .info::before {
      position: absolute;
      content: '';
      display: block;
      height: 120px;
      left: -25px;
      width: 1px;
      background-color: #404244; }
  .about-5 .swiperAbout5 {
    margin-top: 60px; }
    .about-5 .swiperAbout5 .swiper-button-prev, .about-5 .swiperAbout5 .swiper-button-next {
      bottom: 12px;
      top: auto !important; }

.about-6 {
  padding: 80px 0; }
  .about-6 .row-custom {
    gap: 100px; }
  .about-6 .col-left {
    max-width: 420px; }
  .about-6 .col-right {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .about-6 img {
    width: 678px; }

.contact-section {
  padding: 80px 0 90px; }
  .contact-section .row-custom {
    gap: 111px; }
    .contact-section .row-custom .col-left {
      min-width: 397px; }
    .contact-section .row-custom .col-right {
      width: 100%; }
    .contact-section .row-custom form {
      display: flex;
      flex-direction: column;
      gap: 35px; }
      .contact-section .row-custom form input {
        width: 100%;
        background-color: transparent;
        border: none;
        font-size: 14px;
        letter-spacing: 2px;
        border-bottom: 1px solid #404244;
        padding: 2px 0 8px 0px;
        outline: none; }
      .contact-section .row-custom form input::placeholder, .contact-section .row-custom form .interesse label, .contact-section .row-custom form .interesse legend {
        letter-spacing: 5px;
        color: #404244;
        line-height: 1; }
      .contact-section .row-custom form legend, .contact-section .row-custom form label {
        width: fit-content;
        font-size: 14px;
        margin-bottom: 0; }
      .contact-section .row-custom form .interesse {
        display: flex;
        gap: 25px;
        align-items: center; }
        .contact-section .row-custom form .interesse input {
          border: 1px solid #404244;
          border-radius: 0;
          width: 15px;
          height: 15px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0;
          appearance: none;
          filter: hue-rotate(90deg) saturate(11%) brightness(89%); }
          .contact-section .row-custom form .interesse input:checked {
            background-color: #007bff;
            border-color: #007bff; }
          .contact-section .row-custom form .interesse input:checked::before {
            content: '';
            display: block;
            width: 5px;
            height: 12px;
            border: solid white;
            border-width: 0 0.15em 0.15em 0;
            transform: rotate(45deg);
            margin-left: 0.2em;
            margin-top: -0.1em; }
        .contact-section .row-custom form .interesse div {
          display: flex;
          gap: 14px;
          align-items: center; }
      .contact-section .row-custom form span[data-name="objetivo"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        bottom: 0;
        right: 0; }
      .contact-section .row-custom form .wpcf7-submit {
        display: flex;
        border: none;
        background-color: #53616D;
        max-width: fit-content;
        font-size: 14px;
        color: #D9D9D9;
        gap: 14px;
        padding: 14px 30px 12px;
        line-height: 1;
        letter-spacing: 5px;
        cursor: pointer;
        outline: none;
        transition: all ease 300ms; }
        .contact-section .row-custom form .wpcf7-submit:hover {
          opacity: 0.8; }
      .contact-section .row-custom form span.wpcf7-spinner {
        position: absolute;
        bottom: 10px;
        left: 35px; }
      .contact-section .row-custom form .wpcf7-not-valid-tip {
        font-size: 12px;
        margin: 5px 0 0; }
      .contact-section .row-custom form .wpcf7-response-output {
        margin: 0 !important;
        text-align: center;
        padding: 15px !important; }

footer {
  padding-bottom: 38px; }
  footer .footer-flex {
    padding-top: 25px;
    border-top: .5px solid #404244;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .footer-flex .social-buttons {
      display: flex;
      margin-bottom: 25px;
      gap: 8px; }
  footer p {
    color: #8C8C8C;
    font-size: 14px; }

@media screen and (max-width: 1380px) {
  .about-1 {
    padding: 120px 0 60px; }

  .about-2, .about-3 {
    padding: 60px 0; }

  .lazer, .about-5 {
    padding: 40px 0 60px; }

  .lazer .swiperLazer {
    margin-top: 60px; }

  .about-6 {
    padding: 40px 0; }

  .contact-section {
    padding: 60px 0 80px; } }
@media screen and (max-width: 1140px) {
  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  br {
    display: none; }

  .row-custom {
    flex-direction: column;
    gap: 40px !important; }

  .destaques {
    font-size: 28px; }

  .subtitle {
    max-width: max-content;
    margin: 0 auto 30px; }

  .main-hero {
    height: 80vh; }
    .main-hero img {
      max-width: 80%; }

  .about-1 {
    padding: 80px 0 40px; }
    .about-1 .destaques {
      margin-bottom: 30px; }

  .about-2 .row-custom {
    flex-direction: column-reverse; }

  .video-section .video-player {
    width: 57px;
    height: 57px; }

  .destaques {
    text-align: center;
    max-width: 750px; }

  p {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }

  .about-1 .col-right,
  .about-2 img,
  .about-2 .col-right,
  .about-3 .col-right,
  .lazer .col-md-6,
  .destaques,
  .apt,
  .about-6 .col-left {
    margin-left: auto;
    margin-right: auto; }

  .about-3 .swiperAbout2 {
    min-width: auto; }

  .about-3 .small-t {
    justify-content: center;
    font-size: 12px;
    margin-top: 30px; }

  .about-6 .col-right {
    justify-content: center;
    gap: 8px; }

  .about-2, .about-3 {
    padding: 30px 0; }

  .lazer {
    padding-top: 20px; }
    .lazer .swiperLazer {
      margin-top: 40px; }
    .lazer .swiper-slide img {
      max-width: 100%;
      width: 100%; }

  .about-5 {
    padding-bottom: 40px; }
    .about-5 .swiperPlantas {
      margin-top: 40px; }
      .about-5 .swiperPlantas .swiper-button-prev, .about-5 .swiperPlantas .swiper-button-next {
        top: 40px; }
      .about-5 .swiperPlantas .swiper-slide {
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start; }
        .about-5 .swiperPlantas .swiper-slide img {
          max-width: 100%;
          max-height: 300px;
          object-fit: contain; }
    .about-5 .info {
      height: auto; }
      .about-5 .info:before {
        display: none; }

  .contact-section {
    padding: 40px 0 60px; }

  .contact-section .row-custom form .interesse {
    gap: 20px; }

  footer p {
    text-align: left;
    margin-left: 0; }

  .about-1 .col-right,
  .about-3 .col-right {
    width: 100%; }

  .col-left, .col-right {
    min-width: auto !important; }

  .swiperPlantas {
    margin-top: 30px; }

  .interesse {
    flex-direction: column;
    align-items: start !important; } }

/*# sourceMappingURL=styles.css.map */
