/* Breakpoints */
/* Fonts */
/* Colors */
/* Margins */
.hero-wwd {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 52.91005291vw;
  overflow: hidden;
  padding-top: 260px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
@media (max-width: 660px) {
  .hero-wwd {
    padding-top: 200px;
  }
}
@media (max-height: 440px) and (orientation: landscape) {
  .hero-wwd {
    padding-top: 170px;
  }
}
.hero-wwd .hero-content {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.hero-wwd .hero-content h2 {
  font-size: 22px;
  line-height: 0.8em;
  margin-bottom: 30px;
}
@media (max-height: 440px) and (orientation: landscape) {
  .hero-wwd .hero-content h2 {
    margin-bottom: 10px;
  }
}
.hero-wwd .hero-content h1 {
  font-family: "HelveticaNeue", sans-serif;
  display: inline-block;
  width: 100%;
  padding-bottom: min(75px, 4.9603174603vw);
  margin-bottom: min(75px, 4.9603174603vw);
  border-bottom: 1px solid #6e6e6e;
  font-size: min(5.4232804233vw, 82px);
  line-height: 0.975em;
  font-weight: 300;
}
.hero-wwd .hero-content h1 strong {
  font-family: "HelveticaNeue-Bd", sans-serif;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .hero-wwd .hero-content h1 {
    font-size: 45.5px;
    padding-bottom: 33px;
    margin-bottom: 40px;
  }
}
@media (max-width: 660px) {
  .hero-wwd .hero-content h1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-height: 440px) and (orientation: landscape) {
  .hero-wwd .hero-content h1 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .hero-wwd .hero-content h1 br {
    display: none;
  }
}
.hero-wwd .hero-content ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: min(5.68783069vw, 86px);
}
@media (max-width: 660px) {
  .hero-wwd .hero-content ul {
    flex-direction: column;
  }
}
.hero-wwd .hero-content ul li {
  display: inline-block;
  max-width: 230px;
  width: 15.21164021vw;
  font-size: min(1.19047619vw, 18px);
  line-height: 1.22222222em;
  line-height: 1.11111111em;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1000px) {
  .hero-wwd .hero-content ul li {
    font-size: 14px;
    width: 180px;
  }
}
.hero-wwd .hero-content ul li a {
  color: #ffffff;
  display: flex;
  gap: min(0.99206349vw, 15px);
}
@media (max-width: 1000px) {
  .hero-wwd .hero-content ul li a {
    gap: 12px;
  }
}
.hero-wwd .hero-content ul li a.disabled {
  pointer-events: none;
}
.hero-wwd .hero-content ul li a img {
  width: min(2.24867725vw, 34px);
  height: min(2.26322751vw, 34.22px);
  transform-origin: 0 100%;
  transform: scale(0);
  transition: transform 0.4s ease-out;
  border: none;
  display: inline;
}
@media (max-width: 1000px) {
  .hero-wwd .hero-content ul li a img {
    width: 28px;
    height: 28.8px;
  }
}
.hero-wwd .hero-content ul li a img.scale-arrow {
  transform: scale(1);
}
.hero-wwd .hero-content ul li a span {
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease-out 0.4s;
}
.hero-wwd .hero-content ul li a span.show {
  opacity: 1;
}
@media (max-width: 1000px) {
  .hero-wwd .hero-content ul li a span {
    font-size: 14px;
    width: 143px;
  }
}

@media (max-width: 660px) {
  .carousel-mobile {
    position: relative;
    min-height: 80px;
  }
  .carousel-mobile li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .carousel-mobile li.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.works-multiple-slider {
  padding-top: 120px;
  padding-bottom: 120px;
}
.works-multiple-slider .media-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.works-multiple-slider .media-container .slider-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.works-multiple-slider .media-container .slider-header .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.works-multiple-slider .media-container .slider-header .title h2 {
  display: block;
  font-size: 82px;
  font-weight: 300;
  color: #191919;
  line-height: 0.97560976em;
  margin: 0;
  margin-bottom: 0;
  height: 160px;
}
.works-multiple-slider .media-container .slider-header .title h2 strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 800px) {
  .works-multiple-slider .media-container .slider-header .title h2 {
    font-size: min(62px, 7.75vw);
    height: min(121px, 15.125vw);
  }
}
.works-multiple-slider .media-container .slider-header .title .arrowdown {
  margin-bottom: 12px;
}
.works-multiple-slider .media-container .slider-header .vtext {
  color: #000000;
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-50%);
  font-size: 14px;
}
.works-multiple-slider .media-container .slider-header .vtext strong {
  font-family: "HelveticaNeue-Bd", sans-serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .works-multiple-slider .media-container .slider-header .vtext {
    font-size: 12px;
  }
}
.works-multiple-slider .media-container .slider-header .arrows {
  display: flex;
  gap: 20px;
}
.works-multiple-slider .media-container .slider-header .arrows div {
  width: 68px;
  height: 68px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 800px) {
  .works-multiple-slider .media-container .slider-header .arrows div {
    width: 52px;
    height: 52px;
  }
}
.works-multiple-slider .media-container .slider-header .arrows .next-slide {
  background: url(../../../media/img/arrow-right-black.svg) no-repeat;
  background-size: contain;
}
.works-multiple-slider .media-container .slider-header .arrows .next-slide.slick-disabled {
  opacity: 0.3;
}
.works-multiple-slider .media-container .slider-header .arrows .prev-slide {
  background: url(../../../media/img/arrow-left-black.svg) no-repeat;
  background-size: contain;
}
.works-multiple-slider .media-container .slider-header .arrows .prev-slide.slick-disabled {
  opacity: 0.3;
}
.works-multiple-slider .media-container .slider {
  width: min(55.88624339vw, 845px);
}
.works-multiple-slider .media-container .slider.noslider .slick-dots {
  display: none;
}
.works-multiple-slider .media-container .slider .slide-item {
  margin-right: min(4.96031746vw, 75px);
  width: 25.3968254vw;
  max-width: 384px;
}
@media (max-width: 660px) {
  .works-multiple-slider .media-container .slider .slide-item {
    width: 55vw;
  }
}
.works-multiple-slider .media-container .slider .slide-item a {
  text-decoration: none;
}
.works-multiple-slider .media-container .slider .slide-item h3 {
  color: #191919;
  font-family: "HelveticaNeue-Bd", sans-serif;
  font-size: 18px;
  line-height: 1.55555556em;
  margin: 0;
  width: 100%;
}
@media (max-width: 800px) {
  .works-multiple-slider .media-container .slider .slide-item h3 {
    font-size: 16px;
  }
}
.works-multiple-slider .media-container .slider .slide-item p {
  color: #191919;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 18px;
  line-height: 1.55555556em;
  width: 100%;
  padding-bottom: 22px;
}
@media (max-width: 800px) {
  .works-multiple-slider .media-container .slider .slide-item p {
    font-size: 14px;
  }
}
.works-multiple-slider .media-container .slider .slide-item .line {
  display: block;
  width: 53px;
  height: 1px;
  background-color: #191919;
}
.works-multiple-slider .media-container .slider .slide-item figure {
  display: inline-block;
  width: 25.3968254vw;
  height: 39.8433313066vw;
  max-width: 384px;
  max-height: 604px;
  margin-bottom: 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
  overflow: hidden;
}
@media (max-width: 660px) {
  .works-multiple-slider .media-container .slider .slide-item figure {
    width: 55vw;
    height: 86.28571435vw;
  }
}
.works-multiple-slider .media-container .slider .slide-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-multiple-slider {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 660px) {
  .home-multiple-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home-multiple-slider.short {
  padding-top: 75px;
}
@media (max-width: 660px) {
  .home-multiple-slider.short {
    padding-top: 50px;
  }
}
@media (max-width: 660px) {
  .home-multiple-slider .media-container {
    padding-right: 0;
  }
}
.home-multiple-slider .media-container .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 75px;
}
@media (max-width: 660px) {
  .home-multiple-slider .media-container .slider-header {
    margin-bottom: 50px;
  }
}
.home-multiple-slider .media-container .slider-header .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.home-multiple-slider .media-container .slider-header .title h2 {
  display: block;
  font-size: 82px;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.97560976em;
  margin: 0;
  margin-bottom: 0;
  height: 164px;
  padding-top: 3px;
}
.home-multiple-slider .media-container .slider-header .title h2 strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 800px) {
  .home-multiple-slider .media-container .slider-header .title h2 {
    font-size: 62px;
    height: 121px;
  }
}
.home-multiple-slider .media-container .slider-header .title .arrowdown {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .home-multiple-slider .media-container .slider-header .title .arrowdown {
    margin-bottom: 4px;
    transform: scale(0.75609756);
  }
}
.home-multiple-slider .media-container .slider-header .arrows {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}
@media (max-width: 660px) {
  .home-multiple-slider .media-container .slider-header .arrows {
    display: none;
  }
}
.home-multiple-slider .media-container .slider-header .arrows div {
  width: 68px;
  height: 68px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 800px) {
  .home-multiple-slider .media-container .slider-header .arrows div {
    width: 52px;
    height: 52px;
  }
}
.home-multiple-slider .media-container .slider-header .arrows .next-slide {
  background: url(../../../media/img/arrow-right-white.svg) no-repeat;
  background-size: contain;
}
.home-multiple-slider .media-container .slider-header .arrows .next-slide.slick-disabled {
  opacity: 0.3;
}
.home-multiple-slider .media-container .slider-header .arrows .next-slide.black {
  background: url(../../../media/img/arrow-right-black.svg) no-repeat;
  background-size: contain;
}
.home-multiple-slider .media-container .slider-header .arrows .prev-slide {
  background: url(../../../media/img/arrow-left-white.svg) no-repeat;
  background-size: contain;
}
.home-multiple-slider .media-container .slider-header .arrows .prev-slide.slick-disabled {
  opacity: 0.3;
}
.home-multiple-slider .media-container .slider-header .arrows .prev-slide.black {
  background: url(../../../media/img/arrow-left-black.svg) no-repeat;
  background-size: contain;
}
.home-multiple-slider .media-container .slider {
  touch-action: pan-y; /* Permite scroll vertical natural */
  -webkit-overflow-scrolling: touch; /* Suaviza en iOS */
}
.home-multiple-slider .media-container .slider.noslider .slick-dots {
  display: none;
}
.home-multiple-slider .media-container .slider .slide-item {
  margin-right: min(3.96825397vw, 68.57px);
  width: 25.3968254vw;
  max-width: 439px;
}
@media (max-width: 660px) {
  .home-multiple-slider .media-container .slider .slide-item {
    width: 55vw;
  }
}
.home-multiple-slider .media-container .slider .slide-item a {
  text-decoration: none;
}
.home-multiple-slider .media-container .slider .slide-item h3 {
  color: #ffffff;
  font-family: "HelveticaNeue-Bd", sans-serif;
  font-size: 18px;
  line-height: 1.55555556em;
  margin: 0;
  width: 100%;
}
@media (max-width: 800px) {
  .home-multiple-slider .media-container .slider .slide-item h3 {
    font-size: 16px;
  }
}
.home-multiple-slider .media-container .slider .slide-item h3.black {
  color: #000000;
}
.home-multiple-slider .media-container .slider .slide-item p {
  color: #ffffff;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 18px;
  line-height: 1.55555556em;
  width: 100%;
  padding-bottom: 22px;
}
@media (max-width: 800px) {
  .home-multiple-slider .media-container .slider .slide-item p {
    font-size: 14px;
  }
}
.home-multiple-slider .media-container .slider .slide-item p.black {
  color: #000000;
}
.home-multiple-slider .media-container .slider .slide-item .line {
  display: block;
  width: 53px;
  height: 1px;
  background-color: #ffffff;
}
.home-multiple-slider .media-container .slider .slide-item .line.black {
  background-color: #000000;
}
.home-multiple-slider .media-container .slider .slide-item figure {
  display: inline-block;
  width: 25.3968254vw;
  height: 39.8433313066vw;
  max-width: 384px;
  max-height: 604px;
  max-width: 439px;
  max-height: 690.51041667px;
  margin-bottom: 20px;
  border-radius: 20px;
  border-top-left-radius: 0;
  overflow: hidden;
}
@media (max-width: 660px) {
  .home-multiple-slider .media-container .slider .slide-item figure {
    width: 55vw;
    height: 86.28571435vw;
  }
}
.home-multiple-slider .media-container .slider .slide-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services {
  color: #ffffff;
  background-color: #191919;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow-x: hidden;
}
@media (max-width: 660px) {
  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.services li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 75px;
}
@media (max-width: 660px) {
  .services li {
    margin-bottom: 50px;
  }
}
.services li:nth-child(even) {
  text-align: right;
  align-items: flex-end;
}
.services li:last-child {
  margin-bottom: 0;
}
.services li h3 {
  font-family: "HelveticaNeue", sans-serif;
  font-size: min(62px, 4.1005291vw);
  font-weight: 300;
  line-height: 1.2em;
}
.services li h3 strong {
  font-family: "HelveticaNeue-Bd", sans-serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  .services li h3 {
    font-size: 32.8px;
  }
}
.services li p {
  font-weight: 300;
  font-size: min(20px, 1.32275132vw);
  line-height: 1.4em;
  width: min(588px, 40.67460317vw);
}
@media (max-width: 1000px) {
  .services li p {
    font-size: 13px;
  }
}
@media (max-width: 660px) {
  .services li p {
    width: 90%;
  }
}

.clients {
  padding-top: 150px;
  padding-bottom: 133px;
  background-color: #d3d5cd;
}
@media (max-width: 660px) {
  .clients {
    padding: 100px 0px 82px;
  }
}
.clients .clients-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
@media (max-width: 800px) {
  .clients .clients-header {
    margin-bottom: 0px;
  }
}
.clients .clients-header .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.clients .clients-header .title h2 {
  display: block;
  font-size: 82px;
  font-weight: 300;
  color: #191919;
  line-height: 0.97560976em;
  margin: 0;
  margin-bottom: 0;
  height: 160px;
  padding-top: 3px;
}
.clients .clients-header .title h2 strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 800px) {
  .clients .clients-header .title h2 {
    font-size: 62px;
    height: 121px;
  }
}
.clients .clients-header .title .arrowdown {
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .clients .clients-header .title .arrowdown {
    margin-bottom: 4px;
    transform: scale(0.75609756);
  }
}
.clients ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: min(125px, 8.26719577vw);
  width: min(915px, 60.51587302vw);
  min-width: 785px;
}
@media (max-width: 1000px) {
  .clients ul {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .clients ul {
    row-gap: 20vw;
  }
}
.clients ul li {
  width: 255px;
  display: block;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .clients ul li {
    width: 30%;
  }
}
@media (max-width: 660px) {
  .clients ul li {
    width: 45%;
  }
}
.clients ul li figure {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.clients ul li figure img {
  max-height: 182px;
  max-width: 70%;
  object-fit: contain;
}

section {
  padding: 150px 0px;
}

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