@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Nuckle Extra";
  src: url("../../fonts/nuckle/Nuckle-ExtraLight.eot");
  src: local("Nuckle Extra Light"), local("Nuckle-ExtraLight"), url("../../fonts/nuckle/Nuckle-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-ExtraLight.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-ExtraLight.woff") format("woff"), url("../../fonts/nuckle/Nuckle-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hagrid";
  src: url("../../fonts/hagrid/Hagrid-Regular.eot");
  src: local("Hagrid Regular"), local("Hagrid-Regular"), url("../../fonts/hagrid/Hagrid-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/hagrid/Hagrid-Regular.woff2") format("woff2"), url("../../fonts/hagrid/Hagrid-Regular.woff") format("woff"), url("../../fonts/hagrid/Hagrid-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle Hairline";
  src: url("../../fonts/nuckle/Nuckle-Hairline.eot");
  src: local("Nuckle Hairline"), local("Nuckle-Hairline"), url("../../fonts/nuckle/Nuckle-Hairline.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Hairline.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Hairline.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Hairline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle";
  src: url("../../fonts/nuckle/Nuckle-Bold.eot");
  src: local("Nuckle Bold"), local("Nuckle-Bold"), url("../../fonts/nuckle/Nuckle-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Bold.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Bold.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle";
  src: url("../../fonts/nuckle/Nuckle-Thin.eot");
  src: local("Nuckle Thin"), local("Nuckle-Thin"), url("../../fonts/nuckle/Nuckle-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Thin.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Thin.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle";
  src: url("../../fonts/nuckle/Nuckle-Medium.eot");
  src: local("Nuckle Medium"), local("Nuckle-Medium"), url("../../fonts/nuckle/Nuckle-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Medium.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Medium.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle";
  src: url("../../fonts/nuckle/Nuckle-Light.eot");
  src: local("Nuckle Light"), local("Nuckle-Light"), url("../../fonts/nuckle/Nuckle-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Light.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Light.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle";
  src: url("../../fonts/nuckle/Nuckle-Semibold.eot");
  src: local("Nuckle Semibold"), local("Nuckle-Semibold"), url("../../fonts/nuckle/Nuckle-Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Semibold.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Semibold.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nuckle";
  src: url("../../fonts/nuckle/Nuckle-Regular.eot");
  src: local("Nuckle Regular"), local("Nuckle-Regular"), url("../../fonts/nuckle/Nuckle-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/nuckle/Nuckle-Regular.woff2") format("woff2"), url("../../fonts/nuckle/Nuckle-Regular.woff") format("woff"), url("../../fonts/nuckle/Nuckle-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now";
  src: url("../../fonts/helvetica/HelveticaNowVar.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now";
  src: url("../../fonts/helvetica/HelveticaNowVarItalic.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}
/** Media Queries **/
html {
  box-sizing: border-box;
  background-color: #0f0f0f;
  scroll-behavior: auto !important;
  overflow-x: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body {
  font-family: "Helvetica Now", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 4vw;
  color: #fff;
  background-color: #0f0f0f;
  cursor: default;
}
@media (min-width: 992px) {
  body {
    font-size: 1vw;
  }
}

p {
  font-family: "Nuckle", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 120%;
  margin-top: 0;
  color: #fff;
}
@media (min-width: 992px) {
  p {
    font-size: 1vw;
  }
}

.contenedor {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  transition: opacity 0.6s ease;
}
a.link-dimmed {
  opacity: 0.5;
}
a.link-active {
  opacity: 1;
}

img,
picture,
video {
  width: 100%;
  display: block;
}

h1,
h2 {
  margin-bottom: 2rem;
  font-family: "Helvetica Now", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 66px;
  line-height: 120%;
  color: #fff;
}

.title-h2 {
  font-size: 11vw;
  margin-top: 0;
}
@media (min-width: 992px) {
  .title-h2 {
    font-size: 2.7vw;
  }
}

body:not(.wp-core-ui) form a {
  color: #060606;
  text-decoration: underline;
  transition: opacity 0.6s ease;
}
body:not(.wp-core-ui) form fieldset {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 2rem;
}
body:not(.wp-core-ui) form p {
  width: 100%;
}
body:not(.wp-core-ui) form .check {
  display: flex;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form .check {
    align-items: center;
  }
}
body:not(.wp-core-ui) form .check label {
  height: -moz-max-content;
  height: max-content;
  align-self: center;
}
body:not(.wp-core-ui) form textarea {
  font-family: "Nuckle", sans-serif;
  background: transparent;
  border: none;
  font-size: max(16px, 3.5vw);
  margin-bottom: 0;
  padding-bottom: 0;
  resize: none;
  min-height: 168px;
  width: 100%;
}
body:not(.wp-core-ui) form textarea:focus {
  outline: none;
}
body:not(.wp-core-ui) form textarea::-moz-placeholder {
  font-weight: 400;
  font-family: "Nuckle", sans-serif;
}
body:not(.wp-core-ui) form textarea::placeholder {
  font-weight: 400;
  font-family: "Nuckle", sans-serif;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form textarea {
    padding-top: 1rem;
    font-size: 1vw;
    min-height: 112px;
  }
}
body:not(.wp-core-ui) form .input-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  border-bottom: solid 1px #fff;
}
body:not(.wp-core-ui) form .input-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 2px !important;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
body:not(.wp-core-ui) form .input-wrapper input,
body:not(.wp-core-ui) form .input-wrapper textarea {
  border-bottom: none !important;
  margin-bottom: 0;
}
body:not(.wp-core-ui) form .input-wrapper:focus-within::after {
  transform: scaleX(1);
}
body:not(.wp-core-ui) form .input-wrapper.input-filled::after {
  transform: scaleX(1);
}
body:not(.wp-core-ui) form .input-wrapper.input-error::after {
  background-color: #ff4757;
  transform: scaleX(1);
}
body:not(.wp-core-ui) form .input-wrapper.input-error {
  border-bottom-color: #ff4757;
}
body:not(.wp-core-ui) form .input-wrapper .field-error-message {
  display: none;
  color: #ff4757;
  font-size: 0.8rem;
  font-family: "Nuckle", sans-serif;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1.2;
  z-index: 10;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form .input-wrapper .field-error-message {
    font-size: 0.7rem;
  }
}
.newsletter body:not(.wp-core-ui) form .input-wrapper .field-error-message {
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .newsletter body:not(.wp-core-ui) form .input-wrapper .field-error-message {
    padding-left: 2rem;
  }
}
body:not(.wp-core-ui) form .input-wrapper.input-error .field-error-message {
  display: block;
}
body:not(.wp-core-ui) form .check {
  position: relative;
}
body:not(.wp-core-ui) form .check .field-error-message {
  display: none;
  color: #ff4757;
  font-size: 0.8rem;
  font-family: "Nuckle", sans-serif;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1.2;
  z-index: 10;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form .check .field-error-message {
    font-size: 0.7rem;
  }
}
.newsletter body:not(.wp-core-ui) form .check .field-error-message {
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .newsletter body:not(.wp-core-ui) form .check .field-error-message {
    padding-left: 2rem;
  }
}
body:not(.wp-core-ui) form .check.input-error .field-error-message {
  display: block;
}
body:not(.wp-core-ui) form .checkboxs {
  position: relative;
}
body:not(.wp-core-ui) form .checkboxs .field-error-message {
  display: none;
  color: #ff4757;
  font-size: 0.8rem;
  font-family: "Nuckle", sans-serif;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0;
  line-height: 1.2;
  z-index: 10;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form .checkboxs .field-error-message {
    font-size: 0.7rem;
  }
}
body:not(.wp-core-ui) form .checkboxs.input-error .field-error-message {
  display: block;
}
body:not(.wp-core-ui) form input {
  margin: 0;
  margin-bottom: 1px;
  font-size: max(16px, 3.5vw);
  padding: 1rem 0;
  border: none;
  width: 100%;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form input {
    font-size: 1vw;
  }
}
body:not(.wp-core-ui) form input[type=submit], body:not(.wp-core-ui) form input[type=email], body:not(.wp-core-ui) form input[type=text] {
  background: transparent;
  border-bottom: solid 1px #fff;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form input[type=submit], body:not(.wp-core-ui) form input[type=email], body:not(.wp-core-ui) form input[type=text] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
body:not(.wp-core-ui) form input[type=submit]:focus, body:not(.wp-core-ui) form input[type=email]:focus, body:not(.wp-core-ui) form input[type=text]:focus {
  outline: none;
}
body:not(.wp-core-ui) form input[type=submit]::-moz-placeholder, body:not(.wp-core-ui) form input[type=email]::-moz-placeholder, body:not(.wp-core-ui) form input[type=text]::-moz-placeholder {
  font-weight: 400;
  font-family: "Nuckle", sans-serif;
}
body:not(.wp-core-ui) form input[type=submit]::placeholder, body:not(.wp-core-ui) form input[type=email]::placeholder, body:not(.wp-core-ui) form input[type=text]::placeholder {
  font-weight: 400;
  font-family: "Nuckle", sans-serif;
}
body:not(.wp-core-ui) form input[type=checkbox] {
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  position: relative;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  max-width: 4.8vw;
  min-height: 4.8vw;
  max-height: 4.8vw;
  margin: 0;
  margin-right: 0.5rem;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form input[type=checkbox] {
    width: 1.6vw;
    height: 1.6vw;
    min-width: 1.6vw;
    max-width: 1.6vw;
    min-height: 1.6vw;
    max-height: 1.6vw;
  }
}
body:not(.wp-core-ui) form input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  max-width: 4.8vw;
  min-height: 4.8vw;
  max-height: 4.8vw;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #0f0f0f;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form input[type=checkbox]:before {
    width: 1.6vw;
    height: 1.6vw;
    min-width: 1.6vw;
    max-width: 1.6vw;
    min-height: 1.6vw;
    max-height: 1.6vw;
  }
}
body:not(.wp-core-ui) form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  max-width: 4.8vw;
  min-height: 4.8vw;
  max-height: 4.8vw;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) form input[type=checkbox]:checked:after {
    width: 1.6vw;
    height: 1.6vw;
    min-width: 1.6vw;
    max-width: 1.6vw;
    min-height: 1.6vw;
    max-height: 1.6vw;
  }
}
body:not(.wp-core-ui) form input[type=checkbox]:focus {
  outline: none;
}
body:not(.wp-core-ui) form input[type=checkbox]:focus:before {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
@keyframes checkbox-appear {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
body:not(.wp-core-ui) form form[type=submit] {
  border: none;
  padding: 0;
}
body:not(.wp-core-ui) form form:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.3);
}
body:not(.wp-core-ui) form .btn-check {
  margin-right: 1rem;
  position: relative;
}
body:not(.wp-core-ui) form .btn-check input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
}
body:not(.wp-core-ui) form .btn-check input[type=checkbox]:checked:after {
  background-color: red;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  border: solid 1px;
}
body:not(.wp-core-ui) form .btn-check input[type=checkbox]:before {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  border: solid 1px;
}

ul.ks-cboxtags {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.ks-cboxtags li {
  display: inline;
}
ul.ks-cboxtags li label {
  display: inline-block;
  border: 1px solid #e9e9e9;
  color: #000;
  font-size: 3vw;
  white-space: nowrap;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.8rem 1rem 0.5rem;
  cursor: pointer;
  line-height: 1;
}
ul.ks-cboxtags li label::before {
  display: none;
}
@media (min-width: 992px) {
  ul.ks-cboxtags li label {
    font-size: 1vw;
  }
}
ul.ks-cboxtags li input[type=checkbox]:checked + label {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
ul.ks-cboxtags li > li > input[type=checkbox] {
  display: none;
}
button,
input[type=button],
input[type=submit],
input[type=reset],
[role=button],
.button {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
input[type=tel],
textarea,
select,
[contenteditable=true] {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  cursor: text;
  font-size: max(16px, 3.5vw) !important;
}
@media (min-width: 992px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=url],
  input[type=tel],
  textarea,
  select,
  [contenteditable=true] {
    font-size: 1vw !important;
  }
}

[onclick],
[data-toggle],
[data-click],
.clickable {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.global-notification {
  position: fixed !important;
  top: 80px !important;
  right: 1rem !important;
  background: #ff4757 !important;
  color: white !important;
  padding: 1rem 1.5rem !important;
  font-size: 0.9rem !important;
  font-family: "Helvetica Now", sans-serif !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(400px) !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  max-width: 350px !important;
  min-width: 250px !important;
  pointer-events: auto !important;
}
.global-notification.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
  display: block !important;
}
.global-notification.success {
  background: #2ed573 !important;
}
.global-notification.warning {
  background: #fff !important;
  color: #0f0f0f !important;
}
.global-notification.info {
  background: #3742fa !important;
}
@media (max-width: 480px) {
  .global-notification {
    left: 1rem;
    right: 1rem;
    max-width: none;
    transform: translateY(-100%);
  }
  .global-notification.show {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .global-notification {
    font-size: 0.85rem;
    padding: 0.8rem 1.2rem;
  }
}

body:not(.wp-core-ui) .newsletter form .input-wrapper .field-error-message,
body:not(.wp-core-ui) .newsletter form .check .field-error-message {
  padding-left: 1rem !important;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) .newsletter form .input-wrapper .field-error-message,
  body:not(.wp-core-ui) .newsletter form .check .field-error-message {
    padding-left: 2rem !important;
  }
}

p a[href^="mailto:"] {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
p a[href^="mailto:"]:visited {
  color: inherit;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > blockquote {
  padding-left: 1rem;
  padding-right: 1rem;
}

.dis-none {
  opacity: 0;
}

.tablet {
  display: none;
}
@media (min-width: 992px) {
  .tablet {
    display: block;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

video.tablet, video.mobile {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  box-sizing: border-box;
}

video {
  max-width: 100%;
  box-sizing: border-box;
}

.d-none {
  display: none;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.frm-message {
  display: none;
  color: white;
  background-color: grey;
  margin: 0;
}

.frm-message.success {
  background-color: green;
  padding: 1rem 2rem;
}

.frm-message.error {
  margin: 1rem 0;
  display: block;
  background-color: orangered;
  padding: 1rem 2rem;
}

/**
 * Title List Component
 * Sistema de lista reutilizable para mostrar títulos con subtítulos pequeños
 * Usado en: hero-video, contact, team, menu
 */
.title-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.title-list__item {
  transition: opacity 0.6s ease;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .title-list__item {
    margin-bottom: 0;
    padding: 0.35rem 0;
  }
}
@media (min-width: 992px) {
  .title-list__item:hover {
    opacity: 0.9;
  }
}
.title-list__item:last-child {
  margin-bottom: 0 !important;
}
.title-list__link {
  display: flex;
  flex-direction: column-reverse;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .title-list__link {
    display: block;
  }
}
@media (min-width: 992px) {
  .title-list__link:hover {
    color: #fff;
    text-decoration: none;
  }
}
.title-list__link:focus {
  outline: none;
}
.title-list__title {
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .title-list__title {
    font-size: 3rem;
    display: inline;
  }
}
.title-list__small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.2rem;
}
@media (min-width: 992px) {
  .title-list__small {
    font-size: 0.75rem;
    display: inline;
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
}

.title-list--bottom-left {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 4;
}
@media (max-width: 480px) and (orientation: landscape) {
  .title-list--bottom-left {
    display: none;
  }
}

.title-list--top-left {
  position: absolute;
  top: 5rem;
  left: 1rem;
  z-index: 4;
}

.title-list--blend {
  mix-blend-mode: difference;
}
.title-list--blend .title-list__link {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.title-list--blend .title-list__link:hover {
  color: rgb(255, 255, 255);
}
.title-list--blend .title-list__link:focus {
  outline: none;
  text-shadow: 3px 3px 6px rgb(0, 0, 0);
}
.title-list--blend .title-list__small {
  color: rgba(255, 255, 255, 0.7);
}

.title-list--spaced {
  margin-top: 2rem;
}

.title-list--large .title-list__link {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .title-list--large .title-list__link {
    font-size: 3rem;
  }
}
.title-list--large .title-list__small {
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  .title-list--large .title-list__small {
    font-size: 0.75rem;
  }
}

.title-list--medium .title-list__link {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .title-list--medium .title-list__link {
    font-size: 2.5rem;
  }
}
.title-list--medium .title-list__small {
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .title-list--medium .title-list__small {
    font-size: 0.9rem;
  }
}

.title-list--small-size .title-list__link {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .title-list--small-size .title-list__link {
    font-size: 2rem;
  }
}
.title-list--small-size .title-list__small {
  font-size: 0.6rem;
}
@media (min-width: 992px) {
  .title-list--small-size .title-list__small {
    font-size: 0.8rem;
  }
}

.title-list--block .title-list__link {
  display: block;
  padding: 0.5rem 0;
}
.title-list--block .title-list__small {
  display: block;
  margin-left: 0;
  margin-top: 0.25rem;
}

.title-list--project-layout .title-list__title {
  display: inline;
  margin-right: 0.5rem;
}
.title-list--project-layout .title-list__small {
  display: inline;
  margin-left: 0;
}

@media (prefers-reduced-motion: reduce) {
  .title-list__link:hover {
    transform: none;
  }
  .title-list--bottom-left,
  .title-list--top-left {
    animation: none;
  }
}
@media (prefers-contrast: high) {
  .title-list__link {
    text-decoration: underline;
  }
  .title-list__link:hover, .title-list__link:focus {
    text-decoration: none;
    outline: none;
  }
  .title-list--blend .title-list__link {
    color: #fff;
  }
  .title-list--blend .title-list__link:hover {
    color: #fff;
  }
  .title-list--blend .title-list__small {
    color: rgba(255, 255, 255, 0.8);
  }
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* UI */
.footer {
  background: #0f0f0f;
  font-family: "Nuckle", sans-serif;
  color: #fff;
  padding: 3rem 1rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 992px) {
  .footer {
    padding: 3rem 1rem;
    height: 100dvh;
    display: flex;
    align-items: center;
  }
}
.footer__content {
  width: 100%;
}
@media (min-width: 992px) {
  .footer__content {
    height: 100%;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .footer__top {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 3rem;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
}
.footer__column h3 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer__contact .footer__contact-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .footer__contact .footer__contact-content {
    flex-direction: row;
    gap: 0;
  }
}
.footer__contact .footer__contact-person {
  width: -moz-max-content;
  width: max-content;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .footer__contact .footer__contact-person {
    margin-right: 3rem;
  }
}
.footer__contact .footer__contact-person p {
  margin: 0 0 0.1rem 0;
  font-size: 0.85rem;
  line-height: 1.2;
  color: #fff;
}
.footer__contact .footer__contact-person p.footer__name {
  font-weight: 400;
  margin-bottom: 0.05rem;
}
.footer__contact .footer__contact-person p.footer__role {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.2rem;
}
.footer__contact .footer__contact-person p.footer__email, .footer__contact .footer__contact-person p.footer__phone {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.footer__social .footer__links, .footer__legal .footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__social .footer__links li, .footer__legal .footer__links li {
  margin-bottom: 0.4rem;
}
.footer__social .footer__links li:last-child, .footer__legal .footer__links li:last-child {
  margin-bottom: 0;
}
.footer__social .footer__links li a, .footer__legal .footer__links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
  transition: color 0.6s ease, opacity 0.6s ease;
}
.footer__social .footer__links li a:hover, .footer__legal .footer__links li a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .footer__copyright {
    text-align: right;
  }
}
.footer__copyright .footer__copyright-text {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.3;
}
.footer__bottom {
  padding-top: 3rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .footer__bottom {
    margin-top: auto;
    align-self: flex-end;
  }
}
.footer__logo-large {
  width: 100%;
}
.footer__logo-large .footer__logo-large-img {
  width: 100%;
  height: auto;
  min-height: 4rem;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  .footer__logo-large .footer__logo-large-img {
    min-height: 8rem;
  }
}
@media (max-width: 767px) {
  .footer__top {
    gap: 2.5rem;
  }
  .footer__column h3 {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .footer__contact .footer__contact-content {
    gap: 2rem;
  }
  .footer__contact .footer__contact-person p {
    font-size: 0.9rem;
  }
  .footer__contact .footer__contact-person p.footer__name {
    font-size: 1rem;
  }
  .footer__social .footer__links li a, .footer__legal .footer__links li a {
    font-size: 0.9rem;
  }
  .footer__copyright .footer__copyright-text {
    font-size: 0.85rem;
  }
  .footer__bottom {
    padding-top: 2rem;
  }
  .footer__logo-large .footer__logo-large-img {
    min-height: 3rem;
  }
}

.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 5.25rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  font-family: "Nuckle", sans-serif;
  mix-blend-mode: difference;
  padding-left: 1rem;
  padding-right: 1rem;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.header--hidden {
  transform: translateY(-100%);
}
.header__nav {
  display: none;
}
.header img {
  width: auto;
  height: calc((5.25rem - 1rem) / 2);
  max-width: 55vw;
  margin-left: 0;
}
@media (min-width: 992px) {
  .header img {
    max-height: none;
    max-width: 100%;
  }
}
.header .burger {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  z-index: 100;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
}
.header .burger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  transition: background-color 0.5s ease-in-out;
}
.header .burger span::before, .header .burger span::after {
  content: "";
  width: 100%;
  background-color: #fff;
  display: block;
  transition: all 0.5s ease-in-out;
  border-radius: 12px;
  height: 2px;
}
.header .burger span::before {
  transform: translateY(-10px);
}
.header .burger span::after {
  transform: translateY(10px);
  margin-top: -2px;
}
.active-menu .header .burger span {
  background-color: transparent;
}
.active-menu .header .burger span::before {
  transform: rotateZ(45deg) translateY(0);
}
.active-menu .header .burger span::after {
  transform: rotateZ(-45deg) translateY(0);
}
.menu-mobile {
  height: 100%;
  z-index: 90;
  font-family: "Nuckle", sans-serif;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #0f0f0f;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s linear;
}
.active-menu .menu-mobile {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s linear;
}
.menu-mobile.transitioning {
  visibility: visible !important;
  opacity: 1 !important;
}
.menu-mobile {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .menu-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.menu-mobile__nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  gap: 2rem;
  padding-right: 0;
}
@media (min-width: 992px) {
  .menu-mobile__nav {
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.menu-mobile__ul.title-list {
  text-align: right;
}
.menu-mobile__ul.title-list > li {
  text-align: right;
  padding: 0.35rem 0;
}

@media (min-width: 992px) {
  .btn.btn-white a {
    border: 1px solid #fff;
    padding: 0.8rem 2rem;
    border-radius: 50vw;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .btn.btn-white a:hover {
    background-color: #fff;
    color: #0f0f0f;
  }
}
@media (min-width: 992px) {
  .btn.btn-white.current-menu-item a, .btn.btn-white.current_page_item a {
    background-color: #fff;
    color: #0f0f0f;
    border-color: #fff;
  }
}
@media (min-width: 992px) {
  .btn.btn-white.current-menu-item a:hover, .btn.btn-white.current_page_item a:hover {
    background-color: #fff;
    border-color: #fff;
  }
}

.current-menu-item a.link-dimmed,
.current_page_item a.link-dimmed {
  opacity: 1 !important;
}

/* Con position sticky, el admin-bar se maneja automáticamente */
.admin-bar .header {
  /* El sticky se posiciona automáticamente después del admin-bar */
  top: 32px; /* Altura del admin-bar en desktop */
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px; /* Altura del admin-bar en móvil */
  }
}

.menu-mobile .title-list {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.active-menu .menu-mobile .title-list {
  opacity: 1;
  visibility: visible;
}

.social a {
  display: inline-block;
  margin-right: 1rem;
  color: #fff;
  text-decoration: none;
  font-size: 2vw;
  font-family: "Helvetica Now", sans-serif;
  font-weight: 300;
  mix-blend-mode: difference;
}
@media (min-width: 992px) {
  .social a {
    font-size: 1vw;
  }
}
.social a:hover {
  opacity: 0.7;
}
.social a:last-child {
  margin-right: 0;
}
.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.social ul li {
  list-style: none;
  margin: 0;
}

.footer__li.social ul {
  justify-content: center;
}
@media (min-width: 992px) {
  .footer__li.social ul {
    justify-content: flex-start;
  }
}

.menu-mobile .social {
  text-align: center;
  margin-top: 0;
}
.menu-mobile .social ul {
  justify-content: center;
}

:root {
  --color-prod: $cor-black;
}

.hero-home {
  position: relative;
  padding-bottom: 2rem;
}
.hero-home .container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .hero-home .container {
    min-height: calc(100dvh - 5.25rem);
    justify-content: space-between;
  }
}
.hero-home__claim {
  padding-top: 1rem;
}
.hero-home__claim.claim .claim__text {
  display: flex;
  justify-content: flex-start;
  flex-flow: column;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 992px) {
  .hero-home__claim.claim .claim__text {
    flex-flow: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .hero-home__claim.claim .claim__text .title {
    display: flex;
    white-space: nowrap;
  }
}
.hero-home__claim.claim .claim__text .title span {
  display: inline-block;
}
@media (min-width: 992px) {
  .hero-home__claim.claim .claim__text .title span {
    display: initial;
  }
}
.hero-home__copy {
  font-family: "Nuckle", sans-serif;
}
@media (min-width: 992px) {
  .hero-home__copy {
    margin-top: 3rem;
    margin-right: 8.3333333333%;
    width: 33%;
    align-self: flex-end;
    order: -1;
  }
}
.hero-home__title {
  font-family: "Nuckle", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 4vw;
  line-height: 120%;
}
@media (min-width: 992px) {
  .hero-home__title {
    font-size: 1vw;
  }
}

.projects__list {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .projects__list {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .projects__list {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.projects__list.about {
  display: grid;
  gap: 0rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .projects__list.about {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .projects__list.about {
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.projects__list.about img, .projects__list.about video {
  aspect-ratio: 177/208 !important;
}
@media (min-width: 992px) {
  .projects__list.about img, .projects__list.about video {
    aspect-ratio: 177/208 !important;
  }
}
.projects__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .projects__title {
    padding-top: 6rem;
    margin-bottom: 10rem;
  }
}
.projects .project-card {
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.projects .project-card__a {
  display: none;
}
.projects .project-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.projects .project-card__link:hover {
  color: inherit;
}
.projects .project-card__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.projects .project-card__img a {
  pointer-events: none;
}
.projects .project-card__arrow {
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .projects .project-card__arrow {
    display: none;
  }
}
.projects .project-card__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: transparent;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  z-index: 2;
  mix-blend-mode: difference;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .projects .project-card__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: transparent;
    color: #fff;
    text-align: left;
    justify-content: flex-end;
    opacity: 0;
    z-index: 2;
    mix-blend-mode: difference;
    transition: opacity 0.3s ease;
  }
}
.about .projects .project-card__body {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .projects .project-card:hover .project-card__body {
    opacity: 1;
  }
}
.projects .project-card {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .projects .project-card {
    opacity: 0.2;
    transition: opacity 0.3s ease;
  }
  .projects .project-card:hover {
    opacity: 1;
  }
}
.projects .project-card__tag {
  font-size: 3vw;
  margin: 0;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .projects .project-card__tag {
    font-size: 0.8vw;
  }
}
.projects .project-card__tag--mobile, .projects .project-card__tag--desktop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.projects .project-card__tag--mobile {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 992px) {
  .projects .project-card__tag--mobile {
    display: none;
  }
}
.projects .project-card__tag--desktop {
  display: none;
}
@media (min-width: 992px) {
  .projects .project-card__tag--desktop {
    display: block;
    color: #fff;
    font-weight: 400;
  }
}
.projects .project-card__title {
  font-size: 7.5vw;
  margin: 0 0 0.1rem 0;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .projects .project-card__title {
    font-size: 2vw;
    margin: 0 0 0.2rem 0;
  }
}
.projects .project-card__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.projects .project-card__img img, .projects .project-card__img video {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .projects .project-card__img img, .projects .project-card__img video {
    aspect-ratio: 3/2;
  }
}
.projects .project-card__media {
  transition: opacity 0.3s ease;
}
.projects .project-card__media--default {
  opacity: 1;
}
.projects .project-card__media--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .projects .project-card:hover .project-card__media--default {
    opacity: 0;
  }
  .projects .project-card:hover .project-card__media--hover {
    opacity: 1;
  }
}
.projects .project-card__title {
  font-size: 6vw;
}
@media (min-width: 992px) {
  .projects .project-card__title {
    font-size: 1vw;
  }
}
.about .projects .project-card__title {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-family: "Helvetica Now", sans-serif;
  margin: 0;
  font-size: 12vw;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .title {
    font-size: 10vw;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 10.8vw;
  }
}

.projects .title,
.about .title {
  font-size: 9.6vw;
  text-transform: none;
}
@media (min-width: 992px) {
  .projects .title,
  .about .title {
    font-size: 8vw;
  }
}
@media (min-width: 1200px) {
  .projects .title,
  .about .title {
    font-size: 8.64vw;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: block;
  }
}

.projects__title .link,
.merch-arrow .link,
.magazine-arrow .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.4vw;
  height: 10.4vw;
  text-decoration: none;
  color: #000;
}
@media (min-width: 992px) {
  .projects__title .link,
  .merch-arrow .link,
  .magazine-arrow .link {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media (min-width: 1200px) {
  .projects__title .link,
  .merch-arrow .link,
  .magazine-arrow .link {
    width: 6.8vw;
    height: 6.8vw;
  }
}
.projects__title .link .btn-arrow,
.merch-arrow .link .btn-arrow,
.magazine-arrow .link .btn-arrow {
  font-size: 8vw;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.3s ease;
  display: inline-block;
  color: inherit;
}
@media (min-width: 992px) {
  .projects__title .link .btn-arrow,
  .merch-arrow .link .btn-arrow,
  .magazine-arrow .link .btn-arrow {
    font-size: 7vw;
  }
}
.projects__title .link:hover .btn-arrow,
.merch-arrow .link:hover .btn-arrow,
.magazine-arrow .link:hover .btn-arrow {
  transform: translateX(5px);
}

.marquees {
  padding-top: 3rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .marquees {
    padding-top: 6rem;
    margin-bottom: 10rem;
  }
}
.marquees .marquee {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(12vw + 1rem);
  display: block;
  transform-origin: 50% 100%;
  transition: transform 0.25s;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .marquees .marquee {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .marquees .marquee {
    height: calc(5.5vw + 1rem);
  }
}
.marquees .marquee__separator {
  padding: 0 1vw;
}
@media (min-width: 992px) {
  .marquees .marquee__separator {
    padding: 0 0.5vw;
  }
}
.marquees .marquee .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  color: white;
  white-space: nowrap;
  padding-right: 3vw;
}
@media (min-width: 992px) {
  .marquees .marquee .inner {
    padding-right: 1vw;
  }
}
.marquees .marquee .inner * {
  color: #060606;
  font-size: 12vw;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 992px) {
  .marquees .marquee .inner * {
    font-size: 5vw;
  }
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.proj-hero {
  overflow-x: hidden;
  height: 100dvh;
  position: relative;
}
@media (min-width: 992px) {
  .proj-hero {
    display: flex;
    flex-flow: column;
    height: 100dvh;
  }
}
.proj-hero__container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 10;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  mix-blend-mode: difference;
  transition: bottom 0.8s ease;
}
@media (min-width: 992px) {
  .proj-hero__container {
    left: 1rem;
  }
}
.proj-hero.controls-visible .proj-hero__container {
  bottom: 3.5rem;
}
@media (min-width: 992px) {
  .proj-hero__copy {
    margin-right: 16.6666666666%;
  }
}
.proj-hero__h1 {
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  mix-blend-mode: difference;
  text-align: left;
  margin: 0;
}
@media (min-width: 992px) {
  .proj-hero__h1 {
    font-size: 48px;
  }
}
.proj-hero__h2 {
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  mix-blend-mode: difference;
  text-align: left;
  margin: 0.5rem 0 0 0;
  font-weight: 300;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .proj-hero__h2 {
    font-size: 24px;
  }
}
.proj-hero__img {
  overflow: hidden;
  width: 100%;
  height: 100dvh;
  position: relative;
}
.proj-hero__img img, .proj-hero__img video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.proj-hero__img > div {
  width: 100%;
  height: 100dvh !important;
  padding-bottom: 0 !important;
  position: relative;
}
.proj-hero__img > div iframe {
  width: 100% !important;
  height: 100dvh !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .merch .proj-hero__img img, .merch .proj-hero__img video {
    max-height: 100dvh;
  }
}
.proj-hero__img img.tablet, .proj-hero__img video.tablet {
  display: none;
}
@media (min-width: 992px) {
  .proj-hero__img img.tablet, .proj-hero__img video.tablet {
    display: block;
  }
}
@media (min-width: 992px) {
  .proj-hero__img img.mobile, .proj-hero__img video.mobile {
    display: none;
  }
}
.proj-hero__intro {
  margin: 0;
}
.proj-hero__tags {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.proj-hero__tags li {
  display: inline;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  mix-blend-mode: difference;
  line-height: 120%;
}
@media (min-width: 992px) {
  .proj-hero__tags li {
    font-size: 20px;
  }
}
.proj-hero__tags li:not(:last-child):after {
  content: ", ";
}

.prod-imgs__img {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .prod-imgs__img {
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .prod-imgs__col {
    flex: 1 1 0;
  }
}
.prod-imgs__col--2.mobile img,
.prod-imgs__col--2.mobile video {
  min-height: 50vh;
  max-height: 50vh;
  height: 50vh;
}
.prod-imgs img,
.prod-imgs video {
  padding: 0;
  width: 100%;
}
.prod-imgs__img {
  background-color: #fff;
}
.prod-imgs__img.last {
  position: relative;
}
.prod-imgs img,
.prod-imgs video {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .prod-imgs img,
  .prod-imgs video {
    min-height: 100dvh;
    max-height: 100dvh;
    height: 100dvh;
    width: 100%;
  }
}

.button-group-pills .btn {
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 10px;
  border-color: rgb(187, 187, 187);
  background-color: #FFF;
  color: rgb(20, 164, 190);
}
.button-group-pills .btn.active {
  border-color: rgb(20, 164, 190);
  background-color: rgb(20, 164, 190);
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: rgb(21, 139, 159);
  background-color: rgb(21, 139, 159);
  color: #FFF;
}

/* ------------------ CONTROLES DE VIDEO PERSONALIZADOS ------------------ */
.video-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-container .video-controls {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  pointer-events: none;
}
.video-container .video-controls button {
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  pointer-events: auto;
}
.video-container .video-controls button:hover {
  background: rgba(0, 0, 0, 0.95);
  border-color: rgb(255, 255, 255);
  transform: scale(1.1);
}
.video-container .video-controls button:active {
  transform: scale(0.95);
}
.video-container .video-controls button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  pointer-events: none;
}
.video-container .video-controls button .pause-icon {
  display: none;
}
.video-container .video-controls button .mute-icon {
  display: none;
}
.video-container:hover .video-controls,
.video-container .video-controls:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .video-container .video-controls {
    bottom: 2rem;
    left: 2rem;
    gap: 16px;
  }
  .video-container .video-controls button {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}
.proj-hero__img .video-container .video-controls {
  bottom: 2rem;
  left: 2rem;
}
@media (min-width: 992px) {
  .proj-hero__img .video-container .video-controls {
    bottom: 2rem;
    left: 2rem;
  }
}

/* .proj-hero__img > div:has(iframe) {
	position: relative;

	.video-controls {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		display: flex;
		gap: 12px;
		opacity: 0;
		transition: opacity 0.3s ease;
		z-index: 20; // Mayor z-index para estar sobre el iframe

		button {
			background: rgba(0, 0, 0, 0.8);
			border: 2px solid rgba(255, 255, 255, 0.9);
			border-radius: 50%;
			width: 44px;
			height: 44px;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			transition: all 0.3s ease;
			color: white;
			font-size: 14px;

			&:hover {
				background: rgba(0, 0, 0, 0.9);
				border-color: rgba(255, 255, 255, 1);
				transform: scale(1.1);
			}
		}
	}

	&:hover .video-controls,
	.video-controls:hover {
		opacity: 1;
	}

	@include tabletXl {
		.video-controls {
			bottom: 2rem;
			left: 2rem;
			gap: 16px;

			button {
				width: 52px;
				height: 52px;
				font-size: 16px;
			}
		}
	}
} */
/* ------------------ ARREGLOS PARA VIDEOS EMBED EN PROYECTOS ------------------ */
.proj-hero__img {
  position: relative;
  overflow: hidden;
}
.proj-hero__img .video-embed-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.proj-hero__img .video-embed-wrapper .plyr-youtube,
.proj-hero__img .video-embed-wrapper .plyr-vimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proj-hero__img .plyr-youtube {
  overflow: hidden;
}
.proj-hero__img .plyr-youtube iframe {
  border: none;
  outline: none;
  width: 300%;
  height: 120%;
  margin-left: -100%;
  margin-top: -10%;
  transform: scale(0.77);
  transform-origin: center center;
}
.proj-hero__img .plyr-vimeo iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}

/* ------------------ OCULTAR ELEMENTOS DE YOUTUBE ------------------ */
.youtube-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: transparent;
  z-index: 10;
  pointer-events: none;
}

.ytp-chrome-top,
.ytp-show-cards-title,
.ytp-title,
.ytp-title-text,
.ytp-title-channel,
.ytp-watermark,
.ytp-cards-teaser,
.ytp-endscreen-element,
.ytp-ce-element {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* ------------------ CONTROLES PERSONALIZADOS DE VIDEO ------------------ */
.custom-video-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 20;
}
.custom-video-controls button, .custom-video-controls input {
  pointer-events: auto;
}
.custom-video-controls button {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  padding: 0;
}
.custom-video-controls button:hover {
  opacity: 0.7;
}
.custom-video-controls button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6));
}
.custom-video-controls .custom-controls-left {
  display: none;
}
.custom-video-controls .custom-controls-center {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: white;
  font-size: 12px;
  font-family: "Nuckle", sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.8s ease;
}
.custom-video-controls .custom-controls-center .custom-time-separator {
  opacity: 0.6;
}
.custom-video-controls .custom-controls-center .custom-volume-group {
  display: none;
}
.custom-video-controls .custom-controls-right {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.custom-video-controls .custom-controls-right button {
  width: 32px;
  height: 32px;
}
.custom-video-controls .custom-controls-right button svg {
  width: 18px;
  height: 18px;
}
.custom-video-controls .custom-controls-right .custom-control-volume {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 80px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.custom-video-controls .custom-controls-right .custom-control-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px;
}
.custom-video-controls .custom-controls-right .custom-control-volume::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.custom-video-controls .custom-controls-right .custom-control-volume::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 0;
}
.custom-video-controls .custom-controls-right .custom-control-volume::-moz-range-track {
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.custom-video-controls .custom-controls-progress {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  width: auto;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: auto;
}
.custom-video-controls .custom-controls-progress .custom-progress-bar {
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: height 0.2s ease;
}
.custom-video-controls .custom-controls-progress .custom-progress-bar:hover {
  height: 6px;
}
.custom-video-controls .custom-controls-progress .custom-progress-bar .custom-progress-filled {
  height: 100%;
  background: white;
  width: 0%;
  pointer-events: none;
}

.proj-hero.controls-visible .custom-video-controls .custom-controls-center,
.proj-hero.controls-visible .custom-video-controls .custom-controls-right,
.proj-hero.controls-visible .custom-video-controls .custom-controls-progress {
  opacity: 1;
}

/* ------------------ PLYR CUSTOM STYLES ------------------ */
.plyr,
.plyr-youtube,
.plyr-vimeo {
  position: relative;
  width: 100%;
  height: 100%;
}
.plyr .plyr__video-wrapper,
.plyr-youtube .plyr__video-wrapper,
.plyr-vimeo .plyr__video-wrapper {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
.plyr.plyr-youtube iframe, .plyr.plyr-vimeo iframe,
.plyr-youtube.plyr-youtube iframe,
.plyr-youtube.plyr-vimeo iframe,
.plyr-vimeo.plyr-youtube iframe,
.plyr-vimeo.plyr-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plyr .plyr .plyr__controls,
.plyr .plyr-youtube .plyr__controls,
.plyr .plyr-vimeo .plyr__controls,
.plyr .plyr[data-plyr] .plyr__controls,
.plyr-youtube .plyr .plyr__controls,
.plyr-youtube .plyr-youtube .plyr__controls,
.plyr-youtube .plyr-vimeo .plyr__controls,
.plyr-youtube .plyr[data-plyr] .plyr__controls,
.plyr-vimeo .plyr .plyr__controls,
.plyr-vimeo .plyr-youtube .plyr__controls,
.plyr-vimeo .plyr-vimeo .plyr__controls,
.plyr-vimeo .plyr[data-plyr] .plyr__controls {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  position: absolute !important;
  bottom: 2rem !important;
  right: 2rem !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  z-index: 15 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
}
.plyr .plyr .plyr__controls .plyr__controls__item.plyr__progress,
.plyr .plyr-youtube .plyr__controls .plyr__controls__item.plyr__progress,
.plyr .plyr-vimeo .plyr__controls .plyr__controls__item.plyr__progress,
.plyr-youtube .plyr .plyr__controls .plyr__controls__item.plyr__progress,
.plyr-youtube .plyr-youtube .plyr__controls .plyr__controls__item.plyr__progress,
.plyr-youtube .plyr-vimeo .plyr__controls .plyr__controls__item.plyr__progress,
.plyr-vimeo .plyr .plyr__controls .plyr__controls__item.plyr__progress,
.plyr-vimeo .plyr-youtube .plyr__controls .plyr__controls__item.plyr__progress,
.plyr-vimeo .plyr-vimeo .plyr__controls .plyr__controls__item.plyr__progress {
  position: absolute !important;
  top: -45vh;
  left: 25vw;
  width: 50vw;
  order: -1;
}
.plyr .plyr .plyr__time--current,
.plyr .plyr-youtube .plyr__time--current,
.plyr .plyr-vimeo .plyr__time--current,
.plyr-youtube .plyr .plyr__time--current,
.plyr-youtube .plyr-youtube .plyr__time--current,
.plyr-youtube .plyr-vimeo .plyr__time--current,
.plyr-vimeo .plyr .plyr__time--current,
.plyr-vimeo .plyr-youtube .plyr__time--current,
.plyr-vimeo .plyr-vimeo .plyr__time--current {
  position: absolute !important;
  bottom: 2rem;
  left: 2rem;
  color: white;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 15;
}
.plyr .plyr .plyr__time--duration,
.plyr .plyr-youtube .plyr__time--duration,
.plyr .plyr-vimeo .plyr__time--duration,
.plyr-youtube .plyr .plyr__time--duration,
.plyr-youtube .plyr-youtube .plyr__time--duration,
.plyr-youtube .plyr-vimeo .plyr__time--duration,
.plyr-vimeo .plyr .plyr__time--duration,
.plyr-vimeo .plyr-youtube .plyr__time--duration,
.plyr-vimeo .plyr-vimeo .plyr__time--duration {
  position: absolute !important;
  bottom: 2rem;
  left: 6rem;
  color: white;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 15;
}
.plyr .plyr .plyr__time--duration::before,
.plyr .plyr-youtube .plyr__time--duration::before,
.plyr .plyr-vimeo .plyr__time--duration::before,
.plyr-youtube .plyr .plyr__time--duration::before,
.plyr-youtube .plyr-youtube .plyr__time--duration::before,
.plyr-youtube .plyr-vimeo .plyr__time--duration::before,
.plyr-vimeo .plyr .plyr__time--duration::before,
.plyr-vimeo .plyr-youtube .plyr__time--duration::before,
.plyr-vimeo .plyr-vimeo .plyr__time--duration::before {
  content: " / ";
  color: rgba(255, 255, 255, 0.7);
}
.plyr .plyr__progress,
.plyr-youtube .plyr__progress,
.plyr-vimeo .plyr__progress {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  height: 6px;
}
.plyr .plyr__progress .plyr__progress__buffer,
.plyr-youtube .plyr__progress .plyr__progress__buffer,
.plyr-vimeo .plyr__progress .plyr__progress__buffer {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.plyr .plyr__progress .plyr__progress__played,
.plyr-youtube .plyr__progress .plyr__progress__played,
.plyr-vimeo .plyr__progress .plyr__progress__played {
  background: white;
  border-radius: 4px;
}
.plyr .plyr__control[data-plyr=fullscreen],
.plyr-youtube .plyr__control[data-plyr=fullscreen],
.plyr-vimeo .plyr__control[data-plyr=fullscreen] {
  position: absolute !important;
  top: 6rem;
  right: 1rem;
  bottom: auto !important;
  left: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 15;
  width: 44px;
  height: 44px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.plyr:hover .plyr__control[data-plyr=fullscreen],
.plyr-youtube:hover .plyr__control[data-plyr=fullscreen],
.plyr-vimeo:hover .plyr__control[data-plyr=fullscreen] {
  opacity: 1;
}
.plyr:hover .plyr__controls, .plyr:hover .plyr__time--current, .plyr:hover .plyr__time--duration,
.plyr .plyr__controls:hover,
.plyr-youtube:hover .plyr__controls,
.plyr-youtube:hover .plyr__time--current,
.plyr-youtube:hover .plyr__time--duration,
.plyr-youtube .plyr__controls:hover,
.plyr-vimeo:hover .plyr__controls,
.plyr-vimeo:hover .plyr__time--current,
.plyr-vimeo:hover .plyr__time--duration,
.plyr-vimeo .plyr__controls:hover {
  opacity: 1 !important;
}
.plyr .plyr__control,
.plyr-youtube .plyr__control,
.plyr-vimeo .plyr__control {
  background: transparent;
  border: none;
  color: white;
  padding: 0;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.plyr .plyr__control:hover, .plyr .plyr__control:focus-visible, .plyr .plyr__control[aria-expanded=true],
.plyr-youtube .plyr__control:hover,
.plyr-youtube .plyr__control:focus-visible,
.plyr-youtube .plyr__control[aria-expanded=true],
.plyr-vimeo .plyr__control:hover,
.plyr-vimeo .plyr__control:focus-visible,
.plyr-vimeo .plyr__control[aria-expanded=true] {
  background: #0f0f0f !important;
  color: white !important;
  opacity: 0.8;
}
.plyr .plyr__control:active,
.plyr-youtube .plyr__control:active,
.plyr-vimeo .plyr__control:active {
  opacity: 0.6;
}
.plyr .plyr__control svg,
.plyr-youtube .plyr__control svg,
.plyr-vimeo .plyr__control svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}
.plyr .plyr__volume,
.plyr-youtube .plyr__volume,
.plyr-vimeo .plyr__volume {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plyr .plyr__volume .plyr__control,
.plyr-youtube .plyr__volume .plyr__control,
.plyr-vimeo .plyr__volume .plyr__control {
  margin-right: 8px;
}
.plyr .plyr__volume input[type=range],
.plyr-youtube .plyr__volume input[type=range],
.plyr-vimeo .plyr__volume input[type=range] {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  height: 4px;
  width: 80px;
}
.plyr .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr-youtube .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr-vimeo .plyr__volume input[type=range]::-webkit-slider-thumb {
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.plyr .plyr__control--overlaid,
.plyr-youtube .plyr__control--overlaid,
.plyr-vimeo .plyr__control--overlaid {
  display: none !important;
}
.plyr .plyr__menu,
.plyr-youtube .plyr__menu,
.plyr-vimeo .plyr__menu {
  display: none !important;
}
.plyr .plyr__controls__item.plyr__menu,
.plyr-youtube .plyr__controls__item.plyr__menu,
.plyr-vimeo .plyr__controls__item.plyr__menu {
  display: none !important;
}
@media (min-width: 992px) {
  .plyr .plyr__controls__item.plyr__progress,
  .plyr-youtube .plyr__controls__item.plyr__progress,
  .plyr-vimeo .plyr__controls__item.plyr__progress {
    top: 2rem;
    left: 2rem;
  }
  .plyr .plyr__progress,
  .plyr-youtube .plyr__progress,
  .plyr-vimeo .plyr__progress {
    height: 8px;
  }
  .plyr .plyr__controls,
  .plyr-youtube .plyr__controls,
  .plyr-vimeo .plyr__controls {
    padding: 2rem;
  }
  .plyr .plyr__control,
  .plyr-youtube .plyr__control,
  .plyr-vimeo .plyr__control {
    width: 52px;
    height: 52px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plyr .plyr__control svg,
  .plyr-youtube .plyr__control svg,
  .plyr-vimeo .plyr__control svg {
    width: 18px;
    height: 18px;
  }
  .plyr .plyr__volume input[type=range],
  .plyr-youtube .plyr__volume input[type=range],
  .plyr-vimeo .plyr__volume input[type=range] {
    width: 100px;
  }
}

/* ------------------ FULLSCREEN STYLES ------------------ */
.plyr--fullscreen video,
.plyr--fullscreen iframe,
.plyr:fullscreen video,
.plyr:fullscreen iframe,
.proj-hero__img:fullscreen video,
.proj-hero__img:fullscreen iframe,
.proj-hero:fullscreen video,
.proj-hero:fullscreen iframe {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
}
.plyr--fullscreen .plyr__video-wrapper,
.plyr:fullscreen .plyr__video-wrapper,
.proj-hero__img:fullscreen .plyr__video-wrapper,
.proj-hero:fullscreen .plyr__video-wrapper {
  height: 100% !important;
}

.plyr:-webkit-full-screen video,
.plyr:-webkit-full-screen iframe,
.proj-hero__img:-webkit-full-screen video,
.proj-hero__img:-webkit-full-screen iframe,
.proj-hero:-webkit-full-screen video,
.proj-hero:-webkit-full-screen iframe {
  object-fit: contain !important;
}

.plyr:-moz-full-screen video,
.plyr:-moz-full-screen iframe,
.proj-hero__img:-moz-full-screen video,
.proj-hero__img:-moz-full-screen iframe,
.proj-hero:-moz-full-screen video,
.proj-hero:-moz-full-screen iframe {
  object-fit: contain !important;
}

/* ------------------ ARCHIVE PROJECTS (layout video) ------------------ */
.section.projects.projects-archive {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #0f0f0f;
  padding: 0;
}
@media (min-width: 992px) {
  .section.projects.projects-archive {
    flex-direction: row;
  }
}

.projects-archive__media-col {
  width: 100%;
  height: 50dvh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .projects-archive__media-col {
    width: auto;
    flex: 1 1 0%;
    height: 100dvh;
    position: sticky;
    top: 0;
  }
}

.projects-archive__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.projects-archive__media.is-active {
  opacity: 1;
  z-index: 2;
}

.projects-archive__titles-col {
  width: 100%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .projects-archive__titles-col {
    width: auto;
    flex: 0 0 auto;
    padding: 0;
    padding-top: 5.25rem;
    padding-bottom: 10rem;
  }
}

.projects-archive .title-list--blend {
  mix-blend-mode: normal;
}

.projects-archive__trigger {
  height: 0;
  pointer-events: none;
}

.projects-archive .title-list__item {
  padding: 0.35rem 1.5rem;
}

/* ------------------ ARCHIVE PROJECTS (variante transparente) ------------------ */
.projects-archive--video-transparent {
  position: relative;
}
@media (min-width: 992px) {
  .projects-archive--video-transparent .projects-archive__media-col {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    flex: none;
    z-index: 1;
  }
}
.projects-archive--video-transparent .projects-archive__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #0f0f0f;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}
.projects-archive--video-transparent .projects-archive__titles-col {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .projects-archive--video-transparent .projects-archive__titles-col {
    margin-left: auto;
  }
}
.projects-archive--video-transparent .title-list--blend {
  mix-blend-mode: difference;
}

/* ------------------ ARCHIVE PROJECTS (layout tarjetas con columnas dinámicas) ------------------ */
@media (min-width: 992px) {
  .projects .projects__list {
    grid-template-columns: repeat(var(--projects-cols, 2), 1fr);
  }
}

.admin-bar header {
  top: 32px;
}

.newsletter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out, background-color 0.6s ease-out;
}
.newsletter.ver {
  opacity: 1;
  visibility: visible;
  background-color: #0f0f0f;
}
.newsletter__title {
  padding: 0.5rem;
  display: flex;
}
@media (min-width: 992px) {
  .newsletter__title {
    padding: 2rem;
  }
}
body:not(.wp-core-ui) div .newsletter__title p {
  margin: 0;
  margin-right: 0.5rem;
  font-size: 9vw;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) div .newsletter__title p {
    font-size: 5vw;
  }
}
.newsletter__svgs {
  position: relative;
  width: 8vw;
  height: 8vw;
  margin-top: 0.5rem;
  margin-right: 9vw;
}
@media (min-width: 992px) {
  .newsletter__svgs {
    width: 5vw;
    height: 5vw;
  }
}
.newsletter__svgs img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.newsletter__svgs.load .load {
  display: block;
  transform-origin: center;
  animation: girar 4s linear infinite;
}
.newsletter__svgs.init .init {
  display: block;
}
.newsletter__svgs.success .success {
  display: block;
}
.newsletter__exit {
  width: 3vw;
  height: 3vw;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 992px) {
  .newsletter__exit {
    width: 1vw;
    height: 1vw;
    right: 2rem;
    top: 2rem;
  }
}
.newsletter .contenedor {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .newsletter .contenedor {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.newsletter form {
  background-color: #0f0f0f;
  border: solid 1px #fff;
  position: relative;
}
.newsletter__submit {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  .newsletter__submit {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.newsletter input, .newsletter .check {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  .newsletter input, .newsletter .check {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.newsletter .check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 3vw;
}
@media (min-width: 992px) {
  .newsletter .check {
    font-size: 1vw;
    margin-top: 0rem;
  }
}
.newsletter [type=checkbox] {
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  position: relative;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  max-width: 4.8vw;
  min-height: 4.8vw;
  max-height: 4.8vw;
  margin: 0;
  margin-right: 0.5rem;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .newsletter [type=checkbox] {
    width: 1.6vw;
    height: 1.6vw;
    min-width: 1.6vw;
    max-width: 1.6vw;
    min-height: 1.6vw;
    max-height: 1.6vw;
  }
}
.newsletter [type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  max-width: 4.8vw;
  min-height: 4.8vw;
  max-height: 4.8vw;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: transparent;
}
@media (min-width: 992px) {
  .newsletter [type=checkbox]:before {
    width: 1.6vw;
    height: 1.6vw;
    min-width: 1.6vw;
    max-width: 1.6vw;
    min-height: 1.6vw;
    max-height: 1.6vw;
  }
}
.newsletter [type=checkbox]:checked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8vw;
  height: 4.8vw;
  min-width: 4.8vw;
  max-width: 4.8vw;
  min-height: 4.8vw;
  max-height: 4.8vw;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230f0f0f' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .newsletter [type=checkbox]:checked:after {
    width: 1.6vw;
    height: 1.6vw;
    min-width: 1.6vw;
    max-width: 1.6vw;
    min-height: 1.6vw;
    max-height: 1.6vw;
  }
}
.newsletter [type=checkbox]:focus {
  outline: none;
}
.newsletter [type=checkbox]:focus:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
body:not(.wp-core-ui) div .newsletter [type=email] {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 992px) {
  body:not(.wp-core-ui) div .newsletter [type=email] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.newsletter [type=submit],
.newsletter button[type=submit] {
  width: -moz-max-content;
  width: max-content;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50vw;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media (min-width: 992px) {
  .newsletter [type=submit],
  .newsletter button[type=submit] {
    font-size: 1vw;
    margin-bottom: 2rem;
  }
}
.newsletter [type=submit]:hover,
.newsletter button[type=submit]:hover {
  background-color: #fff;
  color: #0f0f0f;
  text-decoration: none;
}
.newsletter [type=submit]:hover .btn-arrow,
.newsletter button[type=submit]:hover .btn-arrow {
  transform: translateX(5px);
}
.newsletter [type=submit]:active,
.newsletter button[type=submit]:active {
  background-color: #fff;
  color: #0f0f0f;
}
.newsletter [type=submit] .btn-arrow,
.newsletter button[type=submit] .btn-arrow {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.3s ease;
  display: inline-block;
}

.section.projects.about {
  min-height: 100dvh;
  width: 100%;
  background-color: #0f0f0f;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 0;
  overflow-y: auto;
}

.about__content {
  width: 100%;
  padding: calc(5.25rem + 4rem) 1.5rem 4rem;
}
@media (min-width: 992px) {
  .about__content {
    padding: calc(5.25rem + 8rem) 2rem 4rem;
    padding-left: calc(8.3333333333% * 4 + 1rem);
  }
}

.about__description {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .about__description {
    margin-bottom: 5rem;
    max-width: 800px;
  }
}
.about__description p {
  font-family: "Helvetica Now", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 992px) {
  .about__description p {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

.about__team-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .about__team-details {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 700px;
  }
}

.about__member-detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .about__member-detail {
    gap: 1.5rem;
  }
}

.about__member-name,
.about__member-role {
  font-family: "Helvetica Now", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .about__member-name,
  .about__member-role {
    font-size: 1.5rem;
  }
}

.about__member-email,
.about__member-phone {
  font-family: "Helvetica Now", sans-serif;
  font-size: 1rem;
  color: #c8c8c8;
  margin: 0;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .about__member-email,
  .about__member-phone {
    font-size: 1.5rem;
  }
}
.about__member-email a,
.about__member-phone a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.about__member-email a:hover,
.about__member-phone a:hover {
  opacity: 0.7;
}

.about__general-email {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .about__general-email {
    margin-top: 6rem;
  }
}
.about__general-email a {
  font-family: "Helvetica Now", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .about__general-email a {
    font-size: 1.5rem;
  }
}
.about__general-email a:hover {
  opacity: 0.7;
}

.opacity-0 {
  opacity: 0;
}

.intro-home {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150vh;
  width: 100vw;
  background: #0f0f0f;
  z-index: 10002;
  opacity: 1;
  transition: opacity 1s 2s, z-index 0s 3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-home svg {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeInOut 2s ease-in-out;
  opacity: 0;
}
.intro-home .animation-palp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  max-width: 200px;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .intro-home .animation-palp {
    width: 20%;
    max-width: 150px;
  }
}
.intro-home .animation-palp img {
  width: 100%;
  height: auto;
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.intro-home .animation-palp.image-loaded {
  animation: fadeInOut 2s ease-in-out;
  visibility: visible;
}
.intro-home .animation-palp.image-loaded img {
  opacity: 1;
}
.intro-home.load {
  opacity: 0;
  z-index: -1;
}

.char {
  transform: translateY(100%);
  transition: transform 0.5s;
}

.animation-intro-2 .word,
.animation-intro-3 .word {
  opacity: 0;
  display: inline-block;
  position: relative;
}
.animation-intro-2 .clip,
.animation-intro-3 .clip {
  clip-path: polygon(0 0, 100% 0, 100% 110%, 0% 110%);
  overflow: visible;
  display: inline-block;
  position: relative;
}

.animation-scroll .word {
  opacity: 0;
  display: inline-block;
  position: relative;
}
.animation-scroll .clip {
  clip-path: polygon(0 0, 100% 0, 100% 110%, 0% 110%);
  overflow: visible;
  display: inline-block;
  position: relative;
}

.animation-scroll:not(:has(.word)):not(:has(.link)) {
  opacity: 0;
}

.animation-scroll:has(.link) {
  opacity: 1;
}

.animation-scroll {
  font-kerning: none !important;
  text-rendering: optimizeSpeed !important;
}
.projects__title .animation-scroll {
  flex-shrink: 0;
  max-width: 100%;
}
.animation-scroll .line {
  display: block;
  text-align: start;
}

.char {
  display: inline-block;
  transform: translateY(100%);
}

.btn-svg.char {
  transform: translateY(120%);
}

.link.char {
  transform: translateY(120%);
}
.link.char .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.clip {
  clip-path: polygon(0 0, 100% 0, 100% 110%, 0% 110%);
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
}

.line {
  max-width: 100%;
}

a {
  transition: opacity 0.6s ease;
}

body {
  cursor: none !important;
}
body a, body input, body textarea, body select, body button, body * {
  cursor: none !important;
}
body .puntero {
  display: none;
  width: 10px;
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  background: #ffffff;
  z-index: 10001;
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media (min-width: 992px) {
  body .puntero {
    display: block;
  }
}
@media (min-width: 992px) {
  body .puntero.ver {
    font-size: 24px;
    width: 50px;
    height: 50px;
  }
}
body .puntero.enlace {
  width: 30px;
  height: 30px;
}
body .puntero.enlace::before {
  transform: translate(-6px, 2px) scale(1.2);
  opacity: 0.9;
}
body .puntero.enlace::after {
  transform: translate(6px, 2px) scale(1.2);
  opacity: 0.9;
}
body .puntero.input-hover {
  width: 16px;
  height: 16px;
}
body .puntero.input-hover::before {
  transform: translate(-2px, 1px) scale(0.9);
}
body .puntero.input-hover::after {
  transform: translate(2px, 1px) scale(0.9);
}
body .puntero-trail {
  display: none;
  width: 8px;
  height: 8px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(2px);
  z-index: 10000;
  will-change: transform, width, height, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, width 0.3s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s cubic-bezier(0.23, 1, 0.32, 1), filter 0.3s ease-out;
}
@media (min-width: 992px) {
  body .puntero-trail {
    display: block;
  }
}
body .puntero-trail.puntero-trail-1 {
  background: rgba(255, 0, 102, 0.6);
}
body .puntero-trail.puntero-trail-2 {
  background: rgba(0, 204, 255, 0.5);
}
body .puntero-trail.puntero-trail-3 {
  background: rgba(255, 0, 170, 0.4);
}
body .puntero-trail.puntero-trail-4 {
  background: rgba(0, 255, 204, 0.35);
}
body .puntero-trail.puntero-trail-5 {
  background: rgba(255, 0, 136, 0.3);
}
body .puntero-trail.puntero-trail-6 {
  background: rgba(0, 136, 255, 0.25);
}
body.cursor-enlace-hover .puntero-trail-1 {
  width: 20px;
  height: 20px;
  filter: blur(4px);
}
body.cursor-enlace-hover .puntero-trail-2 {
  width: 18px;
  height: 18px;
  filter: blur(5px);
}
body.cursor-enlace-hover .puntero-trail-3 {
  width: 16px;
  height: 16px;
  filter: blur(6px);
}
body.cursor-enlace-hover .puntero-trail-4 {
  width: 14px;
  height: 14px;
  filter: blur(7px);
}
body.cursor-enlace-hover .puntero-trail-5 {
  width: 12px;
  height: 12px;
  filter: blur(8px);
}
body.cursor-enlace-hover .puntero-trail-6 {
  width: 10px;
  height: 10px;
  filter: blur(9px);
}
body.cursor-input-hover .puntero-trail-1 {
  width: 12px;
  height: 12px;
  filter: blur(3px);
}
body.cursor-input-hover .puntero-trail-2 {
  width: 11px;
  height: 11px;
  filter: blur(3px);
}
body.cursor-input-hover .puntero-trail-3 {
  width: 10px;
  height: 10px;
  filter: blur(4px);
}
body.cursor-input-hover .puntero-trail-4 {
  width: 9px;
  height: 9px;
  filter: blur(4px);
}
body.cursor-input-hover .puntero-trail-5 {
  width: 8px;
  height: 8px;
  filter: blur(5px);
}
body.cursor-input-hover .puntero-trail-6 {
  width: 7px;
  height: 7px;
  filter: blur(5px);
}

@media (min-width: 992px) {
  body.wp-admin,
  body.logged-in {
    cursor: auto !important;
  }
  body.wp-admin *,
  body.logged-in * {
    cursor: auto !important;
  }
}

.page-transition {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 150vh;
  background: #0f0f0f;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0s 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-transition.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease-in-out, visibility 0s;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.page-404 {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
