* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  background: #000;
}

section {
  background-color: #fff;
}

body {
  font-family: 'neue-haas-grotesk-display', sans-serif;
}

img,
video {
  max-width: 100vw;
  height: auto;
  display: block;
  object-fit: cover;
}

.bg-white {
  background-color: #fff;
}

.bg-dark-gray {
  background-color: #1d1d1d;
}

.bg-light-gray {
  background-color: #ededed;
}

.mh100 {
  height: 100vh;
}

section.section_top {
  height: 100vh;
  max-width: 100vw;
  position: relative;
  overflow: hidden !important;
}

.section_top h1 {
  color: #262626;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 133.333% */
  letter-spacing: -1.5px;
  position: absolute;
  top: 40%;
  left: calc(10% + 92px);
}

.section_top h1 span {
  text-decoration: underline;
}

.section_top .container-video {
  background-color: #fff;
}

.borda-interna,
.borda-interna:after {
  width: 30%;
  height: 40%;
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 80px;
  overflow: hidden;
}

.borda-interna:after {
  /* content: ' '; */
  width: 5%;
  height: 100%;
  max-height: 500px;
}

.borda-interna video {
  width: 102%;
  object-fit: cover;
  position: relative;
  left: -1%;
  top: -6%;
  max-width: 800px;
  /* max-height: 340px; */
}

.section_top .container_buttons {
  display: flex;
  position: absolute;
  bottom: 70px;
  align-items: center;
  justify-self: center;
  left: calc(10% + 92px);
  gap: 16px;
}

.section_top .button_not_filling {
  color: #1b1b1b;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.06px;
  padding: 18px 32px;
  border-radius: 36px;
  border: 0.5px solid #1b1b1b;
  background-color: transparent;
  text-decoration: none;
}

.section_top .button_filling {
  border-radius: 36px;
  background: #824dff;
  border-style: none;
  padding: 18px 32px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.06px;
  text-decoration: none;
}

.section_top p {
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  max-width: 50%;
  margin-left: calc(47px - 16px);
  padding-right: 20px;
}

section.section_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.section_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section_video .video_thumb {
  width: 100vw;
}

.section_video .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.depositions {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120vh;
  width: 100vw;
  background: #ededed;
  position: relative;
}

.icon-marks {
  margin-left: -65px;
}

.depositions-slider {
  width: 100%;
  margin: 0 auto;
}

.deposition-text {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 133.333% */
  letter-spacing: -1px;
  margin-bottom: 60px;
  margin-top: -50px;
}

.deposition-description {
  display: flex;
  gap: 15px;
}

.deposition-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  text-transform: uppercase;
  color: #262626;
}

.deposition-local {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #818181;
}

.deposition .slick-dotted.slick-slider {
  margin: 0 !important;
}

.deposition-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  margin-left: 300px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.depositions-slider .slick-active {
  opacity: 1 !important;
}

.deposition-image {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
}

.depositions-slider .deposition-single {
  opacity: 0.3;
}

.deposition .slick-dots {
  bottom: -50px !important;
}

.depositions-slider .slick-center {
  transform: translateX(-140px);

  @media (max-width: 768px) {
    transform: translateX(0px);
  }
}

.depositions-slider .slick-center + .slick-slide {
  transform: translateX(50px);

  @media (max-width: 768px) {
    transform: translateX(0px);
  }
}

.depositions-slider .slick-center ~ .slick-slide {
  transform: translateX(-250px);

  @media (max-width: 768px) {
    transform: translateX(0px);
  }
}

#cases {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 200px 100px;
  background: #1d1d1d;
}

.boxes-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.boxes-cases.pattern-1 a:nth-child(1) {
  grid-row: span 2;
}

.boxes-cases.pattern-2 a:nth-child(2) {
  grid-row: span 2;
}

.foto {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 1s ease;
}

.foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.foto:hover img {
  transform: scale(1.2);
}

.foto .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.foto:hover .overlay {
  opacity: 1;
}

.foto h1,
.foto p,
.foto .btn-ver-mais {
  color: white;
}

.foto h1 {
  color: #ededed;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.foto p {
  color: #ededed;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .boxes-cases {
    grid-template-columns: 1fr;
  }

  .boxes-cases.pattern-1 a:nth-child(1),
  .boxes-cases.pattern-2 a:nth-child(2) {
    grid-row: span 1;
  }

  #cases {
    padding: 50px 32px;
  }
}

section.about {
  display: flex;
  background-color: #ededed;
  padding: 180px 180px 0 180px;
}

section.about h2 {
  color: #262626;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.5px;
  width: 80%;
}

section.about .container-text {
  width: 60%;
}

section.about .big-number {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

section.about .big-number > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  gap: 20px;
}

section.about .container-big-numbers {
  display: flex;
  gap: 50px;
}

/* section.about .big-number strong {
  color: var(--Cinza-Escuro, #262626);
  font-family: 'Helvetica Neue';
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; 
  letter-spacing: -1.5px;
  display: flex;
  flex-direction: column;
  margin: 100px 0;
}
 */

section.about .big-number p {
  color: #818181;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  text-transform: uppercase;
  margin: 20px 0 40px 0;
  width: 50%;
}

section.about p {
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

section.about span {
  color: #818181;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  text-transform: uppercase;
}

section.clients {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 160px 150px;
  background-color: #ededed;
}

.grid-clients {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.clients img {
  filter: grayscale(100%);
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
  display: block;
  margin: auto;
}

section#local {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}

#local .container-local {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60%;
}

#local .container-local > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#local .container-local-text {
  width: 60%;
  margin: 0 auto;
}

#local h3 {
  color: #262626;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 104.167% */
  letter-spacing: -1.5px;
}

#local h4 {
  color: #1b1b1b;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 87.5% */
  letter-spacing: -0.96px;
  margin: 47px 0 8px 0;
}

#local p {
  color: #1b1b1b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.56px;
}

#local img {
  margin: 0 auto;
  border-radius: 50%;
}

section#tech-list {
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  gap: 70px;
  overflow: hidden;
}

.tech-list-right,
.tech-list-left {
  font-size: 15px;
  padding-block: 8px;
  user-select: none;
  display: flex;
  gap: 2rem;
}

.tech-list-right ul,
.tech-list-left ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}

.tech-list-right ul {
  animation: scroll-right 150s linear infinite;
}

.tech-list-left ul {
  animation: scroll-left 150s linear infinite;
}

@keyframes scroll-right {
  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  to {
    transform: translateX(100%);
  }
}

.tech-list-left ul:first-child {
  margin-left: -400vw;
}

#tech-list li {
  color: rgb(129, 129, 129, 0.4);
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 35% */
  letter-spacing: -3px;
  margin-inline: 4px;
}

#text-solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46px;
  padding: 20px 0 100px 0;
}

#text-solution h3 {
  color: #262626;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -1.5px;
  width: 55%;
}

#text-solution span {
  color: #824dff;
}

#square-img {
  /* height: calc(100vh + 180px); */
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

#square-img img {
  height: 700px;
  width: 700px;
}

#square-img h2 {
  color: #ededed;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 104.167% */
  letter-spacing: -1.5px;
}

#square-img p {
  color: #ededed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.56px;
}

#square-img a,
.btn-cases {
  color: #ededed;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.06px;
  text-decoration: none;

  border-radius: 36px;
  border: 0.5px solid #ededed;
  background-color: transparent;
  padding: 18px 45px;
}

.btn-cases {
  margin: 20px auto 0;
}

#square-img .container-text {
  width: 24%;
  margin-left: 110px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

section#design-as-solution {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ededed;
  padding: 200px 0 100px;
  background-color: #000;
  max-width: 100vw;
}

#design-as-solution .line-through {
  display: inline-block;
  text-decoration: line-through;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

#design-as-solution .color-purple {
  color: #824dff;
}

.cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* #text-2 {
  visibility: hidden;
} */

#design-as-solution h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  letter-spacing: -1.5px;
}

#design-as-solution p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.56px;
  width: 80%;
}

#design-as-solution a {
  text-decoration: none;
  color: #FFF;
  border-radius: 36px;
  background-color: #824DFF;
  padding: 18px 46px;
}

#design-as-solution .container-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
  width: 38%;
}

#design-as-solution img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.video-container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;

  @media (max-width: 768px) {
    img {
      height: 56vh;
    }
  }
}

.video-background {
  max-width: 100%;
  max-height: 100%;
  background-color: #000;
}

#container {
  height: 200vh;
}

section#info-techs {
  color: #262626;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 300px;
  overflow: hidden;
}

#info-techs h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 104.167% */
  letter-spacing: -1.5px;
  text-align: center;
  width: 54%;
}

#info-techs p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.56px;
  text-align: center;
}

#info-techs a {
  border-radius: 36px;
  background: #824dff;
  text-decoration: none;
  color: #fff;
  padding: 18px 44px;
}

#info-techs img {
  position: absolute;
  will-change: transform;
}

#info-techs .img-1 {
  top: 130px;
  left: 250px;
}

#info-techs .img-2 {
  top: 450px;
  right: 120px;
}

#info-techs .img-3 {
  bottom: -30px;
  left: 200px;
}

#info-techs .container-text {
  display: flex;
  flex-direction: column;
  gap: 95px;
  align-items: center;
  justify-content: center;
}

#info-techs .container-text > div {
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.parallax {
  transform: translateZ(0);
}

/* Ajuste a profundidade das imagens */
.parallax1 {
  transform: translateZ(-1px) scale(1.5);
}

.parallax2 {
  transform: translateZ(-2px) scale(1.5);
}

.parallax3 {
  transform: translateZ(-3px) scale(1.5);
}

section#button-forms {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#button-forms a {
  border: none;
  border-radius: 32px;
  background: #824DFF;
  text-decoration: none;
  width: 1060px;
  height: 500.107px;
  flex-shrink: 0;
  color: #ededed;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 104.167% */
  letter-spacing: -1px;
  margin: 150px auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 230px;
  gap: 60px;
  position: relative;
}


#button-forms p {
  width: 30%;
  text-align: left;
}

#button-forms img {
  position: absolute;
  top: -120px;
  right: -180px;
}

#button-forms a:hover {
  color: #ededed;
  background-color: #7444e3;
}

@keyframes slideArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

#button-forms svg {
  animation: slideArrow 3s infinite ease-in-out;
}

footer {
  height: 583px;
  color: #ededed;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 170px;
  padding-left: 190px;
  gap: 100px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.56px;
}

footer .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 125% */
  letter-spacing: -1px;
  text-decoration: none;
  color: #ededed;
  margin-bottom: 100px;
}

footer .title span {
  color: #824dff;
}

footer .title:hover span {
  text-decoration: underline;
}

footer .information {
  margin-top: 170px;
}

footer .information a {
  color: #ededed;
}

/* Slick Slider CSS */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide .img-case {
  width: 100%;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

#websites-carrossel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  color: #262626;
}

#websites-carrossel .container-text {
  width: 60%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding-bottom: 60px;
  text-align: center;
}

#websites-carrossel h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 104.167% */
  letter-spacing: -1.5px;
  width: 60%;
  margin: 0 auto;
}

#websites-carrossel h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 156.25% */
  letter-spacing: -1.5px;
  position: absolute;
  bottom: 30%;
  margin-left: 210px;
}

.display-none-desk {
  display: none;
}

#websites-carrossel p {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.56px;
  width: 50%;
  margin: 0 auto;
}

#websites-carrossel .container-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#websites-carrossel .container-buttons a {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 12px;
  font-weight: 500;
  padding: 18px 28px;
  border-radius: 36px;
  border: 0.5px solid #1b1b1b;
}

.websites-slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.websites-slider .slide-content {
  text-align: center;
  padding: 20px;
}

.websites-slider .slide-content img {
  width: 65%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}

.websites-slider .btn-case-slider {
  color: #1b1b1b;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.06px;
  border-radius: 32px;
  border: 0.5px solid #1b1b1b;
  padding: 12px 14px;
  text-decoration: none;
  position: absolute;
  bottom: 22%;
  margin-left: -370px;
}

/* Remove estilos padrão dos dots */
.slick-dots li button:before {
  font-size: 0 !important;
  background: none !important;
}

/* Estilizando os dots */
.slick-dots li button {
  background-color: #262626 !important;
  border-radius: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border: none !important;
  display: block !important;
  padding: 0 !important;
}

/* Estilo para o dot ativo */
.slick-dots li.slick-active button {
  border-radius: 100px !important;
  width: 38px !important;
  height: 8px !important;
}

.slick-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.websites-slider .slick-dots {
  bottom: 80px !important;
}

.slick-dots li {
  width: auto !important;
  height: auto !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  display: block !important;
  background-size: cover !important;
  width: 60px !important;
  height: 60px !important;
  top: 615px !important;
  z-index: 1 !important;
}

.slick-prev {
  background-image: url('images/icons/ArrowCircleleft.svg') !important;
  left: 480px !important;
  z-index: 1 !important;
}

.slick-next {
  background-image: url('images/icons/ArrowCircleRight.svg') !important;
  right: 480px !important;
}

/* Estilos para Mobile */
@media (max-width: 768px) {
  /*   video {
    height: 100vh;
  } */

  #myVideo {
    display: none;
  }

  #mobileImage {
    display: block;
    width: 100%; /* Garantir que a imagem seja responsiva */
    height: auto;
  }

  iframe {
    height: auto;
    display: none;
  }

  #youtube-iframe {
    display: block !important;
  }

  .section_video {
    height: 110vw !important;
    margin: 0;
  }

  .display-none-desk {
    display: block;
  }

  div.video-container-1 {
    height: auto !important;
    min-height: 0 !important;
  }

  .borda-interna::after {
    display: none;
  }

  body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  section {
    max-width: 100vw !important;
  }

  .section_top .logo {
    top: 20px;
    left: 10px;
    width: 120px;
  }

  .section_top {
    width: 100vw !important;
    height: 90vh !important;
  }

  .section_top h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.5px;
    top: 20%;
    left: 20px;
  }

  .section_top .borda-interna {
    height: 20%;
    top: 0;
    right: 10px;
    width: 40%;
  }

  .section_top .container_buttons {
    flex-direction: column;
    position: absolute;
    bottom: 30px;
    left: 5%;
    width: 90%;
  }

  .section_top .button_not_filling,
  .section_top .button_filling {
    width: 100%;
    padding: 14px;
    font-size: 14px;
    text-decoration: none;
  }

  .section_top p {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-top: 10px;
    text-align: left;
  }

  section.depositions {
    height: 110vh;
  }

  .deposition-single {
    width: 360px;
    padding-left: 80px;
  }

  .deposition-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 125% */
    letter-spacing: -1px;
    margin-top: -50px;
  }

  .deposition-local,
  .deposition-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    text-transform: uppercase;
  }

  /* 
  section.depositions {
    height: 80vh;
    padding: 20px;
  }

  .deposition-single {
    width: 80%;
    gap: 30px;
    margin: 0 0 0 20%;
  }

  .deposition-text {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; 
    letter-spacing: -1px;
    text-align: left;
  }

  .depositions .deposition-description {
    justify-content: flex-start;
  }

  .deposition-single .icon-marks {
    width: 40px;
    height: auto;
    top: 0px;
    left: -60px;
  }

  .deposition-name {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .deposition-local {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
 */

  .boxes-cases {
    grid-template-columns: 1fr;
  }

  .boxes-cases.pattern-1 a:nth-child(1),
  .boxes-cases.pattern-2 a:nth-child(2) {
    grid-row: span 1;
  }

  #cases {
    padding: 50px 32px;
  }

  section.about {
    flex-direction: column;
    padding: 60px 32px;
  }

  section.about h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.5px;
    width: 100%;
    margin-bottom: 20px;
  }

  section.about .container-text {
    width: 100%;
  }

  section.about .container-big-numbers {
    flex-direction: column;
    gap: 30px;
    margin: 50px 0;
  }

  section.about .big-number {
    gap: 16px;
  }

  section.about .big-number > div {
    justify-content: flex-start;
    height: 80px;
    gap: 10px;
  }

  section.about .big-number p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    width: 40%;
  }

  section.about p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }

  section.clients {
    padding: 50px 0px;
  }

  .grid-clients {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .clients img {
    margin: auto;
  }

  section#local {
    gap: 80px;
    padding: 350px 32px;
  }

  #local .container-local {
    flex-direction: column;
    gap: 60px;
  }

  #local h3 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 111.111% */
    letter-spacing: -1.5px;
    margin-top: 550px;
  }

  #local h4 {
    font-size: 32px;
    line-height: 28px;
    margin: 47px 0 8px 0;
  }

  #local p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-top: 15px;
  }

  #local .container-local-text {
    width: 60vw;
    gap: 20px;
  }

  section#tech-list {
    padding: 600px 0 150px 0;
  }

  #text-solution {
    gap: 20px;
  }

  #text-solution h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 125% */
    letter-spacing: -1.5px;
    width: 90%;
  }

  #text-solution svg {
    width: 30px;
  }

  #square-img {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 60px 0 0 0;
    height: auto;
  }

  #square-img img {
    height: 300px;
    width: 100vw;
  }

  #square-img h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 104.167% */
    letter-spacing: -1.5px;
    align-self: stretch;
  }

  #square-img p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.56px;
  }

  #square-img a {
    padding: 12px 30px;
  }

  #square-img .container-text {
    width: 90%;
    margin-left: 0;
    padding: 0 40px;
    gap: 56px;
    margin-bottom: 90px;
  }

  #websites-carrossel {
    padding: 80px 30px;
  }

  #websites-carrossel .container-text {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
  }

  #websites-carrossel h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 104.167% */
    letter-spacing: -1.5px;
    text-align: left;
    margin-left: 0;
    width: 100%;
  }

  #websites-carrossel p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.56px;
    text-align: left;
    width: 100%;
  }

  #websites-carrossel .container-buttons {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  #websites-carrossel .container-buttons a {
    width: 100%;
  }

  #websites-carrossel h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto;
    padding-bottom: 10px;
    position: static;
  }

  .websites-slider {
    max-width: 100%;
  }

  .websites-slider .slide-content {
    padding: 10px;
  }

  .websites-slider .slide-content img {
    width: 100%;
  }

  .websites-slider .btn-case-slider {
    font-size: 10px;
    padding: 8px 10px;
    margin-left: 0;
    transform: translateX(-50%);
    position: static;
  }

  .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
    bottom: -75px !important;
    top: auto !important;
  }

  .slick-prev {
    left: 15px !important;
  }

  .slick-next {
    right: 15px !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }

  .websites-slider .slick-dots {
    bottom: -40px !important;
  }

  section#design-as-solution {
    padding: 100px 32px;
  }

  #design-as-solution h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 116.667% */
    letter-spacing: -1.5px;
    align-self: flex-start;
    width: 85%;
  }

  #design-as-solution p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }

  #design-as-solution a {
    padding: 14px 24px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  #design-as-solution .container-text {
    width: 100%;
    gap: 50px;
    text-align: left;
  }

  .scroll-container {
    height: 50vh;
    width: 100vw;
  }

  section#info-techs {
    padding: 180px 32px;
  }

  #info-techs h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 104.167% */
    letter-spacing: -1.5px;
    width: 80%;
    text-align: left;
    align-self: flex-start;
  }

  #info-techs p {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.56px;
  }

  #info-techs a {
    padding: 15px 24px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  #info-techs img {
    max-width: 25%;
    max-height: 25%;
  }

  #info-techs .img-1 {
    top: 70px;
    left: 5%;
  }

  #info-techs .img-2 {
    top: 280px;
    right: 5%;
  }

  #info-techs .img-3 {
    bottom: 70px;
    left: 0;
  }

  #info-techs .container-text {
    gap: 40px;
    width: 100%;
    text-align: left;
  }

  #info-techs .container-text > div {
    width: 100%;
    gap: 20px;
  }

  .p-100-mobile {
    padding: 100px 0 !important;
  }

  section#button-forms {
    padding: 32px;
    height: auto;
    justify-content: center;
  }

  #button-forms a {
    width: 100%;
    height: 80vh;
    font-size: 24px;
    line-height: 32px;
    padding: 20px;
    margin: 50px auto;
    gap: 20px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  #button-forms p {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 104.167% */
    letter-spacing: -1px;
    width: 100%;
    margin-left: 30px;
  }

  #button-forms img {
    position: absolute;
    top: 0;
    right: -110px;
    height: 320px;
  }

  #button-forms svg {
    margin-left: 30px;
    width: 55px;
  }

  /* Seção footer */
  footer {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 50px 32px 90px 32px;
    height: auto;
  }

  footer img {
    max-width: 160px;
    margin-bottom: -30px;
  }

  footer .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -1px;
  }

  footer .information {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.56px;
    margin-top: 180px;
  }

  footer .information a {
    display: inline-block;
  }
}

.section_video::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: rgba(0, 0, 0, 0.7); */
  cursor: url('images/icons/icon-play.svg'), pointer;
}

.section_video iframe {
  cursor: url('images/icons/icon-play.svg'), pointer;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 75px;
  left: 10%;
  cursor: pointer;
}

header ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  list-style: none;
  margin-left: 130px;
}

header a {
  color: #1b1b1b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.06px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

header a:hover {
  text-decoration: underline;
}

.hamburger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.hamburger-icon,
.close-icon {
  width: 40px;
  height: 40px;
  z-index: 10;
}

ul {
  list-style-type: none;
}

ul li {
  display: inline-block;
  position: relative;
}

ul li a {
  text-decoration: none;
  padding: 10px;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  width: 100vw;
  height: 200px;
  z-index: 1;
  background-color: #fff;
  margin-top: 0px;
  padding: 20px;
  padding-left: 200px;
  left: -200px;
}

.dropdown-content a {
  color: #818181;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  letter-spacing: -1px;
  text-decoration: none;
  margin-top: -10px;
}

.dropdown-content a:hover {
  color: #262626;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-image {
  position: absolute;
  top: 0;
  left: 580px;
  height: 250px;
  width: 350px;
  /* background-color: #f9f9f9; */
  z-index: 1;
  opacity: 0;
}

.dropdown-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.dropdown svg {
  width: 10px;
  height: 10px;
}

/* Media query para dispositivos móveis */
@media (max-width: 768px) {
  header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    z-index: 1;
  }

  header ul {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 60px;
    width: 100%;
    height: 90vh;
    position: fixed;
    top: 61px;
    left: -130px;
    background-color: #fff;
    padding-left: 20px;
    z-index: 9;
    gap: 0;
  }

  header ul li {
    margin: 20px 0;
  }

  header ul a {
    font-size: 24px;
  }

  .hamburger-menu {
    display: block;
  }

  .dropdown-image {
    display: none;
  }

  .dropdown-content {
    position: static;
    width: auto;
    height: auto;
    padding-left: 0;
    margin-top: 0;
  }

  .dropdown-content a {
    font-size: 24px;
    line-height: 36px;
  }

  header.active_menu ul {
    display: flex;
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown.active .dropdown-content {
    display: block;
  }
}

.video-container-1 {
  position: relative;
  width: 100% !important;
  height: 80vh !important;
  min-height: 720px;
  overflow: hidden;
  background-color: #000;
  will-change: transform;
  max-width: 1440px;
  margin: 0 auto;
}

.video-container-1 video {
  width: 100%;
  height: auto;
}

.btn-default {
  color: #1b1b1b;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.06px;
  border-radius: 32px;
  border: 0.5px solid #1b1b1b;
  padding: 12px 14px;
  text-decoration: none;
  cursor: pointer;
}

.btn-video-youtube {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}