    .about-text,
    .team-text {
      font-size: 1rem !important;
      line-height: 1.6;
      color: #444;
      max-width: 900px;
    }
    
    .img{
        overflow: hidden;
    }

@media (max-width: 1800px) {
    
    .sticky{
        display: none !important;
    }
    .stickymobile {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: auto;
      background-color: #fff;
      padding: 4rem 2rem !important;
      box-sizing: border-box;
      font-family: "Helvetica Neue", Arial, sans-serif;

    }

    .about-container,
    .team-container,
    .clients-container,
    .numbers-container {
      width: 100%;
      max-width: 1100px;
      margin-bottom: 5rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .about-title,
    .team-title,
    .clients-title {
      font-size: 2rem !important;
      font-weight: 600 !important;
      letter-spacing: 0.5px !important;
      color: #000;
    }

    .about-text,
    .team-text {
      font-size: 2rem;
      line-height: 1.6;
      color: #444;
      max-width: 900px;
    }

    .team-member {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 2rem;
    }

    .team-img {
      width: 300px;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      flex-shrink: 0;
    }
    .logo-item img:hover {
      filter: grayscale(0%);
      opacity: 1;
    }

    .numbers-img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }
  }

@media (max-width: 1000px) {
  .contact-form-header h3 {
    font-size: 50px !important;
  }
    .contact-form-header p
 {
    text-align: center !important;
    }
}

.logo img{
        width: 135.53px !important;
    }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

  .contact-form p
 {
    font-size: 1.6rem !important;
    text-align: justify !important;
    }
 
    .contact-form-availability p{
      font-size: 1rem !important;
    }

    .menu-open-btn {
  cursor: pointer;
  scale: 0.7;
  margin-top: -7PX;
}

@font-face {
  font-family: "Poppins-Light";
  src: url(./fonts/Poppins-ExtraLight.ttf) format("woff2");
}

@font-face {
  font-family: "Neue Montreal";
  src: url(./fonts/Poppins-ExtraLight.ttf) format("woff2");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(./fonts/Poppins-Regular.ttf) format("woff2");
  font-weight: normal !important;
}

  .txt-wrapper{
    font-family: "Poppins-Light" !important;
    font-size: 1.7rem !important;
    font-weight: normal !important;
    text-align: justify !important;
    line-height: 2.2rem !important;
  }

  .img{
    display: flex;
    flex-direction: row;
  }

  .teamm{
    width: 400px!important;
    margin-right: 34px;
  }


 .menu-info{
    font-family: "Poppins-Light" !important;
    font-weight: lighter !important;
  }

  .poppinslight{
    font-family: "Poppins-Light" !important;
  }

.service p{
  font-family: "Poppins-Regular" !important;
}

.service-copy p{
  font-family: "Poppins-Light" !important;
}




/* === GRID DE LOGOS === */
.logos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  overflow: visible;
}

.logos-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  width: 100%;
  max-width: 800px; /* ajustable según el diseño */
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-item img:hover {
  filter: brightness(0.9);
  opacity: 0.9;
}



.menu-open-btn img{
  height: 40px;
}

.menu-open-btn {
  cursor: pointer;
  scale: 0.8;
}


p {
  font-family: "Poppins-Light" !important;
  -webkit-font-smoothing: antialiased;
}

p.primary {
  text-transform: uppercase;
  font-family: "Poppins-Light" !important;
  font-size: 1rem;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}

.nosehacerunheader{
  display: flex;
  width: 100%;
}

html,
body {
  width: 100%;
  font-family: "Poppins-Light";
  overflow-x: hidden;
    background-color: white !important;
  cursor: auto !important;
}

/* Fondo oscuro para el menú, por debajo del overlay */
.menu-bg-blur {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.25);
  z-index: 99997 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.menu-bg-blur.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-link {
  position: relative;
  width: max-content; 
}

.collll{
  margin-top: 8px;
}

.menu-link a {
  font-size: 30px;
  font-family: "Poppins-Regular";
  text-transform: none !important;
  padding-right: 8px !important;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sectionn {
  position: relative;
  width: 100vw;
  height: 100vh;
}


.hero {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  color: #fff;
  width: 100vw;
  height: 100vh;
}

.imgg{
  object-fit: cover;
  height: 100vh;
}


.logo img{
  width: 100%;
  height: 25px;
}

.menu-logo img{
  width: 100%;
  height: 25px;
  filter: invert(1);
}

nav {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 2em !important;
  color: #fff !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important; /* o incluso ninguno si no lo necesita */
  filter: invert(1) !important;
  }

.whitee{
  background-color: white;
  z-index: -9999999999999;
  height: 250px;
    padding: 2em;
}

.navjaja{
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 2em !important;
  height: 100px;
  color: #fff !important;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important; /* o incluso ninguno si no lo necesita */
}

.backgroundd{
  width: 100%;
}

.menu-nav img{
  opacity: 0;
}


.menu-nav {
 display: flex;
 justify-content: space-between;
 margin-bottom: 1em;
 color: var(--color-menu-text);
 pointer-events: none;
}



.menu-cols {
  display: flex;
  height: 100px;
}


.inv{
  opacity: 0;
}


.menu-cols > div {
  flex: 1;
  padding: 1em 0 0 -1em;
}

.video {
  width: 50%;
}

.img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-preview{
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.menu-logo{
  font-size: 24px;
}

.video-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
  color: var(--color-menu-text);
}

.menu-link {
  position: relative;
  width: max-content;
}

.wh{
  opacity: 0;
}

.colllll{
  justify-content: end !important;
  align-items: end !important;
  display: flex;  
  flex-direction: column;
  height: 140px;
  width: 100%;
  cursor: pointer;
}

.menu-link a {
  font-size: 30px;
  font-family: "Poppins-Regular";
  text-transform: none !important;
  padding-right: 14px;
  transition: 0.5s!important;
  font-weight: normal !important;
  cursor: pointer !important;
}

.menu-link a:hover {
  font-size: 30px;
  color: gray;
  text-transform: none !important;
  padding-right: 14px;
  transition: 0.5s!important;
  font-weight: normal !important;
}


.bold{
  font-family: "Poppins-Regular" !important;
}

.btn {
  position: relative;
  margin: 2em 0;
  border: 1px solid var(--color-menu-text);
  width: max-content;
  padding: 1.25em 2.5em;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.socials a img {
  width: 34px;
  height: 34px;
}

.socials-mobile a img {
  width: 34px;
  height: 34px;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-menu-text);
  transition: 0.3s all;
  z-index: -1;
}


.btn:hover.btn:before {
  width: 100%;
}

.menu-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--color-menu-text);
  width: 100%;
  padding: 10px;
  padding-left: 20px;
}

.language-switcher{
  display: flex;
  padding-right: 35px;
  cursor: pointer !important;
}

.language-switcher a{
  font-size: 16px !important;
  padding-left: 10px;
  color: white !important;
  cursor: pointer !important;
}

.language-switcher-mobile a{
  font-size: 16px !important;
  padding-inline: 8px;
  cursor: pointer !important;
}

.language-switcher-mobile{
  display: flex;
  padding-right: 35px;
  cursor: pointer !important;
}

.socials {
  display: flex;
  width: 100%;
  gap: 1em;
}

.socials a img{
  filter: invert(1);
  padding-bottom: -200px;
  cursor: pointer !important;
}

.socials-mobile {
  display: flex;
  width: 100%;
  gap: 1em;
}

.socials-mobile a img{
  padding-bottom: -200px;
}

@media(max-width: 900px) {
  .whitee {
      height: 100vh;
  }

  .sticky{
    display: none !important;
  }

  .menu-link a {
    padding-right: 0px !important;
  }

  .nosehacerunheader{
    flex-direction: column;
    padding-top: 30px;
  }

  .menu-overlay{
      height: 100vh;
  }


  .menu-cols {
      display: block;
  }

  .video-preview {
      height: 125px;
  }

  h1.header {
      font-size: 40px;
  }

  .menu-footer-mobile{
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  color: var(--color-menu-text);
  padding-top: 40px !important;
  width: 100%;
  padding: 10px;
  filter: invert(1);
  order: 3;
  }


    .menu-link a {
    font-size: 30px;
    font-family: "Poppins-Light";
    padding-right: 14px;
    padding-top: 5px;
  }

  .collll{
    display: flex;  
    flex-direction: column;
    height: 100px;
    width: 100% !important;
        justify-content: center !important;
    align-items: center !important;
    order: 1;
    padding-top: 210px;
    padding-bottom: 30px;
  }

  .contact-info{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    order: 2;
    padding-top: 50px;
  }

  .mobilebr{
    display: none;
  }

  .menu-footer{
    display: none;
  }
}

  .menu-footer-mobile{
  display: none;
}

.socials-mobile{
  justify-content: center;
  padding-left: 0px !important;
}

.language-switcher-mobile{
  display: flex;
  justify-content: center;
  width: 100% !important;
  padding-right: 0px !important;
  padding-top: 10px;
}

.imgg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.outro {
  background-color: #131313;
}

.outro p {
  text-transform: uppercase;
  font-family: "NeueMontreal2";
  font-size: 30px;
  font-weight: 600;
  line-height: 18px;
  padding: 4px 2px 0 2px;
  color: #fff;
}

a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-family: "Neue Montreal";
  font-size: 0.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important;

}


.collll{
  justify-content: end !important;
  align-items: end !important;
  display: flex;  
  flex-direction: column;
  height: 130px;
  width: 100%;
  padding-right: 6px;
}



.inv{
  opacity: 0;
}


.menu-cols > div {
  flex: 1;
  padding: 1em 0 0 -1em;
}


.sticky {
  display: flex;
}

.col {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  margin-top: 10%;
}

.services {
  position: absolute;
  top: 190px;
  left: 422px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 38px;
  transform: translateY(0px);
  background-color: #000;
  z-index: -1;
}


/* Hover en links u otros elementos */
a:hover,
button:hover,
.custom-hover:hover {
  cursor: none;
}

a:hover ~ .custom-cursor,
button:hover ~ .custom-cursor,
.custom-hover:hover ~ .custom-cursor {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

.service {
  width: max-content;
  height: 38px;
}


.service p {
  text-transform: uppercase;
  font-family: "Neue Montreal";
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  color: #d3d3d3;
  transition: color 0.3s;
}

.navjaja {
  transition: filter 0.3s ease;
}

.service.active p {
  color: #000000;
}

.service-img-wrapper {
  position: absolute;
  top: 190px;
  left: 615px;
  width: 844px;
  height: 570px;  
  overflow: hidden;
  z-index: 9999999999999999999999999999999999;
}


.contact-form-header p{
  font-family: "NeueMontreal2";
  font-weight: normal;
}

.service-img {
  width: 100%;
  height: 100%;
  transform: translateY(0px);
  will-change: transform;
}

.img {
  width: 100%;
  height: 100%;
}

.service-copy {
  width: 60%;
}

.intro-centered {
  position: absolute;
  top: 24.8%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  width: 800px;
  text-align: justify !important;
  transition: all 0.1s ease; /* transición suave */
}

.service-copy,
.service-copy p,
.service-copy .line {
  text-align: justify !important;
}

/* Cuando empieza el scroll, que vuelva a posición normal */
.sectionn {
  position: relative;
  min-height: 100vh; /* Para que ocupe toda la pantalla */
}

.line {
  position: relative;
  will-change: transform;
  text-align: justify;
}

.service-copy p {
  font-family: "NeueMontreal2";
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 400px;
  z-index: 99998 !important;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 1.2s cubic-bezier(0.77,0,0.175,1);
  display: flex;
  flex-direction: column;
}
.menu-overlay.active {
  pointer-events: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.progress-bar {
  position: absolute;
  top: 475px;
  left: 580px;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 570px;
  background-color: #e0e0e0;
}



@media (min-width: 2500px) {
  .progress-bar {
  position: absolute;
  top: 585px;
  left: 872px;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 570px;
  background-color: #e0e0e0;
}

.services {
  position: absolute;
  top: 300px;
  left: 720px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.service-img-wrapper {
  position: absolute;
  top: 300px;
  left: 900px !important;
  width: 844px;
  height: 570px;  
  overflow: hidden;
  z-index: 9999999999999999999999999999999999;
}

}

.4kfix{
    scale: 1;
}


@media (min-width: 3100px) {
  .progress-bar {
  position: absolute;
  top: 684px;
  left: 1173px;
  transform: translate(-50%, -50%);
  width: 2.5px;
  height: 570px;
  background-color: #e0e0e0;
}

.4kfix{
    scale: 1.5 !important;
}

.services {
  position: absolute;
  top: 400px;
  left: 1020px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.service-img-wrapper {
  position: absolute;
  top: 400px;
  left: 1200px !important;
  width: 844px;
  height: 570px;  
  overflow: hidden;
  z-index: 9999999999999999999999999999999999;
}
}

.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: top;
  transform: scaleY(0);
  will-change: transform;
}

.index {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 60px;
  padding: 4px 2px 2px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.index span {
  font-family: "NeueMontreal2";
  font-size: 20px;
  font-weight: 600;
  line-height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index span.separator {
  position: relative;
  top: -1px;
  width: 20px;
  height: 2px;
  background-color: #000000;
}


.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform-origin: top;
  transform: scaleY(0);
  will-change: transform;
}

.index {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 60px;
  padding: 4px 2px 2px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.index span {
  font-family: "NeueMontreal2";
  font-size: 20px;
  font-weight: 600;
  line-height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index span.separator {
  position: relative;
  top: -1px;
  width: 20px;
  height: 2px;
  background-color: #000000;
}

@media (max-width: 900px) {
  .sticky {
    flex-direction: column;
  }

  .col:nth-child(1) {
    padding-top: 25%;
    justify-content: flex-start;
  }

  .col:nth-child(2) {
    flex-direction: row;
    gap: 1.5em;
  }

  .service-img-wrapper {
    width: 400px;
  }

  .services{
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    top: -46%;
  }

    .service p{
    font-size: 20px !important;
  }

  .service-copy{
    position: absolute;
    bottom: 10px;
    width: 100vw;
    left: -10%;
  }

  .service-copy p {
    font-size: 3vw;
  }

  .progress-bar {
    top: -18%;
    left: 50%;
    transform: rotate(-90deg);
  }

  .img1 {
    height: 400px;
  }

  .img3{
    height: 400px;
    width: 100%;
  }



  .index {
    top: 5%;
    bottom: unset;
  }

  .service-img-wrapper {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 48vh;
  overflow: hidden;
  transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), left 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Elimina el cursor custom y muestra el cursor normal */
body {
  cursor: auto !important;
}

/* Oculta el custom cursor */
.custom-cursor {
  display: none !important;
}

@media (max-width: 900px) {

  .contact-form-header h3{
    font-size: 10vw !important;
  }
}