/*!
Theme Name: zurda
Author: Los Caballos
Author URI: http://loscaballos.xyz
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: zurda
Tags: 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

@font-face {
    font-family: 'cubanoregular';
    src: url('fonts/cubano-webfont.woff2') format('woff2'),
         url('fonts/cubano-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'haffermedium';
    src: url('fonts/haffer-medium-webfont.woff2') format('woff2'),
         url('fonts/haffer-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.panel-grid-cell {
  width: 100%;
}

html {
  font-size: 62.5%;
}

:root {
  --primary-color: #000A13;
  --secondary-color: #decea9;
  --background-color: #e8e8e8;
  --accent-color: #FF3F3F;
  --primary-font: "haffermedium";
  --secondary-font: "cubanoregular";
  --black-full: #000000;
  --black: #000E1A;
  --black-2: #121C25;
  --about-color: #00038c;
  --white: #ffffff;
  --fs-1: 1.2rem;
  --fs-2: 4rem;
  --fs-3: 3.5rem;
  --fs-4: 2rem;
  --fs-5: 8.2rem;
  --fs-6: 2.9rem;
  --fs-7: 3.8rem;
  --fs-8: 2.5rem;
  --lh-1: 15px;
  --lh-2: 45px;
  --lh-3: 35px;
  --lh-4: 25px;
  --lh-5: 50px;
  --lh-6: 30px;
  --lh-7: 32px;
  --lh-8: 25px;
}

body {
  background: var(--background-color);
  transition: background-color .5s ease;
  color: var(--primary-color); 
  font-family: var(--primary-font);
  font-size: var(--fs-1);
  line-height: var(--lh-1);
  overflow-x: hidden;
}
body.about-background {
  background: var(--about-color);
}

main {
  transition: opacity .5s ease;
}
.loading main {
  opacity: 0;
}

.color-1 {
  --primary-color: #decea9 !important;
  --background-color: #00038c !important;
}
.color-2 {
  --primary-color: #decea9 !important;
  --background-color: #FF3F3F !important;
}

.page-id-19 {
  --black-2: var(--secondary-color);
  --black: var(--secondary-color);
}

.single-project {
  padding-top: 80px;
}

.work-feed:first-child .work-feed_title {
  margin-top: 0;
  height: 90vh;
}
.work-feed_title {
  display: flex;
  text-align: center;
  height: 200vh;
  margin-top: -100vh;
  position: sticky;
  top: 0;
  transition: transform 0.1s, opacity 0.1s;
  cursor: default;
  opacity: 0;
}
.work-feed_title .container {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50vh;
  transform: translateY(-50%) scale(0.95);
}
h2 {
  font-weight: normal;
  margin: 0 0 10px 0;
}
.work-feed_tags {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.work-feed_tags>div {
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  line-height: 15px;
  padding: 7px 19px;
  text-transform: uppercase;
}

.work-feed_content {
  position: relative;
  z-index: 1;
}
.work-feed_content .poster {
  height: 70vh;
}
.work-feed_content .poster img,
.work-feed_content .poster video {
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  overflow: hidden;
}

.work-feed_content .thumbnails {
  position: relative;
  padding: 0 0 70vh 0;
  z-index: 1;
}
.work-feed_content .thumbnails>div {
  align-items: center;
  display: flex;
  margin: 0 auto;
  height: 70vh;
  width: 70%;
}
.work-feed_content .thumbnails>div:nth-child(odd) {
  justify-content: flex-end;
}
.work-feed_content .thumbnails>div:nth-child(even) {
  justify-content: flex-start;
}
.work-feed_content .thumbnails img {
  max-width: 200px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  overflow: hidden;
}

header {
  display: flex;
  left: 0;
  padding: 20px;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 9999999;
}
.slogan {
  display: none;
  text-align: right;
}

header .logo {
  position: fixed;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  width: 96px;
}

.scrolled header .logo {
  opacity: 1;
  visibility: visible;
}

header .logo svg path {
  fill: blue;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.background-blue header .logo svg path {
  fill: var(--primary-color);
}

#site-cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.menu-is-open #site-cover {
  display: block;
}

.menu {
  font-size: var(--fs-1);
  color: var(--primary-color);
  left: 0;
  line-height: 15px;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 16px;
  width: 90%;
  max-width: 390px;
  z-index: 9999;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  overflow: hidden;
  
  transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  /*
  transition-delay: .2s;
  */
  transition-delay: 0s;

  transform: translate3d(0, calc(-100% - 10px), 0);
}
.menu.is-open {
  transition-delay: 0s;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}
.loaded .menu {
  transform: translate3d(0, 0, 0);
}
.menu ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 2px 0;
  position: relative;
  text-transform: uppercase;
}
.menu-bar li {
  position: relative;
  width: 33.33%;
}
.menu-bar a,
.menu-bar a.original-color.current {
  color: var(--primary-color);
  display: block;
  text-decoration: none;
  -webkit-border-radius: 94px;
  border-radius: 94px;
  text-align: center;
  padding: 12px 20px;
}
/*
.menu-bar a:hover,
.menu-bar a.active {
*/
#active-menu-background {
  background: var(--primary-color);
  -webkit-border-radius: 94px;
  border-radius: 94px;
  color: var(--secondary-color);
  height: 43px;
  width: 129px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
.menu-bar a:hover,
.menu-bar a.current,
.menu-bar a.active,
.menu-bar a.active:hover {
  color: var(--background-color);
}

/*
.menu-bar {
  background: #FFFFFF1c;
  backdrop-filter: blur(68px);
  transition-delay: .05s;
}
.menu.is-open .menu-bar {
  background: transparent;
  backdrop-filter: blur(0px);
  transition-delay: 0s;
}
*/

.menu .background {
  display: block;
  content: '';
  background: #aaaaaa0f;
  backdrop-filter: blur(68px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transform-origin: top;
  transform: scale3d(1, 0.7, 1);
  -webkit-transition: all .4s cubic-bezier(.16,1,.3,1);
  transition: all .4s cubic-bezier(.16,1,.3,1);
}
.menu.is-open .background {
  transform: scale3d(1, 1, 1);
  /*
  -webkit-border-radius: 5px;
  border-radius: 5px;
  */
}
/*
.is-open.menu .menu-bar {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
*/

.text-block {
  text-transform: uppercase;
  line-height: 1;
}
@keyframes scroll {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(calc(-100% - 1rem));
  }
}

#menu-info {
  display: flex;
  width: 100%;
}

.menu .menu-panel {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity .2s ease, visibility .2s ease, filter 1s ease, transform .4s ease;
  transition: opacity .2s ease, visibility .2s ease, filter 1s ease, transform .4s ease;
  position: absolute;
  filter: blur(5px);
  height: calc(100% - 43px);
  width: 100%;

  -webkit-transform: translate3d(0, -20px, 0px);
  transform: translate3d(0, -20px, 0px);
}
.menu .menu-panel.active {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  
  -webkit-transition: opacity .2s .2s ease, visibility .2s .2s ease, filter 1s ease, transform .2s .2s ease;
  transition: opacity .2s .2s ease, visibility .2s .2s ease, filter 1s ease, transform .2s .2s ease;

  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}
.menu .menu-panel .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  max-height: 600px;
  width: 100%;
}
.menu .menu-panel#menu-work .content {
  box-sizing: border-box;
  display: block;
  overflow: auto;
  padding: 5px 7px 0 7px;
}
.menu .button {
  border: 1px solid var(--primary-color);
  font-size: var(--fs-1);
  line-height: 15px;
  text-align: center;

  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-border-radius: 92px;
  border-radius: 92px;
  padding: 11px 37px;
  margin: 0 auto 20px auto;
  display: block;
  width: fit-content;
}
.menu .button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.menu-panel .grid {
  display: flex;
  justify-content: space-evenly;
  margin: 24% 0 50px 0;
  text-align: center;
}
.menu-panel .grid a,
.copy a {
  color: var(--primary-color);
  text-decoration: none;
}
#menu-artists.menu-panel .grid {
  margin: 50px 0 0 0;
}
.menu .menu-panel#menu-artists .content {
  overflow: auto;
}

.menu-panel .text {
  font-family: var(--secondary-font);
  font-size: var(--fs-8);
  color: var(--primary-color);
  line-height: var(--lh-8);
  margin: 0 0 30px 0;
  padding: 40px 10px 0 10px;
}

.menu-footer,
.copy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: auto;
  padding: 10px;
  text-align: center;
  align-self: center;
}
.copy {
  justify-content: center;
  position: relative;
  margin: 30px 0 10px 0;
  width: 100%;
}
.menu-footer h3 {
  font-size: var(--fs-1);
  font-weight: 400;
  line-height: 15px;
  margin: 0 0 0 0;
}
.menu-footer .flex {
  display: flex;
  gap: 50px;
}
.menu-footer .flex ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-footer .logo {
  margin-left: auto;
}

.copy {
  font-size: 10px;
  color: var(--primary-color);
  margin: auto 0 0 0;
  text-align: center;
  font-family: Helvetica;
  align-self: flex-start;
  box-sizing: border-box;
  margin: 30px 0 10px 0;
  width: 100%;
}

#menu-work {
  box-sizing: border-box;
  height: calc(100% - 43px);
  width: 100%;
}
#menu-work article {
  height: 239px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 10px 0;
  position: relative;
  width: 100%;
}
#menu-work .thumbnail img,
#menu-work video {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#menu-work .data {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-family: var(--secondary-font);
  font-size: var(--fs-4);
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0,0,0,.5);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#menu-work .data h2 {
  -webkit-transform: translate3d(0, 20px, 0px);
  transform: translate3d(0, 20px, 0px);
  -webkit-transition: transform .2s ease;
  transition: transform .2s ease;
}
#menu-work article a:hover .data {
  opacity: 1;
}
#menu-work article a:hover .data h2 {
  -webkit-transform: translate3d(0, 0px, 0px);
  transform: translate3d(0, 0px, 0px);
  color: var(--background-color);
}

.magic-scroll-scene {
  font-family: var(--secondary-font);
  position: relative;
  z-index: 0;
}
.index-feed-section:last-of-type {
  margin-bottom: 15vh;
}
.index-feed-section-title-container {
  height: 190vh;
  margin-top: -45vh;
  position: relative;
}
.index-feed-section-title-container-sticky {
  top: 50vh;
  position: sticky;
  width: 100%;
}
.index-feed-section-title-container-sticky-container {
  position: relative;
  transform: translate3d(0, -50%, 0);
}
.magic-scroll-motion {
  opacity: 0;
  transform: scale(0.5);
}
.magic-scroll-motion h2 {
  font-size: var(--fs-6);
  line-height: var(--lh-6);
  margin: 0 0 0 0;
}
.magic-scroll-motion h3 {
  font-size: 1rem;
  line-height: 21px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.magic-scroll-motion a {
  color: var(--primary-color);
  display: block;
  text-decoration: none;

  transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);

  filter: blur(10px);
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.single .index-feed-section-grid {
  text-align: center;
}
.single .index-feed-section-grid a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
.loaded .magic-scroll-motion a {
  filter: blur(0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.index-feed-section-grid {
  max-width: 100rem;
  margin-top: -50svh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;

  position: sticky;
  top: 15vh;
}
.index-feed-section-grid-container {
  top: 0;
  position: sticky;
  display: grid;
  gap: 0 var(--gg);
  grid-auto-flow: row dense;
  grid-auto-rows: minmax(calc((100vh - var(--y-offset))/var(--gc)),max-content);
  grid-template-columns: repeat(var(--gc),1fr);
  padding: 0 var(--x-offset);
}
.poster {
  height: 70vh;

  display: flex;

  transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition-delay: .2s;

  opacity: 0;
}
.loaded .poster {
  opacity: 1;
}
.poster img,
.poster video {
  height: auto;
  width: 90%;
  align-self: center;
  margin: 0 auto;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  overflow: hidden;
  object-fit: cover;
}

.video-selector {
  will-change: filter;
}

#work-content {
  padding: 0px 20px 10px 20px;
  position: relative;
  z-index: 1;
}
#work-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#work-content .thumbnail {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
#work-content .thumbnail.cover {
  height: 100vh;
  border-radius: 0px;
}
/*
.cover-video {
   filter: blur(10px);
   transition: .2s ease;
}
.loaded.cover-video {
   filter: blur(0px);
}
*/
#work-content .thumbnail {
	width: 100%;
}
#work-content .thumbnail.half {
  width: calc(50% - 5px);
}
#work-content .thumbnail img,
#work-content .thumbnail video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.info {
  padding-top: 50px;
}

.text-module {
  padding: 30px 0px 150px 0px;
}

.text-module {
  font-family: var(--secondary-font);
  font-size: var(--fs-4);
  line-height: var(--lh-4);
}
.text-module h6 {
  font-size: var(--fs-1);
  font-weight: normal;
  font-family: var(--primary-font);
  line-height: var(--lh-1);
  margin: 0 0 20px 0;
}

.headline.outline {
  pointer-events: none;
}
.headline.outline h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  color: transparent;
}
.headline {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  z-index: 9;
}
.headline .text {
  max-width: 1100px;
  margin: 0 auto;
}
.headline h1 {
  font-size: var(--fs-2);
  line-height: var(--lh-2);
}
.headline h2 {
  font-size: var(--fs-3);
  line-height: var(--lh-3);
}
.headline .content {
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 0 20px;
}
.headline .content img,
.headline .content video {
  border-radius: 33px;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: auto;
  max-width: 80%;
  z-index: -1;
}

.headline-2 {
  font-family: var(--secondary-font);
  font-size: var(--fs-3);
  line-height: var(--lh-3);
  text-align: center;
  padding: 200px 0;
}
.headline-2 .text {
  margin: 0 0 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.headline-2 .image {
  width: 100%;
}
.headline-2 .image img {
  margin: 0 auto;
}

.text-module .grid {
  font-family: var(--primary-font);
  font-size: var(--fs-1);
  line-height: var(--lh-1);
  display: flex;
  gap: 10%;
}
.text-module .grid>div {
  max-width: 260px;
}

.in-numbers {
  margin: 150px 0 150px 0;
  width: 100%;
}
.in-numbers .content {
  padding: 0 20px;
  max-width: 1350px;
  margin: 0 auto;
}
.in-numbers .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  text-align: center;
}
.in-numbers .the-number {
  font-family: var(--secondary-font);
  font-size: var(--fs-5);
  font-weight: normal;
  line-height: var(--lh-5);
  margin: 0 0 15px 0;
}
.in-numbers p {
  margin: 0 auto;
  width: 50%;
}

.site-footer {
  padding: 0 0 50px 0;
  text-align: center;
}
.single-project .site-footer {
  margin: 200px 0 0 0;
}
.site-footer .logo {
  background: url(imgs/logo_footer.svg) center no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 31%;
  margin: 0 auto 140px auto;
  width: 78%;
}
.page-id-19 .site-footer .logo {
  background-image: url(imgs/logo_footer_about.svg);
}
.site-footer .content {
  margin: -50px 0 0 0;
}
.site-footer ul {
  margin: 0 0 30px 0;
}
.site-footer a {
  color: var(--primary-color);
  text-decoration: none;
}
.site-footer h6 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.the-team {
  margin: 0 0 200px 0;
}

.the-team .content {
  padding: 0 20px;
}
.the-team .title {
  font-family: var(--secondary-font);
  font-size: var(--fs-4);
  line-height: var(--lh-4);
  margin: 0 0 80px 0;
}
.the-team .team-masonry {
  text-align: center;
}
.gutter-sizer {
  width: 20px;
}
.grid-sizer {
  width: calc(25% - 15px);
}
.the-team .grid-item {
  margin: 0 0 2% 0;
  width: 100%;
}
.the-team .grid-item img {
  border-radius: 50px;
  overflow: hidden;
  margin: 0 0 15px 0;
}

#project-info {
  padding: 0 20px;
  margin: 0 0 50px 0;
}
#project-info .content .col {
  margin: 0 0 20px 0;
  width: 100%;
}
#project-info h3 {
  margin: 0 0 15px 0;
}
#project-info h1,
#project-info .year p {
  font-family: var(--secondary-font);
  font-size: var(--fs-4);
  line-height: var(--lh-4);
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 50px 0;
  padding: 0 20px;
}
.image-grid .thumbnail {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.image-grid .overprinted_text {
  position: absolute;
  font-size: var(--fs-4);
  line-height: var(--lh-4);
  font-family: var(--secondary-font);
  color: var(--primary-color);
  top: 50%;
  text-align: center;
  transform: translate3d(0,-50%,0);
  padding: 0 20px;
  z-index: 1;
}
.thumbnail.darken:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-grid .thumbnail.size-100 {
  width: 100%;
}
.image-grid .thumbnail.size-50 {
  width: calc(50% - 10px);
}
.image-grid .thumbnail img,
.image-grid .thumbnail video {
  width: 100%;
}

.text-module {
  overflow: hidden;
  padding: 0 20px;
}
.text-module .text {
  margin: 0 auto 20px auto;
}
.parallax {
  will-change:transform;
  transition:transform .7s cubic-bezier(.175,.885,.295,1);
  transition-timing-function:cubic-bezier(.175,.885,.295,1);
}

.custom-cursor,
#tooltip {
  top: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  height: 154px;
  width: 190px;
  pointer-events: none;
  z-index: 99999999;
  max-width: 350px;
}
.video-fullscreen.hidden-controls .custom-cursor {
  display: none;
}
.custom-cursor {
  height: 105px;
  width: 130px;
}
#tooltip {
  background: rgba(255,255,255,.2);
  display: block;
  position: absolute;
  font-family: var(--primary-font);
  font-size: var(--fs-7);
  line-height: var(--lh-7);
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  backface-visibility: hidden;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-backface-visibility: hidden;
  padding: 0 20px 7px 20px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  height: auto;
  width: auto;
}

.footer-texts {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 20px;
}
.footer-texts div:first-child {
  position: fixed;
  left: 20px;
}
.footer-texts div:last-child {
  position: fixed;
  right: 20px;
}
.footer-texts h3 {
  font-size: 1.6rem;
}
.footer-texts a {
  color: var(--primary-color);
  text-decoration: none;
}

.video-fullscreen {
  overflow: hidden;
}

.video-fullscreen .site-navigation,
.video-fullscreen .lang-switch {
  opacity: 0;
  visibility: hidden;
}
.video-fullscreen header.site-header {
  pointer-events: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.video-fullscreen.hidden-controls .site-header {
  opacity: 0;
}
.video-fullscreen .wrapper {
  padding: 20px;
}

.video-fullscreen .video-popup {
  display: flex;
}

.video-popup {
  display: none;
  background: rgba(0, 0, 0, 1);
  color: var(--white);
  top: 0;
  left: 0;
  position: fixed;
  height: 100dvh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 9999999;
}
.video-popup .flex {
  display: flex;
}
.video-popup .items-center {
  align-items: center;
}
.video-popup .space-between {
  justify-content: space-between;
}
.video-popup-container {
  height: 100%;
  width: 100%;
}
.video-popup svg {
  fill: #d7d7d7;
}
.video-popup button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: none;
  border: none;
  padding: 0;
  margin: 0;
}
.video-popup .play-video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.video-popup video,
.video-popup iframe {
  object-fit: contain;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.video-popup iframe {
  opacity: 0;
  transition: opacity .2s ease;
}
.loaded.video-popup iframe {
  opacity: 1;
}
.video-popup .controls {
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  display: grid;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.video-popup .controls .flex {
  gap: 25px;
}
.video-popup .timeline {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
}
#timeline {
  appearance: none;
  background: rgb(140, 140, 140);
  outline: none;
  cursor: none;
  height: 2px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
#timeline::-webkit-slider-thumb {
  appearance: none;
  width: 0;
  height: 2px;
}
#timeline::-moz-range-thumb {
  width: 0;
  height: 2px;
}
#timeline:hover {
  height: 7px;
}
.playing .play-svg,
.paused .pause-svg,
.play-svg,
.pause-svg,
.unmute .mute-svg,
.mute .unmute-svg {
  display: none;
}
.playing .pause-svg,
.paused .play-svg,
.unmute .unmute-svg,
.mute .mute-svg {
  display: inline;
}
.video-fullscreen.hidden-controls {
  cursor: none;
}
.hidden-controls .video-popup .controls,
.hidden-controls .video-popup .play-video {
  opacity: 0;
  pointer-events: none;
}
#close-video {
  cursor: none;
  position: fixed;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
}

.film-noise {
    display: none;
    position: fixed;
    left: -50%;
    top: -50%;
    right: -50%;
    bottom: -50%;
    pointer-events: none;
    background: url('imgs/noise.png') repeat;
    opacity: 0.32;
    -webkit-animation: grain .5s steps(8) infinite;
    animation: grain .5s steps(8) infinite;
    z-index: 1000;
    z-index: -1;
}

@-webkit-keyframes grain {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform:translate(0, 0)
    }

    10% {
        -webkit-transform: translate(-5%, -10%);
        transform:translate(-5%, -10%)
    }

    20% {
        -webkit-transform: translate(-15%, 5%);
        transform:translate(-15%, 5%)
    }

    30% {
        -webkit-transform: translate(7%, -15%);
        transform:translate(7%, -15%)
    }

    40% {
        -webkit-transform: translate(-5%, 25%);
        transform:translate(-5%, 25%)
    }

    50% {
        -webkit-transform: translate(-15%, 10%);
        transform:translate(-15%, 10%)
    }

    60% {
        -webkit-transform: translate(15%, 0);
        transform:translate(15%, 0)
    }

    70% {
        -webkit-transform: translate(0, 15%);
        transform:translate(0, 15%)
    }

    80% {
        -webkit-transform: translate(3%, 25%);
        transform:translate(3%, 25%)
    }

    90% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%)
    }
}

@keyframes grain {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform:translate(0, 0)
    }

    10% {
        -webkit-transform: translate(-5%, -10%);
        transform:translate(-5%, -10%)
    }

    20% {
        -webkit-transform: translate(-15%, 5%);
        transform:translate(-15%, 5%)
    }

    30% {
        -webkit-transform: translate(7%, -15%);
        transform:translate(7%, -15%)
    }

    40% {
        -webkit-transform: translate(-5%, 25%);
        transform:translate(-5%, 25%)
    }

    50% {
        -webkit-transform: translate(-15%, 10%);
        transform:translate(-15%, 10%)
    }

    60% {
        -webkit-transform: translate(15%, 0);
        transform:translate(15%, 0)
    }

    70% {
        -webkit-transform: translate(0, 15%);
        transform:translate(0, 15%)
    }

    80% {
        -webkit-transform: translate(3%, 25%);
        transform:translate(3%, 25%)
    }

    90% {
        -webkit-transform: translate(-10%, 10%);
        transform: translate(-10%, 10%)
    }
}

.secuence {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  -webkit-transform: none;
  transform: none;
}
.content__img,
.cursor__img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    will-change: transform;
}
.content__img,
.cursor__img,
.cursor__img img {
  width: 200px;
}
.cursor__img {
  opacity: 1;
  z-index: 999;
}

.menu .clients {
  margin: 20px 0 0 0;
}
.embla {
  overflow: hidden;
}
section.clients {
  margin: 0 0 100px 0;
}
.clients .embla__viewport {
  height: 30px;
}
.embla__container {
  display: flex;
}
.clients .embla__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  margin: 0 45px;
  height: 30px;
}
.clients .embla img,
.clients .embla svg {
  height: 30px;
}
.clients .embla svg,
.clients .embla svg * {
  fill: var(--primary-color) !important;
}
.awards-module {
  margin: 100px 0 0px 0;
}
.page .awards-module {
  margin: 0 0 100px 0;
}
.awards-module .content {
  padding: 0 20px;
  max-width: 1350px;
  margin: 0 auto;
}
.awards-module .title {
  margin: 0 0 50px 0;
}
.awards-module .clients .embla__viewport {
  height: auto;
}
.awards-module .embla__slide {
  text-align: center;
  height: auto;
  flex-direction: column;
}
.awards-module .embla__slide img {
  margin: 0 0 20px 0;
}
.awards-module .embla__slide p {
  display: block;
  max-width: 150px;
}

#parallaxx-stickers {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
}
#parallaxx-stickers img {
  position: absolute;
  width: 100px;
}
.sticker-2 {
  right: 10%;
  top: 58%;
}
.sticker-3 {
  right: 32%;
  bottom: 66%;
}
.sticker-4 {
  left: 9%;
  bottom: 17%;
}

.stickers {
  pointer-events: none;
  position: relative;
  padding: 0 0 80vh 0;
  z-index: 1;
}
.stickers>div:nth-child(odd) {
  justify-content: flex-end;
}
.stickers>div {
  align-items: center;
  display: flex;
  padding: 0 0 0 20px;
  height: 30vh;
  width: 30%;
}
.stickers>div:last-child {
  margin-left: auto;
}
.stickers img {
  height: auto;
  max-width: 350px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  width: 100%;
}

.parallax-container {
  position: fixed; /* Fijo para que cubra la pantalla todo el tiempo */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999999;
}

.parallax-container.loaded .parallax-sticker {
  opacity: 1;
}

.parallax-sticker {
  opacity: 0;
  position: absolute;
  transform: translateY(0);
  will-change: transform;
  width: 260px;
  transition:transform .7s cubic-bezier(.175,.885,.295,1);
  transition-timing-function:cubic-bezier(.175,.885,.295,1);
}

.parallax-sticker img {
  width: 100px;
}

.projects-grid {
  
}
.projects-grid .content {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .5rem;
  height: auto;
}
.projects-grid .grid-item {
  -webkit-border-radius: 17px;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/1.9;
  -webkit-transition: .5s transform;
  transition: .5s transform;
}
.projects-grid .grid-item img,
.projects-grid .grid-item video {
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s transform;
  transition: .5s transform;
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}
.projects-grid .grid-item:hover {
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transform: scale(.98);
  transform: scale(.98);
}
.projects-grid .grid-item:hover img,
.projects-grid .grid-item:hover video {
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

@media(min-width: 768px) {

  :root {
    --fs-1: 1.1rem;
    --fs-2: 22.7rem;
    --fs-3: 7rem;
    --fs-4: 4.9rem;
    --fs-5: 8.2rem;
    --fs-6: 16.7rem;
    --fs-8: 4.1rem;
    --lh-1: 12px;
    --lh-2: 180px;
    --lh-3: 60px;
    --lh-4: 46px;
    --lh-5: 50px;
    --lh-6: 115px;
    --lh-8: 40px;
  }

  body {
    cursor: none;
  }
  .single-project {
    padding-top: 150px;
  }
  a {
    cursor: none;
  }

  header .logo {
    position: relative;
    bottom: initial;
    margin: 0;
    left: initial;
    right: initial;
    opacity: 1;
    visibility: visible;
    width: 96px;
  }
  .slogan {
    display: block;
  }

  .headline.outline h1 {
    -webkit-text-stroke-width: 3px;
    //font-size: 16rem;
    //line-height: 136px;
    font-size: 12rem;
    line-height: 106px;
  }
  .magic-scroll-motion h2 {
    margin: 0 0 20px 0;
  }
  .magic-scroll-motion h3 {
    font-size: 1rem;
  }
  .stickers>div,
  .stickers>div:last-child {
    padding: 0;
    height: 80vh;
    margin: 0 auto;
    width: 80%;
  }
  .stickers>div:nth-child(odd) {
    margin: 0 10vw 0 auto;
  }

  .poster img,
  .poster video {
    height: 100%;
    width: auto;
  }

  .menu-panel .text {
    padding: 60px 10px 0 10px;
  }

  #project-info .content {
    display: flex;
    gap: 20px;
  }
  #project-info .content .col {
    max-width: 440px;
    margin: 0;
    width: calc(25% - 20px);
  }
  #project-info .content .col:last-child {
    width: 50%;
  }

  #parallaxx-stickers img,
  .parallax-sticker img {
    width: 260px;
  }

  .the-team .grid-item {
    width: calc(25% - 15px);
  }

}