@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
.container {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 15px;
}

.buttons-contato {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.button-white, .button-black {
  padding: 16px 30px;
  border-radius: 4px;
}

.button-white {
  background-color: #ffffff;
}

.button-black {
  background-color: #0B0B0B;
  color: #ffffff;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' preserveAspectRatio='none'><filter id='noiseFilter'><feTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' result='noise' seed='2'/><animate attributeName='baseFrequency' values='0.7;0.8;0.7' dur='6s' repeatCount='indefinite' /></filter><rect width='100%' height='100%' filter='url(%23noiseFilter)' /></svg>");
}

/* ===============================
   Modern CSS Reset - SASS version
   =============================== */
/* Box-sizing: border-box para todos os elementos */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove margens e paddings padrão */
body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote,
dl, dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background-color: #0B0B0B;
}

/* Remove listas padrão */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Altura mínima do body e smooth scroll */
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Elementos de mídia devem se adaptar ao container */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remover estilos de input */
input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

/* Remove animações para usuários que preferem redução */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Remove decoration de links */
a {
  text-decoration: none;
  color: inherit;
}

/* Define estilos padrão para botões */
button {
  cursor: pointer;
  background: none;
  border: none;
}

/* Formata o texto da seleção */
::selection {
  background-color: rgba(0, 0, 0, 0.1);
}

.container-fluid {
  padding: 0 32px;
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 0 15px;
  }
}

body, html {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 60px;
}
.section-title h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 32px;
  }
}
.section-title .divider {
  width: 100%;
  height: 1px;
  background-color: #D5D8DA;
}
.section-title.black-section h2 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-title.black-section h2 {
    font-size: 32px;
  }
}
.section-title.black-section h4 {
  color: #828792;
}
.section-title.black-section .divider {
  background-color: #191D26;
}

.section-black {
  background-color: #0B0B0B !important;
}

.button {
  background-color: #1B1B1B;
  color: rgba(255, 255, 255, 0.6901960784);
  padding: 12px 16px;
  display: flex;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.button:hover {
  background-color: rgba(27, 27, 27, 0.5019607843);
}
.button.button-dark {
  background-color: #0B0B0B;
}

.reveal-word span {
  display: inline;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  white-space: normal;
}

.about p strong {
  font-weight: 700;
  color: #ffffff;
}

.header-contato {
  padding: 16px 0;
  color: #ffffff;
}
.header-contato .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-contato h3, .header-contato a {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-underline-offset: 6px;
  color: rgba(255, 255, 255, 0.6901960784);
}
.header-contato a {
  color: #828792;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  padding-bottom: 2px;
  transition: all 0.3s;
}
.header-contato a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.6901960784);
}
.header-contato .logo-contato {
  display: flex;
  gap: 32px;
  align-items: center;
}
.header-contato .logo-contato svg {
  color: #111;
}

.faq-title {
  font-size: 32px;
  margin: 60px 0;
  color: #ffffff;
}

.faq-heading {
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
  padding: 20px;
  background-color: #0B0B0B;
}

.faq-text {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6901960784);
  width: 95%;
  padding-left: 20px;
  margin-bottom: 30px;
  background-color: #0B0B0B;
}

.faq {
  max-width: 100%;
  margin: 0 auto;
  background-color: #0B0B0B;
  border-radius: 4px;
  position: relative;
  border: 1px solid #2e2e2e;
  margin-bottom: 60px;
}

.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 1px;
  background-color: #0B0B0B;
  border-bottom: 1px solid #2e2e2e;
}

.faq input[type=checkbox] {
  display: none;
}

.faq input[type=checkbox]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq input[type=checkbox]:checked + label {
  display: block;
  color: #4f7351;
  height: auto;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type=checkbox]:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: auto;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cursor {
  width: 24px;
  height: 24px;
  border: 1px solid #828792;
  backdrop-filter: blur(1px);
  background-color: ffffff08;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out, scale 0.2s ease;
  mix-blend-mode: difference;
}

.cursor.active {
  transform: translate(-50%, -50%) scale(2);
}

.work-item[data-estado=disponivel] {
  cursor: url("../img/link.svg"), auto;
}

.work-item[data-estado=indisponivel] {
  cursor: url("../img/em-breve.svg"), auto;
}

.work-item {
  position: relative;
}

.work-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.main-menu {
  flex: none;
  height: auto;
  left: 50%;
  position: fixed;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  z-index: 8;
  padding-top: 32px;
}
.main-menu img {
  width: 120px;
}
@media (max-width: 768px) {
  .main-menu {
    padding-top: 20px;
  }
}
.main-menu .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu .container-fluid .menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.main-menu .container-fluid .menu ul.scroll {
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  backdrop-filter: blur(6px);
  background-color: ffffff08;
  border: solid 1px rgba(255, 255, 255, 0.0509803922);
  padding: 16px 32px;
  border-radius: 4px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .main-menu .container-fluid .menu ul {
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 15px;
    backdrop-filter: blur(6px);
    background-color: ffffff08;
    border: solid 1px rgba(255, 255, 255, 0.0509803922);
    border-radius: 4px;
    padding: 0 24px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
  }
  .main-menu .container-fluid .menu ul.scroll {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
.main-menu .container-fluid .menu ul li {
  display: flex;
  flex-direction: column;
}
.main-menu .container-fluid .menu ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-menu .container-fluid .menu ul li a:hover {
  color: rgba(255, 255, 255, 0.6901960784);
}

.branding-logo {
  width: 100px;
}

.container-fluid.scroll-align-start {
  align-items: flex-start;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: none;
  backdrop-filter: blur(6px);
  background-color: ffffff08;
  width: 50px;
  height: 50px;
  align-items: center;
  border: solid 1px rgba(255, 255, 255, 0.0509803922);
  border-radius: 4px;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle .bar {
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.menu-toggle .bar1 {
  width: 15px;
  background-color: #ffffff;
}
.menu-toggle .bar2 {
  width: 12px;
  background-color: #dddddd;
}
.menu-toggle .bar3 {
  width: 8px;
  background-color: #cfcfcf;
}
.menu-toggle.active .bar1 {
  transform: rotate(45deg) translate(4px, 4px);
  width: 15px;
}
.menu-toggle.active .bar2 {
  opacity: 0;
}
.menu-toggle.active .bar3 {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 15px;
}

.footer {
  background-color: rgb(16.1, 16.1, 16.1);
  padding: 120px 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    gap: 60px;
  }
}
.footer .footer-left .footer-text {
  margin-bottom: 100px;
}
.footer .footer-left .footer-text h4 {
  font-size: 36px;
  color: #ffffff;
  max-width: 12ch;
  line-height: 120%;
}
@media (max-width: 768px) {
  .footer .footer-left .footer-text h4 {
    font-size: 24px;
  }
}
.footer .footer-left .footer-text a {
  font-size: 20px;
  background-color: #ffffff;
  color: #828792;
  padding: 20px 32px;
  font-weight: 500;
  display: inline-block;
  margin-top: 32px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-left .footer-text a:hover {
  background-color: #828792;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer .footer-left .footer-text a {
    font-size: 24px;
  }
}
.footer .footer-left .footer-logo {
  display: flex;
  gap: 100px;
  align-items: end;
}
@media (max-width: 768px) {
  .footer .footer-left .footer-logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.footer .footer-left .footer-logo img {
  width: 50px;
}
.footer .footer-left .footer-logo h6 {
  color: #ffffff;
  font-family: "Space Grotesk";
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.footer .footer-left .footer-logo p {
  color: #828792;
  font-size: 14px;
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer .footer-right {
    align-items: start;
  }
}
.footer .footer-right span {
  font-size: 14px;
  color: #828792;
  display: block;
  margin-bottom: 17px;
}
.footer .footer-right .footer-buttons {
  display: flex;
  gap: 8px;
}
.footer .footer-right .footer-buttons .button {
  height: 40px;
}
.footer .footer-right .copy {
  font-size: 14px;
  color: #828792;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 14px;
}
@media (max-width: 768px) {
  .footer .footer-right .copy {
    align-items: start;
    margin-top: 32px;
  }
}
.footer .footer-right .copy .back-top {
  display: flex;
  align-items: end;
  gap: 8px;
}
.footer .footer-right .copy .back-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 2px;
}
.footer .footer-right .copy .back-top a img {
  width: 10px;
}

@keyframes rotate-horizontal {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.intro-mesage p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6901960784);
  margin-top: 60px;
}

.works {
  background-color: rgb(16.1, 16.1, 16.1);
  padding: 120px 0;
}
.works .button {
  margin-top: 32px;
}
.works .container .works-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .works .container .works-list {
    gap: 32px;
  }
}
.works .container .works-list .work-item {
  transition: 0.2s ease-in-out;
  border-radius: 4px;
  border-radius: 10px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .works .container .works-list .work-item {
    flex-direction: column;
    position: unset;
  }
}
.works .container .works-list .work-item .work-info {
  max-width: 495px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .works .container .works-list .work-item .work-info {
    max-width: 100%;
  }
}
.works .container .works-list .work-item .work-info span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6901960784);
  text-transform: uppercase;
  opacity: 0.6;
}
.works .container .works-list .work-item .work-thumb {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .works .container .works-list .work-item .work-thumb {
    height: 250px;
  }
}
.works .container .works-list .work-item .work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works .container .works-list .work-item h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 768px) {
  .works .container .works-list .work-item h3 {
    font-size: 18px;
  }
}
.works .container .works-list .work-item .category-list {
  margin-top: 12px;
}
.works .container .works-list .work-item .category-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}
.works .container .works-list .work-item .category-list ul li p {
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #0B0B0B;
}

.about {
  background-color: #0B0B0B;
  padding: 120px 0 0 0;
}
.about .about-wrapper {
  display: flex;
  gap: 120px;
}
@media (max-width: 768px) {
  .about .about-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.about .about-wrapper .about-left {
  width: max-content;
  max-width: 100%;
}
.about .about-wrapper .about-left p,
.about .about-wrapper .about-left span {
  font-size: 28px;
  color: #ffffff;
  width: 540px;
}
@media (max-width: 768px) {
  .about .about-wrapper .about-left p,
  .about .about-wrapper .about-left span {
    width: 100%;
    font-size: 18px;
  }
}
.about .about-wrapper .about-left span {
  color: rgba(255, 255, 255, 0.6901960784);
  display: block;
  margin-top: 32px;
}
.about .about-wrapper .about-left .left-pic {
  display: flex;
  margin-top: 120px;
  gap: 32px;
  align-items: end;
}
@media (max-width: 768px) {
  .about .about-wrapper .about-left .left-pic {
    flex-direction: column;
    align-items: start;
    margin-top: 50px;
  }
}
.about .about-wrapper .about-left .left-pic img {
  border-radius: 4px;
}
.about .about-wrapper .about-right p {
  color: rgba(255, 255, 255, 0.6901960784);
  font-size: 20px;
  margin-bottom: 32px;
}

.space {
  height: 100vh;
}

.services {
  background-color: #0B0B0B;
}

:root {
  --container-width: 1264px;
  --gap: 32px;
}

.servicos-scroll {
  position: relative;
  background: #0B0B0B;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .servicos-scroll {
    padding: 80px 0;
  }
}
.servicos-scroll .container-externo {
  max-width: 1264px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.servicos-scroll .container-scroll-viewport {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.servicos-scroll .scroll-wrapper {
  display: flex;
  width: max-content;
  gap: 8px;
}
.servicos-scroll .servico-card {
  width: 632px;
  background: #556574;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
}
.servicos-scroll .servico-card:nth-child(1) {
  background: #171717;
}
.servicos-scroll .servico-card:nth-child(2) {
  background: #1F1F1F;
}
.servicos-scroll .servico-card:nth-child(3) {
  background: #262626;
}
.servicos-scroll .servico-card:nth-child(4) {
  background: #2E2E2E;
}
.servicos-scroll .servico-card:nth-child(5) {
  background: #3a3a3a;
}
.servicos-scroll .servico-card:nth-child(6) {
  background: #4b4b4b;
}
.servicos-scroll .servico-card h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 32px;
}
@media (max-width: 768px) {
  .servicos-scroll .servico-card h3 {
    font-size: 24px;
  }
}
.servicos-scroll .servico-card .num {
  font-size: 76px;
  color: rgba(255, 255, 255, 0.2);
}
.servicos-scroll .servico-card p {
  color: rgba(255, 255, 255, 0.6901960784);
}

@media (max-width: 768px) {
  .servicos-scroll .container-scroll-viewport {
    overflow: visible;
    display: block;
    margin-bottom: 0;
  }
  .servicos-scroll .scroll-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }
  .servicos-scroll .servico-card {
    width: 100%;
    height: auto;
  }
}
.home-blog {
  margin-top: 120px;
  background-color: rgb(26, 26, 26);
  padding: 120px 0;
}
@media (max-width: 768px) {
  .home-blog {
    margin-top: 0;
  }
}
.home-blog .section-title.black-section .divider {
  background-color: #2f2f2f;
}
.home-blog .button {
  margin-top: 60px;
}
.home-blog .blog-list {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .home-blog .blog-list {
    flex-direction: column;
  }
}
.home-blog .blog-list .blog-item {
  transition: 0.2s ease-in-out;
}
.home-blog .blog-list .blog-item:hover {
  opacity: 0.95;
  transform: skew(0.72deg, 0.72deg);
}
.home-blog .blog-list .blog-item h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  max-width: 380px;
  color: #ffffff;
}
.home-blog .blog-list .blog-item .blog-thumb {
  width: 100%;
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home-blog .blog-list .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home {
  margin: 0;
}

.contato {
  background-color: #E2E2E2;
  padding: 120px 0;
}
.contato .contato-wrapper {
  display: flex;
  justify-content: space-between;
}
.contato .contato-wrapper .left {
  max-width: 500px;
}
.contato .contato-wrapper .left p {
  margin-bottom: 20px;
}

.hero {
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero {
    height: 60vh;
  }
}
.hero .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .container-fluid {
    justify-content: flex-end;
    padding-bottom: 130px;
  }
}
.hero h1 {
  color: #fff;
  font-size: clamp(28px, 5vw, 120px);
  line-height: 100%;
  font-weight: 500;
  max-width: 18ch;
}
.hero h1 strong {
  color: #828792;
  font-weight: 500;
}
.hero .line-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero .line-1 span {
  display: block;
  flex: 1;
  width: 200px;
  height: 2px;
  background-color: #fff;
}

.hero-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 32px;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-status {
    padding: 0 15px;
  }
}
.hero-status .status-left,
.hero-status .status-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-status .status-left .status-icon,
.hero-status .status-right .status-icon {
  width: 70px;
  height: auto;
}
.hero-status .status-left .status-info,
.hero-status .status-right .status-info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.hero-status .status-left .status-info div,
.hero-status .status-right .status-info div {
  display: flex;
  gap: 4px;
}
.hero-status .status-left .status-info span,
.hero-status .status-right .status-info span {
  font-size: 13px;
  opacity: 0.7;
}
.hero-status .status-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .hero-status .status-center {
    display: none;
  }
}
.hero-status .status-center .scroll-arrow {
  width: 16px;
  animation: bounce 2s infinite;
}
.hero-status .status-center span {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.hero-status .availability {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
}
@media (max-width: 768px) {
  .hero-status .availability {
    display: none;
  }
}
.hero-status .availability .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: limegreen;
  border-radius: 50%;
  margin-right: 4px;
}
.hero-status .availability span {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.8;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
.post-content {
  max-width: 900px;
  padding: 20px 15px 60px 15px;
  margin: 0 auto;
}

.header-post {
  background-color: #0B0B0B;
  padding: 120px 0 60px 0;
  max-width: 900px;
  margin: 0 auto;
}
.header-post h1 {
  color: #ffffff;
  line-height: 130%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .header-post h1 {
    max-width: 100%;
  }
}
.header-post ul.categorias {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}
.header-post ul.categorias li {
  color: #ffffff;
  background-color: #1B1B1B;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thumb-single-post img {
  border-radius: 4px;
}

main {
  background-color: #0B0B0B;
  color: rgba(255, 255, 255, 0.6901960784);
  padding-bottom: 20px;
}
main p {
  margin-bottom: 20px;
}
main strong {
  color: #ffffff;
  font-weight: 600;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  color: #ffffff;
  margin-bottom: 20px;
}
main img {
  margin-bottom: 20px;
  border-radius: 4px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 900px;
}

.post-navigation .nav-links a {
  display: inline-block;
  padding: 12px 20px;
  background: #101010;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: background 0.3s;
}

.post-navigation .nav-links a:hover {
  background: #202020;
}

.nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.work-intro {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .work-intro {
    height: 60vh;
  }
}
.work-intro::before, .work-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  z-index: 1;
}
.work-intro::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  height: 100vh;
}
.work-intro::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 100vh;
}
.work-intro h1 {
  position: relative;
  z-index: 2;
  color: white;
  font-size: clamp(36px, 5vw, 5rem);
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.single-cases {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .single-cases {
    margin-bottom: 32px;
  }
}

.single-project {
  background-color: #0B0B0B;
}

.projeto-header {
  margin-top: 120px;
}
.projeto-header img {
  width: 100%;
}
.projeto-header h1 {
  font-size: 64px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.projeto-info {
  width: 100%;
  max-width: 900px;
  padding-top: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 32px;
}
@media (max-width: 600px) {
  .projeto-info {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.projeto-info .left-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 200px;
}
.projeto-info .left-info .left-info-item span {
  color: #ffffff;
  font-weight: 600;
  display: black;
  margin-bottom: 6px;
}
.projeto-info .left-info .left-info-item p {
  color: rgba(255, 255, 255, 0.6901960784);
}
.projeto-info .right-info {
  max-width: 470px;
}
.projeto-info .right-info span {
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
.projeto-info .right-info p {
  color: rgba(255, 255, 255, 0.6901960784);
  margin-bottom: 20px;
}

.projeto-bloco {
  padding: 32px 0;
}
.projeto-bloco.texto p {
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto;
  color: #ccc;
}
.projeto-bloco.imagem img, .projeto-bloco.duas-imagens img, .projeto-bloco.imagem-com-texto img, .projeto-bloco.galeria img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.projeto-bloco.duas-imagens .img-dupla {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .projeto-bloco.duas-imagens .img-dupla {
    grid-template-columns: 1fr;
  }
}
.projeto-bloco.imagem-com-texto .img-texto {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap;
}
.projeto-bloco.imagem-com-texto .img-texto .img {
  flex: 1 1 50%;
}
.projeto-bloco.imagem-com-texto .img-texto .texto {
  flex: 1 1 50%;
}
.projeto-bloco.imagem-com-texto .img-texto .texto p {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .projeto-bloco.imagem-com-texto .img-texto {
    flex-direction: column;
  }
  .projeto-bloco.imagem-com-texto .img-texto .img, .projeto-bloco.imagem-com-texto .img-texto .texto {
    flex: 1 1 100%;
  }
}

.projeto-bloco.galeria .galeria-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .projeto-bloco.galeria .galeria-wrapper {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .projeto-bloco.galeria .galeria-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .projeto-bloco.galeria .galeria-wrapper img {
    flex: 0 0 auto;
    scroll-snap-align: start;
    max-width: 80%;
    margin-right: 16px;
  }
}
.projeto-bloco.galeria .galeria-wrapper img {
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.projeto-bloco.galeria .galeria-wrapper img:hover {
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .projeto-bloco.galeria .galeria-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: 1fr 1fr;
  }
}
.swiper {
  width: 100%;
  padding-bottom: 32px;
}

.swiper-slide {
  width: 80%; /* cria o efeito peek */
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.swiper-pagination {
  margin-top: 16px;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; /* ou qualquer cor da sua identidade visual */
}

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