* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main-title {
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 38px;
  }
}

.btnSty {
  display: inline-block;
  color: #fff;
  border-radius: 50px;
  text-shadow: 0 0 10px #7d7d7d;
  text-transform: uppercase;
  padding: 10px;
  background: #df232e;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 996px) {
  .btnSty {
    font-size: 17px;
    padding: 15px;
  }
}
.btnSty:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.9;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  font-family: "montserrat", sans-serif;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .container {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}
.project .kv {
  position: relative;
  background: linear-gradient(160deg, #fff 50%, #c4c4c4);
}
.project .kv img {
  width: 100%;
}
.project .kv__wrapper {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__wrapper {
    width: 90%;
  }
}
@media (min-width: 1300px) {
  .project .kv__wrapper {
    width: 60%;
  }
}
.project .kv__wrapper-content {
  margin: 0 auto;
  padding: 5% 0 10%;
}
.project .kv__wrapper-content .logo {
  width: 50%;
  max-width: 280px;
}
@media (min-width: 996px) {
  .project .kv__wrapper-content .logo {
    width: 30%;
  }
}
@media (min-width: 1930px) {
  .project .kv__wrapper-content .logo {
    max-width: initial;
  }
}
.project .kv__wrapper-content .logo figcaption {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
@media (min-width: 996px) {
  .project .kv__wrapper-content .logo figcaption {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .project .kv__wrapper-content .logo figcaption {
    font-size: 1.1vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__wrapper-content .logo figcaption {
    font-size: 40px;
  }
}
.project .kv__wrapper-content .btnSty {
  margin: 30px 0 20px;
}
@media (min-width: 996px) {
  .project .kv__wrapper-content .btnSty {
    margin: 60px 0 20px;
  }
}
.project .kv__wrapper-content .des {
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 996px) {
  .project .kv__wrapper-content .des {
    width: 45%;
  }
}
.project .kv__wrapper-pd {
  position: relative;
  width: 90%;
}
@media (min-width: 996px) {
  .project .kv__wrapper-pd {
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55%;
  }
}
@media (min-width: 1300px) {
  .project .kv__wrapper-pd {
    width: 50%;
  }
}
.project .kv__wrapper-pd .pdPos {
  position: absolute;
  top: 0;
  left: 0;
}
.project .levelBox {
  padding: 50px 0;
  overflow: hidden;
  text-align: center;
  background: #000;
}
@media (min-width: 996px) {
  .project .levelBox {
    text-align: left;
  }
}
.project .levelBox__img {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 996px) {
  .project .levelBox__img {
    width: 86%;
    margin: 0 auto;
  }
}
.project .levelBox__item {
  opacity: 0;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.project .levelBox__item--txt {
  color: #eee;
}
.project .levelBox__item--txt b {
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#444), to(#20cdff));
  background: linear-gradient(to left, #444, #20cdff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: var(--title-md);
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 996px) {
  .project .levelBox__item--txt b {
    text-align: left;
  }
}
.project .levelBox__item--txt span {
  font-weight: bold;
}
.project .levelBox__item--icon {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 4%;
  margin: 3% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .project .levelBox__item--icon {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 4%;
  }
}
.project .levelBox__item--icon figure {
  text-align: center;
  -webkit-filter: drop-shadow(0px 0px 20px #fff);
          filter: drop-shadow(0px 0px 20px #fff);
}
.project .levelBox__item--icon figure img {
  max-height: 60px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .levelBox__item--icon figure img {
    max-height: 85px;
  }
}
.project .levelBox__item--icon figure figcaption {
  color: #eee;
  font-size: 12px;
}
.project .levelBox__item--icon figure.hide {
  opacity: 0;
  display: none;
}
@media (min-width: 996px) {
  .project .levelBox__item--icon figure.hide {
    display: block !important;
  }
}
.project .levelBox__item--icon figure.opacity50 {
  opacity: 0.3;
  -webkit-animation-name: iconAni;
          animation-name: iconAni;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.project .levelBox__item.active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}
.project .levelBox .btnstyle {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow: hidden;
}
.project .levelBox .btnstyle:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.project .levelBox .btnstyle:hover::before {
  height: 100%;
}
.project .levelBox .btnstyle span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.project .levelBox__btnbox {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  margin: 3% 0 5%;
}
.project .levelBox__btnbox-btn {
  cursor: pointer;
  opacity: 0.4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
@media (min-width: 996px) {
  .project .levelBox__btnbox-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
  }
}
.project .levelBox__btnbox-btn img {
  max-width: 100%;
}
.project .levelBox__btnbox-btn.active {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 25px #444);
          filter: drop-shadow(0 0 25px #444);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@-webkit-keyframes iconAni {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
    -webkit-filter: contrast(0.4);
            filter: contrast(0.4);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
}
@keyframes iconAni {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
  50% {
    -webkit-filter: brightness(0.4);
            filter: brightness(0.4);
    -webkit-filter: contrast(0.4);
            filter: contrast(0.4);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-filter: contrast(1);
            filter: contrast(1);
  }
}
.project .wtb {
  padding: 20px 0;
}
.project .wtb img.wtbitem_logo {
  display: initial;
}
.project .controlCenter {
  position: relative;
}
@media (min-width: 996px) {
  .project .controlCenter__wrapper-content {
    position: absolute;
    width: 50%;
    padding-top: 50px;
  }
}
.project .controlCenter__wrapper-content .btnSty {
  margin: 20px 0;
}
@media (min-width: 996px) {
  .project .controlCenter__img {
    padding-top: 100px;
  }
}
.project .controlCenter__img img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .controlCenter__img img {
    width: 70%;
  }
}
.project .mediaAwards {
  position: relative;
  margin-top: -13%;
  padding: 20px 0;
  background: #000;
  z-index: 100;
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi-pc-components/images/mediaAwards-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1930px) {
  .project .mediaAwards {
    margin-top: -14%;
  }
}
.project .mediaAwards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.project .mediaAwards__wrapper .main-title {
  color: #fff;
}
.project .mediaAwards__wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .mediaAwards__wrapper .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  opacity: 0.3;
}
@media (min-width: 996px) {
  .project .mediaAwards__wrapper .tab button {
    font-size: 17px;
    padding: 14px 16px;
  }
}
.project .mediaAwards__wrapper .tab button:hover {
  opacity: 1;
}
.project .mediaAwards__wrapper .tab button:hover h4 {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project .mediaAwards__wrapper .tab button figure img {
  max-height: 60px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .mediaAwards__wrapper .tab button figure img {
    max-height: 85px;
  }
}
.project .mediaAwards__wrapper .tab button h4 {
  color: #fff;
}
.project .mediaAwards__wrapper .tab button.active {
  opacity: 1;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, #24598b, #b915fd);
     border-image: -webkit-gradient(linear, left top, right top, from(#24598b), to(#b915fd));
     border-image: linear-gradient(0.25turn, #24598b, #b915fd);
  border-image-slice: 1;
}
.project .mediaAwards__wrapper .tab button.active h4 {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent {
  display: none;
  border-top: none;
  color: #fff;
  margin-top: 20px;
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem {
  background: -webkit-gradient(linear, left top, left bottom, from(#24598b), to(#b915fd));
  background: linear-gradient(#24598b, #b915fd);
  padding: 20px;
  margin: 5px;
  width: 45%;
}
@media (min-width: 996px) {
  .project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem {
    padding: 20px 10px;
    margin: 20px;
    width: 20%;
  }
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#b915fd), to(#24598b));
  background: linear-gradient(#b915fd, #24598b);
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__imgBox img {
  margin: 0 auto;
  width: 120px;
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox {
  color: #fff;
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName {
  font-size: 14px;
}
@media (min-width: 996px) {
  .project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName {
    font-size: 18px;
  }
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
  font-size: 12px;
}
@media (min-width: 996px) {
  .project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
    font-size: 14px;
  }
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName, .project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
  opacity: 0.7;
  font-weight: normal;
}
.project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-pdName {
  opacity: 1;
  font-size: 14px;
}
@media (min-width: 996px) {
  .project .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-pdName {
    font-size: 18px;
  }
}
.project .videoBox {
  padding: 20px 0;
  text-align: center;
  position: relative;
  background: #fff;
}
.project .videoBox__flex {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .videoBox__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .videoBox__flex-item {
  width: 100%;
}
.project .videoBox__flex-item .vdPopUp {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.project .videoBox__flex-item .vdPopUp::before {
  background: url(https://storage-asset.msi.com/event/2024/CND/powered-by-msi/images/video-icon.png) no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 100;
  left: 0;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  opacity: 1;
}
.project .videoBox__flex-item .vdPopUp::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  z-index: 2;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project .videoBox__flex-item .vdPopUp img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project .videoBox__flex-item .vdPopUp:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project .videoBox__flex-item .vdPopUp:hover::before {
  -webkit-filter: drop-shadow(0 0 20px black);
          filter: drop-shadow(0 0 20px black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.project .videoBox__flex-item .vdPopUp:hover::after {
  background: rgba(29, 29, 29, 0.66);
}
.project .videoBox__flex-item p {
  text-align: left;
  margin: 20px 0;
}
.project .videoBox__flex-item p a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.project .bestComponent {
  position: relative;
  text-align: center;
  z-index: 10;
  padding: 20px 0;
  background: #000;
}
.project .bestComponent img {
  width: 100%;
}
.project .bestComponent__wrapper {
  position: relative;
}
.project .bestComponent__wrapper .main-title {
  color: #fff;
}
@media (min-width: 996px) {
  .project .bestComponent__wrapper-slider {
    margin: 20px 0;
  }
}
.project .bestComponent__wrapper-slider .cardItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  text-align: left;
  background: #fff;
  margin-bottom: 5%;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .project .bestComponent__wrapper-slider .cardItem {
    margin: 0 10px 0;
    padding: 20px 0;
  }
}
.project .bestComponent__wrapper-slider .slick-list {
  margin-bottom: 5%;
}
@media (min-width: 996px) {
  .project .bestComponent__wrapper-slider .slick-list {
    margin-bottom: 3%;
  }
}
.project .bestComponent .cardBox {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
  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;
}
.project .bestComponent .cardBox__topBox {
  position: relative;
  margin: 0;
}
.project .bestComponent .cardBox__topBox-img {
  margin: 0 auto;
  vertical-align: text-top;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 15px;
}
.project .bestComponent .cardBox__topBox-des {
  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;
  font-size: var(--text-xs);
  text-align: left;
  padding: 15px;
}
.project .bestComponent .cardBox__bottomBox {
  padding: 15px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .bestComponent .cardBox__bottomBox {
    margin-left: auto;
  }
}
.project .bestComponent .cardBox__bottomBox .btnSty {
  padding: 10px 20px;
  text-transform: uppercase;
}
.project .bestComponent .hatch-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .bestComponent .hatch-prev {
    left: -3%;
    width: 30px;
  }
}
.project .bestComponent .hatch-prev:hover {
  cursor: pointer;
  opacity: 1;
}
.project .bestComponent .hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -25px;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .bestComponent .hatch-next {
    right: -3%;
    width: 30px;
  }
}
.project .bestComponent .hatch-next:hover {
  cursor: pointer;
  opacity: 1;
}
.project .followUs {
  padding: 20px 0;
}
.project .followUs__wrapper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .followUs__wrapper-item a {
  margin: 15px;
}
@media (min-width: 996px) {
  .project .followUs__wrapper-item a {
    margin: 25px;
  }
}
.project .followUs__wrapper-item a img {
  width: 50px;
}
@media (min-width: 996px) {
  .project .followUs__wrapper-item a img {
    width: 70px;
  }
}
.project .followUs__wrapper-item a img:hover {
  opacity: 0.9;
}/*# sourceMappingURL=main.css.map */

/* ===== Fondo dinámico superpuesto ===== */

.project {
  position: relative; /* ya lo tiene, pero lo dejamos por seguridad */
  background-color: #000;
}

.project::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.95)),
    url("https://storage-asset.msi.com/es/picture/VWBP.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

/* Asegura que todo el contenido quede por encima */
.project > * {
  position: relative;
  z-index: 1;
}