/*
Theme Name: Nazca
Theme URI: https://nazca.com
Template: blocksy
Author: J1 Studio
Author URI: https://j1studio.com.br
Description: Blocksy is a blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. It works like a charm with popular WordPress page builders, including Elementor, Beaver Builder, Visual Composer and Brizy. Since it is responsive and adaptive, translation ready, SEO optimized and has WooCommerce built-in, you will experience an easy build and even an increase in conversions. Note: Blocksy is built with the latest web technologies in order to bring you the smoothest experience, that told, old browsers like IE 11 and below may not work as expected. We strongly recommend you to update/switch to a modern browser.
Tags: blog,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,buddypress,rtl-language-support,news
Version: 1.0.0
*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outine: none;
  will-change: auto;
}
:root {
  --space-xs: 8px;
  --space-s: 16px;
  --space-m: 24px;
  --space-l: 32px;
  --space-xl: 48px;
  --space-xxl: 64px;
  --space-3xl: 80px;
  --space-4xl: 120px;
  --space-5xl: 160px;
  --space-6xl: 200px;
  --gap-responsive: 24px;
  --section-padding-responsive: 88px;
}
@media (max-width: 767px) {
  :root {
    --gap-responsive: 16px;
    --section-padding-responsive: 48px;
  }
}
[class*="grid-"] .gspb_row__content {
  display: grid !important;
  gap: var(--gap-responsive) !important;
  flex-wrap: unset !important;
}
[class*="grid-"] .gspb_row__content > div {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  flex: unset !important;
}
.grid-2 .gspb_row__content {
  grid-template-columns: repeat(2, 1fr) !important;
}
.grid-3 .gspb_row__content {
  grid-template-columns: repeat(3, 1fr) !important;
}
.grid-4 .gspb_row__content {
  grid-template-columns: repeat(4, 1fr) !important;
}
.grid-auto .gspb_row__content {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
.grid-nowrap .gspb_row__content {
  grid-auto-flow: column !important;
  grid-template-columns: auto !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
  scrollbar-width: none;
}
.grid-nowrap .gspb_row__content::-webkit-scrollbar {
  display: none;
}
.grid-nowrap .gspb_row__content > div {
  width: 80vw !important;
  max-width: 400px !important;
  scroll-snap-align: start;
  flex-shrink: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .grid-4 .gspb_row__content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 767px) {
  .grid-2:not(.grid-nowrap) .gspb_row__content,
  .grid-3:not(.grid-nowrap) .gspb_row__content,
  .grid-4:not(.grid-nowrap) .gspb_row__content {
    grid-template-columns: 1fr !important;
  }
}
.heading__hero:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.heading__hero:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .heading__hero br,
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
p:empty {
  display: none;
}
p:last-child {
  margin-block-end: 0 !important;
  margin-bottom: 0 !important;
}
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child,
table:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul,
ol,
dl {
  margin-bottom: 1.5em;
  padding-bottom: 0;
}
a {
  transition: 0.2s ease;
  outline: none;
}
a:active,
a:focus {
  outline: none;
}
a:before {
  transition: 0.1s ease;
}
a:hover:before {
  transition: 0.1s ease;
}
li p,
li ul {
  margin-top: 0;
  margin-bottom: 0;
}
body.hide-section__galleries .section__galleries {
  display: none !important;
}
body.hide-section__location .section__location {
  display: none !important;
}
body.hide-section__documents .section__documents {
  display: none !important;
}
body.hide-section__tour .section__tour {
  display: none !important;
}
body.hide-section__differentials .section__differentials {
  display: none !important;
}
body.hide-section__partners .section__partners {
  display: none !important;
}
body.hide-section__leisure .section__leisure {
  display: none !important;
}
body.hide-section__video .section__video {
  display: none !important;
}
body.hide-section__region .section__region {
  display: none !important;
}
.nz-bf {
  display: inline;
}
.nz-bf--white {
  color: #fff !important;
}
.nz-bf--upper {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nz-bf--bold {
  font-weight: 700;
}
.nz-galleries {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.nz-galleries__tabs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .nz-galleries__tabs {
    justify-content: center;
  }
}
.nz-galleries__tabs.is-single .nz-galleries__tab {
  background: transparent;
  color: #0a8bd8;
  cursor: default;
  padding-left: 0;
  padding-right: 0;
}
.nz-galleries__tabs.is-single .nz-galleries__tab:hover {
  background: transparent;
}
.nz-galleries__tab {
  appearance: none;
  background: #c9d4dc;
  color: #fff;
  border: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.nz-galleries__tab:hover {
  background: #b5c4cf;
}
.nz-galleries__tab.is-active {
  background: #0a8bd8;
}
.nz-galleries__title {
  margin: 0 0 24px;
}
.nz-galleries__panels {
  position: relative;
}
.nz-galleries__panel {
  display: none;
}
.nz-galleries__panel.is-active {
  display: block;
}
.nz-galleries__swiper {
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .nz-galleries__swiper {
    overflow: hidden;
  }
}
.nz-galleries__slide {
  position: relative;
  width: 75%;
  max-width: 1280px;
  opacity: 0.55;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .nz-galleries__slide {
    width: 100%;
    opacity: 1;
  }
}
.nz-galleries__slide.swiper-slide-active {
  opacity: 1;
}
.nz-galleries__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.nz-galleries__zoom {
  display: block;
  cursor: zoom-in;
  line-height: 0;
}
.nz-galleries__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.nz-galleries__prev,
.nz-galleries__next {
  appearance: none;
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  transition: color 0.2s;
}
.nz-galleries__prev:hover,
.nz-galleries__next:hover {
  color: #0a8bd8;
}
.nz-galleries__prev svg,
.nz-galleries__next svg {
  width: 18px;
  height: 18px;
}
.nz-galleries__prev.swiper-button-disabled,
.nz-galleries__next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.nz-galleries__caption {
  font-size: 14px;
  color: #666;
  text-align: center;
  min-width: 200px;
}
.nz-location {
  display: block;
  width: 100%;
}
.nz-location__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--theme-palette-color-1);
  text-transform: uppercase;
  margin: 0 0 32px;
}
.nz-location__title::before,
.nz-location__title::after {
  content: '';
  flex: 0 0 32px;
  height: 1px;
  background: var(--theme-palette-color-1);
}
.nz-location__inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 48px;
  padding-left: 48px !important;
  align-items: start;
}
@media only screen and (max-width: 959px) {
  .nz-location__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .nz-location__inner {
    padding-left: 0 !important;
  }
}
.nz-location__info {
  display: flex;
  flex-direction: column;
}
.nz-location__address {
  margin: 0 0 32px;
}
.nz-location__address p {
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--theme-palette-color-18);
  letter-spacing: 0.04em;
}
.nz-location__tabs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 320px;
}
.nz-location__tab {
  appearance: none;
  background: var(--theme-palette-color-6);
  color: var(--theme-palette-color-18);
  border: 0;
  padding: 24px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  transition: background-color 0.25s, color 0.25s;
}
.nz-location__tab:hover {
  opacity: 0.85;
}
.nz-location__tab.is-active {
  background: var(--theme-palette-color-1);
  color: #fff;
}
.nz-location__tab.is-active .nz-location__tab-icon img {
  filter: brightness(0) invert(1);
}
.nz-location__tab-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nz-location__tab-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: filter 0.25s;
}
.nz-location__map-wrap {
  position: relative;
}
.nz-location__map {
  width: 100%;
  height: 460px;
  background: #f5f5f5;
  z-index: 0;
}
@media only screen and (max-width: 959px) {
  .nz-location__map {
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .nz-location__map {
    height: 280px;
  }
}
.nz-loc-pin {
  background: transparent;
  border: 0;
  width: 28px;
  height: 38px;
  pointer-events: auto;
}
.nz-loc-pin__inner {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.nz-loc-pin__inner::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: currentColor;
}
.nz-loc-pin__inner::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.nz-loc-pin--main {
  color: var(--theme-palette-color-1);
}
.nz-loc-pin--nearby {
  color: #4a4a4a;
  width: 22px;
  height: 30px;
}
.nz-loc-pin--nearby .nz-loc-pin__inner {
  width: 18px;
  height: 18px;
}
.nz-loc-pin--nearby .nz-loc-pin__inner::after {
  bottom: -6px;
  width: 10px;
  height: 10px;
}
.nz-loc-pin--nearby .nz-loc-pin__inner::before {
  width: 6px;
  height: 6px;
}
.nz-plantas {
  display: block;
  width: 100%;
}
.nz-plantas__title {
  margin: 0 0 16px;
  text-align: center;
}
.nz-plantas__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-bottom: 24px;
}
.nz-plantas__tabs.is-single .nz-plantas__tab {
  background: transparent;
  color: var(--theme-palette-color-1);
  cursor: default;
  padding-left: 0;
  padding-right: 0;
}
.nz-plantas__tabs.is-single .nz-plantas__tab:hover {
  background: transparent;
}
.nz-plantas__tab {
  appearance: none;
  background: var(--theme-palette-color-6);
  color: var(--theme-palette-color-18);
  border: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.25s;
}
.nz-plantas__tab:hover {
  opacity: 0.85;
}
.nz-plantas__tab.is-active {
  background: var(--theme-palette-color-1);
  color: #fff;
}
.nz-plantas__panels {
  position: relative;
}
.nz-plantas__panel {
  display: none;
}
.nz-plantas__panel.is-active {
  display: block;
}
.nz-plantas__swiper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.nz-plantas__slide {
  text-align: center;
}
.nz-plantas__zoom {
  display: block;
  cursor: zoom-in;
  line-height: 0;
}
.nz-plantas__zoom img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.nz-plantas__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.nz-plantas__prev,
.nz-plantas__next {
  appearance: none;
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.nz-plantas__prev:hover,
.nz-plantas__next:hover {
  color: var(--theme-palette-color-1);
}
.nz-plantas__prev svg,
.nz-plantas__next svg {
  width: 18px;
  height: 18px;
}
.nz-plantas__prev.swiper-button-disabled,
.nz-plantas__next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.nz-plantas__caption {
  font-size: 14px;
  color: #666;
  text-align: center;
  min-width: 200px;
}
.nz-plantas__thumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.nz-plantas__thumb {
  appearance: none;
  background: transparent;
  border: 2px solid transparent;
  padding: 0;
  width: 72px;
  height: 72px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s, border-color 0.25s;
  overflow: hidden;
}
.nz-plantas__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nz-plantas__thumb:hover {
  opacity: 0.85;
}
.nz-plantas__thumb.is-active {
  opacity: 1;
  border-color: var(--theme-palette-color-1);
}
.nz-tour {
  display: block;
  width: 100%;
}
.nz-tour__title {
  margin: 0 0 24px;
  text-align: center;
}
.nz-tour__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
@media only screen and (max-width: 479px) {
  .nz-tour__grid {
    grid-template-columns: 1fr;
  }
}
.nz-tour__item {
  margin: 0;
  padding: 0;
}
.nz-tour__link {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  background: #f5f5f5;
}
.nz-tour__link:hover .nz-tour__overlay {
  opacity: 1;
}
.nz-tour__link:hover .nz-tour__thumb {
  transform: scale(1.05);
}
.nz-tour__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.nz-tour__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 1;
  transition: opacity 0.25s;
  color: #fff;
  text-align: center;
  padding: 16px;
}
.nz-tour__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--theme-palette-color-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nz-tour__icon svg {
  width: 22px;
  height: 22px;
}
.nz-tour__name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nz-diferenciais {
  display: block;
  width: 100%;
}
.nz-diferenciais__title {
  margin: 0 0 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nz-diferenciais__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.nz-diferenciais--cols-1 .nz-diferenciais__item {
  flex: 0 0 100%;
}
.nz-diferenciais--cols-2 .nz-diferenciais__item {
  flex: 0 0 calc((100% - 16px) / 2);
}
@media only screen and (max-width: 767px) {
  .nz-diferenciais--cols-2 .nz-diferenciais__item {
    flex: 0 0 100%;
  }
}
.nz-diferenciais--cols-3 .nz-diferenciais__item {
  flex: 0 0 calc((100% - 32px) / 3);
}
@media only screen and (max-width: 959px) {
  .nz-diferenciais--cols-3 .nz-diferenciais__item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .nz-diferenciais--cols-3 .nz-diferenciais__item {
    flex: 0 0 100%;
  }
}
.nz-diferenciais--cols-4 .nz-diferenciais__item {
  flex: 0 0 calc((100% - 48px) / 4);
}
@media only screen and (max-width: 959px) {
  .nz-diferenciais--cols-4 .nz-diferenciais__item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .nz-diferenciais--cols-4 .nz-diferenciais__item {
    flex: 0 0 100%;
  }
}
.nz-diferenciais--cols-5 .nz-diferenciais__item {
  flex: 0 0 calc((100% - 64px) / 5);
}
@media only screen and (max-width: 1199px) {
  .nz-diferenciais--cols-5 .nz-diferenciais__item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .nz-diferenciais--cols-5 .nz-diferenciais__item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .nz-diferenciais--cols-5 .nz-diferenciais__item {
    flex: 0 0 100%;
  }
}
.nz-diferenciais--cols-6 .nz-diferenciais__item {
  flex: 0 0 calc((100% - 80px) / 6);
}
@media only screen and (max-width: 1199px) {
  .nz-diferenciais--cols-6 .nz-diferenciais__item {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .nz-diferenciais--cols-6 .nz-diferenciais__item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}
@media only screen and (max-width: 479px) {
  .nz-diferenciais--cols-6 .nz-diferenciais__item {
    flex: 0 0 100%;
  }
}
.nz-diferenciais__item {
  margin: 0;
  background: var(--theme-palette-color-1);
  color: #fff;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .nz-diferenciais__item {
    padding: 28px 20px;
  }
}
.nz-diferenciais__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.nz-diferenciais__icon img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.nz-diferenciais__body {
  text-align: center;
}
.nz-diferenciais__item-title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #fff;
}
.nz-diferenciais__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.9;
}
.nz-parceiros {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .nz-parceiros {
    gap: 24px;
  }
}
.nz-parceiros__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .nz-parceiros__group {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
.nz-parceiros__category {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--theme-palette-color-18);
  text-transform: uppercase;
  opacity: 0.7;
}
.nz-parceiros__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px 48px;
}
@media only screen and (max-width: 479px) {
  .nz-parceiros__logos {
    gap: 24px;
  }
}
.nz-parceiros__logo {
  flex: 0 0 auto;
  max-width: 200px;
}
.nz-parceiros__logo img {
  display: block;
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.nz-parceiros__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-palette-color-18);
}
.nz-lazer {
  display: block;
  width: 100%;
}
.nz-lazer__title {
  margin: 0 0 24px;
  text-align: center;
}
.nz-lazer__swiper {
  width: 100%;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .nz-lazer__swiper {
    overflow: hidden;
  }
}
.nz-lazer__slide {
  position: relative;
  width: 75%;
  max-width: 1280px;
  opacity: 0.55;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .nz-lazer__slide {
    width: 100%;
    opacity: 1;
  }
}
.nz-lazer__slide.swiper-slide-active {
  opacity: 1;
}
.nz-lazer__slide img {
  display: block;
  width: 100%;
  height: auto;
}
.nz-lazer__zoom {
  display: block;
  cursor: zoom-in;
  line-height: 0;
}
.nz-lazer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.nz-lazer__prev,
.nz-lazer__next {
  appearance: none;
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.nz-lazer__prev:hover,
.nz-lazer__next:hover {
  color: var(--theme-palette-color-1);
}
.nz-lazer__prev svg,
.nz-lazer__next svg {
  width: 18px;
  height: 18px;
}
.nz-lazer__prev.swiper-button-disabled,
.nz-lazer__next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.nz-lazer__caption {
  font-size: 14px;
  color: var(--theme-palette-color-18);
  text-align: center;
  min-width: 200px;
}
.nz-video {
  display: block;
  width: 100%;
}
.nz-video__title {
  margin: 0 0 24px;
  text-align: center;
}
.nz-video__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.nz-video__player:not(.is-playing):hover .nz-video__play {
  transform: translate(-50%, -50%) scale(1.08);
}
.nz-video__player.is-playing {
  cursor: default;
}
.nz-video__player:not(.is-playing):hover .nz-video__poster {
  opacity: 0.85;
}
.nz-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}
.nz-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  appearance: none;
  background: var(--theme-palette-color-1);
  border: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 6px 24px rgba(0,0,0,0.35);
  transition: transform 0.25s ease;
}
@media only screen and (max-width: 479px) {
  .nz-video__play {
    width: 64px;
    height: 64px;
  }
}
.nz-video__play svg {
  width: 32px;
  height: 32px;
  margin-left: 5px;
}
@media only screen and (max-width: 479px) {
  .nz-video__play svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
  }
}
.nz-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
}
.nz-video__media[src] {
  object-fit: cover;
}
.nz-home-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  min-height: 480px;
  max-height: 900px;
}
@media only screen and (max-width: 767px) {
  .nz-home-hero {
    height: 80vh;
    min-height: 420px;
  }
}
.nz-home-hero__swiper {
  width: 100%;
  height: 100%;
}
.nz-home-hero__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
.nz-home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.nz-home-hero__bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transform-origin: center center;
}
.swiper-slide-active .nz-home-hero__bg-image {
  animation: kenBurns 12s ease-out forwards;
}
.nz-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.nz-home-hero__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  text-decoration: none;
}
.nz-home-hero__content {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 12%;
  max-width: 580px;
  padding: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .nz-home-hero__content {
    left: 6%;
    right: 6%;
    bottom: 14%;
    max-width: none;
  }
}
.nz-home-hero__logo {
  margin: 0 0 16px;
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .nz-home-hero__logo {
    max-width: 200px;
  }
}
.nz-home-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.nz-home-hero__title {
  margin: 0 0 16px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
@media only screen and (max-width: 767px) {
  .nz-home-hero__title {
    font-size: 36px;
  }
}
.nz-home-hero__subtitle {
  margin: 0 0 16px;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.9;
}
.nz-home-hero__description {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 767px) {
  .nz-home-hero__description {
    font-size: 14px;
  }
}
.nz-home-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nz-home-hero__tag svg {
  width: 18px;
  height: 18px;
}
.nz-home-hero__pagination.swiper-pagination {
  position: absolute;
  z-index: 4;
  left: 8%;
  right: auto;
  bottom: 6%;
  top: auto;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .nz-home-hero__pagination.swiper-pagination {
    left: 6%;
    bottom: 6%;
  }
}
.nz-home-hero__bullet {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  width: 48px;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: opacity 0.25s;
  border: 1px solid #fff;
}
.nz-home-hero__bullet:hover {
  opacity: 0.8;
}
.nz-home-hero__bullet-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}
@-moz-keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@-webkit-keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@-o-keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
@keyframes kenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.empreendimento__brand img {
  filter: brightness(0) invert(1);
}
.section__empreendimento_hero {
  position: relative;
  overflow: hidden;
}
.section__empreendimento_hero.nz-has-ken-burns::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--nz-hero-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: kenBurns 16s ease-out forwards;
  transform-origin: center center;
  pointer-events: none;
  will-change: transform;
}
.section__empreendimento_hero.nz-has-ken-burns > * {
  position: relative;
  z-index: 1;
}
@-moz-keyframes nzHeroFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes nzHeroFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes nzHeroFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes nzHeroFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.nz-home-empreendimentos {
  position: relative;
  width: calc(100% - 200px);
  background: var(--theme-palette-color-1);
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos {
    width: 100%;
    padding: 0 24px;
  }
}
.nz-home-empreendimentos__title {
  margin: 0 0 32px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.04em;
}
.nz-home-empreendimentos__wrapper {
  position: relative;
  width: 100%;
}
.nz-home-empreendimentos__images {
  width: 100%;
  height: 70vh;
  min-height: 480px;
  max-height: 760px;
}
@media only screen and (max-width: 959px) {
  .nz-home-empreendimentos__images {
    height: 24vh;
    min-height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos__images {
    height: auto;
    min-height: 0;
    max-height: none;
    background: var(--theme-palette-color-18);
  }
}
.nz-home-empreendimentos__image-slide {
  height: 100%;
}
.nz-home-empreendimentos__image-slide a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.nz-home-empreendimentos__image-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos__image-slide {
    height: auto;
  }
  .nz-home-empreendimentos__image-slide a {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .nz-home-empreendimentos__image-slide img {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.nz-home-empreendimentos__box {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 480px;
}
@media only screen and (max-width: 959px) {
  .nz-home-empreendimentos__box {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos__box {
    display: none;
  }
}
.nz-home-empreendimentos__mobile-info {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos__mobile-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: var(--theme-palette-color-18);
    color: var(--theme-palette-color-17);
    line-height: normal;
  }
}
.nz-home-empreendimentos__panels {
  display: grid;
  position: relative;
}
.nz-home-empreendimentos__panel {
  grid-area: 1/1;
  background: var(--theme-palette-color-18);
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  text-decoration: none;
  color: inherit;
  visibility: hidden;
  pointer-events: none;
}
.nz-home-empreendimentos__panel.is-active {
  visibility: visible;
  pointer-events: auto;
}
@media only screen and (max-width: 959px) {
  .nz-home-empreendimentos__panel {
    padding: 24px;
    gap: 24px;
  }
}
.nz-home-empreendimentos__tags {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-palette-color-8);
  text-transform: uppercase;
  opacity: 0.8;
}
.nz-home-empreendimentos__name {
  margin: 0 !important;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--theme-palette-color-8);
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 959px) {
  .nz-home-empreendimentos__name {
    font-size: 26px;
  }
}
.nz-home-empreendimentos__description {
  margin: 0;
  background: var(--theme-palette-color-8);
  padding: 32px;
  margin-left: -128px;
}
.nz-home-empreendimentos__description p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--theme-palette-color-17);
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos__description {
    margin-left: 0;
    padding: 0;
    background: none;
  }
  .nz-home-empreendimentos__description p {
    color: var(--theme-palette-color-8);
  }
}
.nz-home-empreendimentos__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nz-home-empreendimentos__bedrooms,
.nz-home-empreendimentos__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--theme-palette-color-8);
}
.nz-home-empreendimentos__bedrooms svg,
.nz-home-empreendimentos__location svg {
  width: 18px;
  height: 18px;
  color: var(--theme-palette-color-1);
  flex-shrink: 0;
}
.nz-home-empreendimentos__prev,
.nz-home-empreendimentos__next {
  position: absolute;
  z-index: 5;
  top: 8%;
  transform: translateY(-50%);
  appearance: none;
  background: none;
  backdrop-filter: blur(6px);
  border: 0;
  width: 56px;
  height: 56px;
  cursor: pointer;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s, background-color 0.2s;
}
.nz-home-empreendimentos__prev:hover,
.nz-home-empreendimentos__next:hover {
  opacity: 1;
}
.nz-home-empreendimentos__prev svg,
.nz-home-empreendimentos__next svg {
  width: 48px;
  height: 48px;
}
.nz-home-empreendimentos__prev.swiper-button-disabled,
.nz-home-empreendimentos__next.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
@media only screen and (max-width: 959px) {
  .nz-home-empreendimentos__prev,
  .nz-home-empreendimentos__next {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .nz-home-empreendimentos__prev,
  .nz-home-empreendimentos__next {
    display: none;
  }
}
.nz-home-empreendimentos__prev {
  left: calc(100% + 40px);
}
.nz-home-empreendimentos__next {
  right: -160px;
}
@media only screen and (max-width: 959px) {
  .nz-home-empreendimentos__next {
    right: 20px;
  }
}
.nz-home-empreendimentos__pagination.swiper-pagination {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: -32px;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nz-home-empreendimentos__bullet {
  appearance: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.8);
  padding: 0;
  width: 24px;
  height: 8px;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
.nz-home-empreendimentos__bullet:hover {
  background: rgba(255,255,255,0.4);
}
.nz-home-empreendimentos__bullet.is-active {
  background: #fff;
}
.wp-block-greenshift-blocks-row .wp-block-greenshift-blocks-row-column.gspb_row__col--12 > div:not(.gspb_iconBox)+ div {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .wp-block-greenshift-blocks-row .wp-block-greenshift-blocks-row-column.gspb_row__col--12 > div:not(.gspb_iconBox)+ div {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hide-scrollbar {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hide-scrollbar::webkit-scrollbar {
    display: none;
  }
}
.rank-math-breadcrumb p {
  font-size: 14px;
}
.rank-math-breadcrumb p a {
  text-decoration: none;
}
.rank-math-breadcrumb p .separator {
  padding: 0 4px;
}
.ct-breadcrumbs {
  margin-bottom: 8px;
}
.ct-breadcrumbs a,
.ct-breadcrumbs span {
  text-transform: initial;
  font-size: 14px;
}
.ct-panel-actions {
  padding-right: 20px !important;
}
#header div[data-column-set="3"] > div {
  grid-template-columns: auto 1fr auto;
}
#header div[data-column-set="3"] > div div[data-column="middle"] > div {
  min-width: 100%;
}
.nz-empreendimentos {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos {
    gap: 24px;
  }
}
.nz-empreendimentos .nz-empreendimentos__link {
  display: flez;
}
.nz-empreendimentos .nz-empreendimentos__link:nth-of-type(even) .nz-empreendimentos__media {
  margin: 0 0 0 200px;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link:nth-of-type(even) .nz-empreendimentos__media {
    margin: 0;
  }
}
.nz-empreendimentos .nz-empreendimentos__link:nth-of-type(even) .nz-empreendimentos__body {
  left: 0;
}
.nz-empreendimentos .nz-empreendimentos__link:nth-of-type(even) .nz-empreendimentos__body .nz-empreendimentos__description {
  margin: 0 -128px 0 0;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link:nth-of-type(even) .nz-empreendimentos__body .nz-empreendimentos__description {
    margin: 0;
  }
}
.nz-empreendimentos .nz-empreendimentos__link:hover .nz-empreendimentos__media img {
  transform: scale(1.1);
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__card {
  position: relative;
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__media {
  overflow: hidden;
  height: 600px;
  margin-right: 200px;
  display: flex;
  align-items: center;
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__media img {
  width: 100%;
  background-size: cover;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__media {
    margin: 0;
    height: 320px;
  }
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__media img {
    transform: scale(1.03);
    background-size: cover;
    height: 100%;
  }
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body {
  background: var(--theme-palette-color-1);
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
  width: 480px;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body {
    position: relative;
    gap: 24px;
    width: auto;
    padding: 32px;
    top: 0;
  }
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__header .nz-empreendimentos__status {
  color: var(--theme-palette-color-8);
  font-size: 14px;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__header {
    gap: 16px;
  }
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__title {
  color: var(--theme-palette-color-8);
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__title {
    font-size: 28px;
  }
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__description {
  background: var(--theme-palette-color-8);
  margin-left: -128px;
  padding: 32px;
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__description p {
  color: var(--theme-palette-color-17);
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__description {
    background: none;
    padding: 0;
    margin: 0;
  }
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__description p {
    font-size: 1em;
    color: var(--theme-palette-color-8);
    opacity: 0.8;
  }
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__meta > * {
  color: var(--theme-palette-color-8);
}
@media only screen and (max-width: 767px) {
  .nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__meta > * {
    font-size: 14px;
  }
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__meta .nz-empreendimentos__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nz-empreendimentos .nz-empreendimentos__link .nz-empreendimentos__body .nz-empreendimentos__meta .nz-empreendimentos__location svg {
  width: 18px;
  height: 18px;
  color: #fff;
  flex-shrink: 0;
}
.nz-portfolio {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 1280px) {
  .nz-portfolio {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .nz-portfolio {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.nz-portfolio .nz-portfolio__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__media {
  height: 320px;
  position: relative;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__media .nz-portfolio__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  color: var(--theme-palette-color-8);
  background-color: var(--theme-palette-color-1);
  padding: 8px 16px;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__media img {
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.2s ease;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__body {
  background: var(--theme-palette-color-7);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__body .nz-portfolio__title {
  margin: 0;
  line-height: 1.2;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--theme-palette-color-1);
  transition: 0.2s ease;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__body .nz-portfolio__meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nz-portfolio .nz-portfolio__link .nz-portfolio__card .nz-portfolio__body .nz-portfolio__meta > * {
  color: var(--theme-palette-color-3);
  font-size: 14px;
}
.nz-portfolio .nz-portfolio__link:hover .nz-portfolio__title {
  color: var(--theme-palette-color-2) !important;
}
