@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Quicksand:wght@300..700&display=swap");
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.contrast {
  filter: grayscale(100%);
}

.menu-languages {
  padding-top: 24px;
}

#wpadminbar {
  position: fixed !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 130%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
p strong {
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #000000;
}

h1 {
  font-size: 72px;
  font-weight: 900 !important;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 42px;
  font-weight: 800 !important;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 700 !important;
  line-height: 130%;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 600 !important;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 1.4;
}

h6 {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.5;
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 500;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #1d1d1d;
}
a:hover {
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration: none;
  border: 2px solid #000;
  background-color: #000;
  color: #fff !important;
}
.btn:hover {
  background-color: #fff;
  color: #000 !important;
  transform: translateY(-2px);
  opacity: 1;
}
.btn--neon {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
.btn--neon:hover {
  background-color: #fff;
  color: #000 !important;
}
.btn--outline {
  background-color: transparent;
  color: #000 !important;
  border-color: #000;
}
.btn--outline:hover {
  background-color: #000;
  color: #fff !important;
}
.btn--outline-white {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff;
}
.btn--outline-white:hover {
  background-color: #fff;
  color: #000 !important;
}
.btn--white {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff;
}
.btn--white:hover {
  background-color: #000;
  color: #fff !important;
  border-color: #000;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  width: 50px;
  height: 50px;
  background-color: #000 !important;
  color: #fff !important;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 0;
}
.slick-arrow::before, .slick-arrow i {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff !important;
}
.slick-arrow i {
  content: none !important;
}
.slick-arrow:hover {
  background-color: #000000;
  transform: translateY(-50%) scale(1.1);
}
.slick-arrow.slick-prev {
  left: -80px;
}
.slick-arrow.slick-prev::before {
  content: "\f053";
}
.slick-arrow.slick-next {
  right: -80px;
}
@media (max-width: 1400px) {
  .slick-arrow.slick-prev {
    left: -40px;
  }
  .slick-arrow.slick-next {
    right: -40px;
  }
}
@media (max-width: 992px) {
  .slick-arrow {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow::before {
    font-size: 14px;
  }
}

section {
  padding: 160px 0;
}
@media (max-width: 992px) {
  section {
    padding: 100px 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.overflow {
  width: 100%;
  overflow: auto;
}

*::-webkit-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-moz-scrollbar {
  width: 9px !important;
  height: 9px !important;
}

*::-webkit-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-moz-scrollbar-track {
  background-color: rgba(29, 29, 29, 0.15) !important;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.75) !important;
}

*::-moz-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.75) !important;
}

*::-webkit-scrollbar-thumb:active {
  background: black !important;
}

*::-moz-scrollbar-thumb:active {
  background: black !important;
}

*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: black !important;
}

*::-moz-scrollbar-thumb {
  border-radius: 8px;
  background: black !important;
}

.footer * {
  color: white;
}
.footer__top {
  background: #000000;
  padding: 80px 0;
}
.footer__top .newsletter input[type=submit] {
  color: #000000 !important;
}
.footer__top .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .footer__top .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }
}
.footer__top__left {
  text-align: center;
}
.footer__top__left .txt {
  padding: 32px 0;
}
.footer__top__left .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer__top__left .socials a img {
  filter: brightness(0) invert(1);
}
.footer__top__middle {
  padding-left: 48px;
}
@media (max-width: 768px) {
  .footer__top__middle {
    padding-left: 0;
  }
}
.footer__top__middle .info {
  padding-bottom: 24px;
}
.footer__top__middle .info-header {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__top__middle .info-header p {
  margin: 0;
}
.footer__top__middle .info-header img {
  filter: brightness(0) invert(1);
}
.footer__top__middle .info .content {
  padding-top: 16px;
}
.footer__top__right h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.footer__top__right .newsletter form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.footer__top__right .newsletter form .tnp-field {
  margin: 0;
  width: 100%;
}
.footer__top__right .newsletter form .tnp-field label {
  display: none;
}
.footer__top__right .newsletter form .tnp-field input {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 4px;
}
.footer__top__right .newsletter form .tnp-field input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__top__right .newsletter form .tnp-field.tnp-field-button {
  width: auto;
}
.footer__top__right .newsletter form .tnp-field.tnp-field-button input[type=submit] {
  background: #fff;
  color: #000000;
  border: 1px solid #fff;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  padding: 12px 24px;
  border-radius: 4px;
}
.footer__top__right .newsletter form .tnp-field.tnp-field-button input[type=submit]:hover {
  background: transparent;
  color: #fff;
}
.footer__bottom {
  text-align: center;
}

.cat-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #111;
}
.cat-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cat-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  filter: brightness(0.85);
}
.cat-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 2;
  transition: opacity 0.5s ease;
}
.cat-card__content {
  position: relative;
  z-index: 5;
  width: 100%;
  transform: translateY(45px);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.cat-card__tag {
  display: inline-block;
  background: #000000;
  color: #fff;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.cat-card__titulo {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.cat-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(15px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cat-card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(15px);
}
.cat-card .btn-card {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}
.cat-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.cat-card:hover__bg {
  transform: scale(1.15);
  filter: brightness(0.6);
}
.cat-card:hover__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.98) 100%);
}
.cat-card:hover__content {
  transform: translateY(0);
}
.cat-card:hover__desc {
  opacity: 1;
  transform: translateY(0);
}
.cat-card:hover__footer {
  opacity: 1;
  transform: translateY(0);
}
.cat-card:hover .btn-card {
  background: #000000;
  color: #fff;
  border-color: #000000;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .cat-card {
    height: 350px;
    padding: 30px;
  }
  .cat-card__titulo {
    font-size: 22px;
  }
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card__img {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card__img .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  color: #000;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 2;
}
.blog-card__info {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__titulo {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #000 !important;
  transition: color 0.3s ease;
  text-decoration: none;
}
.blog-card__titulo:hover {
  color: #000000 !important;
}
.blog-card__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .btn-read-more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}
.blog-card .btn-read-more i {
  font-size: 10px;
  color: #000000;
}
.blog-card .btn-read-more:hover {
  gap: 15px;
  color: #000000;
}
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.1);
}

.page-template-home .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  padding: 30px 0;
  border: none;
}
.page-template-home .header .menu-burger {
  display: flex !important;
}
.page-template-home .header .menu-burger span {
  background-color: #fff;
}
.page-template-home .header .logo img {
  max-height: 50px;
  width: auto;
}
.page-template-home .header .logo .logo-home {
  display: none;
}

.hero-inicial {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
.hero-inicial__slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-inicial__slider-container .hero-inicial__slider {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: visible !important;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-list {
  overflow: hidden;
  height: 100%;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-track,
.hero-inicial__slider-container .hero-inicial__slider .hero-inicial__slide {
  height: 100%;
}
.hero-inicial__slider-container .hero-inicial__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 70px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #000 !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
.hero-inicial__slider-container .hero-inicial__slider .slick-arrow i {
  color: #fff !important;
  font-size: 24px !important;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-arrow.slick-prev {
  left: 40px !important;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-arrow.slick-next {
  right: 40px !important;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-arrow:hover {
  background-color: #000000 !important;
}
.hero-inicial__slider-container .hero-inicial__slider .slick-arrow:hover i {
  color: #fff !important;
}
@media (max-width: 768px) {
  .hero-inicial__slider-container .hero-inicial__slider .slick-arrow {
    width: 50px !important;
    height: 50px !important;
  }
  .hero-inicial__slider-container .hero-inicial__slider .slick-arrow.slick-prev {
    left: 10px !important;
  }
  .hero-inicial__slider-container .hero-inicial__slider .slick-arrow.slick-next {
    right: 10px !important;
  }
}
.hero-inicial__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero-inicial__content {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.hero-inicial__text-box {
  max-width: 1000px;
  margin: 0 auto;
}
.hero-inicial__subtitle {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
}
.hero-inicial__title {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  .hero-inicial__title br {
    display: none;
  }
}
@media (max-width: 992px) {
  .hero-inicial__title {
    font-size: 56px;
    letter-spacing: -1px;
  }
}
@media (max-width: 768px) {
  .hero-inicial__title {
    font-size: 42px;
  }
}
.hero-inicial__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 576px) {
  .hero-inicial__actions {
    flex-direction: column;
    align-items: center;
  }
}
.hero-inicial__actions .btn {
  min-width: 220px;
  padding: 18px 30px;
}

.solucoes {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .solucoes {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .solucoes {
    padding: 60px 0;
  }
}
.solucoes__titulo {
  font-size: 52px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .solucoes__titulo {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.solucoes .blocoSolucoes {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .solucoes .blocoSolucoes {
    margin-bottom: 50px;
  }
}
.solucoes .blocoSolucoes:last-child {
  margin-bottom: 0;
}
.solucoes .blocoSolucoes h5 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.solucoes .blocoSolucoes .content {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #444;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.solucoes .blocoSolucoes .slider-itens {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.solucoes .blocoSolucoes .slider-itens .slick-track {
  display: flex !important;
  gap: 0;
}
.solucoes .blocoSolucoes .slider-itens .slick-slide {
  height: auto !important;
  display: flex !important;
  padding: 15px 10px;
}
.solucoes .blocoSolucoes .slider-itens .slick-slide > div {
  display: flex !important;
  flex: 1;
  width: 100%;
}
.solucoes .blocoSolucoes .slider-itens .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.solucoes .blocoSolucoes .slider-itens .item:hover {
  background-color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: #000000;
}
.solucoes .blocoSolucoes .slider-itens .item img {
  object-fit: contain;
  margin-bottom: 20px;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.solucoes .blocoSolucoes .slider-itens .item:hover img {
  filter: grayscale(0);
}
.solucoes .blocoSolucoes .slider-itens .item p {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
  line-height: 1.2;
}
.solucoes .blocoSolucoes .btn {
  margin: 0 auto;
}
.solucoes .blocoSolucoes .downloads {
  margin-top: 40px;
  padding: 30px 0;
  border: 1px solid #eee;
  background: rgba(221, 221, 221, 0.2901960784);
}
.solucoes .blocoSolucoes .downloads .title {
  font-size: 14px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.solucoes .blocoSolucoes .downloads__itens {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.solucoes .blocoSolucoes .downloads__itens .item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #555;
  font-size: 13px;
  font-weight: 600;
}
.solucoes .blocoSolucoes .downloads__itens .item p {
  margin: 0;
}
.solucoes .blocoSolucoes .downloads__itens .item img {
  width: 20px;
  opacity: 0.6;
}
.solucoes .blocoSolucoes .downloads__itens .item:hover {
  color: #000000;
}
.solucoes .blocoSolucoes .downloads__itens .item:hover img {
  opacity: 1;
}

.sobre {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .sobre {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.sobre .container {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 767px) {
  .sobre .container {
    flex-direction: column-reverse;
  }
}
.sobre__img {
  max-width: 600px;
}
.sobre__content {
  max-width: 700px;
}

.section-title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

.pilares {
  background-color: #000 !important;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .pilares {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .pilares {
    padding: 80px 0;
  }
}
.pilares__titulo {
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 768px) {
  .pilares__titulo {
    font-size: 32px;
  }
}
.pilares__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 992px) {
  .pilares__grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .pilares__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.pilares__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid white;
  padding: 16px;
  border-radius: 8px;
}
.pilares__icon {
  font-size: 48px;
  margin-bottom: 30px;
  color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pilares__icon i {
  font-weight: 300;
}
.pilares__icon img {
  height: 100%;
  width: auto;
  filter: brightness(0) invert(1);
}
.pilares__item-titulo {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
}
.pilares__item-descricao {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
  max-width: 280px;
  margin: 0 auto;
}

.portfolio-preview {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .portfolio-preview {
    padding: 40px 0;
  }
}
.portfolio-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .portfolio-preview__grid {
    grid-template-columns: 1fr;
  }
}
.portfolio-preview__footer {
  margin-top: 50px;
  text-align: center;
}

.diferenciais {
  padding: 60px 0;
  background-color: #ddd;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .diferenciais {
    padding: 40px 0;
  }
}
.diferenciais .section-title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .diferenciais .section-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
.diferenciais .pilares {
  background-color: #000 !important;
  padding: 100px 0;
  color: #fff;
}
@media (max-width: 768px) {
  .diferenciais .pilares {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .diferenciais .pilares {
    padding: 80px 0;
  }
}
.diferenciais .pilares__titulo {
  text-align: center;
  margin-bottom: 50px;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
@media (max-width: 768px) {
  .diferenciais .pilares__titulo {
    font-size: 32px;
  }
}
.diferenciais .pilares__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 992px) {
  .diferenciais .pilares__grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .diferenciais .pilares__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.diferenciais .pilares__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid white;
  padding: 16px;
  border-radius: 8px;
}
.diferenciais .pilares__icon {
  font-size: 48px;
  margin-bottom: 30px;
  color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diferenciais .pilares__icon i {
  font-weight: 300;
}
.diferenciais .pilares__icon img {
  height: 100%;
  width: auto;
  filter: brightness(0) invert(1);
}
.diferenciais .pilares__item-titulo {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
}
.diferenciais .pilares__item-descricao {
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
  max-width: 280px;
  margin: 0 auto;
}
.diferenciais .portfolio-preview {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .diferenciais .portfolio-preview {
    padding: 40px 0;
  }
}
.diferenciais .portfolio-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .diferenciais .portfolio-preview__grid {
    grid-template-columns: 1fr;
  }
}
.diferenciais .portfolio-preview__footer {
  margin-top: 80px;
  text-align: center;
}
.diferenciais .diferenciais {
  padding: 60px 0;
  background-color: #ddd;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .diferenciais .diferenciais {
    padding: 40px 0;
  }
}
.diferenciais .diferenciais__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .diferenciais .diferenciais__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .diferenciais .diferenciais__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .diferenciais .diferenciais .container {
    padding: 0 10px;
  }
}
.diferenciais .diferenciais__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 576px) {
  .diferenciais .diferenciais__item {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
    gap: 15px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
  }
  .diferenciais .diferenciais__item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }
}
.diferenciais .diferenciais__item:hover {
  transform: translateX(10px);
}
.diferenciais .diferenciais__icon {
  flex: 0 0 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .diferenciais .diferenciais__icon {
    flex: 0 0 60px;
    height: 60px;
    border-radius: 12px;
    background: #eff3f8;
    margin-bottom: 5px;
  }
}
.diferenciais .diferenciais__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 576px) {
  .diferenciais .diferenciais__icon img {
    width: 30px;
    height: 30px;
  }
}
.diferenciais .diferenciais__text {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .diferenciais .diferenciais__text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.diferenciais .cta-final {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .diferenciais .cta-final {
    padding: 80px 0;
  }
}
.diferenciais .cta-final__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.diferenciais .cta-final__overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500px;
  height: 1500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
  z-index: -1;
}
.diferenciais .cta-final .container {
  position: relative;
  z-index: 2;
}
.diferenciais .cta-final__content {
  max-width: 850px;
  margin: 0 auto;
}
.diferenciais .cta-final__title {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: -1.5px;
}
@media (max-width: 768px) {
  .diferenciais .cta-final__title {
    font-size: 40px;
  }
}
.diferenciais .cta-final__desc {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .diferenciais .cta-final__desc {
    font-size: 18px;
  }
}
.diferenciais .cta-final .btn--neon {
  padding: 22px 55px;
  font-size: 15px;
  background: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.diferenciais .cta-final .btn--neon:hover {
  background: #eff3f8 !important;
  color: #000 !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .diferenciais .cta-final .btn--neon {
    padding: 18px 40px;
  }
}
.diferenciais .btn--outline {
  display: inline-block;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  padding: 18px 40px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.diferenciais .btn--outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
.diferenciais .btn--outline:hover {
  color: #fff;
  transform: translateY(-5px);
}
.diferenciais .btn--outline:hover::after {
  transform: translateY(0);
}
.diferenciais .btn--outline.btn--white {
  color: #fff;
  border-color: #fff;
}
.diferenciais .btn--outline.btn--white::after {
  background: #fff;
}
.diferenciais .btn--outline.btn--white:hover {
  color: #000;
}

.cta-final {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cta-final {
    padding: 80px 0;
  }
}
.cta-final__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.cta-final__overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1500px;
  height: 1500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
  z-index: -1;
}
.cta-final .container {
  position: relative;
  z-index: 2;
}
.cta-final__content {
  max-width: 850px;
  margin: 0 auto;
}
.cta-final__title {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: -1.5px;
}
@media (max-width: 768px) {
  .cta-final__title {
    font-size: 40px;
  }
}
.cta-final__desc {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cta-final__desc {
    font-size: 18px;
  }
}
.cta-final .btn--neon {
  padding: 22px 55px;
  font-size: 15px;
  background: #fff !important;
  color: #000 !important;
  margin: 0 auto;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cta-final .btn--neon:hover {
  background: #eff3f8 !important;
  color: #000 !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .cta-final .btn--neon {
    padding: 18px 40px;
  }
}

.page-sobre {
  overflow: hidden;
}
.page-sobre .sobre-hero {
  height: 70vh;
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.page-sobre .sobre-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page-sobre .sobre-hero .container {
  position: relative;
  z-index: 5;
  max-width: 900px !important;
}
.page-sobre .sobre-hero__titulo {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-sobre .sobre-hero__titulo {
    font-size: 36px;
  }
}
.page-sobre .sobre-hero__subtexto {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-sobre .sobre-hero__subtexto {
    font-size: 16px;
  }
}
.page-sobre .sobre-quem {
  padding: 160px 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-sobre .sobre-quem {
    padding: 100px 0;
  }
}
.page-sobre .sobre-quem__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 992px) {
  .page-sobre .sobre-quem__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.page-sobre .sobre-quem__content {
  flex: 0 1 520px;
}
@media (max-width: 992px) {
  .page-sobre .sobre-quem__content {
    flex: 1;
    text-align: center;
  }
}
.page-sobre .sobre-quem__titulo {
  font-size: 52px;
  font-weight: 800;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.page-sobre .sobre-quem__titulo::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #000000;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .page-sobre .sobre-quem__titulo::after {
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .page-sobre .sobre-quem__titulo {
    font-size: 38px;
  }
}
.page-sobre .sobre-quem__texto {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
}
.page-sobre .sobre-quem__img {
  flex: 1;
  position: relative;
}
.page-sobre .sobre-quem__img .img-wrapper {
  overflow: hidden;
  box-shadow: 30px 30px 0 #000000;
}
@media (max-width: 768px) {
  .page-sobre .sobre-quem__img .img-wrapper {
    box-shadow: 15px 15px 0 #000000;
  }
}
.page-sobre .sobre-quem__img .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.page-sobre .sobre-quem__img .img-wrapper img:hover {
  transform: scale(1.1);
}
.page-sobre .sobre-missao {
  padding: 160px 0;
  position: relative;
  background: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .page-sobre .sobre-missao {
    padding: 100px 0;
  }
}
.page-sobre .sobre-missao--has-bg {
  background-repeat: no-repeat;
}
.page-sobre .sobre-missao__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.page-sobre .sobre-missao .container {
  position: relative;
  z-index: 5;
}
.page-sobre .sobre-missao__titulo {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page-sobre .sobre-missao__titulo {
    font-size: 32px;
  }
}
.page-sobre .sobre-missao__texto {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-sobre .sobre-missao__texto {
    font-size: 20px;
  }
}
.page-sobre .sobre-fazemos {
  padding: 160px 0;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .page-sobre .sobre-fazemos {
    padding: 100px 0;
  }
}
.page-sobre .sobre-fazemos__bloco {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}
.page-sobre .sobre-fazemos__bloco:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .page-sobre .sobre-fazemos__bloco {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.page-sobre .sobre-fazemos__bloco--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-sobre .sobre-fazemos__bloco--reverse {
    flex-direction: column;
  }
}
.page-sobre .sobre-fazemos__img {
  flex: 1;
}
.page-sobre .sobre-fazemos__img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}
.page-sobre .sobre-fazemos__content {
  flex: 1;
}
.page-sobre .sobre-fazemos__titulo {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-sobre .sobre-fazemos__titulo::before {
  content: "";
  width: 40px;
  height: 4px;
  background: #000000;
}
.page-sobre .sobre-fazemos__texto {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}
.page-sobre .sobre-diferenciais {
  padding: 160px 0;
  background-color: #1a1a1a;
  color: #fff;
}
@media (max-width: 992px) {
  .page-sobre .sobre-diferenciais {
    padding: 100px 0;
  }
}
.page-sobre .sobre-diferenciais__titulo {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-sobre .sobre-diferenciais__titulo {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.page-sobre .sobre-diferenciais__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .page-sobre .sobre-diferenciais__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-sobre .sobre-diferenciais__grid {
    grid-template-columns: 1fr;
  }
}
.page-sobre .sobre-diferenciais__item {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
  text-align: center;
}
.page-sobre .sobre-diferenciais__item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.06);
  border-color: #000000;
}
.page-sobre .sobre-diferenciais__item:hover .sobre-diferenciais__icon img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.page-sobre .sobre-diferenciais__icon {
  margin-bottom: 25px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-sobre .sobre-diferenciais__icon img {
  max-height: 100%;
  filter: grayscale(1) brightness(2);
  transition: all 0.4s ease;
}
.page-sobre .sobre-diferenciais__item-titulo {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-sobre .sobre-diferenciais__item-texto {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}
.page-sobre .sobre-capacidade {
  padding: 160px 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-sobre .sobre-capacidade {
    padding: 100px 0;
  }
}
.page-sobre .sobre-capacidade__wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 992px) {
  .page-sobre .sobre-capacidade__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.page-sobre .sobre-capacidade__content {
  flex: 1;
}
.page-sobre .sobre-capacidade__titulo {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.page-sobre .sobre-capacidade__lista {
  list-style: none;
  padding: 0;
}
.page-sobre .sobre-capacidade__lista li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.page-sobre .sobre-capacidade__lista li i {
  color: #000000;
  font-size: 18px;
}
.page-sobre .sobre-capacidade__img {
  flex: 1;
}
.page-sobre .sobre-capacidade__img img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}
.page-sobre .sobre-cta {
  padding: 160px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url("https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .page-sobre .sobre-cta {
    padding: 100px 0;
  }
}
.page-sobre .sobre-cta__titulo {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-sobre .sobre-cta__titulo {
    font-size: 36px;
  }
}
.page-sobre .sobre-cta__texto {
  font-size: 22px;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #ddd;
}
@media (max-width: 768px) {
  .page-sobre .sobre-cta__texto {
    font-size: 18px;
  }
}
.page-sobre .sobre-cta .btn {
  font-size: 18px;
  padding: 22px 50px;
  margin: 16px auto;
}

.page-servicos {
  overflow: hidden;
}
.page-servicos .servicos-hero {
  height: 70vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.page-servicos .servicos-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.page-servicos .servicos-hero .container {
  position: relative;
  z-index: 5;
  max-width: 900px !important;
}
.page-servicos .servicos-hero__titulo {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-servicos .servicos-hero__titulo {
    font-size: 36px;
  }
}
.page-servicos .servicos-hero__subtexto {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-servicos .servicos-hero__subtexto {
    font-size: 16px;
  }
}
.page-servicos .servicos-intro {
  padding: 100px 0 0;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-servicos .servicos-intro {
    padding: 100px 0;
  }
}
.page-servicos .servicos-intro .container--narrow {
  max-width: 700px;
  margin: 0 auto;
}
.page-servicos .servicos-intro__texto {
  font-size: 20px;
  line-height: 1.8;
  color: #444;
  font-weight: 500;
}
.page-servicos .servicos-areas {
  padding: 0;
}
.page-servicos .servicos-areas .serv-area {
  padding: 160px 0;
}
@media (max-width: 992px) {
  .page-servicos .servicos-areas .serv-area {
    padding: 100px 0;
  }
}
.page-servicos .servicos-areas .serv-area:nth-child(even) {
  background-color: #f9f9f9;
}
.page-servicos .servicos-areas .serv-area__wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 992px) {
  .page-servicos .servicos-areas .serv-area__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.page-servicos .servicos-areas .serv-area--reverse .serv-area__wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .page-servicos .servicos-areas .serv-area--reverse .serv-area__wrapper {
    flex-direction: column;
  }
}
.page-servicos .servicos-areas .serv-area__img {
  flex: 1;
}
.page-servicos .servicos-areas .serv-area__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.page-servicos .servicos-areas .serv-area__content {
  flex: 1;
}
.page-servicos .servicos-areas .serv-area__titulo {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000;
  text-transform: uppercase;
}
.page-servicos .servicos-areas .serv-area__texto {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}
.page-servicos .servicos-areas .serv-area__lista {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.page-servicos .servicos-areas .serv-area__lista li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
}
.page-servicos .servicos-areas .serv-area__lista li i {
  color: #000000;
  font-size: 14px;
}
.page-servicos .servicos-areas .serv-area__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .page-servicos .servicos-areas .serv-area__actions {
    justify-content: center;
  }
}
.page-servicos .servicos-pilares {
  padding: 160px 0;
  background-color: #111;
  color: #fff;
}
@media (max-width: 992px) {
  .page-servicos .servicos-pilares {
    padding: 100px 0;
  }
}
.page-servicos .servicos-pilares__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .page-servicos .servicos-pilares__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.page-servicos .servicos-pilares .pilar {
  text-align: center;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.4s ease;
}
.page-servicos .servicos-pilares .pilar:hover {
  transform: translateY(-10px);
  border-color: #000000;
  background: rgba(255, 255, 255, 0.05);
}
.page-servicos .servicos-pilares .pilar:hover .pilar__icon img {
  filter: grayscale(0) brightness(1);
}
.page-servicos .servicos-pilares .pilar__icon {
  margin-bottom: 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-servicos .servicos-pilares .pilar__icon img {
  max-height: 100%;
  filter: brightness(0) invert(1) !important;
  transition: all 0.4s ease;
}
.page-servicos .servicos-pilares .pilar__titulo {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-servicos .servicos-pilares .pilar__descricao {
  font-size: 15px;
  line-height: 1.6;
  color: #aaa;
}
.page-servicos .servicos-catalogo {
  padding: 160px 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-servicos .servicos-catalogo {
    padding: 100px 0;
  }
}
.page-servicos .servicos-catalogo__titulo {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
  position: relative;
  padding-bottom: 20px;
}
.page-servicos .servicos-catalogo__titulo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .page-servicos .servicos-catalogo__titulo {
    font-size: 32px;
  }
}
.page-servicos .servicos-catalogo .servicos-filtros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 60px;
}
.page-servicos .servicos-catalogo .servicos-filtros .filter-btn {
  background: #f7f7f7;
  border: 2px solid #f7f7f7;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-servicos .servicos-catalogo .servicos-filtros .filter-btn:hover {
  background: #eee;
  border-color: #eee;
}
.page-servicos .servicos-catalogo .servicos-filtros .filter-btn.active {
  background: #000000;
  border-color: #000000;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.page-servicos .servicos-catalogo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .page-servicos .servicos-catalogo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-servicos .servicos-catalogo__grid {
    grid-template-columns: 1fr;
  }
}
.page-servicos .servicos-catalogo .cat-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #111;
}
.page-servicos .servicos-catalogo .cat-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.page-servicos .servicos-catalogo .cat-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  filter: brightness(0.85);
}
.page-servicos .servicos-catalogo .cat-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 2;
  transition: opacity 0.5s ease;
}
.page-servicos .servicos-catalogo .cat-card__content {
  position: relative;
  z-index: 5;
  width: 100%;
  transform: translateY(45px);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.page-servicos .servicos-catalogo .cat-card__tag {
  display: inline-block;
  background: #000000;
  color: #000;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.page-servicos .servicos-catalogo .cat-card__titulo {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.page-servicos .servicos-catalogo .cat-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(15px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-servicos .servicos-catalogo .cat-card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(15px);
}
.page-servicos .servicos-catalogo .cat-card .btn-card {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}
.page-servicos .servicos-catalogo .cat-card .btn-card:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
  padding-left: 25px;
}
.page-servicos .servicos-catalogo .cat-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.page-servicos .servicos-catalogo .cat-card:hover__bg {
  transform: scale(1.15);
  filter: brightness(0.6);
}
.page-servicos .servicos-catalogo .cat-card:hover__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.98) 100%);
}
.page-servicos .servicos-catalogo .cat-card:hover__content {
  transform: translateY(0);
}
.page-servicos .servicos-catalogo .cat-card:hover__desc {
  opacity: 1;
  transform: translateY(0);
}
.page-servicos .servicos-catalogo .cat-card:hover__footer {
  opacity: 1;
  transform: translateY(0);
}
.page-servicos .servicos-leads {
  padding: 160px 0;
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page-servicos .servicos-leads {
    padding: 100px 0;
  }
}
.page-servicos .servicos-leads__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .page-servicos .servicos-leads__wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}
.page-servicos .servicos-leads .leads-titulo {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.page-servicos .servicos-leads .leads-texto {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
}
.page-servicos .servicos-leads__actions {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .page-servicos .servicos-leads__actions {
    flex-direction: column;
    width: 100%;
  }
}
.page-servicos .servicos-leads__actions .btn {
  background: #fff;
  color: #000 !important;
  border: none;
  font-weight: 800;
  padding: 20px 40px;
  text-align: center;
}
.page-servicos .servicos-leads__actions .btn:hover {
  transform: translateY(-3px);
}
.page-servicos .servicos-cta-final {
  padding: 160px 0;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-servicos .servicos-cta-final {
    padding: 100px 0;
  }
}
.page-servicos .servicos-cta-final__titulo {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .page-servicos .servicos-cta-final__titulo {
    font-size: 36px;
  }
}
.page-servicos .servicos-cta-final__texto {
  font-size: 20px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 40px;
}
.page-servicos .servicos-cta-final .btn {
  padding: 22px 50px;
  display: inline-block;
  margin: 0 auto;
}

.modal-leads {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.modal-leads.active {
  opacity: 1;
  visibility: visible;
}
.modal-leads__content {
  background: #111;
  width: 100%;
  max-width: 500px;
  padding: 60px 40px;
  position: relative;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-leads__content h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #000000;
  text-transform: uppercase;
}
.modal-leads__content p {
  margin-bottom: 40px;
  color: #ccc;
}
.modal-leads__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
}
.modal-leads__close:hover {
  color: #000000;
}
.modal-leads .form-group {
  margin-bottom: 25px;
}
.modal-leads .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000000;
}
.modal-leads .form-group input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.modal-leads .form-group input:focus {
  outline: none;
  border-color: #000000;
  background: rgba(255, 255, 255, 0.08);
}
.modal-leads button[type=submit] {
  width: 100%;
  padding: 20px;
  font-weight: 800;
}

.page-portfolio {
  overflow: hidden;
}
.page-portfolio .portfolio-hero {
  height: 70vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.page-portfolio .portfolio-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.page-portfolio .portfolio-hero .container {
  position: relative;
  z-index: 5;
}
.page-portfolio .portfolio-hero__titulo {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .page-portfolio .portfolio-hero__titulo {
    font-size: 36px;
  }
}
.page-portfolio .portfolio-hero__subtexto {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
  margin: 0 auto;
}
.page-portfolio .portfolio-intro {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .page-portfolio .portfolio-intro {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .page-portfolio .portfolio-intro {
    padding: 40px 0;
  }
}
.page-portfolio .portfolio-intro .container--narrow {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-portfolio .portfolio-intro__titulo {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  letter-spacing: -0.5px;
}
.page-portfolio .portfolio-intro__texto p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
}
.page-portfolio .portfolio-catalogo {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .page-portfolio .portfolio-catalogo {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .page-portfolio .portfolio-catalogo {
    padding: 40px 0;
  }
}
.page-portfolio .portfolio-catalogo__titulo {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  position: relative;
  padding-bottom: 20px;
}
.page-portfolio .portfolio-catalogo__titulo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .page-portfolio .portfolio-catalogo__titulo {
    font-size: 32px;
  }
}
.page-portfolio .portfolio-catalogo .portfolio-filtros {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.page-portfolio .portfolio-catalogo .portfolio-filtros .filter-btn {
  background: #f7f7f7;
  border: 2px solid #f7f7f7;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-portfolio .portfolio-catalogo .portfolio-filtros .filter-btn:hover {
  background: #eee;
  border-color: #eee;
}
.page-portfolio .portfolio-catalogo .portfolio-filtros .filter-btn.active {
  background: #000000;
  border-color: #000000;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.page-portfolio .portfolio-catalogo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .page-portfolio .portfolio-catalogo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .page-portfolio .portfolio-catalogo__grid {
    grid-template-columns: 1fr;
  }
}
.page-portfolio .portfolio-catalogo .cat-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #111;
}
.page-portfolio .portfolio-catalogo .cat-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.page-portfolio .portfolio-catalogo .cat-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
  filter: brightness(0.85);
}
.page-portfolio .portfolio-catalogo .cat-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.95) 100%);
  z-index: 2;
  transition: opacity 0.5s ease;
}
.page-portfolio .portfolio-catalogo .cat-card__content {
  position: relative;
  z-index: 5;
  width: 100%;
  transform: translateY(45px);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.page-portfolio .portfolio-catalogo .cat-card__tag {
  display: inline-block;
  background: #000000;
  color: #000;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.page-portfolio .portfolio-catalogo .cat-card__titulo {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.page-portfolio .portfolio-catalogo .cat-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(15px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-portfolio .portfolio-catalogo .cat-card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(15px);
}
.page-portfolio .portfolio-catalogo .cat-card .btn-card {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 16px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
}
.page-portfolio .portfolio-catalogo .cat-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}
.page-portfolio .portfolio-catalogo .cat-card:hover__bg {
  transform: scale(1.15);
  filter: brightness(0.6);
}
.page-portfolio .portfolio-catalogo .cat-card:hover__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.98) 100%);
}
.page-portfolio .portfolio-catalogo .cat-card:hover__content {
  transform: translateY(0);
}
.page-portfolio .portfolio-catalogo .cat-card:hover__desc {
  opacity: 1;
  transform: translateY(0);
}
.page-portfolio .portfolio-catalogo .cat-card:hover__footer {
  opacity: 1;
  transform: translateY(0);
}
.page-portfolio .portfolio-catalogo .cat-card:hover .btn-card {
  background: #000000;
  color: #fff;
  border-color: #000000;
  padding-left: 25px;
}

.page-catalogo {
  background-color: #f9f9f9;
}
.page-catalogo .catalogo-hero {
  height: 70vh;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-catalogo .catalogo-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-catalogo .catalogo-hero .container {
  position: relative;
  z-index: 5;
}
.page-catalogo .catalogo-hero__titulo {
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .page-catalogo .catalogo-hero__titulo {
    font-size: 34px;
  }
}
.page-catalogo .catalogo-hero__subtexto {
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.page-catalogo .catalogo-content {
  padding: 160px 0;
}
@media (max-width: 992px) {
  .page-catalogo .catalogo-content {
    padding: 100px 0;
  }
}
.page-catalogo .catalogo-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 50px;
}
@media (max-width: 992px) {
  .page-catalogo .catalogo-layout {
    grid-template-columns: 1fr 250px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .page-catalogo .catalogo-layout {
    grid-template-columns: 1fr;
  }
  .page-catalogo .catalogo-layout .catalogo-sidebar {
    order: 1;
    margin-bottom: 40px;
  }
  .page-catalogo .catalogo-layout .catalogo-grid-wrapper {
    order: 2;
  }
}
.page-catalogo .catalogo-sidebar {
  min-width: 0;
}
.page-catalogo .catalogo-sidebar .catalogo-search {
  margin-bottom: 40px;
}
.page-catalogo .catalogo-sidebar .catalogo-search .search-field {
  position: relative;
}
.page-catalogo .catalogo-sidebar .catalogo-search .search-field input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.page-catalogo .catalogo-sidebar .catalogo-search .search-field input:focus {
  border-color: #000000;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-catalogo .catalogo-sidebar .catalogo-search .search-field i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}
.page-catalogo .catalogo-sidebar__titulo {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
  color: #000;
}
.page-catalogo .catalogo-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .page-catalogo .catalogo-sidebar__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.page-catalogo .catalogo-sidebar__list .filter-btn {
  background: none;
  border: none;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-catalogo .catalogo-sidebar__list .filter-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
.page-catalogo .catalogo-sidebar__list .filter-btn.active {
  background-color: #000;
  color: #fff;
}

.catalogo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .catalogo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .catalogo-grid {
    grid-template-columns: 1fr;
  }
}

.catalogo-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid #efefef;
}
.catalogo-card__link {
  text-decoration: none;
  display: block;
}
.catalogo-card__img {
  height: 250px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.catalogo-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.catalogo-card__info {
  padding: 25px;
  background: #fff;
}
.catalogo-card__meta {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.catalogo-card__titulo {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.catalogo-card__footer {
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}
.catalogo-card__footer .btn-more {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalogo-card__footer .btn-more i {
  font-size: 11px;
  transition: transform 0.3s ease;
}
.catalogo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: #000000;
}
.catalogo-card:hover .catalogo-card__img img {
  transform: scale(1.08);
}
.catalogo-card:hover .catalogo-card__titulo {
  color: #000000;
}
.catalogo-card:hover .btn-more {
  color: #000;
}
.catalogo-card:hover .btn-more i {
  transform: translateX(5px);
}

.single-catalogo {
  padding: 160px 0;
  min-height: 80vh;
}
@media (max-width: 992px) {
  .single-catalogo {
    padding: 100px 0;
  }
}
.single-catalogo__nav {
  margin-bottom: 40px;
}
.single-catalogo__nav a {
  color: #777;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}
.single-catalogo__nav a:hover {
  color: #000000;
}
.single-catalogo .product-main {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 60px;
  margin-bottom: 80px;
  min-width: 0;
}
@media (max-width: 992px) {
  .single-catalogo .product-main {
    grid-template-columns: 1fr 350px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .single-catalogo .product-main {
    grid-template-columns: 1fr;
  }
}
.single-catalogo .product-gallery {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid #efefef;
  min-width: 0;
}
.single-catalogo .product-gallery__wrapper {
  width: 100%;
  overflow: hidden;
}
.single-catalogo .product-gallery .slider-for {
  margin-bottom: 20px;
}
.single-catalogo .product-gallery .slider-for .slider-item {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .single-catalogo .product-gallery .slider-for .slider-item {
    height: 350px;
  }
}
.single-catalogo .product-gallery .slider-for .slider-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.single-catalogo .product-gallery .slider-nav {
  margin: 0 -10px;
}
.single-catalogo .product-gallery .slider-nav .thumb-item {
  padding: 0 10px;
  cursor: pointer;
}
.single-catalogo .product-gallery .slider-nav .thumb-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.single-catalogo .product-gallery .slider-nav .thumb-item:hover img {
  opacity: 0.8;
}
.single-catalogo .product-gallery .slider-nav .slick-current .thumb-item img {
  border-color: #000000;
  opacity: 1;
}
.single-catalogo .product-info__tag {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.1);
  padding: 6px 15px;
  border-radius: 4px;
  margin-bottom: 25px;
  display: inline-block;
}
.single-catalogo .product-info__titulo {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .single-catalogo .product-info__titulo {
    font-size: 32px;
  }
}
.single-catalogo .product-info__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 40px;
}
.single-catalogo .product-specs {
  margin-bottom: 40px;
  background: #fdfdfd;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.single-catalogo .product-specs__titulo {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.single-catalogo .product-specs__table {
  width: 100%;
  border-collapse: collapse;
}
.single-catalogo .product-specs__table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #555;
}
.single-catalogo .product-specs__table td:first-child {
  width: 40%;
  color: #111;
}
.single-catalogo .product-specs__table tr:last-child td {
  border-bottom: none;
}
.single-catalogo .related-products {
  margin-top: 100px;
  padding: 160px 0;
  border-top: 1px solid #eee;
}
@media (max-width: 992px) {
  .single-catalogo .related-products {
    padding: 100px 0;
  }
}
.single-catalogo .related-products__titulo {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
}
.single-catalogo .related-products .catalogo-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .single-catalogo .related-products .catalogo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-catalogo .related-products .catalogo-grid {
    grid-template-columns: 1fr;
  }
}
.single-catalogo .btn-download-trigger {
  background: #f4f4f4;
  color: #000;
  border: 1px solid #ddd;
  padding: 15px 30px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  margin-left: 15px;
}
@media (max-width: 576px) {
  .single-catalogo .btn-download-trigger {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }
}
.single-catalogo .btn-download-trigger i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.single-catalogo .btn-download-trigger:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.single-catalogo .btn-download-trigger:hover i {
  transform: translateY(2px);
}

.modal {
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.92) !important;
  z-index: 99999999 !important;
  backdrop-filter: blur(8px);
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.modal.active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.modal .modal-content {
  position: relative !important;
  background: #fff !important;
  width: 90% !important;
  max-width: 500px !important;
  margin: auto !important;
  padding: 60px 45px !important;
  border-radius: 20px !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7) !important;
  color: #000 !important;
  text-align: left !important;
}
@media (max-width: 767px) {
  .modal .modal-content {
    padding: 40px 20px !important;
    margin: 20px auto !important;
  }
}
.modal .close-modal {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  z-index: 10;
  transition: all 0.3s ease;
}
.modal .close-modal:hover {
  background: #000;
  color: #fff;
  transform: rotate(90deg);
}
.modal .modal-header {
  text-align: center;
  margin-bottom: 40px;
}
.modal .modal-header h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #000;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
}
.modal .modal-header p {
  font-size: 16px;
  color: #666;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
}
.modal .wpcf7 .form-download .field-group {
  margin-bottom: 20px;
}
.modal .wpcf7 .form-download .field-group label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000;
  text-align: left;
}
.modal .wpcf7 .form-download .field-group input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fff;
}
.modal .wpcf7 .form-download .submit-wrap {
  margin-top: 30px;
}
.modal .wpcf7 .form-download .submit-wrap .wpcf7-submit {
  width: 100%;
  padding: 18px;
  border-radius: 8px;
  font-weight: 900;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: none;
}

.single-servico {
  padding-top: 100px;
  background-color: #fff;
}
.single-servico__hero {
  position: relative;
  height: 70vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .single-servico__hero {
    height: 40vh;
    min-height: 300px;
  }
}
.single-servico__hero * {
  color: #fff;
}
.single-servico__hero .single-servico__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.single-servico__hero .container {
  position: relative;
  z-index: 5;
}
.single-servico__hero__content {
  padding: 60px 0 100px;
  background: #fff;
}
@media (max-width: 768px) {
  .single-servico__hero__content {
    padding: 40px 0 60px;
  }
}
.single-servico__hero__back {
  margin-bottom: 40px;
}
.single-servico__hero__back .btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #888;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.single-servico__hero__back .btn-back i {
  font-size: 12px;
  color: #000000;
}
.single-servico__hero__back .btn-back:hover {
  color: #000;
  transform: translateX(-5px);
}
.single-servico__hero__titulo {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 800px;
}
@media (max-width: 768px) {
  .single-servico__hero__titulo {
    font-size: 36px;
  }
}
.single-servico__content {
  padding: 160px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .single-servico__content {
    padding: 100px 0;
  }
}
.single-servico__wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 80px;
}
@media (max-width: 992px) {
  .single-servico__wrapper {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.single-servico__main .entry-content {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}
.single-servico__main .entry-content p {
  margin-bottom: 30px;
}
.single-servico__main .entry-content h2, .single-servico__main .entry-content h3, .single-servico__main .entry-content h4 {
  color: #000;
  font-weight: 800;
  margin: 50px 0 20px;
  text-transform: uppercase;
}
.single-servico__main .entry-content ul {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.single-servico__main .entry-content ul li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.single-servico__main .entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 2px;
  background: #000000;
}
.single-servico__main .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 40px 0;
}
.single-servico__sidebar .sidebar-box {
  background-color: #f7f7f7;
  padding: 40px;
  margin-bottom: 30px;
  border-left: 4px solid #000000;
}
.single-servico__sidebar .sidebar-box h4 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.single-servico__sidebar .sidebar-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}
.single-servico__sidebar .sidebar-box .btn {
  width: 100%;
  font-size: 16px;
}
.single-servico__sidebar .sidebar-box .related-list {
  list-style: none;
  padding: 0;
}
.single-servico__sidebar .sidebar-box .related-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.single-servico__sidebar .sidebar-box .related-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-servico__sidebar .sidebar-box .related-list li a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.single-servico__sidebar .sidebar-box .related-list li a:hover {
  color: #000000;
}
.single-servico__cta {
  padding: 160px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .single-servico__cta {
    padding: 100px 0;
  }
}
.single-servico__cta h2 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-servico__cta p {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 40px;
}
.single-servico__cta .btn--white {
  padding: 22px 50px;
  background: #fff;
  color: #000;
  font-weight: 800;
}
.single-servico__cta .btn--white:hover {
  background: #000000;
  color: #fff;
}

.blog-hero {
  height: 70vh;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 0;
}
.blog-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.blog-hero .container {
  position: relative;
  z-index: 2;
}
.blog-hero__titulo {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-hero__titulo {
    font-size: 42px;
  }
}
.blog-hero__subtexto {
  color: #fff;
  font-size: 18px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.blog-filters {
  padding: 30px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 100px;
  z-index: 100;
}
@media (max-width: 768px) {
  .blog-filters {
    top: 80px;
    padding: 20px 0;
  }
}
.blog-filters .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .blog-filters .container {
    flex-direction: column;
    align-items: stretch;
  }
}
.blog-filters .category-nav {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-filters .category-nav .filter-btn {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-filters .category-nav .filter-btn:hover {
  background: #eee;
  color: #000;
}
.blog-filters .category-nav .filter-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
.blog-filters .blog-search {
  position: relative;
  flex: 0 0 300px;
}
@media (max-width: 768px) {
  .blog-filters .blog-search {
    flex: 1;
  }
}
.blog-filters .blog-search input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
}
.blog-filters .blog-search input:focus {
  outline: none;
  border-color: #000000;
}
.blog-filters .blog-search i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.blog-content {
  padding: 80px 0;
  background-color: #fcfcfc;
}
@media (max-width: 992px) {
  .blog-content {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .blog-content {
    padding: 40px 0;
  }
}
.blog-content .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .blog-content .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-content .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card__img {
  height: 240px;
  overflow: hidden;
  position: relative;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card__img .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  color: #000;
  padding: 6px 15px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 2;
}
.blog-card__info {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__titulo {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #000;
  transition: color 0.3s ease;
  text-decoration: none;
}
.blog-card__titulo:hover {
  color: #000000;
}
.blog-card__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card .btn-read-more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}
.blog-card .btn-read-more i {
  font-size: 10px;
  color: #000000;
}
.blog-card .btn-read-more:hover {
  gap: 15px;
  color: #000000;
}
.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.1);
}

.single-post-page .blog-single-hero {
  height: 60vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.single-post-page .blog-single-hero .breadcrumb {
  color: #fff;
}
.single-post-page .blog-single-hero .breadcrumb a {
  color: #fff;
}
.single-post-page .blog-single-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.single-post-page .blog-single-hero .container {
  position: relative;
  z-index: 2;
}
.single-post-page .blog-single-hero__meta {
  display: none;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.single-post-page .blog-single-hero__titulo {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  max-width: 800px;
}
@media (max-width: 768px) {
  .single-post-page .blog-single-hero__titulo {
    font-size: 32px;
  }
}
.single-post-page .post-content-flexible {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 992px) {
  .single-post-page .post-content-flexible {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .single-post-page .post-content-flexible {
    padding: 40px 0;
  }
}
.single-post-page .post-content-flexible .flexible-block {
  margin-bottom: 50px;
}
.single-post-page .post-content-flexible .flexible-block:last-child {
  margin-bottom: 0;
}
.single-post-page .post-content-flexible .block-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.single-post-page .post-content-flexible .block-text h2,
.single-post-page .post-content-flexible .block-text h3,
.single-post-page .post-content-flexible .block-text h4 {
  color: #000;
  margin: 40px 0 20px;
  font-weight: 800;
}
.single-post-page .post-content-flexible .block-text p {
  margin-bottom: 25px;
}
.single-post-page .post-content-flexible .block-text blockquote {
  padding: 40px;
  background: #f9f9f9;
  border-left: 4px solid #000000;
  font-style: italic;
  font-size: 22px;
  margin: 40px 0;
  color: #000;
}
.single-post-page .post-content-flexible .block-image.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.single-post-page .post-content-flexible .block-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post-page .post-content-flexible .block-image .image-caption {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #999;
  font-style: italic;
}
.single-post-page .post-navigation-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: center;
}
.single-post-page .post-navigation-footer .btn-back-blog {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 15px 35px;
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.single-post-page .post-navigation-footer .btn-back-blog i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.single-post-page .post-navigation-footer .btn-back-blog:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.single-post-page .post-navigation-footer .btn-back-blog:hover i {
  transform: translateX(-5px);
}
.single-post-page .blog-related-section {
  padding: 40px 0 80px;
  background: #fcfcfc;
  border-top: 1px solid #eee;
}
.single-post-page .blog-related-section .section-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}
.single-post-page .blog-related-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .single-post-page .blog-related-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-page .blog-related-section .blog-grid {
    grid-template-columns: 1fr;
  }
}

.recrutamento-page .recrutamento-hero {
  height: 70vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.recrutamento-page .recrutamento-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.recrutamento-page .recrutamento-hero .container {
  position: relative;
  z-index: 2;
}
.recrutamento-page .recrutamento-hero__titulo {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .recrutamento-page .recrutamento-hero__titulo {
    font-size: 42px;
  }
}
.recrutamento-page .recrutamento-hero__subtexto {
  color: #fff;
  font-size: 20px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.recrutamento-page .recrutamento-info {
  padding: 160px 0;
  background: #fff;
}
@media (max-width: 992px) {
  .recrutamento-page .recrutamento-info {
    padding: 100px 0;
  }
}
.recrutamento-page .recrutamento-info .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .recrutamento-page .recrutamento-info .grid-2 {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.recrutamento-page .recrutamento-info .info-block__header {
  margin-bottom: 40px;
}
.recrutamento-page .recrutamento-info .info-block__header .badge {
  display: inline-block;
  padding: 5px 15px;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
.recrutamento-page .recrutamento-info .info-block__header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #000;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #444;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list li i {
  font-size: 20px;
  color: #000000;
  width: 25px;
}
.recrutamento-page .recrutamento-info .info-block .recrutamento-list li:last-child {
  margin-bottom: 0;
}
.recrutamento-page .recrutamento-form-section {
  padding: 160px 0;
  background: #f9f9f9;
}
@media (max-width: 992px) {
  .recrutamento-page .recrutamento-form-section {
    padding: 100px 0;
  }
}
.recrutamento-page .recrutamento-form-section .container-small {
  max-width: 800px;
}
.recrutamento-page .recrutamento-form-section .form-card {
  background: #fff;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .recrutamento-page .recrutamento-form-section .form-card {
    padding: 30px;
  }
}
.recrutamento-page .recrutamento-form-section .form-card__header {
  text-align: center;
  margin-bottom: 50px;
}
.recrutamento-page .recrutamento-form-section .form-card__header h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}
.recrutamento-page .recrutamento-form-section .form-card__header p {
  font-size: 16px;
  color: #777;
}
.recrutamento-page .form-recrutamento .form-row {
  margin-bottom: 25px;
}
.recrutamento-page .form-recrutamento .form-row label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.recrutamento-page .form-recrutamento .form-row input[type=text],
.recrutamento-page .form-recrutamento .form-row input[type=email],
.recrutamento-page .form-recrutamento .form-row input[type=tel],
.recrutamento-page .form-recrutamento .form-row select,
.recrutamento-page .form-recrutamento .form-row textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #eee;
  background: #fcfcfc;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.recrutamento-page .form-recrutamento .form-row input[type=text]:focus,
.recrutamento-page .form-recrutamento .form-row input[type=email]:focus,
.recrutamento-page .form-recrutamento .form-row input[type=tel]:focus,
.recrutamento-page .form-recrutamento .form-row select:focus,
.recrutamento-page .form-recrutamento .form-row textarea:focus {
  outline: none;
  border-color: #000000;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.recrutamento-page .form-recrutamento .form-row.file-upload {
  background: #fcfcfc;
  padding: 20px;
  border: 2px dashed #eee;
  border-radius: 8px;
}
.recrutamento-page .form-recrutamento .form-row.file-upload .wpcf7-file {
  margin-top: 10px;
}
.recrutamento-page .form-recrutamento .form-row.file-upload .file-info {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
.recrutamento-page .form-recrutamento .button-row {
  margin-top: 40px;
}
.recrutamento-page .form-recrutamento .button-row .wpcf7-submit {
  width: 100%;
  padding: 18px 40px;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.recrutamento-page .form-recrutamento .button-row .wpcf7-submit:hover {
  background: transparent;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contacto-page .contacto-hero {
  height: 60vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.contacto-page .contacto-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.contacto-page .contacto-hero .container {
  position: relative;
  z-index: 2;
}
.contacto-page .contacto-hero__titulo {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .contacto-page .contacto-hero__titulo {
    font-size: 42px;
  }
}
.contacto-page .contacto-hero__subtexto {
  font-size: 18px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}
.contacto-page .contacto-content {
  padding: 160px 0;
  background: #fff;
}
@media (max-width: 992px) {
  .contacto-page .contacto-content {
    padding: 100px 0;
  }
}
.contacto-page .contacto-content .grid-contact {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
}
@media (max-width: 992px) {
  .contacto-page .contacto-content .grid-contact {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .contacto-page .contacto-content .grid-contact {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.contacto-page .contacto-content .contact-info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contacto-page .contacto-content .contact-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.contacto-page .contacto-content .contact-info .info-item__icon {
  width: 50px;
  height: 50px;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  flex-shrink: 0;
}
.contacto-page .contacto-content .contact-info .info-item__text h3 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 8px;
}
.contacto-page .contacto-content .contact-info .info-item__text p, .contacto-page .contacto-content .contact-info .info-item__text a {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
.contacto-page .contacto-content .contact-info .info-item__text a:hover {
  color: #000000;
  transform: translateX(5px);
}
.contacto-page .contacto-content .contact-form-wrapper .form-card {
  background: #fff;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.05);
}
@media (max-width: 576px) {
  .contacto-page .contacto-content .contact-form-wrapper .form-card {
    padding: 30px;
  }
}
.contacto-page .contacto-content .contact-form-wrapper .form-card__header {
  margin-bottom: 40px;
}
.contacto-page .contacto-content .contact-form-wrapper .form-card__header h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}
.contacto-page .contacto-content .contact-form-wrapper .form-card__header p {
  color: #777;
  font-size: 16px;
}
.contacto-page .form-contacto .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .contacto-page .form-contacto .form-grid {
    grid-template-columns: 1fr;
  }
}
.contacto-page .form-contacto .form-row {
  margin-bottom: 20px;
}
.contacto-page .form-contacto .form-row label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 8px;
}
.contacto-page .form-contacto .form-row input, .contacto-page .form-contacto .form-row select, .contacto-page .form-contacto .form-row textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #eee;
  background: #fcfcfc;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.contacto-page .form-contacto .form-row input:focus, .contacto-page .form-contacto .form-row select:focus, .contacto-page .form-contacto .form-row textarea:focus {
  outline: none;
  border-color: #000000;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.contacto-page .form-contacto .form-row.checkbox-row {
  margin: 30px 0;
}
.contacto-page .form-contacto .form-row.checkbox-row label {
  text-transform: none;
  font-weight: 500;
  color: #777;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
}
.contacto-page .form-contacto .form-row.checkbox-row label input {
  width: auto;
}
.contacto-page .form-contacto .button-row .wpcf7-submit {
  width: 100%;
  padding: 18px 40px;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contacto-page .form-contacto .button-row .wpcf7-submit:hover {
  background: transparent;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contacto-page .contacto-map {
  background: #fff;
  height: 500px;
  width: 100%;
}
.contacto-page .contacto-map .map-container {
  width: 100%;
  height: 100%;
}
.contacto-page .contacto-map .map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(1) invert(0.1) opacity(0.8);
}

.imgEffect {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media (max-width: 1199px) {
  .imgEffect {
    width: 100%;
  }
}
.imgEffect:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.imgFilter {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.imgFilter:hover {
  filter: grayscale(0%);
}

.cardEffect {
  box-shadow: 0 4px 10px rgba(22, 17, 3, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.cardEffect:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.295);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: 30px 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    padding: 15px 0;
  }
}
.header.active {
  pointer-events: none;
}
.header.active .logo,
.header.active .menu-burger {
  pointer-events: auto;
}
.header.active .logo-header {
  display: none !important;
}
.header.active .logo-home {
  display: block !important;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
}
.header .logo .logo-home {
  display: none;
}
.header .logo a {
  display: block;
}
.header .logo img {
  max-width: 280px;
  height: auto;
  display: block;
}
@media (max-width: 576px) {
  .header .logo img {
    max-width: 200px;
  }
}
.header .menu-burger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  z-index: 1001;
}
@media (max-width: 768px) {
  .header .menu-burger {
    display: flex !important;
  }
}
.header .menu-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.page-template-home .header .header .menu-burger span {
  background-color: #fff;
}
@media (max-width: 768px) {
  .header .menu-burger.active {
    opacity: 0;
    visibility: hidden;
  }
}
.header .menu-burger.active span {
  background-color: #000;
}
.header .menu-burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.header .menu-burger.active span:nth-child(2) {
  opacity: 0;
}
.header .menu-burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-100%);
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-overlay .menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  font-size: 48px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
  z-index: 1002;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-overlay .menu-close:hover {
  transform: scale(1.1);
  color: #333;
}
@media (max-width: 768px) {
  .menu-overlay .menu-close {
    top: 20px;
    right: 20px;
    font-size: 36px;
    width: 50px;
    height: 50px;
  }
}
.menu-overlay .logo-overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1002;
}
.menu-overlay .logo-overlay img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .menu-overlay .logo-overlay img {
    max-width: 150px;
  }
}
.menu-overlay__content {
  text-align: center;
  padding: 20px;
}
.menu-overlay .primary-menu-overlay {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-overlay .primary-menu-overlay li a {
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 1.1;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .menu-overlay .primary-menu-overlay li a {
    font-size: 36px;
  }
}
.menu-overlay .primary-menu-overlay li a:hover {
  color: #000000;
  padding-left: 20px;
}
.menu-overlay .menu-close {
  position: absolute;
  top: 48px;
  right: 25px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  display: none;
  color: #000;
  z-index: 1002;
  padding: 10px;
  line-height: 1;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .menu-overlay .menu-close {
    display: block;
  }
}
.menu-overlay .menu-close:hover {
  transform: scale(1.1);
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    height: 500px;
    background-position: center;
  }
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 80px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banner-slick .slick-dots {
  bottom: 60px;
  z-index: 1;
}
.banner-slick .slick-dots li button:before {
  font-size: 24px;
  width: 32px;
  height: 32px;
  color: white;
}
.banner > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner h1 {
  color: white;
}
.banner h2,
.banner h3,
.banner h4 {
  color: white;
  font-weight: 300;
  text-align: center;
}
.banner__txt * {
  color: white;
}
.banner__txt p {
  font-size: 18px;
  line-height: 25px;
}
.banner .boxBanner .btnsBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .banner .boxBanner .btnsBanner .btn {
    font-size: 12px;
  }
}

.content-default {
  padding: 150px 0 32px;
}

.slick-slider .slick-list {
  margin: 0 -16px;
}
.slick-slider .slick-slide {
  padding: 0 16px;
}
.slick-slider .slick-slide > div {
  height: 100%;
}