
@font-face {
  font-family: "Intel Clear Pro";
  font-weight: normal;
  font-style: normal;
  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-face {
  font-family: "Intel Clear Bd";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/IntelClear-Bold.eot);
  src: url(../fonts/IntelClear-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/IntelClear-Bold.woff) format("woff"), url(../fonts/IntelClear-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Intel Clear";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/IntelClear_WLat_Rg.eot);
  src: url(../fonts/IntelClear_WLat_Rg.eot?#iefix) format("embedded-opentype"), url(../fonts/IntelClear_WLat_Rg.woff) format("woff"), url(../fonts/IntelClear_WLat_Rg.ttf) format("truetype");
}
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;
}
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: white;
  overflow: hidden;
}
.module-container {
  position: relative;
  width: 100%;
  height: 628px;
  opacity: 0;
  visibility: hidden;
}
.module-container.active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
}
.module-container.module-panel1 {
    opacity: 1;
    visibility: visible;
}
.module-container.module-panel2 {
    height: 600px;
}
.module-container.module-panel4 {
    height: 540px;
}
.products-section {
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
}
iframe {
  width: 100%;
  height: 100%;
}
iframe.iframe-panel1 {
    height: 500px;
}
.module-video {
  position: relative;
  width: 100vw;
  max-width: 1200px;
  background-color: black;
}
.module-video .iframe-video {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1200px) {
.module-container.module-panel2 {
    height: 600px;
}
}
@media screen and (max-width: 1050px) {
.module-container.module-panel2 {
    height: 560px;
}
}
@media screen and (max-width: 960px) {
.module-container.module-panel2 {
    height: 540px;
}
}
@media screen and (max-width: 850px) {
.module-container.module-panel2 {
    height: 510px;
}
}
@media screen and (max-width: 767px) {
.module-container.module-panel2 {
    height: 490px;
}
}
@media screen and (max-width: 600px) {
.module-container.module-panel2 {
    height: 450px;
}
}
@media screen and (max-width: 414px) {
.mobile .module-container.module-panel2 {
    height: 600px;
}
}
@media screen and (max-width: 375px) {
.mobile .module-container.module-panel2 {
    height: 545px;
}
}
@media screen and (max-width: 360px) {
.mobile .module-container.module-panel2 {
    height: 525px;
}
}
@media screen and (max-width: 320px) {
.mobile .module-container.module-panel2 {
    height: 465px;
}
}

@media screen and (max-width: 910px) {
.module-container.module-panel4 {
    height: 486px;
}
}
@media screen and (max-width: 820px) {
.module-container.module-panel4 {
    height: 437.4px;
}
}
@media screen and (max-width: 767px) {
.module-container.module-panel4 {
    height: 540px;
}
}
@media screen and (max-width: 700px) {
.module-container.module-panel4 {
    height: 600px;
}

}
@media (max-width: 767px) {
.mobile .legal-btn {
    position: relative;
    padding-top: 3%;
    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: #555555;
    margin-top: -2px;
}
.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;
}
}
@media (max-width: 497px) {
.legal-btn {
    padding-left: 3.5%;
}
}
@media (max-width: 429px) {
.module-container.module-panel4 {
    height: 139.86014vw;
}
}
.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);
}
}
/*===LEAGL===*/
.legal-btn {
  position: relative;
  padding-left: 1.5%;
  bottom: 0%;
  padding-top: 1.6%;
  padding-bottom: 1.6%;
  font-family: "Intel Clear", Tahoma, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #555555;
  background-color: #eef0f3;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
.legal-btn {
      font-size: 1vw;
}
}
@media screen and (max-width: 1200px) {
.legal-btn {
      letter-spacing: 0.01667vw;
}
}
.legal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.legal-content .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-content .container .fpo {
      position: absolute;
      width: 300px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.legal-content .container .content {
      height: 460px;
}
.legal-content .container .close {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: url(../images/x2_close-bf55603.png) no-repeat;
      background-size: 100%;
}
.legal-content p {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: .5em;
}
.legal-content a {
    font-size: 1em;
}
.legal-content span {
    display: block;
}
.legal-content a {
    color: inherit;
}
.legal-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.35em;
}
.legal-content sup.tm {
      font-size: 70%;
}
.mobile-legal {
  display: none;
}
@media (max-width: 1000px) {
.legal .container {
    width: auto;
}
}
@media screen and (max-width: 767px) {
.legal-btn {
    bottom: 2%;
    padding-left: 5.5%;
    font-size: 1.93237vw;
    letter-spacing: 0.07246vw;
}
}
.mobile .desktop-legal {
  display: none;
}
.mobile .mobile-legal {
  display: block;
}
.mobile .legal-content {
  background: none;
  position: static;
}
.mobile .legal-content .container {
    width: auto;
    top: 0;
    transform: none;
}
.mobile .legal-content .container .content {
      height: auto;
}
.mobile .legal-content .container .close {
      display: none;
}
.mobile .legal-btn {
  position: relative;
  padding-top: 3%;
  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: #eef0f3;
  margin-top: -2px;
}
.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;
}

/* 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: 194vw !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;
    }
}