@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;800;900&display=swap');

:root {
    --color: #990000;
    --color-texto: #797979;
    --cols: 1rem 0 auto 0 1rem;
    --cols2: 1rem 0 auto 0 1rem;
   }
   
   @media (min-width: 45rem) {
    :root {
     --cols: 1.5rem 2rem auto 2rem 1.5rem;
     --cols2: 1.5rem 2rem auto 2rem 1.5rem;
    }
   }
   
   @media (min-width: 60rem) {
    :root {
     --cols: 1fr 5rem minmax(0, 41.3rem) 5rem 1fr;
     --cols2: 1fr 5rem minmax(0, 72rem) 5rem 1fr;
    }
   }
   
   
   /* --------------------------------
   
   Parcheo Cabecera
   
   -------------------------------- */
   
   .marca-theme-v2 .ue-l-common-page__inner {
    padding: 0rem 0rem;
    display: none;
   }
   
   .super-menu-header+.main .tab-title-text {
    display: none;
   }
   
   .tabs-content {
    display: none;
   }
   
   * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
   }
   
   img {
    max-width: 100%;
   }
   
   html {
    min-height: 100%;
   }
   
   body {
    min-height: 100%;
    padding: 0;
    overflow-x: hidden;
   }
   
   ol,
   ul {
    list-style: none;
    font-size: inherit;
    margin-bottom: 0px;
    overflow: inherit;
   }
   
   .content-items .content-item {
    padding: 0px !important;
   }
   
   .marca-theme-v2 .ue-l-common-page__inner {
    padding: 0rem 0rem;
   }
   
   .site-footer {
    margin: 0px 0 0;
   }
   
   .main-header.inside .main-nav-container {
    background-color: #ffffff;
   }
   
   .main-header .breadcrumbs {
    position: relative;
    z-index: 2;
   }
   
   .main {
    background: none !important;
    padding-bottom: 0px;
   }
   
   .main:first-of-type {
    padding-top: 0px;
   }
   
   .main-header.inside~ .main:first-of-type>.tab-title.visible .container-header {
    width: 990px;
    border-bottom: solid 1px #141d25;
    position: absolute;
    left: -900000px;
   }
   
   .seo-links-container {
    display: none;
   }
   
   .seo-links-container .list-seo-links a {
    display: inline-block;
   }
   
   .main .tab-title {
    margin-bottom: 0px;
    height: 0px;
    width: 100%;
   }
   
   .row-layout .container {
    padding: 0px 0;
   }
   
   .container {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
   }
   
   .breadcrumbs .tab-breadcrumb-list li.active a {
    background-color: transparent;
   }
   
   .content-ad .ad-item-si,
   .content-ad .ad-item-sd {
    display: none;
   }
   
   .main-header.inside.fixed-down {
    background-color: #0A1428;
   }
   
   .main-header.fixed-down {
    border-bottom: 3px solid #C8AA6E;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .3);
   }
   
   .main-header.inside.futbol .main-tab-futbol>a.highlight,
   .main-header.inside[data-ue-model="futbol"] .main-tab-futbol>a.highlight {
    background-color: #0A1428;
    color: #fff;
   }
   
   .main-header.inside.default .main-tab-default>a.highlight,
   .main-header.inside[data-ue-model="default"] .main-tab-default>a.highlight {
    background-color: #0A1428;
    color: #fff;
   }
   
   .main-header.inside.futbol .main-tab-futbol>a.highlight .iconsvg-down-b,
   .main-header.inside[data-ue-model="futbol"] .main-tab-futbol>a.highlight .iconsvg-down-b {
    background-position: -1px -179px;
    width: 16px;
    height: 16px;
   }
   
   .main-header .breadcrumbs {
    height: 44px;
    background-color: #0A1428;
   }
   
   .ue-l-common-page__inner .ue-c-section-title {
    padding: 0px 0;
   }
   
   .main-header.fixed-down .tab-title .tab-title-text {
    color: #ffffff;
   }
   
   .tab-news .aside-tools:before {
    content: "";
    position: absolute;
    right: 132px;
    top: 0;
    z-index: 9;
    height: 41px;
    width: 44px;
    display: inline-block;
    background: none;
   }
   
   .tab-news .aside-tools {
    background-color: transparent;
   }
   
   .tab-news .aside-tools span.icon-facebook {
    border: 2px solid #fff;
   }
   
   .tab-news .aside-tools span.icon-facebook svg {
    fill: #fff;
   }
   
   .tab-news .aside-tools span.icon-twitter {
    border: 2px solid #ffffff;
   }
   
   .tab-news .aside-tools span.icon-twitter svg {
    fill: #ffffff;
   }
   
   .tab-news .aside-tools span.icon-email {
    border: 2px solid #fff;
   }
   
   .tab-news .aside-tools span.icon-email svg>path {
    fill: #ffff;
   }
   
   .volver-arriba {
    width: 65px;
    height: 65px;
    background: url(https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/subir.jpg) no-repeat center top;
    bottom: 20px;
    display: none;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 15px;
    position: fixed;
    right: 20px;
    border-radius: 35px;
    transition: all 0.2s linear 0s;
    z-index: 10;
   }
   
   @-webkit-keyframes flashing {
    0% {
     opacity: 1;
    }
    100% {
     opacity: 0.1;
    }
   }
   
   @keyframes flashing {
    0% {
     opacity: 1;
    }
    100% {
     opacity: 0.1;
    }
   }
   
   .two-columns {
    min-height: inherit;
   }
   
   @media (min-width: 46.25em) {
    .marca-theme-v2 .ue-c-section-title {
     border-bottom: none;
    }
   }
   
   
   .sticky-publi { position:fixed; width:990px; z-index:1000;
   bottom:0px; margin:0 auto; left:0; right:0; }
   /* --------------------------------
   
   Estilos especial
   
   -------------------------------- */

   a.enlace-fotogaleria:hover {opacity: 0.7;}

p.lt::first-letter {
    color: #C8AA6E;
    font-size: 8rem;
    line-height: 0.75;
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
}
   
  
  .sticky-entrevista.foto1 {
      background-image: url(https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/PrincipalDesktop.jpg);
      background-size: cover;
      background-position: center center;
  }
  .cuerpo-sticky-entrevista {
      z-index: 1;
       background-color: #4d3c25db !important;
      padding: 1em;
      width: 100%;
      max-width: 620px;
      margin: 0 auto;
      padding: 55px 15px;
      border-radius: 53px 52px 52px 51px;
      -webkit-border-radius: 53px 52px 52px 51px;
      -moz-border-radius: 53px 52px 52px 51px;
      text-align: center;
  }
  .fincuerpo-sticky-entrevista {
      height: 100vh;
  }
  
  .cuerpo-sticky-entrevista p.lt::first-letter {
      color: #ffffff;
      font-size: 8rem;
      line-height: 0.75;
      float: left;
      padding-right: 1rem;
      padding-bottom: 0rem;
     font-family: 'Barlow Semi Condensed', sans-serif;
      
  }
  
  .cubrereproductor { margin-bottom: 1.5em;}
  
      .pie__foto {
    font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 10px;
      display: block;
      line-height: 10px;
      margin: 5px 10px 20px 10px;
      color: #0A1428;
      text-align: right;
      text-transform: uppercase;
  }
  
  
  
  
  
   .content-header {
    width: 100%;
    background-color: #4d3c25;
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
  }
  
  
  
  .wrapper-figure {
    width: 100%;
    height: 100vw;
    position: relative;
    float: right;
  }
  
  
  .wrapper-figure figure.figure-header {
    bottom: 0;
    box-sizing: border-box;
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .wrapper-figure figure.figure-header img.img-header {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    will-change: transform;
    transition: all 1s ease-out;
    object-fit: contain;
    height: 100vw;
  }
  
  .apertura {
    width: 100vw;
    float: left;
    box-sizing: border-box;
    background-color: #4d3c25;
    padding-left: 18%;
    padding-top: 9%;
    height: 100vw;
    overflow: hidden;
  }
  .apertura.adviento {
    padding-top: calc(8.5vw * 2);
  }
  
  .hgroup {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: visible;
    height: 84%;
    font-family: 'BigShouldersDisplay Medium', cursive;
  }
  
  
  h2.h2-adviento
  {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
  }
  
  
  h2.h2-adviento .span1 {
    display: inline;
    font-weight: 700;
   font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: calc(15vw * 2);
    margin-top: calc(-2vw * 2);
    line-height: .8;
    color: #ffffff;
    float: left;
    height: 1.2em;
  }
  
  
  
  
  
    
   .apertura-tamanocompleto {
    display: grid;
    grid-template-columns: var(--cols);
    grid-template-rows: 1fr auto;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
   }
   
   .filt {
    position: relative;
   }
   
   .apertura-tamanocompleto figure {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
   }
   
   .apertura-tamanocompleto picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
   }
   
   .apertura-tamanocompleto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    flex-shrink: 0;
   }
   
   .lf-portada figure.fig-shadow:after {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, transparent 0, #0A1428) repeat scroll 0 0;
    content: "";
    height: 28%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
   }
   
   .especial-15anoslol .articulo {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--cols);
   }
  
  
  
   
   .especial-15anoslol .articuloDatos {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--cols2);
   }
   
   .especial-15anoslol .articulo> * {
    grid-column: 3 / -3;
   }
   
   .especial-15anoslol .articuloDatos> * {
    grid-column: 3 / -3;
   }
  
    .especial-15anoslol .videohorizontal {
      grid-column: 2 / -2;
      margin: 2em 0em;
  }
   
   .especial-15anoslol .articulo {
    padding-bottom: 0em;
   }
   
   .color {
    background-color: #0A1428;
   }
  
  
  
  
   
   .color2 {
    background-color: #0A1428;
   }
   
   .autor {
    text-align: center;
    margin: 1em auto 0em auto;
   }
   
  
    .autor-apertura {
    text-align: center;
    margin: 0em auto 1.7em auto;
   }
  
    .imagen-autor {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      border-radius: 50%;
      opacity: 1;
      border: 5px solid #b38e5d !important;
      background-color: white;
  }
   
   
   .firma-autor {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Barlow Semi Condensed, sans-serif;
    line-height: 125%;
    text-align: center;
    font-size: 16px;
   }
  
  
  
   
   .autor em {
    color: #afa6a6;
   }
   
    .autor-apertura em {
    color: #d7cdc0;
   }
  
   
   
  
   
   .especial-15anoslol .parallax1 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/parallax1.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
   
  
   .especial-15anoslol .parallax2 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/parallax2.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
   
   .especial-15anoslol .parallax3 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/parallax3.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
  
    .especial-15anoslol .parallax4 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/parallax4.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
     .especial-15anoslol .parallax5 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/parallax5.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
      .especial-15anoslol .parallax6 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/parallax6.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
       .especial-15anoslol .parallax7 {
    /* The image used */
    background-image: url('https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/parallax7.jpg');
    /* Full height */
    min-height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   }
   
   .especial-15anoslol .texto-parallax p {
    font-size: 6vw;
    line-height: 1;
    font-weight: 800;
    opacity: 0.85;
    margin-bottom: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Barlow Semi Condensed, sans-serif;
    height: 100vh;
    color: #C8AA6E;
    padding: 0px 2em;
    background-color: rgba(0, 0, 0, 0.9);
    text-shadow: #0A1428 1px 0 10px;
   }
   
   .especial-15anoslol .imagenhorizontal {
    grid-column: 1 / -1;
    margin-bottom: 0px;
   }
   
   .especial-15anoslol .imagenhorizontal img {
    display: block;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
   }
   
   .especial-15anoslol .huecopublicidad {
    grid-column: 1 / -1;
    padding-top: 1.25rem;
          padding-bottom: 1.25rem;
          position: relative;
   }
  
   .especial-15anoslol .huecopublicidad:before {
      content: "PUBLICIDAD";
      fill: #827d80;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 0;
      display: block;
      height: 7px;
      line-height: .3rem;
      font-family: Roboto, Arial, Helvetica, sans-serif;
      font-size: 9.5px;
      line-height: 1;
  }
  
  
  
  
    .especial-15anoslol h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 800;
      font-size: 65px;
      line-height: 60px;
      text-align: center;
      color: #0A1428;
      display: block;
      margin-bottom: 20px;
      text-transform: uppercase;
   }
  
   .especial-15anoslol h3 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #0A1428;
    margin: 0.5em 0em 0.5em;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
   }
  
  
   .especial-15anoslol h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
   font-weight: 400;
   font-size: 30px;
    text-align: left;
    color: #0A1428;
    margin: 0.5em 0em 0.5em;
    text-transform: uppercase;
   }
  
    .especial-15anoslol h5 {
    font-family: 'Barlow Semi Condensed', sans-serif;
   font-weight: 400;
   font-size: 54px;
    text-align: center;
    color: #0A1428;
    margin: 0.5em 0em 0.5em;
    text-transform: uppercase;
   }
  
   .especial-15anoslol p {
   margin-top: 0;
      margin-bottom: 20px;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 18px;
      color: #0A1428;
      line-height: 26px;
   }
  
  .collapsible {
      background-color: #251b0b;
      color: white;
      cursor: pointer;
      padding: 7px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 29px;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 700;
      height: 55px;
      display: grid;
      grid-template-columns: 1fr 50px;
  
    }
  
    .collapsible h3 {
      font-size: 25px;
      line-height: 32px;
      margin-top: 0em;
      font-weight: 700;
      font-weight: bold;
      text-align: center;
      font-family: 'Barlow Semi Condensed', sans-serif;
      color: white;
      display: grid;
      grid-template-columns: 1fr;
      align-content: center;
      align-self: center;
      justify-self: center;
      margin: 0;
  
    }
  
    .collapsible h3 span {
      font-size: 20px;
      font-weight: 700;
      font-family: 'Barlow Semi Condensed', sans-serif;
      color: #0A1428;
      text-transform: uppercase;
      line-height: 23px;
      text-align: center;
      width: 100%;
    }
  
  
    .collapsible .active,
    .collapsible:hover {
      background-color: #251b0b;
    }
  
    .collapsible:after {
      content: '\002B';
      color: white;
      font-weight: bold;
      float: right;
      margin-left: 5px;
      width: 40px;
      height: 40px;
      font-size: 70px;
      background-color: #0A1428;
      border-radius: 30px;
      text-align: center;
      line-height: 25px;
      border: 3px solid #fff;
      text-shadow: -1px 1px 11px rgba(0, 0, 0, 0.51);
    }
  
    .collapsible.active:after {
      content: "\2212";
    }
  
    button.collapsible.active:after {
      content: "\2212";
  }
  
    .cerrado {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
  
    }
  
    .cerrado .articulo__cuerpo {
      padding: 50px;
      background-color: #3b2710;
      box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.67) inset;
    }
  
    .cerrado .articulo__cuerpo p {
      margin-top: 0;
      margin-bottom: 20px;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 17px;
      color: #0A1428;
      line-height: 26px;
    }
  
  
  .apoyo { margin-bottom:24px; }
  
    .imagen-derecha {
      max-width: 25em;
      float: right;
      margin-right: -10em;
      margin-left: 1em;
      shape-margin: 1em;
  }
  
  
  .imagen-izquierda {
      max-width: 25em;
      float: left;
      margin-left: -10em;
      margin-right: 1em;
      shape-margin: 1em;
  }
  
  .imagen-derecha img, .imagen-izquierda img, .imagen-cuerpotexto img {
      display: block;
  }
  
  .imagen-cuerpotexto.autoShow {
      margin: 0px 0px 20px 0px;
  }
  
  
  
  .autoShow{
      animation: autoShowAnimation both;
      animation-timeline: view(70% 5%);
  
  }
  @keyframes autoShowAnimation{
      from{
          opacity: 0;
          transform: translateY(200px) scale(0.3);
      }to{
          opacity: 1;
          transform: translateY(0) scale(1);
      }
  }
   
  
  
   
  
   
   .especial-15anoslol .locker p {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 20px;
    color: #0A1428000;
    line-height: 26px;
   }
   
   .sticky-entrevista {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: -1;
    grid-column: 1 / -1 !important;
   }
   
  
   
   
  
  
   
   .especial-15anoslol .cuerpo-sticky-entrevista p {
    color: #0A1428;
   }
   
   .especial-15anoslol .datosgoles {
    grid-column: 2 / -2;
    padding-right: 0rem;
    padding-left: 0rem;
    margin: 0em 0em 0em 0em;
   }
   
   .especial-15anoslol .datosgoles .bloque {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
   }
   
   .especial-15anoslol .datosgoles .bloque .grafico {
    background-color: #0A1428;
   }
   
   .especial-15anoslol .articulo__cuerpo {
    grid-column: 2 / -2;
   }
   
  
   .especial-15anoslol p.firma {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 3em;
    color:#fff;
   }
   
   .especial-15anoslol p.firma span {
    font-weight: 500;
   }
   
   .section-presentation {
    width: 100%;
    position: relative;
    background-color: hsl(0deg, 0%, 0%);
    padding: 0;
   }
   
   .presentation {
    width: 100%;
    position: relative;
    z-index: 2;
   }
   
   #wrapperBasefix {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    margin: 0 auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    clip: rect(0, auto, auto, 0);
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    transition: opacity 3s ease;
   }
   
   #wrapperBasefix.opacity {
    opacity: 0.2;
   }
   
   .baseFix2 {
    clip: rect(0, auto, auto, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: opacity 2s ease;
    color: black;
    background-size: cover;
   }
   
   .baseFix2.bgIntro1 {
    background-image: url("https://e00-especiales-marca.uecdn.es/messi-awards/images/es/cabeceraDefinitiva-movil1a.jpg");
   }
   
   .baseFix2.bgIntro4 {
    background-image: url("https://e00-especiales-marca.uecdn.es/personajes/images/retirada-iniesta/moduloCabecera.jpg");
   }
   
   .baseFix2.visible {
    opacity: 1;
   }
   
   .wrapper-duration {
    width: 100%;
    height: 100%;
    max-width: 989px;
    margin: 0 auto;
   }
   
   .durationA1,
   .durationA2,
   .durationA3 {
    height: 70vh;
   }
   
   .duration-tit {
    width: 100%;
    height: 135vh;
    opacity: 0;
    transition: opacity 0.2s ease;
   }
   
   .duration-tit.opacity {
    opacity: 1;
   }
   
   .wrapp-title {
    width: 100%;
    display: flex;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: calc((100vh - 0vw) / 1.3);
    align-items: flex-end;
   }
   
   .wrapp-title h1.h1-tit-image {
    width: 100%;
    max-width: 1000px;
    background-image: url(https://e00-especiales-marca.uecdn.es/personajes/images/retirada-iniesta/numero8a.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 8px;
    background-position-y: center;
   }
   
   .wrapp-title h1.h1-tit-image::before {
    content: "";
    display: block;
    padding-top: 50%;
   }
   
   .wrapp-title h1.h1-tit-image .span-h1 {
    visibility: hidden;
   }
   
   .entradilla {
    max-width: 715px;
    margin: 3rem auto 0rem auto;
    display: block;
    padding: 15px 20px;
   }
   
   .texto-entradilla {
    max-width: 545px;
    width: 100%;
    margin: 5rem auto 0;
   }
   
   .h2-color-back {
    text-align: center;
   }
   
   .h2-color-back span {
    text-transform: uppercase;
    margin-top: 0.5vw;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fabf19;
    display: inline-block;
    text-align: center;
    padding: 1.3vw;
    font-size: 7.8vw;
    line-height: 0.9;
    font-weight: 800;
   }
   
   .h2-color-back span.accent {
    padding-top: 1.6vw;
   }
   
  
   
   article p {
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 21px;
    line-height: 1.17;
   }
   
   .section-parallax {
    width: 100%;
    background: url(https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-7.jpg) top center no-repeat;
    background-color: #ccc;
    padding: 0 0;
   }
   
   .wrapperA {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row-reverse;
    color: black;
    margin: 0 auto;
   }
   
   .wrapperA .preColumn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
   }
   
   .contImgStikyVHp {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    clip: rect(0, auto, auto, 0);
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   
   .contImgStikyVHp .contImgVHp {
    position: relative;
    height: 100vh;
    width: 100%;
    transition: opacity 1.8s ease;
    height: 100vh;
    max-width: 1924px;
    max-height: 935px;
    margin: 0 auto;
   }
   
   .contImgStikyVHp .contImgVHp {
    position: relative;
    height: 100vh;
    width: 100%;
    transition: opacity 1.8s ease;
    height: 100vh;
    max-width: 1924px;
    max-height: 935px;
    margin: 0 auto;
   }
   
   .contImgStikyVHp .contImgVHp.opacity {
    opacity: 0.5;
   }
   
   .baseFix {
    clip: rect(0, auto, auto, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: opacity 2s ease;
    color: black;
    background-size: cover;
   }
   
   .baseFix.bgA1 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-1-m.jpg");
     background-position: 32% center;
    }
    .baseFix.bgA2 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-2-m.jpg");
     background-position: 33% center;
    }
    .baseFix.bgA3 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-3-m.jpg");
     background-position: 82% center;
    }
    .baseFix.bgA4 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-4-m.jpg");
     background-position: 62% center;
    }
    .baseFix.bgA5 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-5-m.jpg");
    }
    .baseFix.bgA6 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-6-m.jpg");
    }
    .baseFix.bgA7 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-7-m.jpg");
    }
    .baseFix.bgA8 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo8-m.jpg");
     background-position: 16% center;
    }
     .baseFix.bgA9 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo9-m.jpg");
    }
     .baseFix.bgA10 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo10-m.jpg");
    }
     .baseFix.bgA11 {
     background-image: url("https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/fondo11.jpg");
     background-position: 19% 0;
    }
   
   .baseFix.visible {
    opacity: 1;
   }
   
   .wrapper-column {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    z-index: 1;
   }
   
   .column {
    display: block;
    width: 100%;
    z-index: 1;
   }
    .column2 {
    display: block;
    width: 100%;
    z-index: 1;
   }
   
   .box {
    width: 100%;
    padding: 0;
    margin-top: 110vh;
    display: block;
    background-color: transparent;
   }
   
   .box.m-top-0 {
    margin-top: 0;
   }
   
   .box.m-top-100 {
    margin-top: 100vh;
   }
   
   .box.m-top-90 {
    margin-top: 90vh;
   }
   
   .box.m-top-80 {
    margin-top: 80vh;
   }
   
   .box.m-top-40 {
    margin-top: 40vh;
   }
   
   .box.m-top-60 {
    margin-top: 60vh;
   }
   
   .box.m-bot-110 {
    margin-bottom: 110vh;
   }
   
   .box.p-top-80 {
    padding-top: 80vh;
   }
   
   .box.fin {
    padding-bottom: 60vh;
   }
   
   .box.none {
    margin-top: 0;
   }
   
   .box.fast {
    margin-top: 15vh;
   }
   
   .content {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 15px;
    background-color: transparent;
    float: inherit;
   }
    .content.color {
    background-color: #fff !important;
  
   }
   .p-box {
    background-color: #0A1428;
    font-size: 5vw;
    line-height: 1.4;
    font-family: "Roboto Light";
    font-style: normal;
    margin: 0 auto;
    font-size: 19px;
    line-height: 25px;
    color: #f7d926;
    font-weight: 100;
   }
  
   .container2 {
    position: relative;
    width: 100%;
    min-height: 100vh;
    grid-column: 1 / -1 !important;
  }
  .momentos {
      grid-column: 2 / -2!important;
      padding-right: 1rem;
      padding-left: 1rem;
  }
  .bloque-numeros {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-gap: 10px;
      margin-bottom: 1em;
  }
  
  .bloque-numeros .item {
      background: #ffffff;
      padding: 10px;
      text-align: center;
      border: 1px solid #0A142874b;
  }
  .bloque-numeros .item p {
      margin-top: 0;
      margin-bottom: 20px;
      font-weight: 300;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-size: 20px;
      color: #0A1428000;
      line-height: 26px;
      text-align: left;
  }
  
  .bloque-numeros .item p.lt::first-letter {
      color: #0A142874b;
      font-size: 8rem;
      line-height: 0.75;
      float: left;
      padding-right: 1rem;
      padding-bottom: 0rem;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 800;
  }
  
  .bloque-numeros .item p.lt span {
      color: #0A142874b;
      font-size: 8rem;
      line-height: 0.75;
      float: left;
      padding-right: 1rem;
      padding-bottom: 0rem;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 800;
  }
  
    .declaraciones {
      grid-column: 2 / -2;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-color: #ccc;
      margin: 1em 0em 1em 0em;
      padding: 1em 0em;
  }
  
   blockquote {
      margin: 0;
      box-sizing: border-box;
      color: #0A1428000;
      padding: 0.625rem;
      font-size: 3rem;
      line-height: 3.5rem;
      letter-spacing: 0;
      text-align: inherit;
      padding: 0.3125rem 0;
  }
  .modulo4 blockquote p {
      position: relative;
      margin: 0;
      font-style: italic;
      color: #0A1428;
      padding-left: 4.125rem;
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 700;
      font-style: italic;
      font-size: 3rem;
      line-height: 3.5rem;
      letter-spacing: 0;
  }
  blockquote p:before {
      content: "";
      position: absolute;
      left: 0;
      background: url(https://e00-marca.uecdn.es/assets/article/marca/v2/images/images/quote-c53c433e3a64140b916fa3dbdd6cf76f.svg) no-repeat 50%;
      background-size: contain;
      width: 50px;
      height: 50px;
  }
  blockquote p:after {
      content: "\201D";
  }
  .blockquote-author {
      display: block;
      text-align: right;
      text-transform: inherit;
      margin-top: .9375rem;
      font-family: Roboto, Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #0A1428;
      font-size: .8125rem;
      line-height: 1.125rem;
      letter-spacing: 0;
  }
  
  
  
  
  
  @media screen and (max-width: 768px) {
  
    .collapsible h3  {
      margin: 0em !important;
  }
  
    .collapsible h3 span {
      font-size: 15px;
      font-weight: 700;
      font-family: 'Barlow Semi Condensed', sans-serif;
      color: #0A1428;
      text-transform: uppercase;
      line-height: 20px;
      text-align: center;
      width: 100%;
  }
  .cerrado .articulo__cuerpo {
      padding: 20px;
      background-color: #3b2710;
      box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.67) inset;
  }
  
    body {background-color: #0A1428;}
  
     .bloque-numeros {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 10px;
  }
    .especial-15anoslol h2 {
     font: 47px / 1 'Barlow Semi Condensed', sans-serif;
     font-weight: 800;
     text-align: center;
    }
    .especial-15anoslol h2.modulo2 {
     font: 47px / 1 'Barlow Semi Condensed', sans-serif;
     font-weight: 800;
     text-align: center;
    }
    .especial-15anoslol h2.modulo3 {
     font: 47px / 1 'Barlow Semi Condensed', sans-serif;
     font-weight: 800;
     text-align: center;
    }
    .especial-15anoslol h2.modulo4 {
     font: 47px / 1 'Barlow Semi Condensed', sans-serif;
     font-weight: 800;
     text-align: center;
    }
    .especial-15anoslol h2.modulo {
     font: 47px / 1 'Barlow Semi Condensed', sans-serif;
     font-weight: 800;
     text-align: center;
    }
    .especial-15anoslol .datosgoles .bloque {
     grid-template-columns: 1fr;
    }
  
    .especial-15anoslol .texto-parallax p {
     font-size: 12vw;
     line-height: 1;
     font-weight: 800;
     opacity: 0.85;
     margin-bottom: 1rem;
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: Barlow Semi Condensed, sans-serif;
     height: 100vh;
     color: #C8AA6E;
     padding: 0px 1em;
     background-color: rgba(0, 0, 0, 0.9);
     text-shadow: #0A1428 1px 0 10px;
    }
    .especial-15anoslol .parallax1 {
     /* The image used */
     /* Full height */
     height: 100vh;
     /* Create the parallax scrolling effect */
     background-attachment: scroll;
     background-position: 54% center;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     margin-bottom: 0px !important;
    }
  
  
    .cubrereproductor {
      margin-bottom: 14px;
    }
  
    .imagen-cuerpotexto.autoShow {
      margin: 0px -15px 20px -15px;
  }
  
  .imagen-hexagono {
    background: #b38e5d;
    margin-bottom: 0.5em;
  }
  .imagen-hexagono img {
    display: block;
    mix-blend-mode: hard-light;
  }
  
  .imagen-izquierda {
      max-width: 100%;
      float: none;
     margin-left: 0em;
      margin-right: 0em;
       margin-bottom: 30px;
      shape-margin: 0em;
  }
  
  .imagen-derecha {
      max-width: 100%;
      float: none;
      margin-left: 0em;
      margin-right: 0em;
       margin-bottom: 30px;
      shape-margin: 0em;
  }
  
  .especial-15anoslol h5 {
      font-family: 'Barlow Semi Condensed', sans-serif;
      font-weight: 400;
      font-size: 43px;
      text-align: center;
      color: #0A1428;
      margin: 0.5em 0em 0.5em;
      text-transform: uppercase;
  }
   }
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  
  
   
   @media (min-width: 480px) {
  
  .imagen-hexagono {
      max-width: 25em;
      float: right;
      background: #b38e5d;
      margin-right: -4em;
      margin-left: 1em;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      shape-outside: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) border-box;
      shape-margin: 1em;
  }
  .imagen-hexagono img {
    display: block;
    mix-blend-mode: hard-light;
  }
  
  
    .p-box {
     font-size: 19px;
     line-height: 25px;
    }
    .box {
     max-width: 625px;
    }
    .column {
     margin: 0 10px auto 0;
     max-width: 625px;
    }
     .column2 {
     margin: 0 auto;
     max-width: 625px;
    }
   
    .baseFix2.bgIntro4 {
     background-image: url("https://e00-especiales-marca.uecdn.es/personajes/images/retirada-iniesta/moduloCabecera.jpg");
    }
    article p {
     font-size: 21px;
     line-height: 1.17;
    }
    .contImgStikyVHp {
     justify-content: inherit;
    }
    .baseFix.bgA1 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-1.jpg");
    }
    .baseFix.bgA2 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-2.jpg");
    }
    .baseFix.bgA3 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-3.jpg");
    }
    .baseFix.bgA4 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-4.jpg");
    }
    .baseFix.bgA5 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-5.jpg");
    }
    .baseFix.bgA6 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-6.jpg");
    }
    .baseFix.bgA7 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo-contenido-7.jpg");
    }
    .baseFix.bgA8 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo8.jpg");
    }
     .baseFix.bgA9 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo9.jpg");
    }
     .baseFix.bgA10 {
     background-image: url("https://e00-especiales-marca.uecdn.es/esports/images/15anoslol/fondo10.jpg");
    }
     .baseFix.bgA11 {
     background-image: url("https://e00-especiales-marca.uecdn.es/a-la-guerra-con-balon/images/fondo11.jpg");
    }
   }
   
   @media screen and (min-width: 585px) {
    .h2-color-back span {
     padding: 0.18rem;
     font-size: 4.1rem;
     font-size: 46px;
     line-height: 0.9;
     margin-top: 0.5rem;
    }
    .h2-color-back span.accent {
     padding-top: 8px;
    }
    .especial-15anoslol .p-subtitulo {
     font-size: 24px;
     color: white;
    }
   }
  
  @media (min-width: 1023px) {
      .wrapper-figure {
          width: 50%;
          height: 50vw;
      }
      .wrapper-figure figure.figure-header img.img-header {
          height: 60vw;
            width: 60vw;
      }
      .apertura {
          padding-left: 12%;
          padding-top: 5%;
          width: 49vw;
          height: 49vw;
      }
     
      .apertura.adviento {
          padding-top: 8.5vw;
      }
      h2.h2-adviento .span1 {
          font-size: 7vw;
          margin-top: -2vw;
      }
  
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
   
   
   
  
  
  