/*  
	Theme Name: 21Nova - Creative Lab
	Version: 1.0 2025
	Author: hctr
*/

/********************************************************************************/
/************************************************************************ RESET */
/********************************************************************************/

* {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100dvh;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

figure {
  margin: 0;
}

/********************************************************************************/
/************************************************************************ FONTS */
/********************************************************************************/

@font-face {
  font-family: "Europa Grotesk SH";
  src: url("../fonts/EuropaGroteskSH-Ita.eot");
  src:
    url("../fonts/EuropaGroteskSH-Ita.eot?#iefix") format("embedded-opentype"),
    url("../fonts/EuropaGroteskSH-Ita.woff2") format("woff2"),
    url("../fonts/EuropaGroteskSH-Ita.woff") format("woff"),
    url("../fonts/EuropaGroteskSH-Ita.ttf") format("truetype"),
    url("../fonts/EuropaGroteskSH-Ita.svg#EuropaGroteskSH-Ita") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Europa Grotesk SH Med";
  src: url("../fonts/EuropaGroteskSH-MedIta.eot");
  src:
    url("../fonts/EuropaGroteskSH-MedIta.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/EuropaGroteskSH-MedIta.woff2") format("woff2"),
    url("../fonts/EuropaGroteskSH-MedIta.woff") format("woff"),
    url("../fonts/EuropaGroteskSH-MedIta.ttf") format("truetype"),
    url("../fonts/EuropaGroteskSH-MedIta.svg#EuropaGroteskSH-MedIta")
      format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Europa Grotesk SH";
  src: url("../fonts/EuropaGroteskSH-Reg.eot");
  src:
    url("../fonts/EuropaGroteskSH-Reg.eot?#iefix") format("embedded-opentype"),
    url("../fonts/EuropaGroteskSH-Reg.woff2") format("woff2"),
    url("../fonts/EuropaGroteskSH-Reg.woff") format("woff"),
    url("../fonts/EuropaGroteskSH-Reg.ttf") format("truetype"),
    url("../fonts/EuropaGroteskSH-Reg.svg#EuropaGroteskSH-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Europa Grotesk SH Med";
  src: url("../fonts/EuropaGroteskSH-Med.eot");
  src:
    url("../fonts/EuropaGroteskSH-Med.eot?#iefix") format("embedded-opentype"),
    url("../fonts/EuropaGroteskSH-Med.woff2") format("woff2"),
    url("../fonts/EuropaGroteskSH-Med.woff") format("woff"),
    url("../fonts/EuropaGroteskSH-Med.ttf") format("truetype"),
    url("../fonts/EuropaGroteskSH-Med.svg#EuropaGroteskSH-Med") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Riccione-Serial";
  src: url("../fonts/Riccione-Serial-BoldItalic.eot");
  src:
    url("../fonts/Riccione-Serial-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Riccione-Serial-BoldItalic.woff2") format("woff2"),
    url("../fonts/Riccione-Serial-BoldItalic.woff") format("woff"),
    url("../fonts/Riccione-Serial-BoldItalic.ttf") format("truetype"),
    url("./fonts/Riccione-Serial-BoldItalic.svg#Riccione-Serial-BoldItalic")
      format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Riccione-Serial";
  src: url("../fonts/Riccione-Serial-Light-Regular.eot");
  src:
    url("../fonts/Riccione-Serial-Light-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Riccione-Serial-Light-Regular.woff2") format("woff2"),
    url("../fonts/Riccione-Serial-Light-Regular.woff") format("woff"),
    url("../fonts/Riccione-Serial-Light-Regular.ttf") format("truetype"),
    url("../fonts/Riccione-Serial-Light-Regular.svg#Riccione-Serial-Light-Regular")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/********************************************************************************/
/********************************************************************** GENERAL */
/********************************************************************************/

:root {
  --font--primary: "Europa Grotesk SH", sans-serif;
  --color--primary: #000000;
  --color--secondary: #ffffff;
  --color--tertiary: #ececec;
  --size--10: clamp(10px, 1vw, 1rem);
  --size--13: clamp(12px, 1.3vw, 1.3rem);
  --size--14: clamp(14px, 1.4vw, 1.4rem);
  --size--16: clamp(14px, 1.6vw, 1.6rem);
  --size--17: clamp(15px, 1.7vw, 1.7rem);
  --size--18: clamp(16px, 1.8vw, 1.8rem);
  --size--20: clamp(16px, 2vw, 2rem);
  --size--24: clamp(22px, 2.4vw, 2.4rem);
  --size--28: clamp(24px, 2.8vw, 2.8rem);
  --size--30: clamp(26px, 3vw, 3rem);
  --size--32: clamp(28px, 3.2vw, 3.2rem);
  --size--36: clamp(30px, 3.6vw, 3.6rem);
  --size--46: clamp(40px, 4.6vw, 4.6rem);
}

* {
  font-family: var(--font--primary);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga";
}

@media only screen and (min-width: 2559px) and (max-width: 1920px) {
  html {
    font-size: 13.2px;
  }
}
@media (max-width: 1727px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1279px) {
  html {
    font-size: 7.25px;
  }
}
@media (max-width: 959px) {
  html {
    font-size: 6.5px;
  }
}
@media (max-width: 799px) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 5.5px;
  }
}
@media (max-width: 479px) {
  html {
    font-size: 5px;
  }
}

/********************************************************************************/
/******************************************************************** PRINCIPAL */
/********************************************************************************/

/* CREATIVE - Body */

.bodyCreative {
  background-color: var(--color--primary);
}

/* CREATIVE - Header */

.headerCreative {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.2rem;
  padding: 3.4rem 11.7rem 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.headerCreative::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.headerCreative__logo {
  position: absolute;
  top: 26.6rem;
  left: 11.3rem;
  width: 17.51rem;
  aspect-ratio: 175 / 121;
  overflow: hidden;
  background-image: url("../img/logo-creative-blanco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  transition: none;
  transition: opacity;
}

.headerCreative--visible .headerCreative__logo {
  opacity: 1;
}

.headerCreative--project .headerCreative__logo {
  top: 3.4rem;
  left: 4.6rem;
  width: 130px;
  opacity: 1;
}

.headerCreative__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.headerCreative__burger {
  display: none;
}

.headerCreative__logo--movil {
  display: none;
}

.headerCreative nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.8rem;
}

.headerCreative .menu-creative-lab-container ul,
.headerCreative .menu-creative-lab-en-container ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
}

.headerCreative .menu-creative-lab-container a,
.headerCreative .menu-creative-lab-en-container a {
  color: var(--color--secondary);
  font-size: clamp(20px, 2vw, 2rem);
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.headerCreative .menu-creative-lab-container a:hover,
.headerCreative .menu-creative-lab-en-container a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.headerCreative__idiomas {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}

.headerCreative__idiomas li {
  font-size: clamp(20px, 2vw, 2rem);
  color: var(--color--secondary);
}

.headerCreative__idiomas li a {
  font-size: clamp(20px, 2vw, 2rem);
  color: var(--color--secondary);
  text-decoration: none;
}

.headerCreative__idiomas li a.is-active {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.headerCreative__atras {
  display: none;
}

@media (max-width: 959px) {
  .headerCreative {
    padding: 55px 29px 0 0;
  }
  .headerCreative::after {
    display: none;
  }
  .headerCreative__logo {
    top: 22px;
    left: 15px;
  }
  .headerCreative--project .headerCreative__logo {
    top: 18rem;
    left: initial;
    right: 29px;
    width: 61px;
  }
  .headerCreative nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    background-color: var(--color--primary);
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition:
      height 0.5s ease,
      padding 0.5s ease 0s;
  }
  .headerCreative nav.is-active {
    height: 100dvh;
    padding: 20vh 0 10vh 5rem;
  }
  .headerCreative .menu-creative-lab-container ul,
  .headerCreative .menu-creative-lab-en-container ul {
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
  }
  .headerCreative nav.is-active .menu-creative-lab-container ul,
  .headerCreative nav.is-active .menu-creative-lab-en-container ul {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
  }
  .headerCreative__idiomas {
    opacity: 0;
  }
  .headerCreative nav.is-active .headerCreative__idiomas {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
  }
  .headerCreative__logo--movil {
    display: block;
    position: absolute;
    bottom: 9vh;
    right: 5rem;
    width: 124px;
    aspect-ratio: 124 / 86;
    overflow: hidden;
    background-image: url("../img/logo-creative-blanco.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
  }
  .headerCreative nav.is-active .headerCreative__logo--movil {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
  }
  .headerCreative__logo--movil a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .headerCreative__burger {
    display: block;
    z-index: 1;
    width: 36px;
    height: 14px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .headerCreative__burger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color--secondary);
  }
  .headerCreative__burger.is-active::before {
    transform: rotate(45deg);
    top: 6px;
  }
  .headerCreative__burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color--secondary);
  }
  .headerCreative__burger.is-active::after {
    transform: rotate(-45deg);
    bottom: 6px;
  }
  .headerCreative--project .headerCreative__atras {
    display: block;
    position: absolute;
    top: 52px;
    left: 22px;
    font-size: 18px;
    color: var(--color--secondary);
    letter-spacing: 0.1rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .headerCreative__atras::before {
    content: "";
    width: 14px;
    height: 15px;
    background: url("../img/creative-arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-180deg);
  }
}
@media (max-width: 639px) {
  .headerCreative--project .headerCreative__logo {
    top: 20rem;
  }
}

/* CREATIVE - Hero */

.creativeHero {
  width: 100%;
}

.creativeHero__top {
  width: 100%;
  height: 100vh;
}

.creativeHero__contenido {
  width: 100%;
  height: 100%;
  padding: 26.8rem 6.2rem 12.6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.creativeHero__contenido::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.creativeHero__contenido::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 21.9rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.creativeHero__contenido div {
  z-index: 1;
  max-width: 30.9rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}

.creativeHero__contenido h1 {
  order: 2;
  font-size: var(--size--30);
  font-weight: normal;
  line-height: 1.1;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
  text-align: right;
}

.creativeHero__contenido div figure {
  order: 1;
  width: 30.9rem;
  aspect-ratio: 309 / 33.6;
  overflow: hidden;
}

.creativeHero__contenido div figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.creativeHero__contenido > figure {
  z-index: 1;
  order: 1;
  width: 9.9rem;
  aspect-ratio: 99 / 27;
  overflow: hidden;
}

.creativeHero__contenido > figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.creativeHero__picture,
.creativeHero__video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.creativeHero__picture img,
.creativeHero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creativeHero__texto {
  width: 100%;
  padding: 11.3rem;
}

.creativeHero__texto p {
  max-width: 72rem;
  font-size: 24px;
  line-height: 1.1;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
}

.creativeHero__texto p + p {
  margin-top: 3rem;
}

@media (max-width: 799px) {
  .creativeHero__contenido div {
    max-width: 309px;
  }
  .creativeHero__contenido div figure {
    width: 309px;
  }
  .creativeHero__contenido h1 {
    font-size: 30px;
  }
  .creativeHero__contenido > figure {
    width: 99px;
  }
  .creativeHero__texto {
    padding: 11.3rem 47px 11.3rem 22px;
  }
}

/* CREATIVE - Quienes */

.creativeQuienes {
  width: 100%;
  padding: 8.7rem 17rem 13rem 11.3rem;
  background: #f6eb57;
}

.creativeQuienes__contenido {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10%;
}

.creativeQuienes__texto {
  flex: 1 0.7 70%;
}

.creativeQuienes__texto h2 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  margin-bottom: 12.5rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.creativeQuienes__texto h2::after {
  content: "Lab";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}

.creativeQuienes__texto p {
  max-width: 78rem;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.creativeQuienes__texto p + p {
  margin-top: 3rem;
}

.creativeQuienes__archivo {
  flex: 0 0.15 15%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.creativeQuienes__archivo picture,
.creativeQuienes__archivo video {
  display: block;
  height: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-top: 4rem;
}

.creativeQuienes__archivo picture img,
.creativeQuienes__archivo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1919px) {
  .creativeQuienes__archivo {
    flex: 0 0.2 20%;
  }
  .creativeQuienes__archivo picture,
  .creativeQuienes__archivo video {
    margin-top: 6rem;
  }
}
@media (max-width: 1439px) {
  .creativeQuienes__archivo {
    flex: 0 0.3 30%;
  }
  .creativeQuienes__archivo picture,
  .creativeQuienes__archivo video {
    margin-top: 8rem;
  }
}
@media (max-width: 799px) {
  .creativeQuienes {
    padding: 8.7rem 30px 8.7rem 22px;
  }
  .creativeQuienes__contenido {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .creativeQuienes__texto h2 {
    margin-bottom: 34px;
  }
  .creativeQuienes__texto {
    flex: 1 1 100%;
  }
  .creativeQuienes__archivo {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .creativeQuienes__archivo picture,
  .creativeQuienes__archivo video {
    max-width: 291px;
  }
}

/* CREATIVE - What */

.creativeWhat {
  width: 100%;
  padding: 15rem 11.3rem 15rem 11.3rem;
}

.creativeWhat__contenido {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.creativeWhat__contenido h2 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
  margin-bottom: 2.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.creativeWhat__contenido h2::after {
  content: "Lab";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}

.creativeWhat__contenido {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 7.7rem;
}

.creativeWhat__item {
  width: 100%;
}

.creativeWhat__item h3 {
  width: 100%;
  font-size: clamp(17px, 3.2vw, 3.2rem);
  font-weight: normal;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
  white-space: nowrap;
  margin-bottom: 3.7rem;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.creativeWhat__item h3::before {
  content: "";
  width: 100%;
  height: 1px; /* dot diameter */
  color: var(--color--secondary);
  background-image: radial-gradient(currentColor 1px, transparent 1px);
  background-size: 5px 1.5px; /* horizontal gap between dots */
  background-repeat: repeat-x;
  background-position: center;
}

.creativeWhat__item p {
  max-width: 78.8rem;
  font-size: clamp(16px, 2.4vw, 2.4rem);
  line-height: 1.1;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
}

.creativeWhat__item p strong {
  font-size: clamp(28px, 3.6vw, 3.6rem);
  font-weight: normal;
  line-height: 1.4;
}

.creativeWhat__item p + p {
  margin-top: 7.2rem;
}

@media (max-width: 799px) {
  .creativeWhat {
    padding: 10rem 30px 10rem 22px;
  }
  .creativeWhat__contenido {
    row-gap: 51px;
  }
  .creativeWhat__item h3 {
    flex-direction: column-reverse;
    color: #a5a5a5;
    row-gap: 13px;
  }
  .creativeWhat__item p {
    max-width: 100%;
  }
}

/* CREATIVE - Projects */

.creativeProjects {
  width: 100%;
  padding: 11.3rem 5.4rem 7.4rem 5.4rem;
}

.creativeProjects__contenido h2 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
  margin-bottom: 7.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.creativeProjects__contenido h2::after {
  content: "Lab";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}

.creativeProjects__contenido article a {
  text-decoration: none;
}

.creativeProjects .swiper-slide picture,
.creativeProjects .swiper-slide video {
  display: block;
  width: 100%;
  aspect-ratio: 353 / 484;
  overflow: hidden;
  margin-bottom: 2.1rem;
}

.creativeProjects .swiper-slide picture img,
.creativeProjects .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creativeProjects h3 {
  font-size: clamp(20px, 3.2vw, 3.2rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
  margin-bottom: 0.4rem;
}

.creativeProjects span {
  display: block;
  margin-bottom: 3.5rem;
  font-size: 13px;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
}

.creativeProjects p {
  font-size: clamp(12px, 1.8vw, 1.8rem);
  line-height: 1.2;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
  padding-right: 4.5rem;
}

.creativeProjects__nav {
  position: absolute;
  top: 8rem;
  right: 18.1rem;
  display: flex;
  gap: 3.2rem;
}

.creativeProjects__nav .swiper-button-prev {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeProjects__nav .swiper-button-prev::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-180deg);
}

.creativeProjects__nav .swiper-button-next {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeProjects__nav .swiper-button-next::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 799px) {
  .creativeProjects {
    padding: 11.3rem 22px 7.4rem 22px;
  }
  .creativeProjects__contenido h2 {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .creativeProjects__nav {
    top: 30px;
    right: 0;
    gap: 30px;
  }
  .creativeProjects__nav .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .creativeProjects__nav .swiper-button-prev::after {
    content: "";
    width: 15px;
    height: 17px;
  }
  .creativeProjects__nav .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .creativeProjects__nav .swiper-button-next::after {
    content: "";
    width: 15px;
    height: 17px;
  }
  .creativeProjects p {
    padding-right: 0;
  }
}

/* CREATIVE - News */

.creativeNews {
  width: 100%;
  padding: 9.7rem 0 8rem 0;
}

.creativeNews__header {
  width: 100%;
  padding: 0 16rem 0 160px;
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.creativeNews__header h2 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.creativeNews__header h2::after {
  content: "Lab";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}

.creativeNews__header h2 a {
  text-decoration: none;
  color: var(--color--secondary);
}

.creativeNews__nav {
  display: flex;
  gap: 3.2rem;
}

.creativeNews__nav .swiper-button-prev {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeNews__nav .swiper-button-prev::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-180deg);
}

.creativeNews__nav .swiper-button-next {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeNews__nav .swiper-button-next::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.creativeNews .swiper-slide a {
  text-decoration: none;
}

.creativeNews .swiper-slide picture,
.creativeNews .swiper-slide video {
  display: block;
  width: 100%;
  aspect-ratio: 947 / 532;
  overflow: hidden;
  margin-bottom: 1.2rem;
}

.creativeNews .swiper-slide picture img,
.creativeNews .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creativeNews .swiper-slide div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
  margin-bottom: 3rem;
}

.creativeNews .swiper-slide h3 {
  font-size: clamp(20px, 3.2vw, 3.2rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
}

.creativeNews .swiper-slide span {
  font-size: var(--size--10);
  color: var(--color--secondary);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-right: 3.8rem;
  word-spacing: 2.8rem;
}

.creativeNews .swiper-slide p {
  max-width: 54.7rem;
  font-size: clamp(12px, 1.3vw, 1.3rem);
  line-height: 1.2;
  color: var(--color--secondary);
  letter-spacing: 0.03em;
  opacity: 0.5;
}

@media (max-width: 959px) {
  .creativeNews__header {
    padding: 0 22px 0 22px;
  }
  .creativeNews .swiper-slide span {
    word-spacing: 10px;
    white-space: nowrap;
  }
  .creativeNews__nav {
    gap: 30px;
  }
  .creativeNews__nav .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .creativeNews__nav .swiper-button-prev::after {
    content: "";
    width: 15px;
    height: 17px;
  }
  .creativeNews__nav .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .creativeNews__nav .swiper-button-next::after {
    content: "";
    width: 15px;
    height: 17px;
  }
}
@media (max-width: 639px) {
  .creativeNews .swiper-slide picture,
  .creativeNews .swiper-slide video {
    margin-bottom: 15px;
  }
  .creativeNews .swiper-slide div {
    padding: 0 22px;
  }
  .creativeNews .swiper-slide h3 {
    width: 100%;
    text-align: center;
  }
  .creativeNews .swiper-slide span {
    display: none;
  }
  .creativeNews .swiper-slide p {
    width: 100%;
    max-width: 100%;
    padding: 0 22px;
    text-align: center;
    opacity: 1;
  }
}

/* CREATIVE - Trend */

.creativeTrend {
  width: 100%;
  padding: 9.7rem 0 8rem 0;
}

.creativeTrend__labels {
  width: 100%;
  padding: 0 0 0 160px;
  margin-bottom: 2rem;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.creativeTrend__labels::-webkit-scrollbar {
  display: none;
}

.creativeTrend__labelsList {
  display: flex;
  gap: 0.6rem;
}

.creativeTrend__label {
  display: flex;
  padding: 9px 16px 7px 16px;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 9999px;
  background: #2f3236;
  color: var(--color--secondary);
  font-size: clamp(12px, 1.3vw, 1.3rem);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
}

.creativeTrend__label:hover,
.creativeTrend__label.is-active {
  background: #d0d4d4;
  color: var(--color--primary);
}

.creativeTrend__header {
  width: 100%;
  padding: 0 16rem 0 160px;
  margin-bottom: 2.7rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.creativeTrend__header h2 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.creativeTrend__header h2::after {
  content: "Lab";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}

.creativeTrend__nav {
  display: flex;
  gap: 3.2rem;
}

.creativeTrend__nav .swiper-button-prev {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeTrend__nav .swiper-button-prev::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-180deg);
}

.creativeTrend__nav .swiper-button-next {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeTrend__nav .swiper-button-next::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.creativeTrend .swiper-slide {
  width: auto;
  height: 54rem;
}

.creativeTrend .swiper-slide picture,
.creativeTrend .swiper-slide video {
  display: block;
  width: auto;
  height: 100%;
  cursor: pointer;
}

.creativeTrend .swiper-slide picture img,
.creativeTrend .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creativeTrend .swiper-slide picture::after,
.creativeTrend .swiper-slide video::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 1.9rem;
  right: 3.5rem;
  width: 27px;
  height: 27px;
  background-image: url("../img/creative-zoom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.creativeTrend__overlay {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  cursor: pointer;
}

.creativeTrend__overlay > div {
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creativeTrend__overlay > div picture,
.creativeTrend__overlay > div video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.creativeTrend__overlay > div picture::after,
.creativeTrend__overlay > div video::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 1.9rem;
  right: 3.5rem;
  width: 27px;
  height: 27px;
  background-image: url("../img/creative-zoom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.creativeTrend__overlay > div picture img,
.creativeTrend__overlay > div video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 959px) {
  .creativeTrend__labels {
    padding: 0 0 0 22px;
  }
  .creativeTrend__header {
    padding: 0 22px 0 22px;
  }
  .creativeTrend__nav {
    gap: 30px;
  }
  .creativeTrend__nav .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .creativeTrend__nav .swiper-button-prev::after {
    content: "";
    width: 15px;
    height: 17px;
  }
  .creativeTrend__nav .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .creativeTrend__nav .swiper-button-next::after {
    content: "";
    width: 15px;
    height: 17px;
  }
}

/* CREATIVE - De-Coded */

.creativeDe {
  width: 100%;
  padding: 11.3rem 11.3rem 7.4rem 0;
}

.creativeDe__header {
  width: 100%;
  padding: 0 16rem 0 160px;
  margin-bottom: 3.8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 5%;
}

.creativeDe__header h2 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.creativeDe__header h2::after {
  content: "Lab";
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.8rem;
  margin-left: 0.5rem;
}

.creativeDe__header p {
  font-size: clamp(26px, 3.2vw, 3.2rem);
  color: var(--color--secondary);
  letter-spacing: 0.03em;
}

.creativeDe .swiper {
  padding-right: 160px;
}

.creativeDe .swiper-slide picture,
.creativeDe .swiper-slide video {
  display: block;
  width: 100%;
  aspect-ratio: 400 / 457;
  overflow: hidden;
  margin-bottom: 1.7rem;
}

.creativeDe .swiper-slide picture img,
.creativeDe .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creativeDe .swiper h3 {
  font-size: var(--size--32);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color--secondary);
}

.creativeDe .swiper-slide span {
  display: block;
  font-size: var(--size--20);
  color: var(--color--secondary);
  letter-spacing: 0.03em;
}

.creativeDe__nav {
  display: flex;
  gap: 3.2rem;
}

.creativeDe__nav .swiper-button-prev {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeDe__nav .swiper-button-prev::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: rotate(-180deg);
}

.creativeDe__nav .swiper-button-next {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #515760;
  border-radius: 0.9rem;
}

.creativeDe__nav .swiper-button-next::after {
  content: "";
  width: 1.5rem;
  height: 1.7rem;
  background: url("../img/creative-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 959px) {
  .creativeDe {
    padding: 11.3rem 22px 7.4rem 0;
  }
  .creativeDe__header {
    padding: 0 0 0 22px;
    align-items: flex-start;
  }
  .creativeDe .swiper {
    padding-right: 22px;
  }
  .creativeDe__nav {
    position: absolute;
    top: 25px;
    right: 0;
    gap: 30px;
  }
  .creativeDe__nav .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .creativeDe__nav .swiper-button-prev::after {
    content: "";
    width: 15px;
    height: 17px;
  }
  .creativeDe__nav .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .creativeDe__nav .swiper-button-next::after {
    content: "";
    width: 15px;
    height: 17px;
  }
}

/* CREATIVE - Footer */

.footerCreative {
  width: 100%;
  padding: 7.5rem 11rem 8.1rem 2rem;
}

.footerCreative__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footerCreative__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.footerCreative__top p {
  font-size: clamp(24px, 4.6vw, 4.6rem);
  color: var(--color--secondary);
  letter-spacing: 0.03em;
}

.footerCreative__top figure {
  display: block;
  width: 98px;
  aspect-ratio: 98 / 68;
  overflow: hidden;
  background-image: url("../img/logo-creative-blanco.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  margin-bottom: 11rem;
}

.footerCreative__container ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6.7rem;
}

.footerCreative__container ul li {
  font-size: 20px;
  letter-spacing: 0.03em;
}

.footerCreative__container ul li a {
  color: var(--color--secondary);
  text-decoration: none;
  white-space: nowrap;
}

.footerCreative__container nav {
  width: 100%;
  padding: 11rem 0 0 5.4rem;
}

.footerCreative__container nav ul {
  width: 100%;
  justify-content: space-between;
  gap: 2%;
}

@media (max-width: 959px) {
  .footerCreative {
    padding: 7.5rem 5.4rem 8.1rem 2rem;
  }
}
@media (max-width: 959px) {
  .footerCreative__container nav {
    padding: 11rem 0 0 0;
  }
}
@media (max-width: 799px) {
  .footerCreative {
    padding: 7.5rem 22px 100px 22px;
  }
  .footerCreative__top figure {
    margin-bottom: 28px;
  }
  .footerCreative__container ul {
    justify-content: flex-start;
  }
  .footerCreative__container > ul::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 1px; /* dot diameter */
    color: var(--color--secondary);
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: 5px 1.5px; /* horizontal gap between dots */
    background-repeat: repeat-x;
    background-position: center;
  }
  .footerCreative__container nav ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 26px;
  }
  .footerCreative__container nav ul a {
    opacity: 0.7;
  }
}

/* CREATIVE PROJECT - Header */

.creativeProject__header {
  width: 100%;
  padding: 27rem 4.6rem 5.5rem 4.6rem;
}

.creativeProject__header--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.creativeProject__header h1 {
  font-size: clamp(44px, 4.6vw, 4.6rem);
  font-weight: normal;
  line-height: 1;
  color: var(--color--secondary);
  margin-bottom: 5.8rem;
  letter-spacing: 0.03em;
}

.creativeProject__textos {
  width: calc(100% - 175px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11rem;
}

.creativeProject__textos div {
  max-width: 41.5rem;
}

.creativeProject__textos div h2 {
  font-size: clamp(18px, 3.2vw, 3.2rem);
  font-weight: normal;
  line-height: 1;
  color: var(--color--secondary);
  margin-bottom: 2.8rem;
  letter-spacing: 0.03em;
}

.creativeProject__textos div p {
  font-size: clamp(14px, 1.6vw, 1.6em);
  line-height: 1.4;
  color: #666e7a;
  letter-spacing: 0.03em;
}

@media (max-width: 959px) {
  .creativeProject__header {
    padding: 18rem 22px 10rem 22px;
  }
}
@media (max-width: 799px) {
  .creativeProject__textos {
    width: 100%;
    flex-direction: column;
    row-gap: 26px;
  }
  .creativeProject__textos div {
    max-width: 100%;
  }
  .creativeProject__textos div p {
    padding-right: 46px;
  }
}
@media (max-width: 639px) {
  .creativeProject__header {
    padding: 20rem 22px 10rem 22px;
  }
}

/* CREATIVE PROJECT - Media */

.creativeProject__media {
  width: 100%;
  padding: 0 4.6rem 10rem 4.6rem;
}

.creativeProject__media--container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  row-gap: 2rem;
}

.creativeProject__media--container picture,
.creativeProject__media--container video {
  display: block;
  width: 100%;
  aspect-ratio: 419 / 587;
  overflow: hidden;
}

.creativeProject__media--container picture img,
.creativeProject__media--container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 799px) {
  .creativeProject__media--container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    row-gap: 10px;
  }
}
@media (max-width: 639px) {
  .creativeProject__media--container {
    grid-template-columns: repeat(2, 1fr);
  }
}
