:root {
  --nadaigual-primary-color: #000000;
  --nadaigual-secondary-color: #ffffff;
  --nadaigual-primary-text-color: #333333;
  --nadaigual-secondary-text-color: #666666;
  --nadaigual-background-color: #f8f9fa;
  --nadaigual-border-color: #dddddd;
  --nadaigual-link-color: #007bff;
  --nadaigual-link-hover-color: #0056b3;
}

body {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0;
  font-family: Inter !important;
}
body .lg-backdrop {
  background-color: transparent !important;
}
body .lg-outer {
  -webkit-backdrop-filter: brightness(0.3) !important;
          backdrop-filter: brightness(0.3) !important;
}
body .lg-sub-html {
  display: none !important;
}
body .lg-prev-slide:not(.lg-current) {
  display: none !important;
  visibility: hidden !important;
  transition: opacity 0.4s ease-in-out !important;
  -webkit-transition: opacity 0.4s ease-in-out !important;
  -moz-transition: opacity 0.4s ease-in-out !important;
  -o-transition: opacity 0.4s ease-in-out !important;
  -ms-transition: opacity 0.4s ease-in-out !important;
}
body .lg-close,
body .lg-counter,
body .lg-fullscreen {
  color: var(--nadaigual-secondary-color) !important;
}
body .lg-close:hover,
body .lg-counter:hover,
body .lg-fullscreen:hover {
  color: var(--nadaigual-secondary-text-color) !important;
}
body .lg-inner:has(.lg-item) {
  opacity: 0;
}
body .lg-inner:has(.lg-item):has(.lg-current) {
  opacity: 1 !important;
  transition: opacity 0.4s ease-in-out !important;
  -webkit-transition: opacity 0.4s ease-in-out !important;
  -moz-transition: opacity 0.4s ease-in-out !important;
  -o-transition: opacity 0.4s ease-in-out !important;
  -ms-transition: opacity 0.4s ease-in-out !important;
}
body .lg-start-zoom .lg-image,
body .lg-start-zoom .lg-object {
  transform: none !important;
  transition: none !important;
}
body .lg-img-wrap,
body .lg-inner,
body .lg-current {
  transition: none !important;
}

header {
  display: block;
}
@media (min-width: 768px) {
  header {
    background-color: var(--nadaigual-secondary-color);
    color: var(--nadaigual-secondary-color);
    text-align: center;
  }
}
header .navbar {
  position: absolute !important;
  top: unset !important;
  width: 100%;
  z-index: 5;
  min-height: 80px;
  transition: top 1s ease-in-out;
}
@media (max-width: 767px) {
  header .navbar {
    position: fixed !important;
  }
}
header .navbar.bg-scrolling {
  background: linear-gradient(180deg, rgba(4, 29, 45, 0.5) 100%, rgba(255, 255, 255, 0) 100%);
  border-bottom: unset;
}
header .navbar #navbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .navbar #navbar .hamburger {
  display: flex;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  box-shadow: unset !important;
}
@media (max-width: 768px) {
  header .navbar #navbar .hamburger {
    order: 2;
  }
}
header .navbar #navbar .navbar-logo {
  z-index: 2;
}
header .navbar #navbar .hamburger-box {
  display: block;
  width: 25px;
  height: 1.5px;
  margin: 10px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  background-color: var(--nadaigual-primary-color);
}
header .navbar #navbar .hamburger-box:nth-child(1) {
  top: 0;
  rotate: 120deg;
}
header .navbar #navbar .hamburger-box:nth-child(2) {
  top: 8px;
  rotate: 120deg;
  margin-left: -30%;
}
header .navbar #navbar .hamburger-box:nth-child(3) {
  top: 16px;
  display: none;
}
header .navbar #navbar .hamburger.hamburger-active {
  z-index: 1;
}
header .navbar #navbar .hamburger.hamburger-active .hamburger-box:nth-child(2) {
  width: 26px;
  border-radius: 18px;
  opacity: 0;
}
header .navbar #navbar .hamburger.hamburger-active .hamburger-box:nth-child(1) {
  width: 26px;
  border-radius: 18px;
}
header .navbar #navbar .hamburger.hamburger-active .hamburger-box:nth-child(3) {
  transform: translateY(-8px);
  width: 26px;
  border-radius: 18px;
}
header .navbar #navbar .navbar-menu {
  position: fixed;
  top: -100%;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  text-align: center;
  transition: all 0.8s ease-in-out;
  z-index: 10;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  display: flex;
}
@media (max-width: 767px) {
  header .navbar #navbar .navbar-menu {
    right: -100%;
    top: 0;
    height: 50svh;
    width: 100%;
  }
}
header .navbar #navbar .navbar-menu li {
  list-style: none;
}
header .navbar #navbar .navbar-menu .menu-principal {
  width: 100%;
}
header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 30px;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 767px) {
  header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
}
header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container ul {
    gap: 20px;
    flex-direction: column;
  }
}
header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container ul li a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--nadaigual-primary-color);
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container ul li a {
    font-size: 18px;
  }
}
header .navbar #navbar .navbar-menu .menu-menu-nada-igual-container ul li a:hover {
  opacity: 1;
  font-weight: 600;
}
header .navbar #navbar .navbar-menu-active {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-right: 1px solid var(--avantto-white, 0.8);
  transition: all 0.7s ease-in-out;
  z-index: 1;
}
@media (max-width: 767px) {
  header .navbar #navbar .navbar-menu-active {
    right: 0;
  }
}
@media (max-width: 767px) {
  header .navbar #navbar {
    padding-top: 0.5rem;
    top: 0;
  }
}
header .navbar #navbar .navbar-icons {
  display: flex;
  gap: 15px;
  z-index: 1;
  align-items: center;
}
header .navbar #navbar .navbar-icons button {
  height: 34px;
  width: 34px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
header .navbar #navbar .navbar-icons button img {
  width: 100%;
  height: auto;
}
header .navbar #navbar .navbar-icons .dropdown-menu {
  position: absolute;
  top: 30%;
  right: 10%;
  background-color: transparent;
  border: 1px solid var(--avantto-text-white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: -1;
  min-width: 150px;
}
@media (max-width: 767px) {
  header .navbar #navbar .navbar-icons .dropdown-menu {
    top: 90%;
    right: 5%;
  }
}
header .navbar #navbar .navbar-icons .dropdown-menu li {
  padding: 8px 16px;
}
header .navbar #navbar .navbar-icons .dropdown-menu li a {
  text-decoration: none;
  color: var(--avantto-text-white);
  display: block;
  font-size: 10px;
  font-weight: 200;
  font-family: Poppins;
}
header .navbar #navbar .navbar-icons .dropdown-menu li a:hover {
  opacity: 0.8;
}
header .navbar #navbar .navbar-icons .navbar-icon {
  display: inline-block;
  position: relative;
}
header .navbar #navbar .navbar-icons .navbar-icon img {
  width: 24px;
  height: 24px;
}
header .navbar #navbar .navbar-icons .navbar-icon :hover::after {
  content: attr(title);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
}
header .navbar .navbar-active {
  position: relative;
  z-index: 10;
}

body.page-id-6 #home-banner {
  position: relative;
}
body.page-id-6 #home-banner .banner-titulo {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  gap: 50px;
  flex-direction: column;
}
body.page-id-6 #home-banner .banner-titulo img {
  width: 100%;
}
@media (min-width: 767px) {
  body.page-id-6 #home-banner .banner-titulo img {
    width: 40%;
  }
}
@media (min-width: 767px) {
  body.page-id-6 #home-banner .banner-titulo {
    flex-direction: row;
  }
}
body.page-id-6 #home-banner .banner-titulo .banner-h2 {
  font-size: 12rem;
  color: var(--nadaigual-primary-color);
  text-align: center;
  font-weight: 200;
}
body.page-id-6 #home-banner .banner-titulo .banner-h3 {
  font-size: 1.5rem;
  color: var(--nadaigual-primary-color);
  width: 100%;
  text-align: center;
}
@media (min-width: 767px) {
  body.page-id-6 #home-banner .banner-titulo .banner-h3 {
    text-align: start;
    width: 10%;
  }
}
body.page-id-6 #home-banner .banner-video {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.page-id-6 #home-banner .banner-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-6 #home-banner .carousel-desktop {
  display: none;
}
@media (min-width: 768px) {
  body.page-id-6 #home-banner .carousel-desktop {
    display: block;
  }
}
body.page-id-6 #home-banner .carousel-mobile {
  display: block;
}
@media (min-width: 768px) {
  body.page-id-6 #home-banner .carousel-mobile {
    display: none;
  }
}
body.page-id-6 #home-banner #home-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
body.page-id-6 #home-banner #home-carousel .owl-stage-outer,
body.page-id-6 #home-banner #home-carousel .owl-stage,
body.page-id-6 #home-banner #home-carousel .owl-item,
body.page-id-6 #home-banner #home-carousel .item {
  height: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}
@media (max-width: 767px) {
  body.page-id-6 #home-banner #home-carousel .item {
    background-position: 45% 50% !important;
  }
}
body.page-id-6 #home-banner #home-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 767px) {
  body.page-id-6 #home-banner #home-carousel img {
    height: unset;
  }
}
body.page-id-6 #home-banner #home-carousel-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
body.page-id-6 #home-banner #home-carousel-mobile .owl-stage-outer,
body.page-id-6 #home-banner #home-carousel-mobile .owl-stage,
body.page-id-6 #home-banner #home-carousel-mobile .owl-item,
body.page-id-6 #home-banner #home-carousel-mobile .item {
  height: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}
@media (max-width: 767px) {
  body.page-id-6 #home-banner #home-carousel-mobile .item {
    background-position: 45% 50% !important;
  }
}
body.page-id-6 #home-banner #home-carousel-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 767px) {
  body.page-id-6 #home-banner #home-carousel-mobile img {
    height: unset;
  }
}
body.page-id-6 #home-cta {
  padding: 30px 0 0 0;
}
body.page-id-6 #home-cta .cta-titulo {
  text-align: center;
}
body.page-id-6 #home-cta .cta-titulo .cta-h2 {
  font-size: 16px;
  color: var(--nadaigual-primary-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  body.page-id-6 #home-cta .cta-titulo .cta-h2 {
    font-size: 14px;
  }
}
body.page-id-6 #home-cta .cta-titulo .cta-h2 .cta-span {
  text-transform: uppercase;
  font-weight: 600;
}

body.page-id-83 #home-banner {
  position: relative;
}
body.page-id-83 #home-banner .banner-titulo {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  gap: 50px;
  flex-direction: column;
}
body.page-id-83 #home-banner .banner-titulo img {
  width: 100%;
}
@media (min-width: 767px) {
  body.page-id-83 #home-banner .banner-titulo img {
    width: 40%;
  }
}
@media (min-width: 767px) {
  body.page-id-83 #home-banner .banner-titulo {
    flex-direction: row;
  }
}
body.page-id-83 #home-banner .banner-titulo .banner-h2 {
  font-size: 12rem;
  color: var(--nadaigual-primary-color);
  text-align: center;
  font-weight: 200;
}
body.page-id-83 #home-banner .banner-titulo .banner-h3 {
  font-size: 1.5rem;
  color: var(--nadaigual-primary-color);
  width: 100%;
  text-align: center;
}
@media (min-width: 767px) {
  body.page-id-83 #home-banner .banner-titulo .banner-h3 {
    text-align: start;
    width: 10%;
  }
}
body.page-id-83 #home-banner .banner-video {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body.page-id-83 #home-banner .banner-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-id-83 #home-banner .carousel-desktop {
  display: none;
}
@media (min-width: 768px) {
  body.page-id-83 #home-banner .carousel-desktop {
    display: block;
  }
}
body.page-id-83 #home-banner .carousel-mobile {
  display: block;
}
@media (min-width: 768px) {
  body.page-id-83 #home-banner .carousel-mobile {
    display: none;
  }
}
body.page-id-83 #home-banner #home-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
body.page-id-83 #home-banner #home-carousel .owl-stage-outer,
body.page-id-83 #home-banner #home-carousel .owl-stage,
body.page-id-83 #home-banner #home-carousel .owl-item,
body.page-id-83 #home-banner #home-carousel .item {
  height: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}
@media (max-width: 767px) {
  body.page-id-83 #home-banner #home-carousel .item {
    background-position: 45% 50% !important;
  }
}
body.page-id-83 #home-banner #home-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 767px) {
  body.page-id-83 #home-banner #home-carousel img {
    height: unset;
  }
}
body.page-id-83 #home-banner #home-carousel-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
body.page-id-83 #home-banner #home-carousel-mobile .owl-stage-outer,
body.page-id-83 #home-banner #home-carousel-mobile .owl-stage,
body.page-id-83 #home-banner #home-carousel-mobile .owl-item,
body.page-id-83 #home-banner #home-carousel-mobile .item {
  height: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}
@media (max-width: 767px) {
  body.page-id-83 #home-banner #home-carousel-mobile .item {
    background-position: 45% 50% !important;
  }
}
body.page-id-83 #home-banner #home-carousel-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 767px) {
  body.page-id-83 #home-banner #home-carousel-mobile img {
    height: unset;
  }
}
body.page-id-83 #home-cta {
  padding: 30px 0 0 0;
}
body.page-id-83 #home-cta .cta-titulo {
  text-align: center;
}
body.page-id-83 #home-cta .cta-titulo .cta-h2 {
  font-size: 16px;
  color: var(--nadaigual-primary-color);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  body.page-id-83 #home-cta .cta-titulo .cta-h2 {
    font-size: 14px;
  }
}
body.page-id-83 #home-cta .cta-titulo .cta-h2 .cta-span {
  text-transform: uppercase;
  font-weight: 600;
}

body.page-id-66 #projetos-banner {
  position: relative;
}
body.page-id-66 #projetos-banner .banner-titulo {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80svh;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 767px) {
  body.page-id-66 #projetos-banner .banner-titulo {
    flex-direction: row;
  }
}
body.page-id-66 #projetos-banner .banner-titulo .banner-h2 {
  font-size: 12rem;
  color: var(--nadaigual-primary-color);
  text-align: center;
  font-weight: 200;
}
body.page-id-66 #projetos-banner .banner-titulo .banner-h3 {
  font-size: 1.5rem;
  color: var(--nadaigual-secondary-color);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
body.page-id-66 #projetos-banner .banner-titulo .banner-h3 .banner-span {
  font-style: italic;
  text-transform: lowercase;
  font-weight: 700;
}
body.page-id-66 #projetos-banner #projetos-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.page-id-66 #projetos-banner #projetos-carousel .owl-stage-outer,
body.page-id-66 #projetos-banner #projetos-carousel .owl-stage,
body.page-id-66 #projetos-banner #projetos-carousel .owl-item,
body.page-id-66 #projetos-banner #projetos-carousel .item {
  height: 100%;
}
body.page-id-66 #projetos-banner #projetos-carousel .item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
body.page-id-66 #projetos-banner #projetos-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.page-id-66 #projetos-menu {
  padding: 30px 0 0 0;
  background-color: var(--nadaigual-secondary-color);
  color: var(--nadaigual-secondary-color);
  text-align: center;
}
@media (max-width: 767px) {
  body.page-id-66 #projetos-menu .container {
    overflow-x: scroll;
  }
}
body.page-id-66 #projetos-menu .nav-tabs {
  display: flex !important;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  border-bottom: unset;
  margin: 0;
}
@media (max-width: 767px) {
  body.page-id-66 #projetos-menu .nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0px;
  }
}
body.page-id-66 #projetos-menu .nav-tabs .nav-item {
  list-style: none;
}
body.page-id-66 #projetos-menu .nav-tabs .nav-item .nav-link {
  border: unset;
  color: var(--nadaigual-primary-color) !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  font-weight: 500;
  transition: color 0.3s;
  opacity: 0.6;
}
body.page-id-66 #projetos-menu .nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
  color: var(--nadaigual-primary-text-color) !important;
}
body.page-id-66 #projetos-menu .nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  font-weight: 700;
}
body.page-id-66 .tab-content {
  padding: 30px 0 0 0;
}
body.page-id-66 .tab-content .tab-pane.active {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
body.page-id-66 .tab-content .tab-pane .icons-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 50px 0;
  align-items: center;
}
body.page-id-66 .tab-content .tab-pane .icons-section .icon {
  width: 10%;
}
@media (max-width: 767px) {
  body.page-id-66 .tab-content .tab-pane .icons-section .icon {
    width: 40%;
  }
}
body.page-id-66 .tab-content .tab-pane .tab-h3 {
  font-size: 1.5rem;
  color: var(--nadaigual-primary-color);
  text-align: center;
}
@media (min-width: 767px) {
  body.page-id-66 .tab-content .tab-pane .tab-h3 {
    text-align: start;
  }
}
body.page-id-66 .tab-content .tab-pane .tab-section {
  display: flex;
  flex-wrap: wrap;
}
body.page-id-66 .tab-content .tab-pane .tab-section .obra-item {
  padding: 0 5px 10px 5px;
  position: relative;
}
body.page-id-66 .tab-content .tab-pane .tab-section .obra-item .obra-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
body.page-id-66 .tab-content .tab-pane .tab-section .obra-item .obra-h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 5px;
}
body.page-id-66 .tab-content .tab-pane .tab-section .obra-item .wp-post-image {
  height: 300px;
}
body.page-id-66 .tab-content .tab-pane .tab-back {
  text-align: center;
  padding: 30px 0 0 0;
}
body.page-id-66 .tab-content .tab-pane .tab-back a {
  color: var(--nadaigual-primary-color);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15rem;
  transition: opacity 0.3s;
  opacity: 0.8;
  font-weight: 500;
}
body.page-id-66 .tab-content .tab-pane .tab-back a:hover {
  opacity: 1;
}

body.page-id-8 #sobre-banner {
  padding: 100px 0 0 0;
}
body.page-id-8 #sobre-banner .banner-h3 {
  width: 10%;
  font-size: 58px;
  letter-spacing: 10px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin-bottom: -2%;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-banner .banner-h3 {
    font-size: 38px;
    margin-bottom: -5%;
  }
}
body.page-id-8 #sobre-banner .banner-h3 .banner-span {
  font-weight: 700;
  font-style: italic;
}
body.page-id-8 #sobre-nos .lideranca {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-foto {
    padding: 0 20px 0 0;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-foto img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-texto {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-texto {
    padding: 0 20px;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-texto h3 {
  font-size: 28px;
  color: var(--nadaigual-primary-color);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-texto h3 {
    font-size: 22px;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-texto p {
  font-size: 14px;
  color: var(--nadaigual-primary-text-color);
  font-weight: 400;
  padding: 0;
  width: 100%;
  letter-spacing: 0.5px;
  font-family: Roboto !important;
  text-align: justify;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 .lideranca-texto p {
    width: 75%;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 h3 {
  text-align: start;
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca1 p {
  text-align: start;
  margin: 0;
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 {
    flex-direction: row;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-foto {
  order: 1;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-foto {
    order: unset;
    padding: 0 0 0 20px;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-foto img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  order: 2;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto {
    padding: 0 20px;
    order: unset;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto h3 {
  font-size: 28px;
  color: var(--nadaigual-primary-color);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto h3 {
    font-size: 22px;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto p {
  font-size: 14px;
  color: var(--nadaigual-primary-text-color);
  font-weight: 400;
  width: 100%;
  align-self: flex-end;
  letter-spacing: 0.5px;
  font-family: Roboto !important;
  text-align: justify;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto p {
    width: 75%;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 .lideranca-texto p em {
  align-self: flex-end;
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 h3 {
  text-align: end;
}
@media screen and (max-width: 767px) {
  body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 h3 {
    text-align: start;
  }
}
body.page-id-8 #sobre-nos .lideranca .sobre-lideranca2 p {
  text-align: end;
  margin: 0;
}
body.page-id-8 #sobre-equipe {
  padding: 50px 0 0 0;
}
body.page-id-8 #sobre-equipe .banner-h3 {
  width: 10%;
  font-size: 58px;
  letter-spacing: 10px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin-bottom: -2%;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-equipe .banner-h3 {
    font-size: 38px;
  }
}
body.page-id-8 #sobre-equipe .banner-h3 .banner-span {
  font-weight: 700;
  font-style: italic;
}
body.page-id-8 #sobre-equipe .equipe {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {
  body.page-id-8 #sobre-equipe .equipe {
    flex-direction: row;
  }
}
body.page-id-8 #sobre-equipe .equipe .integrantes:not(:first-child):not(:last-child) {
  padding-left: 8px;
  padding-right: 8px;
}
body.page-id-8 #sobre-equipe .equipe .integrantes img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
body.page-id-8 #sobre-equipe .equipe .integrantes h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 10px 0 0 0;
}
body.page-id-8 #sobre-equipe .equipe .integrantes p {
  font-weight: 800;
  text-transform: lowercase;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  margin: 0;
}
body.page-id-8 #sobre-equipe .timeline {
  display: flex;
  flex-direction: column;
  padding: 0 0 50px 0;
}
@media (min-width: 768px) {
  body.page-id-8 #sobre-equipe .timeline {
    flex-direction: row;
    padding: 50px 0;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo {
  text-align: center;
  padding: 0;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-equipe .timeline .timeline-conteudo {
    top: 20%;
    position: relative;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-contexto {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 50%;
  gap: 20px;
  margin: 10px auto;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-contexto {
    width: 40%;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-contexto p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-contexto p {
    font-size: 14px;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-contexto hr {
  border: 1px solid var(--nadaigual-primary-color);
  width: 100%;
  margin: 0;
  background-color: var(--nadaigual-primary-color);
  color: var(--nadaigual-primary-color);
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-titulo {
  font-size: 4.5rem;
  font-weight: 100;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-titulo {
    font-size: 3rem;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-titulo span {
  font-weight: 200;
  font-style: italic;
}
body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-subtitulo {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0;
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-equipe .timeline .timeline-conteudo .conteudo-subtitulo {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.page-id-8 #sobre-equipe .timeline .col-md-6 {
    order: 1;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-equipe {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-id-8 #sobre-equipe .timeline .timeline-equipe {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    order: 2;
  }
}
body.page-id-8 #sobre-equipe .timeline .timeline-equipe .integrantes {
  margin-bottom: 30px;
}
body.page-id-8 #sobre-equipe .timeline .timeline-equipe .integrantes img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
body.page-id-8 #sobre-equipe .timeline .timeline-equipe .integrantes h3 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 10px 0 0 0;
}
body.page-id-8 #sobre-equipe .timeline .timeline-equipe .integrantes p {
  font-weight: 800;
  text-transform: lowercase;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  margin: 0;
}
body.page-id-8 #sobre-time .time-imagem {
  width: 100%;
  position: relative;
  z-index: -1;
}
body.page-id-8 #sobre-time .time-imagem img {
  width: 100%;
  height: 50svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-time .time-imagem img {
    height: 120svh;
    -o-object-position: 50% 95%;
       object-position: 50% 95%;
  }
}
body.page-id-8 #sobre-video .video-video video {
  width: 100%;
  height: 50svh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-video .video-video video {
    height: 100svh;
    -o-object-position: 50% 90%;
       object-position: 50% 90%;
  }
}
body.page-id-8 #sobre-video #muteBtn {
  position: absolute;
  z-index: 5;
  top: 10px;
  background: unset;
  border: none;
}
@media (min-width: 767px) {
  body.page-id-8 #sobre-video #muteBtn {
    top: unset;
    left: 15px;
    bottom: 15px;
  }
}
body.page-id-8 .tab-back {
  text-align: center;
  padding: 30px 0;
}
body.page-id-8 .tab-back a {
  color: var(--nadaigual-primary-color);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15rem;
  transition: opacity 0.3s;
  opacity: 0.8;
  font-weight: 500;
}
body.page-id-8 .tab-back a:hover {
  opacity: 1;
}

body.page-id-88 #sobre-banner {
  padding: 100px 0 0 0;
}
body.page-id-88 #sobre-banner .banner-h3 {
  width: 10%;
  font-size: 58px;
  letter-spacing: 10px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin-bottom: -2%;
}
@media (max-width: 767px) {
  body.page-id-88 #sobre-banner .banner-h3 {
    font-size: 32px;
  }
}
body.page-id-88 #sobre-banner .banner-h3 .banner-span {
  font-weight: 700;
  font-style: italic;
}
body.page-id-88 #depoimentos-banner #depoimentos {
  padding: 100px 0;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos {
    padding: 50px 0;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos .depoimentos {
    gap: 20px;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-height: 300px;
  padding: 10px;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item {
    padding: 0 15px;
    justify-content: space-between;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo {
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo {
    padding: 0;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -o-object-position: 70% 80%;
     object-position: 70% 80%;
  -o-object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo img {
    height: 500px;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo video {
  width: 100%;
  height: 500px;
  object-fit: cover;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  -o-object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo video {
    height: 500px;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--nadaigual-primary-text-color);
  letter-spacing: 0.4px;
  margin: 10px 0;
}
body.page-id-88 #depoimentos-banner #depoimentos .depoimentos .item .depoimentos-conteudo p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--nadaigual-primary-text-color);
  letter-spacing: 0.4px;
  margin: 0;
  opacity: 0.5;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item a {
  text-decoration: none;
  width: 100%;
  color: var(--nadaigual-primary-color);
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item h4 {
  display: none;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item p {
  display: none;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center {
  margin-top: 0 !important;
  left: -0.5%;
  position: relative;
  z-index: 999;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center {
    left: 0.3%;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center h4 {
  display: block;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center p {
  display: block;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center .depoimentos-imagem img {
  opacity: 1;
}
@media (min-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center .depoimentos-conteudo {
    width: 450px;
  }
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center .depoimentos-conteudo img,
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center .depoimentos-conteudo video {
    height: 600px;
  }
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center .depoimentos-conteudo {
    max-height: 550px;
  }
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.active.center .depoimentos-conteudo .depoimentos-imagem {
    width: 90%;
  }
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.left {
  position: relative;
  right: 1%;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.left-1 {
  position: relative;
  right: 1%;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.left-2 {
  position: relative;
  right: 1%;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.right {
  position: relative;
  left: 5%;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.right-1 {
  position: relative;
  left: 5%;
}
body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.right-2 {
  position: relative;
  left: 5%;
}
@media (max-width: 767px) {
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.left {
    position: relative;
    right: -1%;
  }
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.left-1 {
    position: unset;
    right: unset;
  }
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.right {
    position: relative;
    left: -1%;
  }
  body.page-id-88 #depoimentos-banner #depoimentos #depoimentos-carousel .owl-item.right-1 {
    position: unset;
    left: unset;
  }
}
body.page-id-88 .tab-back {
  text-align: center;
  padding: 30px 0;
}
body.page-id-88 .tab-back a {
  color: var(--nadaigual-primary-color);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15rem;
  transition: opacity 0.3s;
  opacity: 0.8;
  font-weight: 500;
}
body.page-id-88 .tab-back a:hover {
  opacity: 1;
}

body.page-id-90 #contato-info {
  text-align: center;
}
body.page-id-90 #contato-info .contato .contato-titulo {
  font-size: 32px;
  color: var(--nadaigual-primary-color);
  font-weight: 800;
  text-transform: lowercase;
  font-style: italic;
}
body.page-id-90 #contato-info .contato .contato-texto {
  font-size: 14px;
  color: var(--nadaigual-primary-color);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  body.page-id-90 #contato-info .contato .contato-texto {
    font-size: 12px;
  }
}
body.page-id-90 #contato-info .contato .contato-texto a {
  color: inherit;
  text-decoration: none;
}
body.page-id-90 #contato-info .contato .contato-texto a:hover {
  text-decoration: underline;
}
body.page-id-90 #contato-form {
  padding: 100px 50px 0;
}
@media (max-width: 767px) {
  body.page-id-90 #contato-form {
    padding: 100px 15px 0;
  }
}
body.page-id-90 #contato-form .form {
  margin: 0 auto;
}
body.page-id-90 #contato-form .form .contato-titulo {
  font-size: 32px;
  color: var(--nadaigual-primary-color);
  font-weight: 800;
  text-transform: lowercase;
  font-style: italic;
  padding: 10px 0;
  text-align: center;
}
body.page-id-90 #contato-form .form .wpcf7-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page-id-90 #contato-form .form .wpcf7-form {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  body.page-id-90 #contato-form .form .wpcf7-form .form-group {
    padding: 5px;
  }
}
body.page-id-90 #contato-form .form .wpcf7-form .form-group p {
  margin: 0;
}
body.page-id-90 #contato-form .form .wpcf7-form .form-group .wpcf7-text {
  border: 2px solid #000;
  font-size: 15px;
  font-style: italic;
  font-family: "Popins", sans-serif;
  padding: 5px 10px;
  border-radius: 5px;
  color: #666;
}
body.page-id-90 #contato-form .form .wpcf7-form .form-group .wpcf7-textarea {
  border: 2px solid #000;
  font-size: 15px;
  font-style: italic;
  font-family: "Popins", sans-serif;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  color: #666;
}
body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-form-control.wpcf7-file {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-form-control.wpcf7-file {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
}
body.page-id-90 #contato-form .form .wpcf7-form .file-upload-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-id-90 #contato-form .form .wpcf7-form .file-upload-wrapper {
    width: 50px;
    height: 50px;
  }
}
body.page-id-90 #contato-form .form .wpcf7-form .file-upload-wrapper:hover {
  transform: scale(1.05);
}
body.page-id-90 #contato-form .form .wpcf7-form .file-upload-wrapper::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 25%;
  left: 25%;
  z-index: 1;
}
body.page-id-90 #contato-form .form .wpcf7-form .file-name {
  color: black;
  margin-top: 10px;
  text-align: center;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
  visibility: hidden;
}
@media (max-width: 768px) {
  body.page-id-90 #contato-form .form .wpcf7-form .file-name {
    max-width: 150px;
    font-size: 14px;
  }
}
body.page-id-90 #contato-form .form .wpcf7-form .file-upload-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1000;
  animation: toast-animation 0.3s ease-out;
}
@keyframes toast-animation {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  position: relative;
  background-color: #000;
  color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='22' y1='2' x2='11' y2='13'%3E%3C/line%3E%3Cpolygon points='22 2 15 22 11 13 2 9 22 2'%3E%3C/polygon%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 30px;
  padding: 0;
}
body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  transform: scale(1.05);
}
body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-form-control.wpcf7-submit.is-active {
  padding-right: 40px;
}
body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
body.page-id-90 #contato-form .form .wpcf7-form p:has(.wpcf7-submit) {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-top: -30px;
  right: 10%;
}
body.page-id-90 #contato-form .form .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}
body.page-id-90 #contato-maps {
  margin: 50px 0 0 0;
}
body.page-id-90 .tab-back {
  text-align: center;
  padding: 30px 0;
}
body.page-id-90 .tab-back a {
  color: var(--nadaigual-primary-color);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15rem;
  transition: opacity 0.3s;
  opacity: 0.8;
  font-weight: 500;
}
body.page-id-90 .tab-back a:hover {
  opacity: 1;
}

body.page-id-92 #obrigado-banner {
  position: relative;
}
body.page-id-92 #obrigado-banner .banner-titulo {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 80svh;
  gap: 5px;
  flex-direction: column;
}
body.page-id-92 #obrigado-banner .banner-titulo .banner-h2 {
  font-size: 12rem;
  color: var(--nadaigual-primary-color);
  text-align: center;
  font-weight: 200;
}
body.page-id-92 #obrigado-banner .banner-titulo .banner-h3 {
  font-size: 4rem;
  color: var(--nadaigual-primary-color);
  width: 100%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  body.page-id-92 #obrigado-banner .banner-titulo .banner-h3 {
    font-size: 2.5rem;
  }
}
body.page-id-92 #obrigado-banner .banner-titulo .banner-h3 .banner-span {
  font-style: italic;
  text-transform: lowercase;
}
body.page-id-92 #obrigado-banner .banner-titulo p {
  color: var(--nadaigual-primary-color);
  font-size: 1rem;
  margin: 0;
}
body.page-id-92 #obrigado-banner #obrigado-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.page-id-92 #obrigado-banner #obrigado-carousel .owl-stage-outer,
body.page-id-92 #obrigado-banner #obrigado-carousel .owl-stage,
body.page-id-92 #obrigado-banner #obrigado-carousel .owl-item,
body.page-id-92 #obrigado-banner #obrigado-carousel .item {
  height: 100%;
}
body.page-id-92 #obrigado-banner #obrigado-carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}

body.single-obra #obra-titulo {
  padding: 50px 0;
}
body.single-obra #obra-titulo .obra a {
  text-decoration: none;
  color: inherit;
}
body.single-obra #obra-titulo .obra a h3 {
  font-size: 42px;
  font-weight: 700;
  text-transform: lowercase;
  font-style: italic;
  letter-spacing: 5px;
}
body.single-obra #obra-titulo .obra a h3 span {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 10px;
}
@media (min-width: 767px) {
  body.single-obra #obra-banner .banner {
    height: 100svh;
  }
}
body.single-obra #obra-banner .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.single-obra #obra-sobre {
  padding: 50px 0;
}
body.single-obra #obra-sobre .sobre .sobre-conteudo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 767px) {
  body.single-obra #obra-sobre .sobre .sobre-conteudo {
    flex-direction: row;
    gap: unset;
  }
}
body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-imagem {
  padding: 20px;
}
body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-imagem img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 767px) {
  body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-imagem img {
    height: 500px;
    -o-object-position: 70% 50%;
       object-position: 70% 50%;
  }
}
body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-texto {
  padding: 20px;
}
@media (max-width: 767px) {
  body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-texto {
    padding: 0;
  }
}
body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-texto p {
  margin: 0;
  font-size: 16px;
  font-weight: 200;
  text-align: start;
  width: 100%;
  text-align: justify;
}
@media (min-width: 767px) {
  body.single-obra #obra-sobre .sobre .sobre-conteudo .sobre-texto p {
    width: 80%;
  }
}
body.single-obra #obra-sobre .sobre .sobre-informacoes {
  width: 100%;
  padding: 50px 0 0 0;
}
body.single-obra #obra-sobre .sobre .sobre-informacoes p {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767px) {
  body.single-obra #obra-sobre .sobre .sobre-informacoes p {
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
body.single-obra #obra-sobre .sobre .sobre-informacoes p span {
  position: relative;
  white-space: normal;
  font-weight: 200;
}
@media (min-width: 767px) {
  body.single-obra #obra-sobre .sobre .sobre-informacoes p span {
    white-space: nowrap;
  }
}
body.single-obra #obra-sobre .sobre .sobre-informacoes p span::after {
  color: #333;
  font-weight: lighter;
  letter-spacing: 1px;
  white-space: nowrap;
}
body.single-obra #obra-fotos {
  display: none;
}
body.single-obra #obra-foto .banner-h3 {
  width: 10%;
  font-size: 58px;
  letter-spacing: 10px;
  font-weight: 300;
  position: relative;
  z-index: 1;
  margin-bottom: -2%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  body.single-obra #obra-foto .banner-h3 {
    font-size: 48px;
  }
}
body.single-obra #obra-foto .banner-h3 .banner-span {
  font-weight: 700;
  font-style: italic;
}
body.single-obra #obra-foto .foto-item {
  padding: 10px;
}
body.single-obra #obra-foto .foto-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}
body.single-obra #obra-foto .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  top: -350px;
  padding: 0 5px;
}
body.single-obra #obra-foto .owl-nav .owl-prev,
body.single-obra #obra-foto .owl-nav .owl-next {
  background-color: var(--nadaigual-primary-color);
  color: var(--nadaigual-secondary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
}
body.single-obra #obra-foto .owl-nav .owl-prev:hover,
body.single-obra #obra-foto .owl-nav .owl-next:hover {
  background-color: var(--nadaigual-secondary-color);
  color: var(--nadaigual-primary-color);
}
body.single-obra #obra-foto .owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
}
body.single-obra #obra-foto .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: var(--nadaigual-primary-color);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.single-obra #obra-foto .owl-dots .owl-dot {
    margin: 1px;
  }
}
body.single-obra #obra-foto .owl-dots .owl-dot.active {
  background-color: var(--nadaigual-secondary-color);
  border: 1px solid var(--nadaigual-primary-color);
}
body.single-obra #obra-foto .fotos {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.single-obra #obra-foto .fotos {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
  }
}
body.single-obra #obra-foto .fotos .imagem {
  display: flex;
  justify-content: center;
  padding: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  body.single-obra #obra-foto .fotos .imagem {
    width: 90%;
  }
}
body.single-obra #obra-foto .fotos .imagem.col-md-6 img {
  padding: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  body.single-obra #obra-foto .fotos .imagem.col-md-6 img {
    width: 90%;
    padding: unset;
  }
}
body.single-obra .tab-back {
  text-align: center;
  padding: 30px 0 0 0;
}
body.single-obra .tab-back a {
  color: var(--nadaigual-primary-color);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.15rem;
  transition: opacity 0.3s;
  opacity: 0.8;
  font-weight: 500;
}
body.single-obra .tab-back a:hover {
  opacity: 1;
}

footer {
  padding: 30px 0;
}
footer .footer-content {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 768px) {
  footer .footer-content {
    flex-direction: row;
    gap: 0;
  }
}
footer .footer-content .footer-logo {
  width: 8rem;
}
@media (min-width: 768px) {
  footer .footer-content .footer-logo {
    width: 13rem;
  }
}
footer .footer-content .footer-info {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 30px;
  justify-content: end;
}
@media (min-width: 768px) {
  footer .footer-content .footer-info {
    flex-direction: row;
  }
}
footer .footer-content .footer-info .footer-socials {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .footer-content .footer-info .footer-socials {
    justify-content: flex-end;
  }
}
footer .footer-content .footer-info .footer-socials a {
  color: var(--nadaigual-primary-color);
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
footer .footer-content .footer-info .footer-socials a:hover {
  transform: scale(0.9);
}
footer .footer-content .footer-info .footer-botao {
  display: flex;
  justify-content: end;
  flex-direction: row;
}
footer .footer-content .footer-info .footer-botao .btn {
  background-color: var(--nadaigual-primary-color);
  color: var(--nadaigual-secondary-color);
  text-decoration: none;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  border: 1px solid var(--nadaigual-primary-color);
  border-radius: 25px;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
footer .footer-content .footer-info .footer-botao .btn:hover {
  color: var(--nadaigual-primary-color);
  background-color: var(--nadaigual-secondary-color);
}

body.postid-70 .sobre-imagem img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/*# sourceMappingURL=nadaigual.css.map */