@charset "UTF-8";
:root {
  --bg-primary: #001E32;
  --accent: #D8A345;
  --text-color: #ffffff;
  --font-secondary: 'GothamMedium', sans-serif;
  --font-primary: 'GothamBook', sans-serif;
  --transition-main: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --bg-color: #051622;
  --note-size: 110px;
  --transition-speed: 0.5s;
}

.seductionx {
  min-height: 100dvh;
  line-height: 110%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: var(--font-primary);
  color: var(--text-color);
  background-color: var(--bg-primary);
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  overflow-x: hidden !important;
}
@media (min-width: 1200px) {
  .seductionx {
    cursor: none;
  }
}
.seductionx {
  /*  &,
  * {
      cursor: none !important;
  }*/
}
.seductionx *,
.seductionx *::before,
.seductionx *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.seductionx p {
  text-wrap: pretty;
}
.seductionx h1,
.seductionx h2,
.seductionx h3,
.seductionx h4,
.seductionx h5,
.seductionx h6 {
  text-wrap: balance;
}
.seductionx a {
  text-decoration: none;
  color: inherit;
}
.seductionx img,
.seductionx video,
.seductionx svg {
  height: auto;
  max-width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .seductionx *,
  .seductionx *::before,
  .seductionx *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    -webkit-transition: none;
    transition: none;
  }
}
.seductionx .text-center {
  text-align: center;
}
@media (max-width: 1200px) {
  .seductionx .hide-mobile {
    display: none;
  }
}
.seductionx h2 {
  font-size: 3.4vw;
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: var(--fw-normal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5vw;
     -moz-column-gap: 1.5vw;
          column-gap: 1.5vw;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .seductionx h2 {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.seductionx h2 img {
  width: 4.375vw;
  height: auto;
}
@media (max-width: 990px) {
  .seductionx h2 img {
    width: 35px;
  }
}
@media (max-width: 990px) {
  .seductionx h2 {
    font-size: 33px;
  }
}
.seductionx {
  /* Contenedor base opcional */
}
.seductionx .container {
  width: 100%;
  max-width: 100%;
  padding-inline: 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .seductionx .container {
    padding-inline: 16px;
    overflow: hidden;
  }
}
.seductionx .container--full {
  max-width: 100%;
}
.seductionx .hero {
  width: 100%;
  overflow: hidden;
  height: calc(100svh - 63px);
  position: relative;
}
@media (max-width: 1200px) {
  .seductionx .hero {
    height: calc(100svh - 46px);
  }
}
.seductionx .hero__background {
  width: 100%;
  height: 100%;
  background-color: var(--bg-primary);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/img/seduction-x/fondo_desktop.webp?");
  background-image: -webkit-image-set(url("/img/seduction-x/fondo_desktop.webp?") 1x, url("/img/seduction-x/fondo_desktop@2x.webp?") 2x);
  background-image: image-set(url("/img/seduction-x/fondo_desktop.webp?") 1x, url("/img/seduction-x/fondo_desktop@2x.webp?") 2x);
  background-size: cover;
}
@media (max-width: 990px) {
  .seductionx .hero__background {
    background-image: url("/img/seduction-x/fondo_mobile.webp?");
    background-image: -webkit-image-set(url("/img/seduction-x/fondo_mobile.webp?") 1x, url("/img/seduction-x/fondo_mobile@2x.webp?") 2x);
    background-image: image-set(url("/img/seduction-x/fondo_mobile.webp?") 1x, url("/img/seduction-x/fondo_mobile@2x.webp?") 2x);
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .seductionx .hero__background {
    clip-path: circle(0% at 50% 50%);
    will-change: clip-path;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.seductionx .hero__background figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.seductionx .hero__background figure img {
  height: 100svh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.seductionx .hero__content {
  position: absolute;
  text-align: center;
  z-index: 1;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
}
@media (max-width: 990px) {
  .seductionx .hero__content {
    right: 0;
    left: 0;
    width: 92vw;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-self: center;
    height: calc(90svh - 45px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.seductionx .hero__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seductionx .hero__title {
  -webkit-margin-after: 26vh;
          margin-block-end: 26vh;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  line-height: 1;
}
@media (max-width: 990px) {
  .seductionx .hero__title {
    -webkit-margin-after: 2.07vh;
            margin-block-end: 2.07vh;
  }
}
.seductionx .hero__title img {
  width: 39.27vw;
}
@media (max-width: 990px) {
  .seductionx .hero__title img {
    width: 89%;
  }
}
.seductionx .hero__subtitle {
  -webkit-margin-after: 11vh;
          margin-block-end: 11vh;
}
@media (max-width: 990px) {
  .seductionx .hero__subtitle {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.seductionx .hero__subtitle img {
  width: 28.02vw;
  margin-inline: auto;
}
@media (max-width: 990px) {
  .seductionx .hero__subtitle img {
    width: 60%;
  }
}
.seductionx .hero__image {
  position: absolute;
  right: 10%;
  z-index: 1;
  bottom: 0;
}
.seductionx .hero__image img {
  width: 10.52vw;
}
@media (max-width: 990px) {
  .seductionx .hero__image--desktop {
    display: none;
  }
}
.seductionx .hero__image--mobile {
  display: none;
}
@media (max-width: 990px) {
  .seductionx .hero__image--mobile {
    display: block;
    position: relative;
    right: 5%;
    margin-bottom: 4.15vh;
    -ms-flex-item-align: end;
        align-self: end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.seductionx .hero__image--mobile img {
  width: 13vh;
}
.seductionx .hero__button {
  font-size: 1.04vw;
  border: 1px solid currentColor;
  padding-block: 2.14vh;
  border-radius: 100px;
  margin-bottom: 10.6vh;
  width: 13.48vw;
  margin-inline: auto;
  font-family: var(--font-secondary);
  z-index: 1;
  background-color: transparent;
  position: relative;
  display: block;
}
@media (max-width: 900px) {
  .seductionx .hero__button {
    margin-bottom: 0;
    width: 100%;
    padding-block: 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 20px;
  }
}
.seductionx .hero__description {
  -webkit-margin-after: 1.85vh;
          margin-block-end: 1.85vh;
}
@media (max-width: 990px) {
  .seductionx .hero__description {
    -webkit-margin-after: 5h;
            margin-block-end: 5h;
  }
}
.seductionx .hero__description img {
  width: 12.5vw;
}
@media (max-width: 990px) {
  .seductionx .hero__description img {
    width: 59%;
  }
}
@media (max-width: 600px) {
  .seductionx .hero__description img {
    -webkit-filter: drop-shadow(1px 1px 1px #674e2a);
            filter: drop-shadow(1px 1px 1px #674e2a);
  }
}
@media (max-width: 990px) {
  .seductionx .hero__description-bis {
    -webkit-margin-after: 3.5vh;
            margin-block-end: 3.5vh;
  }
}
.seductionx .hero__description-bis img {
  width: 22.81vw;
}
@media (max-width: 990px) {
  .seductionx .hero__description-bis img {
    width: 79%;
  }
}
@media (max-width: 600px) {
  .seductionx .hero__description-bis img {
    -webkit-filter: drop-shadow(1px 1px 1px #674e2a);
            filter: drop-shadow(1px 1px 1px #674e2a);
  }
}

video {
  width: 100%;
}

/* Contenedor principal de la tarjeta ajustado a 100% ancho y 840px de alto */
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-image: url("../../img/seduction-x/background-video.webp?");
  background-image: -webkit-image-set(url("../../img/seduction-x/background-video.webp?") 1x, url("../../img/seduction-x/background-video@2x.webp?") 2x);
  background-image: image-set("../../img/seduction-x/background-video.webp?" 1x, "../../img/seduction-x/background-video@2x.webp?" 2x);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
  cursor: pointer;
  -webkit-transition: -webkit-transform var(--transition-main);
  transition: -webkit-transform var(--transition-main);
  transition: transform var(--transition-main);
  transition: transform var(--transition-main), -webkit-transform var(--transition-main);
  height: calc(100svh - 63px);
}
@media (max-width: 1200px) {
  .video-container {
    height: calc(100svh - 46px);
  }
}

/* Overlay oscuro */
.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color var(--transition-main);
  transition: background-color var(--transition-main);
  z-index: 5;
}

.video-card:hover .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

#play-follower {
  position: absolute;
  width: 6.25vw;
  height: 6.25vw;
  margin-left: -60px;
  margin-top: -60px;
  pointer-events: none;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform;
}
@media (max-width: 1200px) {
  #play-follower {
    width: 110px;
    height: 110px;
  }
}

.rotating-border {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-animation: spin 8s linear infinite;
          animation: spin 8s linear infinite;
  background-image: url(../../img/seduction-x/videocursor.png);
  background-size: cover;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Botón central con animación de pulso */
.play-button {
  padding: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}

.play-button svg {
  width: 44px;
  height: 44px;
  fill: white;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
/* Lightbox (Modal) Fullscreen */
#lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
  z-index: 110;
}

.close-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-wrapper {
  width: 100vw;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100svh - 63px);
}
@media (max-width: 1200px) {
  .video-wrapper {
    height: calc(100svh - 46px);
  }
}

video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #000;
}

#era-sx {
  -webkit-padding-before: 5.9vh;
          padding-block-start: 5.9vh;
  -webkit-padding-after: 5.9vh;
          padding-block-end: 5.9vh;
}
@media (max-width: 990px) {
  #era-sx {
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
    height: auto;
  }
}
#era-sx .texts {
  -webkit-padding-after: 6.48vh;
          padding-block-end: 6.48vh;
  display: grid;
  place-content: space-between;
  grid-template-columns: 13% 80% auto;
  font-size: 0.93vw;
}
@media (max-width: 990px) {
  #era-sx .texts {
    grid-template-columns: 1fr 1fr;
    -webkit-padding-after: 3.125rem;
            padding-block-end: 3.125rem;
    font-size: 10px;
  }
}
@media (max-width: 990px) {
  #era-sx .texts div:last-child {
    display: none;
  }
}
@media (max-width: 990px) {
  #era-sx .texts div:nth-child(2) {
    text-align: right;
  }
}
#era-sx .title {
  font-size: 2.08vw;
  margin-inline: auto;
  font-weight: var(--fw-medium);
  -webkit-margin-after: 5.18vh;
          margin-block-end: 5.18vh;
}
@media (max-width: 990px) {
  #era-sx .title {
    text-align: left;
    font-size: 20px;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}
#era-sx .paragraph {
  font-size: 1.82vw;
  width: min(100%, 1180px);
  margin-inline: auto;
}
@media (max-width: 1200px) {
  #era-sx .paragraph {
    text-align: left;
    font-size: 16px;
  }
}

#neurociencia {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100svh - 63px);
}
@media (max-width: 1200px) {
  #neurociencia {
    height: calc(100svh - 46px);
  }
}
#neurociencia .video-background {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#neurociencia .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#neurociencia .video-background .overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
#neurociencia .videos-column {
  padding: 0;
}
#neurociencia .neurociencia__content {
  position: absolute;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 5.18vh;
  left: 0;
  right: 0;
}
@media (max-width: 990px) {
  #neurociencia .neurociencia__content {
    padding-block: 2rem;
  }
}
#neurociencia .neurociencia__content h2 {
  font-weight: var(--fw-medium);
  text-transform: uppercase;
}
#neurociencia .neurociencia__content p {
  font-size: 1.56vw;
  margin: 0;
}
@media (max-width: 990px) {
  #neurociencia .neurociencia__content p {
    font-size: 18px;
  }
}

#videos-grid {
  -webkit-padding-before: 3.7vh;
          padding-block-start: 3.7vh;
}
@media (max-width: 990px) {
  #videos-grid {
    padding-start: 1.25rem;
  }
}
#videos-grid h3 {
  font-size: 1.56vw;
  -webkit-margin-after: 2vh;
          margin-block-end: 2vh;
}
@media (max-width: 990px) {
  #videos-grid h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#videos-grid .videos-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
@media (max-width: 1200px) {
  #videos-grid .videos-grid__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    margin-right: -17px;
  }
  #videos-grid .videos-grid__inner::-webkit-scrollbar {
    display: none;
  }
  #videos-grid .videos-grid__inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
#videos-grid .video-column {
  padding: 0;
}
@media (max-width: 1200px) {
  #videos-grid .video-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    scroll-snap-align: center;
  }
}
#videos-grid .video-item {
  position: relative;
  max-height: 876px;
  height: 81vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 990px) {
  #videos-grid .video-item {
    height: 402px;
  }
}
#videos-grid .video-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#videos-grid .video-item .play-btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 111px;
  height: 111px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s;
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
@media (max-width: 990px) {
  #videos-grid .video-item .play-btn-circle {
    width: 71px;
    height: 71px;
  }
}
#videos-grid .video-item .play-btn-circle svg {
  width: 36px;
  height: 42px;
  fill: white;
}
@media (max-width: 990px) {
  #videos-grid .video-item .play-btn-circle svg {
    width: 26px;
    height: 32px;
  }
}
#videos-grid .video-item:hover .play-btn-circle {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

#seductionx-bg {
  height: calc(100svh - 63px);
}
@media (max-width: 1200px) {
  #seductionx-bg {
    height: calc(100svh - 46px);
  }
}
#seductionx-bg {
  background-image: url("../../img/seduction-x/seductionx-bg.webp?");
  background-image: -webkit-image-set(url("../../img/seduction-x/seductionx-bg.webp?") 1x, url("../../img/seduction-x/seductionx-bg@2x.webp?") 2x);
  background-image: image-set("../../img/seduction-x/seductionx-bg.webp?" 1x, "../../img/seduction-x/seductionx-bg@2x.webp?" 2x);
  background-size: cover;
  background-position: top;
}
@media (max-width: 990px) {
  #seductionx-bg {
    background-image: url("../../img/seduction-x/seductionx-bg-mobile.webp?");
    background-image: -webkit-image-set(url("../../img/seduction-x/seductionx-bg-mobile.webp?") 1x, url("../../img/seduction-x/seductionx-bg-mobile@2x.webp?") 2x);
    background-image: image-set("../../img/seduction-x/seductionx-bg-mobile.webp?" 1x, "../../img/seduction-x/seductionx-bg-mobile@2x.webp?" 2x);
    background-size: cover;
    background-position: left;
    height: 100vh;
  }
}

/* Contenedor de la galería */
.horizontal-section {
  width: calc(100vw - 16px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 1.7vh;
          margin-block-start: 1.7vh;
  -webkit-margin-after: 8.33vh;
          margin-block-end: 8.33vh;
}
@media (max-width: 990px) {
  .horizontal-section {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
@media (max-width: 990px) {
  .horizontal-section:has(.item--v1) {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
  }
}
.horizontal-section .horizontal-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  will-change: transform;
}
@media (max-width: 990px) {
  .horizontal-section .horizontal-track {
    gap: 10px;
  }
}
.horizontal-section .item--v1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39.32vw;
  height: 65.7vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 990px) {
  .horizontal-section .item--v1 {
    width: 76vw;
    height: calc(100vh - 400px);
  }
}
.horizontal-section .item--v2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 61.11vh;
  width: 21.4vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 990px) {
  .horizontal-section .item--v2 {
    width: 76vw;
    height: 402px;
  }
}
.horizontal-section .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#era-sx2 {
  -webkit-padding-before: 9.5vh;
          padding-block-start: 9.5vh;
  -webkit-padding-after: 4.16vh;
          padding-block-end: 4.16vh;
}
@media (max-width: 990px) {
  #era-sx2 {
    -webkit-padding-before: 1.25rem;
            padding-block-start: 1.25rem;
    height: auto;
  }
}
#era-sx2 .horizontal-section {
  -webkit-margin-after: 3.61vh;
          margin-block-end: 3.61vh;
}
@media (max-width: 990px) {
  #era-sx2 .horizontal-section {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
@media (max-width: 990px) {
  #era-sx2 .title {
    -webkit-padding-before: 1.875rem;
            padding-block-start: 1.875rem;
  }
}
#era-sx2 .text-container {
  margin-top: 3.61vh;
}
@media (max-width: 990px) {
  #era-sx2 .text-container {
    margin-top: 1.25rem;
  }
}
#era-sx2 .paragraph {
  font-size: 1.56vw;
  -webkit-margin-after: 4.1666vh;
          margin-block-end: 4.1666vh;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  #era-sx2 .paragraph {
    text-align: left;
    font-size: 20px;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}
#era-sx2 .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-margin-after: 4.907vh;
          margin-block-end: 4.907vh;
}
@media (max-width: 990px) {
  #era-sx2 .social-buttons {
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#era-sx2 .btn-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding-block: 2.5vh;
  border-radius: 65px;
  font-size: 3.38vw;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
#era-sx2 .btn-social:hover {
  background-color: var(--accent);
  color: var(--bg-primary);
}
@media (max-width: 990px) {
  #era-sx2 .btn-social {
    padding-block: 12px;
    font-size: 25px;
  }
}
#era-sx2 .btn-social a {
  display: inline-block;
}
#era-sx2 .logo-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#era-sx2 .logo-bottom-container img {
  max-width: 100%;
  height: auto;
}
#era-sx2 .video-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#era-sx2 .video-item .play-btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 111px;
  height: 111px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  z-index: 2;
}
@media (max-width: 990px) {
  #era-sx2 .video-item .play-btn-circle {
    width: 71px;
    height: 71px;
  }
}
#era-sx2 .video-item .play-btn-circle svg {
  width: 36px;
  height: 42px;
  fill: white;
}
@media (max-width: 990px) {
  #era-sx2 .video-item .play-btn-circle svg {
    width: 26px;
    height: 32px;
  }
}
#era-sx2 .video-item:hover .play-btn-circle {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

#piramide-olfativa {
  -webkit-padding-before: 12.03vh;
          padding-block-start: 12.03vh;
  padding-block: 12.03vh;
}
@media (max-width: 990px) {
  #piramide-olfativa {
    padding-block: 50px;
  }
}
#piramide-olfativa .elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#piramide-olfativa .elements .title {
  color: var(--accent);
  text-align: center;
  letter-spacing: -2%;
  background: -webkit-linear-gradient(225deg, #BE8A2C 0%, #F5E394 51.92%, #BD892B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 110%;
  z-index: 1;
}
@media (max-width: 990px) {
  #piramide-olfativa .elements .title {
    width: 90vw;
  }
}
#piramide-olfativa .elements--1 .title {
  width: min(100%, 51.4vw);
}
@media (max-width: 990px) {
  #piramide-olfativa .elements--1 .title {
    width: 80vw;
  }
}
#piramide-olfativa .elements--2 .title {
  width: min(100%, 58.85vw);
}
@media (max-width: 990px) {
  #piramide-olfativa .elements--2 .title {
    width: 80vw;
  }
}
#piramide-olfativa .elements--3 .title {
  width: min(100%, 69.73vw);
}
@media (max-width: 990px) {
  #piramide-olfativa .elements--3 .title {
    width: 80vw;
  }
}
#piramide-olfativa .elements--4 .title {
  width: min(100%, 69.73vw);
}
@media (max-width: 990px) {
  #piramide-olfativa .elements--4 .title {
    width: 80vw;
  }
}
@media (max-width: 990px) {
  #piramide-olfativa .elements .image-top {
    max-width: 110px;
  }
}
@media (max-width: 990px) {
  #piramide-olfativa .elements .image-bottom {
    max-width: 133px;
  }
}
#piramide-olfativa .embla {
  overflow: hidden;
  width: 100%;
  position: relative;
  width: calc(100% + 80px);
  margin-inline: -40px;
  -webkit-padding-before: 12vh;
          padding-block-start: 12vh;
  -webkit-padding-after: 4vh;
          padding-block-end: 4vh;
}
@media (max-width: 990px) {
  #piramide-olfativa .embla {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}
@media (max-width: 600px) {
  #piramide-olfativa .embla {
    -webkit-padding-after: 50px;
            padding-block-end: 50px;
  }
}
#piramide-olfativa .embla__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  /* Debe coincidir con el padding-left del slide */
}
#piramide-olfativa .embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--transition-speed) ease, -webkit-filter var(--transition-speed) ease;
  transition: opacity var(--transition-speed) ease, -webkit-filter var(--transition-speed) ease;
  transition: filter var(--transition-speed) ease, opacity var(--transition-speed) ease;
  transition: filter var(--transition-speed) ease, opacity var(--transition-speed) ease, -webkit-filter var(--transition-speed) ease;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
@media (min-width: 768px) {
  #piramide-olfativa .embla__slide {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (min-width: 768px) {
  #piramide-olfativa .embla__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
#piramide-olfativa .embla__slide.is-selected {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  z-index: 10;
}
#piramide-olfativa .float-container {
  position: relative;
  width: 40vw;
  height: 82vh;
  max-width: 775px;
  max-height: 746px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  #piramide-olfativa .float-container {
    width: 420px;
    height: 400px;
  }
}
@media (max-width: 990px) {
  #piramide-olfativa .float-container {
    width: 300px;
    height: 280px;
  }
}
#piramide-olfativa .center-label {
  font-size: 1.66vw;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 5;
}
@media (max-width: 1200px) {
  #piramide-olfativa .center-label {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  #piramide-olfativa .center-label {
    font-size: 15px;
  }
}
#piramide-olfativa .orbit-master {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate-master 30s linear infinite;
          animation: rotate-master 30s linear infinite;
}
@-webkit-keyframes rotate-master {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-master {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#piramide-olfativa .note-ball {
  position: absolute;
  width: var(--note-size);
  height: var(--note-size);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 11vw;
  height: 11vw;
  max-width: 216px;
  max-height: 216px;
  min-width: 93px;
  min-height: 93px;
  clip-path: circle(49% at center);
}
#piramide-olfativa .note-ball {
  /* Contra-rotación para legibilidad */
  -webkit-animation: counter-rotate-ball 30s linear infinite;
          animation: counter-rotate-ball 30s linear infinite;
}
@-webkit-keyframes counter-rotate-ball {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes counter-rotate-ball {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#piramide-olfativa .n1 {
  top: 0%;
  left: 13%;
}
#piramide-olfativa .n2 {
  top: 0%;
  right: 13%;
}
#piramide-olfativa .n3 {
  top: 40%;
  right: 0%;
}
#piramide-olfativa .n4 {
  bottom: 0%;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#piramide-olfativa .n5 {
  top: 40%;
  left: 0%;
}
#piramide-olfativa .note-ball span {
  position: relative;
  z-index: 2;
  font-size: 1vw;
  line-height: 1.2;
}
@media (max-width: 990px) {
  #piramide-olfativa .note-ball span {
    font-size: 12px;
  }
}
#piramide-olfativa .embla__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  width: 24vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  height: 82vh;
  max-height: 746px;
}
@media (max-width: 990px) {
  #piramide-olfativa .embla__button {
    height: 280px;
  }
}
#piramide-olfativa .embla__button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
#piramide-olfativa .embla__button--prev {
  left: 0;
}
#piramide-olfativa .embla__button--next {
  right: 0;
}
#piramide-olfativa .embla-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.81vw;
  -webkit-margin-before: 7.96vh;
          margin-block-start: 7.96vh;
}
@media (max-width: 768px) {
  #piramide-olfativa .embla-dots {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media (max-width: 1200px) {
  #piramide-olfativa .embla-dots {
    gap: 12vw;
  }
}
#piramide-olfativa .embla-dot {
  background: transparent;
  border: none;
  color: var(--text-color);
  font-size: clamp(15px, 2.083vw, 40px);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: var(--fw-normal);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
#piramide-olfativa .embla-dot:hover {
  color: var(--accent);
}
@media (max-width: 990px) {
  #piramide-olfativa .embla-dot {
    font-size: 15px;
  }
}
#piramide-olfativa .embla-dot.is-selected {
  color: var(--accent);
}

.video-item.is-playing .play-btn-circle {
  opacity: 0;
}
.video-item.is-playing {
  /*  &:hover .play-btn-circle {
      opacity: 1;
  }*/
}

/* ----------------- FONT FACE -------------- */
/*
@font-face {
    font-family: 'GothamMedium';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Gotham-Medium.woff') format('woff2');
}

@font-face {
    font-family: 'GothamBook';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Gotham-Book.woff') format('woff2');
}*//*# sourceMappingURL=style.css.map */