/*
==================================================
                TABLE OF CONTENTS
==================================================

1. GLIDE SLIDER STYLES
2. BASE STYLES (HTML, BODY, TYPOGRAPHY)
3. NAVIGATION STYLES
4. LAYOUT COMPONENTS (FIXED, SCROLLER, PROGRESS)
5. FLASH MESSAGES
6. BANDIT STYLES
7. MAIN SLIDE SECTIONS (D1-D17)
8. FLASH POPUP STYLES
9. PRIVACY PAGE STYLES
10. MEDIA QUERIES

==================================================
*/

/*
==================================================
                1. GLIDE SLIDER STYLES
==================================================
*/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/* END GLIDE SLIDER STYLES */

/*
==================================================
            2. BASE STYLES (HTML, BODY, TYPOGRAPHY)
==================================================
*/
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  color: #1e001e;
  background-color: #f2f2f2;
  font-family: "PP Neue Montreal", arial, sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  overflow-x: hidden;
  height: 100%;
  max-height: 10552px;
}

body a {
  color: inherit;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
/* END BASE STYLES */

/*
==================================================
                3. NAVIGATION STYLES
==================================================
*/
nav {
  pointer-events: all;
  position: fixed;
  top: 1rem;
  right: 2rem;
  font-family: "PP Neue Montreal", arial, sans-serif;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.375rem;
  margin-left: 1.5rem;
}
nav ul li a {
  display: block;
  padding: 0 0.625rem;
  position: relative;
}
nav ul li a:hover::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  background-color: #1e001e;
}
/* END NAVIGATION STYLES */

/*
==================================================
           4. LAYOUT COMPONENTS (FIXED, SCROLLER, PROGRESS)
==================================================
*/
.hidden {
  display: none;
  height: 0;
  width: 0;
}

.credits {
  display: none;
}

.toggle-contact {
  cursor: pointer;
}

.fixed {
  position: fixed;
  top: 0;
  height: 100vh;
  /*width: 100vw;*/
  z-index: 99999;
}

.fixed header {
  pointer-events: all;
  position: fixed;
  top: 1rem;
  left: 2rem;
  display: none;
}

.fixed header a {
  text-decoration: none;
}

.fixed header h1.title {
  display: block;
  position: relative;
  font-weight: lighter;
  font-size: 3vw;
  letter-spacing: -0.05em;
  line-height: 1em;
}

.fixed header h1.title sup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.5vw;
  letter-spacing: -0.05em;
  line-height: 2.5em;
}

.fixed footer {
  pointer-events: all;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
}

.fixed footer a {
  color: #1e001e;
}

.fixed footer div.contact {
  font-size: 1.2vw;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: end;
  text-decoration: underline;
}

.scroller {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 2.1875rem;
  margin: auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100px;
  z-index: 99999;
}
.scroller a {
  cursor: pointer;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.scroller #scrollUp {
  visibility: hidden;
}

.progress-container {
  position: absolute;
  bottom: 1.875rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 941px;
  height: 4px;
  background-color: rgba(30, 0, 30, 0.2);
}
.progress-container .oval {
  margin-top: -6px;
  position: absolute;
}
.progress-bar {
  height: 4px;
  background-color: rgba(30, 0, 30, 1);
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}

#flashMessage {
  display: none;
  background-color: #ffe696;
  padding: 1rem;
  position: fixed;
  top: 1rem;
  width: 90vw;
  text-align: center;
  z-index: 999999;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 1.5rem;
}
#flashMessage .dismiss {
  background-color: #ff634b8f;
  border-radius: 50%;
  padding: 0.5rem;
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
}
/* END LAYOUT COMPONENTS */

/*
==================================================
                   5. BANDIT STYLES
==================================================
*/
.bandit h2 {
  font-family: "PP Editorial New";
  font-weight: 400;
  font-size: 13.25rem;
  color: #ff644b;
  position: relative;
  text-align: center;
}
.bandit h2 span {
  mix-blend-mode: multiply;
}

.bandit #bandit-name {
  position: relative;
}
.bandit #bandit-name img {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
}

.bandit #bandit-name .fade-in {
  opacity: 0;
  transition: all 1s ease-in-out;
  display: block;
  margin-top: 6rem;
}

.bandit #bandit-name .fade-in.visible {
  opacity: 1;
  margin-top: 0rem;
}

#d12 {
  margin-top: 0;
  height: 100vh;
  position: fixed;
  width: 100%;
}

#d12 .slide {
  margin-bottom: 50vh;
}

#d12 .fragment {
  width: 100%;
}
/* END BANDIT STYLES */

/*
==================================================
              6. MAIN SLIDE SECTIONS (D1-D17)
==================================================
*/

/* ---- GENERAL SLIDE STYLES ---- */
.main .slide {
  position: sticky;
  height: 100vh;
  top: 0;
  margin-top: 50vh;
}

.main .slide:first-child {
  margin-top: 0;
}

.main .fragment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ---- SLIDE D1 (MAIN CLAIM) ---- */
.main #d1.slide {
  margin-top: 0;
}
.main #d1 .fragment {
  box-sizing: border-box;
  width: 100vw;
  padding: 0vh 0vw;
  max-width: 100%;
  height: 100vh;
  /*top: calc(50% - 10vh);*/
  top: calc(50%);
}

.main #d1 .fragment h2.claim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 82vw;
  padding: 0vh 0vw;
  max-width: 100%;
  font-size: 4.8125rem;
  font-weight: 700;
  line-height: 0.75em;
  text-align: center;
  height: 0%;
}

.main #d1 .fragment h2.claim img {
  width: 654px;
  height: 115px;
  max-width: 90%;
}

.main #d1 .fragment div {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  left: 0;
  right: 0;
  max-height: 6rem;
}

.main #d1 .fragment div img {
  height: 100%;
  width: auto;
}

.main #d1 .fragment span img {
  position: relative;
}
.main #d1 .fragment span img {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.main #d1 .fragment span img:first-child {
  display: inline-block;
}

.main #d2 .fragment {
  display: flex;
  color: #ddaf94;
  background-color: #ffd7eb;
  box-sizing: border-box;
  width: 90vw;
  min-height: 640px;
  padding: 2vh 2.7vw;
  /*word-break: break-all;*/
  max-width: 1200px;
}

.main #d2 .fragment h2.claim2 {
  font-size: 10rem;
  line-height: 0.8em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  /*display: flex;*/
  align-self: center;
  height: 100%;
}
.main #d2 .fragment h2.claim2 div {
  display: inline-block;
}

.main #d2 .fragment2 {
  background-color: #f2f2f2;
  position: absolute;
  top: 25%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  word-break: keep-all;
  min-width: 100%;
}

/* ---- SLIDE D3 ---- */
.main #d3 .fragment {
  position: absolute;
  width: 90vw;
  background: #1e001e;
  max-height: 400px;
  margin: auto;
}

/* ---- SLIDE D4 (ABOUT SECTION) ---- */
.main #d4 .fragment {
  color: #1e001e;
  background-color: #cdcdcd;
  position: absolute;
  margin: auto;
  width: 85vw;
  max-width: 1000px;
}

.main #d4 .fragment p {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  color: #9191ec;
  padding: 2vh 2vw;
}

.main #d4 .fragment p span {
  color: #1e001e;
  background-color: #1e001e;
  /*display: inline-block;*/
  line-height: 1.25;
  margin-bottom: 4px;
  -webkit-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
  cursor: crosshair;
}
.main #d4 .fragment p span:hover {
  background-color: transparent;
  color: #9191ec;
  cursor: crosshair;
}

/* ---- SLIDE D5 (ACCESS CODE) ---- */
.main #d5 .fragment {
  color: #1e001e;
  background-color: #ddaf94;
  position: absolute;
  margin: auto;
  width: 48vw;
  max-width: 1100px;
  max-height: 560px;
  display: flex;
  padding: 5vh;
}
.main #d5 .fragment .black-box {
  background-color: #1e001e;
  color: white;
  max-width: 780px;
  margin: auto;
  padding: 22px;
  display: flex;
  flex-direction: row;
  align-self: center;
  max-height: 464px;
}
.main #d5 .fragment .black-box-left {
  width: 50%;
  float: left;
}
.main #d5 .fragment .black-box-left input {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  margin-top: 8vh;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 15px;
  line-height: 50px;
  max-width: 80%;
}
.main #d5 .fragment .black-box-right {
  width: 50%;
  float: right;
}
.main #d5 .fragment .black-box p {
  font-size: 1.875rem;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-inline-end: 5.7em;
}
.main #d5 .fragment .black-box .keyboard {
  font-family: "PP Supply Sans";
}
.main #d5 .fragment .black-box .keyboard .key {
  width: 90px;
  height: 90px;
  background-color: white;
  color: #1e001e;
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 5rem;
  font-weight: 200;
  line-height: 1;
  float: left;
  margin-bottom: 1.1rem;
  text-align: center;
}
.main #d5 .fragment .black-box:hover {
  cursor: pointer;
}
.main #d5 .fragment .black-box .keyboard .key:active {
  background-color: #73a073;
}
.main #d5 .fragment .black-box .keyboard .key.key-get-code {
  background-color: #ff644b;
  font-size: 1.25rem;
  font-weight: 400;
  align-items: center;
}
.main #d5 .fragment .black-box .keyboard .key.key-get-code:active {
  background-color: #1e001e;
  color: #fff;
}
.main #d5 .fragment .black-box .keyboard .key.key-enter {
  background-color: #73a073;
  font-size: 1.25rem;
  font-weight: 400;
  align-items: center;
}
.main #d5 .fragment .black-box .keyboard .key.key-enter:active {
  background-color: #1e001e;
  color: #fff;
}
.main #d5 .fragment .black-box .keyboard .key:nth-child(3n + 2) {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}
.main #d5 .fragment .black-box .keyboard .key:nth-child(10),
.main #d5 .fragment .black-box .keyboard .key:nth-child(11),
.main #d5 .fragment .black-box .keyboard .key:nth-child(12) {
  margin-bottom: 0;
}

/* ---- SLIDE D6 (PROJECTS/VIDEOS) ---- */
#d6 {
  display: none; /* 🔹 oculta inicialmente la sección de projects */
}
#d6[hidden] {
  display: none !important;
}
.main #d6 .fragment {
  background-color: #cdcdcd;
  position: absolute;
  /*display: none;*/
  /*top: 0;
    bottom: 0;*/
  margin: auto;
  width: 90vw;
  height: 82vh;
  max-width: 1300px;
}

.main #d6 .fragment .campaign {
  font-size: 1.75rem;
  font-weight: 700;
}
.main #d6 .fragment .agency {
  font-size: 1.7rem;
  font-style: italic;
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
}

.video-list {
  padding: 10px 20px 0;
  overflow-y: scroll;
  max-height: 90%;
  margin: 20px auto;
}
.video-list::-webkit-scrollbar {
  width: 24px;
  background-color: white;
  outline: none;
}
.video-list::-webkit-scrollbar-track {
  background-color: white;
  border-right: solid 20px #cdcdcd;
  border-top: solid 20px #cdcdcd;
  border-bottom: solid 20px #cdcdcd;
  outline: none;
  box-shadow: none;
}
.video-list::-webkit-scrollbar-thumb {
  background-color: #1e001e;
  border-right: solid 20px #cdcdcd;
  outline: none;
  box-shadow: none;
}
.video-items {
  max-width: 940px;
  margin: 20px auto 0;
}
.video-work {
  display: inline-block;
  width: 100%;
  padding-bottom: 60px;
}

.video-list h2 {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.main #d6 .fragment .video-card {
  width: 50%;
  float: left;
  padding-bottom: 2rem;
}
.main #d6 .fragment .video-card .video-title {
  font-size: 1.25rem;
  margin-bottom: 0.325rem;
}
.main #d6 .fragment .video-card .video-thumb {
  width: 460px;
  height: 260px;
}
.scroll-buttons {
  display: none;
}
.video-popup {
  background-color: #1e001e;
  width: 100%;
  height: calc(100% - 80px);
  position: fixed;
  top: 5rem;
  left: 0;
  display: none;
  z-index: 9999;
}

.video-popup,
.video-popup iframe {
  cursor: url("../images/btn-play-video.svg"), auto;
}
.btn-close-popup {
  color: white;
  float: right;
  position: absolute;
  z-index: 999;
  font-size: 1.5rem;
  text-decoration: none;
  margin-top: 20px;
  right: 30px;
}
.btn-close-popup:hover {
  cursor: pointer;
  text-decoration: underline;
}

.main #d7 .fragment {
  width: 90vw;
  min-height: 650px;
  height: auto;
  margin: auto;
  padding: 20px 20px 40px 20px;
  background: #c8f0f0;
  max-width: 1100px;
  box-sizing: border-box;
  position: absolute;
}

.main #d7 .fragment p {
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0;
  max-width: 45%;
}

.main #d7 .fragment .clients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
  padding-top: 4rem;
  width: 100%;
  margin-top: auto;
}
.clients-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.main #d7 .fragment .clients .clients-left-column,
.main #d7 .fragment .clients .clients-right-column {
  width: 100% !important;
  float: none !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  border: none;
  box-sizing: border-box;
}

/* Tamaño de logo más grande */
.main #d7 .fragment .clients .logo-cell {
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* ---- SLIDE D8 (TEAM PROFILES) ---- */
.main #d8 .fragment {
  background-color: #ffd7eb;
  width: 88vw;
  position: absolute;
  margin: auto;
  max-width: 1280px;
  padding: 20px 20px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 790px;
  height: 80vh;
}
.main #d8 .fragment .content-wrapper {
  padding: 1.25rem;
}

.main #d8 .fragment .content-wrapper p {
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0;
  margin-inline-end: 1em;
}
.clients-title {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
  margin-top: 0.25rem;
  max-width: 220px;
  font-weight: 400;
}
.main
  #d8
  .fragment
  .content-wrapper
  .profiles-list
  .profile-item
  .profile-position {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  margin-top: 0.25rem;
  max-width: 220px;
  font-weight: 400;
}

.main #d8 .fragment::-webkit-scrollbar {
  width: 28px;
  background-color: #ffd7eb;
}

.main #d8 .fragment::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-right: 24px solid #ffd7eb;
  margin: 20px 0;
  background-clip: padding-box;
}

.main #d8 .fragment::-webkit-scrollbar-thumb {
  border-right: 24px solid #ffd7eb;
  background-color: #1e001e;
  background-clip: padding-box;
  box-shadow: none;
}

.profiles-list {
  position: relative;
  display: grid;
  margin-top: 60px;
  gap: 60px 20px;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  align-items: start;
}
.profiles-list .profile-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
}
.profiles-list .profile-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.profiles-list .profile-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.profiles-list .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main
  #d8
  .fragment
  .content-wrapper
  .profiles-list
  .profile-item
  h4.profile-name {
  font-size: 1.875rem;
  color: #1e001e;
}
.main
  #d8
  .fragment
  .content-wrapper
  .profiles-list
  .profile-item
  figure.profile-image {
  margin: 0;
  max-width: 220px;
}
.main
  #d8
  .fragment
  .content-wrapper
  .profiles-list
  .profile-item
  figure.profile-image
  img {
  max-width: 100%;
}
.main #d8 .fragment .content-wrapper .profiles-list .profile-item .profile-bio {
  min-height: 150px;
  max-width: 220px;
}

.wanted {
  position: absolute;
  pointer-events: none;
  margin: 0;
  inset: 0;
  font-family: "PP Editorial New";
  font-weight: 400;
  font-size: 26.25rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  letter-spacing: -10px;
  color: #ff644b;
  top: 0;
  height: 100%;
  mix-blend-mode: multiply;
}
.wanted > .wantedContent {
  position: sticky;
  top: 12rem;
  opacity: 1;
  mix-blend-mode: multiply;
}
.wantedMobile {
  display: none;
}
.main #d9 .fragment {
  color: #1e001e;
  box-sizing: border-box;
  width: 90vw;
  height: auto;
  max-width: 1300px;

  /*top: 0;
    bottom: 0;*/
  margin: auto;
}
.main #d9 .fragment .subscribe {
  background-color: #1e001e;
  color: white;
  height: auto;
  padding: 1.25rem;
  text-align: center;
}
.main #d9 .fragment .subscribe h1 {
  font-size: 10rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #dcaf96;
  line-height: 1;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.main #d9 .fragment .subscribe h2 {
  font-size: 10rem;
  font-family: "PP Editorial New";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}
.main #d9 .fragment .subscribe input[type="email"] {
  background-color: #dcaf96;
  color: #1e001e;
  min-height: 3.125rem;
  border: none;
  border-radius: 25px;
  font-family: "PP Supply Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  width: 458px;
  padding: 0 15px;
}
.main #d9 .fragment .subscribe input[type="submit"],
.main #d9 .fragment .subscribe #subscribeSubmit {
  margin-left: -50px;
  line-height: 50px;
  width: 50px;
}
.main #d9 .fragment .subscribe button:hover {
  text-decoration: none;
}
.main #d9 .fragment .contact {
  background: #dcaf96;
  height: 22vh;
  padding: 1.25rem;
}
.main #d9 .fragment .contact h1,
.main #d9 .fragment .contact h2 {
  font-family: "PP Neue Montreal";
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  text-align: right;
}

.main #d9 .fragment .contact h2 {
  line-height: 1.2;
}
.main #d9 .fragment .contact a {
  display: inline-block;
  text-decoration: none;
}
.main #d9 .fragment .contact a.social img {
  max-width: 100%;
}
.main #d9 .fragment .contact .iso {
  float: left;
  width: 170px;
  height: 127px;
  position: relative;
  max-width: 100%;
}
.main #d9 .fragment .contact .iso img {
  float: left;
  position: absolute;
  display: none;
}
.main #d9 .fragment .contact .content {
  width: 50%;
  float: right;
  text-align: right;
}

.main #d9 .fragment .contact .content .privacy-link {
  position: absolute;
  right: 1rem;
}

/* ---- SLIDE D10 (FINAL MESSAGE) ---- */
.main #d10.slide {
  margin-bottom: 0;
}
.main #d10 .fragment {
  color: #1e001e;
  background-color: #ff644b;
  box-sizing: border-box;
  width: 74vw;
  padding: 2vh 2.7vw;
  max-width: 100%;
  height: fit-content;
  max-height: 525px;
  display: flex;
  transform: translate(-50%, -50%) rotate(-11deg);
  max-width: 1200px;
  top: 50%;
  left: 50%;

  margin: 0 auto;
}
.main #d10 .fragment h2 {
  font-size: 6.25rem;
  font-family: "PP Editorial New";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  rotate: -0.2deg;
}

::placeholder {
  color: #1e001e;
}

.main #d10 .fragment > div {
  flex: 1;
}

.main #d10 .fragment > div p {
  font-size: 0.95vw;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.main #d10 .fragment > div h3 {
  font-size: 1.2vw;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  margin-block-start: 2em;
  text-align: end;
}

/* ---- SLIDE D11 (VIDEO SECTION) ---- */
.main #d11.slide {
  margin-bottom: 0;
}
.main #d11 .fragment {
  color: #1e001e;
  box-sizing: border-box;
  width: 75vw;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 16 / 9;
}

.video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-cover,
.video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-cover {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-iframe {
  display: none;
}

.video-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.493);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  z-index: 2;
  cursor: pointer;
}
.play-btn:hover {
  background-color: transparent;
}

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* ocupa el 80% del ancho del video */
  text-align: left;
  z-index: 2;
}

.cover-text-small {
  text-align: left;
  font-size: 3rem;
  font-family: "PP Editorial New";
  text-transform: uppercase;
  font-weight: 400;
  color: #ffd7eb;
  margin: 0;
  line-height: 1.1;
}
.cover-text-small-2 {
  padding-left: 2rem;
  text-align: left;
  font-size: 3rem;
  font-family: "PP Editorial New";
  text-transform: uppercase;
  font-weight: 400;
  color: #ffd7eb;
  margin: 0;
  line-height: 1.1;
}
.cover-text {
  text-align: left;
  font-size: 6rem;
  font-family: "PP Editorial New";
  text-transform: uppercase;
  font-weight: 400;
  color: #ffd7eb;
  margin: 0;
  line-height: 1.1;
}
.cover-text-2 {
  padding-left: 2rem;
  text-align: left;
  font-size: 6rem;
  font-family: "PP Editorial New";
  text-transform: uppercase;
  font-weight: 400;
  color: #ffd7eb;
  margin: 0;
  line-height: 1.1;
}

/* ---- SLIDE D13 (QUOTE WITH VIDEO) ---- */
.main #d13 .fragment {
  display: flex;
  color: #321e3c;
  background-color: #ffe696;
  box-sizing: border-box;
  width: 80vw;
  min-height: 78vh;
  padding: 30px 30px;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0;
  max-width: 70vw;
}

.main #d13 .fragment .text-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  width: 50%;
  height: 100%;
}
.main #d13 .fragment .quote-1 {
  width: 75%;
  text-align: left;
}
.main #d13 .fragment .quote-2 {
  width: 100%;
  text-align: left;
}
.main #d13 .fragment .video-card {
  width: 50%;
  height: 100%;
}

.video-d13 {
  width: 100%;

  object-fit: cover;
  display: block;
}
.video-overlay {
  position: absolute;
  color: white;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  pointer-events: none;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  font-weight: normal;
}

/* D13 Responsive Layout */
.d13-responsive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
  align-items: stretch;
}

.d13-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9rem;
}

.d13-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ---- SLIDE D14 (SNEAK IN SECTION) ---- */
.main #d14 .fragment {
  display: flex;
  color: #321e3c;
  background-color: #73a073;
  box-sizing: border-box;
  width: 80vw;
  min-height: 70vh;
  padding: 30px 30px;
  max-width: 1200px;
  font-size: 3.8rem;
  font-weight: 200;
  line-height: 1;
  max-width: 65vw;
}
.main #d14 .fragment .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  width: 100%;
}
.main #d14 .fragment .text-content {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
  height: 100%;
}
.main #d14 .fragment .quote-1 {
  width: 75%;
  text-align: left;
}
.main #d14 .fragment .quote-2 {
  width: 90%;
  text-align: left;
}
.main #d14 .fragment .quote-3 {
  width: 85%;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.sneakIn-p {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  color: #ffe696;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Línea base siempre visible */
.sneakIn-p::before,
.sneakIn-p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
}

.sneakIn-p::before {
  width: 100%;
  background-color: rgba(255, 230, 150, 1); /* línea base más tenue */
}

.sneakIn-p::after {
  width: 0%;
  background-color: #ffe696; /* línea activa */
  transition: width 0.4s ease;
}

/* Hover: línea “se llena” */
.sneakIn-p:hover {
  color: #321e3c;
  background-color: transparent;
}

.sneakIn-p:hover::after {
  width: 100%;
  background-color: #321e3c;
}

/* ---- SLIDE D15 (STATISTICS) ---- */
.main #d15 .fragment {
  display: flex;
  justify-content: space-between; /* distribuye horizontalmente */
  align-items: center; /* centra verticalmente */

  color: #ffd7eb;
  background-color: #9191ec;
  box-sizing: border-box;
  width: 72vw;
  min-height: 600px;
  padding: 2vh 2vw;
  max-width: 1000px;
  line-height: 1;
  text-align: center;
}

.main #d15 .fragment > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quote-1,
.quote-2,
.quote-3 {
  width: 30%;
  text-align: center;
}
.main #d15 .number {
  font-size: 13.675rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.number-text {
  font-size: 2.5rem;
  margin: 0;
  color: #1e001e;
  font-weight: bold;
}

.crimes {
  display: block;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: auto;
  pointer-events: none;
  font-family: "PP Editorial New";
  font-weight: 400;
  font-size: 18rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -10px;
  color: #ff644b;
  mix-blend-mode: multiply;
}
.crimes p:last-child {
  white-space: nowrap;
}

/* ---- SLIDE D16 & D17 (ADDITIONAL CONTENT) ---- */
.main #d16 .fragment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #321e3c;
  background-color: #dcaf96;
  box-sizing: border-box;

  width: 60vw;
  min-height: 400px;
  padding: 2vh 2.7vw;
  max-width: 1400px;
}
.d16-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #321e3c;
  box-sizing: border-box;
  font-family: "PP Editorial New";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.d16-text span {
  font-family: "PP Editorial New";
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #ff644b;
  mix-blend-mode: multiply;
}

.main #d17 .fragment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #321e3c;
  background-color: #ffe696;
  box-sizing: border-box;

  width: 60vw;
  min-height: 400px;
  padding: 2vh 2.7vw;
  max-width: 1400px;
}

/* END MAIN SLIDE SECTIONS */

/* ===== WTF MODAL ===== */
.wtf-mobile-slide {
  display: none !important;
}

.wtf-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.wtf-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.wtf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.wtf-modal__panel {
  position: relative;
  max-width: min(1100px, 94vw);
  max-height: 80vh;
  overflow: hidden;
  background: #ffe696;
  color: #1e001e;

  transform: translateY(24px);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.wtf-modal.is-open .wtf-modal__panel {
  transform: translateY(0);
}

.wtf-modal__close {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
  font-size: 1.2rem;
  line-height: 1;
  background: transparent;
  border: 0;
  color: #1e001e;
  cursor: pointer;
  padding: 1rem;
  font-family: "PP Supply Mono" sans-serif;
  outline: none;
}
.wtf-modal__title {
  font-family: "PP Neue Montreal", arial, sans-serif;
  font-size: 3rem;
  margin: 0 0 1rem;
  padding: 2rem;
}

.wtf-modal__content {
  font-family: "PP Neue Montreal", arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 1rem;
  margin: 1rem;
}
.wtf-faq {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wtf-faq h3 {
  font-family: "PP Neue Montreal", arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 0.25rem;
}
.wtf-faq p {
  margin: 0;
  color: #1e001e;
  font-weight: 400;
}

.wtf-modal__content::-webkit-scrollbar {
  width: 24px;
  background-color: white;
  outline: none;
}
.wtf-modal__content::-webkit-scrollbar-track {
  background-color: white;
  border-right: solid 20px #ffe696;
  border-top: solid 20px #ffe696;
  border-bottom: solid 20px #ffe696;
  outline: none;
  box-shadow: none;
}
.wtf-modal__content::-webkit-scrollbar-thumb {
  background-color: #1e001e;
  border-right: solid 20px #ffe696;
  outline: none;
  box-shadow: none;
}

body.no-scroll {
  overflow: hidden;
}

/*
==================================================
                7. FLASH POPUP STYLES
==================================================
*/
.flash {
  font-family: "PP Supply Sans";
  font-size: 1.5rem;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 420px;
  height: 140px;
  padding: 20px;
  display: none;
  letter-spacing: 1px;
  flex-direction: column;
}
.flash:hover {
  cursor: pointer;
}
.flash.flash-incorrect {
  background: #ff644b;
  justify-content: space-between;
}
.flash.flash-incorrect button:hover {
  text-decoration: underline;
}
.flash.flash-loading {
  background: #73a073;
}
.flash.flash-loading .container {
  position: relative;
  text-align: center;
}
.flash.flash-loading .container .Loading {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #1e001e;
  margin: 25px 0;
}
.container .Loading span {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #1e001e;
}
.flash.flash-loading i {
  float: right;
  font-style: normal;
}
.flash.flash-incorrect .container {
  position: relative;
  text-align: center;
}
.flash.flash-incorrect .container .Loading {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #1e001e;
  margin: 25px 0;
}

.flash.flash-contact {
  background: #ffe696;
  height: auto;
  width: auto;
  max-height: 510px;
  max-width: 580px;
}
.flash.flash-contact p {
  float: left;
}
.flash.flash-contact .form-wrapper {
  max-width: 458px;
  margin: 90px auto 0;
}
.flash.flash-contact .row-form {
  margin: 20px 0;
  display: flex;
}
.flash.flash-contact .row-submit {
  justify-content: end;
  margin-top: 30px;
}
.text-field {
  font-family: "PP Supply Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  border: none;
  border-radius: 25px;
  padding: 0 15px;
  line-height: 50px;
  width: 100%;
  max-width: 550px;
}
.flash-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.btn-submit {
  float: right;
}
button,
input[type="submit"] {
  appearance: none;
  border: none;
  background: none;
  appearance: none;
  border: none;
  background: none;
  font-family: "PP Supply Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #1e001e;
  padding: 0;
}
button:hover,
input[type="submit"]:hover {
  cursor: pointer;
  text-decoration: underline;
}
.close-form {
  float: right;
}
/* END FLASH POPUP STYLES */

/*
==================================================
                8. PRIVACY PAGE STYLES
==================================================
*/
.privacy {
  line-height: 1.2;
  max-width: 1130px;
  margin: 2rem auto;
  padding: 0 15px 30px;
}
.privacy h2 {
  font-size: 2.4rem;
}
.privacy p {
  margin: 1rem 0;
}
.privacy .main {
  max-width: 991px;
  margin: 0 auto;
}

.grecaptcha-badge {
  opacity: 0;
}
/* END PRIVACY PAGE STYLES */

/*
==================================================
                   9. MEDIA QUERIES
==================================================

*/

/*
==================================================
               SMALL LAPTOP
==================================================
*/
@media (max-width: 1366px) {
  .main #d2 .fragment {
    min-height: 450px;
  }
  .main #d2 .fragment h2.claim2 {
    font-size: 9rem;
  }
  .main #d5 .fragment {
    width: 57vw;
  }
  .main #d7 .fragment {
    height: 85vh;
  }

  .main #d7 .fragment .content-wrapper p {
    font-size: 2rem;
    max-width: 50%;
  }
  .main #d7 .fragment .content-wrapper p br {
    display: none;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell {
    width: 24%;
    height: 50px;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell img {
    max-height: 100%;
  }
  .main #d8 .fragment {
    width: 87vw;
  }
  .main #d8 .fragment .content-wrapper p {
    font-size: 2rem;
  }
  .main #d8 .fragment .content-wrapper .profiles-list {
    margin-top: 1.5rem;
  }

  .main #d10 .fragment {
    max-height: 500px;
  }
  .main #d10 .fragment h2 {
    font-size: 5.25rem;
  }

  .main #d15 .number {
    font-size: 10rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .d15-title {
    font-size: 3rem;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 16px;
    left: 25px;

    margin: 0;
    opacity: 0; /* base: oculto */
    transition: opacity 0.25s ease;
    color: #1e001e;
  }
  .quote-1,
  .quote-2,
  .quote-3 {
    width: 25%;
    text-align: center;
  }

  .wanted {
    font-size: 22rem;
  }
  .d16-text span {
    font-family: "PP Editorial New";
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #ff644b;
    mix-blend-mode: multiply;
  }
}

/*
==================================================
                13/14" SCREEN 940PX HEIGHT
==================================================
*/
@media screen and (max-height: 940px) {
  .main #d5 .fragment .black-box-left,
  .main #d5 .fragment .black-box-right {
    width: 50%;
  }

  .main #d7 .fragment .content-wrapper {
    display: inline-table;
    margin: 0 auto;
    max-width: 1088px;
  }

  .main #d7 .fragment .content-wrapper .clients .logo-cell {
    max-width: 100%;
    max-height: 50px;
    margin: 0 10px 10px;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell img {
    max-width: 100%;
  }
  .main #d7 .fragment .content-wrapper .clients .clients-left-column {
    width: 50%;
  }
  .main #d7 .fragment .content-wrapper .clients .clients-right-column {
    width: 50%;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell:nth-child(3n + 3) {
    margin-left: auto;
    margin-right: auto;
  }
  .main #d7 .hand {
    max-height: 235px;
    right: calc(-2290px - 30%);
    top: 105px !important;
  }
  .main #d7 .hand img {
    max-height: 100%;
  }
}

/*
==================================================
                12/13" LAPTOP AND TABLET
==================================================
*/

@media (max-width: 1280px) {
  .main #d7 .fragment .content-wrapper p br {
    display: none;
  }
  .wanted {
    font-size: 22.25rem;
    position: absolute;
    inset: 0;
  }
}
/*
==================================================
             IPAD AIR/PRO AND SMALL LAPTOP
==================================================
*/

@media (max-width: 1148px) {
  .main #d2 .fragment h2.claim2 {
    font-size: 7rem;
  }
  .main #d5 .fragment {
    width: 80vw;
  }
  .main #d4 .fragment p {
    font-size: 2.875rem;
  }
  .wanted {
    font-size: 18.25rem;
  }
  .main #d9 .fragment {
    width: 88vw;
  }
  .main #d10 .fragment {
    max-height: 600px;
  }
  .main #d2 .fragment {
    width: 85vw;
  }
  .main #d6 .fragment {
    width: 88vw;
  }
  .main #d7 .fragment {
    width: 85vw;
  }
  .main #d8 .fragment {
    width: 83vw;
  }
}

/*
==================================================
             IPAD STNDRD/ANDROID/PRO
==================================================
*/

@media (max-width: 1024px) {
  .main #d2 .fragment h2.claim2 {
    font-size: 8rem;
  }
  .main #d4 .fragment p {
    font-size: 3.5rem;
  }
  .main #d4 .fragment p {
    font-size: 2.5rem;
  }
  .main #d5 .fragment {
    padding: 3vh;
  }
  .main #d5 .fragment .black-box-left {
    /*width: 60%;*/
    width: 72%;
  }
  .main #d6 .fragment {
    margin: auto;
  }
  .main #d6 .fragment .video-card {
    padding-bottom: 2rem;
  }
  .main #d6 .fragment .video-card .video-thumb {
    max-width: 400px;
  }
  .video-items {
    margin: 10px auto 0;
  }
  .main #d7 .fragment .content-wrapper {
    padding: 20px;
  }

  .main #d7 .fragment .content-wrapper p br {
    display: none;
  }

  .main #d7 .fragment .content-wrapper .clients .logo-cell img {
    max-width: 100%;
  }
  .main #d7 .fragment p {
    max-width: 100%;
  }
  .clients-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main #d7 .fragment .clients {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    align-items: start;
  }
  .main #d7 .fragment .clients .clients-left-column,
  .main #d7 .fragment .clients .clients-right-column {
    gap: 20px;
  }

  .main #d7 .fragment .clients .logo-cell {
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  .main #d7 .fragment {
    width: 88vw;
    height: 75vh;
    margin: auto;
    padding: 20px 45px;
    background: #c8f0f0;
    max-width: 1100px;
    box-sizing: border-box;
    position: absolute;
  }
  .wanted > .wantedContent {
    top: 20rem;
  }

  .wanted {
    font-size: 18rem;
  }
  .main #d8 .fragment {
    max-height: 990px;
  }
  .main
    #d8
    .fragment
    .content-wrapper
    .profiles-list
    .profile-item
    .profile-position {
    font-size: 1.12rem;
    line-height: 1.2;
    text-align: left;
    margin-top: 0.25rem;
    max-width: 220px;
    font-weight: 400;
  }
  .quote-1,
  .quote-2,
  .quote-3 {
    width: 30%;
    text-align: center;
  }

  .main #d9 .fragment .contact h1,
  .main #d9 .fragment .contact h2 {
    font-size: 2rem;
  }

  .main #d9 .fragment .subscribe {
    height: 50%;
  }

  .main #d9 .fragment .contact .content .privacy-link {
    position: absolute;
    bottom: 4rem;
    right: 1rem;
  }
  .main #d10 .fragment h2 {
    font-size: 5.25rem;
  }
  .text-box p {
    font-size: 5rem;
  }
  .crimes {
    font-size: 10.5rem;
  }

  .main #d13 .fragment {
    width: 90vw;
    max-width: 700px;
    min-height: 65vh;
    justify-content: center;
    align-items: center;
  }
  .d13-responsive {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content min-content max-content;
    gap: 1rem;
  }
  .d13-texts {
    display: contents;
  }

  .d13-texts .quote-1 {
    order: 1; /* arriba */
  }

  .d13-video {
    order: 2;
    width: 100%;
    max-width: 50vw;
    margin: 0 auto;
    aspect-ratio: 4 / 5;
  }
  .main #d13 .fragment .quote-1,
  .main #d13 .fragment .quote-2 {
    width: 100%;
    text-align: center;
  }
  .video-overlay {
    align-items: center;
  }

  .d13-texts .quote-2 {
    order: 3; /* debajo del video */
  }

  .main #d15 .fragment {
    width: 76vw;
  }

  .main #d17 .fragment {
    width: 70vw;
    min-height: 600px;
  }
}

/*
==================================================
             SMALL WINDOWS AND TABLETS
==================================================
*/
@media (max-width: 1280px) and (max-height: 780px) {
  .main #d7 .fragment .clients .clients-left-column,
  .main #d7 .fragment .clients .clients-right-column {
    width: 100% !important;
    float: none !important;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    border: none;
    box-sizing: border-box;
  }

  .main #d7 .fragment .clients {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    align-items: start;
  }

  .d13-responsive {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
  .d13-video {
    order: 2; /* video en el medio */
    width: 100%;
    max-width: 500px;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 991px), screen and (max-height: 580px) {
  .scroller,
  nav {
    display: none;
  }
  .fixed header {
    top: 1rem;
    left: 0;
    right: 0;
    width: 100%;
  }
  .fixed header h1.title {
    max-width: 114px;
    margin: 0 auto;
  }
  .fixed header h1.title img {
    max-width: 100%;
  }
  .main .slide {
    margin-top: 80vh;
  }
  .main .fragment {
    max-width: 478px;
  }
  .main #d1 .fragment h2.claim {
    font-size: 1.875rem;
    max-width: 256px;
  }
  .main #d1 .fragment div {
    bottom: 1rem;
  }
  .main #d1 .fragment h2.claim img {
    width: auto;
    height: auto;
    max-width: none;
  }
  .main #d2 .fragment h2.claim2 {
    font-size: 3.75rem;
    line-height: 1;
  }
  .main #d2 .fragment {
    min-height: 224px;
    width: 80vw;
    max-width: 600px;
  }
  .main #d4 .fragment {
    max-width: 564px;
    width: 79vw;
  }
  .main #d4 .fragment p {
    font-size: 2rem;
  }
  .main #d5 .fragment {
    padding: 3vh;
    /*width: 60vw;*/
    width: 80vw;
    height: 50vh;
    max-width: 478px;
  }
  .main #d5 .fragment .black-box {
    padding: 10px;
  }
  .main #d5 .fragment .black-box p {
    font-size: 1rem;
  }
  .main #d5 .fragment .black-box .keyboard .key {
    font-size: 2.375rem;
    /*line-height: 0.7;*/
    width: 35px;
    height: 35px;
    margin-bottom: 0.5rem;
  }
  .main #d5 .fragment .black-box-left input {
    font-size: 1rem;
    line-height: 30px;
    max-width: 50%;
  }
  .main #d5 .fragment .black-box-right {
    width: 34%;
  }
  .main #d5 .fragment .black-box .keyboard .key.key-get-code,
  .main #d5 .fragment .black-box .keyboard .key.key-enter {
    font-size: 0.75rem;
    line-height: 1;
  }
  .main #d5 .fragment .black-box .keyboard .key:nth-child(3n + 2) {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .main #d6 .fragment .video-card {
    padding-bottom: 1rem;
  }
  .video-list {
    max-height: 72vh;
  }

  .video-items {
    margin: 10px auto 0;
  }
  .flash {
    font-size: 1rem;
    max-width: 320px;
  }
  button,
  input[type="submit"] {
    font-size: 1rem;
  }
  .text-field {
    font-size: 1rem;
    line-height: 30px;
  }
  .flash.flash-contact .form-wrapper {
    margin: 40px auto 0;
    max-width: 320px;
  }
  .flash.flash-contact {
    height: 66vh;
    max-height: none;
    max-width: none;
  }
  .flash.flash-contact .row-form {
    margin: 10px 0;
  }

  .main #d6 .fragment {
    width: 96vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .main #d6 .fragment .video-work {
    padding-top: 1rem;
  }
  .main #d6 .fragment .campaign {
    font-weight: 700;
    font-size: 1rem;
  }
  .main #d6 .fragment .agency {
    font-size: 1rem;
    font-style: italic;
  }
  .video-list {
    padding: 0px 20px 0;
  }
  .main #d6 .fragment .video-card {
    padding-bottom: 0px;
  }
  .video-items {
    max-width: 100%;
  }
  .main #d6 .fragment .video-card .video-title {
    font-size: 0.75rem;
    text-align: center;
  }
  .main #d6 .fragment .video-card .video-thumb {
    width: 100%;
    height: 200px;
  }

  .main #d7 .fragment {
    max-width: 800px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;

    justify-content: space-between;
  }
  .main #d7 .fragment .content-wrapper {
    max-width: 86%;
    padding: 0.5rem;
  }
  .main #d7 .fragment .content-wrapper p {
    font-size: 1.2rem;
    width: 60%;
  }
  .main #d7 .fragment .content-wrapper p br {
    display: none;
  }
  .main #d7 .fragment .content-wrapper .clients {
    margin: 1rem;
  }
  .main #d7 .fragment .content-wrapper .clients h4 {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell {
    width: 27%;
    height: 32px;
    margin-bottom: 12px;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell:nth-child(3n + 3) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .main #d7 .fragment .content-wrapper .clients .logo-cell img {
    max-width: 100%;
  }

  .main #d7 .fragment .content-wrapper .clients .logo-cell.diamond {
    display: none;
  }

  .main #d8 .fragment {
    width: 92vw;
    max-width: 660px;
  }
  .main #d8 .fragment .content-wrapper {
    padding: 0.5rem;
  }
  .main #d8 .fragment .content-wrapper p {
    font-size: 1.25rem;
  }

  .profiles-list {
    display: grid;
    margin-top: 60px;
    gap: 20px 20px;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    align-items: start;
  }

  .main #d8 .fragment .content-wrapper .profiles-list {
    margin-top: 1rem;
  }
  .main #d8 .fragment .content-wrapper .profiles-list .profile-item {
    min-width: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  .main
    #d8
    .fragment
    .content-wrapper
    .profiles-list
    .profile-item:nth-child(2) {
    margin: 0 15px;
  }
  .main
    #d8
    .fragment
    .content-wrapper
    .profiles-list
    .profile-item
    h4.profile-name {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0.25rem;
  }
  .main
    #d8
    .fragment
    .content-wrapper
    .profiles-list
    .profile-item
    figure.profile-image {
    max-width: 100px;
  }
  .main
    #d8
    .fragment
    .content-wrapper
    .profiles-list
    .profile-item
    .profile-bio {
    font-size: 0.75rem;
    min-height: auto;
  }
  .wanted {
    font-size: 14.25rem;
  }
  .main #d9 .fragment {
    max-width: 640px;
    height: 40vh;
  }

  .main #d9 .fragment .contact .content .privacy-link {
    position: absolute;
    bottom: 2.1rem;
    right: 1rem;
  }
  .main #d9 .fragment .subscribe {
    padding: 0.5rem;
    height: 50%;
  }
  .main #d9 .fragment .contact {
    padding: 0.5rem;
    height: 24vh;
  }
  .main #d9 .fragment .subscribe h1 {
    font-size: 4rem;
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .main #d9 .fragment .subscribe h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  .main #d9 .fragment .contact .iso {
    width: 65px;
  }

  .main #d9 .fragment .subscribe input[type="email"] {
    font-size: 1rem;
    min-height: 1.5rem;
    width: 170px;
  }
  .main #d9 .fragment .subscribe input[type="submit"],
  .main #d9 .fragment .subscribe #subscribeSubmit {
    margin-left: -50px;
    line-height: 1rem;
  }
  .main #d9 .fragment .contact h1,
  .main #d9 .fragment .contact h2 {
    font-size: 1.25rem;
  }
  .main #d9 .fragment .contact a.social {
    max-width: 25px;
    max-height: 25px;
  }
  .main #d10 .fragment {
    bottom: unset;
    max-height: 400px;
    width: 83vw;
    padding: 0.5rem 2.5rem;
    max-width: 640px;
  }
  .main #d10 .fragment h2 {
    font-size: 3rem;
  }
  .main #d11 .fragment {
    width: auto;
    /* height: 70vh; */
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  .text-box p {
    text-align: center;
    font-size: 3rem;
    font-family: "PP Editorial New";
    text-transform: uppercase;
    font-weight: 400;
    color: #ffd7eb;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
  .cover-text-small-2 {
    padding-left: 0px;
  }

  .cover-text-2 {
    padding-left: 0px;
  }

  #d12 .fragment {
    width: 100%;
    max-width: none;
  }
  .bandit h2 {
    font-size: 9rem;
    line-height: 1;
  }
  .main #d13 .fragment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #321e3c;
    background-color: #ffe696;
    box-sizing: border-box;
    width: 80vw;
    min-height: 60vh;
    padding: 30px 30px;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: 0;
    max-width: 77vw;
  }
  .d13-texts {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main #d13 .fragment .quote-1,
  .main #d13 .fragment .quote-2 {
    text-align: center;
    width: 100%;
  }
  .d13-responsive {
    justify-content: center;
    align-items: center;
  }
  .video-overlay {
    align-items: center;
  }
  .main #d14 .fragment {
    font-size: 2.5rem;
    line-height: 1.15;
  }

  .main #d14 .fragment {
    width: 80vw;
    min-height: 55vh;
  }
  .main #d15 .fragment {
    width: 80vw;
  }
  .main #d16 .fragment {
    width: 80vw;
  }
  .main #d17 .fragment {
    width: 80vw;
    min-height: 400px;
  }

  /* Mostrar SOLO en mobile/tablet */
  .wtf-mobile-slide {
    display: block !important;
  }
  /* Ocultar el modal */
  #wtfModal {
    display: none !important;
  }

  .wtf-mobile-slide .fragment {
    background: #ffe696;
    color: #1e001e;
    width: 90vw;
    margin: auto;
    padding: 2rem;
    box-sizing: border-box;
    max-width: 900px;
    border-radius: 0;
    overflow-y: auto;
    height: auto;
  }

  .wtf-mobile__title {
    font-family: "PP Neue Montreal", arial, sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .wtf-mobile__content {
    font-family: "PP Neue Montreal", arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.3;
    overflow-y: auto;
    max-height: 70vh;
  }

  .wtf-mobile__content::-webkit-scrollbar {
    width: 2px;
    background-color: white;
  }
  .wtf-mobile__content::-webkit-scrollbar-track {
    background-color: white;
  }
  .wtf-mobile__content::-webkit-scrollbar-thumb {
    background-color: #1e001e;
  }

  .wtf-faq {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .wtf-faq h3 {
    font-size: 1.4rem;
    font-weight: bold;
  }

  .wtf-faq p {
    margin: 0;
    color: #1e001e;
    font-size: 1rem;
  }
}

/*
==================================================
             ONLY TABLETS PORTRAIT AND LANDSCAPE
==================================================
*/

@media screen and (hover: none) and (pointer: coarse) and (min-width: 768px) and (max-width: 1366px) {
  /* Tus estilos para tablet */
}

/*
==================================================
             BIG MOBILES AND SMALL TABLETS
==================================================
*/
@media (max-width: 900px) {
  .main #d7 .fragment .clients .logo-cell {
    height: 40px;
  }
}
@media (max-width: 828px) {
  .main #d7 .fragment .content-wrapper {
    display: block;
  }
  .main #d9 .fragment .contact .content .privacy-link {
    position: relative;
    bottom: 0.25rem;
    right: unset;
    font-size: 0.85rem;
  }
  .main #d15 .number {
    font-size: 8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .main #d7 .fragment .clients {
    padding-top: 0;
  }
  .main #d7 .fragment .clients .logo-cell {
    height: 40px;
  }
  .main #d14 .fragment {
    width: 80vw;
  }

  .main #d7 .fragment .clients {
    gap: 10px;
    padding-top: 10px;
  }
  .main #d7 .fragment .clients .clients-left-column,
  .main #d7 .fragment .clients .clients-right-column {
    gap: 20px;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .main #d7 .fragment .clients {
    gap: 10px;
    padding-top: 10px;
  }
  .main #d7 .fragment .clients .clients-left-column,
  .main #d7 .fragment .clients .clients-right-column {
    gap: 20px;
  }
  .main #d13 .fragment {
    width: 100%;
    height: 80vh;
    min-height: 70vh;
    max-height: 600px;
    font-weight: 400;
    font-size: 1.5rem;
    max-width: 60%;
    padding: 1rem;
  }
  .d13-video {
    order: 2;
    width: 100%;
    aspect-ratio: 4 / 5;
  }
  /* END MEDIA QUERIES */
}

/* 🔹 Pero mantener la mano (pointer) para elementos clickeables */
html,
body,
* {
  cursor: default !important;
}
a,
button,
[role="button"],
input[type="submit"],
label,
#sneakIn,
.sneakIn-p,
.social,
.privacy-link {
  cursor: pointer !important;
}
