
@font-face {
  font-family: "Intel Clear Pro";
  src: url(../fonts/IntelClearPro_W_Bd.eot);
  src: url(../fonts/IntelClearPro_W_Bd.eot?#iefix) format("embedded-opentype"), url(../fonts/IntelClearPro_W_Bd.woff) format("woff"), url(../fonts/IntelClearPro_W_Bd.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear";
  src: url(../fonts/IntelClear_Rg.ttf);
  src: url(../fonts/IntelClear_Rg.ttf?#iefix) format("embedded-opentype"), url(../fonts/IntelClear_Rg.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Intel Clear Bd";
  src: url(../fonts/IntelClear_Bd.ttf);
  src: url(../fonts/IntelClear_Bd.ttf?#iefix) format("embedded-opentype"), url(../fonts/IntelClear_Bd.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  user-select: none;
  list-style: none;
}
html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
  /* fix font family display error on different browsers */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
canvas {
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
  color: black;
}
sup {
  font-size: 30%;
  line-height: 1em;
  display: inline-block;
  margin-top: .2em;
  vertical-align: top;
}
img {
  display: block;
  width: 100%;
}
.main-story {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  background: #182c55;
  overflow: hidden;
}
.module-container {
  position: relative;
  width: 100%;
}
.module-container .bg-mask {
    position: relative;
    width: 100%;
}
.module-container .bg-mask-mob {
    position: relative;
    width: 100%;
    display: none;
}
iframe {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.module-video {
  position: relative;
  width: 100vw;
  max-width: 1200px;
  background-color: black;
}
.module-video .iframe-video {
    display: block;
    width: 100%;
    height: 100%;
}
.legal-btn {
  position: relative;
  padding-bottom: 2%;
  padding-left: 7%;
  margin-top: -3%;
  font-family: "Intel Clear", Tahoma, sans-serif;
  font-size: 18.48px;
  text-decoration: underline;
  color: #003c71;
  background-color: white;
  cursor: pointer;
  z-index: 1;
}
.desktopShow {
  display: block;
}
.mobShow {
  display: none;
}
.rtlShow {
  display: none;
}
@media (max-width: 767px) {
.module-container .bg-mask {
    display: none;
}
.module-container .bg-mask-mob {
    display: block;
}
.desktopShow {
    display: none;
}
.mobShow {
    display: block;
}
.mobile .legal-btn {
    position: relative;
    padding-bottom: 0%;
    text-align: center;
    background: none;
    width: auto;
    height: auto;
    line-height: 100%;
    font-size: 12px;
    margin: 0;
    padding-left: 0%;
    background-color: white;
    margin-top: -.3%;
}
.mobile .legal-btn:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin: 5px auto 0;
      border-top: 18px solid #003c71;
      border-right: 18px solid transparent;
      border-bottom: 18px solid transparent;
      border-left: 18px solid transparent;
}
.mobile .legal-btn.expand:after {
      margin-top: -13px;
      border-top: 18px solid transparent;
      border-right: 18px solid transparent;
      border-bottom: 18px solid #003c71;
      border-left: 18px solid transparent;
}
}
.landscape {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  display: none;
  background: #182c55;
}
.landscape .container {
    position: absolute;
    width: 15%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.landscape .container img {
      width: 100%;
      height: auto;
      display: block;
}
.not-desktop .module-chart .iframe-chart {
  width: 100vw;
}
.not-desktop .module-video .iframe-video {
  width: 100vw;
}
@media screen and (max-height: 499px) and (orientation: landscape) {
.mobile .landscape {
    display: block;
}
.mobile .landscape .container img {
      animation: rotating 2s cubic-bezier(0.77, 0, 0.175, 1) 1s infinite alternate;
}
}
@keyframes rotating {
0% {
    transform: rotate(-1deg);
}
100% {
    transform: rotate(91deg);
}
}
.rtl .desktopShow {
  display: none;
}
.rtl .mobShow {
  display: none;
}
.rtl .rtlShow {
  display: block;
}
@media (max-width: 767px) {
.rtl .desktopShow {
    display: none;
}
.rtl .mobShow {
    display: block;
}
.rtl .rtlShow {
    display: none;
}
}
/*===LEAGL===*/
.legal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.legal .container {
    font-family: "Intel Clear", Tahoma, sans-serif;
    color: #fff;
    position: relative;
    padding: 30px 20px;
    background: #00629d;
    width: 978px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.legal .container .content {
      height: 460px;
}
.legal .container .close {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAGFBMVEUrKytZWVnV1dVCQkLz8/P////i4uLl5eXRkNowAAAAjUlEQVR42u3VywqAMAxEUfuI+f8/FsnyFkIYusssaw+IrZOn0+nczpjr/GDNkdpt7zra1/ZIrYWmtUxPs9C0fyYANlFzOde5zTWXcl2x1BVLTVvRsCUNW9DusAUNW9Nhy9rDOqyG9dfWP5h+VPolodWuNrTwS0ploNWQVIBS9UqlL40bZdBJI7bT6VzOB/Q2CM3N59VYAAAAAElFTkSuQmCC) no-repeat;
      background-size: 100%;
}
.legal p {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.legal a {
    font-size: 1em;
}
.legal span {
    display: block;
}
.legal a {
    color: inherit;
}
.legal sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.35em;
}
.legal sup.tm {
      font-size: 70%;
}
@media (max-width: 1000px) {
.legal .container {
    width: auto;
}
}
.mobile .legal {
  background: none;
  position: static;
}
.mobile .legal .container {
    width: auto;
    top: 0;
    transform: none;
}
.mobile .legal .container .content {
      height: auto;
}
.mobile .legal .container .close {
      display: none;
}

.panel6[data-v-4abdddbb] {
  background-color: white;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.text-box[data-v-4abdddbb] {
  width: 81%;
  margin: 0 auto;
  height: 100%;
  margin-left: 19%;
  margin-top: 1%;
}
.text-box .contLeft[data-v-4abdddbb] {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.text-box .contRight[data-v-4abdddbb] {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
}
.text-box .contRight .rightTitle[data-v-4abdddbb] {
      text-align: left;
}
.text-box .contRight .rightTitle .rightLogo[data-v-4abdddbb] {
        width: 50px;
        display: inline-block;
        vertical-align: top;
        margin-left: -3%;
        margin-top: 1%;
}
.text-box .contRight .rightTitle .rightLogo .IntelLogo[data-v-4abdddbb] {
          transform: translate3d(0, 0, 0);
}
.text-box .contRight .rightTitle .priceShop[data-v-4abdddbb] {
        display: inline-block;
        vertical-align: top;
        margin-top: -1%;
        margin-left: 5%;
}
.text-box .contRight .rightTitle .priceShop .price[data-v-4abdddbb] {
          font-size: 19px;
          position: relative;
          margin-top: -7%;
          margin-left: -4%;
          color: #003c72;
          text-align: center;
          font-weight: 400;
          font-family: "Intel Clear", Tahoma, sans-serif;
}
.text-box .contRight .rightTitle .priceShop .cta-btn[data-v-4abdddbb] {
          font-family: "Intel Clear", Tahoma, sans-serif;
          width: 95px;
          height: 36px;
          display: block;
          text-align: center;
          line-height: 34px;
          font-size: 13px;
          color: #797979;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAAkCAQAAABFoC58AAABRklEQVR4Ae2UsUoDQRCGv7lMtAkYJbFQEMRGLKx8EktbIdgIdjZ2PoWVIPgIPoE2tnmACDaREOEUxUTvdoRj0SVPcAP3Ldy03/77zwkVgw5LeML4YgYyAKF/dri6A+LG3Wz0eHPPRIG189PtC8EX/aI8ur3LgJX1E7DqOCCaiu4e01X0YMN6BggQZ22x5Kt7LCuoQojS4iT9yrhLS5PnQADBkBpnb8mBP30q7SxeoK4YIdpG/WRpq5khSO3lU30CgQglGfUlpFdJy/NPiQMW03fGwur61TfMZfoh6ntPP/hM37u+/9X1n75b/ebP05SnKY9ffZr0m+435XGlX6b6gi8CZYEp4e3jmzYtZ9kXzKaUShhP3ofstxFX+nPyBz4VyJ8ut661I67W9mc0vCKXAUCvu9nv4Ynw/DIfkysA0/w1V3xRYPALxArVaqUD0PQAAAAASUVORK5CYII=);
}
.text-box .contRight .rightText[data-v-4abdddbb] {
      text-align: left;
      line-height: 17px;
      color: #003c72;
      margin-top: 6%;
      margin-left: -1%;
      font-weight: 400;
      font-family: "Intel Clear", Tahoma, sans-serif;
}
.text-box .contRight .rightText .cpu-info[data-v-4abdddbb] {
        font-size: 13.39px;
        font-weight: bold;
        letter-spacing: 0.5px;
}
.text-box .contRight .rightText .graphics-info[data-v-4abdddbb] {
        font-size: 14px;
        letter-spacing: -0.3px;
}
.text-box .contRight .rightText .storage-info[data-v-4abdddbb] {
        font-size: 14px;
        letter-spacing: -0.3px;
}
.text-box .contRight .rightText .memory-info[data-v-4abdddbb] {
        font-size: 14px;
        letter-spacing: -0.7px;
}
.text-box .contRight .rightText .os-info[data-v-4abdddbb] {
        font-size: 14px;
        letter-spacing: -0.5px;
}
.module[data-v-4abdddbb] {
  float: left;
  width: 50%;
  margin: 4% -3.6%;
  text-align: center;
}
@media (min-width: 946px) and (max-width: 1100px) {
.text-box[data-v-4abdddbb] {
    width: 100%;
    margin-left: 12%;
}
}
@media (min-width: 831px) and (max-width: 965px) {
.text-box[data-v-4abdddbb] {
    width: 100%;
    margin-left: 10%;
}
.contRight[data-v-4abdddbb] {
    margin-left: 13%;
    margin-top: 2%;
}
}
@media (min-width: 498px) and (max-width: 830px) {
.module[data-v-4abdddbb] {
    width: 100%;
}
}
@media (max-width: 497px) {
.module[data-v-4abdddbb] {
    width: 100%;
}
.text-box[data-v-4abdddbb] {
    width: 100%;
    margin-left: 8%;
}
.contRight[data-v-4abdddbb] {
    margin-left: 5%;
    margin-top: 2%;
}
}

/* Panel 4: Infografía optane */
.module-container.module-panel5 iframe #video-player {
    width: 100%;
    height: 55vw;
}

@media screen and (max-width: 599px) {
    .module-container.module-panel5 {
        height: 538vw !important;
    }
    .module-container.module-panel5 iframe {
        height: 581vw;
    }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
    .module-container.module-panel5 {
        height: 188vw !important;
    }
    .module-container.module-panel5 iframe {
        height: 228vw !important;
    }
}

@media screen and (min-width: 1200px) {
    .module-container.module-panel5 {
        height: 2161px !important;
    }
    .module-container.module-panel5 iframe {
        height: 2325px !important;
    }
}
