@font-face {
  font-family: Thunder Vf;
  src: url('../fonts/Thunder-VF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay;
  src: url('../fonts/HelveticaNowDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharpgrotesk;
  src: url('../fonts/SharpGrotesk-Black20.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharpgrotesk;
  src: url('../fonts/SharpGrotesk-Black10.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharpgrotesk;
  src: url('../fonts/SharpGrotesk-Black15.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sharpgrotesk;
  src: url('../fonts/SharpGrotesk-Black25.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fffef1;
  --negro: #161515;
  --white-2: white;
  --black: black;
  --blue: #0060ff;
}

body {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  height: 100vh;
  font-family: Roboto Mono, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
  overflow: hidden;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--white);
  letter-spacing: -.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

a {
  color: #ffffff80;
  cursor: auto;
  text-decoration: none;
}

.global-styles {
  width: 0;
  height: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  position: relative;
}

.frame {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.slides {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-auto-rows: 100%;
  grid-auto-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.cursor {
  position: absolute;
  top: 0;
  left: 0;
}

.frame__title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.frame__nav {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  display: grid;
  position: relative;
  inset: 0% 0% 0% auto;
}

.frame__nav-button {
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .3s;
  position: relative;
}

.frame__nav-button.unbutton {
  text-align: right;
}

.frame__back {
  opacity: 0;
}

.frame__back.unbutton {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.frame__back.unbutton.last {
  z-index: 99999999;
  background-color: #dacd26;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.frame__info {
  color: var(--negro);
  cursor: default;
}

.frame__info.w {
  color: var(--white);
}

.slide {
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide__inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-auto-rows: 100%;
  grid-auto-columns: 100%;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.slide__img {
  z-index: 1;
  cursor: pointer;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide__img-inner {
  object-fit: cover;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide__img-inner.is--2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Brochure-MG1515-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--1 {
  background-image: linear-gradient(#0003, #0003), url('../images/estudio-um-facundo-urruti-morteros-industriales-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/itera-web-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--4 {
  background-image: url('../images/pattern-gris.png'), url('../images/estudio-um-trendo-team-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--4.test {
  background-image: linear-gradient(#00000059, #00000059);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slide__img-inner.is--5 {
  background-image: url('../images/chef-miller-03-8.jpg');
}

.slide__img-inner.is--6 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/coul1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--7 {
  background-image: linear-gradient(#00000040, #00000040);
  background-position: 0 0;
}

.slide__img-inner.is--8 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/SAGA-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--9 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Cover---Stickers-pegados-en-Notebook.jpg');
  background-position: 0 0, 50%;
}

.slide__img-inner.is--10 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/estudio-um-facundo-urruti-trendo-team-mobile.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--11 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/estudio-um-facundo-urruti-nunthia.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is--12 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/estudio-um-facundo-urruti-tripulante-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__img-inner.is-eca {
  background-image: linear-gradient(#00000040, #00000040), url('../images/estudio-um-facundo-urruti-eca-gas-solutions.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #171719;
  grid-template-rows: auto;
  grid-template-columns: 220px 300px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  padding: 1rem;
  display: grid;
}

.slide__content.text {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  padding: 3vh 0 0;
  display: none;
  position: relative;
}

.slide__content-img {
  object-fit: cover;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.slide__content-img.is--2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide__content-img.is--3 {
  background-image: url('../images/3.jpg');
}

.slide__content-img.is--4 {
  background-image: url('../images/4.jpg');
}

.slide__content-img.is--5 {
  background-image: url('../images/5.jpg');
}

.unbutton {
  color: #ffffff80;
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #000;
  margin: 0;
  padding: 0;
}

.frame__back--show, .slide--current {
  opacity: 1;
}

.slide__content-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 200;
  line-height: 1;
}

.slide__content-p {
  color: #ffffff80;
  max-width: 260px;
  margin-bottom: 0;
  font-size: .8125rem;
  line-height: 1.5;
}

.frame__nav-button--current {
  color: #fff;
}

.main-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-block;
}

.content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 15ch 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.effects {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 2rem;
  display: none;
}

.page-wrapper-2 {
  z-index: 1;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.list-item__text {
  max-width: none;
}

.button {
  color: #61dca3;
  text-transform: lowercase;
  white-space: nowrap;
  background-color: #0000;
  border: 0 solid #000;
  padding: 1px 6px;
  font-size: .75rem;
}

.css {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.list-item__label {
  font-weight: 700;
}

.um {
  background-color: var(--negro);
  width: 100%;
  height: 100%;
}

._100x100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.drag {
  z-index: 1;
  background-color: var(--white);
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.drag.black {
  background-color: var(--negro);
}

.circle {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #0000004d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.slider-count {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 50% 3px auto auto;
  transform: translate(0, -50%);
}

.body {
  max-width: 100vw;
  font-size: 8px;
  line-height: 10px;
}

.button-text-2 {
  position: absolute;
}

.link {
  text-decoration: none;
}

.text-wrapper {
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading-large {
  color: #111322;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large.banner {
  color: #000;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(to right, #fc5c7d33, #6a82fb33);
  font-size: 1.6rem;
  font-weight: 600;
}

.card-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.dynamic-link-preview {
  z-index: 0;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  background-image: linear-gradient(to right, #fc5c7d, #6a82fb);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-block-4 {
  font-size: 1.5rem;
  line-height: 1.42;
}

.page-wrapper-3 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.link-underline {
  background-color: #000;
  width: 100%;
  height: .125rem;
}

.card {
  border-radius: .5rem;
  width: 25rem;
  height: 0;
  position: absolute;
  bottom: 2.5rem;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 4px 12px #0000001a;
}

.card.dynamic {
  z-index: 100;
  inset: auto 0% 0%;
  transform: translate(-400px, 240px);
}

.static-link-hover {
  color: #000;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-image-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: .5rem;
}

.link-wrapper {
  font-size: 1.5rem;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #6927da1a;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-parent {
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-top: 4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tip-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #141314;
  border-right: 1px solid #141314;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tip-wrapper._2nd-row {
  border-bottom-style: none;
}

.time_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-color-grey-2 {
  color: #fbf9fc80;
}

.code {
  display: none;
}

.elements {
  z-index: 101;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.wsp-btn {
  z-index: 9999;
  cursor: pointer;
  width: 64px;
  position: fixed;
  inset: auto .5vw 1% auto;
}

.super-text-xl {
  white-space: nowrap;
  font-size: 15em;
  line-height: 1;
}

.super-text-xl.text-white {
  color: var(--white);
  letter-spacing: -.05em;
  text-transform: none;
  font-family: Helveticanowdisplay, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.marquee {
  z-index: 1;
  grid-column-gap: 0rem;
  width: 100%;
  display: flex;
  position: relative;
  inset: auto 0% -5px;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 0rem;
  min-width: auto;
  padding-right: 20px;
}

.text-block {
  color: var(--white);
  letter-spacing: -.075em;
  text-transform: none;
  cursor: default;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  line-height: 100%;
}

.box {
  z-index: 1;
  background-color: var(--white);
  padding: 10px;
  position: relative;
  inset: auto auto 0% 0%;
}

.box.black {
  background-color: var(--negro);
}

.linea {
  background-color: var(--white);
  width: 1px;
  height: 2px;
  display: none;
}

.text-count {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 100%;
  transition: all .6s ease-in-out;
  display: block;
}

.text-count.total {
  font-weight: 400;
  display: none;
}

.flex-de-count {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.abajo-a-la-izuierda {
  grid-column-gap: 0rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  inset: auto 0% -5px;
  overflow: hidden;
}

.text-container {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
  position: relative;
  transform: translate(0, 26px);
}

.container-text-2 {
  max-width: 60vw;
}

.h2-hero {
  cursor: default;
  font-size: 3.5vw;
  line-height: 100%;
  display: inline;
}

.div-block {
  display: inline-block;
}

.span-de-h {
  border: 1px solid var(--white);
  perspective-origin: 50%;
  transform-origin: 50%;
  color: var(--white);
  cursor: pointer;
  border-radius: 300px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .6s ease-in-out;
  display: inline-block;
}

.span-de-h:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--negro);
  padding-left: 25px;
  padding-right: 25px;
  transform: scale(1.025)rotate(-2deg);
}

.ver-todo {
  z-index: 3;
  cursor: pointer;
  transition: all .6s ease-in-out;
  position: relative;
  transform: translate(12px);
}

.ver-todo:hover {
  transform: translate(23px);
}

.porfolio {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  max-width: 9ch;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.brand-bnt {
  z-index: 1;
  min-width: 220px;
  max-width: 24vw;
  position: fixed;
  inset: 10px auto auto 10px;
}

.logo-estudio-um {
  width: 250px;
  max-width: 30vw;
}

.open-menu {
  z-index: 4;
  background-color: var(--white);
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lineas {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: default;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50vw;
  height: 60px;
  display: grid;
  position: fixed;
  inset: 0% 90px auto auto;
}

.container-lienas {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.linea-vertical {
  background-color: var(--white);
  opacity: .25;
  width: 1px;
  height: 100%;
}

.container-txt-lineas {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.credit-txt {
  float: left;
  line-height: 100%;
}

.top {
  flex-direction: column;
  align-items: stretch;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-title {
  text-align: justify;
  justify-content: center;
  width: 100%;
  display: flex;
}

.estudio {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sharpgrotesk, sans-serif;
  font-size: 14.9vw;
  font-weight: 400;
  line-height: 80%;
  display: none;
}

.estudio.bolder {
  font-weight: 900;
}

.facundo {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sharpgrotesk, sans-serif;
  font-size: 2vw;
  font-weight: 900;
  line-height: 80%;
  display: none;
}

.facundo.bolder {
  font-weight: 900;
}

.desc {
  color: var(--white);
  letter-spacing: 0;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: .85vw;
  line-height: 100%;
}

.container-btns {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.wave-text-up-btn {
  border: 2px solid var(--white);
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--negro);
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 32px 35px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.wave-text-up-btn.gosht {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  background-image: none;
}

.wave-text-up-btn.para-mobile {
  display: none;
}

.texxto-dentro-del-boton {
  text-transform: none;
  font-size: 100%;
}

.logo-100 {
  width: 100%;
}

.outline-btn {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding: 12px 20px;
  font-size: .65rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-text {
  z-index: 20;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contato {
  color: var(--white);
  letter-spacing: 0;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 160%;
  line-height: 100%;
}

.contacto {
  color: var(--white);
  letter-spacing: 0;
  width: 100%;
  font-family: Sharpgrotesk, sans-serif;
  font-size: 17vw;
  font-weight: 300;
  line-height: 100%;
}

.btn-call {
  color: var(--white);
  cursor: pointer;
  text-decoration: underline;
  transition: all .6s ease-in-out;
}

.btn-call:hover {
  color: var(--negro);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--white);
}

.container-works {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-around;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.tool {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.txt-woks {
  max-width: none;
}

.btns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-link-block {
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.solo-celular {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 160%;
  line-height: 100%;
  display: none;
}

.social-celu, .hml-embed {
  display: none;
}

.lottie {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.img100 {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.img100.arriba {
  z-index: 3;
  background-color: #00000036;
  background-image: url('../images/pattern-gris.png'), linear-gradient(0deg, #000c, #0c0c0c26 50%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  inset: 0%;
}

.img100.arriba._2 {
  background-image: linear-gradient(0deg, #0009, #0c0c0c26 40%), url('../images/pattern-gris.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.img100.abajo {
  background-color: var(--negro);
}

.video100 {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: none;
}

.lootie-de-fondo {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .brand-bnt {
    min-width: 250px;
    max-width: 28vw;
  }

  .logo-estudio-um {
    width: 340px;
  }

  .wave-text-up-btn {
    height: 50px;
    font-size: 1rem;
  }

  .texxto-dentro-del-boton {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .frame {
    padding: 1.5rem;
  }

  .cursor {
    display: none;
    top: -50vh;
    left: -50vw;
  }

  .slide__content.text {
    justify-content: space-around;
  }

  .circle {
    display: none;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .tip-wrapper {
    width: 100%;
  }

  .tip-wrapper._2nd-row.tablet {
    border-bottom-style: solid;
  }

  .wsp-btn {
    bottom: 1.5%;
  }

  .super-text-xl {
    font-size: 12em;
  }

  .super-text-xl.text-white {
    font-size: 12vw;
  }

  .text-block {
    font-size: 24vw;
  }

  .text-container {
    max-width: 80%;
  }

  .container-text-2 {
    max-width: none;
  }

  .h2-hero {
    font-size: 500%;
  }

  .brand-bnt {
    min-width: 230px;
    max-width: 30vw;
  }

  .logo-estudio-um {
    max-width: 40vw;
  }

  .lineas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-lienas.final {
    display: none;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top {
    width: 90vw;
  }

  .desc {
    font-size: 2.14vw;
    font-weight: 400;
  }

  .bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contacto {
    font-size: 17.85vw;
  }
}

@media screen and (max-width: 767px) {
  .cursor {
    display: none;
  }

  .slide__img-inner.is--9 {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Cover---Stickers-pegados-en-Notebook.jpg');
    background-position: 0 0, 50%;
  }

  .heading-large {
    font-size: 1.875rem;
  }

  .tip-wrapper {
    border-bottom: 1px solid #141314;
    border-right-style: solid;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .wsp-btn {
    width: 48px;
    bottom: 10px;
    right: 8px;
  }

  .super-text-xl {
    font-size: 14vw;
  }

  .lineas {
    display: none;
  }

  .credit-txt {
    margin-bottom: 0%;
  }

  .texxto-dentro-del-boton {
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 479px) {
  .slide__img-inner {
    height: 100vh;
  }

  .slide__img-inner.is--7 {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Lindor-Gin---Propuesta-12.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide__img-inner.is--8 {
    background-image: linear-gradient(#0000, #0000), url('../images/SAGA-02.jpg');
    background-position: 0 0, 45%;
  }

  .slide__img-inner.is--11 {
    background-image: linear-gradient(to bottom, null, null), url('../images/estudio-um-facundo-urruti-nunthia.jpg');
    background-position: 0 0, 40%;
  }

  .slide__img-inner.is--12 {
    background-image: linear-gradient(to bottom, null, null), url('../images/estudio-um-facundo-urruti-tripulante-2.jpg');
    background-position: 0 0, 40%;
  }

  .slide__img-inner.is-eca {
    background-image: linear-gradient(#0000, #0000), url('../images/estudio-um-facundo-urruti-eca-gas-solutions.jpg');
    background-position: 0 0, 48% 60%;
  }

  .slide__content.text {
    justify-content: center;
    padding-top: 0;
  }

  .drag {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff0;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    display: grid;
  }

  .wsp-btn {
    width: 64px;
    inset: auto 5px 5px auto;
  }

  .super-text-xl {
    font-size: 16vw;
  }

  .marquee {
    bottom: -15px;
  }

  .text-block {
    font-size: 50vw;
  }

  .abajo-a-la-izuierda {
    bottom: -15px;
  }

  .text-container {
    max-width: none;
    padding-left: 5px;
    padding-right: 14%;
    transform: translate(0, 85px);
  }

  .container-text-2 {
    max-width: none;
  }

  .h2-hero {
    letter-spacing: -.055em;
    font-size: 420%;
    line-height: 100%;
  }

  .span-de-h {
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .span-de-h:hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ver-todo {
    min-height: auto;
    display: none;
    transform: translate(12px);
  }

  .porfolio {
    font-size: 12px;
    font-weight: 700;
  }

  .brand-bnt {
    min-width: 220px;
    max-width: 30vw;
  }

  .logo-estudio-um {
    max-width: 60vw;
  }

  .lineas {
    flex-direction: column;
    width: auto;
    height: auto;
    display: none;
  }

  .credit-txt {
    margin-bottom: 3%;
  }

  .top {
    width: 90vw;
    transform: none;
  }

  .container-title {
    text-align: left;
    justify-content: flex-start;
    padding-right: 0%;
  }

  .container-title._1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .estudio {
    font-size: 17vw;
    display: block;
  }

  .estudio.um {
    width: auto;
    height: auto;
    font-size: 24vw;
    font-weight: 900;
  }

  .facundo {
    display: none;
  }

  .desc {
    letter-spacing: -.025em;
    text-transform: none;
    padding-right: 20%;
    font-size: 180%;
    font-weight: 400;
    line-height: 110%;
    display: block;
  }

  .container-btns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .wave-text-up-btn {
    text-align: center;
    padding: 15px 20px 25px;
  }

  .wave-text-up-btn.para-mobile {
    border-color: var(--negro);
    background-image: linear-gradient(to bottom, var(--negro), var(--negro));
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 35px;
    display: block;
  }

  .texxto-dentro-del-boton {
    letter-spacing: -.025em;
    display: inline-block;
  }

  .logo-100 {
    display: none;
  }

  .outline-btn {
    align-self: center;
    height: 45px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    transform: translate(0, -20px);
  }

  .contacto {
    max-width: 10ch;
    font-size: 29vw;
    line-height: 95%;
  }

  .btn-call.wsp {
    display: inline-block;
  }

  .container-works {
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .txt-woks {
    font-size: 7px;
    line-height: 9px;
  }

  .btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .social-links.deskt, ._0 {
    display: none;
  }

  .solo-celular {
    text-transform: none;
    font-size: 180%;
    font-weight: 400;
    line-height: 110%;
    display: none;
  }

  .social-celu {
    display: block;
  }
}

#w-node-a5ebf192-eafc-e88b-e009-cd52544df26c-492378e5 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-_61bd1841-9f00-570f-793b-62c503912afd-492378e5, #w-node-_71ef8450-9807-0c3a-6a67-0694c4755819-492378e5 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end center;
}

#w-node-_0e40ec29-d7fd-6469-c387-604da5b2d379-492378e5, #w-node-a6e4b69f-e45a-ab9f-ec7a-953b7aa3b55a-492378e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#slide1.w-node-_16319c83-3a75-6de0-c557-e44f1f6674e0-492378e5, #w-node-_16319c83-3a75-6de0-c557-e44f1f6674e2-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#slide6.w-node-b2df0296-a76c-47f8-fbdd-9754653d228d-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b2df0296-a76c-47f8-fbdd-9754653d228f-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#slide11.w-node-_968542c2-7774-eec8-6d24-26c3d6dda394-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_968542c2-7774-eec8-6d24-26c3d6dda396-492378e5, #slide3.w-node-_8b3f332a-f69e-6850-c4db-3943a492a6cc-492378e5, #w-node-_8b3f332a-f69e-6850-c4db-3943a492a6ce-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#slide2.w-node-_056457e2-523e-20fc-eb6f-fb2f87b204f7-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_056457e2-523e-20fc-eb6f-fb2f87b204f9-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#slide12.w-node-_6549ad22-8701-2101-6ae6-e4b939a3a06a-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6549ad22-8701-2101-6ae6-e4b939a3a06c-492378e5, #slide4.w-node-_56a17fec-3a64-8d44-540e-87508a01305b-492378e5, #w-node-_56a17fec-3a64-8d44-540e-87508a01305d-492378e5, #slide5.w-node-_9b0e7650-c698-5b38-3942-e38824bc6b01-492378e5, #w-node-_0ad552ad-7c61-cebd-8c88-01fe17dc6f92-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#slide7.w-node-e1b3bfa4-11a4-26ec-47e9-c346a63f8625-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1b3bfa4-11a4-26ec-47e9-c346a63f8627-492378e5, #slide8.w-node-_70dfcdff-e72b-6fe7-1472-ade857ed0bfc-492378e5, #w-node-_70dfcdff-e72b-6fe7-1472-ade857ed0bfe-492378e5, #slide9.w-node-cc2f0bc1-9f50-f0e4-864c-2ff12d38d22f-492378e5, #w-node-cc2f0bc1-9f50-f0e4-864c-2ff12d38d238-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-bec69f33-3f4d-861f-94b4-439c0feb8b7f-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bec69f33-3f4d-861f-94b4-439c0feb8b81-492378e5 {
  grid-area: -2 / 1 / -1 / 2;
}

#slide10.w-node-_97bb3f5a-0f24-1908-9ed7-4c49571ddce9-492378e5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_97bb3f5a-0f24-1908-9ed7-4c49571ddceb-492378e5, #w-node-_2f0b847f-cb76-3e0b-2058-3eca394db3f9-394db3f9 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-_59ddbd1e-4eaa-839a-1e09-c020c2429041-c2429041 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaa44e21-f6d9-1d02-1bda-ea2ac3f10c7e-492378e8 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: end;
}

#w-node-a5ebf192-eafc-e88b-e009-cd52544df26c-492378e8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end start;
}

#w-node-_2117d02d-0be3-ced6-597f-77598c0c1e73-492378e8 {
  place-self: start;
}

#w-node-_71ef8450-9807-0c3a-6a67-0694c4755819-492378e8 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end center;
}

#slide1.w-node-_9b0e7650-c698-5b38-3942-e38824bc6b01-492378e8, #w-node-_0ad552ad-7c61-cebd-8c88-01fe17dc6f92-492378e8, #w-node-_6df56df2-16e9-0d5b-ffd8-e182f5cb34bb-492378e8 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-de1ad3ec-3b60-3d63-3993-e4dedb500dce-492378e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9442b7be-a884-23e6-b66d-8e796626e23d-492378e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#slide2.w-node-_8b3f332a-f69e-6850-c4db-3943a492a6cc-492378e8, #w-node-_8b3f332a-f69e-6850-c4db-3943a492a6d0-492378e8 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-_316b3312-a50c-937d-d9ff-3db9d47c4e42-492378e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b3f332a-f69e-6850-c4db-3943a492a6ce-492378e8, #slide3.w-node-_56a17fec-3a64-8d44-540e-87508a01305b-492378e8, #w-node-_56a17fec-3a64-8d44-540e-87508a01305f-492378e8 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-_8d778c42-7aef-2b8c-5935-133ad0c11b0d-492378e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56a17fec-3a64-8d44-540e-87508a01305d-492378e8, #slide4.w-node-_16319c83-3a75-6de0-c557-e44f1f6674e0-492378e8, #w-node-_16319c83-3a75-6de0-c557-e44f1f6674e4-492378e8 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-c48dc714-22d7-c6f6-af79-48b5456d8c06-492378e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16319c83-3a75-6de0-c557-e44f1f6674e2-492378e8, #w-node-_70dfcdff-e72b-6fe7-1472-ade857ed0bfc-492378e8, #w-node-_70dfcdff-e72b-6fe7-1472-ade857ed0c00-492378e8 {
  grid-area: -2 / 1 / -1 / 2;
}

#w-node-_86063065-b268-025b-01c5-72e4dcedfc4d-492378e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70dfcdff-e72b-6fe7-1472-ade857ed0bfe-492378e8 {
  grid-area: -2 / 1 / -1 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-_6084d5cc-2b4c-ec6b-df2a-1938faf44911-492378e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_05a0cf63-6b92-8021-540f-3e9aba3418f1-394db3f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Thunder Vf';
  src: url('../fonts/Thunder-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk';
  src: url('../fonts/SharpGrotesk-Black20.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk';
  src: url('../fonts/SharpGrotesk-Black10.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk';
  src: url('../fonts/SharpGrotesk-Black15.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgrotesk';
  src: url('../fonts/SharpGrotesk-Black25.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}