:root {
  --pad: 1.2rem;
  --grey: #b2b2b2;
  --tran: all 0.3s linear;
  --white: #F5F5F5;
  --black: #0D0D0D;
}

/* GLOBAL
------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}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:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#090909}::-moz-selection{color:#fff;background:rgba(250,250,250,.4);text-shadow:none}::selection{color:#fff;background:rgba(250,250,250,.4);text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent!important;
}

a, div, img{
    outline: 0!important;
}

@font-face {
    font-family: 'Black';
    src: url('../font/NeueHaasUnica-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bold';
    src: url('../font/NeueHaasUnica-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, html{
    color: black;
    height: 100%;
    font-family: 'Bold', Arial;
    line-height: 1;
    font-size: 1rem;
    letter-spacing: -0.02rem;
}

html,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

::-moz-selection { color: white;  background: black; }
::selection      { color: white;  background: black; }

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.black {
    font-family: 'Black', Arial;
}

.relative {
    position: relative;
}

.bottom {
    bottom: 0;
}

.left {
    left: 0;
}

.right{
    right: 0;
}

.top{
    top: 0;
}

.pad-b-0{
    padding-bottom: calc(var(--pad) / 2);
}

.pad-t-0{
    padding-top: calc(var(--pad) / 2);
}

.pad-r-0{
    padding-right: calc(var(--pad) / 2);
}

.pad-l-menu {
    padding-left: 1rem;
}

.pad-l-0{
    padding-left: calc(var(--pad) / 2);
}

.pad-0{
    padding: calc(var(--pad) / 2);
}

.pad-b{
    padding-bottom: var(--pad);
}

.pad-t{
    padding-top: var(--pad);
}

.pad-r{
    padding-right: var(--pad);
}

.pad-l{
    padding-left: var(--pad);
}

.pad{
    padding: var(--pad);
}

.pad-b-1{
    padding-bottom: calc(3.5 * var(--pad));
}

.pad-t-1{
    padding-top: calc(3.5 * var(--pad));
}

.pad-r-1{
    padding-right:calc(3.5 * var(--pad));
}

.pad-l-1{
    padding-left: calc(3.5 * var(--pad));
}

.pad-1{
    padding: calc(3.5 * var(--pad));
}

.pad-t-2 {
    padding-top: 4rem;
}

.mag-auto{
    margin: 0 auto;
}

.block{
    display: block;
}

.w-100 {
    width: 100%;
}

.h-30 {
    height: 30%;
}

.h-40 { 
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-80 {
    height: 80%;
}

.h-80-vh {
    height: 80vh;
}

.h-100{
    height: 100%;
}

.h-100-vh{
    height: 100dvh;
}

.min-100-vh{
    min-height: 100dvh;
}

.max-100-vh {
    max-height: 100dvh;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

.flex, .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.end-justify{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.evenly{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.align-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.jus-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.column-r{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.between-m{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.jus-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.z--1 {
    z-index: -1;
}

.z-9{
    z-index: 9;
}

.z-99{
    z-index:  99;
}

.z-999{
    z-index: 999;
}

.z-9999{
    z-index: 9999;
}

.z-1{
    z-index: 1;
}

.z-2{
    z-index: 2;
}

.w-20 {
    width: 20%;
}

.w-25{
    width: 25%;
}

.w-33{
    width: 33.33%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-66 {
    width: 66%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.hide-scroll{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.center{
    text-align: center;
}

.justify{
    text-align: justify;
}

.t-right{
    text-align: right;
}

.ab-center{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.ab-x{
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.none{
    pointer-events: none;
}

.auto{
    pointer-events: auto;
}

.none-s{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

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

.inline {
    display: inline;
}

.block{
    display: block;
}

.hide{
    display: none !important;
}

.hide-op{
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.hide-op-op{
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.op{
    opacity: 1;
-webkit-transition: opacity 0.7s ease-in;
    -o-transition: opacity 0.7s ease-in;
    transition: opacity 0.7s ease-in;
}

.show{
    display: block;
}

.hidden{
    overflow: hidden;
}

.cover{
    -o-object-fit: cover;
       object-fit: cover;
}

.contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.underline{
    text-decoration: underline;
}

.sticky, .sticky-bar{
    position: sticky;
}

.flex-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.a-self{
    -ms-flex-item-align: start;
        align-self: flex-start
}

.nw{
    white-space: nowrap;
}

.b {
    border: solid black 2px;
}

.b-b{
    border-bottom: solid black 1px;
}

.b-t{
    border-top: solid black 1px;
}

ul, li {
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.white-bk {
    background: white;
}

.white{
    color: white;
}

.grey {
    color: var(--grey);
}

.grey-bk {
    background: var(--grey);
}

.upper{
    text-transform: uppercase;
}

.round{
    border-radius: 2rem;
}

.round-half {
    border-radius: 0.8rem;
}

.line {
    width: 16px;
    height: 2px;
    background: var(--black);
    margin-bottom: var(--pad);
}

.gap-0 {
    gap: calc(var(--pad) / 2);
}

.gap {
    gap: var(--pad);
}

.gap-1 {
    gap: calc(var(--pad) * 2) ;
}

.grey-btn, .blue-btn {
    padding: 3px 6px;
}

footer img {
    width: 600px;
}

.mobile {
    display: none;
}

.circle {
    background: var(--blue);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    width: 16.6666666%;
}

.balance {
    text-wrap: balance;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.blink-1 {
    -webkit-animation: blink-1 1.5s infinite both;
            animation: blink-1 1.5s infinite both;
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/* ---------------------------
            MENU
------------------------------ */

.logo-nav {
    width: auto;
}

.header--dark, .header--dark svg {
    color: var(--black);
    fill: var(--black);
}

.header--light, .header--light svg {
    color: var(--white);
    fill: var(--white);
}

.menu-header svg {
    padding-top: 7px;
}

.nav-inner, .title {
    margin-bottom: 4px;
}

.nav-inner {
    color: var(--grey);
}

.header--dark .nav-inner .current {
    color: var(--black);
}

.header--light .nav-inner .current {
    color: var(--white);
}

.pad-menu {
    padding-top: var(--menuHeight);
}

.site-main {
    background: white;
}

/* ---------------------------
            INICIO
------------------------------ */

.inicio-media, .proyecto-full .project-media, .proyecto-doble, .home-carrusel {
    height: 100dvh;
}

.proyecto-doble .project-item {
    width: 50%;
}

.proyecto-doble .project-item.contain-p {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.proyecto-doble .project-item.contain-p img{
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
}

.proyecto-full a.project-media {
    display: block;
}

.inicio-wrapper section img, .inicio-wrapper section video, .info-wrapper section img, .info-wrapper section video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.inicio-media[data-theme="light"] {
    color: var(--white);
}

.home-carrusel {
  overflow: hidden;
  width: 100%;
}

.home-carrusel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  gap: calc(var(--pad) / 2);
}

.home-carrusel-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.home-carrusel-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
}

.info-home div:nth-child(2) p{
    max-width: 700px;
}

.info-carrusel {
    height: 80vh;
}

.project-info {
    pointer-events: none;
}

.home-carrusel img {
    height: 100% !important;
    width: auto !important;
    object-fit: inherit !important;
}

.swiper-slide {
    width: auto !important;
    user-select: none;
}

/* ---------------------------
            PROYECTOS
------------------------------ */

.proyectos-grid a {
  width: 33.33%;
}

.project-item img {
    width: 100%;
    height: auto;
}

.blanco {
    color: var(--white);
}

.titles-inner {
    padding-bottom: clamp(160px, calc(41.558442px + 20.562771vw), 350px);
}

footer {
    padding-top: 350px;
}

.menu {
    gap: var(--pad);
}

.auto-galeria__item{
  display: none;
}

.auto-galeria__item.is-active{
  display: block;
}

.auto-galeria__item img{
  display: block;
  width: 100%;
  height: auto;
}

.projects-titles span, .projects-titles a {
    white-space: nowrap;
}

/* ---------------------------
            DIARIO
------------------------------ */

.diario-item {
    width: 10%;
}

.diario-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
       object-fit: cover;
}

.diario-overlay {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
}

.diario-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.diario-overlay__inner{
    height: 66dvh;
}

.diario-overlay img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

/* ---------------------------
            SINGLE
------------------------------ */

.projects-titles a.current {
    color: var(--black);
}

.modulo-imagen-full img, .modulo-doble__col img {
    width: 100%;
    height: auto;
}

.modulo-doble__col {
    width: 50%;
}

.modulo-doble__col .si {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}


/* ---------------------------
            TEXT
------------------------------ */

.w-col {
    width: 65%;
}

.text-format p {
    padding-bottom: var(--pad);
}

.text-format p:last-child {
    padding-bottom: 0;
}

.font-XXS {
    font-size: 12px;
}

.font-XS {
    font-size: clamp(16px, calc(13.506494px + 0.4329vw), 20px);
}

.text-format.font-XS, .text-format .font-XS {
    line-height: 1.2;
}

.font-S {
    font-size: clamp(16px, calc(6.025974px + 1.731602vw), 32px);
    line-height: 1;
}

.font-M {
    font-size: clamp(32px, calc(20.779221px + 1.948052vw), 50px);
    line-height: 0.95;
}

.font-extra {
    font-size: clamp(20px, calc(16.347826px + 1.043478vw), 32px);
    line-height: 1.2;
}

.font-menu {
    font-size: clamp(25px, calc(12.307692px + 3.384615vw), 80px);
    white-space: nowrap;
    line-height: 0.8;
}


@media screen and (max-width: 1023px) { 

    .column-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .nav-menu {
        padding-left: 0;
        padding-top: calc(var(--pad) / 2);
    }

    .menu-header svg {
        padding-top: 0;
    }

    .nav-inner, .title {
        margin-bottom: 0;
    }

    header {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }

    .logo-nav {
        width: 100%;
    }

    .proyectos-grid a {
        width: 50%;
    }

  /*  .proyectos-grid a:nth-child(3n+1),
    .proyectos-grid a:nth-child(3n+2),
    .proyectos-grid a:nth-child(3n+3) {
      width: 50%;
    }

    .proyectos-grid a:nth-child(3n) {
      width: 100%;
    }*/

    .w-50 {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .modulo-texto div, .w-col {
        width: 80%;
    }

    .proyecto-doble {
        height: auto;
    }

    .modulo-doble.contains-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: calc(var(--pad) * 2);
    }

    .modulo-doble.contains-text .modulo-doble__col {
        width: 100%;
    }

    .home-carrusel {
        height: 60vh;
    }

    .inicio-media, .proyecto-full .project-media, .home-carrusel {
        height: 85dvh;
    }

    .diario-overlay__inner{
        width: 80vw;
        height: auto;
    }

    .diario-overlay__inner img {
        width: 100%;
        height: auto;
    }

    .diario-item {
        width: 12.5%;
    }

    .active-current .nav-inner {
        color: var(--grey);
    }

    .nav-inner {
        color: inherit;
    }

}

/* HOVER */
@media screen and (min-width: 1024px) {

    .artists-button:hover .underline, .brands-button:hover .underline, .ourselves:hover .underline {
        text-decoration: none;
    }

    .artists-menu a:hover, .brands-menu a:hover {
        text-decoration: underline;
    }

    .header--dark .nav-inner a:hover, .projects-titles a:hover {
        color: var(--black);
    }

    .header--light .nav-inner a:hover {
        color: var(--white);
    }

}

@media screen and (max-width: 820px) {

:root {
    --pad: 0.8rem;
}

    .modulo-texto div, .w-col {
        width: 100%;
    }

    .home-carrusel {
        height: 130vw;
    }

    .info-carrusel {
        height: 120vw;
    }

    .diario-overlay__inner{
        width: 8d0vw;
        height: auto;
    }

    .diario-item {
        width: 20%;
    }

    .inicio-wrapper .proyecto-doble {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
                gap: calc(var(--pad) * 2);
    }

    .inicio-wrapper .proyecto-doble .project-item {
        width: 100%;
    }

    footer .pad-b-1 {
        padding-bottom: var(--pad);
    }

    .proyectos-grid {
        gap: calc(var(--pad) * 2);
    }

    .proyectos-grid a {
        width: 100%;
    }

    footer {
        padding-bottom: calc(var(--pad) * 4) !important;
    }
    
}